@font-face {
  font-family: Maginia-Regular;
  src: url(../fonts/Maginia-Regular.woff); }

::-webkit-scrollbar {
  width: 8px; }

/* Track */
::-webkit-scrollbar-track {
  background: transparent; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #95806B;
  border-radius: 4px;
  width: 6px; }

body {
  background-color: #95806B;
  color: #FFFFFF;
  font-family: "Josefin Sans", sans-serif; }
  body.bg-light {
    background-color: #EFEFE9; }

p {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.484px; }
  p strong {
    font-weight: 400; }
  p u {
    font-weight: 400; }
    #heymarket-widget label{
      color: #fff;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Maginia-Regular"; }

h1 {
  font-size: 58px;
  line-height: 68px; }

h2 {
  font-size: 48px;
  line-height: 58px; }

h3 {
  font-size: 38px;
  line-height: 48px; }

h4 {
  font-size: 34px;
  line-height: 44px; }

h5 {
  font-size: 32px;
  line-height: 42px; }

h6 {
  font-size: 30px;
  line-height: 40px; }

.lg-title {
  font-family: "Maginia-Regular";
  font-size: 150px;
  line-height: 160px;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0; }

.xl-title {
  font-family: "Maginia-Regular";
  font-size: 160px;
  line-height: 170px;
  overflow: hidden; }
  .xl-title span {
    display: block;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }

.md-title {
  font-family: "Maginia-Regular";
  font-size: 100px;
  line-height: 130px; }

section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center; }

.container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 1600px;
  width: 83.33%;
  padding: 150px 0; }

.container-lg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 1800px;
  width: 93.75%;
  padding: 150px 0; }

.col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column; }

.arrow-btn {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0; }
  .arrow-btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .arrow-btn a span {
      font-weight: 300;
      font-size: 28px;
      line-height: 34px;
      margin-right: 19px; }
    .arrow-btn a img {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      width: 72px; }
    .arrow-btn a:hover img {
      width: 90px; }
  .arrow-btn.learn-more a span {
    text-transform: uppercase;
    max-width: 105px; }
  .arrow-btn.learn-more a img {
    margin-top: auto;
    margin-bottom: 15px;
    width: 94px; }
  .arrow-btn.learn-more:hover img {
    width: 110px; }

button.dark-button {
  color: #fff; }
  button.dark-button a {
    padding: 15px 48px;
    border-radius: 30px;
    background-color: #223030;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: fit-content; }
    button.dark-button a span {
      font-weight: 400;
      font-size: 24px;
      line-height: 28px;
      margin-right: 27px; }
    button.dark-button a img {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    button.dark-button a:hover img {
      -webkit-transform: translateX(10px);
      -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
      -o-transform: translateX(10px);
      transform: translateX(10px); }

.surrounding {
  height: 100vh;
  overflow-y: hidden !important;
  overflow-x: hidden !important; }

.scrollbar-track {
  z-index: 999999 !important;
  background: transparent !important; }

.scrollbar-thumb {
  background: #223030 !important;
  width: 6px !important; }

@keyframes a-text-scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes b-text-scroll {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); } }

@keyframes soar {
  0%,
  100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-15px); } }

