@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/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: "reckless-neue";
  font-weight: 400;
  src: url("../fonts/reckless/RecklessNeue-Regular.woff") format("woff"), url("../fonts/reckless/RecklessNeue-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "inter";
  font-weight: 400;
  src: url("../fonts/inter/Inter_18pt-Regular.woff") format("woff"), url("../fonts/inter/Inter_18pt-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "inter";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/inter/Inter_18pt-Italic.woff") format("woff"), url("../fonts/inter/Inter_18pt-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "inter";
  font-weight: 500;
  src: url("../fonts/inter/Inter_18pt-Medium.woff") format("woff"), url("../fonts/inter/Inter_18pt-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "inter";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/inter/Inter_18pt-MediumItalic.woff") format("woff"), url("../fonts/inter/Inter_18pt-MediumItalic.woff2") format("woff2");
}
:root {
  --site-padding: 40px;
  --viewport-height: 100vh;
}
@media (max-width: 1199px) {
  :root {
    --site-padding: 30px;
  }
}
@media (max-width: 575px) {
  :root {
    --site-padding: 15px;
    --viewport-height: calc(100vh - 60px);
  }
}

::-moz-selection {
  background-color: #272C28;
  color: #FFFFFF;
}

::selection {
  background-color: #272C28;
  color: #FFFFFF;
}

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

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

body {
  font-family: "inter", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: #272C28;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  background-color: #FFFFFF;
  position: relative;
  letter-spacing: -0.02em;
}

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

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

.c-black {
  color: #272C28;
}

.c-white {
  color: #FFFFFF;
}

.c-navy {
  color: #223646;
}

.c-green {
  color: #AFBBAF;
}

.c-blue {
  color: #C1D1E0;
}

.c-forest {
  color: #798175;
}

.c-green-40 {
  color: rgba(175, 187, 175, 0.4);
}

.c-blue-40 {
  color: #e3eaf0;
}

.bg-black {
  background-color: #272C28;
  color: #FFFFFF;
}

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

.bg-navy {
  background-color: #223646;
  color: #FFFFFF;
}

.bg-green {
  background-color: #AFBBAF;
  color: #272C28;
}

.bg-blue {
  background-color: #C1D1E0;
  color: #272C28;
}

.bg-forest {
  background-color: #798175;
  color: #FFFFFF;
}

.bg-green-40 {
  background-color: rgba(175, 187, 175, 0.4);
  color: #272C28;
}

.bg-blue-40 {
  background-color: #e3eaf0;
  color: #272C28;
}

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

h1, .h1 {
  font-size: 3.75rem;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 2.333rem;
  }
}

h2, .h2 {
  font-size: 2.875rem;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 2.333rem;
  }
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 1.8rem;
  }
}

h3, .h3 {
  font-size: 2rem;
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 1.6rem;
  }
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

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

.f-60 {
  font-family: "reckless-neue", serif;
  line-height: 1;
  font-weight: 400;
  font-size: 3.75rem;
}

.f-32 {
  font-family: "reckless-neue", serif;
  line-height: 1;
  font-weight: 400;
  font-size: 2rem;
}

.f-16 {
  font-family: "inter", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  font-size: 1rem;
}

.f-14 {
  font-family: "inter", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  font-size: 0.875rem;
}

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

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

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

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

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

