@import url("../../inc/modern-normalize/modern-normalize.css");
@import url("../../inc/bootstrap/bootstrap-grid.min.css");
@import url("../../inc/aos/aos.css");
@import url("../../inc/lenis/lenis.min.css");
@import url("../../inc/lity/lity.min.css");
@import url("../../inc/swiper/swiper-bundle.min.css");
@import url("../../inc/modal/jquery.modal.min.css");
/*----------------------------------
------------ GLOBALS ---------------
----------------------------------*/
@font-face {
  font-family: "Romie";
  font-weight: 400;
  src: url("../fonts/romie/Romie-Regular.woff") format("woff"), url("../fonts/romie/Romie-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Romie";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/romie/Romie-Italic.woff") format("woff"), url("../fonts/romie/Romie-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Soehne";
  font-weight: 300;
  src: url("../fonts/soehne/soehne-leicht.woff2") format("woff2");
}
@font-face {
  font-family: "Soehne";
  font-weight: 500;
  src: url("../fonts/soehne/soehne-kraftig.woff2") format("woff2");
}
.c-white {
  color: #FFFFFF;
}

.c-black {
  color: #000000;
}

.c-brown {
  color: #64412C;
}

.c-cream {
  color: #F4EEE9;
}

.c-gold {
  color: #AC6135;
}

.c-coral {
  color: #FFA686;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-black {
  background-color: #000000;
}

.bg-brown {
  background-color: #64412C;
}

.bg-cream {
  background-color: #F4EEE9;
}

.bg-sand {
  background-color: #AC6135;
}

.bg-coral {
  background-color: #FFA686;
}

:root {
  --site-padding: 3rem;
  --viewport-height: 100vh;
}
@media (max-width: 1399px) {
  :root {
    --site-padding: 1.75rem;
  }
}
@media (max-width: 1199px) {
  :root {
    --site-padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  :root {
    --site-padding: 1.25rem;
    --viewport-height: calc(100vh - 80px);
  }
}

::-moz-selection {
  background-color: #FFFFFF;
  color: #64412C;
}

::selection {
  background-color: #FFFFFF;
  color: #64412C;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: #F4EEE9;
  color: #64412C;
}
body {
  font-family: "Soehne", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: #64412C;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Romie", serif;
  line-height: 1.05;
  font-weight: 400;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0em;
  text-transform: uppercase;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 64px;
  font-size: 4rem;
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  font-size: 42px;
  font-size: 2.625rem;
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: 30px;
  font-size: 1.875rem;
}

h4, .h4 {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: none;
  letter-spacing: 0;
}

h5, .h5 {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Soehne", sans-serif;
  letter-spacing: 0.15em;
  font-weight: 500;
}

h6, .h6 {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Soehne", sans-serif;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.tt-u {
  text-transform: uppercase !important;
}

.tt-n {
  text-transform: none !important;
}

.f-ss {
  font-family: "Soehne", sans-serif;
}

.f-s {
  font-family: "Romie", serif;
}

.f-o {
  font-family: "Soehne", sans-serif;
}

.ls-30 {
  letter-spacing: 0.3em !important;
}

.ls-20 {
  letter-spacing: 0.2em !important;
}

.ls-10 {
  letter-spacing: 0.1em !important;
}

.ls-05 {
  letter-spacing: 0.05em !important;
}

.ls-0 {
  letter-spacing: 0 !important;
}

.f-64 {
  font-size: 64px;
  font-size: 4rem;
}
@media (max-width: 575px) {
  .f-64 {
    font-size: 2rem;
  }
}

.f-42 {
  font-size: 42px;
  font-size: 2.625rem;
}
@media (max-width: 575px) {
  .f-42 {
    font-size: 2rem;
  }
}

.f-30 {
  font-size: 28px;
  font-size: 1.875rem;
}

.f-24 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 575px) {
  .f-24 {
    font-size: 1.25rem;
  }
}

.f-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.f-16 {
  font-size: 16px;
  font-size: 1rem;
}

.f-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.f-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.f-16 {
  font-size: 16px;
  font-size: 1rem;
}

.f-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.rk-container {
  width: calc(100% - var(--site-padding) * 2);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-balance {
  text-wrap: balance;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .text-xl-center {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .text-md-right {
    text-align: right;
  }
}

@media screen and (min-width: 992px) {
  .text-lg-right {
    text-align: right;
  }
}

@media screen and (min-width: 1200px) {
  .text-xl-right {
    text-align: right;
  }
}

b, strong {
  font-weight: 500;
}

.mw-200 {
  max-width: 200px;
}

.mw-250 {
  max-width: 250px;
}

.mw-300 {
  max-width: 300px;
}

.mw-350 {
  max-width: 350px;
}

.mw-400 {
  max-width: 400px;
}

.mw-450 {
  max-width: 450px;
}

.mw-500 {
  max-width: 500px;
}

.mw-550 {
  max-width: 550px;
}

.mw-600 {
  max-width: 600px;
}

.mw-700 {
  max-width: 700px;
}

.mw-750 {
  max-width: 750px;
}

.mw-800 {
  max-width: 800px;
}

.mw-850 {
  max-width: 850px;
}

.mw-900 {
  max-width: 900px;
}

.mw-1000 {
  max-width: 1000px;
}

.mw-1100 {
  max-width: 1100px;
}

.mw-1200 {
  max-width: 1200px;
}

.mw-1300 {
  max-width: 1300px;
}

.mw-1400 {
  max-width: 1400px;
}

.mw-1500 {
  max-width: 1500px;
}

.mw-1600 {
  max-width: 1600px;
}

.mw-1700 {
  max-width: 1700px;
}

.mw-1800 {
  max-width: 1800px;
}

.mw-200 {
  max-width: 12.5rem;
} /* 200px */
.mw-250 {
  max-width: 15.625rem;
} /* 250px */
.mw-300 {
  max-width: 18.75rem;
} /* 300px */
.mw-350 {
  max-width: 21.875rem;
} /* 350px */
.mw-400 {
  max-width: 25rem;
} /* 400px */
.mw-450 {
  max-width: 28.125rem;
} /* 450px */
.mw-500 {
  max-width: 31.25rem;
} /* 500px */
.mw-550 {
  max-width: 34.375rem;
} /* 550px */
.mw-600 {
  max-width: 37.5rem;
} /* 600px */
.mw-700 {
  max-width: 43.75rem;
} /* 700px */
.mw-750 {
  max-width: 46.875rem;
} /* 750px */
.mw-800 {
  max-width: 50rem;
} /* 800px */
.mw-850 {
  max-width: 53.125rem;
} /* 850px */
.mw-900 {
  max-width: 56.25rem;
} /* 900px */
.mw-1000 {
  max-width: 62.5rem;
} /* 1000px */
.mw-1100 {
  max-width: 68.75rem;
} /* 1100px */
.mw-1200 {
  max-width: 75rem;
} /* 1200px */
.mw-1300 {
  max-width: 81.25rem;
} /* 1300px */
.mw-1400 {
  max-width: 87.5rem;
} /* 1400px */
.mw-1500 {
  max-width: 93.75rem;
} /* 1500px */
.mw-1600 {
  max-width: 100rem;
} /* 1600px */
.mw-1700 {
  max-width: 106.25rem;
} /* 1700px */
.mw-1800 {
  max-width: 112.5rem;
} /* 1800px */
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .my-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
.py-padding {
  padding-top: var(--site-padding);
  padding-bottom: var(--site-padding);
}

.py-300 {
  padding-top: 18.75rem;
  padding-bottom: 18.75rem;
}

.pt-300 {
  padding-top: 18.75rem;
}

.pb-300 {
  padding-bottom: 18.75rem;
}

.py-250 {
  padding-top: 15.625rem;
  padding-bottom: 15.625rem;
}

.pt-250 {
  padding-top: 15.625rem;
}

.pb-250 {
  padding-bottom: 15.625rem;
}

.py-200 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.pt-200 {
  padding-top: 12.5rem;
}

.pb-200 {
  padding-bottom: 12.5rem;
}

.py-180 {
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
}

.pt-180 {
  padding-top: 11.25rem;
}

.pb-180 {
  padding-bottom: 11.25rem;
}

.py-150 {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.pt-150 {
  padding-top: 9.375rem;
}

.pb-150 {
  padding-bottom: 9.375rem;
}

.py-120 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.pt-120 {
  padding-top: 7.5rem;
}

.pb-120 {
  padding-bottom: 7.5rem;
}

.py-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.pt-100 {
  padding-top: 6.25rem;
}

.pb-100 {
  padding-bottom: 6.25rem;
}

.py-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pt-80 {
  padding-top: 5rem;
}

.pb-80 {
  padding-bottom: 5rem;
}

.py-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.pt-60 {
  padding-top: 3.75rem;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

.py-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.pt-50 {
  padding-top: 3.125rem;
}

.pb-50 {
  padding-bottom: 3.125rem;
}

.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.pt-10 {
  padding-top: 0.625rem;
}

.pb-10 {
  padding-bottom: 0.625rem;
}

@media (max-width: 1199px) {
  .py-300 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  .pt-300 {
    padding-top: 12.5rem;
  }
  .pb-300 {
    padding-bottom: 12.5rem;
  }
  .py-250 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  .pt-250 {
    padding-top: 12.5rem;
  }
  .pb-250 {
    padding-bottom: 12.5rem;
  }
  .py-200 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .pt-200 {
    padding-top: 10rem;
  }
  .pb-200 {
    padding-bottom: 10rem;
  }
  .py-180 {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
  .pt-180 {
    padding-top: 8.75rem;
  }
  .pb-180 {
    padding-bottom: 8.75rem;
  }
  .py-150 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .pt-150 {
    padding-top: 7.5rem;
  }
  .pb-150 {
    padding-bottom: 7.5rem;
  }
}
@media (max-width: 991px) {
  .py-300 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
  .pt-300 {
    padding-top: 9.375rem;
  }
  .pb-300 {
    padding-bottom: 9.375rem;
  }
  .py-250 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
  .pt-250 {
    padding-top: 9.375rem;
  }
  .pb-250 {
    padding-bottom: 9.375rem;
  }
  .py-200 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .pt-200 {
    padding-top: 6.25rem;
  }
  .pb-200 {
    padding-bottom: 6.25rem;
  }
  .py-180 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .pt-180 {
    padding-top: 5.625rem;
  }
  .pb-180 {
    padding-bottom: 5.625rem;
  }
  .py-150 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .pt-150 {
    padding-top: 5rem;
  }
  .pb-150 {
    padding-bottom: 5rem;
  }
  .py-120 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .pt-120 {
    padding-top: 4.5rem;
  }
  .pb-120 {
    padding-bottom: 4.5rem;
  }
  .py-100 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .pt-100 {
    padding-top: 4.375rem;
  }
  .pb-100 {
    padding-bottom: 4.375rem;
  }
  .py-80 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-80 {
    padding-top: 3.75rem;
  }
  .pb-80 {
    padding-bottom: 3.75rem;
  }
  .py-60 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .pt-60 {
    padding-top: 3.125rem;
  }
  .pb-60 {
    padding-bottom: 3.125rem;
  }
  .py-50 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .pt-50 {
    padding-top: 2.5rem;
  }
  .pb-50 {
    padding-bottom: 2.5rem;
  }
  .py-40 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .pt-40 {
    padding-top: 1.875rem;
  }
  .pb-40 {
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 575px) {
  .py-300 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-300 {
    padding-top: 3.75rem;
  }
  .pb-300 {
    padding-bottom: 3.75rem;
  }
  .py-250 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-250 {
    padding-top: 3.75rem;
  }
  .pb-250 {
    padding-bottom: 3.75rem;
  }
  .py-200 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-200 {
    padding-top: 3.75rem;
  }
  .pb-200 {
    padding-bottom: 3.75rem;
  }
  .py-180 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-180 {
    padding-top: 3.75rem;
  }
  .pb-180 {
    padding-bottom: 3.75rem;
  }
  .py-150 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-150 {
    padding-top: 3.75rem;
  }
  .pb-150 {
    padding-bottom: 3.75rem;
  }
  .py-120 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-120 {
    padding-top: 3.75rem;
  }
  .pb-120 {
    padding-bottom: 3.75rem;
  }
  .py-100 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-100 {
    padding-top: 3.75rem;
  }
  .pb-100 {
    padding-bottom: 3.75rem;
  }
  .py-80 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-80 {
    padding-top: 3.75rem;
  }
  .pb-80 {
    padding-bottom: 3.75rem;
  }
  .py-60 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .pt-60 {
    padding-top: 3.125rem;
  }
  .pb-60 {
    padding-bottom: 3.125rem;
  }
  .py-50 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .pt-50 {
    padding-top: 2.5rem;
  }
  .pb-50 {
    padding-bottom: 2.5rem;
  }
  .py-40 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .pt-40 {
    padding-top: 1.875rem;
  }
  .pb-40 {
    padding-bottom: 1.875rem;
  }
}
figure {
  margin: 0;
  padding: 0;
}

html:not(.no-js) [data-aos=fade-up] {
  transform: translate3d(0, 1rem, 0);
}

.line-links a {
  display: inline-block;
  position: relative;
  padding-bottom: 0.1em;
}
.line-links a::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  transition: width 0.4s ease;
}
.line-links a:hover::before, .line-links a.active::before {
  width: 100%;
}

.u-links a {
  text-decoration: underline;
}

.o-links a {
  transition: all 0.3s ease;
}
.o-links a:hover {
  opacity: 0.5;
}

.o-hidden {
  overflow: hidden;
}

.img-cont {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.img-cont.img-cont-21 {
  padding-top: 50%;
}
.img-cont.img-cont-169 {
  padding-top: 56.25%;
}
@media (max-width: 575px) {
  .img-cont.img-cont-169 {
    padding-top: 66.667%;
  }
}
.img-cont.img-cont-32 {
  padding-top: 66.667%;
}
.img-cont.img-cont-43 {
  padding-top: 75%;
}
.img-cont.img-cont-54 {
  padding-top: 80%;
}
.img-cont.img-cont-56 {
  padding-top: 120%;
}
.img-cont.img-cont-45 {
  padding-top: 125%;
}
.img-cont.img-cont-34 {
  padding-top: 133.333%;
}
.img-cont.img-cont-1217 {
  padding-top: 141%;
}
.img-cont.img-cont-auto {
  padding: 0;
}
.img-cont.img-cont-auto img, .img-cont.img-cont-auto video {
  position: static !important;
}
.img-cont::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 1;
  position: absolute;
  opacity: 0;
}
.img-cont--tint-1::before {
  opacity: 0.1;
}
.img-cont--tint-2::before {
  opacity: 0.2;
}
.img-cont--tint-3::before {
  opacity: 0.3;
}
.img-cont--tint-4::before {
  opacity: 0.4;
}
.img-cont > img, .img-cont > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.img-cont video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.img-cont.op-top img {
  -o-object-position: top;
     object-position: top;
}
.img-cont.op-bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}

a .img-cont img,
.img-cont a img,
.hover-zoom img {
  transform: scale(1.01);
  transition: all 1s ease;
  opacity: 1;
}

a:hover .img-cont img,
.img-cont a:hover img,
.hover-zoom:hover img {
  transform: scale(1.05);
  opacity: 1;
}

section, .section {
  position: relative;
}

.border-top {
  border-top: 1px solid #64412C;
}

.border-left {
  border-left: 1px solid #64412C;
}

.border-bottom {
  border-bottom: 1px solid #64412C;
}

.fs-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #000;
}
.fs-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 1;
  position: absolute;
  opacity: 0.1;
}
.fs-bg img, .fs-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fs-bg video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.fs-bg--no-tint::before, .fs-bg--tint-0::before {
  opacity: 0;
}
.fs-bg--tint-1::before {
  opacity: 0.1;
}
.fs-bg--tint-2::before {
  opacity: 0.2;
}
.fs-bg--tint-3::before {
  opacity: 0.3;
}
.fs-bg--tint-4::before {
  opacity: 0.4;
}
.fs-bg.op-top img {
  -o-object-position: top;
     object-position: top;
}
.fs-bg.op-bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 1;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body .lity-iframe .lity-container, body .lity-youtube .lity-container, body .lity-vimeo .lity-container, body .lity-facebookvideo .lity-container, body .lity-googlemaps .lity-container {
  max-width: 150vh;
  width: 90%;
}

.button {
  display: inline-block;
  border: 1px solid #64412C;
  border-radius: 999px;
  padding: 0.8em 1.5em 0.75em;
  line-height: 1;
  font-family: "Soehne", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 0.75rem;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .button {
    font-size: 0.875rem;
  }
}
.button:hover {
  background-color: #64412C;
  color: #FFFFFF;
}
.button.reverse {
  border-color: #F4EEE9;
  color: #F4EEE9;
}
.button.reverse:hover {
  background-color: #F4EEE9;
  color: #64412C;
}
.button.gold {
  border-color: #AC6135;
  color: #AC6135;
}
.button.gold:hover {
  background-color: #AC6135;
  color: #FFFFFF;
}

/*----------------------------------
------------ HEADER ----------------
----------------------------------*/
.main-site-header {
  padding: 0.5rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.5s ease;
  background-color: #FFA686;
}
.main-site-header .rk-container {
  width: calc(100% - 48px);
}
@media (max-width: 767px) {
  .main-site-header .rk-container {
    width: calc(100% - 32px);
  }
}
.main-site-header__logo {
  width: 11rem;
  transition: all 0.6s ease;
}
@media (max-width: 575px) {
  .main-site-header__logo {
    width: 8rem;
  }
}
.main-site-header .row {
  align-items: center;
}
@media (max-width: 575px) {
  .main-site-header .button {
    font-size: 0.75rem;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

/*----------------------------------
------------- HOME -----------------
----------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFA686;
  z-index: 9999;
  background-color: #ffad8e;
}
#preloader video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: darken;
}
@media (max-width: 575px) {
  #preloader video {
    transform: scale(2);
  }
}

.hero-section {
  padding: 5rem 0;
  text-align: center;
  min-height: var(--viewport-height);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.hero-section__logo {
  width: 36rem;
  height: auto;
}
.hero-section__logo-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 5;
  mix-blend-mode: screen; /* or 'lighten', 'plus-lighter', 'overlay', 'soft-light' */
}
@media (max-width: 991px) {
  .hero-section__logo-video {
    -o-object-fit: contain;
       object-fit: contain;
    width: 150%;
    left: -25%;
  }
}
@media (max-width: 575px) {
  .hero-section__logo-video {
    width: 200%;
    left: -50%;
  }
}
@media (max-width: 575px) {
  .hero-section .fs-bg img {
    -o-object-position: 64% 50%;
       object-position: 64% 50%;
  }
}

.intro-section .h2 {
  margin-top: 2rem;
}
.intro-section .mw-750 {
  max-width: 42rem;
}
.intro-section__logo {
  width: 16rem;
  height: auto;
  margin: 0 auto;
  mix-blend-mode: multiply;
}

.team-section {
  padding-left: 5%;
  padding-right: 5%;
}

.team-grid {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .team-grid {
    flex-wrap: wrap;
  }
}
.team-grid__title {
  white-space: nowrap;
  font-size: 0.75rem;
}
.team-grid__img img {
  transform: scale(1.1);
  transform-origin: 0 50%;
}
@media (max-width: 1199px) {
  .team-grid__img img {
    transform: none;
  }
}
@media (max-width: 991px) {
  .team-grid__img img {
    transform: scale(1.1);
    transform-origin: 50% 50%;
  }
}
.team-grid__item {
  min-width: 10%;
}
@media (max-width: 1199px) {
  .team-grid__item {
    padding-right: 5%;
  }
}
@media (max-width: 991px) {
  .team-grid__item {
    width: 100%;
    text-align: center;
    padding-bottom: 4rem;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .team-grid__item:first-child .h6 {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 991px) {
  .team-grid__item:last-child {
    padding-bottom: 0;
  }
}

.enquire-section {
  color: #64412C;
  background-color: #FFA686;
  min-height: var(--viewport-height);
  display: flex;
  align-items: center;
  align-content: center;
}
.enquire-section .h3 {
  margin-top: 2rem;
}
.enquire-section .mw-750 {
  max-width: 42rem;
}
.enquire-section__logo {
  width: 4rem;
  height: auto;
}
.enquire-section .border-top, .enquire-section .border-bottom {
  border-color: rgba(100, 65, 44, 0.5);
}

.palmiere-swiper {
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .palmiere-swiper .img-cont-169 {
    padding-top: 67%;
  }
}
.palmiere-swiper .swiper-pagination {
  bottom: 0;
}
.palmiere-swiper .swiper-pagination-bullet {
  background-color: #64412C;
  border-radius: 999px;
  transition: all 0.3s ease;
}
.palmiere-swiper .swiper-pagination-bullet-active {
  background-color: #64412C;
  width: 1.25rem;
}
.palmiere-swiper .swiper-button-next, .palmiere-swiper .swiper-button-prev {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  width: 40px;
  height: 40px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .palmiere-swiper .swiper-button-next, .palmiere-swiper .swiper-button-prev {
    display: none;
  }
}
.palmiere-swiper .swiper-button-next::after, .palmiere-swiper .swiper-button-prev::after {
  font-size: 14px;
}
.palmiere-swiper .swiper-button-prev {
  left: 1.5rem;
}
.palmiere-swiper .swiper-button-prev:after {
  transform: translate(-1px, 1px);
}
.palmiere-swiper .swiper-button-next {
  right: 1.5rem;
}
.palmiere-swiper .swiper-button-next::after {
  transform: translate(1px, 1px);
}

/*----------------------------------
------------- FORM -----------------
----------------------------------*/
body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea {
  font-size: 1rem;
  background-color: #FFA686;
  color: #64412C;
  border: none;
  border-bottom: 1px solid #64412C;
  border-radius: 0;
  padding: 0.75em 0;
  outline: none;
  min-height: 2.75rem;
  font-weight: 300;
  accent-color: #64412C;
}
body .gform_wrapper.gravity-theme input[type=color] option, body .gform_wrapper.gravity-theme input[type=date] option, body .gform_wrapper.gravity-theme input[type=datetime-local] option, body .gform_wrapper.gravity-theme input[type=datetime] option, body .gform_wrapper.gravity-theme input[type=email] option, body .gform_wrapper.gravity-theme input[type=month] option, body .gform_wrapper.gravity-theme input[type=number] option, body .gform_wrapper.gravity-theme input[type=password] option, body .gform_wrapper.gravity-theme input[type=search] option, body .gform_wrapper.gravity-theme input[type=tel] option, body .gform_wrapper.gravity-theme input[type=text] option, body .gform_wrapper.gravity-theme input[type=time] option, body .gform_wrapper.gravity-theme input[type=url] option, body .gform_wrapper.gravity-theme input[type=week] option, body .gform_wrapper.gravity-theme select option, body .gform_wrapper.gravity-theme textarea option {
  background-color: #FFA686;
  color: #64412C;
}
body .gform_wrapper.gravity-theme input[type=checkbox] {
  accent-color: #64412C;
}
body ::-moz-placeholder {
  color: #64412C;
}
body ::placeholder {
  color: #64412C;
}
body .gform_heading {
  display: none;
}
body .gfield_consent_label {
  font-size: 1rem;
  font-weight: 300;
}
body .gfield_consent_label a {
  text-decoration: underline;
}
body .gfield--type-html {
  font-size: 0.625rem;
}
body .gfield--type-html a {
  text-decoration: underline;
}
body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 2rem 0 0;
}
body .gform_wrapper.gravity-theme .gform_footer button, body .gform_wrapper.gravity-theme .gform_footer input, body .gform_wrapper.gravity-theme .gform_page_footer button, body .gform_wrapper.gravity-theme .gform_page_footer input {
  cursor: pointer;
  border-color: #64412C;
  color: #64412C;
  background-color: transparent;
  min-width: 10rem;
}
body .gform_wrapper.gravity-theme .gform_footer button:hover, body .gform_wrapper.gravity-theme .gform_footer input:hover, body .gform_wrapper.gravity-theme .gform_page_footer button:hover, body .gform_wrapper.gravity-theme .gform_page_footer input:hover {
  background-color: #64412C;
  color: #FFFFFF;
}
@media (max-width: 575px) {
  body .gform_wrapper.gravity-theme .gform_footer button, body .gform_wrapper.gravity-theme .gform_footer input, body .gform_wrapper.gravity-theme .gform_page_footer button, body .gform_wrapper.gravity-theme .gform_page_footer input {
    font-size: 0.875rem;
    padding: 0.55em 1.75em;
    min-width: 7rem !important;
    height: auto;
    min-height: 0 !important;
    line-height: 1 !important;
  }
}
body .gform_wrapper.gravity-theme .gfield select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/caret-down.svg);
  background-size: 1rem;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  color: #64412C;
}
@media (max-width: 575px) {
  body .gform_wrapper.gravity-theme .gfield select {
    min-height: 57px;
  }
}

.mh-100 {
  min-height: var(--viewport-height);
  display: flex;
  align-items: center;
}/*# sourceMappingURL=main.css.map */