@font-face {
  font-family: "Gentona";
  src: url("../fonts/Gentona-Light.woff2") format("woff2"), url("../fonts/Gentona-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/Gentona-Book.woff2") format("woff2"), url("../fonts/Gentona-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/Gentona-BookItalic.woff2") format("woff2"), url("../fonts/Gentona-BookItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/Gentona-Medium.woff2") format("woff2"), url("../fonts/Gentona-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/Gentona-SemiBold.woff2") format("woff2"), url("../fonts/Gentona-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/Gentona-Bold.woff2") format("woff2"), url("../fonts/Gentona-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/Gentona-Heavy.woff2") format("woff2"), url("../fonts/Gentona-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/Quadon-Regular.woff2") format("woff2"), url("../fonts/Quadon-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/Quadon-RegularItalic.woff2") format("woff2"), url("../fonts/Quadon-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/Quadon-Medium.woff2") format("woff2"), url("../fonts/Quadon-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/Quadon-MediumItalic.woff2") format("woff2"), url("../fonts/Quadon-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/Quadon-Bold.woff2") format("woff2"), url("../fonts/Quadon-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/Quadon-BoldItalic.woff2") format("woff2"), url("../fonts/Quadon-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/Quadon-ExtraBold.woff2") format("woff2"), url("../fonts/Quadon-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/Quadon-Black.woff2") format("woff2"), url("../fonts/Quadon-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}

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

body {
  font-size: 100%;
  font-family: "Gentona", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.625;
  color: #212121;
  width: 100%;
  overflow-x: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

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

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

embed,
iframe,
object {
  max-width: 100%;
}

input, select, option, textarea {
  font-family: inherit;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em;
}

ul {
  list-style: none;
}
ul li {
  position: relative;
  z-index: 1;
  margin-bottom: 0.5em;
  padding-left: 22px;
}
ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0.75em;
  width: 12px;
  height: 2px;
  background-color: #5091CD;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

p {
  margin: 0 0 1.5em;
  letter-spacing: 0.005em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

input[type=search],
input[type=submit],
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/*Headings*/
h1,
.h1-like {
  font-family: "Quadon", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 97px;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
}
@media (max-width: 1000px) {
  h1,
.h1-like {
    font-size: 65px;
  }
}
@media (max-width: 640px) {
  h1,
.h1-like {
    font-size: 50px;
  }
}
@media (max-width: 500px) {
  h1,
.h1-like {
    font-size: 45px;
  }
}

h2,
.h2-like {
  font-family: "Gentona", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
h2 .smalltext,
.h2-like .smalltext {
  display: block;
  font-size: 32px;
  letter-spacing: 0.05em;
}
@media (max-width: 782px) {
  h2,
.h2-like {
    font-size: 42px;
  }
  h2 .smalltext,
.h2-like .smalltext {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  h2,
.h2-like {
    font-size: 35px;
  }
  h2 .smalltext,
.h2-like .smalltext {
    font-size: 20px;
  }
}

h3,
.h3-like {
  font-family: "Gentona", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 782px) {
  h3,
.h3-like {
    font-size: 28px;
  }
}

h4,
.h4-like,
body .wpforms-container .wpforms-form .wpforms-field-label {
  font-family: "Gentona", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.005em;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/*Icons / SVG*/
[class^=icon-],
[class*=" icon-"] {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
  vertical-align: middle;
}

/*Links and Buttons*/
a {
  color: #0076BE;
  transition: color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}
a:visited {
  color: #0076BE;
}
a:active {
  color: #0076BE;
}
a:hover, a:focus {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.btn,
body div.wpforms-container-full input[type=submit],
body div.wpforms-container-full button[type=submit],
body div.wpforms-container-full .wpforms-page-button,
body .wp-core-ui div.wpforms-container-full input[type=submit],
body .wp-core-ui div.wpforms-container-full button[type=submit],
body .wp-core-ui div.wpforms-container-full .wpforms-page-button {
  color: #fff;
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: #0076BE;
  display: inline-block;
  text-align: center;
  font-family: "Gentona", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.17;
  text-decoration: none;
  padding: 0.7em 1.7em;
  border: 0;
  border-radius: 0;
}
.btn:visited,
body div.wpforms-container-full input[type=submit]:visited,
body div.wpforms-container-full button[type=submit]:visited,
body div.wpforms-container-full .wpforms-page-button:visited,
body .wp-core-ui div.wpforms-container-full input[type=submit]:visited,
body .wp-core-ui div.wpforms-container-full button[type=submit]:visited,
body .wp-core-ui div.wpforms-container-full .wpforms-page-button:visited {
  color: #fff;
}
.btn:active,
body div.wpforms-container-full input[type=submit]:active,
body div.wpforms-container-full button[type=submit]:active,
body div.wpforms-container-full .wpforms-page-button:active,
body .wp-core-ui div.wpforms-container-full input[type=submit]:active,
body .wp-core-ui div.wpforms-container-full button[type=submit]:active,
body .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  color: #fff;
}
.btn:hover, .btn:focus,
body div.wpforms-container-full input[type=submit]:hover,
body div.wpforms-container-full input[type=submit]:focus,
body div.wpforms-container-full button[type=submit]:hover,
body div.wpforms-container-full button[type=submit]:focus,
body div.wpforms-container-full .wpforms-page-button:hover,
body div.wpforms-container-full .wpforms-page-button:focus,
body .wp-core-ui div.wpforms-container-full input[type=submit]:hover,
body .wp-core-ui div.wpforms-container-full input[type=submit]:focus,
body .wp-core-ui div.wpforms-container-full button[type=submit]:hover,
body .wp-core-ui div.wpforms-container-full button[type=submit]:focus,
body .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover,
body .wp-core-ui div.wpforms-container-full .wpforms-page-button:focus {
  background-color: #0A306D;
}
.has-dark-bkgd .btn:hover, .has-dark-bkgd .btn:focus,
.has-dark-bkgd body div.wpforms-container-full input[type=submit]:hover,
.has-dark-bkgd body div.wpforms-container-full input[type=submit]:focus,
.has-dark-bkgd body div.wpforms-container-full button[type=submit]:hover,
.has-dark-bkgd body div.wpforms-container-full button[type=submit]:focus,
.has-dark-bkgd body div.wpforms-container-full .wpforms-page-button:hover,
.has-dark-bkgd body div.wpforms-container-full .wpforms-page-button:focus,
.has-dark-bkgd body .wp-core-ui div.wpforms-container-full input[type=submit]:hover,
.has-dark-bkgd body .wp-core-ui div.wpforms-container-full input[type=submit]:focus,
.has-dark-bkgd body .wp-core-ui div.wpforms-container-full button[type=submit]:hover,
.has-dark-bkgd body .wp-core-ui div.wpforms-container-full button[type=submit]:focus,
.has-dark-bkgd body .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover,
.has-dark-bkgd body .wp-core-ui div.wpforms-container-full .wpforms-page-button:focus {
  background-color: #fff;
  color: #0A306D;
}

/*Other Styles*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

body.no-body-scroll {
  position: fixed;
  max-width: 100%;
  width: 100%;
}

.container {
  margin: auto;
  width: 90%;
  max-width: 1088px;
}

.menu {
  margin: 0;
}
.menu li {
  margin: 0;
  padding: 0;
}
.menu li::before {
  display: none;
}

.site-section {
  padding: 100px 0;
}
.site-section--blue {
  background-color: #0A306D;
  color: #fff;
}
.site-section--grey {
  background-color: #E2E2E2;
}
.site-section--white, .site-section--grey {
  --wpforms-label-color: #0A306D;
}
.site-section--white h2,
.site-section--white .h2-like,
.site-section--white h3,
.site-section--white .h3-like, .site-section--grey h2,
.site-section--grey .h2-like,
.site-section--grey h3,
.site-section--grey .h3-like {
  color: #0A306D;
}
.site-section--white h4,
.site-section--white .h4-like, .site-section--grey h4,
.site-section--grey .h4-like {
  color: #0076BE;
}

.has-accent {
  position: relative;
  z-index: 1;
}
.has-accent--top {
  padding-top: 30px;
}
.has-accent--top::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 5px;
  background-color: #6AAADC;
  left: 0;
  top: 0;
}
.has-accent--bottom {
  padding-bottom: 30px;
}
.has-accent--bottom::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 5px;
  background-color: #6AAADC;
  left: 0;
  bottom: 0;
}
.has-accent--center::before, .has-accent--center::after {
  left: 50%;
  transform: translateX(-50%);
}

.fact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  padding: 0;
  margin: 0;
}
@media (max-width: 782px) {
  .fact-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.fact-grid-item {
  padding: 46px;
  margin: 0;
  background-color: #fff;
  border: 1px #E2E2E2 solid;
}
.fact-grid-item::before {
  display: none;
}
.fact-grid-item-figure, .fact-grid-item-desc {
  display: block;
}
.fact-grid-item-figure {
  font-family: "Quadon", serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
  color: #0076BE;
  text-transform: uppercase;
}
.fact-grid-item-desc {
  font-family: "Gentona", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.3125;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0A306D;
}
@media (max-width: 782px) {
  .fact-grid-item-desc {
    max-width: 235px;
    margin: auto;
  }
}

.default-columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 78px;
}
@media (max-width: 1000px) {
  .default-columns {
    display: block;
  }
}

.separator-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 71px;
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
.separator-columns::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #E2E2E2;
}
.separator-columns .column {
  padding: 20px 0 30px;
}
@media (max-width: 1000px) {
  .separator-columns {
    display: block;
    margin-bottom: 0;
  }
  .separator-columns::after {
    display: none;
  }
  .separator-columns .column {
    padding-top: 0;
    padding-bottom: 50px;
    border-bottom: 1px #E2E2E2 solid;
    margin-bottom: 40px;
  }
  .separator-columns .column:last-child {
    border-bottom: 0;
  }
}

/*Animations*/
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.site-header {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 36px;
}
.site-header-branding {
  max-width: 485px;
  margin: auto;
}
.site-header-logo--blue, .site-header-cta {
  display: none;
}
@media (max-width: 782px) {
  .site-header {
    position: fixed;
    padding: 0;
  }
  .site-header-top {
    background: #fff;
    padding: 20px 25px 15px;
  }
  .site-header-branding {
    max-width: 341px;
  }
  .site-header-logo--white {
    display: none;
  }
  .site-header-logo--blue, .site-header-cta {
    display: block;
  }
  .site-header-cta {
    background-color: #0076BE;
    text-align: center;
    padding: 5px 25px 9px;
  }
  .site-header-cta a {
    color: #fff;
  }
  .site-header-cta a:visited {
    color: #fff;
  }
  .site-header-cta a:active {
    color: #fff;
  }
}

.site-hero-section {
  position: relative;
  z-index: 1;
  background-color: #0A306D;
  color: #fff;
  min-height: 100vh;
  padding: 100px 0;
  display: flex;
  align-items: center;
}
.site-hero-section .section-content {
  position: relative;
  z-index: 4;
  width: 100%;
  pointer-events: none;
}
.site-hero-section .section-content .btn {
  min-width: 179px;
  pointer-events: all;
}
@media (max-width: 782px) {
  .site-hero-section {
    padding: 120px 0 150px;
  }
}
.site-hero-subtitle {
  font-family: "Gentona", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: none;
  margin: 10px 0 30px;
}
.site-hero-bottom {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 50%;
  width: 200px;
  transform: translateX(-50%);
}
.site-hero-bottom .scroll-down-link {
  display: block;
  margin: auto;
  height: 99px;
  overflow: hidden;
}
.site-hero-bottom .scroll-down-link:hover .scroll-down-img {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 1000px) {
  .site-hero-bottom .scroll-down-link {
    height: 54px;
  }
}
.site-hero-bottom .scroll-down-img {
  display: block;
  transform-origin: center;
  -webkit-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .site-hero-bottom .scroll-down-img {
    -webkit-animation: none;
            animation: none;
  }
}
@media (max-width: 782px) {
  .site-hero-bottom {
    display: none;
  }
}
.site-hero-carousel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.site-hero-carousel .carousel-items,
.site-hero-carousel .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.site-hero-carousel .carousel-items::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(10, 48, 109, 0.8);
}
.site-hero-carousel .carousel-item {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-hero-carousel .carousel-item.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.site-hero-carousel .carousel-inner {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 61px;
}
@media (max-width: 782px) {
  .site-hero-carousel .carousel-inner {
    padding-bottom: 20px;
  }
}
.site-hero-carousel .carousel-controls {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 782px) {
  .site-hero-carousel .carousel-controls {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 19px;
  }
}
.site-hero-carousel .rotation {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  opacity: 0.8;
  transition: opacity 0.2s ease;
  color: #E2E2E2;
}
.site-hero-carousel .rotation:hover, .site-hero-carousel .rotation:focus {
  opacity: 1;
}
.site-hero-carousel .rotation .icon-pause,
.site-hero-carousel .rotation .icon-play {
  width: 100%;
  height: auto;
  display: none;
}
.site-hero-carousel .rotation.play .icon-play {
  display: block;
}
.site-hero-carousel .rotation.pause .icon-pause {
  display: block;
}
.site-hero-carousel .arrows-wrapper {
  display: none;
}
.site-hero-carousel .arrows-wrapper .next,
.site-hero-carousel .arrows-wrapper .previous {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  width: 42px;
}
@media (max-width: 782px) {
  .site-hero-carousel .arrows-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
  }
}
.site-hero-carousel .tab-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
@media (max-width: 782px) {
  .site-hero-carousel .tab-wrapper {
    align-items: center;
    gap: 0;
  }
}
.site-hero-carousel .carousel-tab {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  background-color: transparent;
  border: 0;
  opacity: 0.6;
  transition: opacity 0.2s ease;
  cursor: pointer;
  min-height: 46px;
  padding-left: 8px;
  color: #fff;
}
.site-hero-carousel .carousel-tab:visited {
  color: #fff;
}
.site-hero-carousel .carousel-tab:active {
  color: #fff;
}
.site-hero-carousel .carousel-tab * {
  pointer-events: none;
}
.site-hero-carousel .carousel-tab .tab-title {
  font-family: "Gentona", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.site-hero-carousel .carousel-tab .tab-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-hero-carousel .carousel-tab .tab-icon-inner {
  width: 100%;
  border-radius: 50%;
  transform: scale(0.19);
  transform-origin: center;
  background-color: #fff;
  transition: background-color 0.4s ease, transform 0.3s ease;
}
.site-hero-carousel .carousel-tab .tab-icon svg {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.site-hero-carousel .carousel-tab.active, .site-hero-carousel .carousel-tab:hover, .site-hero-carousel .carousel-tab:focus {
  opacity: 1;
}
.site-hero-carousel .carousel-tab.active {
  pointer-events: none;
}
.site-hero-carousel .carousel-tab.active .tab-icon-inner {
  transform: none;
  background-color: transparent;
  transition: background-color 0.2s ease, transform 0.3s ease;
}
.site-hero-carousel .carousel-tab.active svg {
  opacity: 1;
  transition: opacity 0.2s ease;
}
@media (max-width: 782px) {
  .site-hero-carousel .carousel-tab {
    flex-direction: column-reverse;
    margin: auto;
    display: none;
    pointer-events: none;
    padding-left: 0;
  }
  .site-hero-carousel .carousel-tab.active {
    display: flex;
  }
  .site-hero-carousel .carousel-tab.active .tab-icon-inner {
    transition: none;
  }
}

.site-content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  overflow: hidden;
}

.site-section-intro {
  position: relative;
  z-index: 1;
  padding: 85px 0 150px;
}
.site-section-intro::before, .site-section-intro::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.site-section-intro::before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 37%;
  background: transparent url("../svg/pattern-bkgd.svg") no-repeat scroll top -109px right;
  background-size: 1019px auto;
}
.site-section-intro::after {
  bottom: 0;
  right: 0;
  left: 50%;
  height: 99px;
  background-image: url("../images/../svg/shield-clip.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: transparent url("../svg/shield-clip.svg") no-repeat scroll top left 143px;
  background-size: 517px auto;
}
.site-section-intro .container {
  position: relative;
  z-index: 2;
}
.site-section-intro .section-content {
  max-width: 510px;
  margin-left: 46%;
}
.site-section-intro h2 {
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (max-width: 1000px) {
  .site-section-intro {
    padding: 92px 0 76px;
    background: #fff url(../svg/pattern-corner.svg) no-repeat right top -64px;
    background-size: 395px auto;
  }
  .site-section-intro::before {
    display: none;
  }
  .site-section-intro::after {
    height: 50px;
    width: 410px;
    left: auto;
    right: -163px;
    background-size: 100% auto;
    background-position: top center;
  }
  .site-section-intro .container {
    width: 100%;
    max-width: 100%;
  }
  .site-section-intro .section-content {
    max-width: 100%;
    margin-left: 54px;
    margin-right: 45px;
  }
}

.site-section-dedication {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}
.site-section-dedication::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  background: transparent url(../svg/pattern-bkgd.svg) repeat-x left top -340px;
  background-size: 1018px auto;
  opacity: 0.17;
}
.site-section-dedication .container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 3%;
}
@media (min-width: 1159px) {
  .site-section-dedication .container {
    padding-left: calc((100vw - 1088px) / 2);
  }
}
@media (min-width: 1401px) {
  .site-section-dedication .container {
    max-width: 1426px;
    padding-left: 169px;
  }
}
@media (max-width: 1000px) {
  .site-section-dedication .container {
    display: block;
    padding-left: 0;
  }
}
.site-section-dedication .section-content {
  width: 585px;
  padding: 115px 0;
  margin-right: 30px;
}
.site-section-dedication .section-image {
  width: 550px;
  margin: -56px 0 -75px;
  display: grid;
  grid-template-columns: 55.27% 1fr;
  gap: 10px;
}
.site-section-dedication .section-image img {
  width: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.site-section-dedication .section-image img:first-child {
  grid-row: span 2;
  align-self: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.site-section-dedication h2 {
  margin-bottom: 20px;
}
.site-section-dedication h2 .smalltext {
  margin-bottom: 10px;
}
.site-section-dedication p {
  margin-bottom: 35px;
}
@media (max-width: 1000px) {
  .site-section-dedication::after {
    left: 0;
    background: transparent url(../svg/pattern-mobile-white.svg) no-repeat left bottom;
    background-size: 390px auto;
  }
  .site-section-dedication .section-content {
    padding: 71px 36px 16px 54px;
    width: auto;
    max-width: 580px;
  }
  .site-section-dedication .section-image {
    margin: auto;
    width: auto;
    max-width: 850px;
    transform: translateY(45px);
  }
}

.site-section-facts {
  text-align: center;
  margin-bottom: 100px;
}
.site-section-facts h2 {
  padding-bottom: 11px;
  margin-bottom: 43px;
}
.site-section-facts .fact-grid {
  position: relative;
  z-index: 1;
}
.site-section-facts .fact-grid::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 105px;
  left: -14px;
  right: -14px;
  bottom: -21px;
  background: transparent url("../svg/pattern-bkgd-tile.svg") repeat;
  background-size: 590px auto;
}
@media (max-width: 782px) {
  .site-section-facts {
    margin-bottom: 55px;
  }
  .site-section-facts .fact-grid::after {
    top: 16px;
    bottom: 19px;
    left: -100px;
    right: -100px;
  }
}

.site-section-benefits {
  padding: 120px 0;
  margin-bottom: 80px;
}
.site-section-benefits h2 {
  padding-bottom: 15px;
  margin-bottom: 25px;
}
@media (min-width: 1001px) {
  .site-section-benefits h2 {
    padding-bottom: 0;
    margin-bottom: 12px;
  }
  .site-section-benefits h2::after {
    display: none;
  }
}
.site-section-benefits .column.has-accent {
  width: 444px;
  padding-bottom: 42px;
}
.site-section-benefits .column.has-accent p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .site-section-benefits {
    padding: 50px 0;
    margin-bottom: 55px;
  }
  .site-section-benefits .column.has-accent {
    width: auto;
    padding: 0 0 20px;
  }
  .site-section-benefits .column.has-accent::before, .site-section-benefits .column.has-accent::after {
    display: none;
  }
}

.site-section-overview h2 {
  margin-bottom: 35px;
}
@media (max-width: 782px) {
  .site-section-overview h2 {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.site-section-cta {
  position: relative;
  z-index: 1;
  padding: 71px 91px;
  margin-bottom: 80px;
  background-color: #0A306D;
  color: #fff;
}
.site-section-cta::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-image: url("../svg/pattern-bkgd.svg");
  background-repeat: repeat-x;
  background-position: right top -232px;
  background-size: 1088px auto;
  opacity: 0.4;
}
.site-section-cta .section-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-section-cta-title {
  max-width: 450px;
  text-transform: none;
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0.015em;
}
@media (max-width: 1000px) {
  .site-section-cta .section-content {
    display: block;
  }
  .site-section-cta-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 782px) {
  .site-section-cta {
    padding: 39px 36px;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .site-section-cta::before {
    background-position: right 24px top -400px;
  }
}

.accordion-section {
  margin-bottom: 100px;
}
.accordion-section-title {
  color: #0A306D;
}
.accordion-block {
  margin: auto;
}
.accordion-block .accordion {
  padding: 10px 0;
  border-bottom: 1px #E2E2E2 solid;
}
.accordion-heading {
  font-size: 19px;
  line-height: normal;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
}
@media (max-width: 640px) {
  .accordion-heading {
    font-size: 15px;
  }
}
.accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 26px 16px 26px 20px;
  cursor: pointer;
  font: inherit;
  color: #0A306D;
  background-color: transparent;
  border: 0;
}
.accordion-trigger-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 33px;
  height: 33px;
  border-radius: 33px;
  border: 3px #0A306D solid;
  background-color: #0A306D;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.3s ease;
}
.accordion-trigger-icon-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.accordion-trigger-icon-label--open {
  display: block;
}
.accordion-trigger-icon-label--close {
  display: none;
}
.accordion.is-open .accordion-trigger-icon {
  transform: rotate(45deg);
}
.accordion.is-open .accordion-trigger-icon-label--open {
  display: none;
}
.accordion.is-open .accordion-trigger-icon-label--close {
  display: block;
}
.accordion-trigger .icon-plus {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  fill: #fff;
  stroke: #fff;
  transition: fill 0.2s ease, stroke 0.2s ease;
}
.accordion-trigger:hover .accordion-trigger-icon, .accordion.is-open .accordion-trigger .accordion-trigger-icon {
  background-color: transparent;
}
.accordion-trigger:hover .icon-plus, .accordion.is-open .accordion-trigger .icon-plus {
  fill: #0A306D;
  stroke: #0A306D;
}
@media (max-width: 640px) {
  .accordion-trigger {
    padding-right: 0;
    padding-left: 0;
  }
}
.accordion-content {
  padding: 0 95px 0 20px;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: visibility 0s 0.3s, opacity 0.3s, max-height 0.3s;
}
.accordion.is-open .accordion-content {
  visibility: visible;
  opacity: 1;
  max-height: none;
  transition: opacity 0.5s, max-height 0.3s;
}
@media (max-width: 640px) {
  .accordion-content {
    padding: 0;
  }
}

.site-footer {
  position: relative;
  z-index: 2;
  font-family: "Gentona", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.015em;
}
.site-footer a {
  color: inherit;
}
.site-footer a:visited {
  color: inherit;
}
.site-footer a:active {
  color: inherit;
}
.site-footer-top {
  padding: 87px 0;
  background-color: #212121;
  color: #fff;
}
.site-footer-top .container {
  max-width: 1080px;
}
.site-footer-top-columns {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
@media (max-width: 1000px) {
  .site-footer-top {
    padding: 60px 0;
  }
  .site-footer-top-columns {
    flex-direction: column;
  }
}
.site-footer-branding {
  width: 350px;
}
.site-footer-logo {
  max-width: 253px;
  margin-bottom: 34px;
}
.site-footer-logo .logo-white {
  display: block;
}
@media (max-width: 1000px) {
  .site-footer-logo {
    margin-bottom: 24px;
  }
}
.site-footer-social {
  display: flex;
  gap: 19px;
}
.site-footer-social li {
  flex-shrink: 0;
}
.site-footer-social a {
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.site-footer-social a:hover {
  opacity: 0.5;
}
.site-footer-social svg {
  width: 24px;
  height: 24px;
}
.site-footer-address {
  width: 250px;
}
@media (max-width: 1000px) {
  .site-footer-address p:last-child {
    margin-bottom: 0;
  }
}
.site-footer-contact {
  flex-grow: 1;
}
.site-footer-contact .icon-phone {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.site-footer-contact p {
  margin-bottom: 16px;
}
.site-footer-bottom {
  padding: 40px 0;
  background-color: #fff;
  color: #31261D;
}
.site-footer-bottom p {
  margin-bottom: 1em;
  letter-spacing: inherit;
}
.site-footer-bottom .container {
  max-width: 1159px;
}
.site-footer-bottom .menu {
  display: flex;
  gap: 10px 22px;
  flex-wrap: wrap;
}
@media (min-width: 1001px) {
  .site-footer {
    padding: 23px 0;
  }
  .site-footer-bottom-columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
  }
  .site-footer-copyright p {
    margin: 0;
  }
}