@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(100px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    transform: translateY(100px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeOut {
  from {
    transform: translateY(0);
    opacity: 1; }
  to {
    transform: translateY(100px);
    opacity: 0; } }

@-webkit-keyframes fadeOut {
  from {
    transform: translateY(0);
    opacity: 1; }
  to {
    transform: translateY(100px);
    opacity: 0; } }

    .contact-modal {
      position: fixed;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      opacity: 0;
      pointer-events: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      justify-content: center;
      background-color: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(19px);
    -webkit-backdrop-filter: blur(19px);
      z-index: 99999; }
      .contact-modal .contact-modal-close {
        position: absolute;
        right: 30px;
        z-index: 999;
        top: 30px;
        cursor: pointer; }

        .contact-modal .container {
          align-items: center;
          justify-content: center;
          padding: 30px 0;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s;
          height: 100%;
          -webkit-transform: scale(0.2);
          -moz-transform: scale(0.2);
          -ms-transform: scale(0.2);
          -o-transform: scale(0.2);
          transform: scale(0.2); }
          .contact-modal .container .contact-form-wrapper {
            max-height: 90%;
            overflow-y: auto; }
          .contact-modal .container .contact-form {
            border-radius: 10px;
            background-color: #223030;
            border: 1px solid rgba(255, 255, 255, 0.5);
            flex-direction: column;
            padding: 40px 50px;
            max-height: 100%; }
            .contact-modal .container .contact-form .meetings-iframe-container{
              width: 800px;
            }
            body.contact-modal-open .contact-modal {
              opacity: 1;
              pointer-events: all; }
              body.contact-modal-open .contact-modal .container {
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1); }
.header {
  width: 100%;
  position: fixed;
  padding: 37px 0;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  z-index: 9999;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }
  .header .container-lg {
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0; }
    .header .container-lg .logo-mobile {

      display: none; }
      .header .container-lg .logo-mobile svg path,
      .header .container-lg .logo-mobile svg circle {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .header .container-lg .logo {
      max-width: 285px; }
      .header .container-lg .logo svg {
        max-width: 100%; }
        .header .container-lg .logo svg path,
        .header .container-lg .logo svg circle {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
    .header .container-lg .header-links {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      .header .container-lg .header-links li {
        position: relative; }
        .header .container-lg .header-links li a {
          font-size: 16px;
          font-weight: 400;
          line-height: 19px;
          text-transform: uppercase;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .header .container-lg .header-links li:not(:last-child) {
          margin-right: 53px; }
        .header .container-lg .header-links li::before {
          position: absolute;
          content: "";
          height: 2px;
          background-color: #fff;
          width: 0%;
          bottom: -5px;
          left: 0;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .header .container-lg .header-links li.current_page_item::before {
          width: 70%; }
        .header .container-lg .header-links li:hover::before {
          width: 70%; }
.header .container-lg  .right{
	   display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
}
.header .container-lg  .right .login{ 
	margin-right:20px;
	display:none;
}
.header .container-lg  .right .login a{
	      border-radius: 19px;
        padding: 10px 16px;
	border: 1px solid #fff; 

	 font-size: 16px;
          line-height: 16px;
}
    .header .container-lg  .right > button {
      position: relative; }
      .header .container-lg .right > button a {
        border: 1px solid #fff;
        border-radius: 19px;
        padding: 10px 16px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center; }
        .header .container-lg .right > button a span {
          margin-right: 32px;
          font-size: 16px;
          line-height: 16px;
          color: #223030;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .header .container-lg .right > button a .arrow {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .header .container-lg .right > button a .arrow svg {
            vertical-align: middle; }
            .header .container-lg  .right > button a .arrow svg path {
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s; }
      .header .container-lg .right > button::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 75%;
        height: 100%;
        z-index: -1;
        border-radius: 19px;
        background-color: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .header .container-lg .right > button:hover::before {
        width: 100%; }
      .header .container-lg .right > button:hover a span {
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px); }
      .header .container-lg .right > button:hover a .arrow {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .header .container-lg .right > button:hover a svg path {
        stroke: #223030; }
    .header .container-lg .mobile-content {
      display: none;
      align-items: center; }
      .header .container-lg .mobile-content button {
        margin-right: 30px; }
        .header .container-lg .mobile-content button a {
          border: 0 !important;
          border-radius: 19px;
          padding: 10px 16px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          background-color: #fff;
          color: #223030;
          font-size: 16px;
          line-height: 16px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
      .header .container-lg .mobile-content .hamburger {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
        .header .container-lg .mobile-content .hamburger > div {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          height: 2px;
          background-color: #FFFFFF; }
          .header .container-lg .mobile-content .hamburger > div:first-child {
            width: 28px; }
          .header .container-lg .mobile-content .hamburger > div:nth-child(2) {
            width: 32px; }
          .header .container-lg .mobile-content .hamburger > div:last-child {
            width: 24px; }
          .header .container-lg .mobile-content .hamburger > div:not(:last-child) {
            margin-bottom: 7px; }
  .header.scroll-header {
    padding: 19px 0; }
  .header.header-dark .container-lg .logo svg path,
  .header.header-dark .container-lg .logo svg circle {
    fill: #223030; }
  .header.header-dark .container-lg .header-links li a {
    color: #223030; }
  .header.header-dark .container-lg .header-links li:hover a {
    color: #959D90; }
  .header.header-dark .container-lg .header-links li::before {
    background-color: #959D90; }
  .header.header-dark .container-lg button a {
    border: 1px solid #223030; }
    .header.header-dark .container-lg button a span {
      color: #fff; }
    .header.header-dark .container-lg button a .arrow svg path {
      stroke: #223030; }
  .header.header-dark .container-lg button::before {
    background-color: #223030; }
  .header.header-dark .container-lg button:hover a svg path {
    stroke: #fff; }
  .header.header-dark .container-lg .logo-mobile svg path,
  .header.header-dark .container-lg .logo-mobile svg circle {
    fill: #223030; }
  .header.header-dark .container-lg .mobile-content button a {
    background-color: #223030;
    color: #fff; }
  .header.header-dark .container-lg .mobile-content .hamburger > div {
    background-color: #223030; }

.mobile-nav {
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  pointer-events: none;
  justify-content: center;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  clip-path: circle(50% at 50% 0%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }
  .mobile-nav .nav__content {
    width: 90%;
    height: 80%;
    padding: 150px 0;
    overflow-y: scroll;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
    .mobile-nav .nav__content > ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column; }
      .mobile-nav .nav__content > ul > li {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px); }
        .mobile-nav .nav__content > ul > li a {
          font-size: 28px;
          font-weight: 400;
          line-height: 38px;
          display: block;
          text-transform: uppercase;
          color: #223030; }
        .mobile-nav .nav__content > ul > li:not(:last-child) {
          margin-bottom: 25px; }

body.nav-active {
  overflow: hidden; }
  body.nav-active .mobile-nav {
    pointer-events: all; }
  body.nav-active .header .container-lg .mobile-content button a {
    background-color: #223030;
    color: #fff; }
  body.nav-active .header .container-lg .logo-mobile svg path,
  body.nav-active .header .container-lg .logo-mobile svg circle {
    fill: #223030; }
  body.nav-active .hamburger > div {
    background-color: #223030 !important; }
    body.nav-active .hamburger > div:first-child {
      -webkit-transform: rotate(45deg) translateX(6px);
      -moz-transform: rotate(45deg) translateX(6px);
      -ms-transform: rotate(45deg) translateX(6px);
      -o-transform: rotate(45deg) translateX(6px);
      transform: rotate(45deg) translateX(6px); }
    body.nav-active .hamburger > div:nth-child(2) {
      -webkit-transform: rotate(-45deg) translateX(6px);
      -moz-transform: rotate(-45deg) translateX(6px);
      -ms-transform: rotate(-45deg) translateX(6px);
      -o-transform: rotate(-45deg) translateX(6px);
      transform: rotate(-45deg) translateX(6px);
      width: 28px !important; }
    body.nav-active .hamburger > div:last-child {
      opacity: 0; }

.marquee > div {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  overflow: hidden; }
  .marquee > div .marquee-text p {
    white-space: nowrap;
    flex-shrink: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0 10px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    font-family: "Maginia-Regular";
    font-size: 160px;
    line-height: 220px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff; }
    .marquee > div .marquee-text p strong {
      display: contents;
      color: #fff; }

.single-plan-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-color: #fff;
  color: #223030; }
  .single-plan-block .head {
    padding: 47px 60px;
    border-radius: 20px;
    background-color: #EFEFE9; }
    .single-plan-block .head .row {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; }
      .single-plan-block .head .row:first-child {
        margin-bottom: 41px; }
      .single-plan-block .head .row .title {
        font-family: "Maginia-Regular"; }
        .single-plan-block .head .row .title .main {
          font-size: 53px;
          line-height: 63px;
          width: fit-content;
          position: relative; }
          .single-plan-block .head .row .title .main::before {
            content: "";
            position: absolute;
            right: -45px;
            top: 15px;
            background-image: url(../images/icons/arrow-bottom-right-dark.svg);
            background-repeat: no-repeat;
            width: 28px;
            height: 28px; }
        .single-plan-block .head .row .title .sub {
          font-size: 33px;
          line-height: 46px; }
      .single-plan-block .head .row button a {
        padding: 18px 33px;
        border-radius: 38px; }
        .single-plan-block .head .row button a span {
          font-size: 22px;
          line-height: 30px;
          letter-spacing: 0.66px; }
      .single-plan-block .head .row .price {
        font-weight: 400;
        font-size: 32px;
        line-height: 25px;
        text-align: end;
        display: none; }
        .single-plan-block .head .row .price span {
          font-size: 20px; }
  .single-plan-block .body {
    padding: 60px; }
    .single-plan-block .body .title {
      font-size: 26px;
      font-weight: 500;
      line-height: 36px;
      text-transform: uppercase;
      margin-bottom: 40px; }
    .single-plan-block .body ul li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: flex-start; }
      .single-plan-block .body ul li img {
        margin-right: 14px;
        margin-top: 2px; }
      .single-plan-block .body ul li span {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0.54px; }
      .single-plan-block .body ul li:not(:last-child) {
        margin-bottom: 20px; }

.footer-banner {
  width: 100%;
  background-color: #fff;
  padding: 80px 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 48px;
  color: #223030;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0; }
  .footer-banner > div {
    width: 50%; }
    .footer-banner > div.title {
      padding-right: 100px;
      font-size: 68px;
      line-height: 78px;
      font-family: "Maginia-Regular"; }
    .footer-banner > div.col {
      padding-left: 123px;
      border-left: 1px solid #D4DAD0; }
      .footer-banner > div.col .text {
        font-weight: 300;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0.84px;
        margin-bottom: 25px; }

.blur-info-block {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.15);
  position: relative;
  padding: 76px 64px;
  height: fit-content; }
  .blur-info-block .bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .blur-info-block .bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .blur-info-block .title {
    font-size: 38px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 0.76px;
    margin-bottom: 26px; }
  .blur-info-block p {
    font-weight: 400; }

#blob {
  top: 0;
  right: 0;
  z-index: 0;
  mix-blend-mode: luminosity;
  width: 100%;
  opacity: 0; }
  #blob canvas {
    width: 100%;
    height: 100vh; }
  #blob .controls {
    display: none; }
  #blob .rangeSlider {
    position: relative;
    background: none;
    border: 1px solid #fff;
    border-radius: 6px;
    cursor: pointer; }
    #blob .rangeSlider.rangeSlider__horizontal {
      height: 10px;
      width: 160px; }
    #blob .rangeSlider .rangeSlider__fill {
      border-radius: 7px;
      background: #fff;
      position: absolute; }
      #blob .rangeSlider .rangeSlider__fill:before {
        content: '';
        left: -2px;
        top: -2px;
        bottom: -2px;
        right: -2px;
        border: 2px solid #3F4656;
        border-radius: 6px;
        position: absolute; }
    #blob .rangeSlider .rangeSlider__fill__horizontal {
      height: 100%;
      top: 0;
      left: 0; }
    #blob .rangeSlider .rangeSlider__handle {
      border: 2px solid #3F4656;
      cursor: grab;
      cursor: -moz-grab;
      cursor: -webkit-grab;
      display: inline-block;
      width: 22px;
      height: 22px;
      position: absolute;
      background: white;
      border-radius: 50%; }
    #blob .rangeSlider .rangeSlider__handle__horizontal {
      top: -7px; }

.scroll {
  position: fixed;
  left: 60px;
  bottom: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
  opacity: 0; }
  .scroll .text {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 5.5px; }
  .scroll #mouse {
    width: 63px;
    height: 63px; }

.chat {
  position: fixed;
  right: 60px;
  bottom: 60px;
  opacity: 0;
  z-index: 9; }
  .chat .layer {
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
  .chat .layer-1 {
    width: 96px;
    height: 96px;
    background-color: rgba(255, 255, 255, 0.05); }
  .chat .layer-2 {
    width: 75px;
    height: 75px;
    background-color: rgba(255, 255, 255, 0.1); }
  .chat .layer-3 {
    width: 59px;
    height: 59px;
    background-color: rgba(255, 255, 255, 0.2); }
  .chat .layer-4 {
    width: 49px;
    height: 49px;
    background-color: #fff; }

.home #blob {
  position: fixed; }

.entry-section {
  min-height: 100vh; }
  .entry-section .container-lg {
    position: relative;
    min-height: 100vh;
    align-items: center; }
    .entry-section .container-lg > .col {
      position: relative;
      height: fit-content; }
      .entry-section .container-lg > .col > .xl-title {
        padding-right: 200px;
        margin-bottom: 10px; }
      .entry-section .container-lg > .col .xl-title {
        text-transform: uppercase; }
      .entry-section .container-lg > .col .content {
        width: fit-content;
        margin-left: auto; }
        .entry-section .container-lg > .col .content .subtitle {
          font-size: 28px;
          font-weight: 400;
          line-height: 34px;
          opacity: 0; }
    .entry-section .container-lg .ball {
      position: absolute;
      z-index: -1;
      opacity: 0;
      -webkit-animation: soar 3s ease-in-out infinite;
      -moz-animation: soar 3s ease-in-out infinite;
      -o-animation: soar 3s ease-in-out infinite;
      animation: soar 3s ease-in-out infinite; }
      .entry-section .container-lg .ball img {
        max-width: 100%; }
      .entry-section .container-lg .ball.btmLeft {
        bottom: -120px;
        left: 10%;
        animation-delay: 0s; }
      .entry-section .container-lg .ball.btmRight {
        bottom: 100px;
        right: 50px;
        animation-delay: 1s; }
      .entry-section .container-lg .ball.topLeft {
        top: -120px;
        left: 35%;
        animation-delay: 1.5s; }
      .entry-section .container-lg .ball.topRight {
        top: 15%;
        right: 150px;
        animation-delay: 2s; }

.hp-sec-2 {
  margin-top: 50px; }
  .hp-sec-2 .container > .col {
    width: 90%; }
    .hp-sec-2 .container > .col .content {
      max-width: 765px;
      margin-left: auto; }
      .hp-sec-2 .container > .col .content p {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: 0.56px;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0; }
        .hp-sec-2 .container > .col .content p strong {
          font-family: "Maginia-Regular"; }
      .hp-sec-2 .container > .col .content button {
        margin-top: 44px; }

.hp-sec-3 {
  flex-direction: column; }
  .hp-sec-3 .upper {
    margin-bottom: 21px; }
    .hp-sec-3 .upper .marquee-text {
      -webkit-animation: a-text-scroll 85s linear infinite;
      -moz-animation: a-text-scroll 85s linear infinite;
      -o-animation: a-text-scroll 85s linear infinite;
      animation: a-text-scroll 85s linear infinite; }
  .hp-sec-3 .bottom .marquee-text {
    -webkit-animation: b-text-scroll 85s linear infinite;
    -moz-animation: b-text-scroll 85s linear infinite;
    -o-animation: b-text-scroll 85s linear infinite;
    animation: b-text-scroll 85s linear infinite; }

.hp-sec-4 .container .plans-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%; }
  .hp-sec-4 .container .plans-wrapper .plan {
    width: 100%; }
    .hp-sec-4 .container .plans-wrapper .plan:not(:last-child) {
      margin-bottom: 150px; }
    .hp-sec-4 .container .plans-wrapper .plan .col {
      max-width: 680px; }
      .hp-sec-4 .container .plans-wrapper .plan .col h2 {
        margin-bottom: 25px;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
        max-width: 320px; }
      .hp-sec-4 .container .plans-wrapper .plan .col p {
        margin-bottom: 24px;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
        word-break: break-word; }
    .hp-sec-4 .container .plans-wrapper .plan:nth-child(even) .col {
      margin-left: auto; }

.hp-sec-5 .container {
  flex-direction: column; }
  .hp-sec-5 .container > .col {
    width: fit-content;
    margin-bottom: 33px; }
    .hp-sec-5 .container > .col .lg-title:first-child {
      padding-right: 350px; }
    .hp-sec-5 .container > .col .lg-title:last-child {
      margin-left: auto; }
  .hp-sec-5 .container .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .hp-sec-5 .container .row > img {
      margin-top: -150px;
      z-index: -1;
      max-width: 50%; }
    .hp-sec-5 .container .row .col {
      max-width: 800px;
      padding-left: 15px; }
      .hp-sec-5 .container .row .col h3 {
        margin-bottom: 30px;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0; }
      .hp-sec-5 .container .row .col p {
        margin-bottom: 48px;
        font-size: 28px;
        line-height: 38px;
        letter-spacing: 0.56px;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0; }

.hp-sec-6 .container > .col {
  width: 100%; }
  .hp-sec-6 .container > .col .upper {
    margin-bottom: 50px; }
  .hp-sec-6 .container > .col .banner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: #fff;
    border-radius: 30px;
    padding: 60px 80px;
    margin-bottom: 28px;
    color: #223030;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px); }
    .hp-sec-6 .container > .col .banner .left {
      width: 55%;
      padding-right: 130px;
      border-right: 1px solid #B8A28D;
      opacity: 0; }
      .hp-sec-6 .container > .col .banner .left ul {
        padding: 50px 0; }
        .hp-sec-6 .container > .col .banner .left ul li {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: flex-start;
          font-size: 32px;
          font-weight: 300;
          line-height: 38px;
          letter-spacing: 0.64px;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px);
          opacity: 0; }
          .hp-sec-6 .container > .col .banner .left ul li img {
            margin-right: 26px; }
          .hp-sec-6 .container > .col .banner .left ul li:not(:last-child) {
            margin-bottom: 48px; }
    .hp-sec-6 .container > .col .banner .right {
      width: 35%;
      max-width: 490px;
      margin-left: auto;
      padding: 50px 0; }
      .hp-sec-6 .container > .col .banner .right .col .title {
        margin-bottom: 13px;
        font-weight: 500;
        font-size: 42px;
        line-height: 52px;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0; }
      .hp-sec-6 .container > .col .banner .right .col p {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0.84px;
        margin-bottom: 40px;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0; }
      .hp-sec-6 .container > .col .banner .right .col button {
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0; }
  .hp-sec-6 .container > .col .text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 10px;
    align-items: center;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
    .hp-sec-6 .container > .col .text img {
      margin-right: 27px; }
    .hp-sec-6 .container > .col .text span {
      font-weight: 300;
      font-size: 28px;
      line-height: 38px;
      letter-spacing: 0.56px; }

.footer {
  background-color: #223030;
  border-radius: 48px 48px 0 0;
  z-index: 1;
  position: relative; }
  .footer .container {
    padding-bottom: 80px;
    flex-direction: column; }
    .footer .container .footer-upper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      margin-bottom: 50px; }
      .footer .container .footer-upper .col {
        width: 25%;
        max-width: 280px; }
        .footer .container .footer-upper .col .title {
          font-size: 28px;
          font-family: "Maginia-Regular";
          line-height: 38px;
          margin-bottom: 48px; }
        .footer .container .footer-upper .col p {
          font-weight: 400;
          font-size: 18px;
          line-height: 28px;
          letter-spacing: 0.54px; }
        .footer .container .footer-upper .col .socials {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          .footer .container .footer-upper .col .socials a:not(:last-child) {
            margin-right: 16px; }
    .footer .container .footer-bottom {
      padding-top: 52px;
      border-top: 1px solid rgba(255, 255, 255, 0.49);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0.48px;
      font-weight: 400; }
      .footer .container .footer-bottom .right {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center; }
        .footer .container .footer-bottom .right a {
          padding: 0 10px; }
          .footer .container .footer-bottom .right a:last-child {
            padding-right: 0; }

.cm-entry {
  flex-direction: column;
  background-color: #EFEFE9; }
  .cm-entry .container-lg {
    padding-top: 250px;
    padding-bottom: 130px;
    position: relative;
    background-color: #EFEFE9; }
    .cm-entry .container-lg .col {
      z-index: 1; }
    .cm-entry .container-lg .lg-title {
      text-transform: uppercase;
      color: #223030; }
      .cm-entry .container-lg .lg-title:first-child {
        padding-right: 150px; }
      .cm-entry .container-lg .lg-title:last-child {
        width: fit-content;
        margin-left: auto; }
    .cm-entry .container-lg #blob {
      position: absolute;
      mix-blend-mode: normal; }
  .cm-entry .container {
    padding-top: 0; }
    .cm-entry .container .banner {
      border-radius: 48px;
      background-color: #95806B;
      width: 100%;
      padding: 65px 80px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      position: relative;
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px);
      opacity: 0; }
      .cm-entry .container .banner .upper-sphere {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
      .cm-entry .container .banner .bottom-sphere {
        position: absolute;
        bottom: 21px;
        right: 23px;
        z-index: 0;
        -webkit-animation: soar 3s ease-in-out infinite;
        -moz-animation: soar 3s ease-in-out infinite;
        -o-animation: soar 3s ease-in-out infinite;
        animation: soar 3s ease-in-out infinite; }
      .cm-entry .container .banner .col {
        max-width: 670px;
        z-index: 1;
        padding-right: 30px; }
        .cm-entry .container .banner .col h1 {
          margin-bottom: 52px;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px);
          opacity: 0; }
        .cm-entry .container .banner .col ul {
          margin-bottom: 57px; }
          .cm-entry .container .banner .col ul li {
            -webkit-transform: translateY(50px);
            -moz-transform: translateY(50px);
            -ms-transform: translateY(50px);
            -o-transform: translateY(50px);
            transform: translateY(50px);
            opacity: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex; }
            .cm-entry .container .banner .col ul li:not(:last-child) {
              margin-bottom: 31px; }
            .cm-entry .container .banner .col ul li .icon {
              margin-right: 23px;
              margin-top: 8px; }
            .cm-entry .container .banner .col ul li span {
              font-size: 22px;
              line-height: 30px;
              font-weight: 400; }
        .cm-entry .container .banner .col .text {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column; }
          .cm-entry .container .banner .col .text .title {
            font-size: 28px;
            line-height: 32px;
            font-weight: 500;
            letter-spacing: 0.56px;
            margin-bottom: 30px;
            -webkit-transform: translateY(50px);
            -moz-transform: translateY(50px);
            -ms-transform: translateY(50px);
            -o-transform: translateY(50px);
            transform: translateY(50px);
            opacity: 0; }
          .cm-entry .container .banner .col .text p {
            -webkit-transform: translateY(50px);
            -moz-transform: translateY(50px);
            -ms-transform: translateY(50px);
            -o-transform: translateY(50px);
            transform: translateY(50px);
            opacity: 0; }
      .cm-entry .container .banner .blocks {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: fit-content;
        z-index: 1;
        padding-left: 30px; }
        .cm-entry .container .banner .blocks .block {
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px);
          opacity: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          padding: 42px 36px;
          border-radius: 20px;
          border: 1px solid rgba(255, 255, 255, 0.42);
          backdrop-filter: blur(10px);
          -webkit-backdrop-filter: blur(10px);
          background-color: rgba(255, 255, 255, 0.15);
          position: relative; }
          .cm-entry .container .banner .blocks .block:not(:last-child) {
            margin-bottom: 50px; }
            .cm-entry .container .banner .blocks .block:not(:last-child) .text {
              padding-left: 30px;
              border-left: 1px solid rgba(255, 255, 255, 0.46); }
          .cm-entry .container .banner .blocks .block:first-child .text .title {
            font-size: 34px;
            line-height: 40px;
            letter-spacing: 0.68px; }
          .cm-entry .container .banner .blocks .block:first-child .text .subtitle {
            font-size: 28px;
            line-height: 40px;
            font-weight: 300;
            letter-spacing: 0.56px; }
          .cm-entry .container .banner .blocks .block:last-child .text {
            text-align: center;
            margin: 0 auto; }
          .cm-entry .container .banner .blocks .block:last-child .map {
            position: absolute;
            margin: 0 auto;
            max-width: 100%;
            left: 0;
            z-index: 0;
            right: 0;
            opacity: 0.7;
            width: fit-content; }
            .cm-entry .container .banner .blocks .block:last-child .map img {
              max-width: 100%; }
          .cm-entry .container .banner .blocks .block .bg {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1; }
            .cm-entry .container .banner .blocks .block .bg img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
          .cm-entry .container .banner .blocks .block .icon {
            margin-right: 28px; }
          .cm-entry .container .banner .blocks .block .text {
            font-weight: 400;
            font-size: 30px;
            line-height: 38px;
            letter-spacing: 0.6px;
            max-width: 350px; }

.cm-body {
  background-color: #95806B;
  overflow: hidden;
  flex-direction: column; }
  .cm-body .container {
    padding-top: 0;
    padding-bottom: 80px;
    position: relative; }
    .cm-body .container .sphere-lg {
      position: absolute;
      left: 20%;
      z-index: 0;
      top: -350px;
      -webkit-animation: soar 3s ease-in-out infinite;
      -moz-animation: soar 3s ease-in-out infinite;
      -o-animation: soar 3s ease-in-out infinite;
      animation: soar 3s ease-in-out infinite; }
    .cm-body .container .upper {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column; }
      .cm-body .container .upper .col {
        align-items: center;
        margin-bottom: 62px;
        text-align: center; }
        .cm-body .container .upper .col .line {
          height: 0;
          width: 1px;
          background-color: #fff;
          margin-bottom: 56px; }
        .cm-body .container .upper .col .subtitle {
          font-size: 28px;
          line-height: 40px;
          font-weight: 300;
          letter-spacing: 0.84px;
          margin-bottom: 44px;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px);
          opacity: 0; }
        .cm-body .container .upper .col .md-title {
          text-align: center;
          margin-bottom: 20px;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px);
          opacity: 0; }
        .cm-body .container .upper .col img {
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px);
          opacity: 0; }
      .cm-body .container .upper .plans {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between; }
        .cm-body .container .upper .plans .single-plan-block {
          width: 48%;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px);
          opacity: 0; }
    .cm-body .container .bottom {
      flex-direction: column;
      width: 100%;
      z-index: 1; }
      .cm-body .container .bottom .plans {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 160px;
        position: relative; }
        .cm-body .container .bottom .plans .sphere-sm {
          position: absolute;
          right: -100px;
          width: fit-content;
          bottom: 300px;
          z-index: 1;
          -webkit-animation: soar 3s ease-in-out infinite;
          -moz-animation: soar 3s ease-in-out infinite;
          -o-animation: soar 3s ease-in-out infinite;
          animation: soar 3s ease-in-out infinite; }
        .cm-body .container .bottom .plans > div {
          width: 48%;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px);
          opacity: 0; }
  .cm-body .marquee {
    margin-bottom: 90px;
    z-index: 1; }
    .cm-body .marquee .marquee-text {
      -webkit-animation: a-text-scroll 85s linear infinite;
      -moz-animation: a-text-scroll 85s linear infinite;
      -o-animation: a-text-scroll 85s linear infinite;
      animation: a-text-scroll 85s linear infinite; }

body.page-template-corporate-concierge {
  background-color: #EFEFE9; }

.cc-body {
  flex-direction: column; }
  .cc-body .container-lg {
    padding-top: 250px;
    padding-bottom: 130px;
    position: relative;
    background-color: #EFEFE9; }
    .cc-body .container-lg .col {
      z-index: 1; }
    .cc-body .container-lg .lg-title {
      text-transform: uppercase;
      color: #223030; }
      .cc-body .container-lg .lg-title:first-child {
        padding-right: 150px; }
      .cc-body .container-lg .lg-title:last-child {
        width: fit-content;
        margin-left: auto; }
    .cc-body .container-lg #blob {
      position: absolute; }
  .cc-body .container {
    padding-top: 0;
    flex-direction: column; }
    .cc-body .container .banner {
      border-radius: 48px;
      background-color: #959D90;
      width: 100%;
      padding: 100px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      position: relative;
      overflow: hidden;
      margin-bottom: 130px;
      opacity: 0;
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px); }
      .cc-body .container .banner .upper-sphere {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        mix-blend-mode: luminosity;
        border-radius: 48px 0 0 0;
        overflow: hidden; }
      .cc-body .container .banner .bottom-sphere {
        position: absolute;
        bottom: 110px;
        right: 34px;
        z-index: 1;
        width: fit-content;
        -webkit-animation: soar 3s ease-in-out infinite;
        -moz-animation: soar 3s ease-in-out infinite;
        -o-animation: soar 3s ease-in-out infinite;
        animation: soar 3s ease-in-out infinite; }
      .cc-body .container .banner > div.single-plan-block {
        opacity: 0;
        width: 48%;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px); }
        .cc-body .container .banner > div.single-plan-block .row {
          margin-bottom: 0;
			flex-direction:column;
          }

.cc-body .container .banner > div.single-plan-block .row button{
	margin-left:auto;
}
      .cc-body .container .banner > div.blur-info-block {
        opacity: 0;
        width: 48%;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px); }

.contact-entry {
  background-color: #EFEFE9; }
  .contact-entry .container-lg {
    padding-top: 250px;
    padding-bottom: 86px; }
    .contact-entry .container-lg .lg-title {
      text-transform: uppercase;
      color: #223030; }
      .contact-entry .container-lg .lg-title:first-child {
        padding-right: 150px; }
      .contact-entry .container-lg .lg-title:last-child {
        width: fit-content;
        margin-left: auto; }

.contact-body .container {
  padding: 97px 0 180px 0;
  justify-content: space-between;
  position: relative; }
  .contact-body .container .sphere {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    max-width: 100%; }
    .contact-body .container .sphere img {
      max-width: 100%; }
  .contact-body .container .sphere-right {
    position: absolute;
    z-index: 0;
    right: -70px;
    bottom: 100px;
    -webkit-animation: soar 3s ease-in-out infinite;
    -moz-animation: soar 3s ease-in-out infinite;
    -o-animation: soar 3s ease-in-out infinite;
    animation: soar 3s ease-in-out infinite; }
  .contact-body .container .text-block {
    padding-right: 70px;
    max-width: 700px;
    width: 50%;
    z-index: 1; }
    .contact-body .container .text-block .title {
      font-size: 28px;
      font-weight: 400;
      line-height: 38px;
      letter-spacing: 0.84px;
      margin-bottom: 33px;
      opacity: 0;
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px); }
    .contact-body .container .text-block p {
      opacity: 0;
      margin-bottom: 30px;
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px); }
      .contact-body .container .text-block  button{
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px); 
        opacity: 0;
      }
  .contact-body .container .contact-block {
    padding-left: 70px;
    width: 50%;
    margin-top: -500px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px); }
    .contact-body .container .contact-block .contact-form-wrapper {
      border-radius: 20px;
      background-color: #223030;
      border: 1px solid rgba(255, 255, 255, 0.42);
      position: relative;
      padding: 70px 60px; }
      .contact-body .container .contact-block .contact-form-wrapper .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0.8; }
        .contact-body .container .contact-block .contact-form-wrapper .bg img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .contact-body .container .contact-block .contact-form-wrapper h2 {
        max-width: 550px;
        margin-bottom: 38px;
        z-index: 1; }
      .contact-body .container .contact-block .contact-form-wrapper .consent {
        font-size: 16px;
        line-height: 22px;
        opacity: 0.64;
        font-weight: 300;
        letter-spacing: 0.48px; }
      .contact-body .container .contact-block .contact-form-wrapper form {
        width: 100%;
        padding-top: 55px;
        border-top: 1px solid #4E5959;
        z-index: 1;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .contact-body .container .contact-block .contact-form-wrapper form .wpcf7-not-valid-tip {
          font-size: 14px; }
        .contact-body .container .contact-block .contact-form-wrapper form .col {
          width: 47%;
          margin-bottom: 29px; }
          .contact-body .container .contact-block .contact-form-wrapper form .col.date {
            width: 54%; }
            .contact-body .container .contact-block .contact-form-wrapper form .col.date > div {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              align-items: center; }
              .contact-body .container .contact-block .contact-form-wrapper form .col.date > div .divider {
                margin: 0 15px;
                width: 1px;
                height: 27px;
                background-color: #485454;
                -webkit-transform: rotate(22deg);
                -moz-transform: rotate(22deg);
                -ms-transform: rotate(22deg);
                -o-transform: rotate(22deg);
                transform: rotate(22deg); }
              .contact-body .container .contact-block .contact-form-wrapper form .col.date > div input {
                text-align: center; }
          .contact-body .container .contact-block .contact-form-wrapper form .col.full {
            width: 100%; }
        .contact-body .container .contact-block .contact-form-wrapper form label {
          font-size: 18px;
          line-height: 28px;
          font-weight: 300;
          letter-spacing: 0.54px;
          opacity: 0.9;
          margin-bottom: 12px; }
        .contact-body .container .contact-block .contact-form-wrapper form textarea {
          resize: none;
          margin-bottom: 20px; }
        .contact-body .container .contact-block .contact-form-wrapper form .select-wrapper {
          position: relative; }
          .contact-body .container .contact-block .contact-form-wrapper form .select-wrapper::before {
            content: "";
            position: absolute;
            right: 20px;
            top: 0;
            bottom: 0;
            margin: auto 0;
            background-image: url(../images/icons/chevron-down.svg);
            width: 16px;
            height: 10px;
            z-index: 1;
            background-repeat: no-repeat; }
        .contact-body .container .contact-block .contact-form-wrapper form input:not(.wpcf7-submit),
        .contact-body .container .contact-block .contact-form-wrapper form textarea:not(.wpcf7-submit),
        .contact-body .container .contact-block .contact-form-wrapper form select:not(.wpcf7-submit) {
          padding: 15px 17px;
          width: 100%;
          background-color: #b6c1c1;
          border-radius: 5px;
          font-size: 14px;
          line-height: 24px;
          font-weight: 400;
          letter-spacing: 0.42px;
          color: #223030;
          outline: none;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .contact-body .container .contact-block .contact-form-wrapper form input:not(.wpcf7-submit):focus,
          .contact-body .container .contact-block .contact-form-wrapper form textarea:not(.wpcf7-submit):focus,
          .contact-body .container .contact-block .contact-form-wrapper form select:not(.wpcf7-submit):focus {
            background-color: #fff; }
          .contact-body .container .contact-block .contact-form-wrapper form input:not(.wpcf7-submit)::placeholder,
          .contact-body .container .contact-block .contact-form-wrapper form textarea:not(.wpcf7-submit)::placeholder,
          .contact-body .container .contact-block .contact-form-wrapper form select:not(.wpcf7-submit)::placeholder {
            opacity: 1;
            color: #223030;
            font-weight: 300; }
        .contact-body .container .contact-block .contact-form-wrapper form .submit-btn {
          width: 100%; }
          .contact-body .container .contact-block .contact-form-wrapper form .submit-btn .wpcf7-submit {
            width: 100%;
            border-radius: 10px;
            padding: 20px;
            font-size: 20px;
            line-height: 30px;
            font-weight: 400;
            letter-spacing: 0.66px;
            background-color: #BBA58F;
            text-align: center;
            color: #223030;
            text-transform: uppercase; }
            .hbspt-form{
              z-index: 1;
              position: relative;
            }

.policies-body {
  color: #223030;
  min-height: 70vh; }
  .policies-body .container {
    padding-top: 180px;
    justify-content: center; }
    .policies-body .container .policy-wrapper {
      width: 75%;
      max-width: 1200px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      opacity: 0;
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px); }
      .policies-body .container .policy-wrapper .md-title {
        margin-bottom: 74px;
        text-transform: uppercase;
        margin: 0 auto; }
      .policies-body .container .policy-wrapper h1,
      .policies-body .container .policy-wrapper h2,
      .policies-body .container .policy-wrapper h3,
      .policies-body .container .policy-wrapper h4,
      .policies-body .container .policy-wrapper h5,
      .policies-body .container .policy-wrapper h6 {
        font-family: "Josefin Sans", sans-serif;
        margin-bottom: 25px; }
      .policies-body .container .policy-wrapper p {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.4px; }
      .policies-body .container .policy-wrapper a {
        text-decoration: underline;
        color: #BBA58F;
        font-weight: 400; }
      .policies-body .container .policy-wrapper ul,
      .policies-body .container .policy-wrapper ol {
        padding: revert; }
        .policies-body .container .policy-wrapper ul li,
        .policies-body .container .policy-wrapper ol li {
          font-size: 22px;
          font-weight: 300;
          line-height: 30px;
          letter-spacing: 0.484px; }
          .policies-body .container .policy-wrapper ul li:not(:last-child),
          .policies-body .container .policy-wrapper ol li:not(:last-child) {
            margin-bottom: 15px; }
      .policies-body .container .policy-wrapper ol {
        list-style: auto; }
      .policies-body .container .policy-wrapper ul li {
        position: relative;
        padding-left: 32px; }
        .policies-body .container .policy-wrapper ul li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 4px;
          background-image: url(../images/icons/check.svg);
          width: 20px;
          height: 18px;
          background-repeat: no-repeat;
          background-size: contain; }

body.page-template-privacy-policy,
body.page-template-refund-policy,
body.page-template-terms-and-conditions {
  background-color: #EFEFE9; }

.team-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: none; }
  .team-modal .team-modal-container {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(19px);
    -webkit-backdrop-filter: blur(19px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0; }
    .team-modal .team-modal-container .team-modal-wrapper {
      width: 100%;
      height: 100%;
      -webkit-animation-name: fadeIn;
      -webkit-animation-duration: 0.6s;
      animation-name: fadeIn;
      animation-duration: 0.6s;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: end; }
      .team-modal .team-modal-container .team-modal-wrapper.fadeOut {
        -webkit-animation-name: fadeOut;
        -webkit-animation-duration: 0.6s;
        animation-name: fadeOut;
        animation-duration: 0.6s; }
    .team-modal .team-modal-container .upper {
      margin-bottom: 24px;
      padding-top: 30px;
      max-height: 20%;
      height: 20%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: flex-end; }
      .team-modal .team-modal-container .upper .container {
        margin: 0 auto;
        justify-content: space-between;
        padding: 0; }
        .team-modal .team-modal-container .upper .container .title {
          font-size: 60px;
          line-height: 55px;
          opacity: 0.65;
          color: #223030;
          font-family: "Maginia-Regular";
          letter-spacing: 18px;
          text-transform: capitalize; }
        .team-modal .team-modal-container .upper .container .close {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          width: 70px;
          height: 70px;
          background-color: #223030;
          cursor: pointer; }
    .team-modal .team-modal-container .bottom {
      width: 100%;
      background-color: #223030;
      border-radius: 48px 48px 0 0;
      max-height: 80%;
      height: 80%; }
      .team-modal .team-modal-container .bottom .container {
        padding: 59px 0 40px 0;
        margin: 0 auto;
        height: 100%; }
        .team-modal .team-modal-container .bottom .container .image {
          margin-right: 45px;
          width: 529px;
          min-width: 529px;
          height: 100%;
          border-radius: 48px;
          overflow: hidden; }
          .team-modal .team-modal-container .bottom .container .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: grayscale(1); }
        .team-modal .team-modal-container .bottom .container .text {
          max-width: 840px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          overflow-y: auto; }
          .team-modal .team-modal-container .bottom .container .text h2 {
            margin-bottom: 20px; }
          .team-modal .team-modal-container .bottom .container .text p {
            font-size: 26px;
            line-height: 36px;
            letter-spacing: 0.52px; }

body.page-template-about-us {
  position: relative; }
  body.page-template-about-us .before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 80vh;
    background-color: #EFEFE9; }
  body.page-template-about-us #blob {
    position: fixed;
    z-index: 0; }
  body.page-template-about-us p {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.56px; }
  body.page-template-about-us .footer {
    background-color: #EFEFE9;
    border-radius: 0; }
    body.page-template-about-us .footer::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #223030;
      border-radius: 48px 48px 0 0;
      z-index: -1; }

.about-entry {
  position: relative;
  min-height: 80vh; }
  .about-entry .container-lg {
    padding-top: 180px;
    color: #223030;
    align-items: center; }
    .about-entry .container-lg .col {
      margin-right: 118px; }
      .about-entry .container-lg .col .lg-title {
        text-transform: uppercase; }
        .about-entry .container-lg .col .lg-title:last-child {
          margin-left: auto; }

.about-sec-2 .container {
  justify-content: space-between; }
  .about-sec-2 .container > div.col {
    width: 55%;
    margin-top: -500px;
    padding-left: 70px; }
    .about-sec-2 .container > div.col .blur-info-block {
      background-color: #223030; }
    .about-sec-2 .container > div.col .md-title {
      margin-bottom: 28px;
      opacity: 0;
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px); }
    .about-sec-2 .container > div.col h3 {
      margin-bottom: 30px;
      opacity: 0;
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px); }
    .about-sec-2 .container > div.col p {
      opacity: 0;
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px); }
  .about-sec-2 .container > div.block {
    padding-right: 70px;
    width: 45%;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px); }
    .about-sec-2 .container > div.block .blur-info-block {
      padding: 68px 56px; }
      .about-sec-2 .container > div.block .blur-info-block p {
        font-size: 18px;
        line-height: 28px;
        font-style: italic;
        letter-spacing: 0.36px;
        font-weight: 300;
     }
      .about-sec-2 .container > div.block .blur-info-block .name {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
		  margin-top:20px;
        align-items: center; }
        .about-sec-2 .container > div.block .blur-info-block .name .image {
          border-radius: 50%;
          width: 67px;
          height: 67px;
          min-width: 67px;
          background-color: rgba(255, 255, 255, 0.38);
          padding: 4px;
          align-items: center;
          justify-content: center;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          margin-right: 16px; }
          .about-sec-2 .container > div.block .blur-info-block .name .image img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover; }
        .about-sec-2 .container > div.block .blur-info-block .name span {
          font-size: 28px;
          line-height: 38px;
          letter-spacing: 0.84px;
          font-family: "Maginia-Regular"; }

.about-sec-3 {
  background-color: #EFEFE9;
  overflow: hidden; }
  .about-sec-3 .container .banner {
    width: 100%;
    padding: 55px 85px;
    position: relative;
    background-color: #95806B;
    border-radius: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    .about-sec-3 .container .banner .sphere-lg {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      max-width: 100%; }
      .about-sec-3 .container .banner .sphere-lg img {
        max-width: 100%; }
    .about-sec-3 .container .banner .col {
      width: 55%;
      padding-right: 60px;
      z-index: 1; }
      .about-sec-3 .container .banner .col .md-title {
        margin-bottom: 54px;
        opacity: 0;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px); }
      .about-sec-3 .container .banner .col p {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px); }
        .about-sec-3 .container .banner .col p strong {
          font-weight: 500; }
    .about-sec-3 .container .banner .block {
      width: 45%;
      padding-left: 60px;
      height: fit-content;
      position: relative;
      z-index: 1; }
      .about-sec-3 .container .banner .block .sphere-sm {
        position: absolute;
        right: -50px;
        z-index: 0;
        bottom: -80px;
        -webkit-animation: soar 3s ease-in-out infinite;
        -moz-animation: soar 3s ease-in-out infinite;
        -o-animation: soar 3s ease-in-out infinite;
        animation: soar 3s ease-in-out infinite; }
      .about-sec-3 .container .banner .block .blur-info-block {
        padding: 47px 53px;
        opacity: 0;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px); }
        .about-sec-3 .container .banner .block .blur-info-block .title {
          font-weight: 500;
          font-size: 38px;
          line-height: 48px;
          letter-spacing: 0.76px;
          margin-bottom: 46px;
          opacity: 0;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px); }
        .about-sec-3 .container .banner .block .blur-info-block ul li {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: flex-start;
          opacity: 0;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px); }
          .about-sec-3 .container .banner .block .blur-info-block ul li:not(:last-child) {
            margin-bottom: 28px; }
          .about-sec-3 .container .banner .block .blur-info-block ul li img {
            margin-right: 14px;
            margin-top: 5px; }
          .about-sec-3 .container .banner .block .blur-info-block ul li span {
            font-size: 28px;
            line-height: 36px;
            font-weight: 300;
            letter-spacing: 0.56px; }

