@import url("../../inc/modern-normalize/modern-normalize.css");
@import url("../../inc/bootstrap/bootstrap-grid.min.css");
@import url("../../inc/aos/aos.css");
@import url("../../inc/lenis/lenis.min.css");
@import url("../../inc/lity/lity.min.css");
@import url("../../inc/swiper/swiper-bundle.min.css");
@import url("../../inc/modal/jquery.modal.min.css");
/*----------------------------------
------------ GLOBALS ---------------
----------------------------------*/
@font-face {
  font-family: "Antique Legacy";
  font-weight: 400;
  src: url("../fonts/antique-legacy/Antique-Legacy-Regular.woff") format("woff"), url("../fonts/antique-legacy/Antique-Legacy-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Antique Legacy";
  font-weight: 500;
  src: url("../fonts/antique-legacy/Antique-Legacy-Medium.woff") format("woff"), url("../fonts/antique-legacy/Antique-Legacy-Medium.woff2") format("woff2");
}
:root {
  --site-padding: 2.5rem;
  --site-inner-padding: 30px;
  --viewport-height: 100vh;
}
@media (max-width: 1399px) {
  :root {
    --site-padding: 1.75rem;
  }
}
@media (max-width: 1199px) {
  :root {
    --site-padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  :root {
    --site-padding: 1rem;
    --site-inner-padding: 1rem;
    --viewport-height: calc(100vh - 80px);
  }
}

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

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

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "Antique Legacy", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #303030;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  background-color: #FFFFFF;
}

ul, ol {
  padding-left: 1.25em;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

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

.c-charcoal {
  color: #303030;
}

.c-red {
  color: #F43214;
}

.c-white {
  color: #FFFFFF;
}

.c-black {
  color: #000000;
}

.bg-charcoal {
  background-color: #303030;
}

.bg-red {
  background-color: #F43214;
}

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
  font-weight: 400;
  line-height: 1.2;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}

h1, .h1, .f-60 {
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media (max-width: 1199px) {
  h1, .h1, .f-60 {
    font-size: 52px;
  }
}
@media (max-width: 575px) {
  h1, .h1, .f-60 {
    font-size: 30px;
    margin: 1.125rem 0;
  }
}

h2, .h2, .f-52 {
  font-size: 52px;
}
@media (max-width: 575px) {
  h2, .h2, .f-52 {
    font-size: 30px;
  }
}
h2 a, .h2 a, .f-52 a {
  text-decoration: none;
}
h2:first-child, .h2:first-child, .f-52:first-child {
  margin-top: 0;
}

h3, .h3, .f-38 {
  font-size: 38px;
  line-height: 1.2;
  margin: 2rem 0;
}
@media (max-width: 1199px) {
  h3, .h3, .f-38 {
    font-size: 32px;
    margin: 1.5rem 0;
  }
}
@media (max-width: 575px) {
  h3, .h3, .f-38 {
    font-size: 24px;
    margin: 1.125rem 0;
  }
}

h4, .h4, .f-30 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media (max-width: 575px) {
  h4, .h4, .f-30 {
    font-size: 22px;
  }
}

h5, .h5, .f-23 {
  font-size: 23px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h5, .h5, .f-23 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  h5, .h5, .f-23 {
    font-size: 16px;
  }
}

h6, .h6, .f-18 {
  font-size: 18px;
  font-weight: 500;
}

.f-156 {
  font-size: 156px;
}
@media (max-width: 575px) {
  .f-156 {
    font-size: 60px;
  }
}

.f-50 {
  font-size: 49px;
}
@media (max-width: 1199px) {
  .f-50 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .f-50 {
    font-size: 30px;
  }
}

.f-45 {
  font-size: 45px;
}
@media (max-width: 575px) {
  .f-45 {
    font-size: 30px;
  }
}

.f-34 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media (max-width: 1199px) {
  .f-34 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .f-34 {
    font-size: 24px;
  }
}

.f-20 {
  font-size: 20px;
}
@media (max-width: 575px) {
  .f-20 {
    font-size: 16px;
  }
}

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

.f-15 {
  font-size: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

b, strong {
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button {
  border: 1px solid #303030;
  color: #303030;
  padding: 0;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  text-transform: capitalize;
}
.button__text {
  padding: 0.25em 1.5em;
  font-size: 18px;
  min-width: 240px;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .button__text {
    font-size: 15px;
    padding-left: 1.25em;
    min-width: 200px;
  }
}
.button__arrow {
  position: relative;
  border-left: 1px solid #303030;
  height: 60px;
  width: 60px;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .button__arrow {
    height: 54px;
    width: 54px;
  }
}
.button__arrow::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  border-right: 1px solid #303030;
  border-bottom: 1px solid #303030;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 10px);
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .button__arrow::before {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 7px);
  }
}
.button:hover {
  background-color: #F43214;
  border-color: #F43214;
  color: #FFFFFF;
}
.button:hover .button__arrow {
  border-left-color: #FFFFFF;
}
.button:hover .button__arrow::before {
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.button--rev {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.button--rev .button__arrow {
  border-left: 1px solid #FFFFFF;
}
.button--rev .button__arrow::before {
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.button--smaller .button__text {
  font-size: 15px;
  min-width: 200px;
}
@media (max-width: 575px) {
  .button--smaller .button__text {
    font-size: 13px;
  }
}
.button--smallest .button__text {
  font-size: 15px;
  min-width: 180px;
}
@media (max-width: 575px) {
  .button--smallest .button__text {
    font-size: 13px;
  }
}
.button--smallest .button__arrow {
  width: 50px;
  height: 50px;
}
.button--simple {
  padding: 0.5em 2em;
  font-size: 15px;
}
.button--back {
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .button--back {
    transform: none;
  }
}

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

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

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

.img-cont {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.img-cont.img-cont-21 {
  padding-top: 50%;
}
.img-cont.img-cont-169 {
  padding-top: 56.25%;
}
.img-cont.img-cont-32 {
  padding-top: 66.667%;
}
.img-cont.img-cont-43 {
  padding-top: 75%;
}
.img-cont.img-cont-54 {
  padding-top: 80%;
}
.img-cont.img-cont-56 {
  padding-top: 120%;
}
.img-cont.img-cont-45 {
  padding-top: 125%;
}
.img-cont.img-cont-34 {
  padding-top: 133.333%;
}
.img-cont.img-cont-1217 {
  padding-top: 141%;
}
.img-cont.img-cont-auto {
  padding: 0;
}
.img-cont.img-cont-auto img, .img-cont.img-cont-auto video {
  position: static !important;
}
.img-cont img, .img-cont video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.img-cont video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.img-cont.op-top img {
  -o-object-position: top;
     object-position: top;
}
.img-cont.op-bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}

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

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

section, .section {
  position: relative;
  overflow: hidden;
}

.br-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  font-size: 15px;
  z-index: 5;
  color: #FFFFFF;
}

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

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

/*----------------------------------
------------- HEADER ---------------
----------------------------------*/
#page-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 9999;
}

.main-site-header {
  padding: 2rem 0;
  position: relative;
  background-color: #FFFFFF;
}
@media (max-width: 1399px) {
  .main-site-header {
    padding: 1.5rem 0;
  }
}
@media (max-width: 767px) {
  .main-site-header {
    padding: 1.25rem 0;
  }
}
.main-site-header .row {
  align-items: center;
}
.main-site-header__logo {
  width: auto;
  height: auto;
  margin-bottom: -5px;
  position: relative;
  z-index: 40;
}
@media (max-width: 1399px) {
  .main-site-header__logo {
    width: 220px;
  }
}
@media (max-width: 575px) {
  .main-site-header__logo {
    width: 180px;
  }
}

.rk-menu-toggle {
  width: 52px;
  height: 52px;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  z-index: 100;
  background-color: #F43214;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  position: fixed;
  top: 22px;
  right: var(--site-padding);
}
@media (max-width: 1399px) {
  .rk-menu-toggle {
    width: 45px;
    height: 45px;
    top: 16px;
  }
}
@media (max-width: 767px) {
  .rk-menu-toggle {
    top: 13px;
  }
}
@media (max-width: 575px) {
  .rk-menu-toggle {
    width: 40px;
    height: 40px;
  }
}
.rk-menu-toggle span {
  width: 51%;
  height: 2px;
  display: block;
  background-color: #FFFFFF;
  margin-bottom: 5px;
  position: relative;
  transition: all 0.3s ease;
  top: 0;
}
.rk-menu-toggle span:nth-child(3) {
  margin-bottom: 0;
}

.rk-menu-open .rk-menu-toggle span:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
}

.rk-menu-open .rk-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.rk-menu-open .rk-menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
  top: -7px;
}

.flyout-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
  transform: translateY(-101%);
  color: #FFFFFF;
}
.rk-menu-open .flyout-menu {
  transform: translateY(0);
}
.flyout-menu .rk-container {
  height: 100%;
}
.flyout-menu__logo {
  width: auto;
  height: auto;
  position: absolute;
  top: 4px;
  left: 0;
  transition: all 1s ease;
  opacity: 0;
  z-index: 5;
}
@media (max-width: 1399px) {
  .flyout-menu__logo {
    width: 220px;
  }
}
@media (max-width: 1199px) {
  .flyout-menu__logo {
    top: 2px;
  }
}
@media (max-width: 767px) {
  .flyout-menu__logo {
    top: 0;
  }
}
@media (max-width: 575px) {
  .flyout-menu__logo {
    width: 180px;
  }
}
.rk-menu-open .flyout-menu__logo {
  opacity: 1;
  transition-delay: 1s;
}
@media (max-width: 767px) {
  .rk-menu-open .flyout-menu__logo {
    transition-delay: 0s;
  }
}
.flyout-menu__nav {
  margin-left: 50%;
  margin-top: 32px;
  position: relative;
}
@media (max-width: 1399px) {
  .flyout-menu__nav {
    margin-top: 25px;
  }
}
@media (max-width: 1199px) {
  .flyout-menu__nav {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .flyout-menu__nav {
    padding-left: 30px;
    margin-left: 0;
    padding-top: 100px;
  }
}
.flyout-menu__nav::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100vh - 80px);
  height: 0;
  position: absolute;
  top: 4px;
  left: -40px;
  background-color: #fff;
  transition: all 0.1s ease 0.1s;
}
@media (max-width: 767px) {
  .flyout-menu__nav::before {
    left: 0;
    top: 100px;
  }
}
.rk-menu-open .flyout-menu__nav::before {
  height: calc(100vh - 80px);
  transition-duration: 1s;
  transition-delay: 0.6s;
}
@media (max-width: 767px) {
  .rk-menu-open .flyout-menu__nav::before {
    height: calc(100dvh - 180px);
  }
}
.flyout-menu__nav ul {
  list-style: none;
  margin: 0;
  padding: 0 0 40px;
  font-size: 58px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .flyout-menu__nav ul {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .flyout-menu__nav ul {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .flyout-menu__nav ul {
    font-size: 36px;
  }
}
.flyout-menu__nav ul li {
  margin-bottom: 0em;
  transition: all 0.6s ease;
  transform: translateY(10px);
  opacity: 0;
}
.flyout-menu__nav ul li a {
  transition: all 0.3s ease;
  opacity: 0.5;
}
.flyout-menu__nav ul li a:hover {
  opacity: 1;
}
.flyout-menu__nav .primary-menu .menu-item-has-children {
  position: relative;
  z-index: 5;
}
.flyout-menu__nav .primary-menu .menu-item-has-children > .sub-menu-toggle {
  display: none;
  position: absolute;
  top: 0.35em;
  right: 0.35em;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  width: 0.35em;
  height: 0.35em;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 767px) {
  .flyout-menu__nav .primary-menu .menu-item-has-children > .sub-menu-toggle {
    display: block;
  }
}
.flyout-menu__nav .primary-menu .menu-item-has-children.open > .sub-menu-toggle {
  transform: rotate(135deg);
  top: 0.55em;
}
.flyout-menu__nav .primary-menu > li {
  position: relative;
}
.flyout-menu__nav .primary-menu > li > .sub-menu {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 0.75rem;
  font-size: 1.25rem;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .flyout-menu__nav .primary-menu > li > .sub-menu {
    position: static;
    opacity: 1;
    pointer-events: all;
    padding: 0.25rem 0 1rem;
    width: 100%;
    transition: none;
  }
}
.flyout-menu__nav .primary-menu > li > .sub-menu.show {
  opacity: 1;
  pointer-events: all;
}
.flyout-menu__nav .primary-menu > li > .sub-menu > li {
  display: block;
}
.flyout-menu__nav .primary-menu > li > .sub-menu > li:not(:last-child) {
  margin-bottom: 0em;
}

.rk-menu-open .flyout-menu__nav ul li {
  opacity: 1;
  transform: translateY(0px);
}
.rk-menu-open .flyout-menu__nav ul li:nth-child(1) {
  transition-delay: 0.4s;
}
.rk-menu-open .flyout-menu__nav ul li:nth-child(2) {
  transition-delay: 0.5s;
}
.rk-menu-open .flyout-menu__nav ul li:nth-child(3) {
  transition-delay: 0.6s;
}
.rk-menu-open .flyout-menu__nav ul li:nth-child(4) {
  transition-delay: 0.7s;
}
.rk-menu-open .flyout-menu__nav ul li:nth-child(5) {
  transition-delay: 0.8s;
}
.rk-menu-open .flyout-menu__nav ul li:nth-child(6) {
  transition-delay: 0.9s;
}
.rk-menu-open .flyout-menu__nav ul li:nth-child(7) {
  transition-delay: 1s;
}
.rk-menu-open .flyout-menu__nav ul li:nth-child(8) {
  transition-delay: 1.1s;
}
.rk-menu-open .flyout-menu__nav ul li:nth-child(9) {
  transition-delay: 1.2s;
}

.flyout-curtain {
  background-color: #F43214;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  transform: translateY(-101%);
  transition: all 0.6s ease;
}
.rk-menu-open .flyout-curtain {
  transform: translateY(0);
}

/* Transparent Header */
.transparent-header .main-site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.transparent-header .main-site-header__logo path {
  fill: #fff;
}

/* No Logo Header */
.no-logo-header .main-site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.no-logo-header .main-site-header__logo {
  visibility: hidden;
}
.no-logo-header .main-site-header .col-8 a {
  pointer-events: none;
}

/* Red Header */
.red-header .main-site-header__logo path {
  fill: #F43214;
}

/*----------------------------------
------------- FOOTER ---------------
----------------------------------*/
.main-site-footer {
  background-color: #F43214;
  padding: 2rem 0;
}
.main-site-footer__logo {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .main-site-footer__logo {
    margin-bottom: 1.5rem;
  }
}
.main-site-footer__row-2 {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .main-site-footer__row-2 {
    padding-top: 10px;
  }
}
.main-site-footer__nav {
  position: relative;
}
.main-site-footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
  font-size: 20px;
  line-height: 1.2;
}
.main-site-footer__nav ul li {
  margin-bottom: 0.25em;
}
.main-site-footer__nav ul li a:hover {
  opacity: 1;
}
.main-site-footer__nav ul li a {
  padding-bottom: 0;
}
.main-site-footer__nav .sub-menu {
  display: none;
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 700px;
  margin-left: auto;
  gap: 0 24px;
  margin-right: calc(var(--site-padding) / 2 * -1);
}
@media (max-width: 767px) {
  .footer-logos {
    justify-content: flex-start;
    padding-top: 100px;
    padding-bottom: 20px;
    margin-right: 0;
  }
}
.footer-logos__item {
  width: calc(25% - 18px);
}
.footer-logos__item > div {
  position: relative;
  padding-top: 67%;
}
.footer-logos__item > div img {
  position: absolute;
  top: 5%;
  left: 15%;
  width: 80%;
  height: 90%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .footer-logos__item > div img {
    left: 0;
    top: 10%;
    width: 80%;
  }
}

/*----------------------------------
-------------- HOME ----------------
----------------------------------*/
.home-hero {
  position: relative;
  padding: 45vh 0 0;
  min-height: var(--viewport-height);
  color: #FFFFFF;
  background-color: #000000;
  display: flex;
}
@media (max-width: 575px) {
  .home-hero {
    padding-top: calc(45vh - 80px);
  }
}
.home-hero__logo {
  width: 100%;
}
.home-hero .rk-container {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 55vh;
  padding-bottom: 30px;
}
.home-hero .rk-container > div {
  width: 100%;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.services-grid__item {
  width: calc(25% - 18px);
  position: relative;
}
@media (max-width: 991px) {
  .services-grid__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 575px) {
  .services-grid__item {
    width: 100%;
  }
}
.services-grid__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 20px 30px;
  z-index: 5;
}
@media (max-width: 1199px) {
  .services-grid__title {
    padding: 20px;
  }
}
.services-grid__arrow {
  background-color: #F43214;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.services-grid .img-cont {
  padding-top: 133.333%;
}
@media (max-width: 575px) {
  .services-grid .img-cont {
    padding-top: 75%;
  }
}
.services-grid .img-cont::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 1;
  position: absolute;
  opacity: 0.15;
}

