/* stylelint-disable */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.row {
  display: flex;
  margin: 0px 0px;
  flex-wrap: wrap;
}

.container {
  padding: 0px 20px;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1470px;
  }
}

:root {
  --header-height: 66px;
}
@media (min-width: 992px) {
  :root {
    --header-height: 86px;
  }
}
@media (min-width: 1300px) {
  :root {
    --header-height: functions.vw(86px);
  }
}

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

* {
  outline: none;
}

::-moz-selection {
  background-color: #000000;
  color: #FFFFFF;
}

::selection {
  background-color: #000000;
  color: #FFFFFF;
}

#wrap {
  right: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  transition: right 0.5s;
  color: #FFFFFF;
  overflow: clip !important;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  background-color: #1D1D1B;
}

.template-background-white #wrap {
  color: #1D1D1B;
  background-color: #FFFFFF;
}

html {
  scroll-behavior: auto;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  text-wrap: pretty;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.2;
  background-color: #FFFFFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #1D1D1B;
}
body.menu-open {
  overflow: hidden;
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  body {
    font-size: min(18px, 18px * 100vw / 1512px);
  }
}

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

b,
strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.template-background-white .body {
  color: #1D1D1B;
}
.template-background-white .body a {
  color: #1D1D1B;
  text-decoration: underline;
}
.template-background-white .body h1, .template-background-white .body h2, .template-background-white .body h3, .template-background-white .body h4,
.template-background-white .body .h1, .template-background-white .body .h2, .template-background-white .body .h3, .template-background-white .body .h4 {
  margin: 0px 0px 20px 0px;
  color: #1D1D1B;
}
.template-background-white .body ol {
  padding-left: 15px;
  list-style: decimal;
  padding-bottom: 20px;
}
.template-background-white .body ol li {
  margin-bottom: 5px;
}
.template-background-white .body ol li:last-of-type {
  margin-bottom: 0px;
}
.template-background-white .body ul {
  list-style: disc;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 20px;
}
.template-background-white .body ul li {
  margin-bottom: 5px;
}
.template-background-white .body ul li:last-of-type {
  margin-bottom: 0px;
}

.template-background-black .body {
  color: #FFFFFF;
}
.template-background-black .body a {
  color: #FFFFFF;
  text-decoration: underline;
}
.template-background-black .body h1, .template-background-black .body h2, .template-background-black .body h3, .template-background-black .body h4,
.template-background-black .body .h1, .template-background-black .body .h2, .template-background-black .body .h3, .template-background-black .body .h4 {
  margin: 0px 0px 20px 0px;
  color: #FFFFFF;
}
.template-background-black .body ol {
  padding-left: 15px;
  list-style: decimal;
  padding-bottom: 20px;
}
.template-background-black .body ol li {
  margin-bottom: 5px;
}
.template-background-black .body ol li:last-of-type {
  margin-bottom: 0px;
}
.template-background-black .body ul {
  list-style: disc;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 20px;
}
.template-background-black .body ul li {
  margin-bottom: 5px;
}
.template-background-black .body ul li:last-of-type {
  margin-bottom: 0px;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  color: #C0B5A1;
}

h1, .h1 {
  font-size: 65px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.65px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 78px;
    letter-spacing: -0.78px;
  }
}
@media (min-width: 1300px) {
  h1, .h1 {
    font-size: 95px;
    letter-spacing: -0.95px;
  }
}
@media (min-width: 1600px) {
  h1, .h1 {
    font-size: min(95px, 95px * 100vw / 1512px);
    letter-spacing: min(-0.95px, -0.95px * 100vw / 1512px);
  }
}

h2, .h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.38px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 44px;
    letter-spacing: -0.44px;
  }
}
@media (min-width: 1300px) {
  h2, .h2 {
    font-size: 49px;
    letter-spacing: -0.49px;
  }
}
@media (min-width: 1600px) {
  h2, .h2 {
    font-size: min(49px, 49px * 100vw / 1512px);
    letter-spacing: min(-0.49px, -0.49px * 100vw / 1512px);
  }
}

h3, .h3 {
  font-size: 28px;
  font-weight: 450;
  line-height: 1.1;
  letter-spacing: -0.14px;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 33px;
    letter-spacing: -0.165px;
  }
}
@media (min-width: 1300px) {
  h3, .h3 {
    font-size: 38px;
    letter-spacing: -0.19px;
  }
}
@media (min-width: 1600px) {
  h3, .h3 {
    font-size: min(38px, 38px * 100vw / 1512px);
    letter-spacing: min(-0.19px, -0.19px * 100vw / 1512px);
  }
}

h4, .h4 {
  font-size: 28px;
  font-weight: 450;
  line-height: 1;
  letter-spacing: -0.56px;
}
@media (min-width: 1600px) {
  h4, .h4 {
    font-size: min(28px, 28px * 100vw / 1512px);
  }
}

h5, .h5 {
  font-size: 15px;
  font-weight: 450;
  line-height: 1.3;
  letter-spacing: unset;
}
@media (min-width: 1300px) {
  h5, .h5 {
    font-size: min(15px, 15px * 100vw / 1512px);
  }
}

p {
  margin-bottom: 20px;
}

.main {
  display: block;
  width: 100%;
  will-change: transform;
}

:has(+ .intro) {
  margin-bottom: 0 !important;
}

:has(+ .intro) > :last-child {
  margin-bottom: 0 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

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

.background-inner {
  transition: background-color 0.4s;
}

#header {
  width: 100%;
  position: absolute;
  z-index: 99999;
}
#header .header-inner {
  padding: 25px 0px 0px 0px;
}
#header .header-inner .row {
  align-items: center;
  justify-content: space-between;
}
#header .header-inner .row .header-logo .header-logo-inner .logo a img,
#header .header-inner .row .header-logo .header-logo-inner .logo a svg {
  display: block;
}
#header .header-inner .row .header-logo .header-logo-inner .logo a img:hover path,
#header .header-inner .row .header-logo .header-logo-inner .logo a svg:hover path {
  fill: #EFEED6;
}
#header .header-inner .row .header-logo .header-logo-inner .logo a img path,
#header .header-inner .row .header-logo .header-logo-inner .logo a svg path {
  transition: 0.25s all;
}
#header .header-inner .row .header-logo .header-logo-inner .logo.logo-desktop {
  display: none;
}
@media (min-width: 992px) {
  #header .header-inner .row .header-logo .header-logo-inner .logo.logo-desktop {
    display: block;
  }
}
#header .header-inner .row .header-logo .header-logo-inner .logo.logo-mobile {
  display: block;
}
@media (min-width: 992px) {
  #header .header-inner .row .header-logo .header-logo-inner .logo.logo-mobile {
    display: none;
  }
}
#header .header-inner .row .header-menu .header-menu-inner .menu-wrap nav {
  display: none;
}
#header .header-inner .row .header-menu .header-menu-inner .menu-wrap nav ul {
  gap: 40px;
  display: flex;
  margin: 0px 0px;
  align-items: center;
  color: #FFFFFF;
}
#header .header-inner .row .header-menu .header-menu-inner .menu-wrap nav ul li.current-menu-item a {
  font-weight: 600;
}
#header .header-inner .row .header-menu .header-menu-inner .menu-wrap nav ul li a {
  font-size: 16px;
  transition: 0.25s all;
  text-decoration: none;
  letter-spacing: -0.32px;
}
#header .header-inner .row .header-menu .header-menu-inner .menu-wrap nav ul li a:hover {
  color: #EFEED6;
}
@media (min-width: 1300px) {
  #header .header-inner .row .header-menu .header-menu-inner .menu-wrap nav ul {
    gap: 50px;
  }
}
@media (min-width: 992px) {
  #header .header-inner .row .header-menu .header-menu-inner .menu-wrap nav {
    display: block;
  }
}
#header .header-inner .row .header-menu .header-menu-inner .menu-wrap .btn-wrap {
  display: none;
}
#header .header-inner .row .header-menu .header-menu-inner .menu-wrap .btn-wrap a.button {
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  padding: 10px 15px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-family: "Geist Mono", monospace;
}
@media (min-width: 992px) {
  #header .header-inner .row {
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  #header .header-inner {
    padding: 50px 0px 15px 0px;
    border-bottom: 1px solid #FFFFFF;
  }
}

.template-background-white #header .header-inner .row .header-logo .header-logo-inner .logo a img:hover path,
.template-background-white #header .header-inner .row .header-logo .header-logo-inner .logo a svg:hover path {
  fill: #C0B5A1;
}
.template-background-white #header .header-inner .row .header-logo .header-logo-inner .logo a img path,
.template-background-white #header .header-inner .row .header-logo .header-logo-inner .logo a svg path {
  fill: #1D1D1B;
  transition: 0.25s all;
}
.template-background-white #header .header-inner .row .header-menu .header-menu-inner .menu-wrap nav ul {
  color: #1D1D1B;
}
.template-background-white #header .header-inner .row .header-menu .header-menu-inner .menu-wrap nav ul li a {
  color: #1D1D1B;
}
.template-background-white #header .header-inner .row .header-menu .header-menu-inner .menu-wrap nav ul li a:hover {
  color: #C0B5A1;
}
.template-background-white #header .header-inner .row .header-menu .header-menu-inner .menu-wrap .btn-wrap a.button {
  color: #1D1D1B;
  border-color: #1D1D1B;
}
.template-background-white #header .header-inner .row .header-menu .header-menu-inner .menu-wrap .btn-wrap.btn-wrap-contact {
  display: block;
}
@media (min-width: 992px) {
  .template-background-white #header .header-inner .row .header-menu .header-menu-inner .menu-wrap .btn-wrap.btn-wrap-contact {
    display: none;
  }
}
@media (min-width: 992px) {
  .template-background-white #header .header-inner {
    border-bottom: 1px solid #1D1D1B;
  }
}