.about-body-sec .container {
  flex-direction: column; }
  .about-body-sec .container .rows-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 200px; }
    .about-body-sec .container .rows-wrapper .row {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; }
      .about-body-sec .container .rows-wrapper .row:not(:last-child) {
        margin-bottom: 200px; }
      .about-body-sec .container .rows-wrapper .row .col {
        max-width: 800px;
        width: 50%; }
        .about-body-sec .container .rows-wrapper .row .col .md-title {
          margin-bottom: 28px;
          opacity: 0;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px); }
        .about-body-sec .container .rows-wrapper .row .col h3 {
          margin-bottom: 48px;
          opacity: 0;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px); }
        .about-body-sec .container .rows-wrapper .row .col .name {
          margin: 23px 0 44px 0;
          font-size: 28px;
          font-weight: 400;
          line-height: 38px;
          opacity: 0;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px); }
        .about-body-sec .container .rows-wrapper .row .col p {
          opacity: 0;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px); }
        .about-body-sec .container .rows-wrapper .row .col ul {
          margin-top: 30px; }
          .about-body-sec .container .rows-wrapper .row .col ul li {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: flex-start;
            opacity: 0;
            -webkit-transform: translateY(50px);
            -moz-transform: translateY(50px);
            -ms-transform: translateY(50px);
            -o-transform: translateY(50px);
            transform: translateY(50px); }
            .about-body-sec .container .rows-wrapper .row .col ul li:not(:last-child) {
              margin-bottom: 20px; }
            .about-body-sec .container .rows-wrapper .row .col ul li span {
              font-size: 28px;
              line-height: 38px;
              letter-spacing: 0.56px;
              font-weight: 300; }
            .about-body-sec .container .rows-wrapper .row .col ul li img {
              margin-right: 14px;
              margin-top: 5px; }
      .about-body-sec .container .rows-wrapper .row .block {
        padding-left: 100px;
        width: 50%; }
        .about-body-sec .container .rows-wrapper .row .block .blur-info-block {
          padding: 56px 54px;
          max-width: 660px;
          opacity: 0;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px); }
          .about-body-sec .container .rows-wrapper .row .block .blur-info-block ul li {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: flex-start;
            opacity: 0;
            -webkit-transform: translateY(50px);
            -moz-transform: translateY(50px);
            -ms-transform: translateY(50px);
            -o-transform: translateY(50px);
            transform: translateY(50px); }
            .about-body-sec .container .rows-wrapper .row .block .blur-info-block ul li:not(:last-child) {
              margin-bottom: 44px; }
            .about-body-sec .container .rows-wrapper .row .block .blur-info-block ul li img {
              margin-right: 21px;
              margin-top: 5px; }
            .about-body-sec .container .rows-wrapper .row .block .blur-info-block ul li span {
              font-weight: 300;
              font-size: 28px;
              line-height: 36px;
              letter-spacing: 0.56px; }
      .about-body-sec .container .rows-wrapper .row:nth-child(even) .col {
        margin-left: auto; }

