@font-face {
  font-family: "StaffXX";
  src: url("../fonts/StaffXXCondensed-Regular.woff2") format("woff2"), url("../fonts/StaffXXCondensed-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "StaffXXX";
  src: url("../fonts/StaffXXXCondensed-Medium.woff2") format("woff2"), url("../fonts/StaffXXXCondensed-Medium.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Evolve Sans";
  src: url("../fonts/MADEEvolveSans-Light.woff2") format("woff2"), url("../fonts/MADEEvolveSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Evolve Sans";
  src: url("../fonts/MADEEvolveSans.woff2") format("woff2"), url("../fonts/MADEEvolveSans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Evolve Sans";
  src: url("../fonts/MADEEvolveSans-Bold.woff2") format("woff2"), url("../fonts/MADEEvolveSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100svh;
  width: 100vw;
  z-index: 10000000001;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

#preloader-home {
  position: fixed;
  top: 0;
  left: 0;
  height: 100svh;
  width: 100vw;
  z-index: 10000000001;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

.bold {
  font-weight: 700;
}

.italic {
  font-weight: italic;
}

a, img, button {
  background: none;
  outline: none;
  border: 0px;
  text-decoration: none;
}

button, .btn {
  transition: all 0.125s ease-in-out;
  cursor: none;
}

img {
  display: block;
  width: 100%;
}

ul, li {
  list-style-type: none;
}

html, body {
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow-x: clip;
}

body.noScroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

html {
  -ms-content-zooming: none;
  height: 100%;
  scrollbar-gutter: stable;
}

@-ms-viewport {
  width: device-width;
}
*, ::before, ::after {
  border-style: none;
  border-width: 0;
}

.clear {
  content: "";
  display: table;
  clear: both;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}

i[class^=fa],
i[class*=" fa"] {
  visibility: hidden;
}

.fa-loaded i[class^=fa],
.fa-loaded i[class*=" fa"] {
  visibility: visible;
}

body {
  font-size: clamp(16px, 1.25vw, 34px);
  font-family: "Evolve Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.3;
  background: #FFFFFF;
  text-wrap: pretty;
  font-display: swap;
}

.contain {
  position: relative;
  margin: 0px auto;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 5.5555555556vw);
  max-width: none;
}
@media only screen and (max-width: 1199px) {
  .contain {
    width: calc(100% - 40px);
  }
}

.visible-md {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-mob {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

@media only screen and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md {
    display: flex !important;
  }
}
@media only screen and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: flex !important;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  .hidden-mob {
    display: none !important;
  }

  .visible-mob {
    display: flex !important;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: flex !important;
  }
}
a {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  color: #000000;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  a {
    transition: all 0.25s ease-in-out;
  }
  a img {
    transition: all 0.25s ease-in-out;
  }
  a svg {
    transition: all 0.25s ease-in-out;
  }
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  a:after {
    transition: all 0.25s ease-in-out;
  }
}

a:visited {
  color: #000000;
}

a:active {
  color: #000000;
}

a:hover {
  color: #000000;
}

a:focus {
  outline: none;
}

a:not(.btn, .contact-btn) {
  outline-color: transparent;
}

a:not(.btn, .contact-btn):focus-visible {
  border-radius: 0.3472222222vw;
}

.btn {
  font-size: clamp(16px, 1.25vw, 34px);
  font-family: "Evolve Sans", sans-serif;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 1;
  transition: all 0.25s ease-in-out;
  box-sizing: border-box;
  border-radius: 4.1666666667vw;
  border: 1px solid #F47B20;
  background: transparent;
  color: #000000;
  gap: 1.3888888889vw;
  padding: 1.3888888889vw 1.7361111111vw;
  box-sizing: border-box;
  cursor: pointer;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  .btn:hover {
    background: #F47B20;
    color: #FFFFFF;
  }
}
.btn.btn-solid {
  background: #F47B20;
  color: #FFFFFF;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  .btn.btn-solid:hover {
    background: transparent;
    color: #000000;
  }
}
.btn.btn-solid.btn-solid-2:hover {
  color: #FFFFFF;
}
.btn.btn-hero {
  padding: 0.6944444444vw 0.6944444444vw 0.6944444444vw 1.3888888889vw;
}
.btn.btn-hero i {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 100%;
  background: #FFFFFF;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .btn {
    gap: 10px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 60px;
  }
  .btn.btn-hero {
    padding: 6px 6px 6px 16px;
  }
  .btn.btn-hero i {
    width: 32px;
    height: 32px;
  }
}

.staff {
  font-family: "StaffXX", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
}

h1, .h1 {
  font-size: clamp(120px, 13.889vw, 500px);
  line-height: 0.9;
  font-family: "StaffXX", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

h2, .h2 {
  font-size: clamp(88px, 9.028vw, 300px);
  line-height: 0.9;
  font-family: "StaffXX", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.body200 {
  font-size: clamp(120px, 13.889vw, 500px);
}

.body130 {
  font-size: clamp(88px, 9.028vw, 300px);
}

.body60 {
  font-size: clamp(34px, 4.167vw, 300px);
  font-weight: 300;
}

.body36 {
  font-size: clamp(24px, 2.5vw, 300px);
  font-weight: 300;
}

.body28 {
  font-size: clamp(18px, 1.944vw, 300px);
  font-weight: 300;
}

.body22 {
  font-size: clamp(18px, 1.528vw, 300px);
}

.body16 {
  font-size: clamp(14px, 1.111vw, 300px);
}

.body14 {
  font-size: clamp(12px, 0.972vw, 300px);
}

@media only screen and (max-width: 991px) {
  .body14 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  body {
    font-size: 16px;
  }
}
img.lazyload,
img.lazyautosizes {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

img.lazyloaded {
  opacity: 1;
  transform: translateY(0);
}

header {
  position: fixed;
  top: 0;
  z-index: 10000;
  left: 0;
  width: 100%;
  transition: all 0.35s ease-in-out;
  padding: 1.3888888889vw 0;
  z-index: 10001;
}
header .logo {
  display: block;
  width: 16.6666666667vw;
  min-width: 220px;
  transition: all 0.35s ease-in-out;
}
header .logo svg {
  display: block;
  width: 100%;
}
header .logo svg path {
  fill: #FFFFFF;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  z-index: 2;
  position: relative;
}
header .header-inner #default-nav {
  margin-left: auto;
  margin-right: 10vw;
  transition: all 0.35s ease-in-out;
}
header .header-inner #default-nav a {
  color: #FFFFFF;
}
header .header-inner #default-nav ul:not(.dropdown) {
  display: flex;
  border-bottom: 1px solid #F47B20;
  gap: 2.4305555556vw;
  padding: 0.4861111111vw 0;
}
header .header-inner #default-nav ul:not(.dropdown) > li {
  position: relative;
}
header .header-inner #default-nav ul:not(.dropdown) > li:after {
  height: 0.2083333333vw;
  background: #F47B20;
  position: absolute;
  bottom: -0.625vw;
  left: 0;
  content: "";
  transition: all 0.25s ease-in-out;
  width: 0;
}
header .header-inner #default-nav ul:not(.dropdown) > li:hover:after {
  width: 100%;
}
header .header-inner #default-nav li.has-drop:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  header .header-inner #default-nav li.has-drop:hover ul.dropdown a:hover {
    color: #F47B20;
  }
}
header .header-inner #default-nav ul.dropdown {
  padding-top: 1.3888888889vw;
  position: absolute;
  top: calc(100% + 0.625vw);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  gap: 0.6944444444vw;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}