.template-background-black #header .header-inner .row .header-menu .header-menu-inner .menu-wrap .btn-wrap.btn-wrap-work {
  display: block;
}
@media (min-width: 992px) {
  .template-background-black #header .header-inner .row .header-menu .header-menu-inner .menu-wrap .btn-wrap.btn-wrap-work {
    display: none;
  }
}

#footer .footer-inner {
  gap: 100px;
  display: flex;
  margin: 0px 0px;
  padding: 50px 0px;
  flex-direction: column;
}
#footer .footer-inner .footer-main .footer-main-inner {
  gap: 100px;
  display: flex;
  margin: 0px 0px;
  flex-direction: column;
}
#footer .footer-inner .footer-main .footer-main-inner .row {
  gap: 50px;
  flex-direction: column-reverse;
}
#footer .footer-inner .footer-main .footer-main-inner .row .about-wrap,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap {
  width: 100%;
}
@media (min-width: 992px) {
  #footer .footer-inner .footer-main .footer-main-inner .row .about-wrap,
  #footer .footer-inner .footer-main .footer-main-inner .row .form-wrap {
    width: 50%;
  }
}
#footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about {
  gap: 45px;
  display: flex;
  flex-direction: column;
}
#footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .brand .logo svg:hover path {
  fill: #EFEED6;
}
#footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .brand .logo svg path {
  transition: 0.25s all;
}
#footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .contacts-wrap {
  gap: 40px;
  display: flex;
  margin: 0px 0px;
  flex-direction: column;
}
#footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .contacts {
  gap: 15px;
  display: flex;
  flex-direction: column;
}
#footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .contacts .company .region,
#footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .contacts .company .heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.12px;
}
@media (min-width: 992px) {
  #footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .contacts .company .region,
  #footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .contacts .company .heading {
    font-size: 29px;
    letter-spacing: -0.145px;
  }
}
@media (min-width: 1600px) {
  #footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .contacts .company .region,
  #footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .contacts .company .heading {
    font-size: min(29px, 29px * 100vw / 1512px);
    letter-spacing: min(-0.145px, -0.145px * 100vw / 1512px);
  }
}
#footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .contacts .contact .data.data-name span {
  display: block;
}
#footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .contacts .contact .data a {
  line-height: 1.3;
  transition: 0.25s all;
}
#footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .contacts .contact .data a:hover {
  color: #EFEED6;
}
@media (min-width: 1600px) {
  #footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .contacts {
    gap: min(20px, 20px * 100vw / 1512px);
  }
}
#footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .socials a {
  font-size: 18px;
  transition: 0.25s all;
  text-decoration: underline;
}
#footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .socials a:hover {
  color: #EFEED6;
}
@media (min-width: 992px) {
  #footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .socials a {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  #footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .socials a {
    font-size: min(20px, 20px * 100vw / 1512px);
  }
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form {
  gap: 50px;
  display: flex;
  padding: 25px 25px;
  border-radius: 10px;
  flex-direction: column;
  border: 1px solid #FFFFFF;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-introduction {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-introduction .heading h2 {
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.08px;
}
@media (min-width: 768px) {
  #footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-introduction .heading h2 {
    font-size: 70px;
    letter-spacing: -1.4px;
  }
}
@media (min-width: 1300px) {
  #footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-introduction .heading h2 {
    font-size: 85px;
    letter-spacing: -1.7px;
  }
}
@media (min-width: 1600px) {
  #footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-introduction .heading h2 {
    font-size: min(85px, 85px * 100vw / 1512px);
    letter-spacing: min(-1.7px, -1.7px * 100vw / 1512px);
  }
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode {
  width: 100%;
  max-width: 100%;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-response-msg p {
  margin-bottom: 5px;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-response-msg p:last-of-type {
  margin-bottom: 0px;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-error-msg {
  font-family: "neue-haas-grotesk-display", sans-serif;
  margin-top: 20px !important;
  color: #B23A3A;
  margin-bottom: 30px;
  font-size: 14px;
  text-align: left;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-after-field .nf-error-msg {
  display: none !important;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-title,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-fields-required {
  display: none;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .list-select-wrap .nf-field-label,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .label-above .nf-field-label {
  display: none !important;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .list-select-wrap .nf-field,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .label-above .nf-field {
  margin-bottom: 20px !important;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .list-select-wrap {
  border-radius: 5px !important;
  overflow: hidden !important;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .list-select-wrap select {
  cursor: pointer;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content {
  width: 100%;
  padding: 0px 0px;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .nf-field-container {
  margin-bottom: 12px !important;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .checkbox-container .checkbox-wrap.nf-error label,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .checkbox-container .checkbox-wrap.nf-error .ninja-forms-req-symbol {
  color: #B23A3A !important;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .checkbox-container input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 16px;
  font-weight: 450;
  border: 1px solid #666666;
  border-radius: 5px;
  background: transparent;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 12px;
  margin: 30px 0px !important;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .checkbox-container input[type=checkbox]:checked {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .checkbox-container input[type=checkbox]:checked::before {
  content: "";
  width: 6px;
  height: 12px;
  border: solid #666666;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(6px, 5px);
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .checkbox-container label {
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #666666;
  font-size: 15px;
  font-weight: 450;
  line-height: 1.2;
  cursor: pointer;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .checkbox-container a {
  text-decoration: underline;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .ninja-forms-req-symbol {
  color: #C0B5A1 !important;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .nf-error textarea,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .nf-error select.ninja-forms-field,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .nf-error input:not([type=button]) {
  border: 0px !important;
  border-bottom: 1px solid #B23A3A !important;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .nf-error input[type=checkbox] {
  border: 1px solid #B23A3A !important;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .nf-error textarea {
  margin-top: 5px;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content input,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content textarea,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content select.ninja-forms-field:not([multiple]),
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content input:not([type=button]) {
  border: 0px;
  padding: 0px 0px 20px 0px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  border-bottom: 1px solid #E6E6E6;
  background-color: transparent;
  color: #E6E6E6;
  font-size: 15px;
  font-weight: 450;
  line-height: 1;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content input::-moz-placeholder, #footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content textarea::-moz-placeholder, #footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content select.ninja-forms-field:not([multiple])::-moz-placeholder, #footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content input:not([type=button])::-moz-placeholder {
  opacity: 1;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content input::placeholder,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content textarea::placeholder,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content select.ninja-forms-field:not([multiple])::placeholder,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content input:not([type=button])::placeholder {
  opacity: 1;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content textarea {
  padding: 0px 0px;
  line-height: 1.3;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .submit-wrap {
  cursor: pointer;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .submit-wrap .nf-field-label {
  margin-bottom: 0px !important;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content input[type=submit] {
  overflow: hidden;
  border-radius: 20px;
  font-size: 15px;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "neue-haas-grotesk-display", sans-serif;
  padding: 10px 15px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
  border: 1px solid #FFFFFF;
  border-color: #000000;
  background-color: #FFFFFF;
  color: #000000;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (min-width: 1300px) {
  #footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content input[type=submit] {
    border-radius: min(20px, 20px * 100vw / 1512px);
  }
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content input[type=submit]:hover {
  color: #000000;
  background-color: #EFEED6;
}
@media (min-width: 1600px) {
  #footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content input[type=submit] {
    padding: min(10px, 10px * 100vw / 1512px) min(15px, 15px * 100vw / 1512px);
    -moz-column-gap: min(10px, 10px * 100vw / 1512px);
         column-gap: min(10px, 10px * 100vw / 1512px);
    border-width: max(min(1px, 1px * 100vw / 1512px), 1px);
  }
}
@media (min-width: 992px) {
  #footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form {
    border-radius: 0px;
    padding: 0px 0px;
    border: 0px;
  }
}
@media (min-width: 992px) {
  #footer .footer-inner .footer-main .footer-main-inner .row {
    gap: 0px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  #footer .footer-inner .footer-main .footer-main-inner {
    gap: 0px;
    display: unset;
    flex-direction: unset;
  }
}
#footer .footer-inner .footer-links .footer-links-inner .row {
  gap: 40px;
  flex-direction: column;
}
#footer .footer-inner .footer-links .footer-links-inner .row .branding .logo svg:hover path {
  fill: #EFEED6;
}
#footer .footer-inner .footer-links .footer-links-inner .row .branding .logo svg path {
  transition: 0.25s all;
}
#footer .footer-inner .footer-links .footer-links-inner .row .buttons .buttons-inner {
  gap: 10px;
  display: flex;
  margin: 0px 0px;
}
#footer .footer-inner .footer-links .footer-links-inner .row .buttons .buttons-inner .btn-wrap a.button:hover {
  border-color: #EFEED6;
  background-color: #EFEED6;
}
@media (min-width: 992px) {
  #footer .footer-inner .footer-links .footer-links-inner .row {
    gap: 0px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
#footer .footer-inner .about-wrap,
#footer .footer-inner .form-wrap,
#footer .footer-inner .footer-links,
#footer .footer-inner .brand {
  will-change: transform, opacity;
}
@media (min-width: 992px) {
  #footer .footer-inner {
    gap: 0px;
  }
}
@media (min-width: 1600px) {
  #footer .footer-inner {
    padding: min(50px, 50px * 100vw / 1512px) min(0px, 0px * 100vw / 1512px);
  }
}

#mobile-nav {
  position: fixed;
  left: 50%;
  bottom: 40px;
  z-index: 999999;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
#mobile-nav .mobile-nav-inner {
  margin-bottom: 20px;
}
#mobile-nav.menu-open {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 992px) {
  #mobile-nav {
    display: none;
  }
}
#mobile-nav .main-menu {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  padding: 5px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFFFFF;
  transform: translateY(15px) scale(0.96);
  transform-origin: bottom center;
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}
#mobile-nav .main-menu ul {
  gap: 5px;
  display: flex;
  margin: 0;
  align-items: flex-start;
  flex-direction: column;
}
#mobile-nav .main-menu ul li {
  flex-shrink: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.4s, transform 0.4s;
  overflow: hidden;
  border-radius: 3px;
  padding: 10px 50px;
  white-space: nowrap;
  border: 2px solid #E6E6E6;
  background-color: #E6E6E6;
}
#mobile-nav .main-menu ul li a {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #000000;
  font-family: "Geist Mono", monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 1600px) {
  #mobile-nav .main-menu ul li a {
    font-size: min(13px, 13px * 100vw / 1512px);
  }
}
#mobile-nav .main-menu ul li.current-menu-item {
  border-color: #000000;
  background-color: #FFFFFF;
}
@media (min-width: 1300px) {
  #mobile-nav .main-menu ul li {
    border-radius: min(3px, 3px * 100vw / 1512px);
  }
}
@media (min-width: 992px) {
  #mobile-nav .main-menu ul li {
    width: auto;
    padding: 10px 15px;
    transform: translateY(10px);
  }
}
@media (min-width: 1600px) {
  #mobile-nav .main-menu ul li {
    transform: translateY(min(10px, 10px * 100vw / 1512px));
    padding: min(10px, 10px * 100vw / 1512px) min(15px, 15px * 100vw / 1512px);
  }
}
#mobile-nav.menu-open .main-menu {
  transform: translateY(0) scale(1);
  opacity: 1;
}
#mobile-nav.menu-open .main-menu ul li {
  opacity: 1;
  transform: translateY(0);
}
#mobile-nav.menu-open .main-menu ul li:nth-child(1) {
  transition-delay: 0.06s;
}
#mobile-nav.menu-open .main-menu ul li:nth-child(2) {
  transition-delay: 0.12s;
}
#mobile-nav.menu-open .main-menu ul li:nth-child(3) {
  transition-delay: 0.18s;
}
#mobile-nav.menu-open .main-menu ul li:nth-child(4) {
  transition-delay: 0.24s;
}
#mobile-nav.menu-open .main-menu ul li:nth-child(5) {
  transition-delay: 0.3s;
}
#mobile-nav.menu-open .main-menu ul li:nth-child(6) {
  transition-delay: 0.36s;
}
#mobile-nav.menu-open .main-menu ul li:nth-child(7) {
  transition-delay: 0.42s;
}
#mobile-nav.menu-open .main-menu ul li:nth-child(8) {
  transition-delay: 0.48s;
}
#mobile-nav.menu-open .main-menu ul li:nth-child(9) {
  transition-delay: 0.54s;
}
#mobile-nav.menu-open .main-menu ul li:nth-child(10) {
  transition-delay: 0.6s;
}