.about-team-sec {
  background-color: #EFEFE9;
  overflow: hidden; }
  .about-team-sec .container {
    flex-direction: column; }
    .about-team-sec .container .team-content {
      margin-bottom: 160px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      color: #223030;
      width: 100%; }
      .about-team-sec .container .team-content .col {
        margin-bottom: 69px; }
        .about-team-sec .container .team-content .col .md-title {
          white-space: nowrap;
          opacity: 0;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px); }
      .about-team-sec .container .team-content .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        margin-bottom: 85px; }
        .about-team-sec .container .team-content .row .controls {
          position: relative;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          opacity: 0;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px); }
          .about-team-sec .container .team-content .row .controls .swiper-button-next,
          .about-team-sec .container .team-content .row .controls .swiper-button-prev {
            width: auto;
            height: auto;
            position: relative;
            left: unset;
            right: unset;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
          .about-team-sec .container .team-content .row .controls .swiper-button-prev {
            margin-right: 32px; }
            .about-team-sec .container .team-content .row .controls .swiper-button-prev::after {
              display: none; }
          .about-team-sec .container .team-content .row .controls .swiper-button-next::after {
            display: none; }
        .about-team-sec .container .team-content .row p {
          font-size: 26px;
          line-height: 38px;
          max-width: 495px;
          letter-spacing: 0.52px;
          opacity: 0;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px); }
      .about-team-sec .container .team-content .swiper {
        width: 100%;
/*         overflow: visible; */
        opacity: 0;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px); }
        .about-team-sec .container .team-content .swiper .swiper-slide {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .about-team-sec .container .team-content .swiper .swiper-slide.scaled {
            -webkit-transform: scale(0.95);
            -moz-transform: scale(0.95);
            -ms-transform: scale(0.95);
            -o-transform: scale(0.95);
            transform: scale(0.95); }
          .about-team-sec .container .team-content .swiper .swiper-slide .bio {
            display: none; }
          .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column; }
            .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .image {
              height: 540px;
              width: 100%;
              overflow: hidden;
              border-radius: 25px;
              filter: grayscale(1);
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s;
              margin-bottom: 29px; }
              .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s; }
            .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .text {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
				flex-direction:column;
              justify-content: space-between;
          }
              .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .text .name-wrapper{
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                flex-direction: column;
				  margin-bottom:7px;
              }
              .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .text .name {
                font-size: 30px;
                font-weight: 300;
                line-height: 40px;
                letter-spacing: 0.3px;
                color: #223030; }
                .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .text .position{
                  font-size: 14px;
                  font-weight: 400;
                  line-height: 18px;
                  font-style: italic;
                }
              .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .text .view-bio {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                align-items: center;
                opacity: 0;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s; }
                .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .text .view-bio span {
                  font-size: 18px;
                  line-height: 28px;
                  font-weight: 300;
                  margin-right: 12px;
                  white-space: nowrap; }
            .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper:hover .image {
              filter: none; }
              .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper:hover .image img {
                -webkit-transform: scale(1.05);
                -moz-transform: scale(1.05);
                -ms-transform: scale(1.05);
                -o-transform: scale(1.05);
                transform: scale(1.05); }
            .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper:hover .text .view-bio {
              opacity: 1; }
    .about-team-sec .container .team-banner {
      border-radius: 48px;
      background-color: #B8A28D;
      width: 100%;
      padding-bottom: 85px;
      margin-bottom: 113px;
      opacity: 0;
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px); }
      .about-team-sec .container .team-banner .col {
        max-width: 1035px;
        margin: 0 auto;
        text-align: center;
        align-items: center; }
        .about-team-sec .container .team-banner .col .line {
          width: 1px;
          background-color: #fff;
          height: 103px;
          margin-bottom: 21px; }
        .about-team-sec .container .team-banner .col .md-title {
          margin-bottom: 18px;
          opacity: 0;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px); }
        .about-team-sec .container .team-banner .col .subtitle {
          margin-bottom: 36px;
          font-weight: 400;
          font-size: 28px;
          line-height: 48px;
          letter-spacing: 1.14px;
          opacity: 0;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px); }
        .about-team-sec .container .team-banner .col p {
          letter-spacing: 0px;
          margin-bottom: 61px;
          opacity: 0;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px); }
        .about-team-sec .container .team-banner .col img {
          width: 12px;
          opacity: 0;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px); }