b, strong {
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1199px) {
  .py-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-250 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
  .pt-250 {
    padding-top: 9.375rem;
  }
  .pb-250 {
    padding-bottom: 9.375rem;
  }
  .py-200 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .pt-200 {
    padding-top: 6.25rem;
  }
  .pb-200 {
    padding-bottom: 6.25rem;
  }
  .py-180 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .pt-180 {
    padding-top: 5.625rem;
  }
  .pb-180 {
    padding-bottom: 5.625rem;
  }
  .py-150 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .pt-150 {
    padding-top: 5rem;
  }
  .pb-150 {
    padding-bottom: 5rem;
  }
  .py-100 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .pt-100 {
    padding-top: 4.375rem;
  }
  .pb-100 {
    padding-bottom: 4.375rem;
  }
  .py-80 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-80 {
    padding-top: 3.75rem;
  }
  .pb-80 {
    padding-bottom: 3.75rem;
  }
  .py-60 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .pt-60 {
    padding-top: 3.125rem;
  }
  .pb-60 {
    padding-bottom: 3.125rem;
  }
  .py-50 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .pt-50 {
    padding-top: 2.5rem;
  }
  .pb-50 {
    padding-bottom: 2.5rem;
  }
  .py-40 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .pt-40 {
    padding-top: 1.875rem;
  }
  .pb-40 {
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 575px) {
  .py-250 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .pt-250 {
    padding-top: 5rem;
  }
  .pb-250 {
    padding-bottom: 5rem;
  }
  .py-200 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-200 {
    padding-top: 3.75rem;
  }
  .pb-200 {
    padding-bottom: 3.75rem;
  }
  .py-180 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-180 {
    padding-top: 3.75rem;
  }
  .pb-180 {
    padding-bottom: 3.75rem;
  }
  .py-150 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-150 {
    padding-top: 3.75rem;
  }
  .pb-150 {
    padding-bottom: 3.75rem;
  }
  .py-100 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-100 {
    padding-top: 3.75rem;
  }
  .pb-100 {
    padding-bottom: 3.75rem;
  }
  .py-80 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pt-80 {
    padding-top: 3.75rem;
  }
  .pb-80 {
    padding-bottom: 3.75rem;
  }
  .py-60 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .pt-60 {
    padding-top: 3.125rem;
  }
  .pb-60 {
    padding-bottom: 3.125rem;
  }
  .py-50 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .pt-50 {
    padding-top: 2.5rem;
  }
  .pb-50 {
    padding-bottom: 2.5rem;
  }
  .py-40 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .pt-40 {
    padding-top: 1.875rem;
  }
  .pb-40 {
    padding-bottom: 1.875rem;
  }
}
.button, input[type=submit] {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  color: #FFFFFF;
  background-color: #272C28;
  border-radius: 0;
  border: 1px solid #272C28;
  padding: 1em 3em;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: "inter", sans-serif;
}
.button:hover, input[type=submit]:hover {
  background-color: transparent;
  color: #272C28;
}
.c-white .button, .c-white input[type=submit] {
  background-color: #FFFFFF;
  color: #223646;
  border-color: #FFFFFF;
}
.c-white .button:hover, .c-white input[type=submit]:hover {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
}

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

.arrow-link {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.arrow-link::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #272C28;
  transition: width 0.4s ease;
}
.arrow-link span {
  position: relative;
  display: inline-block;
  transition: transform 0.4s ease;
  transform: translate(0, 0);
}
.arrow-link:hover::after, a:hover .arrow-link::after {
  width: 100%;
}
.arrow-link:hover span, a:hover .arrow-link span {
  transform: translate(0.15em, -0.15em);
}

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

.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.max-viewport {
  padding: 0;
  height: calc((100vw - var(--site-padding) * 2) * 0.5625);
  max-height: calc(100dvh - 40px);
}
.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 {
  transform: scale(1.03);
  transition: all 2s ease;
  opacity: 1;
}

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

section, .section {
  position: relative;
}

.border-top {
  border-top: 1px solid #272C28;
}

.border-left {
  border-left: 1px solid #272C28;
}

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

.fh-section {
  min-height: var(--viewport-height);
  align-items: center;
  align-content: center;
}

.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;
}
.fs-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%);
  z-index: 1;
  position: absolute;
  opacity: 0.9;
}
.fs-bg img, .fs-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fs-bg video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.fs-bg--no-tint::before {
  opacity: 0;
}
.fs-bg--less-tint::before {
  opacity: 0.25;
}
.fs-bg.op-top img {
  -o-object-position: top;
     object-position: top;
}
.fs-bg.op-bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 1;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .img-cont.full-safe .vimeo-wrapper iframe {
    min-height: 70vw;
  }
}

/*----------------------------------
------------- HEADER ---------------
----------------------------------*/
.main-site-header {
  --menu-toggle-size: calc(30px + (var(--site-padding) * 2));
  position: relative;
  display: flex;
  border-bottom: 1px solid #272C28;
  align-items: center;
  z-index: 100;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
}
.main-site-header::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #272C28;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .main-site-header::before {
    left: auto;
    right: var(--menu-toggle-size);
  }
}
.main-site-header__col-1 {
  width: 50%;
  padding: calc(var(--site-padding) * 0.7) var(--site-padding);
  max-width: 990px;
}
@media (max-width: 991px) {
  .main-site-header__col-1 {
    width: calc(100% - var(--menu-toggle-size));
  }
}
@media (max-width: 575px) {
  .main-site-header__col-1 {
    padding: calc(var(--site-padding) * 0.85) var(--site-padding);
  }
}
.main-site-header__col-2 {
  width: 50%;
  padding: calc(var(--site-padding) * 0.7) calc(var(--site-padding) * 0.25);
  max-width: 990px;
}
@media (max-width: 991px) {
  .main-site-header__col-2 {
    padding: calc(var(--site-padding) * 0.7) calc(var(--site-padding));
    width: var(--menu-toggle-size);
  }
}
@media (max-width: 575px) {
  .main-site-header__col-2 {
    padding: calc(var(--site-padding) * 0.85) var(--site-padding);
  }
}
.main-site-header__nav {
  font-size: 1rem;
}
@media (max-width: 1199px) {
  .main-site-header__nav {
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  .main-site-header__nav {
    display: none;
  }
}
.main-site-header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}
.main-site-header__logo path {
  transition: all 0.4s ease;
}
@media (max-width: 575px) {
  .main-site-header__logo {
    width: 260px;
  }
}
@media screen and (max-width: 370px) {
  .main-site-header__logo {
    width: 230px;
  }
}
@media screen and (max-width: 350px) {
  .main-site-header__logo {
    width: 210px;
  }
}

