:root {
  --white-color: #fff !important;
  --black-color: #000 !important;
  --primary-color: #DE968D;
  --secondary-color: #3F225D;
  --grey-color: #7C726E;
  --border-color: #EAEAEA;
  --font-family: "Marcellus", serif;
  --font-family-2: "DM Sans", sans-serif;
  --font-awesome: "Font Awesome 6 Free";
  --font-size-default: 16px;
  --font-weight-default: 400;
  --font-size-theme: var(--font-size-default);
  --line-height-theme: 1.625;
  --font-weight-theme: 700;
  --button-height: 48px;
  --header-height: 80px; }

body {
  color: var(--grey-color);
  font-family: var(--font-family-2);
  font-size: var(--font-size-theme);
  font-weight: var(--font-weight-default);
  line-height: var(--line-height-theme); }

h1 {
  color: var(--black-color);
  font-family: var(--font-family);
  font-size: 78px;
  font-weight: var(--font-weight-default);
  line-height: 1.1;
  letter-spacing: -2.4px; }
  @media (max-width: 991px) {
    h1 {
      font-size: 90px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 60px; } }
  @media (max-width: 575px) {
    h1 {
      font-size: 45px; } }

.unsubscribe-page-content h1 {
  letter-spacing: normal; }

h2 {
  color: var(--secondary-color);
  font-family: var(--font-family);
  font-size: 65px;
  font-weight: var(--font-weight-default);
  line-height: 1.1;
  letter-spacing: -1.3px; }
  @media (max-width: 1199px) {
    h2 {
      font-size: 50px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 40px; } }

h3 {
  color: var(--secondary-color);
  font-family: var(--font-family);
  font-size: 40px;
  font-weight: var(--font-weight-default);
  line-height: 1.107; }
  @media (max-width: 991px) {
    h3 {
      font-size: 30px; } }
  @media (max-width: 575px) {
    h3 {
      font-size: 24px; } }

h4 {
  color: var(--secondary-color);
  font-family: var(--font-family);
  font-size: 30px;
  font-weight: var(--font-weight-default);
  line-height: 1.3;
  letter-spacing: -0.6px; }

h5 {
  color: var(--secondary-color);
  font-family: var(--font-family);
  font-size: 24px;
  font-weight: var(--font-weight-default);
  line-height: 1;
  letter-spacing: -0.48px; }

h6 {
  color: #866559;
  font-family: var(--font-family-2);
  font-size: 18px;
  font-weight: 500;
  line-height: 1; }

p,
main li,
ol li::marker {
  color: var(--grey-color);
  font-family: var(--font-family-2);
  font-size: var(--font-size-theme);
  font-weight: var(--font-weight-default);
  line-height: var(--line-height-theme); }

ol li::marker {
  font-weight: var(--font-weight-theme); }

.header_lang_top {
  display: none; }

main input[type=text],
main input[type=email],
main textarea {
  width: 100%;
  background-color: transparent;
  color: var(--input-color, var(--white-color));
  font-family: var(--font-family-2);
  font-size: var(--font-size-default);
  font-weight: 500;
  line-height: var(--line-height-theme);
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid var(--input-border-color, rgba(255, 255, 255, 0.15));
  padding-block: 20px;
  outline: none; }
  main input[type=text]::placeholder,
  main input[type=email]::placeholder,
  main textarea::placeholder {
    color: var(--input-placeholder-color, var(--white-color));
    text-transform: capitalize; }

main textarea {
  display: block;
  height: 150px;
  resize: none;
  margin-bottom: 50px; }

.logo {
  max-width: 200px; }

.button:not(.unshow) {
  display: inline-flex;
  align-items: center;
  height: var(--button-height);
  background-color: var(--primary-color);
  color: var(--white-color);
  font-family: var(--font-family-2) !important;
  font-size: 14px;
  font-weight: var(--button-font-weight, 700);
  line-height: 1;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px var(--button-border-color, var(--primary-color));
  padding-inline: var(--button-padding-inline, 30px);
  transition: box-shadow .3s ease , background-color .3s ease, color .3s ease; }
  .button:not(.unshow):hover {
    background-color: transparent;
    color: var(--primary-color); }
  .button:not(.unshow).style-2:not(:hover) {
    --button-border-color: var(--white-color);
    background-color: transparent; }
  .button:not(.unshow).style-2:hover {
    --button-border-color: transparent;
    background-color: var(--white-color);
    color: var(--secondary-color); }
  .button:not(.unshow).style-3:not(:hover) {
    --button-border-color: var(--black-color);
    background-color: transparent;
    color: var(--black-color); }
  .button:not(.unshow).style-3:hover {
    --button-border-color: transparent;
    background-color: var(--primary-color);
    color: var(--white-color); }
  .button:not(.unshow).style-4:not(:hover) {
    --button-border-color: transparent;
    background-color: var(--white-color);
    color: var(--black-color); }
  .button:not(.unshow).style-4:hover {
    --button-border-color: transparent;
    background-color: var(--primary-color);
    color: var(--white-color); }
  .button:not(.unshow).style-5:not(:hover) {
    --button-border-color: var(--secondary-color);
    background-color: var(--secondary-color); }
  .button:not(.unshow).style-5:hover {
    --button-border-color: var(--secondary-color);
    background-color: transparent;
    color: var(--secondary-color); }
  .button:not(.unshow).style-6:not(:hover) {
    --button-border-color: var(--secondary-color);
    background-color: transparent;
    color: var(--secondary-color); }
  .button:not(.unshow).style-6:hover {
    --button-border-color: transparent;
    background-color: var(--secondary-color);
    color: var(--white-color); }
  .button:not(.unshow).style-7:not(:hover) {
    --button-border-color: transparent;
    background-color: var(--white-color);
    color: var(--black-color); }
  .button:not(.unshow).style-7:hover {
    --button-border-color: var(--black-color);
    background-color: var(--black-color);
    color: var(--white-color); }

