@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/modal/jquery.modal.min.css");
@import url("../../inc/swiper/swiper-bundle.min.css");
@import url("../../inc/modal/jquery.modal.min.css");
/*----------------------------------
------------ GLOBALS ---------------
----------------------------------*/
@font-face {
  font-family: "Feature Deck";
  font-weight: 400;
  src: url("../fonts/FeatureDeck/FeatureDeck-Regular-Web.woff") format("woff"), url("../fonts/FeatureDeck/FeatureDeck-Regular-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Feature Deck";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/FeatureDeck/FeatureDeck-RegularItalic-Web.woff") format("woff"), url("../fonts/FeatureDeck/FeatureDeck-RegularItalic-Web.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display";
  font-weight: 400;
  src: url("../fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplay-55Roman-Web.woff") format("woff"), url("../fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplay-55Roman-Web.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplay-56Italic-Web.woff") format("woff"), url("../fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplay-56Italic-Web.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display";
  font-weight: 600;
  src: url("../fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplay-65Medium-Web.woff") format("woff"), url("../fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplay-65Medium-Web.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplay-66MediumItalic-Web.woff") format("woff"), url("../fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplay-66MediumItalic-Web.woff2") format("woff2");
  font-display: swap;
}
:root {
  --site-padding: 60px;
  --viewport-height: 100vh;
}
@media (max-width: 1399px) {
  :root {
    --site-padding: 40px;
  }
}
@media (max-width: 1199px) {
  :root {
    --site-padding: 30px;
  }
}
@media (max-width: 575px) {
  :root {
    --site-padding: 20px;
    --viewport-height: calc(100vh - 80px);
  }
}

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

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

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

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

body {
  font-family: "Neue Haas Grotesk Display", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  background-color: #FFFFFF;
  letter-spacing: 0.01em;
}

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

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

.c-blue {
  color: #0531A9;
}

.c-navy {
  color: #021343;
}

.c-black {
  color: #000000;
}

.c-off-black {
  color: #141414;
}

.c-grey {
  color: #A0A5AF;
}

.c-light-grey {
  color: #DDE2E5;
}

.c-off-white {
  color: #F2F2F2;
}

.c-white {
  color: #FFFFFF;
}

.bg-blue {
  background-color: #0531A9;
}

.bg-navy {
  background-color: #021343;
}

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

.bg-off-black {
  background-color: #141414;
}

.bg-grey {
  background-color: #A0A5AF;
}

.bg-light-grey {
  background-color: #DDE2E5;
}

.bg-off-white {
  background-color: #F2F2F2;
}

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

.bg-gradient {
  background: #0531A9;
  background: linear-gradient(90deg, rgb(5, 49, 169) 46%, rgb(2, 19, 67) 100%);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Feature Deck", serif;
  line-height: 1.15;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 1rem;
  letter-spacing: 0;
}
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 .arrow-link, .h1 .arrow-link, h2 .arrow-link, .h2 .arrow-link, h3 .arrow-link, .h3 .arrow-link, h4 .arrow-link, .h4 .arrow-link, h5 .arrow-link, .h5 .arrow-link, h6 .arrow-link, .h6 .arrow-link {
  letter-spacing: 0;
}
h1 .arrow-link::after, .h1 .arrow-link::after, h2 .arrow-link::after, .h2 .arrow-link::after, h3 .arrow-link::after, .h3 .arrow-link::after, h4 .arrow-link::after, .h4 .arrow-link::after, h5 .arrow-link::after, .h5 .arrow-link::after, h6 .arrow-link::after, .h6 .arrow-link::after {
  top: 0.05em;
  margin-left: 0.75em;
}

h1, .h1 {
  font-size: 72px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 54px;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 48px;
  }
}

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

h3, .h3 {
  font-size: 36px;
  font-family: "Neue Haas Grotesk Display", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 28px;
  }
}

h4, .h4 {
  font-size: 24px;
  font-family: "Neue Haas Grotesk Display", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 22px;
  }
}