.transparent-header .main-site-header {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
}
.transparent-header:not(.scrolled) .main-site-header {
  background-color: transparent;
}
.transparent-header--rev:not(.scrolled) .main-site-header {
  border-bottom-color: #FFFFFF;
  color: #FFFFFF;
}
.transparent-header--rev:not(.scrolled) .main-site-header__logo path {
  fill: #FFFFFF;
}
.transparent-header--rev:not(.scrolled) .main-site-header::before,
.transparent-header--rev:not(.scrolled) .rk-menu-toggle span {
  background-color: #FFFFFF;
}
.transparent-header--rev:not(.scrolled) .main-site-header .line-links a::after {
  background-color: #FFFFFF;
}

.blue-header .main-site-header {
  background-color: #C1D1E0;
}

.green-header .main-site-header {
  background-color: #AFBBAF;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #223646;
  display: flex;
  padding: 80px 40px;
  align-items: center;
  align-content: center;
  transition: all 0.6s ease;
  transform: translateX(101%);
  z-index: 99;
}
@media (max-width: 767px) {
  .off-canvas-menu {
    width: 100%;
  }
}
.off-canvas-menu__icon {
  position: absolute;
  top: 25px;
  left: 36px;
}
.off-canvas-menu__nav {
  width: 100%;
  text-align: center;
}
.off-canvas-menu__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "reckless-neue", serif;
  text-transform: uppercase;
  font-size: 100px;
  line-height: 0.8;
}
@media (max-width: 1199px) {
  .off-canvas-menu__nav ul {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .off-canvas-menu__nav ul {
    font-size: 60px;
  }
}
.off-canvas-menu__nav ul a {
  transition: all 0.3s ease;
}
.off-canvas-menu__nav ul a:hover {
  opacity: 0.5;
}

.rk-menu-open {
  overflow: hidden;
}
.rk-menu-open .off-canvas-menu {
  transform: translateX(0%);
}
.rk-menu-open .main-site-header {
  border-bottom-color: #FFFFFF;
}
.rk-menu-open .main-site-header__logo path {
  fill: #FFFFFF;
}
.rk-menu-open .main-site-header::before {
  background-color: #FFFFFF;
}

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

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

/* -- Sticky Header -- */
.main-site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  transition: all 0.6s ease;
}
.rk-menu-open .main-site-header {
  background-color: #223646;
}

.hide-header .main-site-header {
  transform: translateY(-100%);
}