.mobile-menu-wrap {
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 1000001;
}
@media (min-width: 992px) {
  .mobile-menu-wrap {
    display: none;
  }
}
.mobile-menu-wrap a.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 18px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  font-family: "Geist Mono", monospace;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.mobile-menu-wrap a.button svg path {
  transition: 0.25s;
}
.mobile-menu-wrap a.button:hover svg path {
  stroke: #000000;
}

.template-background-white .mobile-menu-wrap.over-footer a.button {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.template-background-white .mobile-menu-wrap.over-footer a.button svg path {
  stroke: #FFFFFF;
}
.template-background-white .mobile-menu-wrap a.button {
  color: #000000;
  border-color: #000000;
}
.template-background-white .mobile-menu-wrap a.button svg path {
  stroke: #000000;
}

.consent {
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 9999999;
  color: #FFFFFF;
  position: fixed;
  pointer-events: none;
  transition: transform 0.4s ease;
  transform: translateY(calc(100% + 40px));
}
@media (min-width: 992px) {
  .consent {
    bottom: 30px;
  }
}
.consent--visible {
  transform: translateY(0);
}

.consent-inner {
  gap: 10px;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: auto;
  position: relative;
  z-index: 1;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)), rgba(15, 15, 15, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.consent-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.15), transparent 40%);
}
@media (min-width: 768px) {
  .consent-inner {
    gap: 25px;
    padding: 25px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .consent-inner {
    text-align: left;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1300px) {
  .consent-inner {
    gap: 40px;
  }
}
.consent-inner .consent-content {
  gap: 8px;
  width: 100%;
  display: flex;
  font-size: 14px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .consent-inner .consent-content {
    width: 550px;
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  .consent-inner .consent-content {
    width: 750px;
  }
}
.consent-inner .consent-text {
  width: 700px;
  max-width: 100%;
  margin: 0;
  line-height: 1.5;
}
.consent-inner .consent-text br {
  display: none;
}
@media (min-width: 1300px) {
  .consent-inner .consent-text br {
    display: block;
  }
}
@media (min-width: 992px) {
  .consent-inner .consent-text {
    width: 850px;
  }
}
.consent-inner .consent-links {
  justify-content: center;
  display: flex;
  gap: 15px;
}
@media (min-width: 992px) {
  .consent-inner .consent-links {
    justify-content: unset;
  }
}
.consent-inner .consent-links a {
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.25s ease;
}
.consent-inner .consent-links a:hover {
  opacity: 0.7;
}
.consent-inner .consent-buttons {
  gap: 10px;
  display: flex;
  margin-top: 15px;
  justify-content: center;
}
@media (min-width: 768px) {
  .consent-inner .consent-buttons {
    min-width: 200px;
    margin-top: 0;
    justify-content: unset;
  }
}
.consent-inner .consent-buttons .consent-button {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 10px 24px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
.consent-inner .consent-buttons .consent-button:hover {
  transform: translateY(-2px);
  background-color: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.3);
}
.consent-inner .consent-buttons .consent-button--allow {
  background-color: #FFFFFF;
  color: #1D1D1B;
}
.consent-inner .consent-buttons .consent-button--allow:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.consent-inner .button {
  font-size: 14px;
}

@keyframes svg-bounce {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-3px);
  }
  60% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
.background--black .heading-title {
  color: #FFFFFF;
}

.heading {
  display: flex;
  width: 100%;
}
@media (min-width: 992px) {
  .heading {
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
}
@media (min-width: 992px) {
  .heading--offset {
    justify-content: flex-end;
  }
}

.heading-content {
  display: block;
  width: 100%;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .heading-content {
    width: 70vw;
  }
}
@media (min-width: 992px) {
  .heading-content {
    width: 55vw;
  }
}
@media (min-width: 1300px) {
  .heading-content {
    width: 50vw;
  }
}

.heading-title {
  font-size: 28px;
  font-weight: 450;
  line-height: 1.1;
  letter-spacing: -0.14px;
  color: #000000;
}
@media (min-width: 768px) {
  .heading-title {
    font-size: 33px;
    letter-spacing: -0.165px;
  }
}
@media (min-width: 1300px) {
  .heading-title {
    font-size: 38px;
    letter-spacing: -0.19px;
  }
}
@media (min-width: 1600px) {
  .heading-title {
    font-size: min(38px, 38px * 100vw / 1512px);
    letter-spacing: min(-0.19px, -0.19px * 100vw / 1512px);
  }
}

.background--black .button {
  border-color: #FFFFFF;
  background-color: #000000;
  color: #FFFFFF;
}
.background--black .button:hover {
  background-color: #1D1D1B;
}
.background--black .button--black {
  border-color: #FFFFFF;
  background-color: #000000;
  color: #FFFFFF;
}
.background--black .button--black:hover {
  background-color: #1D1D1B;
}
.background--black .button--white {
  border: 0;
  background-color: #FFFFFF;
  color: #000000;
}
.background--black .button--white .button-label {
  color: #000000;
}
.background--black .button--white:hover {
  background-color: #D6D6D6;
}
.background--black .button--white:hover .button-label {
  color: #000000;
}
.background--black .button--menu {
  border-color: #333333;
}
.background--black .button--menu:hover {
  border-color: #4D4D4D;
  background-color: #333333;
}
.background--black .button--menu-outline {
  background-color: transparent;
}
.background--black .button--menu-outline:hover {
  background-color: #000000;
}
.background--black .button-label {
  color: #FFFFFF;
}
.background--black .button-line {
  background-color: #FFFFFF;
}

.background--white .button--outline {
  border-color: #FFFFFF;
}
.background--white .button--outline:hover {
  background-color: rgba(29, 29, 27, 0.1);
}
.background--white .button--outline .button-label {
  color: #FFFFFF;
}
.background--white .button--outline .button-line {
  background-color: #FFFFFF;
}

.button {
  overflow: hidden;
  border-radius: 20px;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
  border: 1px solid #FFFFFF;
  border-color: #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-size: 15px;
  font-weight: 450;
}
@media (min-width: 1300px) {
  .button {
    border-radius: min(20px, 20px * 100vw / 1512px);
  }
}
.button:hover {
  color: #000000;
  background-color: #E6E6E6;
}
@media (min-width: 1300px) {
  .button {
    font-size: min(15px, 15px * 100vw / 1512px);
    padding: min(10px, 10px * 100vw / 1512px) min(15px, 15px * 100vw / 1512px);
    -moz-column-gap: min(10px, 10px * 100vw / 1512px);
         column-gap: min(10px, 10px * 100vw / 1512px);
    border-width: max(min(1px, 1px * 100vw / 1512px), 1px);
  }
}
.button--outline {
  background-color: transparent;
}
.button--outline:hover {
  background-color: #F2F2F2;
}
.button--black {
  border-color: #FFFFFF;
  background-color: #000000;
  color: #FFFFFF;
}
.button--black:hover {
  background-color: #1D1D1B;
}
.button--menu {
  border-color: #E6E6E6;
}
.button--menu:hover {
  border-color: #D9D9D9;
  background-color: rgba(242, 242, 242, 0.5);
}
.button--menu-outline {
  background-color: transparent;
}
.button--menu-outline:hover {
  background-color: #F2F2F2;
}
.button svg {
  display: block;
  width: 14px;
  height: auto;
}
@media (min-width: 1300px) {
  .button svg {
    width: min(14px, 14px * 100vw / 1512px);
  }
}
.button svg path {
  stroke-width: 2px;
  stroke: #FFFFFF;
}
@media (min-width: 1300px) {
  .button svg path {
    stroke-width: max(min(2px, 2px * 100vw / 1512px), 2px);
  }
}

.button-label {
  display: block;
  position: relative;
  z-index: 2;
  font-family: "Geist Mono", monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 1300px) {
  .button-label {
    font-size: min(13px, 13px * 100vw / 1512px);
  }
}

.button-lines {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 10px;
  height: 6px;
}
@media (min-width: 1300px) {
  .button-lines {
    width: min(10px, 10px * 100vw / 1512px);
    height: min(6px, 6px * 100vw / 1512px);
  }
}

.button-line {
  display: block;
  width: 100%;
  height: 1px;
  transition: background-color 0.4s;
  background-color: #000000;
}
@media (min-width: 1300px) {
  .button-line {
    height: max(min(1px, 1px * 100vw / 1512px), 1px);
  }
}

#cta.cta-alt .cta-inner {
  padding-bottom: 0px;
}
#cta.cta-alt .cta-inner .row {
  gap: 50px;
}
#cta.cta-alt .cta-inner .row .preheading {
  width: 50%;
}
@media (min-width: 992px) {
  #cta.cta-alt .cta-inner .row {
    gap: 0px;
  }
}
#cta .cta-inner {
  padding: 100px 0px;
}
#cta .cta-inner .row .about {
  width: 100%;
}
#cta .cta-inner .row .about .about-inner {
  gap: 50px;
  display: flex;
  flex-direction: column;
}
#cta .cta-inner .row .about .about-inner .body p:last-of-type {
  margin-bottom: 0px;
}
#cta .cta-inner .row .about .about-inner .buttons-wrap .buttons {
  gap: 10px;
  display: flex;
  margin: 0px 0px;
}
@media (min-width: 992px) {
  #cta .cta-inner .row .about {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #cta .cta-inner .row {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  #cta .cta-inner {
    padding: 150px 0px;
  }
}
@media (min-width: 1300px) {
  #cta .cta-inner {
    padding: min(150px, 150px * 100vw / 1512px) min(0px, 0px * 100vw / 1512px);
  }
}