body.page-template-events {
  position: relative;
  background-color: #EFEFE9; }
  body.page-template-events #blob {
    position: fixed;
    top: -200px; }
    body.page-template-events #blob canvas {
      height: 1500px; }

.events-body {
  position: relative;
  min-height: 100vh; }
  .events-body .container {
    flex-direction: column;
    padding-top: 250px; }
    .events-body .container .event-row {
      color: #223030;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 100%; }
      .events-body .container .event-row:not(:last-child) {
        margin-bottom: 200px; }
      .events-body .container .event-row .image-wrapper {
        border-radius: 48px;
        width: 50%;
        height: 750px;
        position: relative;
        opacity: 0;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px); }
        .events-body .container .event-row .image-wrapper img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 48px; }
      .events-body .container .event-row .col {
        width: 50%;
        justify-content: center;
        z-index: 1; }
        .events-body .container .event-row .col .date {
          opacity: 0;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px);
          margin-bottom: 10px;
          font-family: "Maginia-Regular";
          font-size: 26px;
          line-height: 36px; }
        .events-body .container .event-row .col .title {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          margin-bottom: 50px; }
          .events-body .container .event-row .col .title .md-title {
            line-height: 110px;
            width: fit-content;
            opacity: 0;
            -webkit-transform: translateY(50px);
            -moz-transform: translateY(50px);
            -ms-transform: translateY(50px);
            -o-transform: translateY(50px);
            transform: translateY(50px); }
        .events-body .container .event-row .col button {
          opacity: 0;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px); }
          .events-body .container .event-row .col button a span {
            font-weight: 300;
            font-size: 18px; }
      .events-body .container .event-row:nth-child(even) {
        flex-direction: row-reverse; }
        .events-body .container .event-row:nth-child(even) .col {
          align-items: flex-end;
          padding-right: 30px; }
          .events-body .container .event-row:nth-child(even) .col .title {
            align-items: flex-end; }
            .events-body .container .event-row:nth-child(even) .col .title .md-title {
              text-align: end; }
      .events-body .container .event-row:nth-child(odd) .col {
        padding-left: 30px; }

body.single-post {
  background-color: #EFEFE9; }

.single-event-body .container {
  flex-direction: column;
  color: #223030; }
  .single-event-body .container .cover {
    border-radius: 48px;
    overflow: hidden;
    height: 700px;
    width: 100%;
    margin-bottom: 50px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px); }
    .single-event-body .container .cover img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .single-event-body .container .md-title {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px); }
  .single-event-body .container .date {
    margin-bottom: 30px;
    font-family: "Maginia-Regular";
    font-size: 26px;
    line-height: 36px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px); }
  .single-event-body .container .content-wrapper {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px); }
  .single-event-body .container ul,
  .single-event-body .container ol {
    padding: revert; }
    .single-event-body .container ul li,
    .single-event-body .container ol li {
      font-size: 22px;
      font-weight: 300;
      line-height: 30px;
      letter-spacing: 0.484px; }
      .single-event-body .container ul li:not(:last-child),
      .single-event-body .container ol li:not(:last-child) {
        margin-bottom: 15px; }
  .single-event-body .container ol {
    list-style: auto; }
  .single-event-body .container ul li {
    position: relative;
    padding-left: 32px; }
    .single-event-body .container ul li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 4px;
      background-image: url(../images/icons/check.svg);
      width: 20px;
      height: 18px;
      background-repeat: no-repeat;
      background-size: contain; }
  .single-event-body .container a {
    text-decoration: underline;
    color: #BBA58F;
    font-weight: 400; }

.woocommerce table.shop_table {
  border-color: rgba(34, 48, 48, 0.5); }
body.woocommerce-checkout{
	background-color:#EFEFE9;
	color:#223030;
}
body.custom-woo-body-class .header {
  padding: 20px 0;
  position: relative;
  margin-bottom: 100px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
  body.custom-woo-body-class .header .header-links,
  body.custom-woo-body-class .header button,
  body.custom-woo-body-class .header .mobile-content {
    display: none; }

body.custom-woo-body-class .mobile-nav {
  display: none; }

body.custom-woo-body-class .footer {
  display: none; }

body.custom-woo-body-class > .wp-block-woocommerce-checkout {
  max-width: 1600px;
  width: 83.33%;
  margin: 0 auto; }

body.custom-woo-body-class > .woocommerce {
  max-width: 1600px;
  width: 83.33%;
  margin: 0 auto; }
  body.woocommerce-account{
    background-color: #EFEFE9;
    color: #223030;
  }
body.woocommerce-account .woocommerce-form-login .form-row {
  margin-bottom: 20px; }
  body.woocommerce-account .woocommerce-form-login .form-row input {
    padding: 15px 17px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.42px;
    color: #223030;
    outline: none; }

body.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit {
  padding: 15px 48px;
  border-radius: 30px;
  background-color: #223030;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.66px;
  width: fit-content;
  color: #fff; }

body.woocommerce-account .woocommerce-form-register .form-row {
  margin-bottom: 20px; }

body.woocommerce-account .woocommerce-form-register p {
  font-size: 18px;
  line-height: 28px; }

body.woocommerce-account .woocommerce-form-register input {
  padding: 15px 17px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #223030;
  outline: none; }

body.woocommerce-account .woocommerce-form-register .woocommerce-form-register__submit {
  padding: 15px 48px;
  border-radius: 30px;
  background-color: #223030;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.66px;
  width: fit-content;
  color: #fff;
  margin-top: 20px; }

body.woocommerce-lost-password form.lost_reset_password .form-row {
  margin-bottom: 20px; }
  body.woocommerce-lost-password form.lost_reset_password .form-row input {
    padding: 15px 17px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.42px;
    color: #223030;
    outline: none; }
  body.woocommerce-lost-password form.lost_reset_password .form-row button {
    padding: 15px 48px;
    border-radius: 30px;
    background-color: #223030;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.66px;
    width: fit-content;
    color: #fff; }

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
  font-size: 18px; }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:not(:last-child) {
    margin-bottom: 20px; }

body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-MyAccount-content > p {
  margin-bottom: 30px; }

body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address h3 {
  margin-bottom: 20px; }

body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address .edit {
  margin-bottom: 20px;
  display: block;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid rgba(34, 48, 48, 0.5); }

body.woocommerce-account.logged-in.woocommerce-edit-address address {
  border: 1px solid #223030;
  border-radius: 5px;
  padding: 20px;
  font-size: 18px;
  line-height: 28px; }

body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields .form-row {
  margin-bottom: 20px; }

body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields input,
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields .select2-selection--single {
  padding: 15px 17px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #223030;
  outline: none; }

body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields .select2-selection--single {
  min-height: 54px; }

body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields button {
  padding: 15px 48px;
  border-radius: 30px;
  background-color: #223030;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.66px;
  width: fit-content;
  color: #fff;
  margin-bottom: 50px; }

body.woocommerce-account.logged-in.woocommerce-edit-address .select2-results__option {
  color: #223030 !important; }

body.woocommerce-account.logged-in.woocommerce-edit-account form.woocommerce-EditAccountForm .form-row {
  margin-bottom: 20px; }
  body.woocommerce-account.logged-in.woocommerce-edit-account form.woocommerce-EditAccountForm .form-row input {
    padding: 15px 17px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.42px;
    color: #223030;
    outline: none; }

body.woocommerce-account.logged-in.woocommerce-edit-account form.woocommerce-EditAccountForm button {
  padding: 15px 48px;
  border-radius: 30px;
  background-color: #223030;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.66px;
  width: fit-content;
  color: #fff;
  margin-bottom: 50px; }

body.woocommerce-account.logged-in table tr {
  background: transparent !important; }

body.woocommerce-account.logged-in.woocommerce-view-order .woocommerce-MyAccount-content > p {
  margin-bottom: 30px; }

body.woocommerce-account.logged-in.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details {
  flex-direction: column;
  align-items: flex-start; }

body.woocommerce-account.logged-in.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details {
  flex-direction: column;
  align-items: flex-start; }
  body.woocommerce-account.logged-in.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details address {
    border-color: rgba(34, 48, 48, 0.5);
    padding: 20px;
    font-size: 18px;
    line-height: 28px; }
    body.woocommerce-account.logged-in.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details address p {
      font-size: 18px;
      line-height: 28px; }
      body.woocommerce-cart {
        background-color: #EFEFE9;
      }
body.woocommerce-cart > .wp-block-woocommerce-cart {
  max-width: 1600px;

  width: 83.33%;
  margin: 0 auto; }
  body.woocommerce-cart > .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items {
    color: #223030;
    border-color: rgba(34, 48, 48, 0.3); }
    body.woocommerce-cart > .wp-block-woocommerce-cart .wc-block-cart__sidebar{
      background-color: #223030;
      color: #fff;
      padding: 30px 25px !important;
      border-radius: 10px;
    }
    body.woocommerce-cart > .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items .wc-block-cart-item__image {
      display: none; }
    body.woocommerce-cart > .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-name {
      pointer-events: none; }
    body.woocommerce-cart > .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items td {
      border-color: rgba(34, 48, 48, 0.3); }
  body.woocommerce-cart > .wp-block-woocommerce-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block,
  body.woocommerce-cart > .wp-block-woocommerce-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper {
    border-color: rgba(255, 255, 255, 0.3); }
  body.woocommerce-cart > .wp-block-woocommerce-cart .wc-block-cart__sidebar .wps_recurring_bifurcation_wrapper {
    pointer-events: none; }
    body.woocommerce-cart > .wp-block-woocommerce-cart .wc-block-cart__sidebar .wps_recurring_bifurcation_wrapper li {
      padding: 12px 0; }
  body.woocommerce-cart > .wp-block-woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__submit-button {
    padding: 15px 48px;
    border-radius: 10px;
    background-color: #BBA58F;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.66px;
    color: #fff; }
    body.woocommerce-cart > .wp-block-woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__submit-button:focus {
      box-shadow: none; }
      body.woocommerce-cart > .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block {
        color: #223030;
      }
  body.woocommerce-cart > .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new {
    display: none; }
  body.woocommerce-cart > .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2:not(.wc-block-cart__empty-cart__title) {
    display: none; }

body.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
  margin-bottom: 20px; }

body.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
  flex-direction: column;
  align-items: flex-start; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
    margin-bottom: 20px; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table {
    border-color: rgba(34, 48, 48, 0.5); }

body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
  flex-direction: column;
  align-items: flex-start; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
    margin-bottom: 20px; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
    border-color: rgba(34, 48, 48, 0.5);
    font-size: 18px;
    line-height: 28px; }
    body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address p {
      font-size: 18px;
      line-height: 28px; }

body.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
  font-size: 48px; }

body.woocommerce-checkout .wc-block-components-checkout-step__description {
  font-size: 18px; }

body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  padding: 15px 48px;
  border-radius: 10px;
  background-color: #223030;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.66px;
  color: #fff; }
  body.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus {
    box-shadow: none; }

body.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block {
  border-color: transparent; 
  margin-bottom: 25px; }
  body.woocommerce-checkout .wc-block-checkout__sidebar{
    background-color: #223030;
    color: #fff;
    padding: 30px 25px !important;
    border-radius: 10px;
  }
  body.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description {
    word-break: break-word; }

body.woocommerce-checkout .wc-block-checkout__sidebar .wps_recurring_bifurcation_wrapper {
  pointer-events: none; }
  body.woocommerce-checkout .wc-block-checkout__sidebar .wps_recurring_bifurcation_wrapper li {
    padding: 12px 0; }

body.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-totals-block,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-wrapper {
  border-color: rgba(255, 255, 255, 0.15); }

@media (max-width: 1799px) {
  .contact-entry .container-lg .lg-title:first-child {
    padding-right: 105px; } }

@media (max-width: 1599px) {
  .contact-modal .container .contact-form-wrapper{
    max-height: 100%;
  }
	.header .container-lg .logo {
    max-width: 260px;
}
  .header .container-lg .header-links li:not(:last-child) {
    margin-right: 25px;
}
.header .container-lg .right .login {
    margin-right: 15px;
}
  .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .text .name{
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.3px;
  }
  .lg-title {
    font-size: 145px;
    line-height: 155px; }
  .blur-info-block {
    padding: 45px 40px; }
  .footer-banner {
    padding: 70px 80px; }
    .footer-banner > div.title {
      padding-right: 55px; }
    .footer-banner > div.col {
      padding-left: 80px; }
  .single-plan-block .head {
    padding: 47px 30px; }
  .single-plan-block .body {
    padding: 47px 30px; }
  .hp-sec-2 .container > .col {
    width: 100%; }
  .hp-sec-5 .container {
    padding: 50px 0; }
  .hp-sec-6 .container > .col .banner .left {
    padding-right: 35px; }
  .hp-sec-6 .container > .col .banner .right {
    width: auto;
    padding: 50px 0 50px 50px;
    max-width: 500px; }
  .cm-entry .container .banner .col {
    width: 55%; }
  .cm-entry .container .banner .blocks {
    width: 45%; }
  .cc-body .container .banner {
    padding: 60px; }
    .cc-body .container .banner .bottom-sphere {
      right: 0; }
  .contact-entry .container-lg .lg-title:first-child {
    padding-right: 0; }
  .contact-body .container .contact-block .contact-form-wrapper {
    padding: 50px 40px; }
  body.page-template-events #blob canvas {
    height: 1300px; }
  .about-sec-2 .container > div.block {
    padding-right: 50px; }
    .about-sec-2 .container > div.block .blur-info-block {
      padding: 68px 35px; }
  .about-sec-2 .container > div.col {
    padding-left: 20px; }
    .about-sec-2 .container > div.col .blur-info-block {
      padding: 76px 50px; }
  .about-sec-3 .container .banner .col {
    padding-right: 30px; }
  .about-sec-3 .container .banner .block {
    padding-left: 30px; }
  .about-body-sec .container .rows-wrapper .row:not(:last-child) .col {
    width: 70%; }
  .about-body-sec .container .rows-wrapper .row .block {
    padding-left: 50px; }
  .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .image {
    height: 500px; }
  .team-modal .team-modal-container .bottom .container .image {
    width: 450px;
    min-width: 450px; } }