.swiper {
  --swiper-pagination-bottom: 0;
  --swiper-pagination-color: var(--primary-color);
  padding-bottom: var(--swiper-padding-bottom, 0); }
  .swiper-pagination-bullet {
    transition: all .3s ease; }

.animation-spin {
  animation: animation-spin 10s linear infinite; }

@keyframes animation-spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.animation-round {
  animation: animation-round 4s infinite linear; }

@keyframes animation-round {
  0% {
    transform: rotate(0) translateX(10px) rotate(0); }
  100% {
    transform: rotate(360deg) translateX(10px) rotate(-360deg); } }
.animation-bounce {
  animation: animation-bounce 1s ease-out infinite; }

@keyframes animation-bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0); }
  40% {
    transform: translateY(-8px); }
  60% {
    transform: translateY(-4px); } }
@media (min-width: 992px) {
  .pl-100 {
    padding-left: 100px; }

  .pr-100 {
    padding-right: 100px; } }
@media (max-width: 991px) {
  section.pt-100 {
    padding-top: 80px; }
  section.pb-100 {
    padding-bottom: 80px; }
  section.mt-100 {
    padding-top: 80px; }
  section.mb-100 {
    margin-bottom: 80px; } }

.section-default {
  --img-height: 55vw;
  position: relative; }
  .section-default .bg-image {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%; }
    @media (max-width: 991px) {
      .section-default .bg-image {
        top: inherit;
        bottom: 0;
        width: 100%;
        height: var(--img-height); } }
  .section-default.img-left .bg-image {
    left: 0; }
  .section-default.img-left .content.d-flex {
    justify-content: flex-end; }
    @media (min-width: 992px) {
      .section-default.img-left .content.d-flex > .item {
        padding-left: 100px; } }
  .section-default.img-right .bg-image {
    right: 0; }
  @media (min-width: 992px) {
    .section-default.img-right .content.d-flex > .item {
      padding-right: 100px; } }
  .section-default .content.d-flex > .item {
    padding-block: 80px; }
  @media (max-width: 991px) {
    .section-default {
      padding-bottom: var(--img-height); } }
  .section-default .text-wrap h6 {
    margin-bottom: 15px; }
  .section-default .text-wrap h2:not(:last-child) {
    margin-bottom: 25px; }
  .section-default .text-wrap p:not(.mb-0):not(:last-child),
  .section-default .text-wrap ul:not(.mb-0):not(:last-child) {
    margin-bottom: 20px; }
  .section-default .btn-wrap {
    margin-top: 30px; }
  .section-default.bg-secondary * {
    color: var(--white-color); }

@media (max-width: 991px) {
  .d-flex.content.columns-2,
  .content > .d-flex.columns-2 {
    --columns: 1; }
    .d-flex.content.columns-2.toLeft > .item, .d-flex.content.columns-2.toRight > .item,
    .content > .d-flex.columns-2.toLeft > .item,
    .content > .d-flex.columns-2.toRight > .item {
      width: 100% !important; }
  .d-flex.content.columns-3,
  .content > .d-flex.columns-3 {
    --columns: 2;
    justify-content: center; }
  .d-flex.content.columns-4,
  .content > .d-flex.columns-4 {
    --columns: 1; } }
@media (max-width: 767px) {
  .d-flex.content.columns-3,
  .content > .d-flex.columns-3 {
    --columns: 1; } }

#header {
  --header-position: sticky;
  --mobile-nav-link-color: var(--black-color);
  --hamburger-lines-color: var(--black-color);
  --hamburger-lines-height: 2px;
  --hamburger-size: 28px;
  --links-color: var(--secondary-color);
  --button-padding-inline: 20px;
  background-color: var(--white-color); }
  #header *:not(i) {
    font-family: var(--font-family); }
  #header .logo {
    transform: translateY(1px); }
  #header .logo-white {
    display: none; }
  #header .nav a:not(.button:not(.unshow)) {
    position: relative;
    color: var(--links-color);
    font-size: 18px;
    font-weight: var(--font-weight-default); }
    #header .nav a:not(.button:not(.unshow))::before {
      content: "";
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: var(--links-color);
      transform-origin: center;
      transform: scaleX(0);
      transition: transform .3s ease; }
  @media (min-width: 992px) {
    #header .nav ul {
      align-items: center; } }
  #header .nav li.active a:not(.button:not(.unshow))::before,
  #header .nav a:not(.button:not(.unshow)):hover::before {
    transform: scaleX(1); }
  #header.style-2 {
    --hamburger-lines-color: var(--white-color); }
    @media (min-width: 992px) {
      #header.style-2 {
        --links-color: var(--white-color); } }
    #header.style-2 .logo-black {
      display: none; }
    #header.style-2 .logo-white {
      display: block; }

