@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: "nib-pro";
  font-weight: 400;
  src: url("../fonts/nib-pro/nib-regular-pro.woff") format("woff"), url("../fonts/nib-pro/nib-regular-pro.woff2") format("woff2");
}
@font-face {
  font-family: "dm-sans";
  font-weight: 300;
  src: url("../fonts/dm-sans/DMSans-Light.woff") format("woff");
}
@font-face {
  font-family: "dm-sans";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/dm-sans/DMSans-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "dm-sans";
  font-weight: 400;
  src: url("../fonts/dm-sans/DMSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "dm-sans";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/dm-sans/DMSans-Italic.ttf") format("woff");
}
@font-face {
  font-family: "dm-sans";
  font-weight: 500;
  src: url("../fonts/dm-sans/DMSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "dm-sans";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/dm-sans/DMSans-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "dm-sans";
  font-weight: 600;
  src: url("../fonts/dm-sans/DMSans-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "dm-sans";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/dm-sans/DMSans-SemiBoldItalic.woff") format("woff");
}
:root {
  --site-padding: 60px;
  --viewport-height: 100vh;
}
@media (max-width: 1399px) {
  :root {
    --site-padding: 40px;
  }
}
@media (max-width: 1199px) {
  :root {
    --site-padding: 30px;
  }
}
@media (max-width: 575px) {
  :root {
    --site-padding: 20px;
    --viewport-height: calc(100vh - 80px);
  }
}

::-moz-selection {
  background-color: #552028;
  color: #F2EDE3;
}

::selection {
  background-color: #552028;
  color: #F2EDE3;
}

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

html {
  scroll-behavior: smooth;
  font-size: 18px;
}
@media (max-width: 575px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "dm-sans", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: #552028;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  background-color: #F2EDE3;
  position: relative;
  letter-spacing: -0.01em;
  transition: background-color 0.6s ease;
}

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

p {
  margin-top: 0;
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

.c-black {
  color: #121212;
}

.c-white {
  color: #F2EDE3;
}

.c-clay {
  color: #F57158;
}

.c-wine {
  color: #552028;
}

.c-stone {
  color: #D9D9D9;
}

.c-brown {
  color: #552028;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "nib-pro", serif;
  line-height: 1;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
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: 84px;
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 50px;
  }
}

h2, .h2 {
  font-size: 50px;
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  font-size: 36px;
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 28px;
  }
}

h4, .h4 {
  font-size: 28px;
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 22px;
}
@media (max-width: 575px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h6, .h6 {
  font-size: 0.875rem;
  font-family: "dm-sans", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 600;
  text-transform: uppercase;
}

p, .p {
  font-family: "dm-sans", sans-serif;
  line-height: 1.25;
  font-size: 1rem;
}

.f-34 {
  font-size: 34px;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .f-34 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .f-34 {
    font-size: 26px;
  }
}
.f-34 p {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
@media (max-width: 575px) {
  .f-34 {
    font-size: 20px;
  }
}

.f-28 {
  font-size: 28px;
}
@media (max-width: 1199px) {
  .f-28 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .f-28 {
    font-size: 20px;
  }
}
.f-28 p {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
@media (max-width: 575px) {
  .f-28 {
    font-size: 18px;
  }
}

.f-22 {
  font-size: 22px;
}
@media (max-width: 1199px) {
  .f-22 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .f-22 {
    font-size: 18px;
  }
}
.f-22 p {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
@media (max-width: 575px) {
  .f-22 {
    font-size: 16px;
  }
}

.bg-white {
  background-color: #F2EDE3;
  color: #552028;
}

.bg-clay {
  background-color: #F57158;
  color: #552028;
}

.bg-wine {
  background-color: #552028;
  color: #F2EDE3;
}

.bg-brown {
  background-color: #552028;
  color: #F2EDE3;
}

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;
}

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-600 {
  max-width: 600px;
}

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

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

.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;
}

.my-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-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-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: 5rem;
    padding-bottom: 5rem;
  }
  .pt-300 {
    padding-top: 5rem;
  }
  .pb-300 {
    padding-bottom: 5rem;
  }
  .py-250 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .pt-250 {
    padding-top: 5rem;
  }
  .pb-250 {
    padding-bottom: 5rem;
  }
  .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-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;
}

.button, input[type=submit] {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  color: #F2EDE3;
  background-color: #121212;
  border-radius: 0;
  border: 1px solid #121212;
  padding: 1em 3em;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: "dm-sans", sans-serif;
}
.button:hover, input[type=submit]:hover {
  background-color: transparent;
  color: #121212;
}

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