.fh-section {
  min-height: var(--viewport-height);
}
.fh-section__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  font-size: 15px;
}

.project-item {
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 575px) {
  .project-item {
    padding-bottom: 30px;
  }
}
.project-item__desc {
  padding: 24px 0;
}
@media (max-width: 575px) {
  .project-item__desc {
    padding-top: 16px;
  }
}
.project-item__title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 3px;
  transition: all 0.3s ease;
}
a:hover .project-item__title {
  color: #F43214;
}
.project-item__arrow {
  background-color: #F43214;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  transition: all 0.3s ease;
  opacity: 0;
}
a:hover .project-item__arrow {
  opacity: 1;
}
.project-item .img-cont {
  position: relative;
}
@media (max-width: 575px) {
  .project-item .img-cont {
    padding-top: 57%;
  }
}

/*----------------------------------
-------------- ABOUT ---------------
----------------------------------*/
.inner-hero {
  position: relative;
  padding: 45vh 0 0;
  min-height: var(--viewport-height);
  color: #FFFFFF;
  background-color: #000000;
  display: flex;
}
@media (max-width: 575px) {
  .inner-hero {
    padding-top: calc(45vh - 80px);
  }
}
.inner-hero__logo {
  width: 100%;
}
.inner-hero .rk-container {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 55vh;
  padding-bottom: 30px;
}
.inner-hero .rk-container > div {
  width: 100%;
}