#footer {
  background-color: #27252A; }
  #footer * {
    color: var(--white-color); }
    #footer *:not(h5) {
      font-family: var(--font-family-2); }
  #footer h5 {
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      #footer h5 {
        margin-bottom: 10px; } }
  #footer ul li {
    margin-bottom: 10px; }
  #footer p, #footer ul li {
    font-size: var(--font-size-default);
    font-weight: var(--font-weight-default);
    line-height: var(--line-height-theme); }
    #footer p:last-of-type, #footer ul li:last-of-type {
      margin-bottom: 0; }
    #footer p a, #footer ul li a {
      transition: color .3s ease; }
      #footer p a:hover, #footer ul li a:hover {
        color: var(--primary-color); }
  #footer .content-top p, #footer .content-top ul li {
    font-weight: 200; }
  #footer .d-flex.columns-4 {
    padding-block: 100px 90px; }
    @media (max-width: 991px) {
      #footer .d-flex.columns-4 {
        padding-block: 50px 30px; } }
  #footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-block: 25px 23px; }
    @media (max-width: 991px) {
      #footer .copyright {
        padding-block: 15px; } }
  #footer.style-2 {
    background-color: inherit; }
    #footer.style-2 * {
      color: var(--secondary-color); }
    #footer.style-2 .copyright {
      border-color: rgba(93, 50, 34, 0.1); }

#home.section-1 {
  --overlay-opacity: .5;
  position: relative; }
  #home.section-1 .swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #home.section-1 .swiper .bg-image {
      height: 100%;
      transition: transform 5s ease; }
    #home.section-1 .swiper .swiper-slide-active .bg-image {
      transform: scale(1.05); }
  #home.section-1 > *:not(.swiper) {
    position: relative;
    z-index: 1; }
  #home.section-1 .content {
    min-height: 80vh;
    padding-block: 100px; }
    @media (max-width: 1199px) {
      #home.section-1 .content {
        min-height: 70vh; } }
    @media (max-width: 575px) {
      #home.section-1 .content {
        min-height: 60vh; } }
    #home.section-1 .content.d-flex {
      align-items: flex-end; }
    #home.section-1 .content * {
      color: var(--white-color); }
#home.section-13 {
  background-color: #FAF5F3; }
  @media (max-width: 991px) {
    #home.section-13 .pl-100 {
      padding-left: 0; } }
#home.section-20 {
  --line-width: 0px;
  position: relative;
  padding-top: 80px;
  overflow: hidden; }
  #home.section-20 .line {
    display: flex;
    flex-wrap: nowrap; }
    #home.section-20 .line .text-wrap {
      color: var(--secondary-color);
      font-family: var(--font-family);
      font-size: 230px;
      font-weight: var(--font-weight-default);
      line-height: .8;
      text-transform: uppercase;
      letter-spacing: -11.5px;
      white-space: nowrap;
      padding-inline: 20px; }
      @media (max-width: 1199px) {
        #home.section-20 .line .text-wrap {
          font-size: 150px;
          letter-spacing: -5px; } }
      @media (max-width: 991px) {
        #home.section-20 .line .text-wrap {
          font-size: 100px;
          letter-spacing: normal; } }
      @media (max-width: 575px) {
        #home.section-20 .line .text-wrap {
          font-size: 50px; } }
  #home.section-20 > .text-wrap {
    color: var(--secondary-color);
    font-family: var(--font-family);
    font-size: 10vw;
    font-weight: var(--font-weight-default);
    line-height: 1;
    letter-spacing: -9px;
    text-align: center; }
    @media (max-width: 991px) {
      #home.section-20 > .text-wrap {
        letter-spacing: -3px; } }
  #home.section-20 > .bg-image {
    height: 45vw;
    margin-top: -200px; }
    @media (max-width: 1199px) {
      #home.section-20 > .bg-image {
        margin-top: -50px; } }
  #home.section-20 > .img-wrap {
    position: absolute;
    left: 60%;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    user-select: none; }
    @media (max-width: 991px) {
      #home.section-20 > .img-wrap {
        display: none; } }
  #home.section-20 .container {
    position: relative;
    z-index: 2; }
  #home.section-20 .content .img-wrap img {
    border-radius: 325px; }
  @media (max-width: 991px) {
    #home.section-20 .mb-100 {
      margin-bottom: 60px; } }
  @media (max-width: 575px) {
    #home.section-20 .d-flex.columns-2.toRight > .item {
      width: 100% !important; }
      #home.section-20 .d-flex.columns-2.toRight > .item:nth-of-type(1) {
        display: none; } }
  #home.section-20 hr {
    width: 100%;
    height: 1px;
    background-color: var(--secondary-color);
    border: none; }
#home.section-28 {
  position: relative;
  background-color: var(--secondary-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-block: 50px 100px;
  overflow: hidden; }
  #home.section-28 *:not(.button) {
    color: var(--white-color); }
  #home.section-28 > .bg-image {
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 60%;
    height: 610px;
    z-index: 1; }
    @media (max-width: 767px) {
      #home.section-28 > .bg-image {
        display: none; } }
  #home.section-28 > .text-wrap {
    font-family: var(--font-family);
    font-size: 16vw;
    font-weight: var(--font-weight-default);
    line-height: 1;
    letter-spacing: -9px;
    text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 991px) {
      #home.section-28 > .text-wrap {
        letter-spacing: -3px; } }
  #home.section-28 .container {
    position: relative;
    z-index: 2; }
  #home.section-28 .content {
    padding-block: 140px 90px; }
    @media (max-width: 767px) {
      #home.section-28 .content {
        padding-block: 60px 0; } }

@keyframes slide-line {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(calc(-1 * var(--line-width))); } }
#ebooks.section-7 {
  --swiper-padding-bottom: 50px;
  background-color: #F9F6F1;
  overflow: hidden; }
  #ebooks.section-7 .swiper {
    width: 120%;
    transform: translateX(-10%); }
    @media (max-width: 575px) {
      #ebooks.section-7 .swiper {
        width: calc(100% - 30px);
        transform: translateX(0); } }