.template-background-white #cta .cta-inner .row .about .about-inner .preheading h5 {
  color: #1D1D1B;
}
.template-background-white #cta .cta-inner .row .about .about-inner .heading h2 {
  color: #1D1D1B;
}
.template-background-white #cta .cta-inner .row .about .about-inner .body {
  color: #1D1D1B;
}
.template-background-white #cta .cta-inner .row .about .about-inner .buttons-wrap .buttons .btn-wrap a.button {
  border-color: #1D1D1B;
  color: #1D1D1B;
}

#copy .copy-inner {
  padding: 0px 0px 100px 0px;
}
#copy .copy-inner .body {
  width: 900px;
  max-width: 100%;
}
@media (min-width: 992px) {
  #copy .copy-inner {
    padding: 0px 0px 150px 0px;
  }
}
@media (min-width: 1600px) {
  #copy .copy-inner {
    padding-bottom: min(150px, 150px * 100vw / 1512px);
  }
}

#team .team-inner {
  padding: 100px 0px;
  padding-top: 0px;
}
#team .team-inner .team-members-intro {
  display: block;
  width: 66.6667vw;
  text-wrap: pretty;
}
@media (min-width: 768px) {
  #team .team-inner .team-members-intro {
    width: 30vw;
  }
}
@media (min-width: 992px) {
  #team .team-inner .team-members-intro {
    width: 25vw;
  }
}
@media (min-width: 1300px) {
  #team .team-inner .team-members-intro {
    width: 20vw;
  }
}
#team .team-inner .team-member-title {
  color: #999999;
  font-family: "Geist Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  color: #1D1D1B;
  margin-bottom: 30px;
}
@media (min-width: 1300px) {
  #team .team-inner .team-member-title {
    font-size: min(13px, 13px * 100vw / 1512px);
  }
}
@media (min-width: 1600px) {
  #team .team-inner .team-member-title {
    margin-bottom: min(30px, 30px * 100vw / 1512px);
  }
}
#team .team-inner .team-members-wrap .team-members .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}
#team .team-inner .team-members-wrap .team-members .row .team-member {
  overflow: hidden;
  border-radius: 15px;
  display: block;
  position: relative;
}
@media (min-width: 1300px) {
  #team .team-inner .team-members-wrap .team-members .row .team-member {
    border-radius: min(15px, 15px * 100vw / 1512px);
  }
}
@media (min-width: 1300px) {
  #team .team-inner .team-members-wrap .team-members .row .team-member {
    border-radius: 15px;
  }
}
@media (min-width: 1600px) {
  #team .team-inner .team-members-wrap .team-members .row .team-member {
    border-radius: min(15px, 15px * 100vw / 1512px);
  }
}
#team .team-inner .team-members-wrap .team-members .row .team-member:hover .team-member-overlay,
#team .team-inner .team-members-wrap .team-members .row .team-member:hover .team-member-name,
#team .team-inner .team-members-wrap .team-members .row .team-member:hover .team-member-position {
  transform: translateY(0);
  opacity: 1;
}
#team .team-inner .team-members-wrap .team-members .row .team-member:hover .team-member-name {
  transition-delay: 0.2s;
}
#team .team-inner .team-members-wrap .team-members .row .team-member:hover .team-member-position {
  transition-delay: 0.25s;
}
#team .team-inner .team-members-wrap .team-members .row .team-member-media {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4/5;
}
#team .team-inner .team-members-wrap .team-members .row .team-member-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#team .team-inner .team-members-wrap .team-members .row .team-member-overlay {
  overflow: hidden;
  border-radius: 15px;
  position: absolute;
  z-index: 2;
  right: 5px;
  bottom: 5px;
  left: 5px;
  padding: 15px;
  transform: translateY(calc(100% + 5px));
  transition: opacity 0.4s, transform 0.4s;
  border: 1px solid #333333;
  opacity: 0;
  background-color: rgba(29, 29, 27, 0.7);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