h5, .h5 {
  font-size: 18px;
  font-family: "Neue Haas Grotesk Display", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
@media (max-width: 575px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h6, .h6 {
  font-size: 14px;
  font-family: "Neue Haas Grotesk Display", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-transform: uppercase;
}

p, .p {
  font-family: "Neue Haas Grotesk Display", sans-serif;
  line-height: 1.3;
  font-size: 1rem;
}

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

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

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

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

.f-headings {
  font-family: "Feature Deck", serif;
}

.f-body {
  font-family: "Neue Haas Grotesk Display", sans-serif;
}

.f-36 {
  font-size: 36px;
  line-height: 1.3;
  font-family: "Neue Haas Grotesk Display", sans-serif;
  letter-spacing: 0.01em;
}
@media (max-width: 575px) {
  .f-36 {
    font-size: 28px;
  }
}
.f-36 p {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.f-24 {
  font-size: 24px;
  line-height: 1.3;
  font-family: "Neue Haas Grotesk Display", sans-serif;
  letter-spacing: 0.01em;
}
@media (max-width: 575px) {
  .f-24 {
    font-size: 22px;
  }
}
.f-24 p {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.f-18 {
  font-size: 18px;
  line-height: 1.3;
  font-family: "Neue Haas Grotesk Display", sans-serif;
  letter-spacing: 0.01em;
}
@media (max-width: 575px) {
  .f-18 {
    font-size: 18px;
  }
}
.f-18 p {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.f-10 {
  font-size: 10px;
  line-height: 1.3;
  font-family: "Neue Haas Grotesk Display", sans-serif;
  letter-spacing: 0.01em;
}
.f-10 p {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

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: 1240px;
}
.rk-container--more {
  width: calc(90% - var(--site-padding) * 2);
  max-width: 1100px;
}
@media (max-width: 767px) {
  .rk-container--more {
    width: calc(100% - var(--site-padding) * 2);
  }
}

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

.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: 16.6667rem;
  padding-bottom: 16.6667rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button, input[type=submit] {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  color: #FFFFFF;
  background-color: #0531A9;
  border-radius: 0;
  padding: 1em 3em;
  min-width: 160px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: "Neue Haas Grotesk Display", sans-serif;
}
.button:hover, input[type=submit]:hover {
  background-color: #021343;
  color: #FFFFFF;
}

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

.arrow-link {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  font-family: "Neue Haas Grotesk Display", sans-serif;
  color: #0531A9;
  line-height: 1;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 0.125em;
  letter-spacing: 0.02em;
}
@media (max-width: 575px) {
  .arrow-link {
    font-size: 1rem;
  }
}
.arrow-link::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0531A9;
  transition: width 0.4s ease;
}
.arrow-link::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  position: relative;
  top: 0.0125em;
  background-image: url(../img/icons/arrow-up-right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  transition: transform 0.4s ease;
  transform: translate(0, 0);
  margin-left: 8px;
}
.arrow-link:hover::before, a:hover .arrow-link::before {
  width: 100%;
}
.arrow-link:hover::after, a:hover .arrow-link::after {
  transform: translate(0.08em, -0.08em);
}
.c-white .arrow-link {
  color: #FFFFFF;
}
.c-white .arrow-link::before {
  background-color: #FFFFFF;
}
.c-white .arrow-link::after {
  background-image: url(../img/icons/arrow-up-right-white.svg);
}
.c-black .arrow-link {
  color: #000000;
}
.c-black .arrow-link::before {
  background-color: #000000;
}
.c-black .arrow-link::after {
  background-image: url(../img/icons/arrow-up-right-black.svg);
}
.c-blue .arrow-link {
  color: #0531A9;
}
.c-blue .arrow-link::before {
  background-color: #0531A9;
}
.c-blue .arrow-link::after {
  background-image: url(../img/icons/arrow-up-right.svg);
}
.arrow-link--larger {
  white-space: normal;
  text-transform: none;
  font-size: 36px;
  line-height: 1.3;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .arrow-link--larger {
    font-size: 24px;
    text-wrap: balance;
  }
}
.arrow-link--larger::before {
  display: none;
}
.arrow-link--larger::after {
  width: 0.6em;
  height: 0.6em;
}
.arrow-link--larger:hover {
  filter: grayscale(1) brightness(0);
}
.arrow-link--left {
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  padding-left: 1.25em;
  position: relative;
}
.arrow-link--left::after {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  margin: 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: #000000;
  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.img-cont-auto {
  padding: 0;
}
.img-cont.img-cont-auto img, .img-cont.img-cont-auto video {
  position: static !important;
}
.img-cont.max-viewport {
  padding: 0;
  height: calc((100vw - var(--site-padding) * 2) * 0.5625);
  max-height: calc(100dvh - 40px);
}
.img-cont img, .img-cont video, .img-cont div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.img-cont video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.img-cont.op-top img {
  -o-object-position: top;
     object-position: top;
}
.img-cont.op-bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}

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

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

section, .section {
  position: relative;
}

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

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

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

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

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

.accent-bl {
  position: relative;
}
.accent-bl::after {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #A0A5AF;
  border-left: 2px solid #A0A5AF;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .accent-bl::after {
    display: none;
  }
}
.accent-bl.row::after {
  left: 0.75rem;
}

.accent-tr {
  position: relative;
}
.accent-tr::after {
  content: "";
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  opacity: 0.8;
}
.accent-tr.row::after {
  left: 0.75rem;
}

/*----------------------------------
------------- HEADER ---------------
----------------------------------*/
.main-site-header {
  padding: 23px 0;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #FFFFFF;
}
@media (max-width: 575px) {
  .main-site-header {
    padding: 18px 0;
  }
}
.main-site-header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.main-site-header__col-1 {
  width: auto;
  display: flex;
  gap: 60px;
  align-items: center;
  align-content: center;
}
@media (max-width: 1199px) {
  .main-site-header__col-1 {
    gap: 48px;
  }
}
.main-site-header__col-2 {
  width: auto;
  display: flex;
  gap: 40px;
  align-items: center;
  align-content: center;
}
.main-site-header__logo {
  width: 80px;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .main-site-header__logo {
    width: 80px;
  }
}
.main-site-header__nav {
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .main-site-header__nav {
    display: none;
  }
}
.main-site-header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 40px;
}
@media (max-width: 1199px) {
  .main-site-header__nav ul {
    gap: 34px;
  }
}
.main-site-header__nav ul li {
  display: inline-block;
}
.main-site-header__nav .primary-menu > li:last-child {
  display: none;
}
.main-site-header__nav .primary-menu > li.menu-item-has-children > a {
  display: inline-block;
}
.main-site-header__nav .primary-menu > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  position: relative;
  top: -0.25em;
  margin-left: 0.667em;
}
.main-site-header__nav .primary-menu > li.menu-item-has-children > a:hover::after {
  border-color: #0531A9;
}
.main-site-header__nav .primary-menu > li.menu-item-has-children.open > a {
  font-weight: 600;
  margin-bottom: -0.2em;
  color: #0531A9;
  letter-spacing: 0.005em;
}
.main-site-header__nav .primary-menu > li.menu-item-has-children.open > a::after {
  transform: rotate(225deg);
  top: 0;
  border-width: 2px;
  border-color: #0531A9;
}
.main-site-header__nav .primary-menu > li > .sub-menu {
  position: absolute;
  top: calc(100% + 80px);
  left: 0;
  width: calc(100% - 40px);
  gap: 0;
  display: block;
  z-index: 10;
  text-transform: none;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.3;
  font-family: "Neue Haas Grotesk Display", sans-serif;
  display: none;
}
.main-site-header__nav .primary-menu > li > .sub-menu a {
  color: #FFFFFF;
}
.main-site-header__nav .primary-menu > li > .sub-menu a:hover {
  color: #FFFFFF;
}
.main-site-header__nav .primary-menu > li > .sub-menu > li {
  width: 100%;
  margin-bottom: 1em;
}
.main-site-header__nav .primary-menu > li > .sub-menu > li.active > a {
  font-weight: 600;
  margin-bottom: -0.2em;
  opacity: 1 !important;
}
.main-site-header__nav .primary-menu > li > .sub-menu > li > a {
  display: inline-block;
}
.main-site-header__nav .primary-menu > li > .sub-menu > li > a:hover {
  opacity: 0.5;
}
.main-site-header__nav .primary-menu > li > .sub-menu > li > .sub-menu {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  font-size: 16px;
  display: none;
  padding-top: 0.5rem;
}
.main-site-header__nav .primary-menu > li > .sub-menu > li > .sub-menu > li {
  display: block;
  margin-bottom: 1.5em;
}
.main-site-header__nav .primary-menu > li > .sub-menu > li > .sub-menu > li > a:hover {
  opacity: 0.5;
}
.main-site-header__icons {
  display: flex;
  gap: 20px;
}
.main-site-header__icons svg path, .main-site-header__icons svg circle {
  transition: all 0.2s ease;
}
.main-site-header__icons a:hover path {
  fill: #0531A9;
}
.main-site-header__icons a:hover circle {
  stroke: #0531A9;
}
.rk-menu-toggle {
  width: 26px;
  height: 18px;
  margin-right: auto;
  cursor: pointer;
  position: relative;
  z-index: 100;
  display: none;
}
@media (max-width: 991px) {
  .rk-menu-toggle {
    display: block;
  }
}
.rk-menu-toggle span {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #000000;
  margin-bottom: 6px;
  position: relative;
  transition: all 0.3s ease;
  top: 0;
}

.rk-menu-open {
  overflow: hidden;
}

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

.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: -8px;
}

.mm-curtain {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: var(--viewport-height);
  width: 100%;
  z-index: 10;
  padding-top: 120px;
  text-align: right;
}
.mm-curtain__close {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
  position: relative;
  transform: rotate(45deg);
}
.mm-curtain__close::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
}
.mm-curtain__close::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}