#tarifs.section-10 {
  position: relative; }
  #tarifs.section-10 > .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1; }
  #tarifs.section-10 .container {
    position: relative;
    z-index: 1; }
  #tarifs.section-10 .context .item {
    border: 1px solid var(--secondary-color);
    transition: background-color .3s ease; }
    #tarifs.section-10 .context .item *:not(.button) {
      color: var(--secondary-color); }
    #tarifs.section-10 .context .item .content-top {
      border-bottom: 1px solid var(--secondary-color);
      padding: 40px 40px 35px; }
      #tarifs.section-10 .context .item .content-top h5 {
        margin-bottom: 20px; }
      #tarifs.section-10 .context .item .content-top .price {
        font-family: var(--font-family-2);
        font-size: 16px;
        font-weight: var(--font-weight-default);
        line-height: 1; }
        #tarifs.section-10 .context .item .content-top .price span {
          font-size: 55px;
          margin-right: -10px; }
    #tarifs.section-10 .context .item .content-bottom {
      padding: 40px; }
      #tarifs.section-10 .context .item .content-bottom h5 {
        font-size: 20px;
        margin-bottom: 20px; }
      #tarifs.section-10 .context .item .content-bottom ul {
        margin-bottom: 30px; }
        #tarifs.section-10 .context .item .content-bottom ul li:not(:last-of-type) {
          margin-bottom: 5px; }
    #tarifs.section-10 .context .item .button {
      --button-border-color: var(--secondary-color);
      justify-content: center;
      width: 100%;
      background-color: var(--secondary-color); }
      #tarifs.section-10 .context .item .button:hover {
        color: inherit; }
    #tarifs.section-10 .context .item:hover {
      background-color: var(--white-color); }
      #tarifs.section-10 .context .item:hover .button {
        background-color: transparent;
        color: var(--secondary-color); }

#contact {
  --overlay-opacity: .5; }
  #contact .button {
    justify-content: center;
    width: 100%; }
  #contact.section-12 {
    background-color: var(--secondary-color); }
    #contact.section-12 *:not(.button) {
      color: var(--white-color); }
  #contact.section-19 {
    --input-color: var(--secondary-color);
    --input-placeholder-color: var(--input-color);
    --input-border-color: rgba(93,50,34,.1); }
    #contact.section-19 .content .item {
      background-color: var(--white-color);
      padding: 50px; }
      @media (max-width: 575px) {
        #contact.section-19 .content .item {
          padding: 30px; } }

#testimonials.section-9 {
  position: relative;
  background-color: #27252A; }
  #testimonials.section-9 > .img-wrap {
    position: absolute;
    top: 0;
    left: 40px;
    pointer-events: none; }
  #testimonials.section-9 .container {
    position: relative;
    z-index: 1; }
  #testimonials.section-9 h2,
  #testimonials.section-9 h5,
  #testimonials.section-9 p {
    color: var(--white-color); }
  #testimonials.section-9 h5 {
    font-size: 18px; }
  #testimonials.section-9 p.big {
    font-size: 22px;
    line-height: 1.35; }
    @media (max-width: 575px) {
      #testimonials.section-9 p.big {
        font-size: 18px; } }
  #testimonials.section-9 hr {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    margin-block: 30px; }
  #testimonials.section-9 .icon-wrap i {
    color: #866559;
    font-size: 14px; }
  #testimonials.section-9 .content-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 50px; }
    @media (max-width: 575px) {
      #testimonials.section-9 .content-bottom.d-flex.columns-2 {
        --columns: 1; } }
    #testimonials.section-9 .content-bottom .img-wrap.d-flex img {
      border: 2px solid var(--white-color);
      border-radius: 50%; }
      #testimonials.section-9 .content-bottom .img-wrap.d-flex img:not(:first-of-type) {
        margin-left: -10px; }
    @media (max-width: 575px) {
      #testimonials.section-9 .content-bottom .img-wrap.d-flex.justify-content-end {
        justify-content: inherit; } }
  @media (max-width: 991px) {
    #testimonials.section-9.mb-100 {
      margin-bottom: 0; }
    #testimonials.section-9 .pr-100 {
      padding-right: 0; } }
  @media (max-width: 575px) {
    #testimonials.section-9 .swiper-slide .gapX-50 {
      --gapX: 30px; } }
