@media (min-width: 768px) {
  .o-fade-in-right {
    transform: translate(-100px, 0);
    opacity: 0;
    transition: opacity 300ms, transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .o-fade-in-right.is-animated {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .o-fade-in-right-slow {
    transform: translate(-100px, 0);
    opacity: 0;
    transition: opacity 300ms, transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .o-fade-in-right-slow.is-animated {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .o-fade-in-left {
    transform: translate(100px, 0);
    opacity: 0;
    transition: opacity 300ms, transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .o-fade-in-left.is-animated {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .o-fade-in-left-slow {
    transform: translate(100px, 0);
    opacity: 0;
    transition: opacity 300ms, transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .o-fade-in-left-slow.is-animated {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .o-fade-in-top {
    transform: translate(0, 100px);
    opacity: 0;
    transition: opacity 300ms, transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .o-fade-in-top.is-animated {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .o-fade-in-top-slow {
    transform: translate(0, 100px);
    opacity: 0;
    transition: opacity 300ms, transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .o-fade-in-top-slow.is-animated {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .o-fade-in-bottom {
    transform: translate(0, -100px);
    opacity: 0;
    transition: opacity 300ms, transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .o-fade-in-bottom.is-animated {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .o-fade-in-bottom-slow {
    transform: translate(0, -100px);
    opacity: 0;
    transition: opacity 300ms, transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .o-fade-in-bottom-slow.is-animated {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .o-fade-in {
    opacity: 0;
    transition: opacity 300ms, transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .o-fade-in.is-animated {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .o-fade-in-slow {
    opacity: 0;
    transition: opacity 300ms, transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .o-fade-in-slow.is-animated {
    opacity: 1;
  }
}

@font-face {
  font-family: "Gotham";
  src: url("/fonts/gotham/gotham-thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/gotham/gotham-extra-light.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/gotham/gotham-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/gotham/gotham-book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/gotham/gotham-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/gotham/gotham-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/gotham/gotham-black.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/gotham/gotham-ultra.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/gotham/gotham-thin-italic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/gotham/gotham-extra-light-italic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/gotham/gotham-italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/fonts/gotham/gotham-bold-italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
html,
body {
  height: 100%;
  margin: 0;
  background-color: #f8fbfc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

a:focus,
button:focus,
input:focus {
  outline: 3px solid rgba(131, 197, 190, 0.25);
  outline-offset: 2px;
}

html,
body {
  font-family: "Gotham", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #124174;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e6190;
}

body a {
  color: #1e6190;
  text-decoration: none;
}
body a:hover {
  color: #4e9dda;
}

.container {
  max-width: 1200px;
}

.o-container-fluid {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 16px;
}
@media (min-width: 992px) {
  .o-container-fluid {
    padding-inline: 30px;
  }
}

.c-navbar {
  background-color: transparent;
  position: relative;
  z-index: 10;
  padding: 35px 0;
}
@media (max-width: 1599.98px) {
  .c-navbar {
    padding: 28px 0;
  }
}
@media (max-width: 991.98px) {
  .c-navbar {
    padding: 15px 0;
  }
}
.is-fixed .c-navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
.c-navbar__lead {
  gap: 12px;
  position: relative;
  z-index: 1060;
}
.c-navbar__toggler {
  order: -1;
  border: 0;
  padding: 0;
  position: relative;
  z-index: 1060;
}
.c-navbar__toggler:focus {
  box-shadow: none;
}
@media (min-width: 992px) {
  .c-navbar__toggler {
    display: none;
  }
}
.c-navbar__toggler-icon {
  display: block;
  position: relative;
  width: 28px;
  height: 22px;
}
.c-navbar__toggler-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1e6190;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.2s ease, top 0.3s ease;
}
.c-navbar__toggler-icon span:nth-child(1) {
  top: 0;
}
.c-navbar__toggler-icon span:nth-child(2) {
  top: 10px;
}
.c-navbar__toggler-icon span:nth-child(3) {
  top: 20px;
}
.c-navbar__toggler:not(.collapsed) .c-navbar__toggler-icon span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.c-navbar__toggler:not(.collapsed) .c-navbar__toggler-icon span:nth-child(2) {
  opacity: 0;
}
.c-navbar__toggler:not(.collapsed) .c-navbar__toggler-icon span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}
.c-navbar__brand {
  margin-right: 0;
}
.c-navbar__logo {
  height: 40px;
  width: auto;
  margin-left: 30px;
}
@media (max-width: 1599.98px) {
  .c-navbar__logo {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .c-navbar__logo {
    height: 27px;
  }
}
.c-navbar__cta {
  position: relative;
  z-index: 1060;
}
@media (min-width: 992px) {
  .c-navbar__cta {
    margin-left: 12px;
  }
}
@media (max-width: 991.98px) {
  .c-navbar .navbar-collapse {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex !important;
    align-items: flex-start;
    background-color: #f8fbfc;
    padding: 80px 0 32px;
    overflow-y: auto;
    height: auto !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  }
  .c-navbar .navbar-collapse.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
  }
  .c-navbar .c-navbar__nav {
    width: 100%;
    align-items: stretch;
    gap: 0;
  }
  .c-navbar .c-navbar__nav .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(30, 97, 144, 0.12);
  }
  .c-navbar .c-navbar__nav .nav-item:first-child {
    border-top: 1px solid rgba(30, 97, 144, 0.12);
  }
  .c-navbar .c-navbar__link {
    display: block;
    width: 100%;
    padding: 18px 24px !important;
    text-align: left;
  }
}
.c-navbar__nav {
  gap: 4px;
}
@media (min-width: 992px) {
  .c-navbar__nav {
    gap: 8px;
  }
}
.c-navbar__link {
  color: #1e6190 !important;
  font-weight: normal;
  font-size: 1.25em;
  padding-left: 30px !important;
  padding-right: 30px !important;
  position: relative;
}
@media (max-width: 1599.98px) {
  .c-navbar__link {
    font-size: 1em;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.c-navbar__link:hover, .c-navbar__link:focus {
  color: #4e9dda !important;
}
.c-navbar__link:focus {
  outline: none;
  box-shadow: none;
}
.c-navbar__link:focus-visible {
  outline: 2px solid #4e9dda;
  outline-offset: 2px;
}
.c-navbar__link.active {
  font-weight: bold;
}
@media (min-width: 992px) {
  .c-navbar__nav--public .nav-item + .nav-item .c-navbar__link::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #a9dadc;
  }
}

.c-footer {
  background-color: #4e9dda;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
}
.c-footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 992px) {
  .c-footer__top {
    flex-direction: row;
    justify-content: space-between;
  }
}
.c-footer__logo {
  height: 40px;
  width: auto;
}
.c-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
@media (min-width: 992px) {
  .c-footer__nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
.c-footer__nav .c-footer__link {
  font-size: 0.875em;
}
.c-footer__divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  margin: 24px 0;
}
.c-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 992px) {
  .c-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.c-footer__copy {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.43;
  text-align: center;
  order: 2;
}
@media (min-width: 992px) {
  .c-footer__copy {
    text-align: left;
    order: 0;
  }
}
.c-footer__legal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-size: 0.8125em;
  order: 1;
}
@media (min-width: 992px) {
  .c-footer__legal {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    order: 0;
  }
}
.c-footer__link {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
}
.c-footer__link:hover, .c-footer__link:focus {
  color: #fff;
  opacity: 0.8;
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.c-header.is-fixed {
  background-color: #f8fbfc;
  box-shadow: 0 2px 12px rgba(30, 97, 144, 0.08);
}

.c-heading--line::after {
  content: "";
  display: block;
  width: 32px;
  height: 5px;
  margin-top: 20px;
  background-color: #4e9dda;
  border-radius: 3px;
}
@media (max-width: 1599.98px) {
  .c-heading--line::after {
    margin-top: 16px;
  }
}
@media (max-width: 767.98px) {
  .c-heading--line::after {
    margin-top: 15px;
  }
}

.c-page-header {
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .c-page-header {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
}
.c-page-header__content {
  position: relative;
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 50px;
}
@media (max-width: 1599.98px) {
  .c-page-header__content {
    padding-top: 160px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1199.98px) {
  .c-page-header__content {
    padding-top: 150px;
  }
}
@media (max-width: 991.98px) {
  .c-page-header__content {
    padding-top: 90px;
  }
}
@media (max-width: 767.98px) {
  .c-page-header__content {
    padding-top: 24px;
    padding-bottom: 0;
  }
}
.c-page-header__title {
  color: #1e6190;
  font-weight: bold;
  font-size: 4.25em;
  line-height: 1;
  margin: 0 0 40px;
  text-wrap: balance;
}
@media (max-width: 1599.98px) {
  .c-page-header__title {
    font-size: 3.4em;
    margin-bottom: 32px;
  }
}
@media (max-width: 1199.98px) {
  .c-page-header__title {
    font-size: 2.5em;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .c-page-header__title {
    font-size: 2.25em;
    margin-bottom: 20px;
  }
}
.c-page-header__text {
  color: #124174;
  font-size: 1.25em;
  line-height: 1.6;
  margin: 0;
  max-width: 670px;
}
@media (max-width: 1599.98px) {
  .c-page-header__text {
    font-size: 1em;
  }
}
@media (max-width: 767.98px) {
  .c-page-header__text {
    font-size: 1em;
  }
}
.c-page-header__separator {
  display: block;
  width: 55vw;
  max-width: 880px;
  margin-top: 70px;
}
@media (max-width: 1599.98px) {
  .c-page-header__separator {
    margin-top: 56px;
  }
}
@media (max-width: 767.98px) {
  .c-page-header__separator {
    width: 100%;
    margin-top: 40px;
  }
}
.c-page-header__separator-img {
  display: block;
  width: 100%;
  height: auto;
}
.c-page-header__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(50%, 960px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow-x: clip;
}
@media (max-width: 767.98px) {
  .c-page-header__media {
    position: static;
    order: -1;
    width: 100%;
    justify-content: center;
    padding-top: 90px;
  }
}
.c-page-header picture {
  width: 100%;
}
.c-page-header__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}
@media (max-width: 767.98px) {
  .c-page-header__image {
    height: auto;
    object-position: center;
  }
}

.c-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 0 25px;
  border: 0;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.25em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  min-height: 60px;
}
@media (max-width: 1599.98px) {
  .c-btn {
    font-size: 1em;
    padding: 0 20px;
    min-height: 48px;
  }
}
@media (max-width: 991.98px) {
  .c-btn {
    min-height: 40px;
    font-size: 0.875em;
    border-radius: 20px;
  }
}
.c-btn--primary {
  background: #4e9dda;
  color: #fff;
}
.c-btn--primary:hover, .c-btn--primary:focus {
  color: #fff;
  background: #1e6190;
  transform: translateY(-1px);
}
.c-btn--light {
  background: #fff;
  color: #1e6190;
}
.c-btn--light:hover, .c-btn--light:focus {
  color: #1e6190;
  background: #f8fbfc;
  transform: translateY(-1px);
}
.c-btn__icon {
  width: 18px;
  height: auto;
}

.card {
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(6, 20, 26, 0.06);
}
.card .card-title {
  color: #4e9dda;
  font-weight: 600;
}

blockquote.blockquote {
  border-left: 4px solid rgba(0, 0, 0, 0.06);
  padding-left: 16px;
  color: #a9dadc;
  font-style: italic;
}

.bloque {
  border-radius: 32px;
  background-color: #a9dadc;
  border: 1px solid #4e9dda;
  padding: 32px;
}

header.hero {
  background: linear-gradient(90deg, #a9dadc, #4e9dda);
  color: #124174;
  text-align: center;
  padding: 72px 24px;
}

.hero h1 {
  font-weight: 700;
  font-size: clamp(2em, 4vw, 2.8125em);
  margin: 0;
  color: #1e6190;
}
.hero p {
  font-size: clamp(1em, 1.6vw, 1.25em);
  margin-top: 13px;
  color: #124174;
}

section {
  padding: 20px 0;
}
section h2 {
  font-weight: 700;
  margin-bottom: 16px;
}

.stats {
  background: #f8fbfc;
}

.stat-number {
  font-size: 2em;
  font-weight: 700;
  color: #4e9dda;
}
@media (min-width: 768px) {
  .stat-number {
    font-size: 2.5em;
  }
}

.folder-contents {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease;
}
.folder-contents.open {
  max-height: 2000px;
}

.folder-toggle {
  cursor: pointer;
  user-select: none;
}
.folder-toggle:hover {
  background-color: #eee;
}
.folder-toggle.open .chevron {
  transform: rotate(90deg);
}

.chevron {
  display: inline-block;
  transition: transform 0.25s ease;
  font-size: 0.8125em;
}

.c-timeline__intro {
  color: #124174;
  font-size: 1em;
  line-height: 1.625;
  margin: 0 0 24px;
}
.c-timeline__intro:first-child {
  margin-top: 42px;
}
.c-timeline__list {
  list-style: none;
  margin: 73px 0 0;
  padding: 0;
}
.c-timeline__list:first-child {
  margin-top: 40px;
}
.c-timeline__step {
  position: relative;
  display: flex;
  gap: 50px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .c-timeline__step {
    gap: 12px;
    padding-bottom: 40px;
  }
}
.c-timeline__step:last-child {
  padding-bottom: 0;
}
.c-timeline__step:last-child .c-timeline__marker::after {
  display: none;
}
.c-timeline__marker {
  position: relative;
  flex: 0 0 132px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .c-timeline__marker {
    flex-basis: 42px;
    align-items: flex-start;
  }
}
.c-timeline__marker::after {
  content: "";
  position: absolute;
  top: 132px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  width: 4px;
  background-image: linear-gradient(#a9dadc 0 14px, transparent 14px 100%);
  background-size: 100% 24px;
  background-repeat: repeat-y;
}
@media (max-width: 767.98px) {
  .c-timeline__marker::after {
    top: 42px;
    bottom: -40px;
    width: 2px;
    background-image: linear-gradient(#a9dadc 0 6px, transparent 6px 100%);
    background-size: 100% 12px;
  }
}
.c-timeline__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: #4e9dda;
  color: #fff;
  font-weight: bold;
  font-size: 5.375em;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .c-timeline__number {
    width: 42px;
    height: 42px;
    background: #a9dadc;
    font-size: 1.6875em;
  }
}
.c-timeline__body {
  flex: 1 1 auto;
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .c-timeline__body {
    padding-top: 0;
  }
}
.c-timeline__title {
  color: #1e6190;
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1.2;
  margin: 0 0 24px;
}
@media (max-width: 767.98px) {
  .c-timeline__title {
    font-size: 1.375em;
    line-height: 1.36;
    margin-bottom: 16px;
  }
}
.c-timeline__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #4e9dda;
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  .c-timeline__title::after {
    width: 28px;
    height: 2px;
    border-radius: 0;
  }
}
.c-timeline__points {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
@media (max-width: 1599.98px) {
  .c-timeline__points {
    margin-top: 32px;
  }
}
@media (max-width: 767.98px) {
  .c-timeline__points {
    margin-top: 20px;
  }
}
.c-timeline__point {
  display: flex;
  align-items: flex-start;
  gap: 23px;
  margin-bottom: 34px;
}
.c-timeline__point:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .c-timeline__point {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.c-timeline__check {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
}
@media (max-width: 767.98px) {
  .c-timeline__check {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
  }
}
.c-timeline__point-text {
  color: #124174;
  font-size: 1em;
  line-height: 1.625;
}
@media (max-width: 767.98px) {
  .c-timeline__point-text {
    font-size: 0.875em;
    line-height: 1.571;
    padding-top: 0;
  }
}

.c-team {
  padding-block: 20px;
}
@media (max-width: 991.98px) {
  .c-team {
    padding-block: 40px;
  }
}
.c-team__heading {
  color: #1e6190;
  font-weight: bold;
  font-size: 2.25em;
  line-height: 1.1;
  margin: 0 0 24px;
}
@media (max-width: 1599.98px) {
  .c-team__heading {
    font-size: 1.8em;
  }
}
@media (max-width: 991.98px) {
  .c-team__heading {
    font-size: 1.75em;
  }
}
.c-team__intro {
  color: #124174;
  font-size: 1em;
  line-height: 1.625;
  margin: 42px 0 0;
}
@media (max-width: 991.98px) {
  .c-team__intro {
    margin-top: 30px;
  }
}
.c-team__list {
  list-style: none;
  margin: 80px 0 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .c-team__list {
    margin-top: 50px;
  }
}
.c-team__member {
  display: flex;
  gap: 100px;
}
.c-team__member:not(:last-child) {
  margin-bottom: 120px;
}
@media (max-width: 1599.98px) {
  .c-team__member:not(:last-child) {
    margin-bottom: 96px;
  }
}
@media (max-width: 991.98px) {
  .c-team__member:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 1599.98px) {
  .c-team__member {
    gap: 80px;
  }
}
@media (max-width: 991.98px) {
  .c-team__member {
    gap: 40px;
  }
}
@media (max-width: 575.98px) {
  .c-team__member {
    flex-direction: column;
    gap: 30px;
  }
}
.c-team__photo {
  flex: 0 0 300px;
  width: 300px;
  height: 300px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1599.98px) {
  .c-team__photo {
    flex-basis: 240px;
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 991.98px) {
  .c-team__photo {
    flex-basis: 220px;
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 575.98px) {
  .c-team__photo {
    flex-basis: auto;
    width: 100%;
    height: 100%;
  }
}
.c-team__body {
  flex: 1 1 auto;
  min-width: 0;
}
.c-team__name {
  color: #0b2645;
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 1599.98px) {
  .c-team__name {
    font-size: 1.4em;
  }
}
@media (max-width: 991.98px) {
  .c-team__name {
    font-size: 1.375em;
  }
}
.c-team__role {
  color: #4e9dda;
  font-weight: bold;
  font-size: 0.8125em;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 15px 0 0;
}
@media (max-width: 991.98px) {
  .c-team__role {
    font-size: 0.75em;
    margin-top: 10px;
  }
}
.c-team__bio {
  columns: 2;
  column-gap: 30px;
  margin: 40px 0 0;
}
@media (max-width: 1599.98px) {
  .c-team__bio {
    column-gap: 24px;
    margin-top: 32px;
  }
}
@media (max-width: 991.98px) {
  .c-team__bio {
    columns: 1;
    margin-top: 25px;
  }
}
.c-team__bio p {
  color: #124174;
  font-size: 1em;
  line-height: 1.63;
  margin: 0 0 25px;
}
.c-team__bio p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1599.98px) {
  .c-team__bio p {
    font-size: 0.8em;
  }
}
@media (max-width: 991.98px) {
  .c-team__bio p {
    font-size: 0.875em;
  }
}

.c-pages {
  background-color: #f8fbfc;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 1599.98px) {
  .c-pages {
    padding-top: 64px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .c-pages {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .c-pages {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
.c-pages__header {
  text-align: center;
  margin-inline: auto;
  margin-bottom: 50px;
}
.c-pages__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}
.c-pages__title {
  color: #1e6190;
  font-weight: 700;
  font-size: 2em;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 1599.98px) {
  .c-pages__title {
    font-size: 1.6em;
  }
}
@media (max-width: 767.98px) {
  .c-pages__title {
    font-size: 1.5em;
  }
}
.c-pages__separator {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.c-pages__intro {
  color: #124174;
  font-size: 1em;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 770px;
}
@media (max-width: 1599.98px) {
  .c-pages__intro {
    font-size: 0.8em;
  }
}
@media (max-width: 767.98px) {
  .c-pages__intro {
    font-size: 0.875em;
  }
}
.c-pages__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background-color: #fff;
  border: 1px solid #a9dadc;
  border-radius: 20px;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.c-pages__card:hover, .c-pages__card:focus {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(30, 97, 144, 0.15);
}
@media (max-width: 767.98px) {
  .c-pages__card {
    flex-direction: column;
  }
}
.c-pages__content {
  flex: 1 1 auto;
  min-width: 0;
  order: 1;
  padding: 30px 0 30px 40px;
}
@media (max-width: 767.98px) {
  .c-pages__content {
    order: 0;
    padding: 25px;
  }
}
.c-pages__card-title {
  color: #1e6190;
  font-weight: bold;
  font-size: 2.25em;
  line-height: 1.15;
  margin-bottom: 15px;
}
@media (max-width: 1599.98px) {
  .c-pages__card-title {
    font-size: 1.6em;
    margin-bottom: 10px;
  }
}
.c-pages__break {
  display: inline;
}
@media (max-width: 767.98px) {
  .c-pages__break {
    display: none;
  }
}
.c-pages__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .c-pages__footer {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.c-pages__card-text {
  color: #124174;
  font-size: 0.875em;
  line-height: 1.43;
  margin-bottom: 15px;
}
@media (max-width: 1599.98px) {
  .c-pages__card-text {
    font-size: 0.7em;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .c-pages__card-text {
    margin-bottom: 0;
  }
}
.c-pages__arrow {
  flex: 0 0 auto;
  width: 24px;
  height: auto;
}
.c-pages__media {
  flex: 0 0 auto;
  order: 2;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .c-pages__media {
    order: 0;
    align-self: auto;
    margin-left: 0;
  }
}
.c-pages__picture {
  display: flex;
  align-self: stretch;
}
@media (max-width: 767.98px) {
  .c-pages__picture {
    display: block;
    width: 100%;
  }
}
.c-pages__image {
  width: auto;
  max-width: 320px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767.98px) {
  .c-pages__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: fill;
  }
}

.c-cta-banner {
  padding-block: 80px;
}
@media (max-width: 1599.98px) {
  .c-cta-banner {
    padding-block: 64px;
  }
}
@media (max-width: 991.98px) {
  .c-cta-banner {
    padding-block: 48px;
  }
}
.c-cta-banner__card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  background-image: linear-gradient(232deg, #409ac3 70%, #1e6190 100%);
  border-radius: 10px;
  padding: 50px 70px;
  margin-top: 60px;
}
@media (max-width: 1599.98px) {
  .c-cta-banner__card {
    gap: 32px;
    padding: 40px 56px;
    margin-top: 48px;
  }
}
@media (max-width: 991.98px) {
  .c-cta-banner__card {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    padding: 0;
    margin-top: 0;
    gap: 0;
    background-image: url("/images/cta-bg-resp.png");
    background-size: cover;
    background-position: center;
  }
}
.c-cta-banner__content {
  position: relative;
  z-index: 1;
  max-width: 55%;
}
@media (max-width: 991.98px) {
  .c-cta-banner__content {
    max-width: 100%;
    padding: 20px 25px 40px;
  }
}
.c-cta-banner__title {
  color: #fff;
  font-weight: bold;
  font-size: 3em;
  line-height: 1.1;
  margin: 0 0 20px;
  text-wrap: balance;
}
@media (max-width: 1599.98px) {
  .c-cta-banner__title {
    font-size: 2.4em;
    margin-bottom: 16px;
  }
}
@media (max-width: 991.98px) {
  .c-cta-banner__title {
    font-size: 2em;
  }
}
@media (max-width: 767.98px) {
  .c-cta-banner__title {
    font-size: 1.75em;
  }
}
.c-cta-banner__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #a9dadc;
  margin-top: 20px;
}
@media (max-width: 1599.98px) {
  .c-cta-banner__title::after {
    margin-top: 16px;
  }
}
.c-cta-banner__text {
  color: #fff;
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 30px;
  max-width: 460px;
}
@media (max-width: 1599.98px) {
  .c-cta-banner__text {
    font-size: 0.8em;
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .c-cta-banner__text {
    font-size: 0.875em;
  }
}
.c-cta-banner__media {
  position: absolute;
  right: 0;
  bottom: 0;
  top: -100px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow-x: clip;
}
@media (max-width: 1599.98px) {
  .c-cta-banner__media {
    right: 38.4px;
    top: -80px;
  }
}
@media (max-width: 991.98px) {
  .c-cta-banner__media {
    position: static;
    order: -1;
    justify-content: stretch;
    margin: -50px 0 0;
  }
}
.c-cta-banner picture {
  width: 100%;
}
.c-cta-banner__image {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: bottom right;
}
@media (max-width: 991.98px) {
  .c-cta-banner__image {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 991.98px) {
  .c-cta-banner__cta {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

.c-features {
  margin-top: 70px;
}
@media (max-width: 1599.98px) {
  .c-features {
    margin-top: 56px;
  }
}
@media (max-width: 767.98px) {
  .c-features {
    margin-top: 50px;
  }
}
.c-features__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1599.98px) {
  .c-features__grid {
    gap: 64px 0;
  }
}
@media (max-width: 991.98px) {
  .c-features__grid {
    gap: 40px 0;
  }
}
.c-features__item {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-inline: 30px;
}
@media (max-width: 991.98px) {
  .c-features__item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .c-features__item {
    flex-basis: 100%;
    max-width: 100%;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
    padding-inline: 0;
  }
}
.c-features__icon {
  width: 130px;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 1599.98px) {
  .c-features__icon {
    width: 104px;
  }
}
@media (max-width: 991.98px) {
  .c-features__icon {
    width: 90px;
  }
}
@media (max-width: 767.98px) {
  .c-features__icon {
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .c-features__body {
    min-width: 0;
  }
}
.c-features__title {
  color: #4e9dda;
  font-weight: 900;
  font-size: 1.25em;
  line-height: 1.3;
  margin: 0 0 15px;
}
@media (max-width: 1599.98px) {
  .c-features__title {
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  .c-features__title {
    font-size: 1.125em;
    margin-bottom: 10px;
  }
}
.c-features__text {
  color: #0b2645;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  max-width: 320px;
}
@media (max-width: 1599.98px) {
  .c-features__text {
    font-size: 0.8em;
  }
}
@media (max-width: 991.98px) {
  .c-features__text {
    font-size: 0.875em;
  }
}
@media (max-width: 767.98px) {
  .c-features__text {
    max-width: none;
  }
}

.c-publications {
  padding-block: 20px;
}
@media (max-width: 991.98px) {
  .c-publications {
    padding-block: 40px;
  }
}
.c-publications + .c-publications {
  margin-top: 50px;
}
@media (max-width: 1599.98px) {
  .c-publications + .c-publications {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .c-publications + .c-publications {
    margin-top: 30px;
  }
}
.c-publications__heading {
  color: #1e6190;
  font-weight: bold;
  font-size: 2.25em;
  line-height: 1.1;
  margin: 0 0 40px;
}
@media (max-width: 1599.98px) {
  .c-publications__heading {
    font-size: 1.8em;
    margin-bottom: 32px;
  }
}
@media (max-width: 991.98px) {
  .c-publications__heading {
    font-size: 1.75em;
    margin-bottom: 30px;
  }
}
.c-publications__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1599.98px) {
  .c-publications__grid {
    gap: 24px;
  }
}
@media (max-width: 991.98px) {
  .c-publications__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 767.98px) {
  .c-publications__grid {
    grid-template-columns: 1fr;
  }
}
.c-publications__item {
  display: flex;
}
.c-publications__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.c-publications__card:hover, .c-publications__card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(11, 38, 69, 0.14);
}
.c-publications__thumb {
  position: relative;
  display: block;
  aspect-ratio: 270/279;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .c-publications__thumb {
    aspect-ratio: 340/200;
  }
}
.c-publications picture {
  display: block;
  width: 100%;
  height: 100%;
}
.c-publications__cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-publications__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(78, 157, 218, 0.1);
  padding: 22px 24px 26px;
  flex-grow: 1;
}
@media (max-width: 1599.98px) {
  .c-publications__body {
    padding: 17.6px 19.2px 20.8px;
  }
}
@media (max-width: 991.98px) {
  .c-publications__body {
    padding: 18px 20px 22px;
  }
}
.c-publications__title {
  color: #0b2645;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  min-height: 2.6em;
}
@media (max-width: 1599.98px) {
  .c-publications__title {
    font-size: 0.9em;
  }
}
@media (max-width: 991.98px) {
  .c-publications__title {
    font-size: 1em;
  }
}
.c-publications__meta {
  color: #0b2645;
  font-size: 0.875em;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1599.98px) {
  .c-publications__meta {
    font-size: 0.7em;
  }
}
@media (max-width: 991.98px) {
  .c-publications__meta {
    font-size: 0.8125em;
  }
}
.c-publications__download {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58px;
  height: 58px;
  display: block;
}
@media (max-width: 1599.98px) {
  .c-publications__download {
    width: 46.4px;
    height: 46.4px;
  }
}
@media (max-width: 991.98px) {
  .c-publications__download {
    width: 50px;
    height: 50px;
  }
}
.c-publications__download::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 58px 58px;
  border-color: transparent transparent #1e6190 transparent;
}
@media (max-width: 1599.98px) {
  .c-publications__download::before {
    border-width: 0 0 46.4px 46.4px;
  }
}
@media (max-width: 991.98px) {
  .c-publications__download::before {
    border-width: 0 0 50px 50px;
  }
}
.c-publications__download-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 18px;
  height: 18px;
}
@media (max-width: 1599.98px) {
  .c-publications__download-icon {
    right: 6.4px;
    bottom: 6.4px;
    width: 14.4px;
    height: 14.4px;
  }
}
@media (max-width: 991.98px) {
  .c-publications__download-icon {
    right: 7px;
    bottom: 7px;
    width: 16px;
    height: 16px;
  }
}

.c-auth {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: rgba(78, 157, 218, 0.1);
  padding: 140px 20px 60px;
}
@media (max-width: 991.98px) {
  .c-auth {
    padding: 110px 16px 40px;
  }
}
.c-auth__card {
  width: 100%;
  max-width: 460px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(11, 38, 69, 0.1);
  padding: 40px;
}
@media (max-width: 991.98px) {
  .c-auth__card {
    padding: 28px 22px;
  }
}
.c-auth__title {
  color: #1e6190;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.1;
  margin: 0 0 32px;
}
@media (max-width: 1599.98px) {
  .c-auth__title {
    font-size: 1.6em;
  }
}
@media (max-width: 991.98px) {
  .c-auth__title {
    font-size: 1.625em;
    margin-bottom: 24px;
  }
}
.c-auth__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.c-auth__label {
  color: #0b2645;
  font-weight: 600;
  font-size: 0.9375em;
}
.c-auth__input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #a9dadc;
  border-radius: 8px;
  background: #fff;
  color: #124174;
  font-family: inherit;
  font-size: 1em;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.c-auth__input::placeholder {
  color: rgba(18, 65, 116, 0.5);
}
.c-auth__input:focus {
  outline: 0;
  border-color: #4e9dda;
  box-shadow: 0 0 0 3px rgba(78, 157, 218, 0.2);
}
.c-auth__remember {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #124174;
  font-size: 0.9375em;
}
.c-auth__remember input {
  width: 16px;
  height: 16px;
  accent-color: #4e9dda;
  cursor: pointer;
}
.c-auth__remember label {
  cursor: pointer;
}
.c-auth__submit {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.c-auth__footer {
  margin-top: 24px;
  text-align: center;
  font-size: 0.9375em;
}
.c-auth__link {
  color: #1e6190;
  font-weight: 600;
  text-decoration: none;
}
.c-auth__link:hover, .c-auth__link:focus-visible {
  text-decoration: underline;
}
.c-auth__alert {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 0.9375em;
  margin-bottom: 24px;
}
.c-auth__alert--error {
  background: rgba(192, 57, 43, 0.1);
  color: #a5281b;
  border: 1px solid rgba(192, 57, 43, 0.3);
}
.c-auth__alert--success {
  background: rgba(78, 157, 218, 0.12);
  color: #1e6190;
  border: 1px solid rgba(78, 157, 218, 0.35);
}
.c-auth__errors {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  color: #a5281b;
  font-size: 0.875em;
}

.c-legal {
  padding-block: 160px 80px;
}
@media (max-width: 1599.98px) {
  .c-legal {
    padding-top: 128px;
  }
}
@media (max-width: 991.98px) {
  .c-legal {
    padding-block: 120px 56px;
  }
}
.c-legal__title {
  color: #1e6190;
  font-weight: bold;
  font-size: 3em;
  line-height: 1.1;
  margin: 0 0 20px;
}
@media (max-width: 1599.98px) {
  .c-legal__title {
    font-size: 2.4em;
  }
}
@media (max-width: 991.98px) {
  .c-legal__title {
    font-size: 2em;
  }
}
.c-legal__updated {
  color: #1e6190;
  font-size: 0.9375em;
  margin: 0 0 40px;
}
@media (max-width: 991.98px) {
  .c-legal__updated {
    margin-bottom: 32px;
  }
}
.c-legal__content {
  color: #124174;
  font-size: 1.0625em;
  line-height: 1.7;
}
@media (max-width: 991.98px) {
  .c-legal__content {
    font-size: 1em;
  }
}
.c-legal__content h2 {
  color: #1e6190;
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1.2;
  margin: 48px 0 16px;
}
@media (max-width: 991.98px) {
  .c-legal__content h2 {
    font-size: 1.375em;
    margin-top: 36px;
  }
}
.c-legal__content h3 {
  color: #124174;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.3;
  margin: 32px 0 12px;
}
@media (max-width: 991.98px) {
  .c-legal__content h3 {
    font-size: 1.125em;
  }
}
.c-legal__content p {
  margin: 0 0 16px;
}
.c-legal__content ul,
.c-legal__content ol {
  margin: 0 0 16px;
  padding-left: 24px;
}
.c-legal__content li {
  margin-bottom: 8px;
}
.c-legal__content a {
  color: #1e6190;
  text-decoration: none;
}
.c-legal__content a:hover, .c-legal__content a:focus-visible {
  text-decoration: underline;
}
.c-legal__content strong {
  color: #0b2645;
}
.c-legal__content > :first-child {
  margin-top: 0;
}

.c-hero-home {
  background-color: #f8fbfc;
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  padding-top: 200px;
}
@media (max-width: 1599.98px) {
  .c-hero-home {
    padding-top: 160px;
  }
}
@media (max-width: 1199.98px) {
  .c-hero-home {
    padding-top: 150px;
  }
}
@media (max-width: 991.98px) {
  .c-hero-home {
    padding-top: 0;
  }
}
.c-hero-home__wrapper {
  z-index: 1;
  display: block;
  position: relative;
  order: 2;
}
.c-hero-home__title {
  color: #1e6190;
  font-weight: 400;
  font-size: 4em;
  line-height: 1.15;
  margin-bottom: 20px;
  overflow-wrap: break-word;
  text-wrap: balance;
}
@media (max-width: 1599.98px) {
  .c-hero-home__title {
    font-size: 3.2em;
  }
}
@media (max-width: 1199.98px) {
  .c-hero-home__title {
    font-size: 2.5em;
  }
}
.c-hero-home__title strong {
  font-weight: 700;
}
.c-hero-home__text {
  color: #124174;
  font-size: 1.25em;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 670px;
}
@media (max-width: 1599.98px) {
  .c-hero-home__text {
    font-size: 1em;
    margin-bottom: 32px;
  }
}
@media (max-width: 1199.98px) {
  .c-hero-home__text {
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  .c-hero-home__text {
    font-size: 0.875em;
    line-height: 1.57;
    margin-bottom: 30px;
  }
}
.c-hero-home__cta {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .c-hero-home__cta {
    display: inline-flex;
    width: auto;
  }
}
.c-hero-home__media {
  order: 1;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow-x: clip;
}
@media (min-width: 992px) {
  .c-hero-home__media {
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    transform: translateY(-50%);
    z-index: 0;
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
    pointer-events: none;
  }
}
.c-hero-home__media__image {
  width: 100%;
}
.c-hero-home__image {
  max-width: 100%;
  height: auto;
}

.p-idecol {
  padding-top: 20px;
}
@media (max-width: 1599.98px) {
  .p-idecol {
    padding-top: 16px;
  }
}
@media (max-width: 991.98px) {
  .p-idecol {
    padding-top: 40px;
  }
}
.p-idecol__title {
  font-size: 2em;
  max-width: 60%;
  text-wrap: balance;
}
@media (max-width: 1599.98px) {
  .p-idecol__title {
    font-size: 1.6em;
  }
}
@media (max-width: 991.98px) {
  .p-idecol__title {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .p-idecol__title {
    font-size: 1.5em;
  }
}
.p-idecol__intro {
  max-width: 80%;
  color: #124174;
  font-size: 1em;
  line-height: 1.6;
  margin-top: 20px;
}
@media (max-width: 1599.98px) {
  .p-idecol__intro {
    font-size: 0.8em;
    margin-top: 16px;
  }
}
@media (max-width: 991.98px) {
  .p-idecol__intro {
    max-width: 100%;
    font-size: 0.875em;
    margin-top: 15px;
  }
}

/*# sourceMappingURL=app-7d1043473d.output.css.map */