@media (max-width: 1399px) {
  .contact-modal .container .contact-form .meetings-iframe-container{
    width: 100%;
  }
  .contact-modal .container .contact-form-wrapper{
    width: 100%;
  }
  .md-title {
    font-size: 85px;
    line-height: 95px; }
  .lg-title {
    font-size: 127px;
    line-height: 137px; }
  .xl-title {
    font-size: 145px;
    line-height: 155px; }
  .header .container-lg .header-links li:not(:last-child) {
    margin-right: 16px; }
  .header .container-lg .logo {
    max-width: 185px; }
	.header .container-lg .header-links li a{
		font-size:15px;
	}
  .footer .container .footer-upper .col {
    padding: 0 10px; }
  .single-plan-block .head .row button a {
    padding: 15px 26px; }
  .single-plan-block .head .row .price {
    font-size: 30px; }
  .blur-info-block .title {
    font-size: 32px;
    line-height: 42px; }
  .blur-info-block p {
    font-size: 20px; }
  .footer-banner {
    padding: 60px 65px; }
    .footer-banner > div.title {
      font-size: 55px;
      line-height: 65px; }
  .contact-body .container .contact-block {
    margin-top: 0;
    width: 55%;
    padding-left: 20px; }
  .contact-body .container .text-block {
    width: 45%;
    padding-right: 20px; }
  .policies-body .container .policy-wrapper {
    width: 100%; }
  .hp-sec-2 .container > .col .content {
    max-width: 650px; }
  .hp-sec-5 .container .row .col {
    margin-left: -50px; }
  .hp-sec-6 .container > .col .banner {
    padding: 45px; }
    .hp-sec-6 .container > .col .banner .left ul li {
      font-size: 30px; }
  .cm-entry .container .banner {
    padding: 50px; }
    .cm-entry .container .banner .blocks .block .text {
      font-size: 26px;
      line-height: 36px; }
    .cm-entry .container .banner .blocks .block:first-child .text .title {
      font-size: 30px;
      line-height: 38px; }
    .cm-entry .container .banner .blocks .block:first-child .text .subtitle {
      font-size: 26px;
      line-height: 36px; }
  .cc-body .container .banner > div.single-plan-block .row {
    flex-direction: column; }
    .cc-body .container .banner > div.single-plan-block .row .title {
      margin-bottom: 20px; }
  .cc-body .container .banner .bottom-sphere {
    right: -20px; }
  .events-body .container .event-row .image-wrapper {
    height: 650px; }
  .events-body .container .event-row .col .title .md-title {
    line-height: 95px; }
  .single-event-body .container .cover {
    height: 600px; }
  .about-entry {
    min-height: 90vh; }
  body.page-template-about-us .before {
    height: 90vh; }
  body.page-template-about-us p {
    font-size: 26px;
    line-height: 36px; }
  .about-body-sec .container .rows-wrapper .row .col ul li span {
    font-size: 26px;
    line-height: 36px; }
  .about-sec-2 .container > div.block {
    padding-right: 25px; }
    .about-sec-2 .container > div.block .blur-info-block {
      padding: 48px 30px; }
  .about-sec-2 .container > div.col .blur-info-block p {
    font-size: 22px;
    line-height: 32px; }
  .about-sec-2 .container > div.col .md-title {
    font-size: 80px;
    line-height: 90px; }
  .about-sec-3 .container .banner {
    padding: 60px 50px; }
    .about-sec-3 .container .banner .block .blur-info-block {
      padding: 40px 35px; }
  .about-body-sec .container .rows-wrapper .row .block .blur-info-block {
    padding: 40px 35px; }
  .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .image {
    height: 500px; }
  .about-team-sec .container .team-banner .col {
    max-width: 800px; } }

@media (max-width: 1199px) {
	.single-plan-block .head .row .title .main{
		font-size:45px;
	}
  .header .container-lg .right > button a{
    padding: 8px 9px;
  }
  .header .container-lg .right > button a span{
    margin-right: 10px;
    font-size: 14px;
  }
  .header .container-lg .right  > button::before{
    width: 81%;
  }
  .header .container-lg .logo {
    max-width: 180px; }
  .header .container-lg .header-links li:not(:last-child) {
    margin-right: 12px; }
  .header .container-lg .header-links li a {
    font-size: 14px; }
  .xl-title {
    font-size: 125px;
    line-height: 135px; }
  .lg-title {
    font-size: 105px;
    line-height: 115px; }
  .md-title {
    font-size: 80px;
    line-height: 90px; }
  .marquee > div .marquee-text p {
    font-size: 120px;
    line-height: 130px; }
  .footer .container .footer-bottom .right {
    flex-wrap: wrap; }
    .footer .container .footer-bottom .right a {
      margin-bottom: 5px; }
  .single-plan-block .head .row {
    flex-direction: column-reverse; }
  .blur-info-block {
    padding: 35px 30px; }
    .blur-info-block .title {
      font-size: 28px;
      line-height: 38px; }
    .blur-info-block p {
      font-size: 19px;
      line-height: 29px; }
  .footer-banner > div.title {
    font-size: 45px;
    line-height: 55px; }
  .footer-banner > div.col {
    padding-left: 45px; }
  .hp-sec-5 .container .row .col {
    margin-left: -105px; }
  .hp-sec-6 .container > .col .banner .right {
    width: 45%; }
    .hp-sec-6 .container > .col .banner .right .col .title {
      font-size: 35px;
      line-height: 45px; }
    .hp-sec-6 .container > .col .banner .right .col p {
      font-size: 26px; }
  .hp-sec-6 .container > .col .banner .left ul li {
    font-size: 28px; }
    .hp-sec-6 .container > .col .banner .left ul li:not(:last-child) {
      margin-bottom: 35px; }
    .hp-sec-6 .container > .col .banner .left ul li img {
      margin-right: 15px; }
  .cm-entry .container .banner .blocks .block {
    padding: 25px;
    flex-direction: column; }
    .cm-entry .container .banner .blocks .block .icon {
      margin-bottom: 20px; }
    .cm-entry .container .banner .blocks .block:not(:last-child) .text {
      border-left: 0;
      border-top: 1px solid rgba(255, 255, 255, 0.46);
      padding-left: 0;
      padding-top: 30px; }
  .cm-body .container .upper .plans .single-plan-block {
    width: 49%; }
  .cm-body .container .bottom .plans > div {
    width: 49%; }
  .cc-body .container .banner {
    padding: 45px;
    overflow: visible; }
    .cc-body .container .banner .bottom-sphere {
      right: -60px; }
  .events-body .container .event-row .image-wrapper {
    height: 550px; }
  .events-body .container .event-row .col .title .md-title {
    font-size: 70px;
    line-height: 80px; }
  .about-sec-2 .container {
    flex-direction: column-reverse; }
    .about-sec-2 .container > div.block {
      width: 100%;
      padding-right: 0; }
    .about-sec-2 .container > div.col {
      padding-left: 0;
      width: 100%;
      margin-top: -300px;
      margin-bottom: 70px; }
  .about-sec-3 .container .banner {
    flex-direction: column; }
    .about-sec-3 .container .banner .col {
      padding-right: 0;
      margin-bottom: 40px;
      width: 100%; }
    .about-sec-3 .container .banner .block {
      padding-left: 0;
      width: 100%; }
  .about-body-sec .container .rows-wrapper .row:not(:last-child) .col {
    width: 80%; }
  .about-body-sec .container .rows-wrapper .row:last-child {
    flex-direction: column; }
    .about-body-sec .container .rows-wrapper .row:last-child .col {
      width: 100%;
      margin-bottom: 40px; }
    .about-body-sec .container .rows-wrapper .row:last-child .block {
      padding-left: 0;
      width: 100%; }
  .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .image {
    height: 400px; }
  .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .text .name {
    font-size: 28px;
    line-height: 38px; }
  .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .text .view-bio span {
    font-size: 18px;
    line-height: 28px;
    margin-right: 10px; }
  .about-team-sec .container .team-banner .col {
    max-width: 700px; }
  .team-modal .team-modal-container .bottom .container .image {
    width: 350px;
    min-width: 350px; }
  .team-modal .team-modal-container .bottom .container .text p {
    font-size: 22px;
    line-height: 32px; } }