header #navBtn {
  width: 2.7777777778vw;
  min-width: 32px;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #FFFFFF;
  cursor: pointer;
  text-indent: -9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease-in-out;
}
header #navBtn span {
  background: #000000;
  height: 2px;
  width: 50%;
  position: relative;
  transition: all 0.35s ease-in-out;
}
header #navBtn span:after, header #navBtn span:before {
  background: #000000;
  height: 2px;
  width: 50%;
  position: absolute;
  left: 25%;
  content: "";
  transition: all 0.35s ease-in-out;
}
header #navBtn span:after {
  top: -8px;
}
header #navBtn span:before {
  bottom: -8px;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  header #navBtn:hover {
    scale: 1.2;
  }
}
header #mega-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  pointer-events: none;
}
header #mega-menu #menu-inner {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  display: block;
  padding: 6.9444444444vw 5.5555555556vw;
  box-sizing: border-box;
  border-bottom-right-radius: 2.7777777778vw;
  border-bottom-left-radius: 2.7777777778vw;
  transition: all 0.35s ease-in-out;
  transform: translateY(-100%);
}
header #mega-menu #menu-inner #full-nav {
  transition: all 0.35s ease-in-out;
  transition-delay: 0.15s;
  opacity: 0;
}
header #mega-menu #menu-inner #full-nav ul {
  display: grid;
  grid-template-columns: 45% 55%;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  row-gap: 2.0833333333vw;
}
header #mega-menu #menu-inner #full-nav ul li {
  line-height: 1;
}
header #mega-menu #menu-inner #full-nav ul a {
  color: #1E3550;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  header #mega-menu #menu-inner #full-nav ul a:hover {
    color: #F47B20;
  }
}
header #mega-menu #menu-inner .contact {
  display: flex;
  margin: 4.8611111111vw auto 0;
  transition: all 0.35s ease-in-out;
  transition-delay: 0.15s;
  opacity: 0;
}
header #mega-menu #menu-inner .contact .col-lt {
  width: 45%;
}
header #mega-menu #menu-inner .contact .col-rt {
  width: 55%;
}
header #mega-menu #menu-inner .contact a {
  color: #F47B20;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  header #mega-menu #menu-inner .contact a:hover {
    color: #1E3550;
  }
}
header #mega-menu #menu-inner .contact .social {
  display: flex;
  gap: 0.6944444444vw;
}
header #mega-menu:after {
  position: fixed;
  height: 100svh;
  top: 0;
  left: 0;
  width: 100%;
  background: #1E3550;
  opacity: 0.8;
  content: "";
  z-index: 0;
}
header.header-dark .logo svg path, header.h-scroll:not(.scrollUp) .logo svg path {
  fill: #1E3550;
}
header.header-dark .header-inner #default-nav a, header.h-scroll:not(.scrollUp) .header-inner #default-nav a {
  color: #1E3550;
}
header.header-dark #navBtn, header.h-scroll:not(.scrollUp) #navBtn {
  background: #F47B20;
}
header.header-dark #navBtn span, header.h-scroll:not(.scrollUp) #navBtn span {
  background: #FFFFFF;
}
header.header-dark #navBtn span:after, header.header-dark #navBtn span:before, header.h-scroll:not(.scrollUp) #navBtn span:after, header.h-scroll:not(.scrollUp) #navBtn span:before {
  background: #FFFFFF;
}
header.scrollUp {
  transform: translateY(-200%);
}
header.h-scroll:not(.scrollUp):not(.nav-open) {
  transform: translateY(0);
  background: #FFFFFF;
}
header.h-scroll:not(.scrollUp):not(.nav-open) .header-inner ul.dropdown {
  background: #FFFFFF;
  padding: 0 1.3888888889vw 1.0416666667vw;
  left: -1.3888888889vw;
}
header.nav-open #mega-menu {
  opacity: 1;
  pointer-events: all;
}
header.nav-open #mega-menu #menu-inner {
  transform: translateY(0);
}
header.nav-open #mega-menu #menu-inner #full-nav, header.nav-open #mega-menu #menu-inner .contact {
  opacity: 1;
}
header.nav-open #mega-menu:after {
  opacity: 0.8;
}
header.nav-open .header-inner .logo, header.nav-open .header-inner #default-nav {
  opacity: 0;
}
header.nav-open #navBtn {
  background: #F47B20;
}
header.nav-open #navBtn span {
  background: #FFFFFF;
}
header.nav-open #navBtn span:after, header.nav-open #navBtn span:before {
  opacity: 0;
}
@media only screen and (max-width: 1199px) {
  header #navBtn span:after {
    top: -6px;
  }
  header #navBtn span:before {
    bottom: -6px;
  }
  header #mega-menu {
    position: fixed;
  }
  header #mega-menu #menu-inner {
    padding: 100px 60px 80px;
  }
}
@media only screen and (max-width: 991px) {
  header {
    padding: 15px 0;
  }
  header #navBtn {
    width: 40px;
  }
  header #mega-menu #menu-inner {
    padding: 60px 40px 60px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  header #mega-menu #menu-inner #full-nav ul {
    display: block;
  }
  header #mega-menu #menu-inner #full-nav ul li {
    padding: 10px 0;
  }
  header #mega-menu #menu-inner .contact {
    display: flex;
    flex-direction: column;
    margin: 50px 0 0;
    gap: 20px;
    font-size: 20px;
  }
  header #mega-menu #menu-inner .contact .col-lt, header #mega-menu #menu-inner .contact .col-rt {
    width: 100%;
  }
  header #mega-menu #menu-inner .contact .social {
    display: flex;
    gap: 15px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  header #mega-menu #menu-inner {
    padding: 60px 20px;
    border-radius: 0;
    height: 100svh;
    box-sizing: border-box;
  }
}