.arrow-link {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  font-family: "dm-sans", sans-serif;
  color: #F57158;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0.125em;
}
@media (max-width: 575px) {
  .arrow-link {
    font-size: 0.875rem;
  }
}
.arrow-link::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #F57158;
  transition: width 0.4s ease;
}
.arrow-link::after {
  content: "";
  width: 21px;
  height: 1em;
  position: relative;
  top: 0.125em;
  background-image: url(../img/icon/arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  transition: transform 0.4s ease;
  transform: translate(0, 0);
  margin-left: 8px;
}
.arrow-link:hover::before, a:hover .arrow-link::before {
  width: 100%;
}
.arrow-link:hover::after, a:hover .arrow-link::after {
  transform: translate(0.15em, 0);
}

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

.rounded-5 {
  border-radius: 5px;
  overflow: clip;
}
.rounded-5 img {
  display: block;
}

.rounded-8 {
  border-radius: 8px;
  overflow: clip;
}
.rounded-8 img {
  display: block;
}

.img-cont {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 5px;
  overflow: clip;
}
.img-cont.img-cont-21 {
  padding-top: 50%;
}
.img-cont.img-cont-169 {
  padding-top: 56.25%;
}
.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.max-viewport {
  padding: 0;
  height: calc((100vw - var(--site-padding) * 2) * 0.5625);
  max-height: calc(100dvh - 40px);
}
.img-cont img, .img-cont video, .img-cont div {
  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.03);
  transition: all 2s ease;
  opacity: 1;
}

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

a .map-cont img,
.map-cont a img,
.hover-zoom img {
  transform: scale(1) !important;
}

section, .section {
  position: relative;
}

.border-top {
  border-top: 1px solid rgba(215, 199, 145, 0.462745098);
}

.border-left {
  border-left: 1px solid rgba(215, 199, 145, 0.462745098);
}

.border-bottom {
  border-bottom: 1px solid rgba(215, 199, 145, 0.462745098);
}

.fh-section {
  min-height: var(--viewport-height);
  align-items: center;
  align-content: center;
}
@media (max-width: 767px) {
  .fh-section {
    min-height: 75vw;
  }
}

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

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

.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: #121212;
}
.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 {
  opacity: 0;
}
.fs-bg--less-tint::before {
  opacity: 0.25;
}
.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%);
}
@media (max-width: 991px) {
  .img-cont.full-safe .vimeo-wrapper iframe {
    min-height: 70vw;
  }
}