@media (max-width: 991px) {
	.cc-body .container .banner > div.single-plan-block .row button{
margin-left:0;}
  .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .text .name-wrapper{
    margin-bottom: 10px;
  }
  .about-team-sec .container .team-content .row p{
    max-width: 360px;
  }
  .surrounding {
    height: auto;
    overflow: auto !important; }
  .header .container-lg .header-links {
    display: none; }
  .header .container-lg .mobile-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .header .container-lg .logo {
    display: none; }
  .header .container-lg .logo-mobile {
    display: block;
    max-width: 40px; }
    .header .container-lg .logo-mobile a {
      display: block; }
      .header .container-lg .logo-mobile a svg {
        max-width: 100%;
        height: auto; }
  .header .container-lg .right > button {
    display: none; }
  .xl-title {
    font-size: 95px;
    line-height: 105px; }
  .lg-title {
    font-size: 80px;
    line-height: 90px; }
  .md-title {
    font-size: 70px;
    line-height: 80px; }
  .arrow-btn a span {
    font-size: 24px;
    margin-right: 10px; }
  canvas {
    opacity: 0.8; }
  .container {
    padding: 100px 0; }
  .scroll {
    display: none; }
  .chat {
    right: 25px;
    bottom: 25px; }
  .marquee > div .marquee-text p {
    font-size: 90px;
    line-height: 100px; }
  .footer .container .footer-bottom .left {
    padding-right: 20px; }
  .footer .container .footer-bottom .right {
    padding-left: 20px; }
  .footer-banner {
    flex-direction: column; }
    .footer-banner > div.title {
      width: 100%;
      padding-right: 0;
      margin-bottom: 40px; }
    .footer-banner > div.col {
      padding-top: 40px;
      border-left: 0;
      border-top: 1px solid #D4DAD0;
      width: 100%;
      padding-left: 0; }
  .entry-section .container-lg > .col .content .subtitle {
    font-size: 24px; }
  .entry-section .container-lg .ball.topRight {
    right: 50px; }
  .entry-section .container-lg .ball.topLeft {
    left: 5%; }
  .entry-section .container-lg .ball.btmLeft {
    max-width: 300px; }
  .hp-sec-2 .container > .col .content p {
    font-size: 24px;
    line-height: 34px; }
  .hp-sec-2 .container > .col .content button {
    margin-top: 30px; }
  .hp-sec-5 .container > .col .lg-title:first-child {
    padding-right: 210px; }
  .hp-sec-5 .container .row {
    position: relative;
    flex-direction: column-reverse; }
    .hp-sec-5 .container .row > img {
      max-width: 100%;
      margin-top: 0; }
    .hp-sec-5 .container .row .col {
      margin-left: 0;
      padding-left: 0;
      max-width: 100%; }
  .hp-sec-6 .container > .col .banner {
    flex-direction: column; }
    .hp-sec-6 .container > .col .banner .left {
      padding-right: 0;
      padding-bottom: 40px;
      width: 100%;
      border-bottom: 1px solid #B8A28D;
      border-right: 0;
      margin-bottom: 40px; }
      .hp-sec-6 .container > .col .banner .left ul {
        padding: 0; }
    .hp-sec-6 .container > .col .banner .right {
      width: 100%;
      max-width: 100%;
      padding: 0; }
  .cm-entry .container-lg {
    padding-top: 150px;
    padding-bottom: 50px; }
  .cm-entry .container .banner {
    flex-direction: column; }
    .cm-entry .container .banner .col {
      width: 100%;
      max-width: 100%;
      padding-right: 0;
      margin-bottom: 30px; }
    .cm-entry .container .banner .blocks {
      padding-left: 0;
      width: 100%; }
  .cm-body .container .upper .plans {
    flex-direction: column;
    z-index: 1; }
    .cm-body .container .upper .plans .single-plan-block {
      width: 100%; }
      .cm-body .container .upper .plans .single-plan-block:first-child {
        margin-bottom: 30px; }
  .cm-body .container .bottom .plans {
    flex-direction: column; }
    .cm-body .container .bottom .plans > div {
      width: 100%; }
      .cm-body .container .bottom .plans > div.blur-info-block {
        margin-bottom: 30px; }
  .cc-body .container-lg {
    padding-top: 150px;
    padding-bottom: 50px; }
  .cc-body .container .banner {
    flex-direction: column; }
    .cc-body .container .banner > div.blur-info-block {
      width: 100%;
      margin-bottom: 30px; }
    .cc-body .container .banner > div.single-plan-block {
      width: 100%; }
  .contact-body {
    overflow: hidden; }
    .contact-body .container {
      flex-direction: column; }
      .contact-body .container .text-block {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 50px; }
      .contact-body .container .contact-block {
        padding-left: 0;
        width: 100%; }
  body.page-template-events #blob {
    top: 0; }
    body.page-template-events #blob canvas {
      height: 100vh; }
  .events-body .container {
    padding-top: 150px; }
    .events-body .container .event-row {
      flex-direction: column; }
      .events-body .container .event-row .image-wrapper {
        height: 550px;
        width: 100%;
        margin-bottom: 30px; }
      .events-body .container .event-row .col {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important; }
      .events-body .container .event-row:not(:last-child) {
        margin-bottom: 150px; }
      .events-body .container .event-row:nth-child(even) {
        flex-direction: column; }
  .single-event-body .container {
    padding-top: 150px; }
  .about-sec-3,
  .about-team-sec {
    position: relative;
    z-index: 1; }
  .about-body-sec .container .rows-wrapper .row:not(:last-child) .col {
    width: 100%; }
  .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .text {
    flex-direction: column;
    align-items: flex-start; }
  .about-team-sec .container .team-banner .col {
    max-width: 600px; }
  .team-modal .team-modal-container .bottom .container .image {
    width: 300px;
    min-width: 300px;
    margin-right: 25px; }
  .team-modal .team-modal-container .bottom .container .text p {
    font-size: 22px;
    line-height: 32px; }
  body.page-template-about-us .before {
    display: none; }
  body.page-template-about-us #blob {
    z-index: 1; }
  .about-entry {
    background-color: #EFEFE9;
    min-height: auto; }
  .about-sec-2,
  .about-body-sec {
    position: relative;
    z-index: 2; }
  .about-sec-2 .container > div.col {
    margin-top: -200px; }
  .about-sec-2 .container > div.col .md-title {
    font-size: 70px;
    line-height: 80px; } }

@media (max-width: 768px) {
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
    margin-bottom: 50px; } }

@media (max-width: 767px) {
  .container {
    width: 88%; }
  .xl-title {
    font-size: 75px;
    line-height: 85px; }
  .lg-title {
    font-size: 60px;
    line-height: 70px; }
  .md-title {
    font-size: 55px;
    line-height: 65px; }
  .marquee > div .marquee-text p {
    font-size: 80px;
    line-height: 90px; }
  .footer .container .footer-upper {
    flex-wrap: wrap; }
    .footer .container .footer-upper .col {
      width: 50%;
      margin-bottom: 40px; }
      .footer .container .footer-upper .col .title {
        margin-bottom: 25px; }
  .footer .container .footer-bottom {
    flex-direction: column-reverse;
    padding-top: 30px; }
    .footer .container .footer-bottom > div.left {
      padding-right: 0; }
    .footer .container .footer-bottom > div.right {
      padding-left: 0;
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.49); }
  h1 {
    font-size: 50px;
    line-height: 60px; }
  .footer-banner {
    border-radius: 30px; }
  .entry-section .container-lg > .col > .xl-title {
    padding-right: 120px; }
  .entry-section .container-lg .ball.btmRight {
    right: 0; }
  .entry-section .container-lg .ball.btmLeft {
    left: -2%; }
  .hp-sec-5 .container > .col .lg-title:first-child {
    padding-right: 140px; }
  .cm-entry {
    overflow: hidden; }
    .cm-entry .container .banner {
      padding: 40px 30px;
      border-radius: 30px; }
      .cm-entry .container .banner .upper-sphere {
        max-width: 100%; }
        .cm-entry .container .banner .upper-sphere img {
          max-width: 100%; }
      .cm-entry .container .banner .col h1 {
        margin-bottom: 30px; }
  .cm-body .container .upper .col .line {
    margin-bottom: 30px; }
  .cm-body .container .upper .col .subtitle {
    margin-bottom: 30px; }
  .cc-body {
    overflow: hidden; }
    .cc-body .container .banner {
      border-radius: 30px; }
      .cc-body .container .banner .upper-sphere {
        max-width: 100%; }
        .cc-body .container .banner .upper-sphere img {
          max-width: 100%; }
  .contact-body .container .contact-block .contact-form-wrapper form .col.date {
    width: 100%; }
  .events-body .container .event-row .image-wrapper {
    height: 450px;
    border-radius: 30px; }
    .events-body .container .event-row .image-wrapper img {
      border-radius: 30px; }
  .events-body .container .event-row .col .title {
    margin-bottom: 30px; }
    .events-body .container .event-row .col .title .md-title {
      font-size: 55px;
      line-height: 65px; }
  .single-event-body .container .cover {
    height: 500px;
    border-radius: 25px; }
  body.page-template-about-us #blob {
    height: 500px; }
  .about-sec-2 .container > div.col .md-title {
    font-size: 55px;
    line-height: 65px; }
  .about-sec-3 .container .banner {
    border-radius: 25px;
    padding: 50px 40px; }
    .about-sec-3 .container .banner .block .sphere-sm {
      bottom: -45px; }
  .about-body-sec .container .rows-wrapper {
    margin-bottom: 0; }
    .about-body-sec .container .rows-wrapper .row:not(:last-child) {
      margin-bottom: 150px; }
  .about-team-sec .container .team-content {
    margin-bottom: 120px; }
    .about-team-sec .container .team-content .col {
      margin-bottom: 35px; }
    .about-team-sec .container .team-content .row {
      flex-direction: column-reverse;
      margin-bottom: 40px; }
      .about-team-sec .container .team-content .row P {
        max-width: 100%;
        margin-bottom: 40px; }
    .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .image {
      height: 350px;
      margin-bottom: 20px; }
  .about-team-sec .container .team-banner {
    border-radius: 25px; }
    .about-team-sec .container .team-banner .col {
      max-width: 90%; }
      .about-team-sec .container .team-banner .col .line {
        height: 60px; }
  .team-modal .team-modal-container {
    position: relative; }
    .team-modal .team-modal-container .upper {
      margin-bottom: 15px;
      position: absolute;
      width: 100%;
      top: 0; }
      .team-modal .team-modal-container .upper .container .title {
        font-size: 50px;
        letter-spacing: 15px; }
      .team-modal .team-modal-container .upper .container .close {
        width: 40px;
        height: 40px;
        background-color: #B8A28D; }
        .team-modal .team-modal-container .upper .container .close img {
          max-width: 15px; }
    .team-modal .team-modal-container .bottom {
      height: 100%;
      max-height: 100%;
      border-radius: 0; }
      .team-modal .team-modal-container .bottom .container {
        flex-direction: column;
        padding-top: 100px; }
        .team-modal .team-modal-container .bottom .container .image {
          margin-right: 0;
          margin-bottom: 25px;
          height: 300px;
          min-height: 300px;
          border-radius: 25px; }
  .about-sec-2 .container > div.col .blur-info-block {
    padding: 76px 35px; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details li {
    margin-bottom: 20px; } }

@media (max-width: 575px) {
  .contact-modal .container .contact-form{
    border: none;
    background-color: transparent;
    padding: 0;
  }
  #blob {
    height: 500px;
    bottom: 0;
    top: unset; }
    #blob canvas {
      height: 100%; }
  .container {
    width: 95%; }
  .xl-title {
    font-size: 60px;
    line-height: 70px; }
  .lg-title {
    font-size: 60px;
    line-height: 60px;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); }
  .md-title {
    font-size: 35px;
    line-height: 45px; }
  h1 {
    font-size: 42px;
    line-height: 52px; }
  h2 {
    font-size: 40px;
    line-height: 50px; }
  h3 {
    font-size: 30px;
    line-height: 40px; }
  h6 {
    font-size: 26px;
    line-height: 36px; }
  h4 {
    font-size: 29px;
    line-height: 39px; }
  h5 {
    font-size: 28px;
    line-height: 38px; }
  .arrow-btn a span {
    font-size: 20px;
    line-height: 30px;
    margin-right: 5px; }
  .marquee > div .marquee-text p {
    font-size: 50px;
    line-height: 60px; }
  p {
    font-size: 18px;
    line-height: 28px; }
  .container {
    padding: 80px 0; }
  .chat {
    right: 10px;
    bottom: 10px; }
  .single-plan-block .head {
    padding: 25px; }
    .single-plan-block .head .row:first-child {
      margin-bottom: 30px; }
    .single-plan-block .head .row .title .main {
      font-size: 40px;
      line-height: 50px; }
    .single-plan-block .head .row .title .sub {
      font-size: 24px;
      line-height: 34px; }
    .single-plan-block .head .row button a span {
      font-size: 18px;
      line-height: 28px; }
    .single-plan-block .head .row .price {
      font-size: 26px; }
  .single-plan-block .body {
    padding: 25px; }
    .single-plan-block .body .title {
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 25px; }
    .single-plan-block .body ul li span {
      font-size: 16px;
      line-height: 26px; }
  .blur-info-block {
    padding: 20px; }
    .blur-info-block .title {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 20px; }
    .blur-info-block p {
      font-size: 18px;
      line-height: 28px; }
  .footer-banner {
    padding: 40px 30px;
    border-radius: 25px; }
    .footer-banner > div.title {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 20px; }
    .footer-banner > div.col {
      padding-top: 20px; }
      .footer-banner > div.col .text {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px; }
  .footer {
    border-radius: 25px 25px 0 0; }
  button.dark-button a {
    padding: 15px 30px; }
    button.dark-button a span {
      font-size: 18px; }
  .header {
    padding: 8px 0; }
    .header .container-lg .logo-mobile{
      max-width: 30px;
    }
    .header .container-lg .mobile-content button a{
      font-size: 14px;
      padding: 7px 12px;
    }
  .single-plan-block .head .row .price {
    margin-bottom: 20px;
    width: fit-content; }
  .entry-section .container-lg > .col > .xl-title {
    padding-right: 0; }
  .entry-section .container-lg .ball.topLeft {
    max-width: 100px; }
  .entry-section .container-lg .ball.topRight {
    max-width: 80px;
    right: 0; }
  .entry-section .container-lg .ball.btmLeft {
    max-width: 150px; }
  .entry-section .container-lg .ball.btmRight {
    max-width: 120px; }
  .hp-sec-2 .container > .col .content p {
    font-size: 20px;
    line-height: 30px; }
  .hp-sec-2 .container > .col .content .lg-title {
    margin-bottom: 15px; }
  .hp-sec-2 .container > .col .content button {
    margin-top: 30px; }
  .hp-sec-4 .container .plans-wrapper .plan .col h2 {
    margin-bottom: 15px; }
  .hp-sec-4 .container .plans-wrapper .plan:not(:last-child) {
    margin-bottom: 80px; }
  .hp-sec-5 .container .row .col h3 {
    margin-bottom: 15px; }
  .hp-sec-5 .container .row .col p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px; }
  .hp-sec-5 .container > .col .lg-title:first-child {
    padding-right: 0; }
  .hp-sec-6 .container > .col .banner {
    padding: 40px 30px;
    border-radius: 20px; }
    .hp-sec-6 .container > .col .banner .left ul li {
      font-size: 22px;
      line-height: 32px; }
      .hp-sec-6 .container > .col .banner .left ul li:not(:last-child) {
        margin-bottom: 15px; }
      .hp-sec-6 .container > .col .banner .left ul li img {
        max-width: 25px;
        margin-right: 10px; }
    .hp-sec-6 .container > .col .banner .right .col .title {
      font-size: 30px;
      line-height: 40px; }
    .hp-sec-6 .container > .col .banner .right .col p {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 25px; }
  .hp-sec-6 .container > .col .text img {
    margin-right: 20px; }
  .hp-sec-6 .container > .col .text span {
    font-size: 22px;
    line-height: 32px; }
  body.page-template-concierge-medicine #blob,
  body.page-template-corporate-concierge #blob {
    top: 50px; }
    body.page-template-concierge-medicine #blob canvas,
    body.page-template-corporate-concierge #blob canvas {
      height: 350px; }
  .cm-entry .container-lg .lg-title:first-child {
    padding-right: 0; }
  .cm-entry .container .banner {
    padding: 40px 30px;
    border-radius: 25px; }
    .cm-entry .container .banner .col h1 {
      margin-bottom: 25px; }
    .cm-entry .container .banner .col ul li .icon {
      margin-right: 10px; }
    .cm-entry .container .banner .col ul li span {
      font-size: 18px;
      line-height: 28px; }
    .cm-entry .container .banner .col .text .title {
      margin-bottom: 15px;
      font-size: 26px; }
    .cm-entry .container .banner .blocks .block {
      padding: 20px; }
      .cm-entry .container .banner .blocks .block:not(:last-child) {
        margin-bottom: 30px; }
      .cm-entry .container .banner .blocks .block:first-child .text .title {
        font-size: 26px;
        line-height: 36px; }
      .cm-entry .container .banner .blocks .block:first-child .text .subtitle {
        font-size: 20px;
        line-height: 30px; }
      .cm-entry .container .banner .blocks .block .text {
        font-size: 24px;
        line-height: 34px; }
  .cm-body .container .upper .col .line {
    margin-bottom: 20px; }
  .cm-body .container .upper .col .subtitle {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px; }
  .cm-body .container .bottom .plans {
    margin-bottom: 80px; }
  .cc-body .container-lg .lg-title:first-child {
    padding-right: 0; }
  .cc-body .container {
    width: 100%; }
    .cc-body .container .banner {
      padding: 40px 12px;
      margin-bottom: 80px;
      border-radius: 0; }
      .cc-body .container .banner .upper-sphere {
        border-radius: 0; }
    .cc-body .container .footer-banner {
      width: 95%;
      margin: 0 auto; }
  .contact-entry .container-lg {
    padding-top: 150px;
    padding-bottom: 50px; }
  .contact-body .container {
    padding: 80px 0; }
    .contact-body .container .contact-block .contact-form-wrapper {
      padding: 40px 30px; }
      .contact-body .container .contact-block .contact-form-wrapper h2 {
        margin-bottom: 20px; }
      .contact-body .container .contact-block .contact-form-wrapper form {
        padding-top: 20px; }
        .contact-body .container .contact-block .contact-form-wrapper form .col {
          width: 100%;
          margin-bottom: 15px; }
          .contact-body .container .contact-block .contact-form-wrapper form .col label {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 5px; }
          .contact-body .container .contact-block .contact-form-wrapper form .col input {
            padding: 10px 15px; }
  .policies-body .container {
    padding-top: 150px; }
    .policies-body .container .policy-wrapper p {
      font-size: 16px;
      line-height: 26px; }
  .single-event-body .container ul li,
  .single-event-body .container ol li {
    font-size: 18px;
    line-height: 28px; }
  .events-body .container .event-row:nth-child(even) .col {
    align-items: flex-start; }
  body.page-template-events #blob canvas {
    height: 400px; }
  .events-body .container .event-row:nth-child(even) .col .title .md-title {
    text-align: start; }
  .events-body .container .event-row .image-wrapper {
    height: 350px;
    border-radius: 20px; }
    .events-body .container .event-row .image-wrapper img {
      border-radius: 20px; }
  .events-body .container .event-row .col .date {
    font-size: 20px;
    line-height: 30px; }
  .events-body .container .event-row .col .title {
    margin-bottom: 20px; }
    .events-body .container .event-row .col .title .md-title {
      font-size: 35px;
      line-height: 45px; }
  .events-body .container .event-row:not(:last-child) {
    margin-bottom: 100px; }
  .single-event-body .container .cover {
    height: 450px; }
  .single-event-body .container .md-title {
    margin-bottom: 15px; }
  .single-event-body .container .date {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px; }
  body.page-template-about-us #blob {
    top: 100px;
    height: 350px; }
  body.page-template-about-us p {
    font-size: 18px;
    line-height: 28px; }
  .about-body-sec .container .rows-wrapper .row .col ul li span {
    font-size: 18px;
    line-height: 28px; }
  .about-sec-2 .container > div.col .blur-info-block {
    padding: 50px 30px; }
  .about-sec-2 .container > div.col .md-title {
    font-size: 35px;
    line-height: 45px; }
  .about-sec-2 .container > div.col .blur-info-block p {
    font-size: 18px;
    line-height: 28px; }
  .about-sec-2 .container > div.block .blur-info-block {
    padding: 40px 30px; }
    .about-sec-2 .container > div.block .blur-info-block .name span {
      font-size: 24px;
      line-height: 34px; }
  .about-sec-2 .container > div.col .md-title {
    margin-bottom: 15px; }
  .about-sec-3 .container .banner {
    padding: 40px 30px; }
    .about-sec-3 .container .banner .col .md-title {
      margin-bottom: 20px; }
    .about-sec-3 .container .banner .block .blur-info-block {
      padding: 30px 25px; }
      .about-sec-3 .container .banner .block .blur-info-block .title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px; }
      .about-sec-3 .container .banner .block .blur-info-block ul li:not(:last-child) {
        margin-bottom: 15px; }
      .about-sec-3 .container .banner .block .blur-info-block ul li span {
        font-size: 22px;
        line-height: 32px; }
  .about-body-sec .container .rows-wrapper .row .col .md-title {
    margin-bottom: 15px; }
  .about-body-sec .container .rows-wrapper .row .col h3 {
    margin-bottom: 25px; }
  .about-body-sec .container .rows-wrapper .row:not(:last-child) {
    margin-bottom: 80px; }
  .about-body-sec .container .rows-wrapper .row .block .blur-info-block {
    padding: 30px 25px; }
    .about-body-sec .container .rows-wrapper .row .block .blur-info-block ul li span {
      font-size: 22px;
      line-height: 32px; }
  .about-team-sec .container .team-content {
    margin-bottom: 70px; }
    .about-team-sec .container .team-content .row p {
      font-size: 18px;
      line-height: 28px; }
    .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .image {
      height: 270px; }
    .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .text .name {
      font-size: 24px;
      line-height: 34px; }
  .team-modal .team-modal-container .bottom .container .image {
    height: 220px;
    min-height: 220px; }
    .team-modal .team-modal-container .bottom .container .image img {
      object-position: top; }
  .team-modal .team-modal-container .bottom .container .text p {
    font-size: 18px;
    line-height: 28px; }
  .about-team-sec .container .team-banner {
    padding-bottom: 40px; }
    .about-team-sec .container .team-banner .col .subtitle {
      margin-bottom: 25px;
      font-size: 24px;
      line-height: 34px; }
    .about-team-sec .container .team-banner .col p {
      margin-bottom: 30px; }
  .policies-body .container .policy-wrapper ul li,
  .policies-body .container .policy-wrapper ol li {
    font-size: 16px;
    line-height: 26px; }
  body.custom-woo-body-class .header {
    margin-bottom: 50px; }
  body.custom-woo-body-class > .wp-block-woocommerce-checkout {
    width: 95%; }
  body.custom-woo-body-class > .woocommerce {
    width: 95%; }
  body.woocommerce-cart > .wp-block-woocommerce-cart {
    width: 95%; }
  body.woocommerce-cart > .wp-block-woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__submit-button {
    font-size: 20px; } }