.mobile-menu {
  --header-offset: 68px;
  position: fixed;
  top: var(--header-offset);
  left: 0;
  width: 100%;
  height: calc(100% - var(--header-offset));
  z-index: 90;
  overflow: auto;
  display: none;
}
@media (max-width: 767px) {
  .mobile-menu {
    height: 100vh;
  }
}
@media (max-width: 575px) {
  .mobile-menu {
    --header-offset: 53;
  }
}
.mobile-menu .rk-container {
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .mobile-menu .rk-container {
    padding-bottom: 160px !important;
  }
}
.mobile-menu__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu__nav .sub-menu {
  display: none;
}
.mobile-menu__nav .primary-menu > li {
  border-bottom: 1px solid #FFFFFF;
  padding: 1rem 0;
}
.mobile-menu__nav .primary-menu > li > a {
  text-transform: uppercase;
}
.mobile-menu__nav .primary-menu > li.menu-item-has-children > a {
  display: inline-block;
}
.mobile-menu__nav .primary-menu > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(45deg);
  position: relative;
  top: -0.25em;
  margin-left: 0.667em;
}
.mobile-menu__nav .primary-menu > li.menu-item-has-children > a:hover::after {
  border-color: #FFFFFF;
}
.mobile-menu__nav .primary-menu > li.menu-item-has-children > .sub-menu {
  padding-top: 0.5rem;
}
.mobile-menu__nav .primary-menu > li.menu-item-has-children > .sub-menu > li {
  padding-bottom: 0.5rem;
}
.mobile-menu__nav .primary-menu > li.menu-item-has-children > .sub-menu > li:last-child {
  padding-bottom: 0;
}
.mobile-menu__nav .primary-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a {
  display: inline-block;
}
.mobile-menu__nav .primary-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(45deg);
  position: relative;
  top: -0.25em;
  margin-left: 0.667em;
}
.mobile-menu__nav .primary-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu {
  padding-top: 0.6rem;
  font-size: 14px;
}
.mobile-menu__nav .primary-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li {
  padding-bottom: 0.6rem;
}
.mobile-menu__nav .primary-menu > li.menu-item-has-children > .sub-menu > li.open > a {
  font-weight: 600;
}
.mobile-menu__nav .primary-menu > li.menu-item-has-children > .sub-menu > li.open > a::after {
  transform: rotate(225deg);
  top: 0;
  border-width: 2px;
}
.mobile-menu__nav .primary-menu > li.open > a {
  font-weight: 600;
}
.mobile-menu__nav .primary-menu > li.open > a::after {
  transform: rotate(225deg);
  top: 0;
  border-width: 2px;
}
.mobile-menu__nav input[type=text] {
  background: transparent;
  border: none;
  padding: 0 0 0 30px;
  color: #fff;
  background-image: url(../img/icons/search-white.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0 50%;
  width: 100%;
  outline: none !important;
}
.mobile-menu__nav ::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
  text-transform: uppercase;
}
.mobile-menu__nav ::placeholder {
  color: #fff;
  opacity: 0.5;
  text-transform: uppercase;
}
.mobile-menu__icons {
  display: flex;
  gap: 30px;
  padding: 20px 0;
}
.mobile-menu__icons svg path, .mobile-menu__icons svg circle, .mobile-menu__icons a {
  transition: all 0.2s ease;
}
.mobile-menu__icons a:hover {
  opacity: 0.5;
}