/*----------------------------------
---------- MOBILE MENU -------------
----------------------------------*/
.flyout-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px 0 80px;
  overflow: auto;
  z-index: 95;
  display: flex;
  align-items: flex-end;
  transform: translateY(-100%);
}
.rk-menu-open .flyout-menu {
  transform: translateY(0);
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li {
  opacity: 1;
  transform: translateY(0px);
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(1) {
  transition-delay: 0.4s;
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(2) {
  transition-delay: 0.5s;
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(3) {
  transition-delay: 0.6s;
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(4) {
  transition-delay: 0.7s;
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(5) {
  transition-delay: 0.8s;
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(6) {
  transition-delay: 0.9s;
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(7) {
  transition-delay: 1s;
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(8) {
  transition-delay: 1.1s;
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(9) {
  transition-delay: 1.2s;
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(10) {
  transition-delay: 1.3s;
}
.rk-menu-open .flyout-menu .flyout-menu__social ul li {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 1s;
}
.flyout-menu__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 42px;
}
@media (max-width: 575px) {
  .flyout-menu__nav ul {
    font-size: 36px;
  }
}
.flyout-menu__nav ul li {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
  margin-bottom: 0.125em;
}
.flyout-menu__nav ul li a {
  transition: all 0.3s ease;
  color: #FFFFFF;
}
.flyout-menu__nav ul li a::after {
  background-color: #FFFFFF;
}

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

/*----------------------------------
------------- FOOTER ---------------
----------------------------------*/
.main-site-footer {
  display: flex;
  border-top: 1px solid #272C28;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .main-site-footer {
    flex-wrap: wrap;
  }
}
.main-site-footer .line-links a::after {
  background-color: #798175;
}
.main-site-footer__col-1 {
  width: 100%;
  padding: var(--site-padding);
}
@media (max-width: 991px) {
  .main-site-footer__col-1 {
    width: 100%;
    order: 2;
  }
}
.main-site-footer__row-1 {
  display: flex;
}
@media (max-width: 575px) {
  .main-site-footer__row-1 h4 {
    font-size: 1.333rem;
    white-space: nowrap;
  }
  .main-site-footer__row-1 li {
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  .main-site-footer__row-1 h4 {
    margin-top: 30px !important;
  }
}
.main-site-footer__row-2 {
  color: #798175;
  font-size: 0.875em;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .main-site-footer__row-2 {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .main-site-footer__row-2 {
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .main-site-footer__row-2 {
    font-size: 0.667rem;
  }
}
@media screen and (max-width: 360px) {
  .main-site-footer__row-2 {
    font-size: 0.6rem;
  }
}
.main-site-footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 2em;
}
.main-site-footer__nav ul li {
  color: #798175;
  margin-bottom: 1.5em;
}
.main-site-footer__logo {
  display: inline-block;
  width: 120px;
}
@media (max-width: 575px) {
  .main-site-footer__logo {
    width: 120px;
  }
}
@media (max-width: 991px) {
  .main-site-footer .text-right {
    text-align: left;
    padding-bottom: 30px;
  }
}

/*----------------------------------
-------------- HOME ----------------
----------------------------------*/
.hero-section {
  padding: 12rem 0 1.5rem;
  height: calc(100vh - 14px);
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .hero-section {
    height: calc(100vh - 54px);
  }
}
.hero-section .rk-container {
  position: relative;
  z-index: 2;
}

.project-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.project-grid__item {
  width: calc(33.333% - 2rem);
}
@media (max-width: 991px) {
  .project-grid__item {
    width: 100%;
  }
  .project-grid__item .img-cont {
    padding-top: 56.25%;
  }
}
@media (max-width: 575px) {
  .project-grid__item .img-cont {
    padding-top: 100%;
  }
}
.project-grid__title {
  margin-top: 0.5em;
}

.portfolio-swiper {
  padding-bottom: 1rem;
}
.portfolio-swiper__title {
  margin: 1em 0;
}

.portfolio-swiper-prev,
.portfolio-swiper-next {
  display: inline-block;
  width: 30px;
  height: 26px;
  background-image: url(../img/icons/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-top: 2rem;
}

.portfolio-swiper-prev {
  transform: rotate(180deg);
  margin-right: 0.67rem;
  position: relative;
  top: -1px;
}

.swiper-button-disabled {
  opacity: 0.5;
}

/*----------------------------------
---------- DEVELOPMENTS ------------
----------------------------------*/
.title-section--rev {
  color: #FFFFFF;
}

.title-section.py-200 > .rk-container {
  padding-top: 70px;
}

.title-section.py-100 > .rk-container {
  padding-top: 70px;
}

.button--all-projects {
  padding-left: 2em;
  padding-right: 2em;
}
@media (max-width: 991px) {
  .button--all-projects {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .button--all-projects {
    width: 100%;
    font-size: 1rem;
  }
}

.filter-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .filter-row {
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 1rem;
  }
  .filter-row > div {
    width: 100%;
  }
}
.filter-row__label {
  color: #798175;
}
@media (max-width: 991px) {
  .filter-row__label {
    display: none;
  }
}
.filter-row__item {
  position: relative;
}
.filter-row__item .button {
  color: #272C28;
  background-color: transparent;
  padding-left: 2em;
  padding-right: 2em;
  border-color: #798175;
}
@media (max-width: 991px) {
  .filter-row__item .button {
    font-size: 0.875rem;
  }
  .filter-row__item .button::after {
    margin-left: 0.5em !important;
  }
}
@media (max-width: 767px) {
  .filter-row__item .button {
    width: 100%;
    font-size: 1rem;
  }
}
.filter-row__item .button::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #272C28;
  margin-left: 12px;
  position: relative;
  top: -1px;
}
.filter-row__dropdown {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  background-color: #fff;
  z-index: 2;
  padding: 1em;
  min-width: 100%;
  border: 1px solid #272C28;
  font-size: 1rem;
  max-height: 300px;
  overflow: auto;
  border-top: none;
}
@media (max-width: 991px) {
  .filter-row__dropdown {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .filter-row__dropdown {
    font-size: 1rem;
  }
}
.filter-row__dropdown-option {
  display: inline-block;
}
.filter-row__dropdown-option span {
  cursor: pointer;
}
.filter-row__dropdown-option:not(:last-child) {
  margin-bottom: 0.5em;
}

.developments-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.developments-grid__item {
  width: 25%;
  padding: 10px;
}
@media (max-width: 991px) {
  .developments-grid__item {
    width: 100%;
  }
  .developments-grid__item .img-cont {
    padding-top: 67%;
  }
}
.developments-grid__item--featured {
  width: 50%;
}
@media (max-width: 991px) {
  .developments-grid__item--featured {
    width: 100%;
  }
}
.developments-grid__item--featured .arrow-link::after {
  background-color: #fff;
}
.developments-grid__item--featured .developments-grid__desc {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px;
}
.developments-grid__item--featured .developments-grid__desc h3, .developments-grid__item--featured .developments-grid__desc .h3 {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .developments-grid__item--featured .developments-grid__desc {
    flex-wrap: wrap;
    align-content: space-between;
  }
  .developments-grid__item--featured .developments-grid__desc .developments-grid__title {
    width: 100%;
    padding-bottom: 0.25em;
  }
  .developments-grid__item--featured .developments-grid__desc .arrow-link::after {
    width: 100%;
  }
}
.developments-grid__item--regular .developments-grid__desc {
  background: rgba(0, 0, 0, 0.4);
}
.developments-grid__item--regular .arrow-link::after {
  background-color: #fff;
}
@media (max-width: 991px) {
  .developments-grid__item--regular .developments-grid__desc {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 50%);
  }
  .developments-grid__item--regular .developments-grid__desc h3, .developments-grid__item--regular .developments-grid__desc .h3 {
    margin-bottom: 0;
  }
  .developments-grid__item--regular .arrow-link {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
  }
}
@media (max-width: 575px) {
  .developments-grid__item--regular .developments-grid__desc {
    flex-wrap: wrap;
    align-content: space-between;
  }
  .developments-grid__item--regular .developments-grid__desc .developments-grid__title {
    width: 100%;
    padding-bottom: 0.25em;
  }
  .developments-grid__item--regular .developments-grid__desc .arrow-link::after {
    width: 100%;
  }
}
.developments-grid__item--category .developments-grid__desc {
  color: #272C28;
  background: #fff;
  opacity: 1;
}
@media (max-width: 991px) {
  .developments-grid__item--category .developments-grid__desc {
    background-color: #e3eaf0;
  }
}
.developments-grid__item--category .developments-grid__tile {
  padding-top: 100%;
}
@media (max-width: 991px) {
  .developments-grid__item--category .developments-grid__tile {
    padding-top: 67%;
  }
}
.developments-grid__item--regular .arrow-link, .developments-grid__item--category .arrow-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.developments-grid__tile {
  display: block;
  position: relative;
}
.developments-grid__tile:hover .developments-grid__desc {
  opacity: 1;
}
.developments-grid__desc {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 50%);
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .developments-grid__desc {
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .developments-grid__desc {
    padding: 16px !important;
  }
}

/*----------------------------------
--------- PROJECT TEMPLATE ---------
----------------------------------*/
.play-film .img-cont {
  background-color: #272C28;
}
.play-film__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #FFFFFF;
}
.play-film__text::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #272C28;
  transition: width 0.4s ease;
}
.play-film__text::after {
  content: "";
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.15em;
  background-image: url(../img/icons/arrow-white.svg);
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  display: inline-block;
  transition: transform 0.4s ease;
  transform: translate(0, 0);
  margin-left: 8px;
}
.play-film:hover .img-cont img {
  opacity: 0.5;
}

.project-intro {
  overflow: hidden;
  position: relative;
}
.project-intro::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #272C28;
  position: absolute;
  top: 0;
  left: 46%;
}
@media (max-width: 991px) {
  .project-intro::before {
    display: none;
  }
}
.project-intro .col-lg-6 {
  position: relative;
}
@media (max-width: 991px) {
  .project-intro .col-lg-6 {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.project-intro .col-lg-6::before {
  content: "";
  display: none;
  height: 1px;
  width: 200%;
  background-color: #272C28;
  position: absolute;
  top: 0;
  left: -50%;
}
@media (max-width: 991px) {
  .project-intro .col-lg-6::before {
    display: block;
  }
}

.project-facts {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .project-facts {
    gap: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .project-facts {
    margin-bottom: -2rem;
  }
}
.project-facts__item {
  width: 50%;
  padding-bottom: 3rem;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .project-facts__item {
    width: calc(50% - 0.75rem);
    width: 100%;
  }
}
.project-facts__item--wider {
  width: 50%;
}
@media (max-width: 1199px) {
  .project-facts__item--wider {
    width: 100%;
  }
}
.project-facts__item--full {
  width: 100%;
  white-space: wrap;
}
.project-facts__label {
  margin-bottom: 0.125em;
}
@media (max-width: 575px) {
  .project-facts__label {
    font-size: 0.75rem;
  }
}
.project-facts__number {
  font-size: 2rem;
}
.quote-section {
  overflow: hidden;
}
.quote-section .h3 {
  margin-bottom: 0;
}
.quote-section .col-lg-8 {
  transform: translateX(calc((100vw - var(--site-padding) * 2) * 0.0833));
}
@media (max-width: 991px) {
  .quote-section .col-lg-8 {
    transform: none;
    padding-top: 5rem;
  }
}
@media (max-width: 575px) {
  .quote-section .col-lg-8 .img-cont {
    margin-bottom: 1rem;
  }
}
.quote-section--rev {
  background-color: #223646;
  color: #FFFFFF;
}

.pt-swiper .swiper-pagination {
  bottom: 24px;
}
.pt-swiper .swiper-pagination-bullet {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.pt-swiper .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

.projects-table {
  position: relative;
}
@media (max-width: 991px) {
  .projects-table {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .projects-table {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  .projects-table {
    font-size: 13px;
  }
}
.projects-table p {
  font-size: inherit;
}
.projects-table__header {
  font-weight: 500;
  border-bottom: 1px solid #798175;
  padding: 1em 0;
  position: sticky;
  top: 0;
  background-color: #e3eaf0;
  z-index: 5;
}
.projects-table__body {
  padding-top: 1rem;
  padding-bottom: 0.25em;
}
.projects-table__body .img-cont {
  margin-top: 1rem;
  position: sticky;
  top: 80px;
}
.projects-table__body .projects-table__row {
  border-bottom: 1px solid #AFBBAF;
  padding: 0.85em 0;
}
.projects-table__row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.projects-table__row--expandable {
  cursor: pointer;
}
.projects-table__col-1 {
  width: 37.5%;
}
@media (max-width: 575px) {
  .projects-table__col-1 {
    width: 50%;
  }
}
.projects-table__col-2 {
  width: 12.5%;
}
@media (max-width: 575px) {
  .projects-table__col-2 {
    width: 20%;
  }
}
.projects-table__col-3 {
  width: 25%;
}
@media (max-width: 575px) {
  .projects-table__col-3 {
    width: 20%;
  }
}
.projects-table__col-4 {
  width: 25%;
}
@media (max-width: 575px) {
  .projects-table__col-4 {
    display: none;
  }
}
.projects-table__plus {
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  top: 16px;
  right: 0;
  transition: transform 0.2s ease;
}
@media (max-width: 991px) {
  .projects-table__plus {
    top: 14px;
  }
}
@media (max-width: 575px) {
  .projects-table__plus {
    top: 14px;
  }
}
@media screen and (max-width: 370px) {
  .projects-table__plus {
    top: 13px;
  }
}
.open .projects-table__plus {
  transform: rotate(45deg);
}
.projects-table__plus::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #223646;
  position: absolute;
  top: 6px;
  left: 0;
}
.projects-table__plus::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #223646;
  position: absolute;
  left: 6px;
  top: 0;
}
.projects-table__expand > div {
  padding-top: 2em;
}

.pt-split-section {
  overflow: hidden;
  position: relative;
}
.pt-split-section::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #272C28;
  position: absolute;
  top: 0;
  left: 52%;
}
@media (max-width: 991px) {
  .pt-split-section::before {
    display: none;
  }
}
.pt-split-section .order-lg-3 {
  position: relative;
  padding-left: calc(var(--site-padding) * 1.667);
}
@media (max-width: 991px) {
  .pt-split-section .order-lg-3 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-bottom: 5rem;
    padding-top: 2rem;
  }
}
.pt-split-section--57::before {
  left: 43.5%;
}

@media (max-width: 991px) {
  .space-lg {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .space-lg {
    margin-bottom: 1rem;
  }
}

.lh-1-3, .lh-1-3 * {
  line-height: 1.3;
}

.timeline-section {
  overflow: hidden;
  position: relative;
}
.timeline-section::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: 3;
}
.timeline-section::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  bottom: 70px;
  right: 0;
  z-index: 3;
}

.timeline-swiper-1 {
  width: 30%;
  margin-left: 0;
  overflow: visible;
}
@media (max-width: 1199px) {
  .timeline-swiper-1 {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .timeline-swiper-1 {
    width: 67%;
  }
}
@media (max-width: 575px) {
  .timeline-swiper-1 {
    width: 100%;
  }
}

.timeline-tile {
  padding-top: 100%;
}
@media screen and (max-width: 420px) {
  .timeline-tile {
    padding-top: 120%;
  }
}
.timeline-tile__desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.timeline-tile__desc > * {
  width: 100%;
}
@media (max-width: 1399px) {
  .timeline-tile__desc p {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.timeline-tile__heading {
  text-wrap: balance;
}

.timeline-swiper-2 {
  width: 16.667%;
  margin-left: 0;
  margin-left: 6.333%;
  overflow: visible;
  position: relative;
  margin-top: 1rem;
}
@media (max-width: 1199px) {
  .timeline-swiper-2 {
    width: 24%;
    margin-left: 8.333%;
  }
}
@media (max-width: 767px) {
  .timeline-swiper-2 {
    width: 45%;
  }
}
@media (max-width: 575px) {
  .timeline-swiper-2 {
    width: 100%;
    margin: 0;
  }
}

.timeline-point {
  text-align: center;
  padding: 3rem 0 2rem;
}
.timeline-point__square {
  display: inline-block;
  border: 1px solid #272C28;
  width: 11px;
  height: 11px;
  background-color: #FFFFFF;
}
.swiper-slide-active .timeline-point__square {
  background-color: #272C28;
}
.timeline-point__year {
  padding-top: 0.125em;
}
.swiper-slide-active .timeline-point__year {
  font-weight: 500;
}

.timeline-button-prev,
.timeline-button-next {
  display: inline-block;
  width: 30px;
  height: 26px;
  background-image: url(../img/icons/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-top: 2rem;
  position: absolute;
  bottom: 3.1rem;
}

.timeline-button-prev {
  transform: rotate(180deg);
  left: 0;
  z-index: 5;
}

.timeline-button-next {
  right: 0;
  z-index: 5;
}

.timeline-container {
  position: relative;
}
.timeline-container::after {
  content: "";
  width: 82%;
  height: 1px;
  display: block;
  background-color: #272C28;
  left: 9%;
  position: absolute;
  bottom: 63px;
}

.awards-accordion {
  border-top: 1px solid #272C28;
  margin-bottom: 3rem;
}
.awards-accordion__item {
  border-bottom: 1px solid #272C28;
}
.awards-accordion__item.active .awards-accordion__heading::after {
  transform: rotate(180deg);
}
.awards-accordion__heading {
  position: relative;
  padding: 1em 0;
  cursor: pointer;
}
.awards-accordion__heading::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #272C28;
  position: absolute;
  top: 1.4em;
  right: 0;
}
.awards-accordion__award {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.3;
  margin-bottom: 1em;
}
.awards-accordion__award::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0.5em;
  background-color: #272C28;
}

.button-section .button {
  min-width: 20rem;
  text-align: center;
  max-width: 100%;
}

/*----------------------------------
------------- UPDATES --------------
----------------------------------*/
.updates-filters .button {
  padding-left: 2em;
  padding-right: 2em;
  margin-right: 0.75rem;
  margin-bottom: 12px;
}
.updates-filters .button:not(.active) {
  background-color: transparent;
  color: #272C28;
}
.updates-filters .button:not(.active):hover {
  background-color: #272C28;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .updates-filters .button {
    font-size: 0.875rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .updates-filters .button {
    width: 100%;
    font-size: 1rem;
  }
}

.pagination {
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
}
.pagination .nav-links .page-numbers {
  border: 1px solid #272C28;
  border-radius: 0;
  height: 2rem;
  min-width: 2rem;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  transition: all 0.2s ease;
  margin: 2px;
}
.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
  padding-left: 1rem;
  padding-right: 1rem;
}
.pagination .nav-links .page-numbers.current, .pagination .nav-links .page-numbers:hover {
  background-color: #272C28;
  color: #fff;
}

.posts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 2rem;
}
.posts-grid__item {
  width: calc(33.333% - 16px);
  padding-bottom: 3rem;
}
@media (max-width: 991px) {
  .posts-grid__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .posts-grid__item {
    width: 100%;
  }
}
.posts-grid__item--single {
  width: 100%;
}
.posts-grid__item .img-cont {
  margin-bottom: 1rem;
}
.posts-grid__title {
  font-family: "inter", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  display: block;
}
.posts-grid__cats {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 2;
}
.posts-grid__cat {
  background-color: #FFFFFF;
  color: #272C28;
  padding: 0.4em 0.75em;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
}
.posts-grid p {
  margin-bottom: 2em;
}

/*----------------------------------
-------- ARTICLE TEMPLATE ----------
----------------------------------*/
.cat-tag {
  background-color: #FFFFFF;
  color: #272C28;
  padding: 0.4em 0.75em;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
}

.post-body {
  overflow: hidden;
}
.post-body .rk-container {
  padding-top: var(--site-padding);
  padding-bottom: var(--site-padding);
}
.post-body__content {
  line-height: 1.3;
}
.post-body__content p {
  line-height: 1.3;
}
.post-body__content p:first-child {
  font-size: 1.25em;
  font-weight: 500;
}
.post-body__content h2, .post-body__content .h2 {
  font-size: 2.25rem;
}
@media (max-width: 575px) {
  .post-body__content h2, .post-body__content .h2 {
    font-size: 1.8rem;
  }
}
.post-body__content h3, .post-body__content .h3 {
  font-size: 1.85rem;
}
@media (max-width: 575px) {
  .post-body__content h3, .post-body__content .h3 {
    font-size: 1.667rem;
  }
}
@media (max-width: 991px) {
  .post-body .border-left {
    border-left: none;
    border-top: 1px solid #272C28;
  }
}

/*----------------------------------
------------- CONTACT --------------
----------------------------------*/
.contact-section {
  overflow: hidden;
}
.contact-section .rk-container {
  padding-top: var(--site-padding);
  padding-bottom: var(--site-padding);
  height: 100%;
}
.contact-section .border-left .rk-container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .contact-section .border-left {
    border-left: none;
    border-bottom: 1px solid #272C28;
    order: -1;
  }
}

.page-template-template-contact .cta-section {
  background-color: #FFFFFF;
}

/*----------------------------------
--------------- FORM ---------------
----------------------------------*/
#gform_1 .button, #gform_1 input[type=submit] {
  min-width: 25%;
}
@media (max-width: 767px) {
  #gform_1 .button, #gform_1 input[type=submit] {
    width: 200px;
  }
}

#gform_fields_1 .gfield {
  position: relative;
}
@media (max-width: 767px) {
  #gform_fields_1 .gfield {
    grid-column: 1/-1 !important;
    grid-row: auto !important;
  }
}
#gform_fields_1 .gfield input, #gform_fields_1 .gfield select, #gform_fields_1 .gfield textarea {
  background-color: transparent;
  border: 1px solid #798175;
  outline: none !important;
  padding: 1em 7em;
}
#gform_fields_1 .gfield textarea {
  padding: 1em;
  height: 270px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #gform_fields_1 .gfield textarea {
    height: 180px;
  }
}
#gform_fields_1 .gfield_label {
  position: absolute;
  top: 0.92em;
  left: 0.95em;
  font-weight: 400;
}
@media (max-width: 640px) {
  #gform_fields_1 .gfield_label {
    top: 1.29em;
  }
}