#testimonials.section-18 {
  position: relative;
  background-image: linear-gradient(to bottom, transparent, #FAF5F3);
  overflow: hidden; }
  #testimonials.section-18 > .img-wrap {
    position: absolute;
    bottom: 130px;
    left: 48%;
    pointer-events: none; }
  #testimonials.section-18 .container {
    position: relative;
    z-index: 1; }
  #testimonials.section-18 .img-wrap.d-flex {
    flex-wrap: nowrap; }
    #testimonials.section-18 .img-wrap.d-flex img {
      width: 35px;
      border: 2px solid var(--white-color);
      border-radius: 50%; }
      #testimonials.section-18 .img-wrap.d-flex img:not(:first-of-type) {
        margin-left: -10px; }
    @media (max-width: 575px) {
      #testimonials.section-18 .img-wrap.d-flex.justify-content-end {
        justify-content: inherit; } }
  #testimonials.section-18 .box {
    --box-size: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: var(--box-size);
    height: var(--box-size);
    background-color: var(--white-color);
    border: 1px solid rgba(93, 50, 34, 0.1);
    border-radius: 50%;
    padding: 50px;
    text-align: center; }
    @media (max-width: 1199px) {
      #testimonials.section-18 .box {
        --box-size: 230px; } }
    @media (max-width: 575px) {
      #testimonials.section-18 .box {
        --box-size: 180px; } }
    #testimonials.section-18 .box * {
      color: var(--secondary-color); }
    #testimonials.section-18 .box h2 {
      display: flex;
      align-items: flex-end;
      font-size: 100px;
      line-height: 1;
      letter-spacing: -3px;
      margin-block: 10px; }
      @media (max-width: 575px) {
        #testimonials.section-18 .box h2 {
          font-size: 80px; } }
      #testimonials.section-18 .box h2 span {
        font-size: 18px;
        transform: translateX(-5px); }
    #testimonials.section-18 .box h5 {
      font-size: var(--font-size-default); }
      #testimonials.section-18 .box h5.big {
        font-size: 18px; }
    #testimonials.section-18 .box.animation-round {
      margin-right: -20px; }
    #testimonials.section-18 .box:not(.animation-round) {
      position: relative;
      z-index: 1; }
  #testimonials.section-18 .context > .item > .img-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%; }
    #testimonials.section-18 .context > .item > .img-wrap img {
      transform: translateY(100px); }
      @media (max-width: 991px) {
        #testimonials.section-18 .context > .item > .img-wrap img {
          transform: translateY(80px); } }
  @media (min-width: 576px) {
    #testimonials.section-18 .swiper-slide {
      position: relative; }
      #testimonials.section-18 .swiper-slide::before {
        content: "";
        position: absolute;
        top: 0;
        left: 202px;
        width: 1px;
        height: 100%;
        background-color: rgba(93, 50, 34, 0.1); } }
  #testimonials.section-18 .swiper-slide .d-flex {
    justify-content: space-between;
    align-items: center; }
    #testimonials.section-18 .swiper-slide .d-flex .img-wrap {
      width: 150px; }
      @media (max-width: 575px) {
        #testimonials.section-18 .swiper-slide .d-flex .img-wrap {
          display: none; } }
      #testimonials.section-18 .swiper-slide .d-flex .img-wrap img {
        border-radius: 50%; }
    @media (min-width: 576px) {
      #testimonials.section-18 .swiper-slide .d-flex .text-wrap {
        width: calc(100% - 250px); } }
  #testimonials.section-18 .swiper-slide h5 {
    color: var(--secondary-color);
    font-size: 20px; }
  #testimonials.section-18 .swiper-slide p.big {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 25px; }
    @media (max-width: 575px) {
      #testimonials.section-18 .swiper-slide p.big {
        font-size: 18px; } }
  #testimonials.section-18 .swiper-navigation {
    --swiper-navigation-size: 50px;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px; }
    #testimonials.section-18 .swiper-navigation .swiper-button-prev,
    #testimonials.section-18 .swiper-navigation .swiper-button-next {
      position: relative;
      top: inherit;
      bottom: inherit;
      left: inherit;
      right: inherit;
      width: var(--swiper-navigation-size);
      height: var(--swiper-navigation-size);
      color: var(--secondary-color);
      border: 1px solid rgba(93, 50, 34, 0.1);
      border-radius: 50%;
      margin-top: 0;
      transition: background-color .3s ease, border-color .3s ease; }
      #testimonials.section-18 .swiper-navigation .swiper-button-prev::after,
      #testimonials.section-18 .swiper-navigation .swiper-button-next::after {
        display: none; }
      #testimonials.section-18 .swiper-navigation .swiper-button-prev:hover,
      #testimonials.section-18 .swiper-navigation .swiper-button-next:hover {
        background-color: var(--white-color);
        border-color: var(--white-color); }
  @media (max-width: 991px) {
    #testimonials.section-18 .pl-100 {
      padding-left: 0; } }
#testimonials.section-27 .container {
  position: relative;
  margin-bottom: -300px;
  z-index: 1; }
  @media (max-width: 991px) {
    #testimonials.section-27 .container {
      margin-bottom: 15px; } }
#testimonials.section-27 .content {
  background-color: #FCF6F6;
  text-align: center;
  padding: 100px; }
  @media (max-width: 1199px) {
    #testimonials.section-27 .content {
      padding: 80px 50px; } }
  @media (max-width: 575px) {
    #testimonials.section-27 .content {
      padding: 50px 30px; } }
  #testimonials.section-27 .content .img-wrap {
    margin-bottom: 30px; }
    #testimonials.section-27 .content .img-wrap img {
      border-radius: 50%; }
  #testimonials.section-27 .content .icon-wrap {
    color: #866559;
    font-size: 15px; }
#testimonials.section-27 .bg-image {
  height: 600px; }
  @media (min-width: 992px) {
    #testimonials.section-27 .bg-image {
      background-attachment: fixed; } }
  @media (max-width: 991px) {
    #testimonials.section-27 .bg-image {
      height: 55vh; } }
#testimonials.section-33 {
  --swiper-padding-bottom: 80px;
  --swiper-pagination-bullet-inactive-color: var(--white-color);
  background-color: var(--secondary-color);
  overflow: hidden; }
  #testimonials.section-33 * {
    color: var(--white-color); }
  #testimonials.section-33 > .text-wrap {
    font-family: var(--font-family);
    font-size: 11vw;
    font-weight: var(--font-weight-default);
    line-height: 1;
    letter-spacing: -9px;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 991px) {
      #testimonials.section-33 > .text-wrap {
        letter-spacing: -3px; } }
  #testimonials.section-33 p.big {
    font-size: 27px;
    font-weight: 300;
    line-height: 1.48; }
    @media (max-width: 575px) {
      #testimonials.section-33 p.big {
        font-size: 18px; } }
  #testimonials.section-33 .img-wrap img {
    clip-path: ellipse(50% 50% at 50% 50%);
    transform: rotate(-6.855deg); }
  #testimonials.section-33 .icon-wrap {
    font-size: 15px; }
  #testimonials.section-33 .swiper-slide {
    position: relative; }
    #testimonials.section-33 .swiper-slide::before {
      content: "";
      position: absolute;
      top: 0;
      right: -50px;
      width: 1px;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.1); }