/*----------------------------------
------------ HEADER ----------------
----------------------------------*/
.main-site-header {
  position: fixed;
  top: 30px;
  width: calc(100% - var(--site-padding) * 2);
  left: var(--site-padding);
  background-color: #552028;
  border-radius: 5px;
  color: #F2EDE3;
  padding: 12px 30px;
  z-index: 100;
  transform: translate3d(0px, 0px, 0px);
  transition: transform 0.6s ease;
}
.main-site-header::before {
  content: "x";
  font-weight: 500;
  opacity: 0;
  position: absolute;
}
@media (max-width: 575px) {
  .main-site-header {
    padding: 14px 20px 16px;
    top: 15px;
  }
}
.main-site-header .row {
  align-items: center;
}
.main-site-header__logo {
  display: block;
  width: 218px;
  height: auto;
}
@media (max-width: 1199px) {
  .main-site-header__logo {
    width: 180px;
  }
}
@media (max-width: 575px) {
  .main-site-header__logo {
    width: 150px;
  }
}
.main-site-header__nav {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .main-site-header__nav {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .main-site-header__nav {
    position: absolute;
    top: 90%;
    right: 0;
    width: 180px;
    height: auto;
    background-color: #552028;
    border-radius: 0 0 5px 5px;
    display: none;
    padding-top: 0;
  }
}
.main-site-header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 2.8em;
}
@media (max-width: 1199px) {
  .main-site-header__nav ul {
    flex-wrap: wrap;
    gap: 0.5em;
    padding: 30px 30px 20px;
  }
}
@media (max-width: 575px) {
  .main-site-header__nav ul {
    padding-left: 20px;
    padding-top: 20px;
  }
}
.main-site-header__nav li {
  display: block;
}
@media (max-width: 1199px) {
  .main-site-header__nav li {
    text-align: right;
    width: 100%;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.6s ease;
    transition-delay: 2s;
  }
  .rk-menu-open .main-site-header__nav li {
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.6s ease forwards;
  }
  .rk-menu-open .main-site-header__nav li:nth-child(1) {
    animation-delay: 0.3s;
  }
  .rk-menu-open .main-site-header__nav li:nth-child(2) {
    animation-delay: 0.4s;
  }
  .rk-menu-open .main-site-header__nav li:nth-child(3) {
    animation-delay: 0.5s;
  }
  .rk-menu-open .main-site-header__nav li:nth-child(4) {
    animation-delay: 0.6s;
  }
  .rk-menu-open .main-site-header__nav li:nth-child(5) {
    animation-delay: 0.7s;
  }
  .rk-menu-open .main-site-header__nav li:nth-child(6) {
    animation-delay: 0.8s;
  }
  .rk-menu-open .main-site-header__nav li:nth-child(7) {
    animation-delay: 0.9s;
  }
  .rk-menu-open .main-site-header__nav li:nth-child(8) {
    animation-delay: 1s;
  }
  .rk-menu-open .main-site-header__nav li:nth-child(9) {
    animation-delay: 1.1s;
  }
  .rk-menu-open .main-site-header__nav li:nth-child(10) {
    animation-delay: 1.2s;
  }
  .rk-menu-open .main-site-header__nav li:nth-child(11) {
    animation-delay: 1.3s;
  }
}
.main-site-header__nav li a {
  display: inline-block;
  position: relative;
  transition: color 0.2s ease;
}
.main-site-header__nav li a::before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  background-image: url(../img/icon/icon.svg);
  display: none !important;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, -120%, 0px);
  opacity: 0;
  transition: opacity 0.1s ease;
}
@media (max-width: 1199px) {
  .main-site-header__nav li a::before {
    transform: none;
    top: 0.25rem;
    left: -1rem;
  }
}
.main-site-header__nav li a:hover {
  color: #F57158;
}
.main-site-header__nav li a:hover::before {
  opacity: 1;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hide-header .main-site-header {
  transform: translate3d(0px, -200%, 0px);
}

.rk-menu-toggle {
  display: none;
  width: 30px;
  height: 19px;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
@media (max-width: 1199px) {
  .rk-menu-toggle {
    display: block;
  }
}
@media (max-width: 575px) {
  .rk-menu-toggle {
    height: 17px;
  }
}
.rk-menu-toggle span {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #F2EDE3;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.rk-menu-toggle span:nth-child(2) {
  top: 8px;
}
.rk-menu-toggle span:nth-child(3) {
  top: 16px;
}

.rk-menu-open .rk-menu-toggle span {
  background-color: #F2EDE3;
}
.rk-menu-open .rk-menu-toggle span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}
.rk-menu-open .rk-menu-toggle span:nth-child(2) {
  opacity: 0;
}
.rk-menu-open .rk-menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}

/*----------------------------------
------------- FOOTER ---------------
----------------------------------*/
.main-site-footer {
  padding-top: 60px;
  padding-bottom: 30px;
  font-size: 18px;
  position: relative;
}
@media (max-width: 1199px) {
  .main-site-footer {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .main-site-footer {
    padding-top: 130px;
    padding-bottom: 20px;
  }
}
.main-site-footer p {
  font-size: inherit;
}
.main-site-footer__logo {
  position: absolute;
  top: -60px;
  right: 0;
}
@media (max-width: 575px) {
  .main-site-footer__logo {
    width: 130px;
    top: -130px;
  }
}
@media (max-width: 575px) {
  .main-site-footer__contact .col-sm-6 {
    padding-bottom: 1rem;
  }
}
.main-site-footer__copyright {
  color: rgba(242, 237, 227, 0.6);
  font-size: 12px;
  padding-top: 2rem;
}
@media (max-width: 575px) {
  .main-site-footer__copyright {
    padding-top: 0.5em;
  }
  .main-site-footer__copyright p {
    margin: 0 0 0.333em;
  }
}
.main-site-footer__copyright p {
  font-size: inherit;
}
.main-site-footer .h2 {
  border-bottom: 1px solid #F57158;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
}
.main-site-footer .tagline {
  position: absolute;
  bottom: -0.25em;
  right: 0;
}
@media (max-width: 991px) {
  .main-site-footer .tagline {
    position: static;
  }
}

/*----------------------------------
-------------- HOME ----------------
----------------------------------*/
.sticky-button {
  background-color: #A2BDC4;
  color: #552028;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px 5px 0 0;
  padding: 0.6em 1.25em 1.1em;
  display: block;
  position: fixed;
  right: -0.5em;
  bottom: 200px;
  z-index: 10;
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
  transition: all 0.3s ease;
}
.sticky-button:hover {
  transform: rotate(-90deg) translateY(-0.25em);
}
@media (max-width: 575px) {
  .sticky-button {
    padding: 0.5em 1.25em 1em;
    transform: rotate(-90deg);
  }
  .sticky-button:hover {
    transform: rotate(-90deg) translateY(0);
  }
}

.hero-section {
  background-color: #121212;
  color: #F2EDE3;
  padding: 200px 0 30px;
  min-height: var(--viewport-height);
  display: flex;
  align-items: flex-end;
}

.intro-section {
  padding-top: 400px;
  padding-bottom: 120px;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .intro-section {
    padding-top: 300px;
    padding-bottom: 50px;
    min-height: 0;
    min-height: calc(100vh - 150px);
    align-items: center;
  }
}
@media (max-width: 575px) {
  .intro-section {
    padding: 40px 20px 0px;
  }
  .intro-section svg {
    width: 90%;
    margin: 0 auto;
  }
}
.intro-section img {
  width: 90%;
  margin: 0 auto;
}
.intro-section__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2200px;
  height: auto;
}
@media (max-width: 1199px) {
  .intro-section__bg {
    width: 1800px;
  }
}
@media (max-width: 767px) {
  .intro-section__bg {
    width: 1500px;
  }
}
@media (max-width: 575px) {
  .intro-section__bg {
    display: none;
  }
}
.intro-section__bg-mobile {
  width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .intro-section__bg-mobile .tierra-bg-path--5.aos-animate {
    transform: translateX(-5px) !important;
  }
}
.intro-section .rk-container {
  max-width: 600px;
  text-align: center;
}
@media (max-width: 1199px) {
  .intro-section .rk-container {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .intro-section .rk-container {
    max-width: 450px;
  }
}

@media (max-width: 575px) {
  #projects .h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  #projects .img-cont {
    padding-top: 75%;
  }
}