.mm-search {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-top: 90px;
  padding-bottom: 30px;
}
.mm-search form {
  position: relative;
}
.mm-search input[type=text] {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding: 8px 0;
  color: #FFFFFF;
  width: 100%;
  outline: none !important;
  font-size: 24px;
}
.mm-search input[type=submit] {
  width: 36px;
  height: 36px;
  font-size: 0;
  padding: 0;
  display: block;
  background-image: url(../img/icons/arrow-up-right-white.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 0;
  border: none;
  background-color: transparent;
  background-position: 80% 50%;
  transition: all 0.4s ease;
}
.mm-search input[type=submit]:hover {
  background-position: 100% 30%;
}
/*----------------------------------
-------------- HOME ----------------
----------------------------------*/
.home-hero {
  padding: 200px 0 60px;
  min-height: 80vh;
  display: flex;
  align-items: flex-end;
}

.home-video {
  height: 45vw;
}
@media (max-width: 1199px) {
  .home-video {
    height: 56.25vw;
  }
}
@media (max-width: 575px) {
  .home-video {
    height: 75vw;
  }
}

@media (max-width: 991px) {
  .expertise-accordion {
    margin-top: 60px;
    border-top: 1px solid #CFCFCF;
  }
}
.expertise-accordion__item {
  border-bottom: 1px solid #CFCFCF;
}
.expertise-accordion__header {
  cursor: pointer;
  padding: 2rem 0;
  text-wrap: balance;
  padding-right: 50px;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .expertise-accordion__header {
    padding-right: 36px;
  }
}
.expertise-accordion__header:hover {
  color: #0531A9;
}
@media (max-width: 767px) {
  .expertise-accordion__header:hover {
    color: #000000;
  }
}
.expertise-accordion__header:hover .expertise-accordion__header-icon span {
  background-color: #0531A9;
}
@media (max-width: 767px) {
  .expertise-accordion__header:hover .expertise-accordion__header-icon span {
    background-color: #000000;
  }
}
.expertise-accordion__header-icon {
  position: absolute;
  top: 2.2rem;
  right: 0;
  display: block;
  width: 42px;
  height: 42px;
}
@media (max-width: 767px) {
  .expertise-accordion__header-icon {
    width: 24px;
    height: 24px;
    top: 2.4rem;
  }
}
.expertise-accordion__header-icon span {
  transition: all 0.3s ease;
  position: absolute;
  display: block;
  background-color: #000000;
}
.expertise-accordion__header-icon span:nth-child(1) {
  width: 100%;
  height: 4px;
  top: 50%;
  margin-top: -2px;
  left: 0;
}
@media (max-width: 767px) {
  .expertise-accordion__header-icon span:nth-child(1) {
    height: 2px;
    margin-top: -1px;
  }
}
.expertise-accordion__header-icon span:nth-child(2) {
  height: 100%;
  width: 4px;
  left: 50%;
  top: 0;
  margin-left: -2px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .expertise-accordion__header-icon span:nth-child(2) {
    width: 2px;
    margin-left: -1px;
  }
}
.active .expertise-accordion__header-icon span:nth-child(2) {
  transform: rotate(90deg);
}
.expertise-accordion__nav {
  list-style: none;
  margin: 0;
  padding: 0 0 3rem;
  -moz-columns: 2;
       columns: 2;
  font-size: 24px;
}
@media (max-width: 767px) {
  .expertise-accordion__nav {
    -moz-columns: 1;
         columns: 1;
  }
}
.expertise-accordion__nav li {
  margin-bottom: 0.5em;
}
.expertise-accordion .h2 {
  margin: 0;
}

.sectors-list {
  --sector-list-margin: 1.75em;
}
.sectors-list__item {
  margin: 0 0 var(--sector-list-margin);
}
.sectors-list__item:first-child {
  margin-top: var(--sector-list-margin);
}
.sectors-list__item:last-child {
  margin-bottom: 0;
}
.sectors-list__item a:hover {
  font-style: italic;
}

.people-swiper {
  overflow: visible;
  margin-top: 70px;
}
@media (max-width: 575px) {
  .people-swiper {
    margin-top: 30px;
  }
}
.people-swiper__outer {
  overflow: hidden;
}
.people-swiper__item {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  color: #000000;
  height: 100%;
  align-content: space-between;
}
.people-swiper__item:hover .img-cont {
  filter: grayscale(0) !important;
}
.people-swiper__item:hover .people-swiper__name {
  color: #0531A9;
}
.people-swiper__content {
  width: 100%;
  padding: 60px 60px 40px;
}
@media (max-width: 1199px) {
  .people-swiper__content {
    padding: 60px 50px 40px;
  }
}
@media (max-width: 767px) {
  .people-swiper__content {
    padding: 50px 40px 30px;
  }
}
@media (max-width: 575px) {
  .people-swiper__content {
    padding: 40px 25px 20px;
  }
}
@media (max-width: 575px) {
  .people-swiper__position {
    font-size: 14px;
  }
}
.people-swiper__name {
  transition: all 0.3s ease;
  margin-top: 1.25rem;
}
@media (max-width: 575px) {
  .people-swiper__name {
    margin: 1rem 0 0.8rem;
  }
}
@media (max-width: 575px) {
  .people-swiper__bio {
    font-size: 18px;
  }
}
.people-swiper__image {
  width: 100%;
}
.people-swiper .img-cont {
  filter: grayscale(1);
  transition: all 0.6s ease;
}
@media (max-width: 767px) {
  .people-swiper .img-cont {
    filter: grayscale(0);
  }
}
.people-swiper .swiper-slide {
  height: auto;
}
.people-swiper__prev, .people-swiper__next {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.people-swiper__prev {
  background-image: url(../img/icons/arrow-left-white.svg);
}
.people-swiper__next {
  background-image: url(../img/icons/arrow-right-white.svg);
  margin-left: 10px;
}

.accent-tr__spacing {
  padding-top: 200px;
}
@media (max-width: 575px) {
  .accent-tr__spacing {
    padding-top: 100px;
    margin-top: -20px;
  }
}

.featured-news {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 40px 150px;
}
@media (max-width: 1199px) {
  .featured-news {
    gap: 40px 40px;
  }
}
@media (max-width: 767px) {
  .featured-news {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .featured-news__item {
    width: 100% !important;
  }
}
.featured-news__item:nth-child(1) {
  grid-row: span 2;
  grid-column: 1;
  border-bottom: 1px solid #A0A5AF;
}
.featured-news__item:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
}
.featured-news__item:nth-child(3) {
  grid-row: 2;
  grid-column: 2;
}
.featured-news__meta {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 16px 0;
  text-transform: uppercase;
  width: 100%;
}
.featured-news__meta .arrow-link {
  font-size: inherit;
}
.featured-news__excerpt {
  padding-right: 10%;
}
.featured-news__desc {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.featured-news__header {
  width: 100%;
}
.featured-news__item:nth-child(1) .featured-news__title {
  margin: 2rem 0 2rem;
  max-width: 13em;
}
@media (max-width: 767px) {
  .featured-news__item:nth-child(1) .featured-news__title {
    margin-top: 0.8rem;
    font-size: 24px;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .featured-news__item:nth-child(2), .featured-news__item:nth-child(3) {
    display: none !important;
  }
}
.featured-news__item:nth-child(2) .featured-news__title, .featured-news__item:nth-child(3) .featured-news__title {
  font-weight: 400;
  font-size: 24px;
}
.featured-news__item:nth-child(2) .featured-news__header, .featured-news__item:nth-child(3) .featured-news__header {
  width: 67%;
}
@media (max-width: 1199px) {
  .featured-news__item:nth-child(2) .featured-news__header, .featured-news__item:nth-child(3) .featured-news__header {
    width: 100%;
  }
}
.featured-news__item:nth-child(2) .featured-news__meta, .featured-news__item:nth-child(3) .featured-news__meta {
  width: 33%;
  order: 2;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 4px 0;
  align-content: space-between;
}
@media (max-width: 1199px) {
  .featured-news__item:nth-child(2) .featured-news__meta, .featured-news__item:nth-child(3) .featured-news__meta {
    width: 100%;
    order: -1;
    justify-content: space-between;
    padding-bottom: 0.75rem;
  }
}
.featured-news__item:nth-child(2) .featured-news__desc, .featured-news__item:nth-child(3) .featured-news__desc {
  padding: 16px 0;
}
.featured-news__item:nth-child(2) .featured-news__title, .featured-news__item:nth-child(3) .featured-news__title {
  margin: 0;
}

.blue-links a {
  transition: all 0.2s ease;
}
.blue-links a:hover {
  color: #0531A9;
}

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

.testimonials-swiper {
  overflow: visible;
  margin-top: 80px;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .testimonials-swiper {
    margin-top: 40px;
  }
}
.testimonials-swiper__outer {
  overflow: hidden;
}
.testimonials-swiper .swiper-slide {
  height: auto;
}
.testimonials-swiper__item {
  height: 100%;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  padding: 36px 36px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (max-width: 575px) {
  .testimonials-swiper__item {
    padding: 24px 24px 0 0;
  }
}
.testimonials-swiper__quote {
  font-size: 24px;
  width: 100%;
}
@media (max-width: 575px) {
  .testimonials-swiper__quote {
    font-size: 18px;
  }
}
.testimonials-swiper__quote--larger {
  font-size: 44px;
}
@media (max-width: 575px) {
  .testimonials-swiper__quote--larger {
    font-size: 30px;
  }
}
.testimonials-swiper__credit {
  display: flex;
  gap: 12px;
  width: 100%;
  align-items: center;
}
.testimonials-swiper__col {
  position: relative;
  top: 70px;
}
.testimonials-swiper__col:nth-child(1) {
  width: 64px;
}
@media (max-width: 575px) {
  .testimonials-swiper__col:nth-child(1) {
    width: 54px;
  }
}
.testimonials-swiper .img-cont {
  border-radius: 999px;
}
.testimonials-swiper__stars {
  display: flex;
  gap: 2px;
  display: none;
}
.testimonials-swiper__star {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-size: contain;
  background-position: center;
  background-image: url(../img/icons/star.svg);
  background-repeat: no-repeat;
}
.testimonials-swiper__name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: -2px;
}
@media (max-width: 575px) {
  .testimonials-swiper__name {
    font-size: 20px;
  }
}
.testimonials-swiper__subtitle {
  font-size: 16px;
}
@media (max-width: 575px) {
  .testimonials-swiper__subtitle {
    font-size: 12px;
  }
}
.testimonials-swiper__prev, .testimonials-swiper__next {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.testimonials-swiper__prev {
  background-image: url(../img/icons/arrow-left-white.svg);
}
.testimonials-swiper__next {
  background-image: url(../img/icons/arrow-right-white.svg);
  margin-left: 10px;
}

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

.prefooter-cta .fs-bg::before {
  opacity: 0.4;
}

/*----------------------------------
------------- FOOTER ---------------
----------------------------------*/
@media (max-width: 575px) {
  .main-site-footer {
    padding-top: 40px;
  }
}
.main-site-footer__logo {
  width: 160px;
}
@media (max-width: 575px) {
  .main-site-footer__logo {
    width: 120px;
  }
}
.main-site-footer__row-1 {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .main-site-footer__row-1 {
    padding-bottom: 30px;
  }
}
.main-site-footer__row-2 {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .main-site-footer__row-2 {
    --bs-gutter-y: 1.5em;
  }
}
.main-site-footer__row-2 > div:nth-child(4) {
  text-align: right;
}
@media (max-width: 1199px) {
  .main-site-footer__row-2 > div:nth-child(4) {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .main-site-footer__row-2 > div:nth-child(4) {
    order: -3;
  }
}
@media (max-width: 991px) {
  .main-site-footer__row-2 > div:nth-child(3) {
    order: -1;
  }
}
@media (max-width: 991px) {
  .main-site-footer__row-2 > div:nth-child(1) {
    order: -2;
  }
}
.main-site-footer__row-3 {
  margin-top: -120px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .main-site-footer__row-3 {
    margin-top: 0;
    padding-bottom: 1em;
  }
}
.main-site-footer__row-4 {
  font-size: 12px;
  color: #A0A5AF;
  align-items: center;
}
@media (max-width: 991px) {
  .main-site-footer__row-4 {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .main-site-footer__row-4 > div:nth-child(3) {
    order: -1;
    padding-bottom: 2em;
  }
}
.main-site-footer__heading {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #A0A5AF;
}
.main-site-footer__nav {
  font-size: 16px;
  margin-top: 2em;
}
@media (max-width: 991px) {
  .main-site-footer__nav {
    margin-top: 1em;
  }
}
@media (max-width: 575px) {
  .main-site-footer__nav {
    font-size: 14px;
  }
}
.main-site-footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-site-footer__nav ul li {
  margin-bottom: 1em;
}
.main-site-footer__sign-up-link {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  top: -6px;
}
.main-site-footer__sign-up-link::after {
  content: "";
  width: 1.35em;
  height: 1.35em;
  position: relative;
  top: 0.25em;
  background-image: url(../img/icons/circle-arrow-right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  transition: transform 0.4s ease;
  transform: translate(0, 0);
  margin-left: 8px;
}
.main-site-footer__minor-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-site-footer__minor-nav ul li {
  display: inline-block;
  min-width: 25.8%;
}
@media (max-width: 575px) {
  .main-site-footer__minor-nav ul li {
    min-width: 0;
  }
  .main-site-footer__minor-nav ul li:not(:last-child) {
    padding-right: 2em;
  }
}
.main-site-footer__logos {
  width: 50%;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
@media (max-width: 1199px) {
  .main-site-footer__logos {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .main-site-footer__logos {
    align-items: center;
    padding-top: 1em;
    gap: 15px 36px;
  }
}
.main-site-footer__logos > div {
  width: 100%;
}
@media (max-width: 991px) {
  .main-site-footer__logos > div {
    width: auto;
  }
}
.main-site-footer__social-links {
  width: 50%;
  margin-left: auto;
  display: flex;
  gap: 18px;
}
@media (max-width: 1199px) {
  .main-site-footer__social-links {
    width: 100%;
    gap: 12px;
  }
}
@media (max-width: 991px) {
  .main-site-footer__minor-nav {
    padding-top: 10px;
  }
}

/*----------------------------------
-------------- ABOUT ---------------
----------------------------------*/
.inner-hero {
  padding: 100px 0;
  display: flex;
  align-items: flex-end;
}
.inner-hero .rk-container {
  min-height: 400px;
}
.inner-hero .rk-container .h1 {
  margin-top: 0;
}
.inner-hero__tr {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  opacity: 0.8;
}
.inner-hero__br {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  opacity: 0.8;
}
.inner-hero__bl {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  opacity: 0.8;
}
.inner-hero--2 .rk-container {
  min-height: 200px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .inner-hero--2 .rk-container {
    min-height: 0;
  }
}
.inner-hero--2 .inner-hero__tr {
  height: 24px;
  width: 24px;
  border-top-width: 1px;
  border-right-width: 1px;
}
.inner-hero--2 .h3 {
  font-size: 44px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .inner-hero--2 .h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .inner-hero--2 .h3 {
    font-size: 24px;
  }
}
.inner-hero--3 .rk-container {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (max-width: 767px) {
  .inner-hero--3 .rk-container {
    min-height: 240px;
  }
}
.inner-hero--3 .rk-container__div {
  width: 100%;
}
.inner-hero--3 .rk-container__div a:hover {
  opacity: 0.5;
  filter: grayscale(0) brightness(1);
}

.values {
  padding-right: 25%;
}
@media (max-width: 991px) {
  .values {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .values {
    padding-right: 12.5%;
  }
}
@media (max-width: 575px) {
  .values {
    padding-right: 0;
  }
}
.values__item:not(:last-child) {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .values__item:not(:last-child) {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .values__item:not(:last-child) {
    padding-bottom: 20px;
  }
}

.people-swiper--alt .people-swiper__item {
  background-color: transparent;
  gap: 42px;
}
.people-swiper--alt .people-swiper__content {
  padding-left: 0;
  padding-bottom: 0;
  border-top: 1px solid #A0A5AF;
  border-right: 1px solid #A0A5AF;
}
.people-swiper--alt .people-swiper__name {
  margin: 1rem 0 0;
}

.bg-off-white .people-swiper__next {
  background-image: url(../img/icons/arrow-right-black.svg);
}
.bg-off-white .people-swiper__prev {
  background-image: url(../img/icons/arrow-left-black.svg);
}

.offset-top {
  position: relative;
  top: -66px;
}
@media (max-width: 991px) {
  .offset-top {
    top: 0;
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .offset-top {
    margin-top: 30px;
  }
}

.bg-light-grey .testimonials-swiper__next {
  background-image: url(../img/icons/arrow-right-blue.svg);
}
.bg-light-grey .testimonials-swiper__prev {
  background-image: url(../img/icons/arrow-left-blue.svg);
}
.bg-light-grey .testimonials-swiper__item {
  border-top-color: #000000;
  border-right-color: #000000;
}

.services-list__item {
  border-bottom: 1px solid #A0A5AF;
  padding: 2rem 0;
}
.services-list__item:last-child {
  padding-bottom: 1rem;
}
.services-list__item p:first-child {
  padding-top: 0.5em;
}
.services-list__item h3 {
  color: #0531A9;
  font-size: 24px;
}
@media (max-width: 575px) {
  .services-list__item h3 {
    font-size: 1rem;
  }
}

.glg-row-2 {
  border-bottom: 1px solid #A0A5AF;
  display: flex;
  gap: calc(12.5% + 0.667rem);
}
@media (max-width: 991px) {
  .glg-row-2 {
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .glg-row-2 {
    flex-wrap: wrap;
    gap: 0;
    border-bottom: none;
  }
}
.glg-row-2__item {
  padding: 3rem 0 2.5rem;
  width: 37.5%;
}
@media (max-width: 991px) {
  .glg-row-2__item {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 767px) {
  .glg-row-2__item {
    width: 100%;
    border-bottom: 1px solid #A0A5AF;
  }
}

.glg-formatting ul:first-child, .glg-formatting ol:first-child {
  margin-top: 0;
}
.glg-formatting ul:last-child, .glg-formatting ol:last-child {
  margin-bottom: 0;
}
.glg-formatting li {
  margin-bottom: 0.5em;
}

.accordion-list__item {
  border-bottom: 1px solid #A0A5AF;
  padding: 2rem 0;
  position: relative;
}
@media (max-width: 991px) {
  .accordion-list__item {
    padding: 2rem 0 1.2rem;
  }
}
.accordion-list__item .h4 {
  cursor: pointer;
  transition: all 0.3s ease;
  padding-right: 2em;
  margin-bottom: 0;
  margin-top: -0.1em;
}
.accordion-list__item .h4:hover {
  color: #0531A9;
}
@media (max-width: 767px) {
  .accordion-list__item .h4:hover {
    color: #000000;
  }
}
.accordion-list__item .h4:hover + .accordion-list__plus::before, .accordion-list__item .h4:hover + .accordion-list__plus::after {
  background-color: #0531A9;
}
@media (max-width: 767px) {
  .accordion-list__item .h4:hover + .accordion-list__plus::before, .accordion-list__item .h4:hover + .accordion-list__plus::after {
    background-color: #000000;
  }
}
@media (max-width: 991px) {
  .accordion-list__item .row {
    --bs-gutter-y: 0.75rem;
  }
}
.accordion-list__item.open .h4 {
  color: #0531A9;
}
.accordion-list__item.open .accordion-list__plus::before {
  transform: rotate(90deg);
}
.accordion-list__plus {
  position: absolute;
  top: 2.2rem;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.accordion-list__plus::before {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  transition: all 0.3s ease;
}
.accordion-list__plus::after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transition: all 0.3s ease;
}

.level-3-body > .section:nth-child(odd) {
  background-color: #F2F2F2;
}
.level-3-body > .section:nth-child(even) {
  background-color: #FFFFFF;
}
.level-3-body > .section:nth-child(1) {
  background-color: #DDE2E5;
}

.spaced-row > .col-lg-6:first-child {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.spaced-row > .col-lg-6:first-child > div {
  width: 100%;
}
.spaced-row > .col-lg-6:first-child > div p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .spaced-row > .col-lg-6:first-child > div p {
    margin-bottom: 2rem;
  }
}

/*----------------------------------
------------- PEOPLE ---------------
----------------------------------*/
.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
}
.team-grid__item {
  width: calc(50% - 20px);
}
@media (max-width: 991px) {
  .team-grid__item {
    width: 100%;
  }
}
.team-grid__desc {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .team-grid__desc {
    padding-top: 20px;
  }
}
.team-grid__col-1 {
  width: calc(100% - 100px);
}
.team-grid__col-2 {
  width: 86px;
  text-align: right;
  padding-top: 5px;
}
.team-grid__col-2 img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 55px;
}
.team-grid__title {
  transition: all 0.3s ease;
  margin: 0 0 0.25rem;
}
.team-grid__position {
  margin: 0;
}
.team-grid img {
  -o-object-position: 50% 33%;
     object-position: 50% 33%;
  filter: grayscale(1);
  transition: all 0.6s ease;
}
.team-grid__item:hover img {
  filter: grayscale(0);
}
.team-grid__item:hover .team-grid__title {
  color: #0531A9;
}

.team-contact {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.team-contact > div {
  width: 100%;
}
.team-contact .f-24 {
  padding-right: 8%;
  padding-bottom: 1rem;
}
.team-contact__img {
  display: flex;
  align-items: center;
  gap: 40px;
}
.team-contact img {
  filter: grayscale(1);
  transition: all 0.6s ease;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 90px;
}
.team-contact__row {
  margin-bottom: 1rem;
}
.team-contact__social {
  margin-top: 2rem;
  display: flex;
  gap: 14px;
}
@media (max-width: 1199px) {
  .team-contact__social {
    width: 100%;
    gap: 12px;
  }
}
.team-contact__social a {
  transition: all 0.3s ease;
}
.team-contact__social a:hover {
  opacity: 0.5;
}
.team-contact__social img {
  max-width: 20px;
  filter: grayscale(0);
}

.team-menu {
  list-style: none;
  margin: 0;
  padding: 0.5em 0;
}
.team-menu li {
  margin-bottom: 1em;
}

.ls-0 {
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .team-body__row .col-lg-7 {
    order: -1;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .team-body__row .col-lg-7 {
    padding-bottom: 40px;
  }
}

/*----------------------------------
------------- NEWS -----------------
----------------------------------*/
.news-form {
  background-color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  margin-top: -60px;
  width: 50%;
  padding: 0;
}
@media (max-width: 767px) {
  .news-form {
    width: 100%;
  }
}
.news-form input[type=text] {
  height: 50px;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  outline: none !important;
  width: 100%;
}
.news-form form {
  width: 100%;
}

.news-filter {
  padding: 25px 0;
}
.news-filter__toggle {
  cursor: pointer;
  min-width: 50%;
  padding-right: 1rem;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .news-filter__toggle {
    width: 100%;
    border-bottom: 1px solid #DDE2E5;
    padding: 0.5rem 0;
  }
}
.news-filter__toggle::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: border-color 0.3s ease;
}
@media (max-width: 575px) {
  .news-filter__toggle::after {
    top: 12px;
  }
}
.news-filter__toggle.active {
  color: #0531A9;
}
.news-filter__toggle.active::after {
  transform: rotate(315deg);
  top: 9px;
  border-color: #0531A9;
}
@media (max-width: 575px) {
  .news-filter__toggle.active::after {
    top: 16px;
  }
}
.news-filter__toggle:hover {
  color: #0531A9;
}
.news-filter__toggle:hover::after {
  border-color: #0531A9;
}
.news-filter__section {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  background-color: #DDE2E5;
}
.news-filter__section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-columns: 2;
       columns: 2;
  width: 50%;
  padding: 40px 0;
}
.news-filter__section ul.columns-1 {
  -moz-columns: 1 !important;
       columns: 1 !important;
}
@media (max-width: 1199px) {
  .news-filter__section ul {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news-filter__section ul {
    -moz-columns: 1;
         columns: 1;
    padding: 20px 0;
  }
}
.news-filter__section ul li {
  margin-bottom: 1em;
}
.news-filter__section ul .active {
  font-weight: 600;
  color: #0531A9;
  line-height: 0.95;
}

.news-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 20px;
}
@media (max-width: 575px) {
  .news-grid {
    gap: 60px 20px;
  }
}
.news-grid__item {
  width: calc(50% - 10px);
  border-bottom: 1px solid #A0A5AF;
}
@media (max-width: 767px) {
  .news-grid__item {
    width: 100%;
  }
}
.news-grid img {
  filter: grayscale(1);
  transition: all 0.6s ease !important;
}
.news-grid__meta {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 16px 0;
  text-transform: uppercase;
  width: 100%;
}
.news-grid__meta .arrow-link {
  font-size: inherit;
  transform: translateX(-50%);
}
@media (max-width: 575px) {
  .news-grid__meta .arrow-link {
    transform: none;
  }
}
.news-grid__col {
  width: 50%;
}
.news-grid__title {
  text-wrap: balance;
  margin: 2rem 0 !important;
  min-height: 2.6em;
}
@media (max-width: 575px) {
  .news-grid__title {
    margin: 1.5rem 0 !important;
  }
}
.news-grid__excerpt {
  font-size: 24px;
}
@media (max-width: 575px) {
  .news-grid__excerpt {
    font-size: 18px;
  }
}
.news-grid__desc {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.news-grid__header {
  width: 100%;
}
.news-grid a:hover img {
  filter: grayscale(0);
}

/*----------------------------------
--------- NEWS ARTICLE -------------
----------------------------------*/
@media (max-width: 991px) {
  .news-article .py-100.section {
    padding-top: 10px;
  }
}
.news-article__meta {
  border-bottom: 1px solid #DDE2E5;
  padding: 0.5rem 0;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .news-article__meta {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 4px;
  }
  .news-article__meta .col-6:nth-child(1) {
    order: 1;
  }
  .news-article__meta .col-6:nth-child(2) {
    order: 2;
  }
  .news-article__meta .col-6:nth-child(3) {
    order: 4;
  }
  .news-article__meta .col-6:nth-child(4) {
    order: 3;
  }
  .news-article__meta .row {
    --bs-gutter-y: 3px;
  }
}
.news-article__img-block {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .news-article__img-block {
    border-bottom: 1px solid #DDE2E5;
    padding-bottom: 16px;
  }
  .news-article__img-block .img-cont {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-article__img-block {
    border-bottom: 1px solid #DDE2E5;
    margin-bottom: 40px;
  }
  .news-article__img-block .line-links {
    display: none;
  }
  .news-article__img-block .img-cont {
    padding-top: 75%;
    margin-left: calc(var(--site-padding) * -1);
    margin-right: calc(var(--site-padding) * -1);
    margin-bottom: 16px;
  }
}
.news-article__img-block .col-lg-3 {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.news-article__img-block .col-lg-3 > div {
  width: 100%;
}
.news-article__tag {
  font-weight: 600;
  margin-top: 0.75em;
}
.news-article__tag a {
  color: #0531A9;
}
.news-article__tag a::after {
  background-color: #0531A9;
}
.news-article__takeaways {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .news-article__takeaways {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .news-article__takeaways {
    padding-bottom: 20px;
    border-bottom: 1px solid #DDE2E5;
    margin-bottom: 40px;
  }
}
.news-article__body {
  padding-left: 3%;
}
@media (max-width: 991px) {
  .news-article__body {
    padding-left: 12%;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .news-article__body {
    padding-left: 0;
    padding-bottom: 50px;
  }
}
.news-article__body h1, .news-article__body h2, .news-article__body h3, .news-article__body h4, .news-article__body h5, .news-article__body h6 {
  font-family: "Neue Haas Grotesk Display", sans-serif;
  font-weight: 600;
  margin: 1rem 0;
}
.news-article__body h1 {
  font-size: 36px;
  margin: 2rem 0;
}
.news-article__body h2 {
  font-size: 24px;
  margin: 2.5rem 0 2rem;
}
.news-article__body h3 {
  font-size: 18px;
}
.news-article__body h4 {
  font-size: 1rem;
}
.news-article__body h5 {
  font-size: 1rem;
}
.news-article__body h6 {
  font-size: 1rem;
}
.news-article__body p {
  margin-bottom: 0.5em;
}
.news-article__body li {
  margin-bottom: 0.5em;
}
.news-article__body a {
  text-decoration: underline;
  color: #0531A9;
}
.news-article__body a:hover {
  color: #000000;
}
.news-article__sticky {
  padding-right: 7%;
  position: sticky;
  top: 90px;
}
@media (max-width: 991px) {
  .news-article__sticky {
    padding-right: 0;
  }
}
.news-article__sticky-block {
  border-top: 1px solid #A0A5AF;
  border-right: 1px solid #A0A5AF;
  padding: 50px 60px 80px 0;
  min-height: 40vh;
}
@media (max-width: 991px) {
  .news-article__sticky-block {
    padding-right: 35%;
    min-height: 0;
  }
}
@media (max-width: 575px) {
  .news-article__sticky-block {
    padding: 40px 40px 60px 0;
  }
}
.news-article__sticky-block:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .news-article__sticky-block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.news-article__sticky-title {
  color: #0531A9;
}
.news-article__sticky-title a {
  transition: all 0.3s ease;
}
.news-article__sticky-title a:hover {
  color: #000000;
}
.news-article__sticky-excerpt {
  margin-bottom: 1.5rem;
}
.news-article .arrow-link--smaller {
  font-size: 1rem;
}

.pagination-container {
  padding-top: 40px;
  text-align: center;
}
.pagination-container .nav-links .page-numbers {
  border: 1px solid #000;
  border-radius: 999px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  transition: all 0.2s ease;
  opacity: 1 !important;
  font-size: 12px;
  line-height: 1;
}
.pagination-container .nav-links .page-numbers.current, .pagination-container .nav-links .page-numbers:hover {
  background-color: #000;
  color: #fff;
}
.pagination-container .nav-links .page-numbers.next, .pagination-container .nav-links .page-numbers.prev {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
}

.articles-swiper {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .articles-swiper {
    margin-top: 40px;
  }
}
.articles-swiper__outer {
  overflow: hidden;
}
.articles-swiper .swiper-slide {
  height: auto;
}
.articles-swiper__item {
  height: 100%;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  padding: 36px 36px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (max-width: 575px) {
  .articles-swiper__item {
    padding: 24px 24px 0 0;
  }
}
.articles-swiper__title {
  width: 100%;
  font-size: 44px;
  margin: 1rem 0 2rem;
  max-height: 2.6em;
  overflow: hidden;
}
@media (max-width: 575px) {
  .articles-swiper__title {
    font-size: 30px;
  }
}
.articles-swiper__title a {
  transition: all 0.3s ease;
}
.articles-swiper__title a:hover {
  opacity: 0.4;
}
.articles-swiper__excerpt {
  padding-right: 20%;
  max-height: 2.6em;
  overflow: hidden;
}
.articles-swiper__meta {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 1.67rem 0 0;
  text-transform: uppercase;
  width: 300px;
}
.articles-swiper__meta .arrow-link {
  font-size: inherit;
}
.articles-swiper__prev, .articles-swiper__next {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.articles-swiper__prev {
  background-image: url(../img/icons/arrow-left-white.svg);
}
.articles-swiper__next {
  background-image: url(../img/icons/arrow-right-white.svg);
  margin-left: 10px;
}

/*----------------------------------
------------- CONTACT --------------
----------------------------------*/
.contact-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .contact-row {
    gap: 60px;
  }
}
.contact-row__1 {
  width: 37.5%;
}
@media (max-width: 991px) {
  .contact-row__1 {
    width: 100%;
  }
}
.contact-row__2 {
  width: 62.5%;
}
@media (max-width: 991px) {
  .contact-row__2 {
    width: 100%;
  }
  .contact-row__2 iframe {
    min-height: 500px !important;
  }
}

.contact-block {
  display: flex;
  flex-wrap: wrap;
}
.contact-block__key {
  width: 33.333%;
}
@media (max-width: 991px) {
  .contact-block__key {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .contact-block__key {
    width: 33.333%;
  }
}
.contact-block__value {
  width: 66.667%;
}
@media (max-width: 991px) {
  .contact-block__value {
    width: calc(100% - 160px);
  }
}
@media (max-width: 575px) {
  .contact-block__value {
    width: 66.667%;
  }
}
.contact-block__value .f-24 {
  margin-bottom: 0.85rem;
}
.contact-block:not(:last-child) {
  margin-bottom: 1rem;
}
.contact-block p:last-child {
  margin-bottom: 0;
}

.contact-form {
  padding-left: 12.5%;
  padding-right: 25%;
  padding-top: 120px;
}
@media (max-width: 991px) {
  .contact-form {
    padding-left: 0;
    padding-right: 12.5%;
  }
}
@media (max-width: 767px) {
  .contact-form {
    padding-right: 0;
  }
}

body .req {
  color: red;
}
body .gform_wrapper.gravity-theme .gfield_required {
  display: none;
}
body h4 {
  margin: 2rem 0 0.5rem !important;
}
@media screen and (max-width: 640px) {
  body h4 {
    margin: 1rem 0 -0.5rem !important;
  }
}
body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0;
}
@media screen and (max-width: 640px) {
  body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 1rem;
  }
}
body .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400;
  font-size: 18px;
}
body .gform_wrapper.gravity-theme .gfield_header_item, body .gform_wrapper.gravity-theme .gform_fileupload_rules, body .gform_wrapper.gravity-theme .ginput_complex label {
  margin: 0 0 8px;
  font-size: 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-radius: 3px;
  border: none;
  background-color: #F2F2F2;
  outline: none !important;
  padding: 0.5rem 0.85rem;
  height: 42px;
}
body ::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
body ::placeholder {
  opacity: 1;
  color: inherit;
}
body .gform_wrapper.gravity-theme .gform_footer button, body .gform_wrapper.gravity-theme .gform_footer input, body .gform_wrapper.gravity-theme .gform_page_footer button, body .gform_wrapper.gravity-theme .gform_page_footer input {
  border: none;
  border-radius: 3px;
  width: 100%;
}
body .gform_wrapper.gravity-theme select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZX0uY2xzLTJ7ZmlsbDojMDAwMDAwfTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hcnJvd3M8L3RpdGxlPjxyZWN0IGNsYXNzPSJjbHMtMSIgd2lkdGg9IjQuOTUiIGhlaWdodD0iMTAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMS40MSA0LjY3IDIuNDggMy4xOCAzLjU0IDQuNjcgMS40MSA0LjY3Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjMuNTQgNS4zMyAyLjQ4IDYuODIgMS40MSA1LjMzIDMuNTQgNS4zMyIvPjwvc3ZnPg==) no-repeat calc(100% - 0.5rem) 50%;
  background-color: #F2F2F2;
  background-size: 16px;
}
body #field_1_16 {
  margin-top: 2rem;
}
@media screen and (max-width: 640px) {
  body #field_1_16 {
    margin-top: 0rem;
  }
}
body #input_1_16 {
  font-size: 16px;
}
body #gfield_upload_rules_1_16 {
  font-size: 11px;
  padding-top: 0;
}

.page-single__body h1, .page-single__body h2, .page-single__body h3, .page-single__body h4, .page-single__body h5, .page-single__body h6 {
  font-family: "Neue Haas Grotesk Display", sans-serif;
  font-weight: 600;
  margin: 1rem 0;
}
.page-single__body h1 {
  font-size: 36px;
  margin: 2rem 0;
}
.page-single__body h2 {
  font-size: 24px;
  margin: 2.5rem 0 2rem;
}
.page-single__body h3 {
  font-size: 18px;
}
.page-single__body h4 {
  font-size: 1rem;
}
.page-single__body h5 {
  font-size: 1rem;
}
.page-single__body h6 {
  font-size: 1rem;
}
.page-single__body p {
  margin-bottom: 0.5em;
}
.page-single__body li {
  margin-bottom: 0.5em;
}
.page-single__body a {
  text-decoration: underline;
  color: #0531A9;
}
.page-single__body a:hover {
  color: #000000;
}

/*----------------------------------
-------- SUBSCRIBE MODAL -----------
----------------------------------*/
body .blocker {
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.6);
}
body .modal {
  border-radius: 0;
  max-width: 700px;
  box-shadow: none;
  width: 100%;
}

.subscribe-modal {
  padding: 0;
}
.subscribe-modal__row {
  display: flex;
}
@media (max-width: 767px) {
  .subscribe-modal__row {
    flex-wrap: wrap;
  }
}
.subscribe-modal__col-1 {
  width: 25%;
  background: linear-gradient(100deg, rgb(5, 49, 169) 0%, rgb(2, 19, 67) 100%);
}
@media (max-width: 767px) {
  .subscribe-modal__col-1 {
    width: 5%;
  }
}
.subscribe-modal__col-2 {
  width: 75%;
  color: #fff;
  background: #000;
  padding: 60px 60px 50px;
}
@media (max-width: 767px) {
  .subscribe-modal__col-2 {
    width: 95%;
  }
}
@media (max-width: 575px) {
  .subscribe-modal__col-2 {
    padding: 40px 30px 30px;
  }
}
.subscribe-modal__col-2 .h3 {
  line-height: 1.2;
  font-size: 34px;
}
@media (max-width: 575px) {
  .subscribe-modal__col-2 .h3 {
    font-size: 28px;
    margin-bottom: 1.5rem;
  }
}
.subscribe-modal .gfield_html {
  font-size: 11px;
  padding: 1rem 0;
}
@media (max-width: 575px) {
  .subscribe-modal .gfield_html {
    font-size: 9px;
    padding: 1em 0;
  }
}
.subscribe-modal .gfield_html a {
  text-decoration: underline;
}
.subscribe-modal.modal a.close-modal {
  top: 6px;
  right: 6px;
}
@media (max-width: 575px) {
  .subscribe-modal .gform_wrapper.gravity-theme .gfield_label {
    font-size: 16px !important;
  }
}

a[href="#subscribe-modal"] {
  display: none !important;
}/*# sourceMappingURL=main.css.map */