footer {
  position: relative;
  margin: 0 auto;
  display: block;
  background: #000000;
}
footer .logo {
  width: 100%;
  display: block;
}
footer .logo svg {
  width: 100%;
  display: block;
}
footer a:link, footer a:visited {
  color: #FFFFFF;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  footer a:hover, footer a:active {
    color: #F47B20;
  }
}
footer .row-1 {
  padding: 4.1666666667vw 0 6.9444444444vw;
  color: #F47B20;
}
footer .row-2 {
  border-top: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 2.0833333333vw 0;
}
footer .footer-links {
  display: flex;
  justify-content: space-between;
}
footer .footer-links li {
  padding-bottom: 0.8333333333vw;
}
footer .row-2-links {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  footer {
    padding-top: 30px;
  }
  footer .body14, footer .body16 {
    font-size: 13px;
  }
  footer .logo {
    width: 230px;
  }
  footer .row-1 {
    padding: 0 0 80px;
  }
  footer .row-2 {
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding: 20px 0;
  }
  footer .footer-links {
    flex-wrap: wrap;
    padding-top: 15px;
  }
  footer .footer-links ul {
    width: 50%;
    margin-top: 30px;
  }
  footer .footer-links ul:nth-of-type(2) {
    order: 3;
  }
  footer .footer-links ul:nth-of-type(3) {
    order: 4;
  }
  footer .footer-links ul:nth-of-type(4) {
    order: 2;
  }
  footer .footer-links li {
    padding-bottom: 10px;
  }
  footer .row-2-links {
    justify-content: flex-start;
    padding-top: 5px;
  }
  footer .row-2-links span {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #FFFFFF;
  }
}

.bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-image img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.col-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -1.3888888889vw;
  width: calc(100% + 2.7777777778vw);
}
.col-wrap.justify-row {
  justify-content: space-between;
}
.col-wrap .col {
  box-sizing: border-box;
  margin: 0 1.3888888889vw;
}
.col-wrap .col-span-1 {
  width: calc(8.3333333333% - 2.7777777778vw);
}
.col-wrap .col-span-2 {
  width: calc(16.6666666667% - 2.7777777778vw);
}
.col-wrap .col-span-3 {
  width: calc(25% - 2.7777777778vw);
}
.col-wrap .col-span-4 {
  width: calc(33.3333333333% - 2.7777777778vw);
}
.col-wrap .col-span-5 {
  width: calc(41.6666666667% - 2.7777777778vw);
}
.col-wrap .col-span-6 {
  width: calc(50% - 2.7777777778vw);
}
.col-wrap .col-span-7 {
  width: calc(58.3333333333% - 2.7777777778vw);
}
.col-wrap .col-span-8 {
  width: calc(66.6666666667% - 2.7777777778vw);
}
.col-wrap .col-span-9 {
  width: calc(75% - 2.7777777778vw);
}
.col-wrap .col-span-10 {
  width: calc(83.3333333333% - 2.7777777778vw);
}
.col-wrap .col-span-11 {
  width: calc(91.6666666667% - 2.7777777778vw);
}
.col-wrap .col-span-12 {
  width: calc(100% - 1.3888888889vw);
}
.col-wrap .spacer {
  height: 0;
}
@media only screen and (max-width: 1199px) {
  .col-wrap {
    margin: 0 -10px;
    width: calc(100% + 1.3888888889vw);
  }
  .col-wrap .col {
    box-sizing: border-box;
    margin: 0 0.6944444444vw;
  }
  .col-wrap .col-span-1 {
    width: calc(8.3333333333% - 1.3888888889vw);
  }
  .col-wrap .col-span-2 {
    width: calc(16.6666666667% - 1.3888888889vw);
  }
  .col-wrap .col-span-3 {
    width: calc(25% - 1.3888888889vw);
  }
  .col-wrap .col-span-4 {
    width: calc(33.3333333333% - 1.3888888889vw);
  }
  .col-wrap .col-span-5 {
    width: calc(41.6666666667% - 1.3888888889vw);
  }
  .col-wrap .col-span-6 {
    width: calc(50% - 1.3888888889vw);
  }
  .col-wrap .col-span-7 {
    width: calc(58.3333333333% - 1.3888888889vw);
  }
  .col-wrap .col-span-8 {
    width: calc(66.6666666667% - 1.3888888889vw);
  }
  .col-wrap .col-span-9 {
    width: calc(75% - 1.3888888889vw);
  }
  .col-wrap .col-span-10 {
    width: calc(83.3333333333% - 1.3888888889vw);
  }
  .col-wrap .col-span-11 {
    width: calc(91.6666666667% - 1.3888888889vw);
  }
  .col-wrap .col-span-12 {
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 991px) {
  .col-wrap {
    margin: 0;
    width: 100%;
  }
  .col-wrap .col {
    margin: 0;
    width: 100%;
  }
  .col-wrap .spacer {
    display: none;
  }
  .col-wrap .justify-row {
    justify-content: flex-start;
  }
}

.banner {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.banner img, .banner video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

#main-cta {
  background: #000000;
  color: #FFFFFF;
  padding: 10.4166666667vw 0 16.6666666667vw;
}
#main-cta p {
  margin-top: 6.9444444444vw;
}
#main-cta button {
  margin-top: 4.1666666667vw;
}
@media only screen and (max-width: 991px) {
  #main-cta {
    padding: 100px 0 120px;
  }
  #main-cta p {
    margin-top: 60px;
  }
  #main-cta button {
    margin-top: 40px;
  }
  #main-cta .cont {
    width: 100%;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 100svh;
  display: block;
}