.project-details {
  position: relative;
}
.team-section {
  overflow: hidden;
}
@media (max-width: 575px) {
  .team-section .img-cont-auto {
    padding-top: 100%;
    margin-bottom: 60px;
  }
  .team-section .img-cont-auto img, .team-section .img-cont-auto video {
    position: absolute !important;
    transform: scale(1) !important;
  }
}

.team-swiper {
  overflow: visible;
  position: relative;
  z-index: 5;
}
@media (max-width: 575px) {
  .team-swiper {
    margin-bottom: 60px;
  }
  .team-swiper::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: rgba(215, 199, 145, 0.462745098);
    position: absolute;
    top: -60px;
    left: calc(var(--site-padding) * -1);
  }
  .team-swiper::after {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: rgba(215, 199, 145, 0.462745098);
    position: absolute;
    bottom: -60px;
    left: calc(var(--site-padding) * -1);
  }
}
.team-swiper__item .img-cont {
  border-radius: 5px;
  overflow: clip;
}
@media (max-width: 991px) {
  .team-swiper__item {
    cursor: grab;
  }
}
.team-swiper__desc {
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}
@media (max-width: 1399px) {
  .team-swiper__desc {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 12px;
  }
}
@media (max-width: 575px) {
  .team-swiper__desc {
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0 0 5px 5px;
    position: relative;
    margin-top: -6px;
  }
}
.team-swiper__header {
  cursor: pointer;
  padding: 16px 18px 14px;
}
.team-swiper__body {
  background-color: #fff;
  position: absolute;
  position: static;
  top: 90%;
  border-radius: 0 0 8px 8px;
  width: 100%;
  left: 0;
  padding: 0 18px 18px;
  font-size: 16px;
  display: none;
  z-index: 5;
}
@media (max-width: 1399px) {
  .team-swiper__body {
    font-size: 14px;
  }
}
.team-swiper__body p {
  font-size: inherit;
}
.team-swiper__body > div {
  padding-top: 10px;
}
.team-swiper__body a path {
  transition: all 0.3s ease;
}
.team-swiper__body a:hover path {
  fill: #F57158;
}
.team-swiper__name {
  font-family: "nib-pro", serif;
  font-size: 22px;
  margin-bottom: 0.125rem;
}
@media (max-width: 1399px) {
  .team-swiper__name {
    font-size: 18px;
  }
}
.team-swiper__position {
  font-style: italic;
  letter-spacing: 0.01em;
  font-size: 16px;
}
@media (max-width: 1399px) {
  .team-swiper__position {
    font-size: 14px;
  }
}
.team-swiper__plus {
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  background-image: url(../img/icon/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .team-swiper__plus {
    right: 12px;
    width: 28px;
    height: 28px;
  }
}
.open .team-swiper__plus {
  background-image: url(../img/icon/minus.svg);
}
.team-swiper .team-button-prev, .team-swiper .team-button-next {
  position: absolute;
  width: 46px;
  height: 36px;
  display: block;
  background-image: url(../img/icon/arrow-left.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  top: calc(50% - 40px);
}
@media (max-width: 575px) {
  .team-swiper .team-button-prev, .team-swiper .team-button-next {
    width: 42px;
    height: 30px;
    top: calc((100vw - var(--site-padding) * 2) * 0.5);
  }
}
.team-swiper .team-button-prev.team-button-prev, .team-swiper .team-button-next.team-button-prev {
  left: -16px;
}
.team-swiper .team-button-prev.team-button-prev:hover, .team-swiper .team-button-next.team-button-prev:hover {
  transform: translateX(-6px);
}
@media (max-width: 575px) {
  .team-swiper .team-button-prev.team-button-prev, .team-swiper .team-button-next.team-button-prev {
    left: -14px;
  }
}
.team-swiper .team-button-prev.team-button-next, .team-swiper .team-button-next.team-button-next {
  right: -16px;
  transform: rotate(180deg);
}
@media (max-width: 575px) {
  .team-swiper .team-button-prev.team-button-next, .team-swiper .team-button-next.team-button-next {
    right: -14px;
  }
}
.team-swiper .team-button-prev.team-button-next:hover, .team-swiper .team-button-next.team-button-next:hover {
  transform: rotate(180deg) translateX(-6px);
}
.team-swiper .team-button-prev.swiper-button-lock, .team-swiper .team-button-next.swiper-button-lock {
  display: none;
}

.quote-swiper {
  border: 1px solid #F57158;
  border-radius: 5px;
}
.quote-swiper .swiper-slide {
  padding: 80px 60px 120px;
  padding-left: 25%;
}
@media (max-width: 991px) {
  .quote-swiper .swiper-slide {
    padding: 140px 60px 120px;
  }
}
@media (max-width: 767px) {
  .quote-swiper .swiper-slide {
    padding: 100px 40px 100px;
  }
}
@media (max-width: 575px) {
  .quote-swiper .swiper-slide {
    padding: 100px 20px 100px;
  }
}
.quote-swiper__quote {
  font-family: "nib-pro", serif;
  font-size: 28px;
  margin-bottom: 1.5em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .quote-swiper__quote {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .quote-swiper__quote {
    font-size: 17px;
  }
}
.quote-swiper__byline-1 {
  font-family: "nib-pro", serif;
  font-size: 22px;
}
@media (max-width: 575px) {
  .quote-swiper__byline-1 {
    font-size: 18px;
  }
}
.quote-swiper__byline-2 {
  font-style: italic;
  font-weight: 300;
  font-size: 17px;
}
@media (max-width: 575px) {
  .quote-swiper__byline-2 {
    font-size: 15px;
  }
}
.quote-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 60px;
  bottom: 40px;
  gap: 20px;
}
@media (max-width: 991px) {
  .quote-swiper .swiper-pagination {
    padding: 0 55px;
  }
}
@media (max-width: 991px) {
  .quote-swiper .swiper-pagination {
    padding: 0 35px;
  }
}
@media (max-width: 575px) {
  .quote-swiper .swiper-pagination {
    padding: 0 18px;
    gap: 2px;
  }
}
.quote-swiper .swiper-pagination-bullet {
  flex-grow: 1;
  border-radius: 0;
  background-color: #F57158;
  height: 1px;
  opacity: 1;
}
.quote-swiper .swiper-pagination-bullet:nth-child(4n-2) {
  background-color: #A8A74F;
}
.quote-swiper .swiper-pagination-bullet:nth-child(4n-1) {
  background-color: #A2BDC4;
}
.quote-swiper .swiper-pagination-bullet:nth-child(4n) {
  background-color: #DAC256;
}
.quote-swiper .swiper-pagination-bullet-active {
  height: 5px;
}
@media (max-width: 575px) {
  .quote-swiper .swiper-pagination-bullet-active {
    height: 3px;
  }
}
.quote-swiper .quote-button-prev {
  position: absolute;
  top: 80px;
  left: 60px;
  width: 46px;
  height: 36px;
  display: block;
  background-image: url(../img/icon/arrow-left.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.quote-swiper .quote-button-prev:hover {
  transform: translateX(-6px);
}
@media (max-width: 991px) {
  .quote-swiper .quote-button-prev {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .quote-swiper .quote-button-prev {
    left: 40px;
    top: 30px;
  }
}
@media (max-width: 575px) {
  .quote-swiper .quote-button-prev {
    left: 20px;
    width: 42px;
    height: 30px;
  }
}
.quote-swiper .quote-button-next {
  position: absolute;
  top: 80px;
  left: 130px;
  width: 46px;
  height: 36px;
  display: block;
  background-image: url(../img/icon/arrow-left.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.quote-swiper .quote-button-next:hover {
  background-image: url(../img/icon/arrow-left-brown.svg);
  transform: rotate(180deg) translateX(-6px);
}
@media (max-width: 991px) {
  .quote-swiper .quote-button-next {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .quote-swiper .quote-button-next {
    left: 110px;
    top: 30px;
  }
}
@media (max-width: 575px) {
  .quote-swiper .quote-button-next {
    left: 76px;
    width: 42px;
    height: 30px;
  }
}

.difference-section {
  overflow: hidden;
}

.difference-row {
  --bs-gutter-x: 0;
  position: relative;
}
.difference-row::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(215, 199, 145, 0.462745098);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}
@media (max-width: 991px) {
  .difference-row::before {
    display: none;
  }
}
.difference-row__item {
  padding: var(--site-padding) 0;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(215, 199, 145, 0.462745098);
}
@media (max-width: 575px) {
  .difference-row__item {
    padding: 1.75rem 0;
  }
  .difference-row__item .h5 {
    margin-bottom: 0.75rem;
  }
}
.difference-row__item:last-child {
  border-bottom: none !important;
}
@media (max-width: 991px) {
  .difference-row__item:first-child {
    border-top: 1px solid rgba(215, 199, 145, 0.462745098);
  }
}
.difference-row__img-col {
  padding: var(--site-padding) 0;
}
@media (max-width: 575px) {
  .difference-row__img-col {
    padding: calc(var(--site-padding) * 1.5) 0;
  }
}
.difference-row__img-col .rk-container {
  height: 100%;
}
.difference-row__img-col .img-cont {
  min-height: 100%;
}
.difference-row__text-col {
  display: flex;
  flex-wrap: wrap;
}
.difference-row__text-col p:last-child {
  margin-bottom: 0;
}
.difference-row__header {
  display: flex;
  position: relative;
  gap: 24px;
  cursor: pointer;
  padding-right: 80px;
}
@media (max-width: 575px) {
  .difference-row__header {
    padding-right: 40px;
  }
}
.difference-row__header .h5 {
  margin-bottom: 0;
}
.difference-row__plus {
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  top: -4px;
  right: 0;
  background-image: url(../img/icon/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .difference-row__plus {
    right: 12px;
    width: 28px;
    height: 28px;
    top: 0;
  }
}
.open .difference-row__plus {
  background-image: url(../img/icon/minus.svg);
}
.difference-row__body {
  padding-right: 80px;
}
@media (max-width: 575px) {
  .difference-row__body {
    padding-right: 0px;
  }
}
.difference-row__body p:first-child {
  padding-top: 1rem;
}

.clay .border-top,
.clay .difference-row__item:not(:last-child) {
  border-color: rgba(242, 237, 227, 0.3);
}
.clay .difference-row::before {
  background-color: rgba(242, 237, 227, 0.3);
}

.fh-img {
  height: 67vw;
  max-height: 100vh;
  padding: 0;
  margin-bottom: -2px;
  z-index: 2;
}

/*----------------------------------
------------- PROJECT --------------
----------------------------------*/
.dual-section {
  overflow: hidden;
}
@media (max-width: 991px) {
  .dual-section {
    padding-top: 1rem;
  }
}

.dual-row {
  --bs-gutter-x: 0;
  position: relative;
}
.dual-row::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(215, 199, 145, 0.462745098);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}
@media (max-width: 991px) {
  .dual-row::before {
    display: none;
  }
}
.dual-row__col .rk-container {
  padding: var(--site-padding) 0;
  height: 100%;
}
.dual-row__col .rk-container .img-cont {
  height: 100%;
}
@media (max-width: 991px) {
  .dual-row__col:not(:first-child) {
    border-top: 1px solid rgba(215, 199, 145, 0.462745098);
  }
}
.dual-row--4-8::before {
  left: 33.333%;
}

.project-snapshot {
  padding-top: 1rem;
}
.project-snapshot__item {
  padding-bottom: 1.5rem;
}
@media (max-width: 575px) {
  .project-snapshot__item {
    padding-bottom: 1.75rem;
  }
}
.project-snapshot__item .h6 {
  margin-bottom: 0.5em;
  font-size: 12px;
}
@media screen and (min-width: 1500px) {
  .project-snapshot__item .h6 {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .project-snapshot__item .h6 {
    margin-bottom: 0.25em;
  }
}
.project-snapshot__item .f-22 {
  margin-bottom: 0;
  font-size: 17px;
}

.f-headings {
  font-family: "nib-pro", serif;
}

.f-italics {
  font-style: italic;
  font-weight: 300;
  font-size: 17px;
}

.mobile-margin {
  border-radius: 0;
  margin-left: calc(var(--site-padding) * -1);
  margin-right: calc(var(--site-padding) * -1);
}

.project-icons__title {
  font-weight: 500;
  color: #F57158;
  font-size: 22px;
  margin-bottom: 0.75em;
}
@media (max-width: 575px) {
  .project-icons__title {
    font-size: 18px;
  }
}
.project-icons__text {
  font-size: 17px;
}
@media (max-width: 575px) {
  .project-icons__text {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .project-icons img {
    width: auto;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .project-icons img {
    height: 80px;
  }
}

.renders-section {
  position: relative;
  padding-left: 150px;
}
@media (max-width: 575px) {
  .renders-section {
    padding-left: 0;
    padding-top: 30px;
  }
}

.renders-button-prev {
  position: absolute;
  top: 90px;
  left: 0px;
  width: 36px;
  height: 29px;
  display: block;
  background-image: url(../img/icon/arrow-left.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
  cursor: pointer;
  transition: all 0.3s ease;
}
.renders-button-prev:hover {
  background-image: url(../img/icon/arrow-left-brown.svg);
  transform: translateX(-6px);
}
@media (max-width: 991px) {
  .renders-button-prev {
    top: 65px;
  }
}
@media (max-width: 575px) {
  .renders-button-prev {
    display: none;
  }
}

.renders-button-next {
  position: absolute;
  top: 90px;
  left: 50px;
  width: 36px;
  height: 29px;
  display: block;
  background-image: url(../img/icon/arrow-left.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
  cursor: pointer;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.renders-button-next:hover {
  background-image: url(../img/icon/arrow-left-brown.svg);
  transform: rotate(180deg) translateX(-6px);
}
@media (max-width: 991px) {
  .renders-button-next {
    top: 65px;
  }
}
@media (max-width: 575px) {
  .renders-button-next {
    display: none;
  }
}

.renders-swiper {
  position: relative;
}

.prefooter-cta {
  min-height: var(--viewport-height);
  display: flex;
  align-items: center;
}

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 {
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  border-bottom: 1px solid #552028;
  padding: 1em 0;
  color: #552028;
  min-height: 54px;
}
body ::-moz-placeholder {
  opacity: 1;
  color: #552028;
}
body ::placeholder {
  opacity: 1;
  color: #552028;
}
body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {
  justify-content: flex-end;
  padding-top: 20px;
}
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 {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  font-family: "dm-sans", sans-serif;
  color: #F2EDE3;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0.125em;
}
@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;
  }
}
body .gform_wrapper.gravity-theme .gform_footer button::before, body .gform_wrapper.gravity-theme .gform_footer input::before, body .gform_wrapper.gravity-theme .gform_page_footer button::before, body .gform_wrapper.gravity-theme .gform_page_footer input::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #F2EDE3;
  transition: width 0.4s ease;
}
body .gform_wrapper.gravity-theme .gform_footer button::after, body .gform_wrapper.gravity-theme .gform_footer input::after, body .gform_wrapper.gravity-theme .gform_page_footer button::after, body .gform_wrapper.gravity-theme .gform_page_footer input::after {
  content: "";
  width: 21px;
  height: 1em;
  position: relative;
  top: 0.125em;
  background-image: url(../img/icon/arrow-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  transition: transform 0.4s ease;
  transform: translate(0, 0);
  margin-left: 8px;
}
body .gform_wrapper.gravity-theme .gform_footer button:hover::before, a:hover body .gform_wrapper.gravity-theme .gform_footer button::before, body .gform_wrapper.gravity-theme .gform_footer input:hover::before, a:hover body .gform_wrapper.gravity-theme .gform_footer input::before, body .gform_wrapper.gravity-theme .gform_page_footer button:hover::before, a:hover body .gform_wrapper.gravity-theme .gform_page_footer button::before, body .gform_wrapper.gravity-theme .gform_page_footer input:hover::before, a:hover body .gform_wrapper.gravity-theme .gform_page_footer input::before {
  width: 100%;
}
body .gform_wrapper.gravity-theme .gform_footer button:hover::after, a:hover body .gform_wrapper.gravity-theme .gform_footer button::after, body .gform_wrapper.gravity-theme .gform_footer input:hover::after, a:hover body .gform_wrapper.gravity-theme .gform_footer input::after, body .gform_wrapper.gravity-theme .gform_page_footer button:hover::after, a:hover body .gform_wrapper.gravity-theme .gform_page_footer button::after, body .gform_wrapper.gravity-theme .gform_page_footer input:hover::after, a:hover body .gform_wrapper.gravity-theme .gform_page_footer input::after {
  transform: translate(0.15em, 0);
}
@media screen and (min-height: 800px) {
  body .gform_wrapper.gravity-theme .gfield textarea.small {
    height: 192px;
  }
}
body .gform_wrapper.gravity-theme .gfield select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZX0uY2xzLTJ7ZmlsbDojNDQ0O308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXJyb3dzPC90aXRsZT48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSI0Ljk1IiBoZWlnaHQ9IjEwIi8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) no-repeat 100% 50%;
  background-size: 16px;
}

.project-content {
  font-size: 17px;
}
@media (max-width: 575px) {
  .project-content {
    font-size: 15px;
  }
}
.project-content p {
  font-size: inherit;
}
.project-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
}
.project-content ul li {
  padding: 0.75em 0;
  padding-left: 2em;
  border-bottom: 1px solid #F57158;
  position: relative;
  display: block;
}
@media (max-width: 575px) {
  .project-content ul li {
    border-bottom: 1px solid rgba(245, 113, 88, 0.5);
  }
}
.project-content ul li::before {
  content: "";
  width: 0.333em;
  height: 0.333em;
  border-radius: 999px;
  display: block;
  background-color: #552028;
  position: absolute;
  top: 1.1em;
  left: 0.85em;
}

@media (max-width: 575px) {
  h1, .h1 {
    font-size: 55px;
    font-size: 16vw;
  }
}

@media (max-width: 575px) {
  .postid-149 .hero-section h1, .postid-149 .hero-section .h1 {
    font-size: 55px;
    font-size: 16vw;
  }
}
@media (max-width: 575px) {
  .postid-149 .hero-section .f-34 {
    font-size: 24px;
  }
}

/*----------------------------------
------------- UPDATES --------------
----------------------------------*/
.updates-body {
  overflow: hidden;
}
.updates-body__item {
  border-bottom: 1px solid #552028;
}
.updates-body__item:last-child {
  border-bottom: none;
}
.updates-body__fimg {
  padding: 5rem var(--site-padding);
}
@media (max-width: 991px) {
  .updates-body__fimg {
    padding: 2rem var(--site-padding);
  }
}
.updates-body__main {
  padding: 0 var(--site-padding) 5rem;
}
@media (max-width: 991px) {
  .updates-body__main {
    padding: 0 var(--site-padding) 3rem;
  }
}
.updates-body__block {
  border-top: 1px solid rgba(215, 199, 145, 0.462745098);
}
.updates-body__block--text {
  padding: var(--site-padding);
}
@media (max-width: 991px) {
  .updates-body__block--text {
    padding: 3rem var(--site-padding);
  }
}
.updates-body__row {
  display: flex;
  flex-wrap: wrap;
}
.updates-body__col {
  width: 50%;
  padding: var(--site-padding);
}
@media (max-width: 991px) {
  .updates-body__col {
    width: 100%;
  }
}
.updates-body__col:nth-child(2) {
  border-left: 1px solid rgba(215, 199, 145, 0.462745098);
}
@media (max-width: 991px) {
  .updates-body__col:nth-child(2) {
    border-left: none;
    border-top: 1px solid rgba(215, 199, 145, 0.462745098);
    padding: 3rem var(--site-padding);
  }
}
.updates-body__quote {
  font-family: "nib-pro", serif;
  margin-bottom: 1em;
}
.updates-body__byline-2 {
  font-style: italic;
}
/*----------------------------------
------------- PROJECTS -------------
----------------------------------*/
@media (max-width: 767px) {
  .post-type-archive-projects h1, .post-type-archive-projects .h1 {
    font-size: 48px;
    margin-bottom: 0;
  }
}

.projects-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.projects-grid__item {
  width: calc(50% - 12px);
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .projects-grid__item {
    width: 100%;
    padding-bottom: 20px;
  }
}
.projects-grid__title {
  margin-top: 1.25rem;
  margin-bottom: 0.67rem;
}
.projects-grid__title a {
  transition: all 0.3s ease;
}
.projects-grid__title a:hover {
  color: #F57158;
}
.projects-grid__subtitle {
  margin-top: 0;
  font-weight: 400;
}/*# sourceMappingURL=main.css.map */