.stat-rows__item {
  border-bottom: 1px solid #F43214;
  padding: 3rem 0 1rem;
}
.stat-rows__item:first-child {
  padding-top: 0;
}
.stat-rows__key {
  font-size: 20px;
}
.stat-rows__value {
  font-size: 156px;
  color: #F43214;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (max-width: 1199px) {
  .stat-rows__value {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .stat-rows__value {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .stat-rows__value {
    font-size: 70px;
  }
}

/*----------------------------------
------------- SERVICES -------------
----------------------------------*/
.line-list {
  list-style: none;
  margin: 0;
  padding: 0 0 50px;
}
@media (max-width: 991px) {
  .line-list {
    padding-bottom: 20px;
  }
}
.line-list li {
  padding: 0.9em 0;
  border-bottom: 1px solid #F43214;
}
.line-list li:first-child {
  border-top: 1px solid #F43214;
}

.services-table {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .services-table {
    gap: var(--site-padding);
    margin-top: 2rem;
  }
}
.services-table__item {
  width: calc(50% - 1rem);
}
@media (max-width: 767px) {
  .services-table__item {
    width: 100%;
  }
}
.services-table__title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: var(--site-padding);
  color: #FFFFFF;
  text-align: center;
  z-index: 3;
  line-height: 1.1;
}
.services-table .img-cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 2;
}