#faq.section-11 .accordion-container .accordion {
  counter-increment: itemCounter;
  border-bottom: 1px solid rgba(93, 50, 34, 0.1); }
  #faq.section-11 .accordion-container .accordion .accordion-title {
    display: flex;
    align-items: center;
    gap: 0 15px;
    padding-block: 20px;
    cursor: pointer; }
    #faq.section-11 .accordion-container .accordion .accordion-title .text-wrap {
      width: calc(100% - 25px - 15px); }
      #faq.section-11 .accordion-container .accordion .accordion-title .text-wrap h5::before {
        content: counter(itemCounter) ". "; }
    #faq.section-11 .accordion-container .accordion .accordion-title .icon-wrap {
      display: flex;
      width: 25px; }
      #faq.section-11 .accordion-container .accordion .accordion-title .icon-wrap svg {
        transition: transform .3s ease; }
        #faq.section-11 .accordion-container .accordion .accordion-title .icon-wrap svg path {
          fill: var(--secondary-color); }
  #faq.section-11 .accordion-container .accordion-description {
    height: 0;
    overflow: hidden;
    transition: height .3s ease; }
  #faq.section-11 .accordion-container .accordion-content {
    padding-bottom: 20px; }
  #faq.section-11 .accordion-container .accordion.active .accordion-title .icon-wrap svg {
    transform: rotate(90deg); }
#faq.section-11 h5.small {
  font-size: 18px;
  line-height: 1.5; }
@media (max-width: 991px) {
  #faq.section-11 .pl-100 {
    padding-left: 0; }
  #faq.section-11 .pr-100 {
    padding-right: 0; } }

.section-2 {
  overflow: hidden; }
  .section-2 .box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 350px;
    text-align: center;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    padding: 50px;
    margin-inline: auto; }
    .section-2 .box h5 {
      font-size: var(--font-size-theme);
      line-height: 1.6; }
    .section-2 .box h2 {
      color: var(--secondary-color);
      font-size: 180px;
      line-height: .9; }
  @media (max-width: 991px) {
    .section-2 .pr-100 {
      padding-right: 0; } }
  @media (max-width: 575px) {
    .section-2 .d-flex .d-flex.columns-2 {
      --columns: 1; } }

.section-3 {
  position: relative; }
  .section-3 .bg-image {
    height: 100%; }
  .section-3 > .d-flex {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .section-3 .container {
    position: relative;
    z-index: 1; }
  .section-3 .content .item {
    background-color: var(--white-color);
    padding: 80px 50px; }

.section-4 {
  overflow: hidden; }
  .section-4 .img-wrap {
    position: relative; }
    .section-4 .img-wrap img:not(.img-2) {
      position: relative;
      z-index: 1; }
    .section-4 .img-wrap .img-2 {
      position: absolute;
      top: 35px;
      left: 70px;
      animation: animation-round 4s infinite linear; }

.section-5 .context {
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color); }
  .section-5 .context .item {
    padding: 50px;
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color); }
    .section-5 .context .item-text .img-wrap {
      margin-bottom: 20px; }
    .section-5 .context .item-img {
      text-align: center; }
    .section-5 .context .item h5 {
      margin-bottom: 25px; }
    @media (max-width: 991px) {
      .section-5 .context .item:nth-of-type(1) {
        order: 1; }
      .section-5 .context .item:nth-of-type(2) {
        order: 2; }
      .section-5 .context .item:nth-of-type(3) {
        order: 4; }
      .section-5 .context .item:nth-of-type(4) {
        order: 3; }
      .section-5 .context .item:nth-of-type(5) {
        order: 5; }
      .section-5 .context .item:nth-of-type(6) {
        order: 6; }
      .section-5 .context .item:nth-of-type(7) {
        order: 8; }
      .section-5 .context .item:nth-of-type(8) {
        order: 7; } }
    @media (max-width: 575px) {
      .section-5 .context .item {
        padding: 30px; } }