.btn-group {
  display: flex;
  align-items: flex-start;
  gap: 1.3888888889vw;
}
@media only screen and (max-width: 991px) {
  .btn-group {
    gap: 16px;
  }
}

.overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 1;
}

.gradient-overlay:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.orient-vert {
  aspect-ratio: 5/4;
}
.orient-vert img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.orient-horiz {
  aspect-ratio: 4/5;
}
.orient-horiz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-scale figure {
  overflow: hidden;
}
.image-scale img {
  transition: transform 0.25s ease-in-out;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  .image-scale:hover img {
    transform: scale(1.05);
  }
}

.post-thumb figure {
  position: relative;
}
.post-thumb figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-thumb figure .cat-tag {
  position: absolute;
  top: 1.0416666667vw;
  left: 1.0416666667vw;
  background: #FFFFFF;
  border-radius: 0.6944444444vw;
  padding: 0.4166666667vw 0.6944444444vw;
}
.post-thumb .date {
  color: #F47B20;
  margin-top: 1.3888888889vw;
  display: block;
}
.post-thumb .title {
  margin-top: 0.6944444444vw;
  display: block;
}
@media only screen and (max-width: 991px) {
  .post-thumb figure .cat-tag {
    top: 10px;
    left: 10px;
    border-radius: 8px;
    padding: 4px 8px;
  }
  .post-thumb .date {
    margin-top: 15px;
  }
  .post-thumb .title {
    margin-top: 10px;
  }
}