@media (min-width: 1300px) {
  #team .team-inner .team-members-wrap .team-members .row .team-member-overlay {
    border-radius: min(15px, 15px * 100vw / 1512px);
  }
}
@media (min-width: 992px) {
  #team .team-inner .team-members-wrap .team-members .row .team-member-overlay {
    right: 8px;
    bottom: 8px;
    left: 8px;
    transform: translateY(calc(100% + 8px));
  }
}
@media (min-width: 1600px) {
  #team .team-inner .team-members-wrap .team-members .row .team-member-overlay {
    right: min(8px, 8px * 100vw / 1512px);
    bottom: min(8px, 8px * 100vw / 1512px);
    left: min(8px, 8px * 100vw / 1512px);
    padding: min(20px, 20px * 100vw / 1512px);
    transform: translateY(calc(100% + min(8px, 8px * 100vw / 1512px)));
    border-radius: min(15px, 15px * 100vw / 1512px);
    -webkit-backdrop-filter: blur(min(15px, 15px * 100vw / 1512px));
            backdrop-filter: blur(min(15px, 15px * 100vw / 1512px));
  }
}
#team .team-inner .team-members-wrap .team-members .row .team-member-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #FFFFFF;
  letter-spacing: -0.18px;
}
@media (min-width: 992px) {
  #team .team-inner .team-members-wrap .team-members .row .team-member-name {
    letter-spacing: -0.02em;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    font-weight: 600;
  }
}
@media (min-width: 992px) and (min-width: 1300px) {
  #team .team-inner .team-members-wrap .team-members .row .team-member-name {
    font-size: min(20px, 20px * 100vw / 1512px);
  }
}
#team .team-inner .team-members-wrap .team-members .row .team-member-position {
  color: #999999;
  font-family: "Geist Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0px;
  transform: translateY(10%);
  letter-spacing: -0.26px;
  transition: opacity 0.4s, transform 0.4s;
  opacity: 0;
}
@media (min-width: 1300px) {
  #team .team-inner .team-members-wrap .team-members .row .team-member-position {
    font-size: min(13px, 13px * 100vw / 1512px);
  }
}
@media (min-width: 768px) {
  #team .team-inner .team-members-wrap .team-members .row {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media (min-width: 992px) {
  #team .team-inner .team-members-wrap .team-members .row {
    gap: 20px;
  }
}
@media (min-width: 1600px) {
  #team .team-inner .team-members-wrap .team-members .row {
    grid-template-columns: repeat(4, 1fr);
    gap: min(20px, 20px * 100vw / 1512px);
  }
}
@media (min-width: 1300px) {
  #team .team-inner {
    padding: min(100px, 100px * 100vw / 1512px) min(0px, 0px * 100vw / 1512px);
  }
}

#banner-default {
  display: flex;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  #banner-default {
    justify-content: flex-end;
  }
}
#banner-default > .container {
  display: flex;
  flex: 1;
}
@media (min-width: 768px) {
  #banner-default > .container {
    display: unset;
    flex: unset;
  }
}
#banner-default .banner-inner {
  flex: 1;
  width: 100%;
  display: flex;
  padding: 150px 0px 140px 0px;
}
@media (min-width: 768px) {
  #banner-default .banner-inner {
    height: 100%;
  }
}
@media (min-width: 992px) {
  #banner-default .banner-inner {
    padding: 200px 0 150px 0;
  }
}
#banner-default .banner-inner .row {
  gap: 30px;
  display: flex;
  flex: 1;
  width: 100%;
  margin: 0;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #banner-default .banner-inner .row {
    align-content: center;
  }
}
@media (min-width: 992px) {
  #banner-default .banner-inner .row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#banner-default .banner-inner .row .headings-wrap,
#banner-default .banner-inner .row .about-wrap {
  width: 100%;
}
@media (min-width: 992px) {
  #banner-default .banner-inner .row .headings-wrap,
  #banner-default .banner-inner .row .about-wrap {
    width: 75%;
  }
}
@media (min-width: 1300px) {
  #banner-default .banner-inner .row .headings-wrap,
  #banner-default .banner-inner .row .about-wrap {
    width: 50%;
  }
}
#banner-default .banner-inner .row .headings-wrap {
  display: flex;
  align-items: flex-start;
}
#banner-default .banner-inner .row .headings-wrap .headings .heading h1 {
  line-height: 1;
  font-size: 54px;
  font-weight: 400;
  letter-spacing: -1.08px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  #banner-default .banner-inner .row .headings-wrap .headings .heading h1 {
    font-size: 78px;
    line-height: 0.95;
    letter-spacing: -0.78px;
  }
}
@media (min-width: 1300px) {
  #banner-default .banner-inner .row .headings-wrap .headings .heading h1 {
    font-size: 95px;
    letter-spacing: -0.95px;
  }
}
@media (min-width: 1600px) {
  #banner-default .banner-inner .row .headings-wrap .headings .heading h1 {
    font-size: min(95px, 95px * 100vw / 1512px);
    letter-spacing: min(-0.95px, -0.95px * 100vw / 1512px);
  }
}
#banner-default .banner-inner .row .about-wrap {
  width: 340px;
  max-width: 100%;
}
@media (min-width: 768px) {
  #banner-default .banner-inner .row .about-wrap {
    width: 385px;
  }
}
#banner-default .banner-inner .row .about-wrap .about {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1600px) {
  #banner-default .banner-inner .row .about-wrap .about {
    gap: min(30px, 30px * 100vw / 1512px);
  }
}
#banner-default .banner-inner .row .about-wrap .about .description p:last-of-type {
  margin-bottom: 0;
}

.template-background-white #banner-default .banner-inner .row .headings-wrap .headings .heading h1 {
  color: #1D1D1B;
}
.template-background-white #banner-default .banner-inner .row .about-wrap .about .description p {
  color: #1D1D1B;
}
.template-background-white #banner-default .banner-inner .row .about-wrap .about .btn-wrap a.button {
  border-color: #1D1D1B;
  color: #1D1D1B;
}

.page-template-page-our-approach #banner-default .banner-inner .row .headings-wrap .headings .heading h1 {
  font-size: 42px;
  letter-spacing: -0.84px;
}
@media (min-width: 768px) {
  .page-template-page-our-approach #banner-default .banner-inner .row .headings-wrap .headings .heading h1 {
    font-size: 78px;
    letter-spacing: -0.78px;
  }
}
@media (min-width: 1300px) {
  .page-template-page-our-approach #banner-default .banner-inner .row .headings-wrap .headings .heading h1 {
    font-size: 75px;
  }
}
@media (min-width: 1600px) {
  .page-template-page-our-approach #banner-default .banner-inner .row .headings-wrap .headings .heading h1 {
    font-size: 95px;
    letter-spacing: -0.95px;
    font-size: min(95px, 95px * 100vw / 1512px);
  }
}

@media (min-width: 1300px) {
  .page-template-page-what-we-do #banner-default .banner-inner .row .headings-wrap .headings .heading h1 br {
    display: none;
  }
}
.page-template-page-what-we-do #banner-default .banner-inner .row .about-wrap .about {
  width: 210px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .page-template-page-what-we-do #banner-default .banner-inner .row .about-wrap .about {
    width: 385px;
  }
}

@media (min-width: 768px) {
  .page-template-page-work #banner-default .banner-inner .row .about-wrap .about {
    width: 400px;
  }
}

#about .about-inner {
  padding: 100px 0px;
}
#about .about-inner .about-boxes .about-box {
  padding: 100px 0px;
  padding-top: 0px !important;
}
#about .about-inner .about-boxes .about-box.image-right .about-box-inner .row {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  #about .about-inner .about-boxes .about-box.image-right .about-box-inner .row {
    flex-direction: row;
  }
}
#about .about-inner .about-boxes .about-box.image-left .about-box-inner .row .about {
  display: flex;
  margin: 0px 0px;
}
@media (min-width: 992px) {
  #about .about-inner .about-boxes .about-box.image-left .about-box-inner .row .about {
    justify-content: flex-end;
  }
}
#about .about-inner .about-boxes .about-box .about-box-inner .row {
  gap: 50px;
}
#about .about-inner .about-boxes .about-box .about-box-inner .row .about,
#about .about-inner .about-boxes .about-box .about-box-inner .row .graphic {
  width: 100%;
}
@media (min-width: 992px) {
  #about .about-inner .about-boxes .about-box .about-box-inner .row .about,
  #about .about-inner .about-boxes .about-box .about-box-inner .row .graphic {
    width: 50%;
  }
}
#about .about-inner .about-boxes .about-box .about-box-inner .row .about .about-inner {
  gap: 50px;
  width: 100%;
  display: flex;
  max-width: 100%;
  padding: 0px 0px;
  flex-direction: column;
}
#about .about-inner .about-boxes .about-box .about-box-inner .row .about .about-inner .headings {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1600px) {
  #about .about-inner .about-boxes .about-box .about-box-inner .row .about .about-inner .headings {
    gap: min(30px, 30px * 100vw / 1512px);
  }
}
@media (min-width: 992px) {
  #about .about-inner .about-boxes .about-box .about-box-inner .row .about .about-inner {
    width: 400px;
  }
}
#about .about-inner .about-boxes .about-box .about-box-inner .row .graphic .graphic-inner .image-wrap .image {
  width: 100%;
  position: relative;
  border-radius: 15px;
  aspect-ratio: 350/325;
  background-size: cover;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 992px) {
  #about .about-inner .about-boxes .about-box .about-box-inner .row .graphic .graphic-inner .image-wrap .image {
    aspect-ratio: 705/665;
  }
}
@media (min-width: 1600px) {
  #about .about-inner .about-boxes .about-box .about-box-inner .row .graphic .graphic-inner .image-wrap .image {
    border-radius: min(15px, 15px * 100vw / 1512px);
  }
}
@media (min-width: 992px) {
  #about .about-inner .about-boxes .about-box .about-box-inner .row {
    gap: 0px;
  }
}
#about .about-inner .about-boxes .about-box:last-of-type {
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  #about .about-inner .about-boxes .about-box {
    padding: 150px 0px;
  }
}
@media (min-width: 1300px) {
  #about .about-inner .about-boxes .about-box {
    padding: min(150px, 150px * 100vw / 1512px) min(0px, 0px * 100vw / 1512px);
  }
}
@media (min-width: 992px) {
  #about .about-inner {
    padding: 150px 0px;
  }
}
@media (min-width: 1300px) {
  #about .about-inner {
    padding: min(150px, 150px * 100vw / 1512px) min(0px, 0px * 100vw / 1512px);
  }
}