.section-6 {
  --overlay-color: var(--white-color);
  --overlay-opacity: .15; }
  .section-6 .content {
    padding-block: 200px; }
    @media (max-width: 1199px) {
      .section-6 .content {
        padding-block: 150px; } }
    @media (max-width: 575px) {
      .section-6 .content {
        padding-block: 100px; } }
    .section-6 .content .text-wrap {
      margin-bottom: 30px; }
      .section-6 .content .text-wrap * {
        color: #27252A; }

.section-14 {
  position: relative;
  background-color: var(--secondary-color);
  overflow: hidden; }
  .section-14 > .img-wrap {
    position: absolute;
    pointer-events: none; }
    .section-14 > .img-wrap.img-1 {
      top: 0;
      left: 0; }
    .section-14 > .img-wrap.img-2 {
      top: -40px;
      right: 0; }
  .section-14 .container {
    position: relative;
    z-index: 1; }
  .section-14 *:not(p) {
    color: var(--white-color); }
  .section-14 p {
    color: rgba(255, 255, 255, 0.65); }
  .section-14 .context .item .img-wrap {
    margin-bottom: 35px; }
  .section-14 .context .item .text-wrap h4 {
    font-size: 24px;
    margin-bottom: 15px; }
  @media (max-width: 1199px) {
    .section-14 .d-flex.columns-5 {
      --columns: 3;
      justify-content: center; } }
  @media (max-width: 767px) {
    .section-14 .d-flex.columns-5 {
      --columns: 2; } }
  @media (max-width: 575px) {
    .section-14 .d-flex.columns-5 {
      --columns: 1; } }

.section-15 .context .item:nth-child(even) img {
  border-radius: 150px; }
@media (max-width: 767px) {
  .section-15 .context.d-flex.columns-5 {
    --columns: 3; } }
@media (max-width: 575px) {
  .section-15 .context.d-flex.columns-5 {
    --columns: 2; } }

.section-16 .counter {
  display: flex;
  align-items: center;
  color: var(--secondary-color);
  font-family: var(--font-family);
  font-size: 80px;
  font-weight: var(--font-weight-default);
  line-height: 1;
  text-align: center;
  margin-bottom: 15px; }
  @media (max-width: 575px) {
    .section-16 .counter {
      font-size: 60px; } }
  .section-16 .counter span {
    font-size: 40px; }
.section-16 h5 {
  color: var(--secondary-color);
  font-size: 16px;
  line-height: 1.625; }
@media (max-width: 991px) {
  .section-16 .pr-100 {
    padding-right: 0; } }

.section-17 {
  position: relative;
  background-color: var(--secondary-color);
  overflow: hidden; }
  .section-17 > .img-wrap {
    position: absolute;
    pointer-events: none; }
    .section-17 > .img-wrap.img-1 {
      top: 0;
      left: 0; }
    .section-17 > .img-wrap.img-2 {
      top: -40px;
      right: 0; }
      @media (max-width: 767px) {
        .section-17 > .img-wrap.img-2 {
          display: none; } }
  .section-17 .container {
    position: relative;
    z-index: 1; }
  .section-17 *:not(p) {
    color: var(--white-color); }
  .section-17 p {
    color: rgba(255, 255, 255, 0.65); }
  .section-17 .context .item {
    --border-color: rgba(255,255,255,.1);
    padding: 50px; }
    .section-17 .context .item:nth-of-type(1) {
      border-bottom: 1px solid var(--border-color); }
      @media (min-width: 576px) {
        .section-17 .context .item:nth-of-type(1) {
          border-right: 1px solid var(--border-color); } }
    .section-17 .context .item:nth-of-type(2) {
      border-bottom: 1px solid var(--border-color); }
      @media (min-width: 992px) {
        .section-17 .context .item:nth-of-type(2) {
          border-right: 1px solid var(--border-color); } }
    .section-17 .context .item:nth-of-type(3) {
      border-bottom: 1px solid var(--border-color); }
      @media (min-width: 576px) {
        .section-17 .context .item:nth-of-type(3) {
          border-right: 1px solid var(--border-color); } }
    .section-17 .context .item:nth-of-type(4) {
      border-bottom: 1px solid var(--border-color); }
    @media (max-width: 991px) {
      .section-17 .context .item:nth-of-type(5) {
        border-bottom: 1px solid var(--border-color); } }
    @media (min-width: 576px) {
      .section-17 .context .item:nth-of-type(5) {
        border-right: 1px solid var(--border-color); } }
    @media (min-width: 992px) {
      .section-17 .context .item:nth-of-type(6) {
        border-right: 1px solid var(--border-color); } }
    @media (max-width: 991px) {
      .section-17 .context .item:nth-of-type(6) {
        border-bottom: 1px solid var(--border-color); } }
    @media (min-width: 576px) {
      .section-17 .context .item:nth-of-type(7) {
        border-right: 1px solid var(--border-color); } }
    @media (max-width: 575px) {
      .section-17 .context .item:nth-of-type(7) {
        border-bottom: 1px solid var(--border-color); } }
    .section-17 .context .item .icon-wrap {
      font-size: 52px; }
    .section-17 .context .item h4 {
      font-size: 24px; }
  @media (max-width: 991px) {
    .section-17 .d-flex.columns-4 {
      --columns: 2; } }
  @media (max-width: 575px) {
    .section-17 .d-flex.columns-4 {
      --columns: 1; } }

.section-21 .content {
  --border-color: rgba(93,50,34,.1); }
  .section-21 .content .item {
    border-bottom: 1px solid var(--border-color);
    padding: 5vw; }
    .section-21 .content .item:not(:last-of-type) {
      border-right: 1px solid var(--border-color); }
    @media (max-width: 991px) {
      .section-21 .content .item:nth-of-type(2) {
        border-right: none; } }
    .section-21 .content .item .img-wrap,
    .section-21 .content .item .icon-wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 80px;
      height: 80px;
      color: var(--secondary-color);
      font-size: 35px;
      border: 1px solid rgba(93, 50, 34, 0.1);
      border-radius: 50%;
      margin-bottom: 30px; }
    .section-21 .content .item h4 {
      font-size: 24px;
      line-height: 1.3;
      letter-spacing: -0.48px;
      margin-bottom: 20px; }
@media (max-width: 991px) {
  .section-21 .d-flex.columns-4 {
    --columns: 2; } }
@media (max-width: 575px) {
  .section-21 .d-flex.columns-4 {
    --columns: 1; } }

.section-22 ul.d-flex li::before {
  content: "\f00c";
  font-family: var(--font-awesome);
  font-weight: 900;
  padding-right: 10px; }
@media (max-width: 575px) {
  .section-22 .d-flex .d-flex.columns-2 {
    --columns: 1; } }