/**SCROLLING IMGS**/
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/**HOMEPAGE LOAD**/
@keyframes home-hero-load {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**HERO HEADLINE FADE UP**/
@keyframes heroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#hero-home {
  color: #FFFFFF;
}
#hero-home #hero-home--headline {
  animation: home-hero-load 1s ease-in-out forwards;
  animation-delay: 2.75s;
}
#hero-home #bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hero-home #bg:after {
  background: rgba(0, 0, 0, 0.6);
}
#hero-home #home-video {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hero-home #hero-content {
  position: absolute;
  bottom: 40px;
  z-index: 2;
  width: 100%;
  left: 0;
}
#hero-home #hero-content .contain {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#hero-home #hero-content h1 {
  font-size: clamp(180px, 15.278vw, 500px);
  line-height: 0.95;
}
#hero-home #hero-content h1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(2.0833333333vw);
  animation: heroFadeUp 750ms ease forwards;
}
#hero-home #hero-content h1 .line1 {
  animation-delay: 300ms;
  padding-right: 1.3888888889vw;
}
#hero-home #hero-content h1 .line2 {
  animation-delay: 800ms;
}
#hero-home #hero-content h1 .line3 {
  animation-delay: 1300ms;
}
#hero-home #hero-content button {
  white-space: nowrap;
  color: #FFFFFF;
  margin-bottom: 1.3888888889vw;
  opacity: 0;
  animation: heroFadeUp 750ms ease forwards;
  animation-delay: 2300ms;
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #hero-home #hero-content .contain {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #hero-home #hero-content h1 {
    width: 100%;
  }
  #hero-home #hero-content h1 span {
    display: block;
  }
  #hero-home #hero-content button {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #hero-home #hero-content h1 {
    font-size: 120px;
  }
}
@media all and (pointer: coarse) and (max-width: 991px) and (orientation: landscape) {
  #hero-home #hero-content {
    bottom: 20px;
  }
  #hero-home #hero-content h1 {
    font-size: 100px;
    width: 75%;
  }
}

#home-intro {
  padding: 8.3333333333vw 0 0;
}
#home-intro .col-wrap {
  align-items: stretch;
}
#home-intro .col-lt {
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
#home-intro .btn-group {
  transform: translateY(-100%);
}
#home-intro .imgs {
  margin-top: 5.5555555556vw;
}
@media only screen and (max-width: 991px) {
  #home-intro {
    padding-top: 100px;
  }
  #home-intro .col-rt {
    margin-top: 30px;
  }
  #home-intro .btn-group {
    transform: unset;
    margin-top: 40px;
  }
  #home-intro .imgs {
    margin-top: 100px;
    justify-content: space-between;
    gap: 16px;
  }
  #home-intro .imgs figure:not(:first-of-type) {
    width: calc(50% - 8px);
  }
}

#stat-marquees {
  font-family: "StaffXXX", "StaffXX";
  font-weight: 700;
  font-size: clamp(120px, 18.75vw, 500px);
  line-height: 0.9;
  text-transform: uppercase;
  padding: 13.8888888889vw 0;
}
#stat-marquees span {
  color: #F47B20;
}
#stat-marquees .marquee {
  --gap: calc(80vw/14.4);
  gap: var(--gap);
  position: relative;
  display: flex;
  overflow: hidden;
  z-index: 2;
}
#stat-marquees .marquee .marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 30s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
#stat-marquees .marquee#marquee-2 .marquee__content {
  animation-direction: reverse;
}
@media only screen and (max-width: 991px) {
  #stat-marquees {
    padding: 170px 0;
  }
  #stat-marquees .marquee .marquee__content {
    animation: scroll 20s linear infinite;
  }
}