/*----------------------------------
------------- PROJECTS -------------
----------------------------------*/
.page-template-template-projects .main-site-header__logo path {
  fill: #F43214;
}

.project-toolbar {
  display: flex;
  gap: 50px;
  border-bottom: 1px solid #F43214;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .project-toolbar {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .project-toolbar {
    gap: 30px;
  }
}
.project-toolbar__col-1 {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .project-toolbar__col-1 {
    width: 100%;
  }
}
.project-toolbar__col-2 {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .project-toolbar__col-2 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .project-toolbar__col-2 {
    flex-wrap: wrap;
  }
}
.project-toolbar__col-2 .project-toolbar__options {
  flex-wrap: wrap;
}
.project-toolbar__label {
  font-size: 14px;
  letter-spacing: 0.04em;
  padding-top: 0.5em;
}
@media (max-width: 767px) {
  .project-toolbar__label {
    min-width: 80px;
  }
}
@media (max-width: 575px) {
  .project-toolbar__label {
    min-width: 60px;
  }
}
.project-toolbar__options {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.project-toolbar__view-option {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 5px 0 0;
  cursor: pointer;
}
.project-toolbar__view-option.active rect {
  fill: #F43214;
}
.project-toolbar__filter-option {
  background: none;
  border: 1px solid #303030;
  color: #303030;
  padding: 0.5em 2em;
  outline: none;
  font-size: 15px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.project-toolbar__filter-option:hover {
  color: #F43214;
  border-color: #F43214;
}
.project-toolbar__filter-option.active {
  border-color: #F43214;
  background-color: #F43214;
  color: #FFFFFF;
}
@media (max-width: 1800px) {
  .project-toolbar__filter-option {
    padding: 0.5em 1em;
  }
}
@media (max-width: 1500px) {
  .project-toolbar__filter-option {
    padding: 0.5em 2em;
  }
}
@media (max-width: 1100px) {
  .project-toolbar__filter-option {
    padding: 0.5em 1em;
  }
}
@media (max-width: 575px) {
  .project-toolbar__filter-option {
    font-size: 12px;
  }
}

.project-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.project-grid__item {
  width: 25%;
  padding: 12px;
}
@media (max-width: 1199px) {
  .project-grid__item {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .project-grid__item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .project-grid__item {
    width: 100%;
  }
}
.project-grid .project-item__arrow {
  top: 12px;
  right: 12px;
}

.project-list__item {
  border-bottom: 1px solid rgba(244, 50, 20, 0.3);
  padding: 30px 0 14px;
  display: flex;
  width: 100%;
}
@media (max-width: 1199px) {
  .project-list__item {
    flex-wrap: wrap;
  }
  .project-list__item > div {
    width: 100% !important;
  }
}
.project-list__title {
  width: 24%;
  font-weight: 500;
}
.project-list__title a {
  transition: all 0.3s ease;
}
.project-list__title a:hover {
  color: #F43214;
}
.project-list__subtitle {
  width: 34%;
}
.project-list__cats {
  width: 32%;
  margin-top: -10px;
}
@media (max-width: 1199px) {
  .project-list__cats {
    margin-top: 10px;
  }
}
.project-list__cat {
  background: none;
  border: 1px solid #303030;
  color: #303030;
  padding: 0.5em 2em;
  outline: none;
  font-size: 15px;
  margin: 0 10px 5px 0;
  transition: all 0.3s ease;
  display: inline-block;
}
@media (max-width: 1800px) {
  .project-list__cat {
    padding: 0.5em 1em;
  }
}
@media (max-width: 1500px) {
  .project-list__cat {
    padding: 0.5em 2em;
  }
}
@media (max-width: 1100px) {
  .project-list__cat {
    padding: 0.5em 1em;
  }
}
@media (max-width: 575px) {
  .project-list__cat {
    font-size: 12px;
  }
}
.project-list__year {
  width: 10%;
  text-align: right;
}
@media (max-width: 1199px) {
  .project-list__year {
    order: -1;
    z-index: -1;
    margin-bottom: -24px;
  }
}
@media (max-width: 575px) {
  .project-list__year {
    margin-bottom: 0;
    text-align: left;
  }
}
.project-list__sort {
  display: flex;
}
.project-list__sort button {
  background: none;
  border: none;
  color: #303030;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease;
  opacity: 0.3;
}
.project-list__sort button::before {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  background-image: url(../img/icons/sort-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
.project-list__sort button.active {
  opacity: 1;
}
.project-list__sort button.reverse {
  opacity: 1;
}
.project-list__sort button.reverse::before {
  transform: rotate(180deg);
}
.project-list__sort-col-1 {
  width: 58%;
}
.project-list__sort-col-2 {
  width: 32%;
}
@media (max-width: 1199px) {
  .project-list__sort-col-2 {
    visibility: hidden;
  }
}
.project-list__sort-col-3 {
  width: 10%;
  text-align: right;
}
@media (max-width: 575px) {
  .project-list__sort-col-3 {
    visibility: hidden;
  }
}

.blocker {
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 575px) {
  .blocker {
    padding: 15px;
  }
}
.blocker .modal {
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border-radius: 18px;
}
.blocker .modal a.close-modal {
  right: 20px;
  top: 20px;
  z-index: 5;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
  filter: invert(100%);
  width: 36px;
  height: 36px;
}

.project-modal {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
}
.project-modal__col-1 {
  width: 50%;
}
@media (max-width: 991px) {
  .project-modal__col-1 {
    width: 100%;
  }
}
.project-modal__col-2 {
  width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .project-modal__col-2 {
    width: 100%;
  }
}
.project-modal__col-2 .rk-container {
  max-width: 600px;
  padding: 100px 20px 60px;
}
@media (max-width: 991px) {
  .project-modal__col-2 .rk-container {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .project-modal__col-2 .rk-container {
    padding: 40px 15px;
  }
}
.project-modal .project-list__cats {
  width: 100%;
  padding: 1.5rem 0 3rem;
}
@media (max-width: 1199px) {
  .project-modal .project-list__cats {
    padding-bottom: 2rem;
  }
}
.project-modal__facts {
  border-top: 1px solid #F43214;
  padding-bottom: 3rem;
}
@media (max-width: 1199px) {
  .project-modal__facts {
    padding-bottom: 2rem;
  }
}
.project-modal__fact {
  border-bottom: 1px solid #F43214;
  display: flex;
  padding: 0.5rem 0;
  font-size: 15px;
}
@media (max-width: 575px) {
  .project-modal__fact {
    font-size: 12px;
  }
}
.project-modal__key {
  width: 120px;
}
@media (max-width: 575px) {
  .project-modal__key {
    width: 100px;
  }
}
.project-modal__value {
  width: calc(100% - 120px);
}
@media (max-width: 575px) {
  .project-modal__value {
    width: calc(100% - 100px);
  }
}
@media (max-width: 1399px) {
  .project-modal .f-52 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .project-modal .f-52 {
    font-size: 30px;
  }
}
@media (max-width: 1399px) {
  .project-modal .h5 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .project-modal .h5 {
    font-size: 14px;
  }
}
@media (max-width: 1399px) {
  .project-modal .project-list__cat {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .project-modal .f-20 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .project-modal .f-20 {
    font-size: 15px;
  }
}

.project-swiper {
  height: 100%;
}
.project-swiper .img-cont {
  height: 100%;
}
@media (max-width: 575px) {
  .project-swiper .img-cont {
    padding-top: 80%;
  }
}
.project-swiper .swiper-pagination {
  bottom: 14px;
}
.project-swiper .swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.5;
}
.project-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #F43214;
}

/*----------------------------------
------------- CAREERS --------------
----------------------------------*/
.icon-box {
  padding-right: 10%;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .icon-box {
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .icon-box {
    padding-right: 0;
  }
}
.icon-box__icon {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom left;
     object-position: bottom left;
}
.icon-box ul {
  padding-left: 1.125em;
}

/*----------------------------------
------------- PEOPLE ---------------
----------------------------------*/
.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 20px;
}
.team-grid__item {
  width: calc(25% - 18px);
}
@media (max-width: 1199px) {
  .team-grid__item {
    padding-bottom: 20px;
    width: calc(33.333% - 16px);
  }
}
@media (max-width: 767px) {
  .team-grid__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 575px) {
  .team-grid__item {
    width: 100%;
  }
  .team-grid__item .img-cont {
    padding-top: 125%;
  }
}
.team-grid .project-item__title {
  font-size: 26px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .team-grid .project-item__title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .team-grid .project-item__title {
    font-size: 18px;
  }
}

.person-cta img {
  margin-right: 18px;
  vertical-align: middle;
  width: auto;
  height: auto;
}
.person-cta a:hover {
  opacity: 0.5;
}

/*----------------------------------
------------ RESOURCES -------------
----------------------------------*/
.resources-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.resources-grid__item {
  width: calc(33.333% - 16px);
}
@media (max-width: 1399px) {
  .resources-grid__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 991px) {
  .resources-grid__item {
    width: 100%;
  }
}
.resources-grid__item .button {
  width: 100%;
}
.resources-grid__item .button__text {
  width: calc(100% - 80px);
  text-wrap: balance;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .resources-grid__item .button__text {
    font-size: 14px;
  }
}
.resources-grid__item .button__arrow {
  width: 80px;
  height: 80px;
}

/*----------------------------------
------------- FORMS ----------------
----------------------------------*/
body .gform_heading {
  display: none;
}
body .gform_wrapper {
  position: relative;
}
body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 24px;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 18px;
    padding-bottom: 18px;
  }
}
body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea {
  border: none;
  border-bottom: 1px solid #F43214;
  padding: 0.75em 0 0.6em;
  min-height: 45px;
  color: #F43214;
  outline: none !important;
  border-radius: 0;
  font-size: 16px;
}
body ::-moz-placeholder {
  color: #F43214;
  opacity: 1;
}
body ::placeholder {
  color: #F43214;
  opacity: 1;
}
body .gform_ajax_spinner {
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  bottom: 32px;
  right: 20px;
}
body .gform_wrapper.gravity-theme .gfield select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 16px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
body .gform_wrapper.gravity-theme .gform_footer button, body .gform_wrapper.gravity-theme .gform_footer input, body .gform_wrapper.gravity-theme .gform_page_footer button, body .gform_wrapper.gravity-theme .gform_page_footer input {
  width: 100%;
  background: #F43214;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 0.8em 1em 0.75em;
  min-height: 50px;
  border: none;
  letter-spacing: 0;
  font-weight: 500;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  display: block;
}
body .gform_wrapper.gravity-theme .gform_footer button:hover, body .gform_wrapper.gravity-theme .gform_footer input:hover, body .gform_wrapper.gravity-theme .gform_page_footer button:hover, body .gform_wrapper.gravity-theme .gform_page_footer input:hover {
  opacity: 0.7;
}
body .gform_wrapper.gravity-theme .description, body .gform_wrapper.gravity-theme .gfield_description, body .gform_wrapper.gravity-theme .gsection_description, body .gform_wrapper.gravity-theme .instruction {
  padding: 7px 10px 4px;
  font-size: 11px;
}
body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: none;
  border-bottom: 1px solid #F43214;
}

/*----------------------------------
------------ CONTACT ---------------
----------------------------------*/
.page-template-template-contact {
  color: #FFFFFF;
  background-color: #F43214;
}
.page-template-template-contact .main-site-header {
  background-color: #F43214;
}
.page-template-template-contact .main-site-header__logo path {
  fill: #FFFFFF !important;
}
.page-template-template-contact .rk-menu-toggle {
  background-color: #FFFFFF;
}
.page-template-template-contact .rk-menu-toggle span {
  background-color: #F43214;
}
.page-template-template-contact .gform_wrapper.gravity-theme input[type=color], .page-template-template-contact .gform_wrapper.gravity-theme input[type=date], .page-template-template-contact .gform_wrapper.gravity-theme input[type=datetime-local], .page-template-template-contact .gform_wrapper.gravity-theme input[type=datetime], .page-template-template-contact .gform_wrapper.gravity-theme input[type=email], .page-template-template-contact .gform_wrapper.gravity-theme input[type=month], .page-template-template-contact .gform_wrapper.gravity-theme input[type=number], .page-template-template-contact .gform_wrapper.gravity-theme input[type=password], .page-template-template-contact .gform_wrapper.gravity-theme input[type=search], .page-template-template-contact .gform_wrapper.gravity-theme input[type=tel], .page-template-template-contact .gform_wrapper.gravity-theme input[type=text], .page-template-template-contact .gform_wrapper.gravity-theme input[type=time], .page-template-template-contact .gform_wrapper.gravity-theme input[type=url], .page-template-template-contact .gform_wrapper.gravity-theme input[type=week], .page-template-template-contact .gform_wrapper.gravity-theme select, .page-template-template-contact .gform_wrapper.gravity-theme textarea {
  background-color: #F43214;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.page-template-template-contact ::-moz-placeholder {
  color: #FFFFFF;
}
.page-template-template-contact ::placeholder {
  color: #FFFFFF;
}
.page-template-template-contact .gform_wrapper.gravity-theme .gform_footer button, .page-template-template-contact .gform_wrapper.gravity-theme .gform_footer input, .page-template-template-contact .gform_wrapper.gravity-theme .gform_page_footer button, .page-template-template-contact .gform_wrapper.gravity-theme .gform_page_footer input {
  background-color: #FFFFFF;
  color: #F43214;
  width: auto;
  text-transform: none;
  min-width: 14rem;
  font-weight: 400;
}/*# sourceMappingURL=main.css.map */