/*
Theme Name: WebNL
Description: Een WordPress thema door WebNL.
Author: WebNL
Author URI: https://www.webnl.nl/
Version: 1.0
*/
/**
 * Setup
 */
/* ---------------------------
   Font Setup
---------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.skip-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 1em;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

:root {
  --hbar-offset: 0px;
  --hnav-offset: 0px;
}

#uid_image_contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

/**
 * Includes
 */
footer {
  background-color: #222B77;
  position: relative;
  z-index: 2;
}
footer .footer {
  padding: 136px 0 64px 0;
}
@media only screen and (max-width: 800px) {
  footer .footer {
    padding: 64px 0 32px 0;
  }
}
footer .footer--top, footer .footer--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer--top {
  margin-bottom: 136px;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
  row-gap: 40px;
}
footer .footer--top--title {
  color: white;
  font-family: "Inter", sans-serif !important;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  max-width: 400px;
}
footer .footer--top--form {
  max-width: 705px;
}
footer .footer--top--form .gform_heading {
  display: none;
}
footer .footer--top--form form {
  width: 100%;
  margin-bottom: 0;
}
footer .footer--top--form form .gfield_label {
  color: white;
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  position: absolute;
  -webkit-transform: translate(12px, 8px);
          transform: translate(12px, 8px);
  -webkit-transition: font-size 0.1s ease, line-height 0.1s ease, -webkit-transform 0.1s ease;
  transition: font-size 0.1s ease, line-height 0.1s ease, -webkit-transform 0.1s ease;
  transition: font-size 0.1s ease, line-height 0.1s ease, transform 0.1s ease;
  transition: font-size 0.1s ease, line-height 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
footer .footer--top--form form .gfield_label.label-empty-not-focused {
  font-size: 16px;
  line-height: 130%;
  -webkit-transform: translate(12px, 18px);
          transform: translate(12px, 18px);
}
footer .footer--top--form form .gform_fields {
  gap: 16px;
}
footer .footer--top--form form .gform_footer {
  margin-top: 24px;
}
footer .footer--top--form form .gfield_required {
  display: none;
}
footer .footer--top--form form .gchoice label.gform-field-label {
  color: white;
  font-size: 13px;
  margin-left: 8px;
}
footer .footer--top--form form .gchoice label.gform-field-label a {
  font-size: 13px;
  color: white;
}
footer .footer--top--form form .gchoice input.gfield-choice-input {
  border: 1px solid rgba(34, 43, 119, 0.2509803922);
  border-radius: 4px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
footer .footer--top--form form .gchoice input.gfield-choice-input:before {
  accent-color: #222B77;
  color: #222B77;
}
footer .footer--top--form form input[type=text], footer .footer--top--form form input[type=email], footer .footer--top--form form textarea {
  border: 1px solid white;
  border-radius: 4px;
  padding: 24px 20px 11px 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: white;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
footer .footer--top--form form input[type=submit] {
  text-decoration: none !important;
  padding: 19px 31px !important;
  border: 1px solid transparent !important;
  font-family: "Inter", sans-serif !important !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 100% !important;
  letter-spacing: 0.4px !important;
  color: #222B77 !important;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease !important;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  position: relative !important;
  overflow: hidden !important;
  cursor: pointer !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  text-align: left !important;
  border-radius: 9999px !important;
  background-color: white !important;
  border-color: white !important;
}
footer .footer--top--form form input[type=submit]:hover {
  background-color: color-mix(in hsl, black 10%, white 90%) !important;
  border-color: color-mix(in hsl, black 10%, white 90%) !important;
  color: #222B77 !important;
}
footer .footer--top--form p.gform_not_found {
  color: #222B77;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  footer .footer--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 48px;
  }
  footer .footer--top--title, footer .footer--top--form {
    max-width: 100%;
  }
}
footer .footer--dots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100vw - var(--scrollbar-width));
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 800px) {
  footer .footer--dots {
    left: -32px;
  }
}
@media only screen and (max-width: 600px) {
  footer .footer--dots {
    left: -24px;
  }
}
footer .footer--dots img {
  width: calc(100vw - var(--scrollbar-width));
}
@media only screen and (max-width: 800px) {
  footer .footer--dots img {
    min-width: 1100px;
  }
}
footer .footer--bottom {
  margin-top: 40px;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
  row-gap: 24px;
}
@media only screen and (max-width: 600px) {
  footer .footer--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer--bottom--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
  row-gap: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer--bottom--nav a {
  padding-left: 17.5px;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: var(--white-75, rgba(255, 255, 255, 0.75));
  font-family: "Inter", sans-serif !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}
footer .footer--bottom--nav a:hover {
  text-decoration: underline;
}
footer .footer--bottom--nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #70DDFF;
  width: 6.5px;
  height: 6.5px;
  border-radius: 9999px;
}
footer .footer--bottom .btn {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
footer .sub-footer {
  background-color: #222B77;
}
footer .sub-footer--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 16px 0;
}
@media only screen and (max-width: 800px) {
  footer .sub-footer--items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
}
footer .sub-footer--items a {
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  color: white;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
footer .sub-footer--items a.webnl {
  font-family: "Inter", sans-serif !important;
  margin-right: 12px;
}
@media only screen and (max-width: 800px) {
  footer .sub-footer--items a.webnl {
    margin-right: 0;
    width: 100%;
  }
}

header {
  position: fixed;
  z-index: 3;
  width: calc(100vw - var(--scrollbar-width));
  top: 0;
}
header .hbar {
  position: relative;
  background-color: transparent;
  z-index: 11;
}
header .hbar--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
  height: 165px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 800px) {
  header .hbar--container {
    gap: 0;
  }
}
header .hbar--container--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 25%;
}
@media only screen and (max-width: 1170px) {
  header .hbar--container--logo {
    width: 50%;
  }
}
header .hbar--container--logo .logo {
  width: 142.981px;
  height: 81.406px;
}
header .hbar--container--logo .logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .hbar--container--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  width: 50%;
}
header .hbar--container--nav a {
  color: white;
  font-family: "Inter", sans-serif !important;
  text-decoration: none;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
header .hbar--container--nav a.active, header .hbar--container--nav a:hover {
  color: #70DDFF;
}
@media only screen and (max-width: 1170px) {
  header .hbar--container--nav {
    display: none;
  }
}
header .hbar--container--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 8px;
  width: 25%;
  position: relative;
}
@media only screen and (max-width: 1170px) {
  header .hbar--container--btns {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
header .hbar--container--btns a {
  -webkit-box-shadow: 0 4px 36px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 36px 0 rgba(0, 0, 0, 0.15);
}
header .hbar--container--btns a:first-of-type {
  display: none;
}
@media only screen and (max-width: 1170px) {
  header .hbar--container--btns a:first-of-type {
    display: block;
  }
}
header .hbar--container--btns a:not(:first-of-type) {
  display: block;
}
@media only screen and (max-width: 600px) {
  header .hbar--container--btns a:not(:first-of-type) {
    display: none;
  }
}
header .hbar:not(.non-landing) {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
header .hbar:not(.non-landing) .hbar--container {
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
header .hbar:not(.non-landing) .hbar--container--logo .logo {
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
}
header .hbar:not(.non-landing) .hbar--container--logo .logo svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
header .hbar:not(.non-landing) .hbar--container--nav a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
header .hbar:not(.non-landing) .hbar--container--btns a {
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
header .hbar.non-landing, header .hbar.scrolled {
  background-color: white;
}
header .hbar.non-landing .hbar--container, header .hbar.scrolled .hbar--container {
  height: 96px;
}
header .hbar.non-landing .hbar--container--logo .logo, header .hbar.scrolled .hbar--container--logo .logo {
  width: 112.608px;
  height: 64px;
}
header .hbar.non-landing .hbar--container--logo .logo svg path, header .hbar.scrolled .hbar--container--logo .logo svg path {
  fill: #222B77;
}
header .hbar.non-landing .hbar--container--nav a, header .hbar.scrolled .hbar--container--nav a {
  color: #222B77;
}
header .hbar.non-landing .hbar--container--btns a, header .hbar.scrolled .hbar--container--btns a {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
header .hnav.no-transitions {
  -webkit-transition: none !important;
  transition: none !important;
}
header .hnav {
  position: absolute;
  color: white;
  background-color: #222B77;
  width: 100%;
  z-index: 10;
  -webkit-transform: translateY(calc(-100% - 101px));
          transform: translateY(calc(-100% - 101px));
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
header .hnav .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1170px) {
  header .hnav .layout-container {
    padding: 0;
  }
}
@media only screen and (max-width: 1170px) {
  header .hnav {
    position: fixed;
    inset: 0;
    z-index: 12;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
header .hnav--pri {
  font-family: "Inter", sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 185%;
  color: #222B77;
  background: white;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 64px;
  min-height: 100dvh;
  min-width: 100dvw;
  height: 100dvh;
  position: relative;
  overflow-y: auto;
}
header .hnav--pri .title {
  font-family: "Inter", sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 185%;
  color: #222B77;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
}
header .hnav--pri a.back {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
  position: relative;
  display: none;
  color: #222B77;
}
header .hnav--pri a.back svg {
  position: absolute;
  rotate: 180deg;
  width: 20px;
  height: 20px;
  top: calc(50% - 1px);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  left: -4px;
  background-image: url(./assets/svg/close.svg);
  background-size: contain;
}
header .hnav--pri a.back svg path {
  fill: #222B77;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media only screen and (max-width: 1170px) {
  header .hnav--pri a.back {
    display: block;
  }
}
header .hnav--pri > a {
  font-family: "Inter", sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 185%;
  color: #222B77;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  padding-right: 48px;
  text-decoration: none;
  cursor: pointer;
}
header .hnav--pri > a.has-children svg {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
header .hnav--pri > a.has-children svg path {
  fill: #222B77;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
header .hnav--pri > a:hover.has-children svg, header .hnav--pri > a.selected.has-children svg {
  right: -8px;
}
@media only screen and (max-width: 1170px) {
  header .hnav--pri > a {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1170px) {
  header .hnav--pri {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 800px) {
  header .hnav--pri {
    padding: 30px 32px;
  }
}
@media only screen and (max-width: 600px) {
  header .hnav--pri {
    padding: 30px 24px;
  }
}
header .hnav--pri .hnav--footer a.btn {
  width: 100%;
  text-align: center;
}
header .hnav--pri .hnav--footer a.btn:after {
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 52.5px));
          transform: translateX(calc(-50% - 52.5px));
}
@media only screen and (max-width: 1170px) {
  header .hnav.pri-opened {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
header .hnav--sec {
  font-family: "Inter", sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 185%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 0;
  padding-right: 30px;
  min-width: 286px;
}
header .hnav--sec .title {
  color: white;
  font-family: "Inter", sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 185%;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
header .hnav--sec .title a {
  color: white;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: none;
}
header .hnav--sec .title a:hover {
  color: beige;
}
header .hnav--sec .title a[href="#"] {
  display: none;
}
header .hnav--sec a.back {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
  position: relative;
  display: none;
}
header .hnav--sec a.back svg {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -4px;
}
header .hnav--sec a.back svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media only screen and (max-width: 1170px) {
  header .hnav--sec a.back {
    display: block;
  }
}
header .hnav--sec > a {
  font-family: "Inter", sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 185%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  padding-right: 48px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
header .hnav--sec > a.has-children svg {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
header .hnav--sec > a.has-children svg path {
  fill: white;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
header .hnav--sec > a:hover.has-children svg, header .hnav--sec > a.selected.has-children svg {
  right: -8px;
}
@media only screen and (max-width: 1170px) {
  header .hnav--sec > a {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1170px) {
  header .hnav--sec {
    background: #222B77;
    padding: 30px 64px;
    min-height: 100dvh;
    min-width: 100dvw;
    height: 100dvh;
    position: relative;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 800px) {
  header .hnav--sec {
    padding: 30px 32px;
  }
}
@media only screen and (max-width: 600px) {
  header .hnav--sec {
    padding: 30px 24px;
  }
}
header .hnav.sec-opened {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
@media only screen and (max-width: 1170px) {
  header .hnav.sec-opened {
    background: transparent;
    -webkit-transform: translate(-100dvw, 0);
            transform: translate(-100dvw, 0);
  }
}
header .hnav--ter {
  font-family: "Inter", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 210%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px;
  padding-right: 80px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background-color: #222B77;
  width: 496px;
  min-height: 480px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 1170px) {
  header .hnav--ter {
    padding: 30px 64px;
    min-height: 100dvh;
    min-width: 100dvw;
    opacity: 1;
    height: 100dvh;
    position: relative;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 800px) {
  header .hnav--ter {
    padding: 30px 32px;
  }
}
@media only screen and (max-width: 600px) {
  header .hnav--ter {
    padding: 30px 24px;
  }
}
header .hnav--ter a.back {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
  position: relative;
  display: none;
}
header .hnav--ter a.back svg {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -4px;
}
header .hnav--ter a.back svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media only screen and (max-width: 1170px) {
  header .hnav--ter a.back {
    display: block;
  }
}
header .hnav--ter > a {
  font-family: "Inter", sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 185%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  padding-right: 48px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media only screen and (max-width: 1170px) {
  header .hnav--ter > a {
    padding-right: 0;
  }
}
header .hnav--ter .title {
  color: white;
  font-family: "Inter", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 210%;
  font-size: 24px;
  font-weight: 700;
  line-height: 185%;
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
header .hnav--ter .title a {
  color: white;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: none;
}
header .hnav--ter .title a:hover {
  color: beige;
}
header .hnav--ter .title a[href="#"] {
  display: none;
}
header .hnav--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  width: 100%;
  padding: 60px 0;
  max-width: 530px;
  background-color: #222B77;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 1170px) {
  header .hnav--image {
    display: none;
  }
}
header .hnav--image img {
  position: absolute;
  inset: 60px 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  max-height: 360px;
  border-radius: 24px;
}
header .hnav--image img.is-visible {
  opacity: 1;
}
header .hnav--image:after {
  content: "";
  position: absolute;
  height: 100%;
  width: var(--hnav-offset);
  left: 100%;
  background-color: #222B77;
}
header .hnav.ter-opened .hnav--ter {
  opacity: 1;
  pointer-events: all;
}
header .hnav.ter-opened .hnav--image {
  opacity: 1;
}
@media only screen and (max-width: 1170px) {
  header .hnav.ter-opened {
    background: transparent;
    -webkit-transform: translate(-200dvw, 0);
            transform: translate(-200dvw, 0);
  }
}
header .hnav--footer {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  margin-top: auto;
}
@media only screen and (max-width: 1170px) {
  header .hnav--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .hnav--footer--socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
header .hnav--footer--socials svg path {
  fill-opacity: 1;
}

body.admin-bar header .hbar {
  top: 32px;
}
body.admin-bar header .hnav {
  top: 132px;
}
@media only screen and (max-width: 1170px) {
  body.admin-bar header .hnav {
    top: 32px;
  }
}

.page-header {
  width: 100%;
  color: #fff;
  background-color: #222B77;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 160px 0 64px 0;
  min-height: 696px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .page-header {
    min-height: unset;
  }
}
.page-header .page_back {
  padding-bottom: 20px;
}
.page-header .layout-container {
  position: relative;
}
.page-header__main-content {
  max-width: 860px;
}
.page-header__main-content .page_back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: white;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.page-header__main-content .page_back a svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.page-header__main-content .page_back a:hover {
  color: #222B77;
}
.page-header__main-content .page_back a:hover svg path {
  fill: #222B77;
}
.page-header__main-content__title h1 {
  color: #FFF;
  font-family: Inter;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .page-header__main-content__title h1 {
    font-size: 46px;
  }
}
.page-header__main-content__text {
  font-family: "Inter", sans-serif !important;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  margin-top: 32px;
}
@media only screen and (max-width: 800px) {
  .page-header__main-content__text {
    font-size: 18px;
    margin-top: 18px;
  }
}
.page-header__image {
  margin: 0;
  margin-top: 96px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100% - 96px);
  z-index: -3;
}
.page-header__image img, .page-header__image video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-header__overlay-1 {
  margin-top: 96px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100% - 96px);
  background: linear-gradient(55deg, rgba(0, 0, 0, 0.7) 22.56%, rgba(0, 0, 0, 0) 68.79%);
  z-index: -1;
}
.page-header .btn-container {
  margin-top: 48px;
}
.page-header.size-xlarge {
  min-height: 100vh;
}
@media only screen and (max-width: 800px) {
  .page-header.size-xlarge {
    min-height: calc(100vh - 200px);
  }
}
.page-header.size-xlarge .page-header__image {
  margin: 0;
  height: 100%;
}
.page-header.size-xlarge .page-header__overlay-1 {
  margin: 0;
  height: 100%;
}
.page-header.size-xlarge .page-header__overlay-2 {
  margin-top: 96px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 225px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  margin: 0;
}

.posts-hero.bg-grey {
  padding-top: 206px;
}
@media only screen and (max-width: 800px) {
  .posts-hero.bg-grey {
    padding-top: 176px;
  }
}
.posts-hero--content {
  max-width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  gap: 40px;
}
@media only screen and (max-width: 800px) {
  .posts-hero--content {
    gap: 16px;
  }
}
.posts-hero--content .title {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  text-align: center;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  letter-spacing: -4.5px;
  margin: 0;
  max-width: 450px;
}
@media only screen and (max-width: 800px) {
  .posts-hero--content .title {
    font-size: 38px;
    letter-spacing: -2.55px;
  }
}
.posts-hero--content .text {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  text-align: center;
  max-width: 595px;
}
@media only screen and (max-width: 800px) {
  .posts-hero--content .text {
    font-size: 16px;
  }
}

.contact-hero.bg-blue {
  padding-top: 181px;
}
@media only screen and (max-width: 800px) {
  .contact-hero.bg-blue {
    padding-top: 151px;
  }
}

.post-hero.bg-blue {
  padding-top: 186px;
  padding-bottom: 0;
  margin-bottom: 112px;
}
@media only screen and (max-width: 800px) {
  .post-hero.bg-blue {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 800px) {
  .post-hero.bg-blue {
    padding-top: 156px;
  }
}
.post-hero--content {
  max-width: 1090px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .post-hero--content {
    gap: 16px;
  }
}
.post-hero--content .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-bottom: 32px;
}
.post-hero--content .breadcrumb a {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}
.post-hero--content .breadcrumb a:last-child {
  color: rgba(34, 43, 119, 0.5019607843);
}
.post-hero--content .title {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  text-align: center;
  font-size: 67px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  letter-spacing: -3.35px;
  margin: 0;
  max-width: 860px;
}
@media only screen and (max-width: 1000px) {
  .post-hero--content .title {
    font-size: 51px;
  }
}
@media only screen and (max-width: 800px) {
  .post-hero--content .title {
    font-size: 38px;
    letter-spacing: -2.55px;
  }
}
.post-hero--content .date {
  color: rgba(34, 42, 119, 0.7490196078);
  font-family: "Inter", sans-serif !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.post-hero--content--dots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100vw - var(--scrollbar-width));
  overflow: hidden;
  position: relative;
  margin-top: 8px;
  margin-bottom: 64px;
}
.post-hero--content--dots img {
  width: calc(100vw - var(--scrollbar-width));
}
@media only screen and (max-width: 800px) {
  .post-hero--content--dots img {
    min-width: 1100px;
  }
}
.post-hero--content .image {
  width: 100%;
  height: 614px;
  margin-top: -32px;
}
.post-hero--content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media only screen and (max-width: 800px) {
  .post-hero--content .image {
    height: 500px;
  }
}
@media only screen and (max-width: 600px) {
  .post-hero--content .image {
    height: 400px;
  }
}
.post-hero--content .white {
  background-color: white;
  height: 307px;
  width: calc(100vw - var(--scrollbar-width));
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 800px) {
  .post-hero--content .white {
    height: 250px;
  }
}
@media only screen and (max-width: 600px) {
  .post-hero--content .white {
    height: 200px;
  }
}

.post-intro {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}

/**
 * Global
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: calc(100vw - var(--scrollbar-width));
  max-width: calc(100vw - var(--scrollbar-width));
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}
html.no-scroll {
  overflow-y: hidden;
}
@media only screen and (max-width: 1170px) {
  html.no-scroll-mobile {
    overflow-y: hidden;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  color: #222B77;
  background-color: white;
  font-family: "Inter", sans-serif !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  scroll-behavior: smooth;
}

main {
  position: relative;
  z-index: 1;
}

p, ul, ol, a {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

p span, ul span, ol span {
  font-weight: 700;
}

a {
  text-decoration: underline;
}

h2, div.h2 {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.55px;
}
@media only screen and (max-width: 800px) {
  h2, div.h2 {
    font-size: 38px;
  }
}
h2 span, div.h2 span {
  font-weight: 700;
}

h3, div.h3 {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.55px;
}
@media only screen and (max-width: 800px) {
  h3, div.h3 {
    font-size: 24px;
  }
}
h3 span, div.h3 span {
  font-weight: 700;
}

blockquote {
  margin: 0;
  padding: 4px 0 4px 16px;
  border-left: 4px solid #222B77;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
blockquote > * {
  margin: 0;
}

img, svg, video {
  display: block;
  max-width: 100%;
}

img {
  -o-object-position: calc(var(--focal-point-left) * 100%) calc(var(--focal-point-top) * 100%);
     object-position: calc(var(--focal-point-left) * 100%) calc(var(--focal-point-top) * 100%);
}

section {
  position: relative;
  margin: 110px 0;
  scroll-margin-top: 96px;
}
@media only screen and (max-width: 800px) {
  section {
    margin: 80px 0;
  }
}
section.bg-grey, section.bg-blue {
  padding: 110px 0;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  section.bg-grey, section.bg-blue {
    padding: 80px 0;
  }
}
section.bg-grey + section.bg-grey, section.bg-blue + section.bg-blue {
  padding-top: 0;
}
section.bg-grey {
  background-color: #F2F2F1;
}
section.bg-blue {
  background-color: #70DDFF;
}

.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 56px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 800px) {
  .section__header {
    margin-bottom: 32px;
  }
}
.section__header h2 {
  font-family: "Inter", sans-serif !important;
  color: #222B77;
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.55px;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .section__header h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 800px) {
  .section__header .btn {
    display: none;
  }
}
.section__footer {
  display: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 800px) {
  .section__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
  }
}

.layout-container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  padding: 0 64px;
}
.layout-container--inset {
  max-width: 878px;
}
@media only screen and (max-width: 800px) {
  .layout-container {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 600px) {
  .layout-container {
    padding: 0 24px;
  }
}
.layout-container .inset-left {
  max-width: 750px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 16px 16px;
}

.alignleft {
  float: left;
  margin: 5px 16px 16px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 16px 16px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 16px 10px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0;
}

.wp-caption.alignleft {
  margin: 5px 16px 16px 0;
}

.wp-caption.alignright {
  margin: 5px 0 16px 16px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/**
 * Elements
 */
.btn {
  text-decoration: none;
  padding: 19px 31px;
  border: 1px solid transparent;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.4px;
  color: white;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  border-radius: 9999px;
}

.btn-pri {
  background-color: #222B77;
  border-color: #222B77;
}
.btn-pri:hover {
  background-color: color-mix(in hsl, black 10%, #222B77 90%);
  border-color: color-mix(in hsl, black 10%, #222B77 90%);
  color: white;
}

.btn-sec {
  background-color: #70DDFF;
  border-color: #70DDFF;
  color: #222B77;
}
.btn-sec:hover {
  background-color: color-mix(in hsl, black 10%, #70DDFF 90%);
  border-color: color-mix(in hsl, black 10%, #70DDFF 90%);
}

.btn-whi {
  background-color: white;
  border-color: white;
  color: #222B77;
}
.btn-whi:hover {
  background-color: color-mix(in hsl, black 10%, white 90%);
  border-color: color-mix(in hsl, black 10%, white 90%);
}

.btn-gho {
  background-color: transparent;
}
.btn-gho.btn-pri {
  border-color: rgba(34, 43, 119, 0.2509803922);
  color: #222B77;
}
.btn-gho.btn-pri:before {
  background-color: rgba(34, 43, 119, 0.1490196078);
}
.btn-gho.btn-sec {
  border-color: rgba(112, 221, 255, 0.2509803922);
  color: #70DDFF;
}
.btn-gho.btn-sec:before {
  background-color: rgba(112, 221, 255, 0.1490196078);
}
.btn-gho.btn-whi {
  border-color: rgba(255, 255, 255, 0.25);
  color: white;
}
.btn-gho.btn-whi:before {
  background-color: rgba(255, 255, 255, 0.15);
}
.btn-gho:hover {
  background-color: transparent;
  border-color: inherit;
}
.btn-gho:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 0;
  opacity: 0;
}
.btn-gho:hover:before {
  opacity: 1;
}

.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.btn-icon span svg {
  width: 18px;
  height: 18px;
}

.btn-whi.btn-icon span svg path {
  fill: #222B77;
}

.btn-whi.btn-gho.btn-icon span svg path {
  fill: white;
}

.btn-pri.btn-icon span svg path {
  fill: white;
}

.btn-pri.btn-gho.btn-icon span svg path {
  fill: #222B77;
}

.btn-sec.btn-icon span svg path {
  fill: #222B77;
}

.btn-sec.btn-gho.btn-icon span svg path {
  fill: #70DDFF;
}

.btn-no-title {
  padding: 13px;
}
.btn-no-title span svg {
  width: 28px;
  height: 28px;
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-hero {
  margin-bottom: 68px;
}

.disabled-btn {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

nav.pagination {
  margin-top: 32px;
}
nav.pagination ul.page-numbers {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 0;
}
nav.pagination ul.page-numbers li span, nav.pagination ul.page-numbers li a {
  width: 32px;
  height: 32px;
  background-color: white;
  color: #222B77;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: block;
  color: #222B77;
  text-align: center;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
nav.pagination ul.page-numbers li span svg, nav.pagination ul.page-numbers li a svg {
  width: 20px;
  height: 20px;
}
nav.pagination ul.page-numbers li span {
  font-weight: 800;
}
nav.pagination ul.page-numbers li a {
  text-decoration: none;
}
nav.pagination ul.page-numbers li a:hover {
  background-color: color-mix(in hsl, black 10%, white 90%);
  border-color: color-mix(in hsl, black 10%, white 90%);
}
nav.pagination ul.page-numbers li .next, nav.pagination ul.page-numbers li .prev {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #222B77;
}
nav.pagination ul.page-numbers li .next:hover, nav.pagination ul.page-numbers li .prev:hover {
  background-color: color-mix(in hsl, black 10%, #222B77 90%);
  border-color: color-mix(in hsl, black 10%, #222B77 90%);
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filters .btn {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.35px;
  padding: 10px 16px;
}

/**
 * Templates
 */
.error-container {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.error-container h1 {
  margin: 0;
  font-size: 64px;
  text-align: center;
  color: #222B77;
}
@media only screen and (max-width: 800px) {
  .error-container h1 {
    font-size: 32px;
  }
}
.error-container p {
  margin: 0;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .error-container p {
    font-size: 24px;
  }
}
.error-container .btn-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**
 * Partials: Content
 */
.border_content {
  border-bottom: 2px dotted #222B77;
}

.video_holder {
  margin: 64px 0;
}
.video_holder a.video {
  position: relative;
  display: block;
}
.video_holder a.video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.video_holder a.video .video-thumb {
  position: relative;
  overflow: hidden;
  height: 425px;
  background-color: #70DDFF;
  border-radius: 24px;
}
@media only screen and (max-width: 800px) {
  .video_holder a.video .video-thumb {
    height: 375px;
  }
}
@media only screen and (max-width: 600px) {
  .video_holder a.video .video-thumb {
    height: 256px;
  }
}
.video_holder a.video .video-thumb .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.video_holder a.video .video-thumb img {
  display: block;
  width: 100%;
  height: 425px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 800px) {
  .video_holder a.video .video-thumb img {
    height: 375px;
  }
}
@media only screen and (max-width: 600px) {
  .video_holder a.video .video-thumb img {
    height: 256px;
  }
}
.video_holder .video-slot video {
  width: 100%;
  height: 425px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  background-color: #222B77;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .video_holder .video-slot video {
    height: 375px;
  }
}
@media only screen and (max-width: 600px) {
  .video_holder .video-slot video {
    height: 256px;
  }
}
.video_holder p {
  margin: 0;
  margin-top: 16px;
}

.image_content {
  width: 100%;
  margin: 64px 0;
}
.image_content img {
  width: 100%;
  height: 425px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media only screen and (max-width: 800px) {
  .image_content img {
    height: 375px;
  }
}
@media only screen and (max-width: 600px) {
  .image_content img {
    height: 256px;
  }
}
.image_content p {
  margin: 0;
  margin-top: 16px;
}

.content_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 32px 0;
}
.content_share p {
  margin: 0;
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-right: 8px;
}
.content_share a:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.content_share .btn {
  width: 36px;
  height: 36px;
  padding: 8px;
}
.content_share .btn-link {
  position: relative;
}
.content_share .btn-link > span > svg {
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.content_share .btn-link > span > .copy-tooltip {
  position: absolute;
  left: 50%;
  top: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.content_share .btn-link > span > .copy-tooltip svg path {
  fill: white;
}
.content_share .btn-link.copied {
  border-color: #70DDFF;
  background-color: #70DDFF;
}
.content_share .btn-link.copied > span > svg {
  opacity: 0;
}
.content_share .btn-link.copied .copy-tooltip {
  opacity: 1;
}

.button_content {
  margin: 32px 0;
}

/**
 * Partials: Sections
 */
.keypoints .title {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.55px;
  margin: 0;
  margin-bottom: 75px;
}
@media only screen and (max-width: 800px) {
  .keypoints .title {
    font-size: 38px;
  }
}
.keypoints--container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr 36px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  row-gap: 72px;
}
@media only screen and (max-width: 1000px) {
  .keypoints--container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 800px) {
  .keypoints--container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 36px;
  }
}
.keypoints--container--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.keypoints--container--item--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.keypoints--container--item .title {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.4px;
  margin: 0;
}
.keypoints--container--item .text, .keypoints--container--item .button {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.keypoints--container--item .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 8px;
}
.keypoints--container--item .button svg path {
  fill: #222B77;
}

.timeline .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 170px;
}
@media only screen and (max-width: 1000px) {
  .timeline .layout-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 38px;
  }
}
.timeline--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 55%;
  gap: 40px;
  padding-left: 80px;
  border-left: dotted 4px #222B77;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .timeline--container {
    width: 100%;
    padding-left: 140px;
  }
}
@media only screen and (max-width: 600px) {
  .timeline--container {
    padding: 0;
    border: none;
    gap: 20px;
  }
}
.timeline--container--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 8px 8px 16px 16px;
  margin-left: -80px;
  padding-left: 80px;
}
.timeline--container--item .image {
  height: 318px;
  width: 100%;
}
.timeline--container--item .image img {
  height: 100%;
  width: 100%;
  border-radius: 8px 8px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.timeline--container--item .image.no-text img {
  border-radius: 8px;
}
@media only screen and (max-width: 1170px) {
  .timeline--container--item .image {
    height: 250px;
  }
}
@media only screen and (max-width: 800px) {
  .timeline--container--item .image {
    display: none;
  }
}
.timeline--container--item .content {
  padding: 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border-radius: 0 0 16px 16px;
  background-color: white;
}
.timeline--container--item .content.no-image {
  border-radius: 16px;
}
@media only screen and (max-width: 800px) {
  .timeline--container--item .content {
    border-radius: 16px;
  }
}
.timeline--container--item .content .moment {
  border-radius: 9999px;
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  line-height: 16px;
  margin: 0;
  padding-left: 16px;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: none;
}
@media only screen and (max-width: 600px) {
  .timeline--container--item .content .moment {
    display: block;
  }
}
.timeline--container--item .content .moment span {
  font-weight: 700;
}
.timeline--container--item .content .moment:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #70DDFF;
}
.timeline--container--item .content .title {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .timeline--container--item .content .title {
    font-size: 24px;
  }
}
.timeline--container--item .content .text {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.timeline--container--item .dot {
  width: 26px;
  height: 26px;
  background: #70DDFF;
  border: 3px solid white;
  border-radius: 9999px;
  position: absolute;
  left: -14px;
  top: 20px;
}
@media only screen and (max-width: 1000px) {
  .timeline--container--item .dot {
    left: -74px;
  }
}
@media only screen and (max-width: 600px) {
  .timeline--container--item .dot {
    display: none;
  }
}
.timeline--container--item .dot .moment {
  border-radius: 9999px;
  background: white;
  -webkit-box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
  padding: 8px;
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  margin: 0;
  position: absolute;
  white-space: nowrap;
  right: 33px;
  top: -7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.timeline--container--item .dot .moment span {
  font-weight: 700;
}
@media only screen and (max-width: 1000px) {
  .timeline--container--item .dot .moment {
    left: 33px;
  }
}
.timeline .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 45%;
  position: sticky;
  top: 160px;
}
@media only screen and (max-width: 1000px) {
  .timeline .left {
    position: relative;
    top: unset;
    width: 100%;
  }
}
.timeline .left .title {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.55px;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .timeline .left .title {
    font-size: 38px;
  }
}
.timeline .left .text {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.timeline--fade {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 241, 0)), to(#F2F2F1));
  background: linear-gradient(180deg, rgba(242, 242, 241, 0) 0%, #F2F2F1 100%);
  height: 400px;
  width: calc(100% + 170px);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1000px) {
  .timeline--fade {
    width: calc(100% + var(--hbar-offset));
  }
}
.timeline.bg-white .timeline--container--item .content {
  background-color: #F2F2F1;
}
.timeline.bg-white .timeline--fade {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 241, 0)), to(white));
  background: linear-gradient(180deg, rgba(242, 242, 241, 0) 0%, white 100%);
  bottom: 0;
}
.timeline.bg-blue .timeline--fade {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 241, 0)), to(#70DDFF));
  background: linear-gradient(180deg, rgba(242, 242, 241, 0) 0%, #70DDFF 100%);
}

.list .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 112px;
}
@media only screen and (max-width: 1000px) {
  .list .layout-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 38px;
  }
}
.list--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
  gap: 7px;
}
@media only screen and (max-width: 1000px) {
  .list--container {
    width: 100%;
  }
}
.list--container--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
  position: relative;
  overflow: hidden;
  background-color: white;
  padding: 32px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .list--container--item {
    padding: 16px;
  }
}
.list--container--item .title {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}
.list--container--item .text {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}
.list .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 30%;
  position: sticky;
  top: 160px;
}
@media only screen and (max-width: 1000px) {
  .list .left {
    position: relative;
    top: unset;
    width: 100%;
  }
}
.list .left .title {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.55px;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .list .left .title {
    font-size: 38px;
  }
}
.list .left .text {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.list--dot {
  width: 448px;
  height: 420px;
  background-color: #70DDFF;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  top: calc(50% - 75px);
}
@media only screen and (max-width: 800px) {
  .list--dot {
    width: 112px;
    height: 105px;
    top: calc(50% + 75px);
  }
}
.list--dot.dot-instance_1 {
  -webkit-transform: translate(25%, -100%);
          transform: translate(25%, -100%);
  right: 0;
}
.list--dot.dot-instance_2 {
  -webkit-transform: translate(-75%, 0);
          transform: translate(-75%, 0);
  left: 33%;
}
.list.bg-blue .list--dot {
  background-color: #F2F2F1;
}
.list.bg-white .list--container--item {
  background-color: #F2F2F1;
}

.big-image--content .title {
  color: #222B77;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.55px;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
  .big-image--content .title {
    font-size: 38px;
  }
}
.big-image--content .text {
  color: #222B77;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  max-width: 625px;
  margin: 0 auto;
  margin-bottom: 75px;
}
@media only screen and (max-width: 1170px) {
  .big-image--content .text {
    margin-bottom: 48px;
  }
}
.big-image--content .image {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 24px;
  position: relative;
}
.big-image--content .image img {
  height: 715px;
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 12px 76px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 12px 76px 0 rgba(0, 0, 0, 0.19);
}
@media only screen and (max-width: 1000px) {
  .big-image--content .image img {
    height: 500px;
  }
}
.big-image--content .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 96px;
     -moz-column-gap: 96px;
          column-gap: 96px;
  row-gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .big-image--content .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.big-image--content .bottom--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-right: 112px;
  width: 100%;
  margin-top: -240px;
}
@media only screen and (max-width: 1170px) {
  .big-image--content .bottom--items {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .big-image--content .bottom--items {
    position: static;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .big-image--content .bottom--items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.big-image--content .bottom--items--item {
  background-color: white;
  padding: 30px 23px;
  border-radius: 24px;
  width: 100%;
  position: relative;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
.big-image--content .bottom--items--item.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media only screen and (max-width: 1000px) {
  .big-image--content .bottom--items--item {
    -webkit-transition: opacity 0s ease, -webkit-transform 0s ease;
    transition: opacity 0s ease, -webkit-transform 0s ease;
    transition: transform 0s ease, opacity 0s ease;
    transition: transform 0s ease, opacity 0s ease, -webkit-transform 0s ease;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@media only screen and (max-width: 1170px) {
  .big-image--content .bottom--items--item {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.big-image--content .bottom--items--item .title {
  color: #222B77;
  text-align: start;
  font-family: "Inter", sans-serif !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: unset;
  margin: 0;
  margin-bottom: 56px;
}
@media only screen and (max-width: 800px) {
  .big-image--content .bottom--items--item .title {
    margin-bottom: 14px;
  }
}
.big-image--content .bottom--items--item .text {
  color: #222B77;
  text-align: start;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  padding-top: 14px;
  padding-left: 9px;
  border-top: 2px dotted #222B77;
  position: relative;
}
.big-image--content .bottom--items--item .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% + 7px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #70DDFF;
  width: 4.5px;
  height: 4.5px;
  border-radius: 9999px;
}
.big-image--content .bottom .subtext {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 625px;
  max-width: calc(50% - 48px);
  margin: 0;
  margin-top: 102px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 1170px) {
  .big-image--content .bottom .subtext {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 1000px) {
  .big-image--content .bottom .subtext {
    max-width: 625px;
    width: auto;
  }
}

.events .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
@media only screen and (max-width: 1000px) {
  .events .layout-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.events--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 67%;
}
@media only screen and (max-width: 1000px) {
  .events--container {
    width: 100%;
  }
}
.events--container .no-results {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  margin: 0;
}
.events--container--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  gap: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  overflow: hidden;
}
.events--container--item:not(:last-child) {
  border-bottom: 3px dotted #222B77;
  padding-bottom: 24px;
}
.events--container--item:not(:first-child) {
  padding-top: 24px;
}
.events--container--item .title {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}
.events--container--item .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
}
.events--container--item .date .text {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  white-space: nowrap;
}
.events--container--item .arrow {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.events--container--item .arrow svg path {
  fill: #222B77;
}
.events .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 33%;
  position: sticky;
  top: 160px;
}
@media only screen and (max-width: 1000px) {
  .events .left {
    position: relative;
    top: unset;
    width: 100%;
  }
}
.events .left .title {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.55px;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .events .left .title {
    font-size: 38px;
  }
}
.events .left .text {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  margin: 0;
}

.cta--content {
  max-width: 660px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.cta--content .title {
  color: #222B77;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .cta--content .title {
    font-size: 32px;
    letter-spacing: normal;
  }
}
.cta--content .text {
  color: #222B77;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  margin: 0;
}
.cta--content .btn-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta--content .btn-container a {
  text-align: center;
}
.cta--dots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100vw - var(--scrollbar-width));
  overflow: hidden;
  position: relative;
  margin-top: 64px;
}
@media only screen and (max-width: 800px) {
  .cta--dots {
    left: -32px;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .cta--dots {
    left: -24px;
  }
}
.cta--dots img {
  width: calc(100vw - var(--scrollbar-width));
}
@media only screen and (max-width: 800px) {
  .cta--dots img {
    min-width: 1100px;
  }
}

.form-section .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
.form-section--content {
  max-width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  gap: 40px;
}
@media only screen and (max-width: 800px) {
  .form-section--content {
    gap: 16px;
  }
}
.form-section--content .title {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  text-align: center;
  font-size: 67px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  letter-spacing: -3.35px;
  margin: 0;
  max-width: 450px;
}
@media only screen and (max-width: 800px) {
  .form-section--content .title {
    font-size: 38px;
    letter-spacing: -2.55px;
  }
}
.form-section--content .text {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .form-section--content .text {
    font-size: 16px;
  }
}
.form-section--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 128px;
}
@media only screen and (max-width: 1000px) {
  .form-section--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 64px;
  }
}
.form-section--container--form {
  width: 65%;
}
@media only screen and (max-width: 1000px) {
  .form-section--container--form {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
}
.form-section--container--form form {
  width: 100%;
  margin-bottom: 0;
  margin-top: -11px;
}
.form-section--container--form form .gfield_label {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  position: absolute;
  -webkit-transform: translate(12px, 8px);
          transform: translate(12px, 8px);
  -webkit-transition: font-size 0.1s ease, line-height 0.1s ease, -webkit-transform 0.1s ease;
  transition: font-size 0.1s ease, line-height 0.1s ease, -webkit-transform 0.1s ease;
  transition: font-size 0.1s ease, line-height 0.1s ease, transform 0.1s ease;
  transition: font-size 0.1s ease, line-height 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.form-section--container--form form .gfield_label.label-empty-not-focused {
  font-size: 16px;
  line-height: 130%;
  -webkit-transform: translate(12px, 18px);
          transform: translate(12px, 18px);
}
.form-section--container--form form .gfield_label span {
  color: rgba(34, 43, 119, 0.5019607843);
}
.form-section--container--form form .gform_fields {
  gap: 16px;
}
.form-section--container--form form .gform_footer {
  margin-top: 24px;
}
.form-section--container--form form .gfield_required {
  display: none;
}
.form-section--container--form form .gchoice label.gform-field-label {
  color: #222B77;
  font-size: 13px;
  margin-left: 8px;
}
.form-section--container--form form .gchoice label.gform-field-label a {
  font-size: 13px;
  color: #222B77;
}
.form-section--container--form form .gchoice input.gfield-choice-input {
  border: 1px solid rgba(34, 43, 119, 0.2509803922);
  border-radius: 4px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.form-section--container--form form .gchoice input.gfield-choice-input:before {
  accent-color: #222B77;
  color: #222B77;
}
.form-section--container--form form input[type=text], .form-section--container--form form input[type=email], .form-section--container--form form textarea {
  border: 1px solid rgba(34, 43, 119, 0.2509803922);
  border-radius: 4px;
  padding: 24px 20px 11px 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.form-section--container--form form input[type=submit] {
  text-decoration: none !important;
  padding: 19px 31px !important;
  border: 1px solid transparent !important;
  font-family: "Inter", sans-serif !important !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 100% !important;
  letter-spacing: 0.4px !important;
  color: white !important;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease !important;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  position: relative !important;
  overflow: hidden !important;
  cursor: pointer !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  text-align: left !important;
  border-radius: 9999px !important;
  background-color: #222B77 !important;
  border-color: #222B77 !important;
}
.form-section--container--form form input[type=submit]:hover {
  background-color: color-mix(in hsl, black 10%, #222B77 90%) !important;
  border-color: color-mix(in hsl, black 10%, #222B77 90%) !important;
  color: white !important;
}
.form-section--container--form p.gform_not_found {
  color: #222B77;
  margin: 0;
}
.form-section--container--linkedin {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 160px;
}
@media only screen and (max-width: 1000px) {
  .form-section--container--linkedin {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    top: unset;
  }
}
.form-section--container--linkedin .title {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.55px;
  margin: 0;
  max-width: 450px;
}
@media only screen and (max-width: 800px) {
  .form-section--container--linkedin .title {
    font-size: 38px;
  }
}
.form-section--container--linkedin .text {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  margin-bottom: 8px;
}
.form-section--dots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100vw - var(--scrollbar-width));
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .form-section--dots {
    left: -32px;
  }
}
@media only screen and (max-width: 600px) {
  .form-section--dots {
    left: -24px;
  }
}
.form-section--dots img {
  width: calc(100vw - var(--scrollbar-width));
}
@media only screen and (max-width: 800px) {
  .form-section--dots img {
    min-width: 1100px;
  }
}
.form-section--small .floating {
  background-color: #70DDFF;
  padding: 80px 140px;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1000px) {
  .form-section--small .floating {
    padding: 70px;
  }
}
@media only screen and (max-width: 800px) {
  .form-section--small .floating {
    padding: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .form-section--small .floating {
    padding: 30px;
  }
}
.form-section--small.bg-blue .floating {
  background-color: white;
}
.form-section--small--content {
  gap: 32px;
  max-width: 666px;
}
.form-section--small--content .title {
  font-size: 51px;
  letter-spacing: unset;
  max-width: 600px;
  line-height: 100%;
}
@media only screen and (max-width: 800px) {
  .form-section--small--content .title {
    font-size: 30px;
  }
}
.form-section--small--content .text {
  font-size: 16px;
}
.form-section--small--container {
  margin-top: 32px;
}
.form-section--small--container--form {
  width: 100%;
}

.quote .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.quote--quote {
  color: #222B77;
  margin: 0;
  font-family: "Inter", sans-serif !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  max-width: 761px;
}
@media only screen and (max-width: 800px) {
  .quote--quote {
    font-size: 18px;
  }
}
.quote--person {
  color: #222B77;
  margin: 0;
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  background-color: white;
  padding: 6px 12px 6px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  position: relative;
}
.quote--person:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  position: absolute;
  left: 8px;
  top: 10px;
  background-color: #70DDFF;
}

.intro {
  overflow: hidden;
}
.intro .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 78px;
}
@media only screen and (max-width: 800px) {
  .intro .layout-container {
    gap: 36px;
  }
}
.intro--content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 36px;
}
@media only screen and (max-width: 800px) {
  .intro--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.intro--content .title {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.55px;
  margin: 0;
  max-width: 50%;
}
@media only screen and (max-width: 800px) {
  .intro--content .title {
    max-width: unset;
    font-size: 38px;
  }
}
.intro--content .right {
  max-width: 50%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 800px) {
  .intro--content .right {
    max-width: unset;
    width: 100%;
  }
}
.intro--content .right .text p, .intro--content .right .text ul, .intro--content .right .text ol, .intro--content .right .text a {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media only screen and (max-width: 800px) {
  .intro--content .right .text p, .intro--content .right .text ul, .intro--content .right .text ol, .intro--content .right .text a {
    font-size: 18px;
  }
}
.intro--content .right .text :first-child {
  margin-top: 0;
}
.intro--content .right .text :last-child {
  margin-bottom: 0;
}
.intro--images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 454px;
  width: 760px;
  max-width: calc(100vw - var(--scrollbar-width) - 24px);
}
@media only screen and (max-width: 600px) {
  .intro--images {
    height: 300px;
  }
}
.intro--images--primary {
  width: 100%;
  height: 100%;
  position: relative;
}
.intro--images--primary .title {
  position: absolute;
  left: 50px;
  bottom: 36px;
  color: white;
  font-family: "Inter", sans-serif !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  z-index: 2;
  padding-right: 50px;
}
@media only screen and (max-width: 800px) {
  .intro--images--primary .title {
    left: 36px;
    padding-right: 36px;
  }
}
@media only screen and (max-width: 600px) {
  .intro--images--primary .title {
    left: 24px;
    bottom: 24px;
    padding-right: 24px;
  }
}
.intro--images--left, .intro--images--right {
  width: 760px;
  height: 370px;
  position: absolute;
}
.intro--images--left {
  -webkit-transform: translateX(calc(-100% - 12px));
          transform: translateX(calc(-100% - 12px));
}
.intro--images--right {
  -webkit-transform: translateX(calc(100% + 12px));
          transform: translateX(calc(100% + 12px));
}
.intro--images .overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(240deg, rgba(0, 0, 0, 0) 62.38%, rgba(0, 0, 0, 0.4) 93.65%);
  border-radius: 24px;
}
.intro--images img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 12px 76px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 12px 76px 0 rgba(0, 0, 0, 0.19);
  border-radius: 24px;
}
.intro--dots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100vw - var(--scrollbar-width));
  overflow: hidden;
  margin-top: 52px;
}
.intro--dots img {
  width: calc(100vw - var(--scrollbar-width));
}
@media only screen and (max-width: 800px) {
  .intro--dots img {
    min-width: 1100px;
  }
}

.posts--container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.posts--container--item {
  background-color: #70DDFF;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.posts--container--item .image {
  background-color: #222B77;
  height: 275px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .posts--container--item .image {
    height: 150px;
  }
}
.posts--container--item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts--container--item .content {
  padding: 30px 40px 35px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  width: 100%;
  height: calc(100% - 275px);
}
@media only screen and (max-width: 800px) {
  .posts--container--item .content {
    padding: 25px 35px 25px 25px;
    gap: 16px;
  }
}
.posts--container--item .content .title {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .posts--container--item .content .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .posts--container--item .content .title {
    font-size: 18px;
  }
}
.posts--container--item .content--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
.posts--container--item .content--footer .date {
  font-family: "Inter", sans-serif !important;
  color: rgba(34, 42, 119, 0.7490196078);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.posts--container--item .content--footer svg path {
  fill: #222B77;
}
.posts--container--item--big {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-grid-column-span: 3;
  grid-column: span 3;
  min-height: 550px;
}
@media only screen and (max-width: 1170px) {
  .posts--container--item--big {
    min-height: 350px;
  }
}
@media only screen and (max-width: 800px) {
  .posts--container--item--big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.posts--container--item--big .content, .posts--container--item--big .image {
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  .posts--container--item--big .content, .posts--container--item--big .image {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .posts--container--item--big .content {
    height: calc(100% - 275px);
  }
}
.posts--container--item--big .content .title {
  font-size: 38px;
  max-width: 510px;
}
@media only screen and (max-width: 800px) {
  .posts--container--item--big .content .title {
    font-size: 22px;
    max-width: unset;
  }
}
@media only screen and (max-width: 600px) {
  .posts--container--item--big .content .title {
    font-size: 18px;
  }
}
.posts--container--item--big .content--footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .posts--container--item--big .content--footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.posts--container--item--big .content--footer .arrow {
  display: none;
}
@media only screen and (max-width: 800px) {
  .posts--container--item--big .content--footer .arrow {
    display: block;
  }
}
.posts--container--item--big .content--footer .dots svg {
  min-width: calc(100% + 65px);
  position: relative;
  left: -25px;
}
@media only screen and (max-width: 800px) {
  .posts--container--item--big .content--footer .dots {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .posts--container--item--big .image {
    height: 275px;
  }
}
@media only screen and (max-width: 600px) {
  .posts--container--item--big .image {
    height: 150px;
  }
}
@media only screen and (max-width: 1170px) {
  .posts--container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .posts--container--item--big {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media only screen and (max-width: 800px) {
  .posts--container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .posts--container--item--big {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.posts.bg-blue .posts--container--item {
  background-color: white;
}

.tiles--container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.tiles--container--item {
  height: auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  overflow: hidden;
  text-decoration: none;
  padding: 24px;
  gap: 24px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 90px 110px 90px 70px;
  position: sticky;
  top: 160px;
}
@media only screen and (max-width: 1000px) {
  .tiles--container--item {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 800px) {
  .tiles--container--item {
    padding: 40px 30px;
    top: 128px;
  }
}
@media only screen and (max-width: 600px) {
  .tiles--container--item {
    top: 120px;
  }
}
.tiles--container--item h3 {
  color: #222B77;
  font-family: "Inter", sans-serif !important;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  max-width: 50%;
}
@media only screen and (max-width: 1000px) {
  .tiles--container--item h3 {
    max-width: unset;
  }
}
@media only screen and (max-width: 800px) {
  .tiles--container--item h3 {
    font-size: 26px;
  }
}
.tiles--container--item .content {
  max-width: 50%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1000px) {
  .tiles--container--item .content {
    max-width: unset;
    width: 100%;
  }
}
.tiles--container--item .content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #222B77;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .tiles--container--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tiles .container-top {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.tiles .container-top .content {
  max-width: 754px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.tiles .container-top .content .title {
  color: #222B77;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .tiles .container-top .content .title {
    font-size: 32px;
  }
}
.tiles .container-top .content .text {
  color: #222B77;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .tiles .container-top {
    margin-bottom: 36px;
  }
}

/**
 * External
 */
.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}