.section-23 {
  background-color: #F9F6F1; }
  .section-23 .context .item {
    background-color: var(--white-color);
    text-align: center;
    padding: 40px 30px; }
    .section-23 .context .item .img-wrap {
      margin-bottom: 30px; }
      .section-23 .context .item .img-wrap img {
        max-width: 140px;
        border-radius: 50%; }
    .section-23 .context .item h4 {
      color: var(--secondary-color);
      font-size: 24px;
      letter-spacing: -0.48px;
      margin-bottom: 20px; }
  @media (max-width: 1199px) {
    .section-23 .d-flex.columns-5 {
      --columns: 3;
      justify-content: center; } }
  @media (max-width: 767px) {
    .section-23 .d-flex.columns-5 {
      --columns: 1; } }

.section-24 h5 {
  font-size: 18px; }
.section-24 .content > .item:nth-of-type(2) {
  position: relative; }
  .section-24 .content > .item:nth-of-type(2) .img-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
@media (max-width: 575px) {
  .section-24 .d-flex .d-flex.columns-3 {
    --columns: 1; } }

.section-25 ul.d-flex li::before {
  content: "\f00c";
  font-family: var(--font-awesome);
  font-weight: 900;
  padding-right: 10px; }
@media (max-width: 991px) {
  .section-25 .d-flex.columns-2 > .item:nth-of-type(1) {
    order: 2; }
  .section-25 .d-flex.columns-2 > .item:nth-of-type(2) {
    order: 1; } }
@media (max-width: 575px) {
  .section-25 .d-flex .d-flex.columns-2 {
    --columns: 1; } }

.section-26 .item {
  text-align: center; }
  .section-26 .item h2 {
    position: relative;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .section-26 .item h2 {
        font-size: 80px; } }
    .section-26 .item h2::before {
      content: "";
      position: absolute;
      bottom: -16px;
      left: 50%;
      width: 50px;
      height: 1px;
      background-color: #C2A74E;
      transform: translateX(-50%); }
@media (max-width: 991px) {
  .section-26 .d-flex.columns-4 {
    --columns: 2; } }

.section-29 {
  background-color: var(--secondary-color); }
  .section-29 * {
    color: var(--white-color); }
  .section-29 .bg-image {
    aspect-ratio: 1/1;
    margin-bottom: 30px; }
  .section-29 h4 {
    font-size: 24px;
    letter-spacing: -0.48px;
    margin-bottom: 15px; }

.section-31 .accordion-container {
  border-top: 1px solid rgba(93, 50, 34, 0.1); }
  .section-31 .accordion-container .accordion {
    border-bottom: 1px solid rgba(93, 50, 34, 0.1); }
    .section-31 .accordion-container .accordion .accordion-title {
      display: flex;
      align-items: center;
      gap: 0 15px;
      padding-block: 20px;
      cursor: pointer; }
      .section-31 .accordion-container .accordion .accordion-title .number {
        width: 50px;
        color: var(--secondary-color);
        font-size: 18px; }
      .section-31 .accordion-container .accordion .accordion-title .text-wrap {
        width: calc(100% - 50px - 25px - 30px); }
      .section-31 .accordion-container .accordion .accordion-title .icon-wrap {
        display: flex;
        width: 25px; }
        .section-31 .accordion-container .accordion .accordion-title .icon-wrap svg {
          transition: transform .3s ease; }
    .section-31 .accordion-container .accordion-description {
      padding-left: 65px;
      height: 0;
      overflow: hidden;
      transition: height .3s ease; }
    .section-31 .accordion-container .accordion-content {
      padding-bottom: 20px; }
    .section-31 .accordion-container .accordion.active .accordion-title .icon-wrap svg {
      transform: rotate(90deg); }

.section-32 {
  --gap: 30px;
  margin-bottom: var(--gap); }
  @media (max-width: 991px) {
    .section-32 {
      --gap: 15px; } }
  .section-32 .content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 250px);
    grid-template-areas: "item-1 item-3 item-3 item-4" "item-2 item-3 item-3 item-5";
    gap: var(--gap); }
    @media (max-width: 991px) {
      .section-32 .content {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 250px);
        grid-template-areas: "item-1 item-2" "item-3 item-3" "item-3 item-3" "item-4 item-5"; } }
    @media (max-width: 575px) {
      .section-32 .content {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 250px);
        grid-template-areas: "item-1" "item-2" "item-3" "item-4" "item-5"; } }
    .section-32 .content .bg-image.img-1 {
      grid-area: item-1; }
    .section-32 .content .bg-image.img-2 {
      grid-area: item-2; }
    .section-32 .content .bg-image.img-3 {
      grid-area: item-3; }
    .section-32 .content .bg-image.img-4 {
      grid-area: item-4; }
    .section-32 .content .bg-image.img-5 {
      grid-area: item-5; }

.section-34 .context .item {
  position: relative; }
  .section-34 .context .item .bg-image {
    min-height: 550px; }
  .section-34 .context .item .text-wrap {
    --padding: 15px;
    position: absolute;
    bottom: var(--padding);
    left: var(--padding);
    width: calc(100% - var(--padding) * 2);
    background-color: var(--white-color);
    padding: 25px; }
    .section-34 .context .item .text-wrap h4 {
      font-size: 24px;
      margin-bottom: 15px; }

.section-35 .context .item {
  background-color: #FAF5F3;
  padding: 30px; }
  .section-35 .context .item .img-wrap {
    margin-bottom: 30px; }
  .section-35 .context .item h4 {
    font-size: 24px;
    margin-bottom: 20px; }