#gallery .gallery-inner {
  padding: 100px 0px;
}
#gallery .gallery-inner .viewport .track {
  gap: 30px;
  display: flex;
  margin: 0px 0px;
}
#gallery .gallery-inner .viewport .track .slide-wrap .slide {
  max-width: 100%;
}
#gallery .gallery-inner .viewport .track .slide-wrap .slide .image {
  width: 100%;
  aspect-ratio: 4/5;
  position: relative;
  border-radius: 15px;
  background-size: cover;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1600px) {
  #gallery .gallery-inner .viewport .track .slide-wrap .slide .image {
    border-radius: min(15px, 15px * 100vw / 1512px);
  }
}
#gallery .gallery-inner .viewport .track .slide-wrap .slide.image-size-small {
  width: 225px;
}
@media (min-width: 992px) {
  #gallery .gallery-inner .viewport .track .slide-wrap .slide.image-size-small {
    width: 260px;
  }
}
#gallery .gallery-inner .viewport .track .slide-wrap .slide.image-size-medium {
  width: 300px;
}
@media (min-width: 992px) {
  #gallery .gallery-inner .viewport .track .slide-wrap .slide.image-size-medium {
    width: 350px;
  }
}
#gallery .gallery-inner .viewport .track .slide-wrap .slide.image-size-large {
  width: 355px;
}
@media (min-width: 992px) {
  #gallery .gallery-inner .viewport .track .slide-wrap .slide.image-size-large {
    width: 415px;
  }
}
@media (min-width: 992px) {
  #gallery .gallery-inner .viewport .track {
    gap: 35px;
  }
}
@media (min-width: 1600px) {
  #gallery .gallery-inner .viewport .track {
    gap: min(35px, 35px * 100vw / 1512px);
  }
}
@media (min-width: 992px) {
  #gallery .gallery-inner {
    padding: 150px 0px;
  }
}
@media (min-width: 1300px) {
  #gallery .gallery-inner {
    padding: min(150px, 150px * 100vw / 1512px) min(0px, 0px * 100vw / 1512px);
  }
}

#pillars {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
#pillars .pillars-inner .row .pillar {
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
}
#pillars .pillars-inner .row .pillar .pillar-inner {
  gap: 20px;
  display: flex;
  padding: 30px 20px;
  transition: 0.5s all;
  flex-direction: column-reverse;
}
#pillars .pillars-inner .row .pillar .pillar-inner .image-wrap .image {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 15px;
  background-size: cover;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1600px) {
  #pillars .pillars-inner .row .pillar .pillar-inner .image-wrap .image {
    border-radius: min(15px, 15px * 100vw / 1512px);
  }
}
#pillars .pillars-inner .row .pillar .pillar-inner .pillar-about-wrap {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
#pillars .pillars-inner .row .pillar .pillar-inner .pillar-about-wrap .heading h4 {
  color: #FFFFFF;
}
#pillars .pillars-inner .row .pillar .pillar-inner .pillar-about-wrap .description {
  width: 225px;
}
#pillars .pillars-inner .row .pillar .pillar-inner .pillar-about-wrap .description p:last-of-type {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  #pillars .pillars-inner .row .pillar .pillar-inner .pillar-about-wrap .description {
    width: unset;
  }
}
@media (min-width: 1600px) {
  #pillars .pillars-inner .row .pillar .pillar-inner .pillar-about-wrap {
    gap: min(20px, 20px * 100vw / 1512px);
  }
}
@media (min-width: 992px) {
  #pillars .pillars-inner .row .pillar .pillar-inner {
    flex-direction: column;
  }
}
@media (min-width: 1300px) {
  #pillars .pillars-inner .row .pillar .pillar-inner {
    gap: 35px;
    padding: 50px 50px;
  }
}
@media (min-width: 1600px) {
  #pillars .pillars-inner .row .pillar .pillar-inner {
    gap: min(35px, 35px * 100vw / 1512px);
    padding: min(50px, 50px * 100vw / 1512px) min(50px, 50px * 100vw / 1512px);
  }
}
#pillars .pillars-inner .row .pillar:last-of-type {
  border-right: 0px;
  border-bottom: 0px;
}
@media (min-width: 768px) {
  #pillars .pillars-inner .row .pillar {
    width: 33.33%;
    border-bottom: 0px;
    border-right: 1px solid #FFFFFF;
  }
}

#services .services-inner .row .service {
  width: 100%;
  color: #FFFFFF;
}
#services .services-inner .row .service .service-inner {
  gap: 50px;
  display: flex;
  padding: 50px 50px;
  transition: 0.5s all;
  flex-direction: column;
}
#services .services-inner .row .service .service-inner .service-about-wrap {
  gap: 50px;
  display: flex;
  flex-direction: column;
}
#services .services-inner .row .service .service-inner .service-about-wrap .heading h3 {
  font-size: 28px;
  color: #FFFFFF;
}
@media (min-width: 1300px) {
  #services .services-inner .row .service .service-inner .service-about-wrap .heading h3 {
    font-size: 38px;
  }
}
@media (min-width: 1600px) {
  #services .services-inner .row .service .service-inner .service-about-wrap .heading h3 {
    font-size: min(38px, 38px * 100vw / 1512px);
  }
}
#services .services-inner .row .service .service-inner .service-about-wrap .body p:last-of-type {
  margin-bottom: 0px;
}
#services .services-inner .row .service .service-inner .service-about-wrap .features ul li {
  font-size: 15px;
  line-height: 1.3;
  color: #666666;
}
@media (min-width: 992px) {
  #services .services-inner .row .service .service-inner {
    padding: 50px 30px;
  }
}
@media (min-width: 1300px) {
  #services .services-inner .row .service .service-inner {
    padding: 50px 50px;
  }
}
@media (min-width: 1600px) {
  #services .services-inner .row .service .service-inner {
    gap: min(50px, 50px * 100vw / 1512px);
    padding: min(50px, 50px * 100vw / 1512px) min(50px, 50px * 100vw / 1512px);
  }
}
#services .services-inner .row .service:last-of-type {
  border-right: 0px;
  border-bottom: 0px;
}
#services .services-inner .row .service:nth-child(3n+1) {
  color: #7F9276;
  background-color: #003D36;
}
#services .services-inner .row .service:nth-child(3n+1) .service-inner .service-about-wrap .body {
  color: #FFFFFF;
}
#services .services-inner .row .service:nth-child(3n+1) .service-inner .service-about-wrap .features ul li {
  color: #7F9276;
}
#services .services-inner .row .service:nth-child(3n+2) {
  color: #EFD5BA;
  background-color: #AF6447;
}
#services .services-inner .row .service:nth-child(3n+2) .service-inner .service-about-wrap .body {
  color: #FFFFFF;
}
#services .services-inner .row .service:nth-child(3n+2) .service-inner .service-about-wrap .features ul li {
  color: #EFD5BA;
}
#services .services-inner .row .service:nth-child(3n) {
  color: #EFEED6;
  background-color: #C0B5A1;
}
#services .services-inner .row .service:nth-child(3n) .service-inner .service-about-wrap .heading h3 {
  color: #1D1D1B;
}
#services .services-inner .row .service:nth-child(3n) .service-inner .service-about-wrap .features ul li {
  color: #EFEED6;
}
@media (min-width: 992px) {
  #services .services-inner .row .service {
    width: 33.33%;
    border-bottom: 0px;
  }
}

#banner-home {
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  flex-direction: column;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
#banner-home .banner-backgrounds {
  inset: 0;
  z-index: 0;
  position: absolute;
}
#banner-home .banner-backgrounds .banner-background {
  inset: 0;
  opacity: 0;
  position: absolute;
  background-size: cover;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}
#banner-home .banner-backgrounds .banner-background .active {
  opacity: 1;
}
#banner-home .container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  #banner-home .container {
    justify-content: center;
  }
}
#banner-home .banner-inner {
  z-index: 99;
  position: relative;
  padding-bottom: 150px;
}
#banner-home .banner-inner .row {
  gap: 0px;
  justify-content: space-between;
}
#banner-home .banner-inner .row .headings-wrap .headings {
  gap: 25px;
  display: flex;
  margin: 0px 0px;
  flex-direction: column;
}
#banner-home .banner-inner .row .headings-wrap .headings .heading h1 {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  #banner-home .banner-inner .row .headings-wrap .headings {
    gap: 30px;
  }
}
@media (min-width: 1600px) {
  #banner-home .banner-inner .row .headings-wrap .headings {
    gap: min(30px, 30px * 100vw / 1512px);
  }
}
#banner-home .banner-inner .row .about-wrap {
  width: 470px;
  max-width: 100%;
  display: none;
}
#banner-home .banner-inner .row .about-wrap .about {
  gap: 50px;
  display: flex;
  flex-direction: column;
}
#banner-home .banner-inner .row .about-wrap .about .about-introduction {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #banner-home .banner-inner .row .about-wrap .about .about-introduction {
    gap: 35px;
  }
}
@media (min-width: 1600px) {
  #banner-home .banner-inner .row .about-wrap .about .about-introduction {
    gap: min(35px, 35px * 100vw / 1512px);
  }
}
#banner-home .banner-inner .row .about-wrap .about .subheading h2 {
  color: #FFFFFF;
}
#banner-home .banner-inner .row .about-wrap .about .description p {
  font-size: 20px;
  letter-spacing: -0.4px;
}
#banner-home .banner-inner .row .about-wrap .about .description p:last-of-type {
  margin-bottom: 0px;
}
@media (min-width: 1600px) {
  #banner-home .banner-inner .row .about-wrap .about .description p {
    font-size: min(20px, 20px * 100vw / 1512px);
    letter-spacing: min(-0.4px, -0.4px * 100vw / 1512px);
  }
}
@media (min-width: 992px) {
  #banner-home .banner-inner .row .about-wrap {
    display: block;
  }
}
@media (min-width: 992px) {
  #banner-home .banner-inner .row {
    gap: 50px;
  }
}
@media (min-width: 1300px) {
  #banner-home .banner-inner .row {
    gap: 0px;
  }
}
@media (min-width: 992px) {
  #banner-home .banner-inner {
    padding: 190px 0px 100px 0px;
  }
}
#banner-home .overlay {
  top: 0px;
  inset: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0) 68%), rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  #banner-home .overlay {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
