/*
Theme Name: WebNL
Description: Een WordPress thema door WebNL.
Author: WebNL
Author URI: https://www.webnl.nl/
Version: 2.0
*/
/**
 * Setup
 */
/* ---------------------------
   Font Setup
---------------------------- */
@font-face {
  font-family: "Lexend Tera";
  src: url("assets/font/LexendTera-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Tera";
  src: url("assets/font/LexendTera-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Tera";
  src: url("assets/font/LexendTera-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Tera";
  src: url("assets/font/LexendTera-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Tera";
  src: url("assets/font/LexendTera-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Tera";
  src: url("assets/font/LexendTera-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Tera";
  src: url("assets/font/LexendTera-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Tera";
  src: url("assets/font/LexendTera-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Tera";
  src: url("assets/font/LexendTera-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("assets/font/LexendDeca-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("assets/font/LexendDeca-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("assets/font/LexendDeca-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("assets/font/LexendDeca-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("assets/font/LexendDeca-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("assets/font/LexendDeca-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("assets/font/LexendDeca-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("assets/font/LexendDeca-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("assets/font/LexendDeca-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.skip-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 1em;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

:root {
  --hnav-offset: 0px;
}

#uid_image_contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: calc(100vw - var(--scrollbar-width));
  max-width: calc(100vw - var(--scrollbar-width));
  overflow-x: hidden;
  overflow-y: auto;
}
html.no-scroll {
  overflow-y: hidden;
}
@media only screen and (max-width: 1170px) {
  html.no-scroll-mobile {
    overflow-y: hidden;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  color: #5B1736;
  background-color: #F9F6F2;
  font-family: "Lexend Deca", sans-serif;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  scroll-behavior: smooth;
}

main {
  position: relative;
  z-index: 1;
}

p, ul, ol, a, .p {
  color: #000000;
  font-family: "Lexend Deca", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 181%;
  margin: 0;
  letter-spacing: normal;
}

p > span, p.bold, ul > span, ul.bold, ol > span, ol.bold, span > span, span.bold, .p > span, .p.bold {
  font-weight: 600;
}
p.small, ul.small, ol.small, span.small, .p.small {
  font-size: 14px;
}
p.white, ul.white, ol.white, span.white, .p.white {
  color: white;
}

a {
  color: #564947;
  text-decoration: none;
  font-weight: 400;
}
a.bold {
  font-weight: 700;
}
a.small {
  font-size: 14px;
}
a.white {
  color: white;
}

h1, .h1 {
  color: #5B1736;
  text-align: start;
  font-family: "Lexend Tera", sans-serif;
  font-size: clamp(2rem, 1.3rem + 3vw, 4rem);
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: normal;
  margin: 0;
  text-wrap: wrap;
  text-transform: uppercase;
}
h1.white, .h1.white {
  color: white;
}
h1 > span, h1.bold, .h1 > span, .h1.bold {
  font-weight: 600;
}

h2, .h2 {
  color: #5B1736;
  text-align: start;
  font-family: "Lexend Tera", sans-serif;
  font-size: clamp(1.75rem, 1.3rem + 1.9vw, 3rem);
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.067em;
  margin: 0;
  text-wrap: wrap;
  text-transform: uppercase;
}
h2.white, .h2.white {
  color: white;
}
h2 > span, h2.bold, .h2 > span, .h2.bold {
  font-weight: 600;
}

h3, .h3 {
  color: #5B1736;
  text-align: center;
  font-family: "Lexend Tera", sans-serif;
  font-size: clamp(1.375rem, 1.15rem + 1vw, 2rem);
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.075em;
  margin: 0;
  text-wrap: wrap;
  text-transform: uppercase;
}
h3.white, .h3.white {
  color: white;
}
h3 > span, h3.bold, .h3 > span, .h3.bold {
  font-weight: 600;
}

blockquote {
  margin: 0;
  padding: 4px 0 4px 16px;
  border-left: 4px solid #5B1736;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
blockquote > * {
  margin: 0;
}

img, svg, video {
  display: block;
  max-width: 100%;
}

img {
  -o-object-position: calc(var(--focal-point-left) * 100%) calc(var(--focal-point-top) * 100%);
     object-position: calc(var(--focal-point-left) * 100%) calc(var(--focal-point-top) * 100%);
}

section {
  position: relative;
  padding: 160px 0;
}
@media only screen and (max-width: 800px) {
  section {
    padding: 80px 0;
  }
}
section.bg-transparent {
  background-color: transparent;
}
section.bg-transparent + section.bg-transparent.bg-transparent {
  padding-top: 0;
}
section.bg-brown {
  background-color: #423634;
}
section.bg-brown + section.bg-brown.bg-brown {
  padding-top: 0;
}
section.bg-brown h1, section.bg-brown h2, section.bg-brown h3, section.bg-brown .h1, section.bg-brown .h2, section.bg-brown .h3,
section.bg-brown p, section.bg-brown ul, section.bg-brown ol, section.bg-brown a, section.bg-brown .p {
  color: #FCF3E8;
}
section.bg-brown .dash {
  background-color: #FCF3E8;
}
section.content .layout-container *:first-child {
  margin-top: 0;
}
section.content .layout-container *:last-child {
  margin-bottom: 0;
}

.section--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 800px) {
  .section--header {
    margin-bottom: 24px;
  }
}
.section--header .title {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.section--header .btn, .section--header .control-buttons {
  margin-left: auto;
}
@media only screen and (max-width: 800px) {
  .section--header .btn, .section--header .control-buttons {
    display: none;
  }
}
.section--footer {
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  margin-top: 48px;
}
@media only screen and (max-width: 800px) {
  .section--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.layout-container {
  width: 100%;
  max-width: 1488px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  padding: 0 64px;
}
@media only screen and (max-width: 800px) {
  .layout-container {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 600px) {
  .layout-container {
    padding: 0 24px;
  }
}

.alternating-content-section:has(+ .alternating-content-section) {
  padding-bottom: 80px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 16px 16px;
}

.alignleft {
  float: left;
  margin: 5px 16px 16px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 16px 16px;
}

a img.alignleft {
  float: left;
  margin: 5px 16px 10px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
}

.wp-caption.alignleft {
  margin: 5px 16px 16px 0;
}

.wp-caption.alignright {
  margin: 5px 0 16px 16px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  padding: 0 4px 5px;
}

#swipebox-overlay {
  background: rgba(0, 0, 0, 0.7);
}

#swipebox-close {
  position: fixed;
  top: 35px;
  right: 35px;
  width: 36px;
  height: 36px;
  background-image: url("./assets/svg/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  background-color: transparent;
  z-index: 10000;
}
@media (max-width: 1024px) {
  #swipebox-close {
    top: 25px;
    right: 25px;
  }
}

#swipebox-slider .slide .swipebox-video-container {
  padding: 0 !important;
}

#spotify-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#spotify-popup-content {
  position: relative;
  max-width: 1080px;
  aspect-ratio: 16/9;
  width: 90%;
  padding: 0;
  border-radius: 12px;
}

#spotify-popup-close {
  position: fixed;
  top: 35px;
  right: 35px;
  width: 36px;
  height: 36px;
  background-image: url("./assets/svg/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  background-color: transparent;
  z-index: 10000;
}
@media (max-width: 1024px) {
  #spotify-popup-close {
    top: 25px;
    right: 25px;
  }
}

#spotify-popup-iframe-container {
  padding: 0 !important;
  height: 100%;
}

#spotify-popup-iframe-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

#spotify-popup-overlay[data-active-type=track] #spotify-popup-content {
  max-width: 1080px;
  height: 352px;
  aspect-ratio: unset;
}

#spotify-popup-overlay[data-active-type=video] #spotify-popup-content {
  max-width: 1080px;
  aspect-ratio: 16/9;
}

.logo {
  height: 100%;
  width: 100%;
}
.logo img {
  max-height: 56px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo--center img {
  margin: 0 auto;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/**
 * Partials: Template Parts
 */
footer {
  background-color: #564947;
  position: relative;
  z-index: 2;
}
footer .footer {
  padding: 96px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 80px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 800px) {
  footer .footer {
    padding: 48px 0;
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
footer .footer--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
footer .footer--column-1--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
footer .footer--column-2--content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px;
}
footer .footer--column-3--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
footer .footer--column-3--content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
footer .footer--column--title {
  font-family: "Lexend Tera", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
footer .footer--column--content span, footer .footer--column--content p, footer .footer--column--content a {
  font-family: "Lexend Tera", sans-serif;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  footer .footer--column--content span, footer .footer--column--content p, footer .footer--column--content a {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 120%;
  }
}
footer .sub-footer {
  background-color: #423634;
}
footer .sub-footer .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 800px) {
  footer .sub-footer .layout-container {
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .sub-footer--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px 0;
  width: 100%;
  -webkit-column-gap: 72px;
     -moz-column-gap: 72px;
          column-gap: 72px;
  row-gap: 12px;
}
@media only screen and (max-width: 800px) {
  footer .sub-footer--items {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
footer .sub-footer--items a {
  font-family: "Lexend Tera", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
footer .sub-footer--items a:not(.bold) {
  font-weight: 300;
}
@media only screen and (max-width: 600px) {
  footer .sub-footer--items a {
    font-size: 12px;
  }
}

header {
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0;
}
header #notification {
  background-color: #5B1736;
  max-height: 32px;
  height: 32px;
  overflow: hidden;
  position: relative;
  z-index: 9998;
}
header #notification .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 8px;
}
header #notification span svg {
  width: 16px;
  height: 16px;
}
header #notification span svg path {
  fill: white;
}
header #notification span {
  margin-right: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header #notification p {
  color: white;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 570;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  white-space: nowrap;
  line-height: 100%;
}
header #notification a {
  color: white;
  margin: 0;
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 100%;
}
header .hbar {
  position: relative;
  background-color: transparent;
  z-index: 11;
  background-color: #F9F6F2;
  height: 100px;
}
header .hbar .layout-container {
  height: 100%;
}
header .hbar--container {
  padding: 22px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  header .hbar--container {
    gap: 0;
  }
}
header .hbar--container--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 25%;
}
@media only screen and (max-width: 1346px) {
  header .hbar--container--logo {
    width: 50%;
  }
}
header .hbar--container--logo .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .hbar--container--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  position: relative;
}
header .hbar--container--nav > ul.nav-parents {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item {
  position: relative;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > a {
  color: #564947;
  font-family: "Lexend Deca", sans-serif;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-family: "Lexend Tera", sans-serif;
}
@media only screen and (max-width: 1346px) {
  header .hbar--container--nav {
    display: none;
  }
}
header .hbar--container--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 8px;
  width: 25%;
  position: relative;
}
@media only screen and (max-width: 1346px) {
  header .hbar--container--btns {
    width: 50%;
  }
}
header .hbar--container--btns a.header-mobile-menu {
  display: none;
}
@media only screen and (max-width: 1346px) {
  header .hbar--container--btns a.header-mobile-menu {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  header .hbar--container--btns a.header-cta {
    display: none;
  }
}
header .hnav {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #F9F6F2;
  position: relative;
  display: none;
  min-height: calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  padding: 16px 0 32px 0;
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  -webkit-transition: opacity 0.25s ease, display 0.25s allow-discrete, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, display 0.25s allow-discrete, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, display 0.25s allow-discrete;
  transition: opacity 0.25s ease, transform 0.25s ease, display 0.25s allow-discrete, -webkit-transform 0.25s ease;
}
header .hnav::-webkit-scrollbar {
  display: none;
}
header .hnav.is-open {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@starting-style {
  header .hnav.is-open {
    opacity: 0;
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}
@media (min-width: 1347px) {
  header .hnav {
    display: none !important;
  }
}
header .hnav .hnav--nav > ul.nav-parents {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item {
  position: relative;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > a {
  color: #564947;
  font-family: "Lexend Deca", sans-serif;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.12px;
  font-family: "Lexend Tera", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > .submenu-toggle.icon {
  height: 28px;
  width: 28px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > .submenu-toggle.icon svg {
  height: 34.5px;
  width: 34.5px;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > .submenu-toggle.icon svg path {
  fill: #564947;
  fill-opacity: 1;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > .submenu-toggle.icon[aria-expanded=true] {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > .submenu-toggle[aria-expanded=true] + div.nav-child {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  margin-top: 12px;
}

body.has-notification header .hnav {
  min-height: calc(100vh - 100px - 32px);
  max-height: calc(100vh - 100px - 32px);
}

body.admin-bar header #notification {
  top: 32px;
}
body.admin-bar header .hbar {
  top: 32px;
}
body.admin-bar header .hnav {
  top: 32px;
  min-height: calc(100vh - 100px - 32px);
  max-height: calc(100vh - 100px - 32px);
}

body.admin-bar.has-notification header .hnav {
  min-height: calc(100vh - 100px - 64px);
  max-height: calc(100vh - 100px - 64px);
}

.landing-hero {
  margin-top: 100px;
  padding-bottom: 80px;
  padding-top: 0;
}
body.has-notification .landing-hero {
  margin-top: 132px;
}
@media only screen and (max-width: 800px) {
  .landing-hero {
    padding-bottom: 48px;
  }
}
.landing-hero--box {
  max-width: 1245px;
  background-color: #F9F6F2;
  margin: 0 auto;
  margin-top: -100px;
  padding: 72px 60px;
}
@media only screen and (max-width: 600px) {
  .landing-hero--box {
    margin-top: 0;
    padding: 40px 0 80px 0;
  }
}
.landing-hero--media {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 420px;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .landing-hero--media {
    height: 45vh;
    min-height: 280px;
  }
}
.landing-hero--media .landing-hero--image {
  width: calc(100% - 80px);
  margin: 0 auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: calc(var(--focal-point-left) * 100%) calc(var(--focal-point-top) * 100%);
     object-position: calc(var(--focal-point-left) * 100%) calc(var(--focal-point-top) * 100%);
}
@media only screen and (max-width: 800px) {
  .landing-hero--media .landing-hero--image {
    width: 100%;
  }
}
.landing-hero--media .landing-hero-splide,
.landing-hero--media .splide__track,
.landing-hero--media .splide__list,
.landing-hero--media .splide__slide {
  height: 100%;
}
.landing-hero--media .splide__slide img {
  width: calc(100% - 80px);
  margin: 0 auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 800px) {
  .landing-hero--media .splide__slide img {
    width: 100%;
  }
}
.landing-hero--controls .prev, .landing-hero--controls .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  padding: 12px;
  border: none;
  background: #5B1736;
  cursor: pointer;
}
.landing-hero--controls .prev svg, .landing-hero--controls .next svg {
  display: block;
  width: 28px;
  height: 28px;
}
.landing-hero--controls .prev svg path, .landing-hero--controls .next svg path {
  fill: #FCF3E8;
}
.landing-hero--controls .prev {
  left: 96px;
}
.landing-hero--controls .next {
  right: 96px;
}
@media only screen and (max-width: 800px) {
  .landing-hero--controls .prev {
    left: 32px;
  }
  .landing-hero--controls .next {
    right: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .landing-hero--controls .prev {
    left: 0;
  }
  .landing-hero--controls .next {
    right: 0;
  }
}
.landing-hero--head .dash {
  display: block;
  width: 38px;
  height: 8px;
  background-color: #5B1736;
  margin-bottom: 24px;
}
.landing-hero--head .title {
  max-width: 900px;
}
.landing-hero--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 200px;
  margin-top: 96px;
}
@media only screen and (max-width: 1346px) {
  .landing-hero--info {
    gap: 64px;
  }
}
@media only screen and (max-width: 1170px) {
  .landing-hero--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-top: 48px;
  }
}
.landing-hero--info--aside {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
@media only screen and (max-width: 1170px) {
  .landing-hero--info--aside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 800px) {
  .landing-hero--info--aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.landing-hero--info--label {
  padding: 18px 0 18px 24px;
  border-left: 2px solid #5B1736;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.landing-hero--info--label p {
  font-family: "Lexend Tera", sans-serif;
  color: #5B1736;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.landing-hero--info--illustration img {
  max-width: 200px;
  width: auto;
  height: auto;
}
.landing-hero--info--content {
  max-width: 720px;
}
.landing-hero--info--content .text {
  margin: 0;
}
.landing-hero--info--content .btn-container {
  margin-top: 32px;
}

.default-hero {
  margin-top: 100px;
  padding-bottom: 80px;
  padding-top: 0;
}
body.has-notification .default-hero {
  margin-top: 132px;
}
@media only screen and (max-width: 800px) {
  .default-hero {
    padding-bottom: 48px;
  }
}
.default-hero--box {
  max-width: 900px;
  background-color: #F9F6F2;
  margin: 0 auto;
  margin-top: -100px;
  padding: 40px 60px;
}
@media only screen and (max-width: 600px) {
  .default-hero--box {
    margin-top: 0;
    padding: 40px 0 80px 0;
  }
}
.default-hero--media {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 420px;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .default-hero--media {
    height: 45vh;
    min-height: 280px;
  }
}
.default-hero--media .default-hero--image {
  width: calc(100% - 80px);
  margin: 0 auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: calc(var(--focal-point-left) * 100%) calc(var(--focal-point-top) * 100%);
     object-position: calc(var(--focal-point-left) * 100%) calc(var(--focal-point-top) * 100%);
}
@media only screen and (max-width: 800px) {
  .default-hero--media .default-hero--image {
    width: 100%;
  }
}
.default-hero--media .default-hero-splide,
.default-hero--media .splide__track,
.default-hero--media .splide__list,
.default-hero--media .splide__slide {
  height: 100%;
}
.default-hero--media .splide__slide img {
  width: calc(100% - 80px);
  margin: 0 auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 800px) {
  .default-hero--media .splide__slide img {
    width: 100%;
  }
}
.default-hero--controls .prev, .default-hero--controls .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  padding: 12px;
  border: none;
  background: #5B1736;
  cursor: pointer;
}
.default-hero--controls .prev svg, .default-hero--controls .next svg {
  display: block;
  width: 28px;
  height: 28px;
}
.default-hero--controls .prev svg path, .default-hero--controls .next svg path {
  fill: #FCF3E8;
}
.default-hero--controls .prev {
  left: 96px;
}
.default-hero--controls .next {
  right: 96px;
}
@media only screen and (max-width: 800px) {
  .default-hero--controls .prev {
    left: 32px;
  }
  .default-hero--controls .next {
    right: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .default-hero--controls .prev {
    left: 0;
  }
  .default-hero--controls .next {
    right: 0;
  }
}
.default-hero--head .dash {
  display: block;
  width: 38px;
  height: 8px;
  background-color: #5B1736;
  margin-bottom: 24px;
}
.default-hero--head .title {
  max-width: 900px;
}
.default-hero--info {
  margin-top: 96px;
}
@media only screen and (max-width: 1170px) {
  .default-hero--info {
    margin-top: 48px;
  }
}
.default-hero--info--content .text {
  margin: 0;
}
.default-hero--info--content .btn-container {
  margin-top: 32px;
}

.contact-hero {
  margin-top: 10px;
  padding-top: 120px;
}
body.has-notification .contact-hero {
  margin-top: 132px;
}
@media only screen and (max-width: 1000px) {
  .contact-hero {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 800px) {
  .contact-hero {
    padding-top: 20px;
  }
}
.contact-hero .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px;
}
@media only screen and (max-width: 1000px) {
  .contact-hero .layout-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 48px;
  }
}
.contact-hero--form {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  background-color: #F1E6D6;
  padding: 48px;
}
@media only screen and (max-width: 1000px) {
  .contact-hero--form {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .contact-hero--form {
    padding: 32px;
  }
}
.contact-hero--form--title {
  text-align: start;
  color: #564947;
}
.contact-hero--form .gform_wrapper .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-hero--form .gform_wrapper .gfield {
  position: relative;
  list-style: none;
}
.contact-hero--form .gform_wrapper .gfield:has(.ginput_container_consent) .gfield_label,
.contact-hero--form .gform_wrapper legend.gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.contact-hero--form .gform_wrapper .gfield--type-honeypot,
.contact-hero--form .gform_wrapper .gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}
.contact-hero--form .gform_wrapper .gfield.gfield_visibility_hidden, .contact-hero--form .gform_wrapper .gfield.gfield_visibility_administrative, .contact-hero--form .gform_wrapper .gfield.gform_hidden, .contact-hero--form .gform_wrapper .gfield.gf_hidden, .contact-hero--form .gform_wrapper .gfield.gf_invisible {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.contact-hero--form .gform_wrapper .gform_fields.grid_layout .gfield.gfield_visibility_hidden, .contact-hero--form .gform_wrapper .gform_fields.grid_layout .gfield.gfield_visibility_administrative, .contact-hero--form .gform_wrapper .gform_fields.grid_layout .gfield.gform_hidden {
  grid-row: auto !important;
}
.contact-hero--form .gform_wrapper .gfield:not(:has(.ginput_container_consent)) .gfield_label {
  position: absolute;
  top: 25px;
  left: 12px;
  right: 12px;
  margin: 0;
  color: rgba(0, 0, 0, 0.5019607843);
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 430;
  line-height: 150%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateY(calc(-50% - 11px)) scale(0.75);
          transform: translateY(calc(-50% - 11px)) scale(0.75);
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  will-change: transform;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.contact-hero--form .gform_wrapper .gfield:not(:has(.ginput_container_consent)) .gfield_label.label-empty-not-focused {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.contact-hero--form .gform_wrapper .gfield:not(:has(.ginput_container_consent)):has(textarea) .gfield_label {
  top: 2px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: translateY(4px) scale(0.75);
          transform: translateY(4px) scale(0.75);
}
.contact-hero--form .gform_wrapper .gfield:not(:has(.ginput_container_consent)):has(textarea) .gfield_label.label-empty-not-focused {
  -webkit-transform: translateY(11px) scale(1);
          transform: translateY(11px) scale(1);
}
.contact-hero--form .gform_wrapper .gfield:not(:has(.ginput_container_consent)):focus-within .gfield_label {
  color: #5B1736;
}
.contact-hero--form .gform_wrapper input[type=text], .contact-hero--form .gform_wrapper input[type=email], .contact-hero--form .gform_wrapper input[type=tel], .contact-hero--form .gform_wrapper input[type=number], .contact-hero--form .gform_wrapper textarea, .contact-hero--form .gform_wrapper select {
  display: block;
  width: 100%;
  border: none;
  background-color: white;
  padding: 24px 12px 4px 12px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  color: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.contact-hero--form .gform_wrapper input[type=text]::-webkit-input-placeholder, .contact-hero--form .gform_wrapper input[type=email]::-webkit-input-placeholder, .contact-hero--form .gform_wrapper input[type=tel]::-webkit-input-placeholder, .contact-hero--form .gform_wrapper input[type=number]::-webkit-input-placeholder, .contact-hero--form .gform_wrapper textarea::-webkit-input-placeholder, .contact-hero--form .gform_wrapper select::-webkit-input-placeholder {
  color: transparent;
}
.contact-hero--form .gform_wrapper input[type=text]::-moz-placeholder, .contact-hero--form .gform_wrapper input[type=email]::-moz-placeholder, .contact-hero--form .gform_wrapper input[type=tel]::-moz-placeholder, .contact-hero--form .gform_wrapper input[type=number]::-moz-placeholder, .contact-hero--form .gform_wrapper textarea::-moz-placeholder, .contact-hero--form .gform_wrapper select::-moz-placeholder {
  color: transparent;
}
.contact-hero--form .gform_wrapper input[type=text]:-ms-input-placeholder, .contact-hero--form .gform_wrapper input[type=email]:-ms-input-placeholder, .contact-hero--form .gform_wrapper input[type=tel]:-ms-input-placeholder, .contact-hero--form .gform_wrapper input[type=number]:-ms-input-placeholder, .contact-hero--form .gform_wrapper textarea:-ms-input-placeholder, .contact-hero--form .gform_wrapper select:-ms-input-placeholder {
  color: transparent;
}
.contact-hero--form .gform_wrapper input[type=text]::-ms-input-placeholder, .contact-hero--form .gform_wrapper input[type=email]::-ms-input-placeholder, .contact-hero--form .gform_wrapper input[type=tel]::-ms-input-placeholder, .contact-hero--form .gform_wrapper input[type=number]::-ms-input-placeholder, .contact-hero--form .gform_wrapper textarea::-ms-input-placeholder, .contact-hero--form .gform_wrapper select::-ms-input-placeholder {
  color: transparent;
}
.contact-hero--form .gform_wrapper input[type=text]::placeholder, .contact-hero--form .gform_wrapper input[type=email]::placeholder, .contact-hero--form .gform_wrapper input[type=tel]::placeholder, .contact-hero--form .gform_wrapper input[type=number]::placeholder, .contact-hero--form .gform_wrapper textarea::placeholder, .contact-hero--form .gform_wrapper select::placeholder {
  color: transparent;
}
.contact-hero--form .gform_wrapper input[type=text]:focus, .contact-hero--form .gform_wrapper input[type=email]:focus, .contact-hero--form .gform_wrapper input[type=tel]:focus, .contact-hero--form .gform_wrapper input[type=number]:focus, .contact-hero--form .gform_wrapper textarea:focus, .contact-hero--form .gform_wrapper select:focus {
  -webkit-box-shadow: 0 0 0 2px #5B1736;
          box-shadow: 0 0 0 2px #5B1736;
}
.contact-hero--form .gform_wrapper fieldset {
  margin: 12px 0 16px 0;
  padding: 0;
  border: unset;
}
.contact-hero--form .gform_wrapper textarea {
  min-height: 128px;
  padding: 25px 12px 6px 12px;
  resize: vertical;
}
.contact-hero--form .gform_wrapper .charleft {
  color: rgba(0, 0, 0, 0.5019607843);
  margin-top: 6px;
}
.contact-hero--form .gform_wrapper select {
  cursor: pointer;
  padding-right: 48px;
  background-image: url("./assets/svg/down.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px 5px;
}
.contact-hero--form .gform_wrapper select:has(option:checked[value=""]) {
  color: transparent;
}
.contact-hero--form .gform_wrapper .gfield_checkbox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.contact-hero--form .gform_wrapper .gfield_checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 0;
  background-color: white;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  margin-top: 2px;
}
.contact-hero--form .gform_wrapper .gfield_checkbox input:checked {
  background-color: #5B1736;
  border-color: #5B1736;
  background-image: url("./assets/svg/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.contact-hero--form .gform_wrapper .gfield_checkbox input:focus-visible {
  outline: 2px solid #5B1736;
  outline-offset: 2px;
}
.contact-hero--form .gform_wrapper .gfield_checkbox label {
  color: rgba(86, 73, 71, 0.75);
  font-family: "Lexend Deca", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}
@media only screen and (max-width: 800px) {
  .contact-hero--form .gform_wrapper .gfield_checkbox label {
    font-size: 14px;
  }
}
.contact-hero--form .gform_wrapper .gfield_checkbox label a {
  color: rgba(86, 73, 71, 0.75);
  font-family: "Lexend Deca", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  text-decoration: underline;
}
@media only screen and (max-width: 800px) {
  .contact-hero--form .gform_wrapper .gfield_checkbox label a {
    font-size: 14px;
  }
}
.contact-hero--form .gform_wrapper .gform_footer {
  margin: 8px 0 0 0;
}
.contact-hero--form .gform_wrapper .gform_footer input[type=submit], .contact-hero--form .gform_wrapper .gform_footer button {
  padding: 11px 16px;
  border: 1px solid transparent;
  display: block;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Lexend Tera", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #5B1736;
  border-color: #5B1736;
  color: white;
}
.contact-hero--form .gform_wrapper .gform_footer input[type=submit]:hover, .contact-hero--form .gform_wrapper .gform_footer button:hover {
  background-color: color-mix(in hsl, black 10%, #5B1736 90%);
  border-color: color-mix(in hsl, black 10%, #5B1736 90%);
}
.contact-hero--form .gform_wrapper .validation_message {
  color: #c0392b;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  margin-top: 2px;
}
.contact-hero--form .gform_wrapper .gform_validation_errors ol {
  display: none;
}
.contact-hero--form .gform_wrapper .gform_submission_error {
  color: #c0392b;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 430;
  line-height: 150%;
  letter-spacing: normal;
  margin-bottom: 24px;
  width: 100%;
  padding: 16px;
  border: 1px solid #c0392b;
  background-color: rgba(192, 58, 43, 0.1333333333);
}
.contact-hero--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  padding-top: 8px;
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .contact-hero--info {
    width: 100%;
  }
}
.contact-hero--info .text {
  margin: 0;
}
.contact-hero--head .dash {
  display: block;
  width: 38px;
  height: 8px;
  background-color: #5B1736;
  margin-bottom: 24px;
}
.contact-hero--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.contact-hero--column--title {
  font-family: "Lexend Tera", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000000;
}
.contact-hero--column--content span, .contact-hero--column--content p, .contact-hero--column--content a {
  font-family: "Lexend Tera", sans-serif;
  color: rgba(0, 0, 0, 0.7490196078);
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .contact-hero--column--content span, .contact-hero--column--content p, .contact-hero--column--content a {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 120%;
  }
}
.contact-hero--column--content svg path {
  fill: rgba(0, 0, 0, 0.7490196078);
  fill-opacity: 1;
}
.contact-hero--column-address .contact-hero--column--content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px;
}
.contact-hero--column-contact .contact-hero--column--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.contact-hero--column-contact .contact-hero--column--content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

/**
 * Elements
 */
.video-holder a.video {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
}
.video-holder a.video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #564947;
  z-index: 2;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-holder a.video .play svg {
  width: 40px;
  height: 40px;
}
.video-holder a.video .play svg path {
  fill: white;
}
.video-holder a.video .video-thumb {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background-color: #564947;
  border-radius: 24px;
  aspect-ratio: 16/9;
}
.video-holder a.video .video-thumb .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.video-holder a.video .video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-holder .video-slot video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  background-color: #5B1736;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .video-holder .video-slot video {
    height: 375px;
  }
}
@media only screen and (max-width: 600px) {
  .video-holder .video-slot video {
    height: 256px;
  }
}

.btn {
  padding: 11px 16px;
  border: 1px solid transparent;
  display: block;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Lexend Tera", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.btn-pri {
  background-color: #5B1736;
  border-color: #5B1736;
  color: white;
}
.btn-pri:hover {
  background-color: color-mix(in hsl, black 10%, #5B1736 90%);
  border-color: color-mix(in hsl, black 10%, #5B1736 90%);
}

.btn-sec {
  background-color: #564947;
  border-color: #564947;
  color: white;
}
.btn-sec:hover {
  background-color: color-mix(in hsl, black 10%, #564947 90%);
  border-color: color-mix(in hsl, black 10%, #564947 90%);
}

.btn-whi {
  background-color: white;
  border-color: white;
  color: #5B1736;
}
.btn-whi:hover {
  background-color: color-mix(in hsl, black 10%, white 90%);
  border-color: color-mix(in hsl, black 10%, white 90%);
}

.btn-gho {
  background-color: transparent;
}
.btn-gho.btn-pri {
  border-color: rgba(91, 23, 54, 0.2509803922);
  color: #5B1736;
}
.btn-gho.btn-pri:before {
  background-color: rgba(91, 23, 54, 0.1490196078);
}
.btn-gho.btn-sec {
  border-color: rgba(86, 73, 71, 0.2509803922);
  color: #564947;
}
.btn-gho.btn-sec:before {
  background-color: rgba(86, 73, 71, 0.1490196078);
}
.btn-gho.btn-whi {
  border-color: rgba(255, 255, 255, 0.25);
  color: white;
}
.btn-gho.btn-whi:before {
  background-color: rgba(255, 255, 255, 0.15);
}
.btn-gho:hover {
  background-color: transparent;
  border-color: inherit;
}
.btn-gho:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: -1;
  opacity: 0;
}
.btn-gho:hover:before {
  opacity: 1;
}

.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.btn-icon span svg {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
}

.btn-pri.btn-icon span svg path {
  fill: white;
}

.btn-pri.btn-gho.btn-icon span svg path {
  fill: #5B1736;
}

.btn-sec.btn-icon span svg path {
  fill: white;
}

.btn-sec.btn-gho.btn-icon span svg path {
  fill: #564947;
}

.btn-whi.btn-icon span svg path {
  fill: #5B1736;
}

.btn-whi.btn-gho.btn-icon span svg path {
  fill: white;
}

.btn-no-title {
  padding: 11px;
}
.btn-no-title span svg {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-hero {
  margin-bottom: 68px;
}

.disabled-btn {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

/**
 * Templates
 */
.error-container {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.error-container p {
  margin-bottom: 20px;
}
.error-container .btn-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**
 * Includes
 */
#chat {
  position: fixed;
  z-index: 10001;
  right: 0;
  bottom: 64px;
  height: 54px;
  width: 61px;
  background-color: #5B1736;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#chat:hover {
  background-color: color-mix(in hsl, black 10%, #5B1736 90%);
}

/**
 * Partials: Sections
 */
.cards-section--header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cards-section--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 1170px) {
  .cards-section--grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 800px) {
  .cards-section--grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding-bottom: 0;
  }
}
.cards-section--grid--item {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  display: block;
  --offset: 0px;
  -webkit-transform: translateY(var(--offset));
          transform: translateY(var(--offset));
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
@media only screen and (max-width: 800px) {
  .cards-section--grid--item {
    min-height: 420px;
  }
}
.cards-section--grid--item:nth-child(3n+2) {
  --offset: 80px;
}
.cards-section--grid--item:nth-child(3n) {
  --offset: 160px;
}
@media only screen and (max-width: 1170px) {
  .cards-section--grid--item:nth-child(n) {
    --offset: 0px;
  }
  .cards-section--grid--item:nth-child(2n) {
    --offset: 80px;
  }
}
@media only screen and (max-width: 800px) {
  .cards-section--grid--item:nth-child(n) {
    --offset: 0px;
  }
}
.cards-section--grid--item:hover {
  -webkit-transform: translateY(var(--offset)) scale(1.02);
          transform: translateY(var(--offset)) scale(1.02);
  position: relative;
  z-index: 1;
}
.cards-section--grid--item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49.52%, rgba(86, 73, 71, 0)), to(rgba(86, 73, 71, 0.9)));
  background: linear-gradient(180deg, rgba(86, 73, 71, 0) 49.52%, rgba(86, 73, 71, 0.9) 100%);
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .cards-section--grid--item::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(86, 73, 71, 0)), to(rgba(86, 73, 71, 0.95)));
    background: linear-gradient(180deg, rgba(86, 73, 71, 0) 0%, rgba(86, 73, 71, 0.95) 100%);
  }
}
.cards-section--grid--item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: calc(var(--focal-point-left) * 100%) calc(var(--focal-point-top) * 100%);
     object-position: calc(var(--focal-point-left) * 100%) calc(var(--focal-point-top) * 100%);
}
.cards-section--grid--item--number {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 2;
  font-family: "Lexend Tera", sans-serif;
  font-size: 40px;
  letter-spacing: normal;
  line-height: 100%;
}
.cards-section--grid--item--content {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cards-section--grid--item--text .title {
  margin: 0;
  text-align: left;
  font-weight: 500;
}
.cards-section--grid--item--btn {
  display: block;
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease;
  font-family: "Lexend Tera", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .cards-section--grid--item--btn {
    max-height: 42px;
    margin-top: 40px;
    opacity: 1;
  }
}
.cards-section--grid--item:hover .cards-section--grid--item--btn {
  max-height: 42px;
  margin-top: 40px;
  opacity: 1;
}

.quote-section--content {
  margin: 0;
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.quote-section--icon svg {
  width: 40px;
  height: 28px;
  margin-left: 8px;
}
.quote-section--quote {
  color: #564947;
}
.quote-section--name {
  font-family: "Lexend Tera", sans-serif;
  text-transform: uppercase;
  color: #564947;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  max-width: 870px;
  margin: 0 auto;
  font-weight: 400;
  letter-spacing: 1.12px;
}
.quote-section--name span.line {
  display: block;
  height: 1px;
  width: 30px;
  background-color: #564947;
}
.quote-section--name span.name {
  font-size: clamp(1rem, 0.91rem + 0.38vw, 1.25rem);
  line-height: 100%;
  letter-spacing: 2px;
  font-weight: 300;
}
.quote-section--horizontal .quote-section--content {
  padding-left: 24px;
  border-left: 4px solid #5B1736;
  text-align: start;
  gap: 16px;
  max-width: 870px;
  margin: 0 auto;
}
.quote-section--horizontal .quote-section--quote, .quote-section--horizontal .quote-section--name {
  text-align: start;
}
.quote-section--horizontal .quote-section--quote {
  font-size: clamp(1.5rem, 0.97rem + 2.25vw, 3rem);
  letter-spacing: normal;
}
.quote-section--horizontal .quote-section--name {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-top: 48px;
  padding-left: 26px;
}
.quote-section--vertical .quote-section--content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 32px;
  max-width: 1090px;
  margin: 0 auto;
}
.quote-section--vertical .quote-section--rule {
  display: block;
  width: 100%;
  max-width: 900px;
  height: 4px;
  background-color: #5B1736;
}
.quote-section--vertical .quote-section--quote, .quote-section--vertical .quote-section--name {
  text-align: center;
}
.quote-section--vertical .quote-section--quote {
  font-size: clamp(1.5rem, 1.24rem + 1.13vw, 2.25rem);
  letter-spacing: 1.44px;
}
.quote-section--vertical .quote-section--name {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 32px;
}
.quote-section.bg-brown.quote-section--horizontal .quote-section--content {
  border-left-color: #FCF3E8;
}
.quote-section.bg-brown.quote-section--vertical .quote-section--rule {
  background-color: #FCF3E8;
}
.quote-section.bg-brown .quote-section--name span.line {
  background-color: #FCF3E8;
}
.quote-section.bg-brown .quote-section--icon svg path {
  fill: #FCF3E8;
}

.cta-section {
  overflow: hidden;
}
.cta-section--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-section--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 1170px) {
  .cta-section--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.cta-section--box.cta-section--box-brown {
  background-color: #564947;
}
.cta-section--box.cta-section--box-brown h2, .cta-section--box.cta-section--box-brown .title, .cta-section--box.cta-section--box-brown p, .cta-section--box.cta-section--box-brown .text, .cta-section--box.cta-section--box-brown a:not(.btn) {
  color: #FCF3E8;
}
.cta-section--box.cta-section--box-brown .dash {
  background-color: #FCF3E8;
}
.cta-section--box.cta-section--box-cream {
  background-color: #F9F6F2;
}
.cta-section--box.cta-section--box-cream h2, .cta-section--box.cta-section--box-cream .title, .cta-section--box.cta-section--box-cream p, .cta-section--box.cta-section--box-cream .text, .cta-section--box.cta-section--box-cream a:not(.btn) {
  color: #5B1736;
}
.cta-section--box.cta-section--box-cream .dash {
  background-color: #5B1736;
}
.cta-section--title .dash {
  display: block;
  width: 38px;
  height: 8px;
  margin-bottom: 16px;
}
.cta-section--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1170px) {
  .cta-section--body {
    gap: 24px;
  }
}
.cta-section--above .cta-section--image img {
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .cta-section--above .layout-container {
    padding: 0;
  }
}
.cta-section--above .cta-section--box {
  padding: 80px 54px 96px 54px;
}
@media only screen and (max-width: 800px) {
  .cta-section--above .cta-section--box {
    padding: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .cta-section--above .cta-section--box {
    padding: 24px;
  }
}
.cta-section--above .cta-section--box .cta-section--title, .cta-section--above .cta-section--box .cta-section--body {
  max-width: calc(50% - 40px);
  min-width: calc(50% - 40px);
}
@media only screen and (max-width: 1170px) {
  .cta-section--above .cta-section--box .cta-section--title, .cta-section--above .cta-section--box .cta-section--body {
    max-width: unset;
    min-width: unset;
    width: 100%;
  }
}
.cta-section--behind {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .cta-section--behind .layout-container {
    padding: 0;
  }
}
.cta-section--behind .cta-section--image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cta-section--behind .cta-section--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-section--behind .cta-section--box {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 64px 54px;
  margin: 96px 0;
}
@media only screen and (max-width: 800px) {
  .cta-section--behind .cta-section--box {
    padding: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .cta-section--behind .cta-section--box {
    padding: 24px;
  }
}
.cta-section--behind .cta-section--box .cta-section--title {
  max-width: calc(40% - 40px);
  min-width: calc(40% - 40px);
}
@media only screen and (max-width: 1170px) {
  .cta-section--behind .cta-section--box .cta-section--title {
    max-width: unset;
    min-width: unset;
    width: 100%;
  }
}
.cta-section--behind .cta-section--box .cta-section--title h2.h3 {
  font-size: clamp(1.5rem, 1.24rem + 1.13vw, 2.25rem);
  letter-spacing: 1.44px;
  font-weight: 700;
  text-align: start;
}
.cta-section--behind .cta-section--box .cta-section--body {
  max-width: calc(60% - 40px);
  min-width: calc(60% - 40px);
}
@media only screen and (max-width: 1170px) {
  .cta-section--behind .cta-section--box .cta-section--body {
    max-width: unset;
    min-width: unset;
    width: 100%;
  }
}

.big-slider-section {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  --card-w: 680px;
  --card-active-w: 1020px;
}
@media only screen and (max-width: 1440px) {
  .big-slider-section {
    --card-w: 560px;
    --card-active-w: 840px;
  }
}
@media only screen and (max-width: 1170px) {
  .big-slider-section {
    --card-w: 440px;
    --card-active-w: 660px;
  }
}
@media only screen and (max-width: 1000px) {
  .big-slider-section {
    --card-w: 360px;
    --card-active-w: 540px;
  }
}
@media only screen and (max-width: 800px) {
  .big-slider-section {
    --card-w: 300px;
    --card-active-w: 70vw;
  }
}
@media only screen and (max-width: 600px) {
  .big-slider-section {
    --card-w: 72vw;
    --card-active-w: 84vw;
  }
}
.big-slider-section--box {
  background: linear-gradient(90deg, transparent 0%, transparent 40px, rgba(191, 178, 161, 0.25) 40px, rgba(191, 178, 161, 0.25) calc(100vw - var(--scrollbar-width) - 40px), transparent calc(100vw - var(--scrollbar-width) - 40px), transparent 100%);
  padding: 40px 0 80px 0;
}
@media only screen and (max-width: 800px) {
  .big-slider-section--box {
    padding: 24px 0 48px 0;
    background: rgba(191, 178, 161, 0.25);
  }
}
.big-slider-section--header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.big-slider-section .splide__track {
  margin: 0 auto;
  max-width: 1488px;
  -webkit-transform: translateX(66px);
          transform: translateX(66px);
  overflow: visible;
}
@media only screen and (max-width: 800px) {
  .big-slider-section .splide__track {
    -webkit-transform: none;
            transform: none;
  }
}
.big-slider-section .splide__list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.big-slider-section--container.is-init .splide__slide,
.big-slider-section--container.is-init .card,
.big-slider-section--container.is-init .image,
.big-slider-section--container.is-init .button {
  -webkit-transition: none !important;
  transition: none !important;
}
.big-slider-section .splide__slide {
  width: var(--card-w);
  min-height: 500px;
  -webkit-transition: width 0.5s cubic-bezier(0.4, 0, 0.5, 1);
  transition: width 0.5s cubic-bezier(0.4, 0, 0.5, 1);
}
@media only screen and (max-width: 1000px) {
  .big-slider-section .splide__slide {
    min-height: 420px;
  }
}
@media only screen and (max-width: 800px) {
  .big-slider-section .splide__slide {
    min-height: 360px;
  }
}
@media only screen and (max-width: 600px) {
  .big-slider-section .splide__slide {
    min-height: 300px;
  }
}
.big-slider-section .splide__slide.is-wide {
  width: var(--card-active-w);
}
.big-slider-section .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #000000;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  min-height: var(--card-height);
  max-height: var(--card-height);
}
.big-slider-section .card .image {
  position: relative;
  width: 100%;
  height: 412px;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  background-color: rgba(91, 23, 54, 0.1490196078);
}
@media only screen and (max-width: 1170px) {
  .big-slider-section .card .image {
    height: 340px;
  }
}
@media only screen and (max-width: 1000px) {
  .big-slider-section .card .image {
    height: 300px;
  }
}
@media only screen and (max-width: 800px) {
  .big-slider-section .card .image {
    height: 260px;
  }
}
@media only screen and (max-width: 600px) {
  .big-slider-section .card .image {
    height: 220px;
  }
}
.big-slider-section .card .image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49.52%, rgba(86, 73, 71, 0)), to(rgba(86, 73, 71, 0.9)));
  background: linear-gradient(180deg, rgba(86, 73, 71, 0) 49.52%, rgba(86, 73, 71, 0.9) 100%);
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .big-slider-section .card .image::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(86, 73, 71, 0)), to(rgba(86, 73, 71, 0.95)));
    background: linear-gradient(180deg, rgba(86, 73, 71, 0) 0%, rgba(86, 73, 71, 0.95) 100%);
  }
}
.big-slider-section .card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.big-slider-section .card .content {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 800px) {
  .big-slider-section .card .content {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
.big-slider-section .card .content .title {
  margin: 0;
  text-align: left;
  font-weight: 500;
}
.big-slider-section .card .content .title .tag {
  font-weight: 300;
  font-size: 0.7em;
}
.big-slider-section .card .content .button {
  display: block;
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease;
  font-family: "Lexend Tera", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .big-slider-section .card .content .button {
    max-height: 42px;
    margin-top: 40px;
    opacity: 1;
  }
}
.big-slider-section .card:hover .content .button {
  max-height: 42px;
  margin-top: 40px;
  opacity: 1;
}
.big-slider-section .splide__slide.is-focus .image {
  height: 560px;
}
@media only screen and (max-width: 1170px) {
  .big-slider-section .splide__slide.is-focus .image {
    height: 460px;
  }
}
@media only screen and (max-width: 1000px) {
  .big-slider-section .splide__slide.is-focus .image {
    height: 400px;
  }
}
@media only screen and (max-width: 800px) {
  .big-slider-section .splide__slide.is-focus .image {
    height: 340px;
  }
}
@media only screen and (max-width: 600px) {
  .big-slider-section .splide__slide.is-focus .image {
    height: 280px;
  }
}
.big-slider-section .splide__slide.is-past .card {
  opacity: 0;
  pointer-events: none;
}
.big-slider-section--nav {
  position: absolute;
  bottom: 240px;
  left: var(--hbar-offset);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
@media only screen and (max-width: 1170px) {
  .big-slider-section--nav {
    bottom: 280px;
  }
}
@media only screen and (max-width: 1000px) {
  .big-slider-section--nav {
    bottom: 260px;
  }
}
@media only screen and (max-width: 800px) {
  .big-slider-section--nav {
    position: relative;
    bottom: auto;
    right: auto;
    width: calc(100vw - var(--scrollbar-width) - 2 * var(--hbar-offset));
    margin-top: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
}
.big-slider-section--nav button {
  position: absolute;
  bottom: 0;
  padding: 8px;
  border: none;
  background: #5B1736;
  min-width: 46px;
}
.big-slider-section--nav button:hover {
  cursor: pointer;
}
.big-slider-section--nav button:disabled {
  opacity: 0.4;
  cursor: default;
}
.big-slider-section--nav button svg {
  height: 30px;
  width: 30px;
}
@media only screen and (max-width: 800px) {
  .big-slider-section--nav button {
    position: relative;
    bottom: unset;
    left: unset;
  }
}
.big-slider-section--nav--prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.big-slider-section--nav--next {
  left: 1141px;
}
@media only screen and (max-width: 1440px) {
  .big-slider-section--nav--next {
    left: 961px;
  }
}
@media only screen and (max-width: 1170px) {
  .big-slider-section--nav--next {
    left: 781px;
  }
}
@media only screen and (max-width: 1000px) {
  .big-slider-section--nav--next {
    left: 661px;
  }
}
.big-slider-section.bg-brown-alt {
  padding: 0;
}
.big-slider-section.bg-brown-alt h2 {
  color: #FCF3E8;
}
.big-slider-section.bg-brown-alt .big-slider-section--box {
  background: #564947;
}
.big-slider-section.bg-brown-alt .big-slider-section--nav {
  bottom: 80px;
}
@media only screen and (max-width: 1170px) {
  .big-slider-section.bg-brown-alt .big-slider-section--nav {
    bottom: 120px;
  }
}
@media only screen and (max-width: 1000px) {
  .big-slider-section.bg-brown-alt .big-slider-section--nav {
    bottom: 100px;
  }
}
@media only screen and (max-width: 800px) {
  .big-slider-section.bg-brown-alt .big-slider-section--nav {
    bottom: auto;
  }
}
.big-slider-section.bg-brown-alt .big-slider-section--nav button {
  background: #FCF3E8;
}
.big-slider-section.bg-brown-alt .big-slider-section--nav button svg path {
  fill: #5B1736;
}
.big-slider-section.bg-brown-alt:last-child {
  border-bottom: 1px solid var(--white-10, rgba(255, 255, 255, 0.1));
}

.brands-section .section--header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.brands-section--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1000px) {
  .brands-section--grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 800px) {
  .brands-section--grid {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media only screen and (max-width: 400px) {
  .brands-section--grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.brands-section--grid--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  padding: 18px;
  height: 144px;
}
.brands-section--grid--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.information-section--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 128px;
}
@media only screen and (max-width: 1346px) {
  .information-section--inner {
    gap: 64px;
  }
}
@media only screen and (max-width: 1170px) {
  .information-section--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.information-section--illustration {
  max-width: 785px;
  margin: 0 auto;
}
.information-section--illustration img {
  width: 100%;
  height: auto;
  -o-object-position: center;
     object-position: center;
}
.information-section--content {
  max-width: 785px;
  margin: 0 auto;
}
.information-section--content h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: start;
}
.information-section--content .dash {
  display: block;
  width: 38px;
  height: 8px;
  background-color: #5B1736;
  margin-bottom: 16px;
}
.information-section--content .text {
  margin-top: 56px;
}

.gallery-section--header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}
.gallery-section--header .line {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  height: 1px;
  background-color: #5B1736;
}
.gallery-section--header h2.h3 {
  font-size: 24px;
  font-weight: 400;
}
.gallery-section.bg-brown .gallery-section--header .line {
  background-color: #FCF3E8;
}
.gallery-section--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1170px) {
  .gallery-section--grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1000px) {
  .gallery-section--grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 800px) {
  .gallery-section--grid {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.gallery-section--grid--item {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.gallery-section--grid--item:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  position: relative;
  z-index: 1;
}
.gallery-section--grid--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-section--grid--item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49.52%, rgba(86, 73, 71, 0)), to(rgba(86, 73, 71, 0.9)));
  background: linear-gradient(180deg, rgba(86, 73, 71, 0) 49.52%, rgba(86, 73, 71, 0.9) 100%);
}
.gallery-section--grid--item--title {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  font-weight: 500;
  text-align: left;
}
.gallery-section--grid--item:hover .gallery-section--grid--item--title {
  max-height: 60px;
  opacity: 1;
}

.alternating-content-section .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 78px;
}
@media only screen and (max-width: 800px) {
  .alternating-content-section .layout-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}
.alternating-content-section--content, .alternating-content-section--image {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .alternating-content-section--content, .alternating-content-section--image {
    width: 100%;
  }
}
.alternating-content-section--content {
  padding: 64px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.alternating-content-section--content .dash {
  display: block;
  width: 38px;
  height: 8px;
  background-color: #5B1736;
  margin-bottom: 16px;
}
.alternating-content-section--content .text {
  margin-top: 40px;
}
@media only screen and (max-width: 800px) {
  .alternating-content-section--content {
    padding: 0;
  }
}
.alternating-content-section--image {
  position: relative;
  min-height: 550px;
}
@media only screen and (max-width: 800px) {
  .alternating-content-section--image {
    min-height: unset;
    aspect-ratio: 2/1;
  }
}
.alternating-content-section--image img {
  height: 100%;
  min-width: calc(100% + var(--hbar-offset));
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.alternating-content-section--reverse .layout-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 800px) {
  .alternating-content-section--reverse .layout-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.alternating-content-section--reverse .alternating-content-section--image img {
  left: unset;
  right: 0;
}

.big-image-section img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-slider-section {
  overflow-x: hidden;
}
.image-slider-section--header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.image-slider-section--header .line {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  height: 1px;
  background-color: #5B1736;
}
.image-slider-section--header h2.h3 {
  font-size: 24px;
  font-weight: 400;
}
.image-slider-section--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.image-slider-section .control-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.image-slider-section .control-buttons .prev, .image-slider-section .control-buttons .next {
  padding: 8px;
  border: none;
  background: #5B1736;
  min-width: 46px;
}
.image-slider-section .control-buttons .prev:hover, .image-slider-section .control-buttons .next:hover {
  cursor: pointer;
}
.image-slider-section .control-buttons .prev.disabled-btn, .image-slider-section .control-buttons .next.disabled-btn {
  opacity: 0.4;
  cursor: default;
}
.image-slider-section .control-buttons .prev svg, .image-slider-section .control-buttons .next svg {
  height: 30px;
  width: 30px;
}
.image-slider-section.bg-brown .image-slider-section--header .line {
  background-color: #FCF3E8;
}
.image-slider-section.bg-brown .control-buttons .prev, .image-slider-section.bg-brown .control-buttons .next {
  background: #FCF3E8;
}
.image-slider-section.bg-brown .control-buttons .prev svg path, .image-slider-section.bg-brown .control-buttons .next svg path {
  fill: #5B1736;
}
.image-slider-section .splide__track {
  margin: 0 auto;
  max-width: 1488px;
  overflow: visible;
}
.image-slider-section--container--item {
  aspect-ratio: 4/3;
}
.image-slider-section--container--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.timeline-section--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  max-width: 820px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  .timeline-section--list {
    gap: 56px;
  }
}
@media only screen and (max-width: 800px) {
  .timeline-section--list {
    gap: 40px;
  }
}
.timeline-section--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 87px;
}
@media only screen and (max-width: 800px) {
  .timeline-section--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.timeline-section--item--year {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  width: 210px;
}
@media only screen and (max-width: 800px) {
  .timeline-section--item--year {
    width: auto;
  }
}
.timeline-section--item--year .year {
  font-family: "Lexend Tera", sans-serif;
  font-weight: 300;
  font-variant-numeric: tabular-nums;
  font-size: clamp(2.5rem, 2.1rem + 1.7vw, 4rem);
  line-height: 1;
  color: #5B1736;
}
.timeline-section--item--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  max-width: 556px;
}
@media only screen and (max-width: 800px) {
  .timeline-section--item--content {
    max-width: 100%;
  }
}
.timeline-section--item--title {
  font-family: "Lexend Tera", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #564947;
  margin: 0;
  text-align: start;
  position: relative;
}
.timeline-section--item--title:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #5B1736;
  position: absolute;
  top: 50%;
  left: -80px;
}
.timeline-section--item p {
  color: #564947;
}
.timeline-section--item img {
  width: 100%;
  height: auto;
  aspect-ratio: 556/308;
  -o-object-fit: cover;
     object-fit: cover;
}
.timeline-section.bg-brown .timeline-section--item--year .year {
  color: #FCF3E8;
}
.timeline-section.bg-brown .timeline-section--item--year .line {
  background-color: #FCF3E8;
}