#field_1_1 {
  grid-column: span 6; /* 50% width in a 12-column grid */
  grid-row: 1;
}

#field_1_3 {
  grid-column: span 6;
  grid-row: 2;
}

#field_1_4 {
  grid-column: span 6;
  grid-row: 3;
}
#field_1_4 input {
  padding-left: 4.5em !important;
}

#field_1_5 {
  grid-column: span 6;
  grid-row: 4;
}
#field_1_5 input {
  padding-left: 5em !important;
}

#field_1_6 {
  grid-column: 7/span 6;
  grid-row: 1/span 4;
}

#field_1_7 {
  position: absolute !important;
  bottom: 24px;
  right: 0;
  width: 66%;
  line-height: 1.3;
  height: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #field_1_7 {
    position: static !important;
    width: 100%;
  }
}
#field_1_7 p {
  margin: 0;
  max-width: 700px;
  font-size: 0.875rem;
  line-height: 1.3;
}

#field_1_7 a {
  text-decoration: underline;
}

/*----------------------------------
------------ PRELOADER -------------
----------------------------------*/
#ajg-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
#ajg-preloader svg {
  width: 180px;
  height: 180px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #ajg-preloader svg {
    margin-bottom: 80px;
  }
}

#ajg-rectangle {
  stroke-linecap: round;
}/*# sourceMappingURL=main.css.map */