#banner-home .gsap-heading,
#banner-home .gsap-tagline,
#banner-home .gsap-about,
#banner-home .gsap-button {
  opacity: 0;
}
#banner-home .banner-background {
  transform: scale(1.15);
}

#banner-home-about-mobile {
  display: block;
  border-bottom: 1px solid #FFFFFF;
}
#banner-home-about-mobile .banner-home-about-mobile-inner {
  padding: 100px 0px;
}
#banner-home-about-mobile .banner-home-about-mobile-inner .about {
  gap: 50px;
  display: flex;
  flex-direction: column;
}
#banner-home-about-mobile .banner-home-about-mobile-inner .about .about-inner {
  gap: 50px;
  display: flex;
  flex-direction: column;
}
#banner-home-about-mobile .banner-home-about-mobile-inner .about .about-inner .about-introduction {
  gap: 35px;
  display: flex;
  flex-direction: column;
}
#banner-home-about-mobile .banner-home-about-mobile-inner .about .about-inner .subheading h2 {
  color: #FFFFFF;
}
#banner-home-about-mobile .banner-home-about-mobile-inner .about .about-inner .description p {
  font-size: 18px;
  letter-spacing: -0.36px;
}
#banner-home-about-mobile .banner-home-about-mobile-inner .about .about-inner .description p:last-of-type {
  margin-bottom: 0px;
}
@media (min-width: 1600px) {
  #banner-home-about-mobile .banner-home-about-mobile-inner .about {
    gap: min(50px, 50px * 100vw / 1512px);
  }
}
@media (min-width: 992px) {
  #banner-home-about-mobile .banner-home-about-mobile-inner {
    padding: 150px 0px;
  }
}
@media (min-width: 1300px) {
  #banner-home-about-mobile .banner-home-about-mobile-inner {
    padding: min(150px, 150px * 100vw / 1512px) min(0px, 0px * 100vw / 1512px);
  }
}
@media (min-width: 992px) {
  #banner-home-about-mobile {
    display: none;
  }
}

#quick-links {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
#quick-links .quick-links-inner .row .quick-link {
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
}
#quick-links .quick-links-inner .row .quick-link:hover {
  background-color: #beb5a3;
}
#quick-links .quick-links-inner .row .quick-link a {
  text-decoration: none;
}
#quick-links .quick-links-inner .row .quick-link .quick-link-inner {
  gap: 20px;
  display: flex;
  padding: 30px 20px;
  transition: 0.5s all;
  flex-direction: column;
}
#quick-links .quick-links-inner .row .quick-link .quick-link-inner .heading h4 {
  color: #FFFFFF;
}
#quick-links .quick-links-inner .row .quick-link .quick-link-inner .image-wrap .image {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 15px;
  background-size: cover;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1600px) {
  #quick-links .quick-links-inner .row .quick-link .quick-link-inner .image-wrap .image {
    border-radius: min(15px, 15px * 100vw / 1512px);
  }
}
@media (min-width: 1300px) {
  #quick-links .quick-links-inner .row .quick-link .quick-link-inner {
    gap: 35px;
    padding: 50px 50px;
  }
}
@media (min-width: 1600px) {
  #quick-links .quick-links-inner .row .quick-link .quick-link-inner {
    gap: min(35px, 35px * 100vw / 1512px);
    padding: min(50px, 50px * 100vw / 1512px) min(50px, 50px * 100vw / 1512px);
  }
}
#quick-links .quick-links-inner .row .quick-link:last-of-type {
  border-right: 0px;
  border-bottom: 0px;
}
@media (min-width: 768px) {
  #quick-links .quick-links-inner .row .quick-link {
    width: 33.33%;
    border-right: 1px solid #FFFFFF;
    border-bottom: 0px;
  }
}

#introduction .introduction-inner {
  padding: 100px 0px 0px 0px;
}
#introduction .introduction-inner .row {
  justify-content: flex-end;
}
#introduction .introduction-inner .row .about {
  width: 100%;
}
#introduction .introduction-inner .row .about .about-inner {
  gap: 50px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #introduction .introduction-inner .row .about .about-inner .heading h2, #introduction .introduction-inner .row .about .about-inner .heading .h1 {
    font-size: 78px;
    letter-spacing: -0.78px;
  }
}
@media (min-width: 1600px) {
  #introduction .introduction-inner .row .about .about-inner .heading h2, #introduction .introduction-inner .row .about .about-inner .heading .h1 {
    font-size: 95px;
    letter-spacing: -0.95px;
    font-size: min(95px, 95px * 100vw / 1512px);
    letter-spacing: min(-0.95px, -0.95px * 100vw / 1512px);
  }
}
#introduction .introduction-inner .row .about .about-inner .body p:last-of-type {
  margin-bottom: 0px;
}
#introduction .introduction-inner .row .about .about-inner .features {
  gap: 0px;
  width: 100%;
  display: flex;
  margin: 0px 0px;
  flex-wrap: wrap;
}
#introduction .introduction-inner .row .about .about-inner .features .feature {
  font-size: 17px;
  font-weight: 400;
  padding: 20px 0px 40px 0px;
  border-bottom: 1px solid #FFFFFF;
}
#introduction .introduction-inner .row .about .about-inner .features .feature:first-of-type {
  border-top: 1px solid #FFFFFF;
}
@media (min-width: 768px) {
  #introduction .introduction-inner .row .about .about-inner .features .feature:first-of-type {
    border-top: 0px;
  }
}
#introduction .introduction-inner .row .about .about-inner .features .feature:last-of-type {
  padding-bottom: 0px;
  border-bottom: 0px;
}
@media (min-width: 768px) {
  #introduction .introduction-inner .row .about .about-inner .features .feature {
    border-bottom: 0px;
    flex: 0 0 calc(50% - 22.5px);
    padding: 0px 0px 0px 20px;
    border-left: 1px solid #FFFFFF;
  }
}
@media (min-width: 1600px) {
  #introduction .introduction-inner .row .about .about-inner .features .feature {
    font-size: min(17px, 17px * 100vw / 1512px);
  }
}
@media (min-width: 768px) {
  #introduction .introduction-inner .row .about .about-inner .features {
    gap: 45px;
  }
}
@media (min-width: 992px) {
  #introduction .introduction-inner .row .about {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #introduction .introduction-inner {
    padding: 150px 0px;
  }
}
@media (min-width: 1600px) {
  #introduction .introduction-inner {
    padding: min(150px, 150px * 100vw / 1512px) min(0px, 0px * 100vw / 1512px);
  }
}