@media (max-width: 499px) {
	.about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .image{
		        height: 470px;
}
}
@media (max-width: 399px) {
  .team-modal .team-modal-container .upper{
    height: auto;
  }
  .mobile-nav .nav__content > ul > li a {
    font-size: 22px;
    line-height: 32px; }
  .xl-title {
    font-size: 50px;
    line-height: 60px; }
  .lg-title {
    font-size: 38px;
    line-height: 48px;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); }
  .md-title {
    font-size: 32px;
    line-height: 42px; }
  h1 {
    font-size: 40px;
    line-height: 50px; }
  h2 {
    font-size: 38px;
    line-height: 48px; }
  h3 {
    font-size: 29px;
    line-height: 39px; }
  h4 {
    font-size: 28px;
    line-height: 38px; }
  h5 {
    font-size: 26px;
    line-height: 36px; }
  h6 {
    font-size: 24px;
    line-height: 34px; }
  .marquee > div .marquee-text p {
    font-size: 35px;
    line-height: 45px; }
  .footer .container .footer-upper {
    margin-bottom: 30px; }
    .footer .container .footer-upper .col {
      width: 100%;
      padding: 0; }
  .footer .container .footer-bottom {
    padding-top: 30px; }
  .single-plan-block .head {
    padding: 20px; }
    .single-plan-block .head .row .title .main {
      font-size: 35px;
      line-height: 45px; }
    .single-plan-block .head .row .title .sub {
      font-size: 22px;
      line-height: 32px; }
    .single-plan-block .head .row .price {
      font-size: 24px; }
    .single-plan-block .head .row button a {
      padding: 10px 20px; }
      .single-plan-block .head .row button a span {
        font-size: 16px;
        line-height: 26px;
        margin-right: 15px; }
  .single-plan-block .body {
    padding: 20px; }
    .single-plan-block .body .title {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 15px; }
    .single-plan-block .body ul li:not(:last-child) {
      margin-bottom: 15px; }
  .blur-info-block .title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px; }
  .blur-info-block p {
    font-size: 16px;
    line-height: 26px; }
  .footer-banner {
    padding: 20px; }
    .footer-banner > div.title {
      font-size: 28px;
      line-height: 38px; }
    .footer-banner > div.col .text {
      font-size: 20px;
      line-height: 30px; }
  button.dark-button a {
    padding: 10px 20px; }
    button.dark-button a span {
      font-size: 16px;
      margin-right: 15px; }
  .entry-section .container-lg > .col > .xl-title {
    margin-bottom: 0; }
  .entry-section .container-lg > .col .content .subtitle {
    font-size: 22px;
    line-height: 32px; }
  .entry-section .container-lg .ball.btmLeft {
    max-width: 150px;
    bottom: -50px; }
  .entry-section .container-lg .ball.btmRight {
    max-width: 120px; }
  .entry-section .container-lg .ball.topLeft {
    max-width: 100px; }
  .entry-section .container-lg .ball.topRight {
    max-width: 80px; }
  .hp-sec-2 .container > .col .content p {
    font-size: 18px;
    line-height: 28px; }
  .hp-sec-2 .container > .col .content button {
    margin-top: 20px; }
  .hp-sec-5 .container > .col .lg-title:first-child {
    padding-right: 90px; }
  .hp-sec-5 .container .row .col p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px; }
  .hp-sec-6 .container > .col .upper {
    margin-bottom: 30px; }
  .hp-sec-6 .container > .col .banner {
    padding: 20px; }
    .hp-sec-6 .container > .col .banner .left {
      margin-bottom: 20px;
      padding-bottom: 20px; }
      .hp-sec-6 .container > .col .banner .left ul li {
        font-size: 20px;
        line-height: 30px; }
    .hp-sec-6 .container > .col .banner .right .col .title {
      font-size: 28px;
      line-height: 38px; }
  .hp-sec-6 .container > .col .text span {
    font-size: 20px;
    line-height: 30px; }
  .cm-entry .container-lg .lg-title:first-child {
    padding-right: 0; }
  .cm-entry .container .banner {
    padding: 20px; }
    .cm-entry .container .banner .col ul li span {
      font-size: 16px;
      line-height: 26px; }
    .cm-entry .container .banner .col .text .title {
      font-size: 24px; }
    .cm-entry .container .banner .col .text p {
      font-size: 16px;
      line-height: 26px; }
    .cm-entry .container .banner .blocks .block:not(:last-child) .text {
      padding-top: 20px; }
    .cm-entry .container .banner .blocks .block:first-child .text .title {
      font-size: 20px;
      line-height: 30px; }
    .cm-entry .container .banner .blocks .block .text {
      font-size: 20px;
      line-height: 30px; }
  .cm-body .container .upper .col .subtitle {
    font-size: 22px;
    line-height: 32px; }
  .cc-body .container .banner .bottom-sphere {
    right: -85px; }
  .contact-body .container .text-block .title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px; }
  .policies-body .container .policy-wrapper h1,
  .policies-body .container .policy-wrapper h2,
  .policies-body .container .policy-wrapper h3,
  .policies-body .container .policy-wrapper h4,
  .policies-body .container .policy-wrapper h5,
  .policies-body .container .policy-wrapper h6 {
    margin-bottom: 10px; }
  .events-body .container .event-row .image-wrapper {
    height: 300px; }
  .events-body .container .event-row .col .date {
    font-size: 18px;
    line-height: 28px; }
  .single-event-body .container .cover {
    height: 400px; }
  .team-modal .team-modal-container .bottom .container .text p {
    font-size: 16px;
    line-height: 26px; }
  .about-team-sec .container .team-content {
    margin-bottom: 40px; }
    .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .image {
      height: 300px; }
    .about-team-sec .container .team-content .swiper .swiper-slide .swiper-content-wrapper .text .name {
      font-size: 22px;
      line-height: 32px; }
  .about-body-sec .container .rows-wrapper .row .block .blur-info-block ul li span {
    font-size: 18px;
    line-height: 28px; }
  .about-sec-3 .container .banner .block .blur-info-block .title {
    font-size: 24px;
    line-height: 34px; }
  .about-sec-2 .container > div.col .blur-info-block {
    padding: 50px 15px; }
  .about-sec-3 .container .banner {
    padding: 40px 15px; }
  .about-body-sec .container .rows-wrapper .row .block .blur-info-block {
    padding: 30px 15px; }
  .about-sec-2 .container > div.block .blur-info-block {
    padding: 40px 15px; }
  .about-sec-3 .container .banner .block .blur-info-block {
    padding: 30px 20px; }
  .about-sec-2 .container > div.col .md-title {
    font-size: 32px;
    line-height: 42px; } }