#home-work p {
  width: 50%;
}
#home-work .row-1 {
  margin-bottom: 5.5555555556vw;
}
#home-work .banner {
  color: #FFFFFF;
}
#home-work .banner a {
  color: #FFFFFF;
}
#home-work .banner figure {
  position: relative;
  display: block;
  width: 100%;
  height: 100svh;
  min-height: 700px;
}
#home-work .banner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home-work .banner .info {
  position: absolute;
  bottom: 2.7777777778vw;
  left: 0;
  right: 0;
  z-index: 2;
  height: 50%;
}
#home-work .banner .info .contain {
  display: flex;
  height: 100%;
  flex-direction: column;
}
#home-work .banner p {
  width: 75%;
}
#home-work .banner a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
#home-work .banner a i {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border-radius: 100%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #home-work .banner a:hover i {
    transform: scale(1.2);
  }
}
#home-work .featured-pair {
  margin: 6.9444444444vw auto;
}
#home-work .featured-pair .title {
  display: block;
  margin: 1.0416666667vw 0 0;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #home-work .featured-pair a:hover {
    color: #F47B20;
  }
}
@media only screen and (max-width: 991px) {
  #home-work .row-1 {
    margin-bottom: 60px;
  }
  #home-work .row-1 .col-span-4 {
    order: 1;
  }
  #home-work .row-1 .col-span-6 {
    order: 2;
    margin-top: 15px;
  }
  #home-work .row-1 .col-span-2 {
    order: 3;
    margin-top: 30px;
  }
  #home-work p {
    width: 85%;
  }
  #home-work .banner figure {
    min-height: 600px;
    height: 50vh;
  }
  #home-work .banner .info {
    bottom: 20px;
  }
  #home-work .banner p {
    width: 100%;
  }
  #home-work .banner a i {
    width: 42px;
    height: 42px;
  }
  #home-work .featured-pair {
    margin: 80px auto;
  }
  #home-work .featured-pair .col-wrap {
    gap: 40px;
  }
  #home-work .featured-pair .title {
    margin: 15px 0 0;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #home-work .banner a span {
    width: calc(100% - 44px);
  }
}

#insights-module {
  padding: 12.5vw 0;
}
#insights-module .btn-group {
  gap: 0.6944444444vw;
}
#insights-module .round {
  background: #40634A;
  color: #FFFFFF;
  border-radius: 100%;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  cursor: pointer;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #insights-module .round:hover {
    background: #F47B20;
  }
}
#insights-module .row-2 {
  margin-top: 4.1666666667vw;
}
#insights-module .row-2 .post-track {
  display: flex;
  gap: 2.0833333333vw;
}
#insights-module .row-2 .view-all {
  margin: 5.5555555556vw 0 0;
}
#insights-module .row-2 .slick-list {
  margin: 0 -1.0416666667vw;
}
#insights-module .row-2 .post-thumb {
  margin: 0 1.0416666667vw;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #insights-module .row-2 .post-thumb:hover {
    color: #F47B20;
  }
}
#insights-module .row-2 .slick-disabled {
  opacity: 0.25;
  cursor: default;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #insights-module .row-2 .slick-disabled:hover {
    background: #40634A;
  }
}
@media only screen and (max-width: 1199px) {
  #insights-module {
    padding: 100px 0 140px;
  }
  #insights-module .row-1 p {
    order: 2;
    margin-top: 15px;
    width: 85%;
  }
  #insights-module .row-2 {
    margin-top: 50px;
  }
  #insights-module .row-2 .post-track {
    gap: 20px;
  }
  #insights-module .row-2 .view-all {
    margin: 50px 0 0;
  }
  #insights-module .row-2 .slick-list {
    overflow: visible;
    margin: 0 -10px;
  }
  #insights-module .row-2 .post-thumb {
    margin: 0 10px;
  }
}

/*# sourceMappingURL=styles.css.map */