#wwd-preview .wwd-preview-inner .row {
  gap: 50px;
  flex-direction: column-reverse;
}
#wwd-preview .wwd-preview-inner .row .about,
#wwd-preview .wwd-preview-inner .row .graphic {
  width: 100%;
}
@media (min-width: 992px) {
  #wwd-preview .wwd-preview-inner .row .about,
  #wwd-preview .wwd-preview-inner .row .graphic {
    width: 50%;
  }
}
#wwd-preview .wwd-preview-inner .row .about .about-inner {
  gap: 50px;
  width: 100%;
  display: flex;
  max-width: 100%;
  flex-direction: column;
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .headings {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service {
  padding: 20px 0px 30px 0px;
  border-bottom: 1px solid #FFFFFF;
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service.active .service-inner .service-content {
  opacity: 1;
  padding-top: 30px;
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service.active .service-inner .service-header .service-toggle {
  transform: rotate(180deg);
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service:first-of-type {
  padding-top: 0px;
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service .service-inner .service-header {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service .service-inner .service-header .service-label {
  gap: 20px;
  display: flex;
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service .service-inner .service-header .service-label h4 {
  font-size: 18px;
  font-weight: 450;
  line-height: 1.2;
  letter-spacing: unset;
  color: #FFFFFF;
}
@media (min-width: 1600px) {
  #wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service .service-inner .service-header .service-label h4 {
    font-size: min(18px, 18px * 100vw / 1512px);
  }
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service .service-inner .service-header .service-toggle {
  border: 0;
  cursor: pointer;
  background: none;
  transition: transform 0.35s ease;
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service .service-inner .service-header .service-toggle img,
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service .service-inner .service-header .service-toggle svg {
  display: block;
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service .service-inner .service-content {
  max-height: 0;
  overflow: hidden;
  padding-top: 0px;
  opacity: 0;
  transition: max-height 0.45s ease, opacity 0.3s ease, padding-top 0.45s ease;
}
@media (min-width: 992px) {
  #wwd-preview .wwd-preview-inner .row .about .about-inner {
    width: 400px;
  }
}
@media (min-width: 1300px) {
  #wwd-preview .wwd-preview-inner .row .about .about-inner {
    width: 450px;
  }
}
@media (min-width: 1600px) {
  #wwd-preview .wwd-preview-inner .row .about .about-inner {
    width: 550px;
  }
}
#wwd-preview .wwd-preview-inner .row .graphic .graphic-inner .image-wrap .image {
  width: 100%;
  position: relative;
  border-radius: 15px;
  aspect-ratio: 350/325;
  background-size: cover;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 992px) {
  #wwd-preview .wwd-preview-inner .row .graphic .graphic-inner .image-wrap .image {
    aspect-ratio: 705/665;
  }
}
@media (min-width: 1600px) {
  #wwd-preview .wwd-preview-inner .row .graphic .graphic-inner .image-wrap .image {
    border-radius: min(15px, 15px * 100vw / 1512px);
  }
}
@media (min-width: 992px) {
  #wwd-preview .wwd-preview-inner .row {
    gap: 0px;
    flex-direction: row;
  }
}

#case-studies {
  border-bottom: 1px solid #1D1D1B;
}
#case-studies .case-studies-inner .row .case-study {
  width: 100%;
  border-top: 1px solid #1D1D1B;
  border-right: 1px solid #1D1D1B;
}
#case-studies .case-studies-inner .row .case-study a {
  text-decoration: none;
}
#case-studies .case-studies-inner .row .case-study:hover .case-study-inner {
  background-color: #beb5a3;
}
#case-studies .case-studies-inner .row .case-study .case-study-inner {
  gap: 25px;
  display: flex;
  padding: 30px 20px;
  transition: 0.5s all;
  flex-direction: column;
}
#case-studies .case-studies-inner .row .case-study .case-study-inner .heading h4,
#case-studies .case-studies-inner .row .case-study .case-study-inner .heading .h5 {
  gap: 15px;
  display: flex;
  margin: 0px 0px;
  color: #1D1D1B;
}
#case-studies .case-studies-inner .row .case-study .case-study-inner .image-wrap .image {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 15px;
  background-size: cover;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1600px) {
  #case-studies .case-studies-inner .row .case-study .case-study-inner .image-wrap .image {
    border-radius: min(15px, 15px * 100vw / 1512px);
  }
}
@media (min-width: 992px) {
  #case-studies .case-studies-inner .row .case-study .case-study-inner {
    gap: 35px;
    padding: 50px 50px;
  }
}
@media (min-width: 1600px) {
  #case-studies .case-studies-inner .row .case-study .case-study-inner {
    gap: min(35px, 35px * 100vw / 1512px);
    padding: min(50px, 50px * 100vw / 1512px) min(50px, 50px * 100vw / 1512px);
  }
}
#case-studies .case-studies-inner .row .case-study:last-of-type {
  border-right: 0px;
}
@media (min-width: 768px) {
  #case-studies .case-studies-inner .row .case-study {
    width: 50%;
  }
}

#banner-case-study {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  #banner-case-study {
    justify-content: center;
  }
}
#banner-case-study .container {
  flex: 1;
  display: flex;
}
@media (min-width: 992px) {
  #banner-case-study .container {
    display: unset;
    flex: unset;
  }
}
#banner-case-study .banner-inner {
  flex: 1;
  display: flex;
  padding: 150px 0 140px;
}
@media (min-width: 992px) {
  #banner-case-study .banner-inner {
    padding: 150px 0px 100px 0px;
  }
}
#banner-case-study .banner-inner .row {
  flex: 1;
  display: flex;
  align-items: stretch;
}
#banner-case-study .banner-inner .row .about-wrap {
  display: flex;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  #banner-case-study .banner-inner .row .about-wrap {
    width: 75%;
  }
}
@media (min-width: 1300px) {
  #banner-case-study .banner-inner .row .about-wrap {
    width: 50%;
  }
}
#banner-case-study .banner-inner .row .about-wrap .about {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 30px;
  margin: 0;
  width: 340px;
  max-width: 100%;
}
@media (min-width: 768px) {
  #banner-case-study .banner-inner .row .about-wrap .about {
    width: auto;
  }
}
@media (min-width: 992px) {
  #banner-case-study .banner-inner .row .about-wrap .about {
    justify-content: flex-end;
  }
}
@media (min-width: 1600px) {
  #banner-case-study .banner-inner .row .about-wrap .about {
    gap: min(30px, 30px * 100vw / 1512px);
  }
}
#banner-case-study .banner-inner .row .about-wrap .about .header-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  #banner-case-study .banner-inner .row .about-wrap .about .header-wrap {
    gap: 30px;
  }
}
@media (min-width: 1600px) {
  #banner-case-study .banner-inner .row .about-wrap .about .header-wrap {
    gap: min(30px, 30px * 100vw / 1512px);
  }
}
#banner-case-study .banner-inner .row .about-wrap .about .headings-wrap .headings {
  display: inline-flex;
  gap: 20px;
  margin: 0;
}
@media (min-width: 1600px) {
  #banner-case-study .banner-inner .row .about-wrap .about .headings-wrap .headings {
    gap: min(20px, 20px * 100vw / 1512px);
  }
}
#banner-case-study .banner-inner .row .about-wrap .about .headings-wrap .headings span {
  width: auto;
}
#banner-case-study .banner-inner .row .about-wrap .about .headings-wrap .headings span .h5 {
  color: #1D1D1B;
  letter-spacing: unset;
}
#banner-case-study .banner-inner .row .about-wrap .about .headline-wrap .headline {
  overflow: hidden;
}
#banner-case-study .banner-inner .row .about-wrap .about .headline-wrap .headline h2 {
  color: #1D1D1B;
  will-change: transform;
  line-height: 1.1;
}
@media (min-width: 992px) {
  #banner-case-study .banner-inner .row .about-wrap .about .headline-wrap .headline h2 {
    line-height: 1.1;
  }
}
#banner-case-study .banner-inner .row .about-wrap .about .body-wrap {
  will-change: transform, opacity;
}
#banner-case-study .banner-inner .row .about-wrap .about .body-wrap .body p:last-of-type {
  margin-bottom: 0;
}

#gallery-case-study .gallery-case-study-inner {
  gap: 50px;
  display: flex;
  margin: 0px 0px;
  flex-direction: column;
  padding: 0px 0px 100px 0px;
}
#gallery-case-study .gallery-case-study-inner .gallery {
  gap: 20px;
  display: flex;
  margin: 0px 0px;
  flex-direction: column;
}
#gallery-case-study .gallery-case-study-inner .gallery .gallery-row-wrap .gallery-row .row {
  gap: 20px;
}
#gallery-case-study .gallery-case-study-inner .gallery .gallery-row-wrap .gallery-row .row .gallery-dual-col {
  width: 100%;
}
#gallery-case-study .gallery-case-study-inner .gallery .gallery-row-wrap .gallery-row .row .gallery-dual-col .gallery-dual-col-inner .image-wrap .image {
  aspect-ratio: 1/1;
}
@media (min-width: 992px) {
  #gallery-case-study .gallery-case-study-inner .gallery .gallery-row-wrap .gallery-row .row .gallery-dual-col {
    flex: 1;
  }
}
@media (min-width: 1600px) {
  #gallery-case-study .gallery-case-study-inner .gallery .gallery-row-wrap .gallery-row .row {
    gap: min(20px, 20px * 100vw / 1512px);
  }
}
#gallery-case-study .gallery-case-study-inner .gallery .gallery-row-wrap .gallery-row .image-wrap .image {
  width: 100%;
  position: relative;
  border-radius: 15px;
  aspect-ratio: 1/1;
  background-size: cover;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 992px) {
  #gallery-case-study .gallery-case-study-inner .gallery .gallery-row-wrap .gallery-row .image-wrap .image {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1600px) {
  #gallery-case-study .gallery-case-study-inner .gallery .gallery-row-wrap .gallery-row .image-wrap .image {
    border-radius: min(15px, 15px * 100vw / 1512px);
  }
}
@media (min-width: 1600px) {
  #gallery-case-study .gallery-case-study-inner .gallery {
    gap: min(20px, 20px * 100vw / 1512px);
  }
}
#gallery-case-study .gallery-case-study-inner .btn-wrap {
  display: flex;
  margin: 0px 0px;
  justify-content: center;
}
#gallery-case-study .gallery-case-study-inner .btn-wrap a.button {
  border-color: #1D1D1B;
  color: #1D1D1B;
}
@media (min-width: 992px) {
  #gallery-case-study .gallery-case-study-inner {
    gap: 100px;
  }
}
@media (min-width: 1600px) {
  #gallery-case-study .gallery-case-study-inner {
    padding-bottom: min(100px, 100px * 100vw / 1512px);
  }
}
