@font-face {
  font-family: "Fustat";
  src: url("../fonts/fustat/Fustat-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, cite, code,
em, img, s,
strong, sub, sup,
ol, ul, li,
fieldset, form, input, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

ol, ul {
  list-style: none;
}

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

* {
  box-sizing: border-box;
}

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

body {
  min-width: 360px;
  font-family: "Fustat", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #010783;
  background-color: #fff;
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 23px;
  }
}
body main {
  overflow-x: hidden;
  margin-top: 110px;
  padding-bottom: 63px;
}
@media (min-width: 992px) {
  body main {
    margin-top: 0;
    padding-bottom: 90px;
  }
}
body main.page-template.no-bottom-margin {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  body main.page-template.no-bottom-margin {
    padding-bottom: 0;
  }
}
body main.post-detail {
  padding-top: 35px;
}
@media (min-width: 992px) {
  body main.post-detail {
    padding-top: 61px;
  }
}
body[data-page-template=soft-lilac] {
  background-color: #F4F5FF;
}
body .jump-to-content-link {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  font-weight: bold;
  z-index: 9999;
  transform: translateY(-100%);
}
body .jump-to-content-link:focus {
  transform: translateY(0);
  outline: 3px solid #D8AB4F;
  outline-offset: 0;
}

strong {
  font-weight: 700;
}

.inner-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 992px) {
  .inner-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.underline {
  text-decoration: underline !important;
}

.radius-50px {
  border-radius: 50px;
}

.radius-50 {
  border-radius: 50%;
}

@media (max-width: 991px) {
  .desktop--only {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .mobile--only {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

@media (max-width: 991px) {
  .hero-vh, .news-card-highlighted .news-image-container img, .hero.t3 .hero-wrapper .banner-container, .hero.t3 .hero-wrapper, .hero.t2 .image-and-text-block-container, .hero.t1 .banner-container, .banner-with-image .banner-container .banner-content, .banner-with-image .banner-container {
    min-height: calc(100dvh - 110px - 63px);
  }
}

.outline-colored-bg {
  border: 1px solid #010783;
  background-color: #F4F5FF;
  color: #010783;
  border-radius: 50px;
}
@media (min-width: 992px) {
  .outline-colored-bg:hover .btn-arrow-sm.outline-colored-bg {
    background-color: #010783;
    color: #fff;
  }
  .outline-colored-bg:hover .btn-arrow-sm.outline-colored-bg .arrow-sm-blue {
    display: inline-block;
    width: 23px;
    max-width: 23px;
    min-width: 23px;
    height: 16px;
    -webkit-mask-image: url("/dist/images/common/arrow-sm-blue.svg");
    mask-image: url("/dist/images/common/arrow-sm-blue.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    transition: background-color 0.3s ease-in-out;
    background-color: #fff;
  }
}

.outline-white-bg {
  border: 1px solid #010783;
  background-color: #fff;
  color: #010783;
  border-radius: 50px;
}
@media (min-width: 992px) {
  .outline-white-bg:hover .btn-arrow-sm.outline-white-bg {
    background-color: #010783;
    color: #fff;
  }
  .outline-white-bg:hover .btn-arrow-sm.outline-white-bg .arrow-sm-blue {
    display: inline-block;
    width: 23px;
    max-width: 23px;
    min-width: 23px;
    height: 16px;
    -webkit-mask-image: url("/dist/images/common/arrow-sm-blue.svg");
    mask-image: url("/dist/images/common/arrow-sm-blue.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    transition: background-color 0.3s ease-in-out;
    background-color: #fff;
  }
}

.bg-dark-blue {
  border: none;
  background-color: #010783;
  color: #fff;
  border-radius: 50px;
}
@media (min-width: 992px) {
  .bg-dark-blue:hover .arrow-lg:before {
    left: -35px;
  }
}

.bg-lilac {
  border: none;
  background-color: #F4F5FF;
  color: #010783;
  border-radius: 50px;
}

.bg-white {
  border: none;
  background-color: #fff;
  color: #010783;
  border-radius: 50px;
}

.btn-reset {
  all: unset;
}

.btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
.btn.btn-no-icon {
  justify-content: center;
}
.btn.btn-round {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  padding: 0;
}
.btn .btn-label {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

.btn-arrow-sm {
  padding: 22px 24px;
  min-height: 55px;
  cursor: pointer;
}
.btn-arrow-sm.pl-30 {
  padding-left: 30px;
}
.btn-arrow-sm.pl-20 {
  padding-left: 20px;
}
.btn-arrow-sm.pr-27 {
  padding-right: 27px;
}
@media (min-width: 992px) {
  .btn-arrow-sm {
    min-height: 60px;
    transition: background-color 0.3s linear, color 0.3s linear;
  }
  .btn-arrow-sm:hover.outline-colored-bg, .btn-arrow-sm:hover.outline-white-bg {
    background-color: #010783;
    color: #fff;
  }
  .btn-arrow-sm:hover.outline-colored-bg .arrow-sm-blue, .btn-arrow-sm:hover.outline-white-bg .arrow-sm-blue {
    display: inline-block;
    width: 23px;
    max-width: 23px;
    min-width: 23px;
    height: 16px;
    -webkit-mask-image: url("/dist/images/common/arrow-sm-blue.svg");
    mask-image: url("/dist/images/common/arrow-sm-blue.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    transition: background-color 0.3s ease-in-out;
    background-color: #fff;
  }
  .btn-arrow-sm:hover .arrow-sm.arrow-translate.arrow-sm-blue, .btn-arrow-sm:hover .arrow-sm.arrow-translate.arrow-sm-white {
    transform: translateX(10px);
  }
}

.arrow-sm {
  position: relative;
}
.arrow-sm.arrow-translate.arrow-sm-blue, .arrow-sm.arrow-translate.arrow-sm-white {
  transition: transform 0.3s ease-out;
  transform: translateX(0);
}
.arrow-sm.arrow-sm-blue {
  display: inline-block;
  width: 23px;
  max-width: 23px;
  min-width: 23px;
  height: 16px;
  -webkit-mask-image: url("/dist/images/common/arrow-sm-blue.svg");
  mask-image: url("/dist/images/common/arrow-sm-blue.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: background-color 0.3s ease-in-out;
  background-color: #010783;
}
.arrow-sm.arrow-sm-white {
  display: inline-block;
  width: 23px;
  max-width: 23px;
  min-width: 23px;
  height: 16px;
  -webkit-mask-image: url("/dist/images/common/arrow-sm-blue.svg");
  mask-image: url("/dist/images/common/arrow-sm-blue.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: background-color 0.3s ease-in-out;
  background-color: #fff;
}

.arrow-lg {
  display: inline-block;
  width: 60px;
  max-width: 60px;
  min-width: 60px;
  height: 15px;
  -webkit-mask-image: url("/dist/images/common/arrow-lg-white.svg");
  mask-image: url("/dist/images/common/arrow-lg-white.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: background-color 0.3s ease-in-out;
  background-color: #fff;
  position: relative;
}
.arrow-lg:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
  width: 60px;
  height: 5px;
  background-color: #010783;
  transition: left 0.3s ease-out;
}
@media (min-width: 992px) {
  .arrow-lg:hover:before {
    left: -35px;
  }
}

.agenda-archive {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-bottom: 63px;
}
@media (min-width: 992px) {
  .agenda-archive {
    padding-bottom: 114px;
  }
}
.agenda-archive .agenda-archive-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 31px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .agenda-archive .agenda-archive-content {
    gap: 36px;
  }
}
.agenda-archive .agenda-archive-content-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 31px;
}
@media (min-width: 992px) {
  .agenda-archive .agenda-archive-content-list {
    gap: 36px;
  }
}
.agenda-archive .event-card {
  display: flex;
  flex-direction: column;
  gap: 43px;
  padding: 34px 29px 26px 29px;
}
@media (min-width: 992px) {
  .agenda-archive .event-card {
    gap: 32px;
    padding: 33px 59px 39px 60px;
  }
}
.agenda-archive .event-card .event-info-container {
  width: 100%;
  max-width: 100%;
}
.agenda-archive .event-card .event-info-container .event-datetime-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .agenda-archive .event-card .event-info-container .event-datetime-container {
    margin-bottom: 26px;
    margin-left: 2px;
  }
}
.agenda-archive .event-card .event-info-container .event-datetime-container .event-datetime {
  width: fit-content;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  padding: 14px 15px;
  min-height: 42px;
}
.agenda-archive .event-card .event-info-container .event-datetime-container .event-datetime.event-date {
  padding-left: 20px;
  padding-right: 20px;
}
.agenda-archive .event-card .event-info-container .event-info .event-title {
  font-size: 23px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .agenda-archive .event-card .event-info-container .event-info .event-title {
    font-size: 32px;
    line-height: 35px;
  }
}
.agenda-archive .event-card .event-info-container .event-info .event-description {
  font-weight: 400;
  text-align: justify;
  font-size: 15px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .agenda-archive .event-card .event-info-container .event-info .event-description {
    font-size: 16px;
    line-height: 23px;
  }
}
.agenda-archive .event-card .event-info-container .event-info .event-description p {
  padding-bottom: 22px;
}
.agenda-archive .event-card .event-info-container .event-info .event-description a {
  text-decoration: underline;
  font-weight: 700;
  color: #010783;
}
@media (min-width: 992px) {
  .agenda-archive .event-card .btn-event {
    width: fit-content;
    align-self: flex-end;
  }
}
.agenda-archive .event-card-highlighted {
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 63px;
}
@media (min-width: 992px) {
  .agenda-archive .event-card-highlighted {
    border-radius: 50px;
    margin-bottom: 91px;
  }
}
.agenda-archive .event-card-highlighted .event-info-container {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 100%;
  padding: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .agenda-archive .event-card-highlighted .event-info-container {
    padding: 52px 59px;
    height: calc(100% - 119px);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.agenda-archive .event-card-highlighted .event-info-container .event-datetime-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .agenda-archive .event-card-highlighted .event-info-container .event-datetime-container {
    margin-bottom: 26px;
    margin-left: 2px;
  }
}
.agenda-archive .event-card-highlighted .event-info-container .event-datetime-container .event-datetime {
  width: fit-content;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  padding: 14px 15px;
  min-height: 42px;
}
.agenda-archive .event-card-highlighted .event-info-container .event-datetime-container .event-datetime.event-date {
  padding-left: 20px;
  padding-right: 20px;
}
.agenda-archive .event-card-highlighted .event-info-container .event-info .event-title {
  font-size: 23px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .agenda-archive .event-card-highlighted .event-info-container .event-info .event-title {
    font-size: 32px;
    line-height: 35px;
  }
}
.agenda-archive .event-card-highlighted .event-info-container .event-info .event-description {
  font-weight: 400;
  text-align: justify;
  font-size: 15px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .agenda-archive .event-card-highlighted .event-info-container .event-info .event-description {
    font-size: 16px;
    line-height: 23px;
  }
}
.agenda-archive .event-card-highlighted .event-info-container .event-info .event-description p {
  padding-bottom: 22px;
}
.agenda-archive .event-card-highlighted .event-info-container .event-info .event-description a {
  text-decoration: underline;
  font-weight: 700;
  color: #010783;
}
.agenda-archive .event-card-highlighted .event-image-container {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .agenda-archive .event-card-highlighted .event-image-container {
    border-radius: 0;
    margin-bottom: 0;
    height: auto;
    max-height: 48.2638888889vw;
  }
}
@media (min-width: 1440px) {
  .agenda-archive .event-card-highlighted .event-image-container {
    height: 695px;
    max-height: 695px;
  }
}
.agenda-archive .event-card-highlighted .event-image-container img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0 auto;
  padding: 0;
  object-fit: cover;
  object-position: center;
}
.agenda-archive .event-card-highlighted .btn-event {
  z-index: 3;
}
@media (min-width: 992px) {
  .agenda-archive .event-card-highlighted .btn-event {
    width: fit-content;
    align-self: flex-end;
    position: absolute;
    bottom: 52px;
    right: 59px;
    min-width: 282px;
  }
}
@media (max-width: 991px) {
  .agenda-archive .event-card-highlighted.outline-white-bg {
    border: none;
    background-color: transparent;
    border-radius: unset;
  }
}
@media (max-width: 991px) {
  .agenda-archive .event-card-highlighted.outline-white-bg .event-info-container {
    margin-bottom: 32px;
    padding: 34px 29px 26px 29px;
    background-color: #fff;
    border: 1px solid #010783;
    border-radius: 50px;
  }
}
@media (max-width: 991px) {
  .agenda-archive .event-card-highlighted.outline-white-bg .event-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 92px);
    max-height: calc(100% - 92px);
    margin-bottom: 0;
    border-radius: 50px;
  }
}
.agenda-archive .event-card-highlighted.outline-white-bg.with-image {
  border: none;
}
@media (max-width: 991px) {
  .agenda-archive .event-card-highlighted.outline-white-bg.with-image .event-info-container {
    border: none;
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .agenda-archive .event-card-highlighted.with-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.02) 23.56%, rgba(0, 0, 0, 0.2) 100%);
  }
}
.agenda-archive .event-card-highlighted.with-image .event-info-container .event-info .event-title {
  color: #fff;
}
.agenda-archive .event-card-highlighted.with-image .event-info-container .event-info .event-title * {
  color: #fff;
}
.agenda-archive .btn-load-more-events {
  cursor: pointer;
}
@media (min-width: 992px) {
  .agenda-archive .btn-load-more-events {
    width: fit-content;
  }
  .agenda-archive .btn-load-more-events:hover {
    background-color: #010783;
  }
  .agenda-archive .btn-load-more-events:hover .btn-icon-plus {
    background-color: #fff;
  }
}
.agenda-archive .btn-load-more-events .btn-icon-plus {
  display: inline-block;
  width: 21px;
  max-width: 21px;
  min-width: 21px;
  height: 21px;
  -webkit-mask-image: url("/dist/images/common/icon-plus.svg");
  mask-image: url("/dist/images/common/icon-plus.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: background-color 0.3s ease-in-out;
  background-color: #010783;
}
.agenda-highlights {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-bottom: 63px;
}
@media (min-width: 992px) {
  .agenda-highlights {
    margin-bottom: 114px;
  }
}
@media (max-width: 991px) {
  .agenda-highlights .inner-container {
    padding: 0;
  }
}
.agenda-highlights .agenda-container {
  width: 100%;
  max-width: 100%;
}
.agenda-highlights .agenda-container .agenda-header .agenda-title {
  text-align: left;
  margin: 0 0 30px 30px;
  font-weight: 400;
  font-size: 40px;
  line-height: 38px;
  color: #010783;
}
@media (min-width: 992px) {
  .agenda-highlights .agenda-container .agenda-header .agenda-title {
    margin: 0 0 41px 58px;
    font-size: 60px;
    line-height: 60px;
  }
}
.agenda-highlights .agenda-container .agenda-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  min-height: 314px;
  width: 100%;
  max-width: 100%;
  color: #010783;
}
@media (max-width: 991px) {
  .agenda-highlights .agenda-container .agenda-row {
    padding-left: 24px;
    padding-right: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory; /* enables snapping on x-axis */
    -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }
  .agenda-highlights .agenda-container .agenda-row::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }
}
@media (min-width: 992px) {
  .agenda-highlights .agenda-container .agenda-row {
    justify-content: center;
    flex-wrap: wrap;
    gap: 29px;
  }
}
.agenda-highlights .agenda-container .agenda-row .agenda-card {
  width: 100%;
  max-width: 281px;
  min-height: 314px;
  padding: 28px 25px 25px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  text-decoration: none;
}
@media (max-width: 991px) {
  .agenda-highlights .agenda-container .agenda-row .agenda-card {
    flex: 0 0 auto;
    scroll-snap-align: center;
  }
}
@media (min-width: 992px) {
  .agenda-highlights .agenda-container .agenda-row .agenda-card {
    padding: 31px 28px 27px 27px;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 308px;
    min-height: 344px;
  }
}
.agenda-highlights .agenda-container .agenda-row .agenda-card .agenda-info {
  margin-left: 3px;
}
.agenda-highlights .agenda-container .agenda-row .agenda-card .agenda-datetime {
  min-height: 46px;
  margin-bottom: 13px;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
}
@media (min-width: 992px) {
  .agenda-highlights .agenda-container .agenda-row .agenda-card .agenda-datetime {
    font-size: 16px;
    line-height: 23px;
  }
}
.agenda-highlights .agenda-container .agenda-row .agenda-card .agenda-subject {
  font-weight: 400;
  font-size: 25px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .agenda-highlights .agenda-container .agenda-row .agenda-card .agenda-subject {
    font-size: 32px;
    line-height: 35px;
  }
}
.agenda-highlights .agenda-container .agenda-row .agenda-card:not(.last-card) .agenda-action {
  padding: 20px;
}
@media (min-width: 992px) {
  .agenda-highlights .agenda-container .agenda-row .agenda-card:not(.last-card) .agenda-action {
    padding: 22px 20px;
  }
}
.agenda-highlights .agenda-container .agenda-row .agenda-card.last-card {
  padding: 36px 39px 44px 35px;
}
.agenda-highlights .agenda-container .agenda-row .agenda-card.last-card .agenda-action {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.banner-with-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.banner-with-buttons .banner-with-buttons-wrapper {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 29px;
  padding: 28px 28px 31px 30px;
}
@media (min-width: 992px) {
  .banner-with-buttons .banner-with-buttons-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 21px 24px 21px 61px;
    min-height: 102px;
  }
}
.banner-with-buttons .banner-with-buttons-items {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .banner-with-buttons .banner-with-buttons-items {
    justify-content: flex-end;
    max-width: 322px;
  }
}
.banner-with-buttons .banner-with-buttons-item-button {
  padding: 22px 40px;
  width: 100%;
  max-width: 100%;
  min-height: 60px;
  border: 1px solid transparent;
  transition: background-color 0.3s linear, color 0.3s linear, border-color 0.3s linear;
}
@media (min-width: 992px) {
  .banner-with-buttons .banner-with-buttons-item-button {
    width: 150px;
    max-width: 150px;
  }
  .banner-with-buttons .banner-with-buttons-item-button:hover {
    border: 1px solid #fff;
    background-color: #010783;
    color: #fff;
  }
}
.banner-with-buttons .banner-with-buttons-text {
  width: 100%;
  font-size: 23px;
  line-height: 26px;
  text-align: left;
}
@media (min-width: 992px) {
  .banner-with-buttons .banner-with-buttons-text {
    font-size: 32px;
    line-height: 35px;
  }
}
.banner-with-buttons .banner-with-buttons-text a {
  font-weight: 700;
  color: inherit;
}
.banner-with-buttons .banner-with-buttons-text a:active, .banner-with-buttons .banner-with-buttons-text a:focus, .banner-with-buttons .banner-with-buttons-text a:hover {
  color: inherit;
}
.banner-with-buttons .banner-with-buttons-text a:hover {
  text-decoration: underline;
}
.banner-with-buttons.small-text .banner-with-buttons-text {
  font-size: 15px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .banner-with-buttons.small-text .banner-with-buttons-text {
    font-size: 16px;
    line-height: 23px;
  }
}

.banner-with-image {
  width: 100%;
}
.banner-with-image .banner-container {
  position: relative;
  max-width: 100%;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: var(--mobile-image);
  height: 100%;
}
.banner-with-image .banner-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}
.banner-with-image .banner-container .banner-content {
  position: relative;
  z-index: 1;
  color: #fff;
  line-height: 1;
  height: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .banner-with-image .banner-container {
    min-height: 554px;
    height: 554px;
    max-height: 554px;
    background-image: var(--desktop-image);
  }
}
.banner-with-image .banner-container::after {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 95.23%);
}
@media (min-width: 992px) {
  .banner-with-image .banner-container::after {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.02) 23.56%, rgba(0, 0, 0, 0.2) 100%);
  }
}
.banner-with-image .banner-container .banner-content {
  padding: 34px 27px 31px 29px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .banner-with-image .banner-container .banner-content {
    padding: 50px 59px 47px 58px;
  }
}
.banner-with-image .banner-container .banner-content .banner-title {
  width: 100%;
  font-weight: 400;
  font-size: 25px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .banner-with-image .banner-container .banner-content .banner-title {
    max-width: 460px;
    font-size: 60px;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .banner-with-image .banner-container .banner-content .banner-action {
    max-width: 281px;
    align-self: flex-end;
    padding-right: 21px;
  }
}

.contacts {
  margin: 35px 0 0 0;
}
@media (min-width: 992px) {
  .contacts {
    margin: 61px 0 0 0;
  }
}
.contacts .contacts-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 63px;
  text-align: left;
  font-weight: 400;
  color: #010783;
}
@media (min-width: 992px) {
  .contacts .contacts-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.contacts .contacts-container .contacts-info-block {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 31px;
  padding: 0 27px;
}
@media (min-width: 992px) {
  .contacts .contacts-container .contacts-info-block {
    max-width: 618px;
    gap: 47px;
    padding: 0;
  }
}
.contacts .contacts-container .contacts-info-block .contacts-title {
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 992px) {
  .contacts .contacts-container .contacts-info-block .contacts-title {
    font-size: 60px;
  }
}
.contacts .contacts-container .contacts-info-block .contacts-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 31px;
}
@media (min-width: 992px) {
  .contacts .contacts-container .contacts-info-block .contacts-info {
    flex-direction: row;
    gap: 58px;
  }
}
.contacts .contacts-container .contacts-info-block .contacts-info .contacts-address {
  width: 100%;
}
@media (min-width: 992px) {
  .contacts .contacts-container .contacts-info-block .contacts-info .contacts-address {
    max-width: 250px;
  }
}
.contacts .contacts-container .contacts-info-block .contacts-info .contacts-more-info {
  width: 100%;
}
@media (min-width: 992px) {
  .contacts .contacts-container .contacts-info-block .contacts-info .contacts-more-info {
    max-width: 310px;
  }
}
.contacts .contacts-container .contacts-info-block .contacts-info .info-block {
  margin-bottom: 31px;
}
@media (min-width: 992px) {
  .contacts .contacts-container .contacts-info-block .contacts-info .info-block {
    margin-bottom: 57px;
  }
}
.contacts .contacts-container .contacts-info-block .contacts-info .title {
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .contacts .contacts-container .contacts-info-block .contacts-info .title {
    font-size: 32px;
    line-height: 35px;
  }
}
.contacts .contacts-container .contacts-info-block .contacts-info .content {
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}
@media (min-width: 992px) {
  .contacts .contacts-container .contacts-info-block .contacts-info .content {
    font-size: 16px;
    line-height: 23px;
  }
}
.contacts .contacts-container .contacts-info-block .contacts-info .content a {
  text-decoration: underline;
  color: #010783;
  font-weight: 700;
}
.contacts .contacts-container .image-container {
  display: flex;
  width: 100%;
  max-width: 100%;
  border-radius: 50px;
  overflow: hidden;
  min-height: 306px;
}
@media (min-width: 992px) {
  .contacts .contacts-container .image-container {
    max-width: 628px;
    min-height: 541px;
  }
}
.contacts .contacts-container .image-container .image-element {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.empty-space-custom {
  height: var(--empty-space-mobile);
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .empty-space-custom {
    height: var(--empty-space-desktop);
  }
}

.feature-list {
  margin-bottom: 63px;
}
@media (min-width: 992px) {
  .feature-list {
    margin-bottom: 90px;
  }
}
.feature-list .useful-resources-container .title-container {
  width: 100%;
  color: #010783;
  text-align: left;
  padding: 0 27px;
  margin-bottom: 31px;
}
@media (min-width: 992px) {
  .feature-list .useful-resources-container .title-container {
    margin-bottom: 77px;
    margin-left: 61px;
    max-width: 780px;
    padding: 0;
  }
}
.feature-list .useful-resources-container .title-container .title {
  font-weight: 400;
  font-size: 40px;
  line-height: 38px;
}
@media (min-width: 992px) {
  .feature-list .useful-resources-container .title-container .title {
    font-size: 60px;
    line-height: 60px;
  }
}
.feature-list .useful-resources-container .resources-list-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 31px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .feature-list .useful-resources-container .resources-list-container {
    gap: 22px;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.feature-list .useful-resources-container .resources-list-container .resource-item {
  width: 100%;
  max-width: 100%;
  padding: 36px 27px 35px 29px;
}
@media (min-width: 992px) {
  .feature-list .useful-resources-container .resources-list-container .resource-item {
    max-width: 830px;
    padding: 39px 60px 39px 70px;
  }
}
.feature-list .useful-resources-container .resources-list-container .resource-item .resource-title {
  font-weight: 400;
  font-size: 23px;
  line-height: 26px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .feature-list .useful-resources-container .resources-list-container .resource-item .resource-title {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
.feature-list .useful-resources-container .resources-list-container .resource-item .resource-description {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
}
@media (min-width: 992px) {
  .feature-list .useful-resources-container .resources-list-container .resource-item .resource-description {
    font-size: 16px;
    line-height: 23px;
  }
}
.feature-list .useful-resources-container .resources-list-container .resource-item .resource-description a {
  color: #010783;
  text-decoration: underline;
  font-weight: 700;
}
.feature-list .useful-resources-container .resources-list-container .resource-item .resource-description strong {
  font-weight: 700;
}
.feature-list .useful-resources-container .resources-list-container .resource-item .resource-description ul {
  list-style: disc;
  padding-left: 26px;
}
@media (min-width: 992px) {
  .feature-list .useful-resources-container .resources-list-container .resource-btn-action {
    max-width: 830px;
  }
}
.feature-list.no-margin-bottom {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .feature-list.no-margin-bottom {
    margin-bottom: 0;
  }
}

.main-footer {
  font-family: "Fustat", sans-serif;
  background-color: #010783;
  padding-top: 50px;
  padding-bottom: 45px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 50px 50px 0 0;
}
@media (min-width: 992px) {
  .main-footer {
    padding-top: 55px;
    padding-bottom: 50px;
  }
}
.main-footer * {
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  font-weight: 400;
}
@media (min-width: 992px) {
  .main-footer * {
    font-size: 16px;
  }
}
.main-footer a {
  color: #fff;
}
.main-footer a svg {
  fill: #fff;
}
.main-footer a:hover {
  color: #fff;
}
.main-footer a:hover svg {
  fill: #fff;
}
.main-footer a:visited:hover {
  color: #fff;
}
.main-footer a:visited:hover svg {
  fill: #fff;
}
.main-footer .main-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 96px;
}
@media (min-width: 992px) {
  .main-footer .main-footer-wrapper {
    gap: 58px;
  }
}
.main-footer .main-footer-wrapper .row {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
}
@media (min-width: 992px) {
  .main-footer .main-footer-wrapper .row {
    flex-direction: row;
    justify-content: space-between;
  }
}
.main-footer .main-footer-wrapper .row-top {
  width: 100%;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 16px;
}
@media (min-width: 992px) {
  .main-footer .main-footer-wrapper .row-top {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
}
.main-footer .main-footer-wrapper .row-top .image-container {
  display: block;
  width: 100%;
  max-width: 470px;
  height: auto;
}
.main-footer .main-footer-wrapper .row-top .image-container .footer-logos {
  max-width: 100%;
  height: auto;
}
.main-footer .main-footer-wrapper .row-bottom .column-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
}
.main-footer .main-footer-wrapper .row-bottom .column-left .social-media-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.main-footer .main-footer-wrapper .row-bottom .column-right .copyright {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .main-footer .main-footer-wrapper .row-bottom .column-right .copyright {
    text-align: right;
  }
}
.main-footer .main-footer-wrapper .row-login {
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 45px;
}
.main-footer .main-footer-wrapper .row-login .login-link {
  display: inline-block;
  text-decoration: none;
}
.main-footer .main-footer-wrapper .row-login .login-link svg {
  width: 11px;
  height: 11px;
}

.main-header {
  position: relative;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 991px) {
  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 110px;
  }
}
.main-header .main-header-wrapper {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 24px 28px 24px;
  min-height: 110px;
}
@media (min-width: 992px) {
  .main-header .main-header-wrapper {
    padding: 33px 60px 25px 60px;
    min-height: 130px;
  }
}
.main-header .main-header-wrapper .header-left-wrapper .header-logo-container {
  position: relative;
  display: flex;
  width: auto;
  max-width: 183px;
  height: 61px;
}
@media (min-width: 992px) {
  .main-header .main-header-wrapper .header-left-wrapper .header-logo-container {
    z-index: 5;
    height: 71px;
    max-width: 213px;
  }
}
.main-header .main-header-wrapper .header-left-wrapper .header-logo-container .header-logo {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .main-header .main-header-wrapper .header-left-wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .main-header .main-header-wrapper .header-left-wrapper .mobile-menu-icons {
    position: relative;
  }
  .main-header .main-header-wrapper .header-left-wrapper .mobile-menu-icons .icon-container {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 13px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out;
  }
  .main-header .main-header-wrapper .header-left-wrapper .mobile-menu-icons .icon-container.invisible {
    visibility: hidden;
    opacity: 0;
  }
  .main-header .main-header-wrapper .header-left-wrapper .mobile-menu-icons .icon-container .icon-hamburguer {
    width: 36px;
    height: 18px;
  }
  .main-header .main-header-wrapper .header-left-wrapper .mobile-menu-icons .icon-container.icon-close-container {
    position: absolute;
    top: 0;
    right: 0;
  }
  .main-header .main-header-wrapper .header-left-wrapper .mobile-menu-icons .icon-container.icon-close-container .icon-close {
    width: 27px;
    height: 26px;
  }
}
.main-header .main-header-wrapper .menu-modal {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  height: 0;
  background-color: #F4F5FF;
  overflow-y: auto;
}
.main-header .main-header-wrapper .menu-modal.expanded {
  visibility: visible;
  opacity: 1;
  height: calc(100dvh - 110px);
  min-height: calc(100dvh - 110px);
}
.main-header .main-header-wrapper .menu-modal .inner-menu-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  padding: 20px 24px 37px 24px;
}
.main-header .main-header-wrapper .menu-modal .inner-menu-container .top-menu-container {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  color: #010783;
  visibility: hidden;
  opacity: 0;
}
.main-header .main-header-wrapper .menu-modal .inner-menu-container .top-menu-container.visible {
  visibility: visible;
  opacity: 1;
}
.main-header .main-header-wrapper .menu-modal .inner-menu-container .top-menu-container .button-back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  color: #010783;
}
.main-header .main-header-wrapper .menu-modal .inner-menu-container .top-menu-container .button-back .button-icon {
  width: 23px;
  max-width: 23px;
  height: 23px;
  transform: rotate(180deg);
}
.main-header .main-header-wrapper .menu-modal .inner-menu-container .top-menu-container .button-back .button-label {
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}
.main-header .main-header-wrapper .menu-modal .inner-menu-container .top-menu-container .current-page-label {
  max-width: 200px;
  font-weight: 400;
  font-size: 23px;
  line-height: 1;
  text-decoration: none;
  color: #010783;
  display: inline-block;
}
.main-header .main-header-wrapper .menu-modal .inner-menu-container .top-menu-container .current-page-label.no-href {
  pointer-events: none;
}
.main-header .main-header-wrapper .menu-modal .inner-menu-container .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 15px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow-y: auto;
}
.main-header .main-header-wrapper .menu-modal .inner-menu-container .menu .menu-item {
  width: 100%;
}
.main-header .main-header-wrapper .menu-modal .inner-menu-container .menu.submenu {
  display: none;
}
.main-header .main-header-wrapper .menu-modal .inner-menu-container .menu.submenu.active {
  display: flex;
}
.main-header .main-header-wrapper .menu-modal .inner-menu-container .menu .menu-item-link {
  padding: 11px 12px 11px 30px;
}
.main-header .main-header-wrapper .menu-modal .inner-menu-container .menu .menu-item-link:active, .main-header .main-header-wrapper .menu-modal .inner-menu-container .menu .menu-item-link:hover {
  text-decoration: none;
}
.main-header .main-header-wrapper .menu-modal .inner-menu-container .menu .menu-item-link:active .menu-item-icon-circle, .main-header .main-header-wrapper .menu-modal .inner-menu-container .menu .menu-item-link:hover .menu-item-icon-circle {
  background-color: #F4F5FF;
}
.main-header .main-header-wrapper .menu-modal .inner-menu-container .menu .menu-item-link:active .menu-item-icon-circle .arrow-sm-white, .main-header .main-header-wrapper .menu-modal .inner-menu-container .menu .menu-item-link:hover .menu-item-icon-circle .arrow-sm-white {
  display: inline-block;
  width: 23px;
  max-width: 23px;
  min-width: 23px;
  height: 16px;
  -webkit-mask-image: url("/dist/images/common/arrow-sm-blue.svg");
  mask-image: url("/dist/images/common/arrow-sm-blue.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: background-color 0.3s ease-in-out;
  background-color: #010783;
}
.main-header .main-header-wrapper .menu-modal .inner-menu-container .menu .menu-item-link .menu-item-label {
  font-weight: 400;
  font-size: 23px;
  line-height: 1;
  text-transform: initial;
}
.main-header .main-header-wrapper .menu-modal .inner-menu-container .menu .menu-item-link .menu-item-icon-circle {
  border: 1px solid #010783;
  width: 43px;
  height: 43px;
}
@media (min-width: 992px) {
  .main-header .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
  .main-header .menu {
    width: 100%;
    gap: 44px;
  }
  .main-header .menu.parent-menu {
    position: relative;
    z-index: 2;
  }
  .main-header .menu.submenu {
    position: absolute;
    top: 87px;
    background-color: #fff;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    gap: 36px;
    min-height: 88px;
    max-height: 88px;
    padding: 29px 60px 24px 60px;
    transform: translateY(-30px);
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    border-radius: 0 0 50px 50px;
  }
  .main-header .menu.submenu .submenu-item-link {
    font-weight: 400;
  }
  .main-header .menu.submenu.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .main-header .menu .menu-item {
    color: #010783;
  }
  .main-header .menu .menu-item.parent-item.has-children {
    position: relative;
  }
  .main-header .menu .menu-item:hover .menu-item-link:not(.menu-item-placeholder) {
    text-decoration: underline;
  }
  .main-header .menu .menu-item-link {
    cursor: pointer;
    text-decoration: none;
    text-underline-offset: 3px;
    color: #010783;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
  }
}

.hero {
  width: 100%;
}
.hero .banner-container .banner-content .banner-title,
.hero .banner-container .banner-content .banner-description {
  width: 100%;
  font-weight: 400;
  color: #fff;
}
.hero.t1 {
  padding: 35px 0 63px 0;
}
@media (min-width: 992px) {
  .hero.t1 {
    padding: 57px 0 99px 0;
  }
}
.hero.t1 .banner-container {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  max-width: 100%;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero.t1 .banner-container {
    height: 507px;
    min-height: 507px;
    align-items: flex-start;
  }
}
.hero.t1 .banner-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-blend-mode: multiply;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) -4.81%, rgba(192, 220, 233, 0) 100%);
  z-index: 1;
}
.hero.t1 .banner-container .banner-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 35px;
  z-index: 2;
  height: 100%;
  padding: 52px 28px;
}
@media (min-width: 992px) {
  .hero.t1 .banner-container .banner-content {
    padding: 49px 58px 63px 58px;
    justify-content: space-between;
    gap: unset;
  }
}
.hero.t1 .banner-container .banner-content .banner-title {
  font-size: 35px;
  line-height: 1;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-weight: 600;
}
@media (min-width: 992px) {
  .hero.t1 .banner-container .banner-content .banner-title {
    max-width: 581px;
    font-size: 60px;
  }
}
.hero.t1 .banner-container .banner-content .banner-description {
  font-size: 25px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .hero.t1 .banner-container .banner-content .banner-description {
    max-width: 722px;
    font-size: 32px;
    line-height: 35px;
    margin-left: 79px;
  }
}
.hero.t1 .banner-container .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
.hero.t1 .banner-container .banner-image picture {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.hero.t1 .banner-container .banner-image picture img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero.t2 {
  padding: 35px 0 63px 0;
}
@media (min-width: 992px) {
  .hero.t2 {
    padding: 23px 0 99px 0;
  }
}
.hero.t2 .image-and-text-block-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .hero.t2 .image-and-text-block-container {
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 82px;
    min-height: 541px;
    height: auto;
  }
}
.hero.t2 .image-and-text-block-container .text-block {
  color: #010783;
  text-align: left;
}
@media (min-width: 992px) {
  .hero.t2 .image-and-text-block-container .text-block {
    margin-top: 34px;
    max-width: 550px;
  }
}
.hero.t2 .image-and-text-block-container .text-block .pre-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .hero.t2 .image-and-text-block-container .text-block .pre-title {
    margin-bottom: 8px;
  }
}
.hero.t2 .image-and-text-block-container .text-block .main-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 22px;
}
@media (min-width: 992px) {
  .hero.t2 .image-and-text-block-container .text-block .main-title {
    font-size: 60px;
  }
}
.hero.t2 .image-and-text-block-container .text-block .subtitle {
  font-weight: 400;
  font-size: 25px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .hero.t2 .image-and-text-block-container .text-block .subtitle {
    font-size: 35px;
    line-height: 1;
  }
}
.hero.t2 .image-and-text-block-container .image-container {
  display: flex;
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-top: 22px;
}
@media (min-width: 992px) {
  .hero.t2 .image-and-text-block-container .image-container {
    max-width: 628px;
    margin-top: 0;
  }
}
.hero.t2 .image-and-text-block-container .image-container picture {
  width: 100%;
}
.hero.t2 .image-and-text-block-container .image-container .image-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 306px;
}
@media (min-width: 992px) {
  .hero.t2 .image-and-text-block-container .image-container .image-element {
    min-height: 541px;
  }
}
.hero.t3 {
  padding: 35px 0 0 0;
}
@media (min-width: 992px) {
  .hero.t3 {
    padding: 61px 0 0 0;
  }
}
@media (max-width: 991px) {
  .hero.t3 .hero-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0;
  }
}
.hero.t3 .hero-wrapper .header-container {
  width: 100%;
  padding: 0 27px 63px;
  text-align: center;
  color: #010783;
}
@media (min-width: 992px) {
  .hero.t3 .hero-wrapper .header-container {
    padding: 0 0 58px;
  }
}
.hero.t3 .hero-wrapper .header-container .title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 31px;
}
@media (min-width: 992px) {
  .hero.t3 .hero-wrapper .header-container .title {
    font-size: 60px;
    max-width: 819px;
    margin: 0 auto 19px auto;
  }
}
.hero.t3 .hero-wrapper .header-container .description {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .hero.t3 .hero-wrapper .header-container .description {
    font-size: 16px;
    line-height: 23px;
    max-width: 440px;
    margin: 0 auto;
  }
}
.hero.t3 .hero-wrapper .banner-container {
  position: relative;
  max-width: 100%;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero.t3 .hero-wrapper .banner-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}
.hero.t3 .hero-wrapper .banner-container .banner-content {
  position: relative;
  z-index: 1;
  color: #fff;
  line-height: 1;
  height: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .hero.t3 .hero-wrapper .banner-container {
    min-height: 675px;
    height: 675px;
    max-height: 675px;
  }
}
.hero.t3 .hero-wrapper .banner-container .banner-content .banner-title {
  font-size: 35px;
  line-height: 1;
}
@media (min-width: 992px) {
  .hero.t3 .hero-wrapper .banner-container .banner-content .banner-title {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .hero.t3 .hero-wrapper .banner-container .banner-content .banner-action {
    max-width: 282px;
  }
}

.image-and-description {
  margin-bottom: 63px;
}
@media (min-width: 992px) {
  .image-and-description {
    margin-bottom: 114px;
  }
}
@media (min-width: 992px) {
  .image-and-description.image-and-description-image-left .image-and-description-wrapper {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .image-and-description.image-and-description-text-center .image-and-description-content {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .image-and-description.image-and-description-text-top .image-and-description-content {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .image-and-description.image-and-description-text-bottom .image-and-description-content {
    justify-content: flex-end;
  }
}
.image-and-description .image-and-description-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
@media (min-width: 992px) {
  .image-and-description .image-and-description-wrapper {
    flex-direction: row;
    gap: 64px;
  }
}
.image-and-description .image-and-description-box-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  max-width: 100%;
  align-self: stretch;
}
@media (min-width: 992px) {
  .image-and-description .image-and-description-box-content {
    max-width: 628px;
  }
}
@media (min-width: 992px) {
  .image-and-description .image-and-description-box-content.without-image {
    max-width: 100%;
  }
}
.image-and-description .image-and-description-content {
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
  padding: 56px 28px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  justify-content: center;
}
@media (min-width: 992px) {
  .image-and-description .image-and-description-content {
    font-size: 16px;
    line-height: 23px;
    padding: 72px 61px;
  }
}
.image-and-description .image-and-description-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 50px;
  overflow: hidden;
  align-self: stretch;
}
@media (min-width: 992px) {
  .image-and-description .image-and-description-image-wrapper {
    max-width: 628px;
  }
}
.image-and-description .image-and-description-image-wrapper .image-and-description-image {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.information-blocks {
  margin-bottom: 63px;
}
.information-blocks .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 31px;
  text-align: justify;
}
@media (min-width: 992px) {
  .information-blocks .content-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 67px;
    min-height: 410px;
  }
}
.information-blocks .content-wrapper .content-left {
  width: 100%;
  max-width: 100%;
  display: flex;
}
@media (min-width: 992px) {
  .information-blocks .content-wrapper .content-left {
    max-width: 629px;
  }
}
.information-blocks .content-wrapper .content-left .textbox-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 21px;
  padding: 50px 28px;
}
@media (min-width: 992px) {
  .information-blocks .content-wrapper .content-left .textbox-container {
    gap: 23px;
    padding: 95px 61px 87px 61px;
  }
}
.information-blocks .content-wrapper .content-right {
  display: flex;
  flex-direction: column;
  gap: 31px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 992px) {
  .information-blocks .content-wrapper .content-right {
    gap: 27px;
    padding: 52px 0;
  }
}
.information-blocks .content-wrapper .content-right .text-block-container {
  width: 100%;
  max-width: 100%;
  padding: 0 28px;
  color: #010783;
}
@media (min-width: 992px) {
  .information-blocks .content-wrapper .content-right .text-block-container {
    padding: 0;
  }
}
.information-blocks .content-wrapper .content-right .text-block-container .title {
  font-weight: 400;
  font-size: 23px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 31px;
}
@media (min-width: 992px) {
  .information-blocks .content-wrapper .content-right .text-block-container .title {
    margin-bottom: 42px;
    font-size: 32px;
    line-height: 35px;
    max-width: 514px;
  }
}
.information-blocks .content-wrapper .content-right .text-block-container .description {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .information-blocks .content-wrapper .content-right .text-block-container .description {
    font-size: 16px;
    line-height: 23px;
    max-width: 589px;
  }
}
@media (min-width: 992px) {
  .information-blocks .content-wrapper .content-right .btn-action {
    width: fit-content;
  }
}

.information-highlight {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  padding-bottom: 63px;
}
@media (min-width: 992px) {
  .information-highlight {
    flex-direction: row;
    padding-bottom: 114px;
  }
}
@media (min-width: 992px) {
  .information-highlight.information-highlight-image-left {
    flex-direction: row-reverse;
  }
}
.information-highlight.module-with-small-title .information-highlight-title {
  font-size: 23px;
  line-height: 25px;
}
@media (min-width: 992px) {
  .information-highlight.module-with-small-title .information-highlight-title {
    font-size: 32px;
    line-height: 35px;
  }
}
.information-highlight.remove-margin-bottom {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .information-highlight.remove-margin-bottom {
    padding-bottom: 0;
  }
}
.information-highlight .information-highlight-box-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  max-width: 100%;
  align-self: stretch;
}
@media (min-width: 992px) {
  .information-highlight .information-highlight-box-content {
    max-width: 850px;
  }
}
@media (min-width: 992px) {
  .information-highlight .information-highlight-box-content.without-image {
    max-width: 100%;
  }
}
.information-highlight .information-highlight-title {
  font-size: 40px;
  line-height: 1;
  padding: 41px 29px;
  text-align: left;
  width: 100%;
}
@media (min-width: 992px) {
  .information-highlight .information-highlight-title {
    font-size: 60px;
    padding: 54px 62px;
  }
}
.information-highlight .information-highlight-content {
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
  padding: 42px 28px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  justify-content: center;
}
@media (min-width: 992px) {
  .information-highlight .information-highlight-content {
    font-size: 16px;
    line-height: 23px;
    padding: 57px 61px;
  }
}
.information-highlight .information-highlight-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 50px;
  overflow: hidden;
  align-self: stretch;
}
@media (min-width: 992px) {
  .information-highlight .information-highlight-image-wrapper {
    max-width: 440px;
  }
}
.information-highlight .information-highlight-image-wrapper .information-highlight-image {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.list-of-links {
  padding-bottom: 63px;
}
@media (min-width: 992px) {
  .list-of-links {
    padding-bottom: 114px;
  }
}
.list-of-links.template-1 {
  background-color: #F4F5FF;
}
.list-of-links.template-1 .links-container .title-container {
  margin-bottom: 43px;
}
.list-of-links.template-1 .links-container .title-container .title {
  font-weight: 400;
  font-size: 40px;
  line-height: 38px;
  text-align: center;
  color: #010783;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .list-of-links.template-1 .links-container .title-container .title {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 64px;
    max-width: 791px;
  }
}
.list-of-links.template-1 .links-container .links-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 31px;
}
@media (min-width: 992px) {
  .list-of-links.template-1 .links-container .links-list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 28px;
  }
}
.list-of-links.template-1 .links-container .links-list .link-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 15px 16px 29px;
  text-decoration: none;
  width: 100%;
  transition: background-color 0.3s linear, color 0.3s linear;
  border-radius: 50px;
}
@media (min-width: 992px) {
  .list-of-links.template-1 .links-container .links-list .link-item {
    width: 100%;
    font-size: 32px;
    padding: 20px 23px 19px 61px;
  }
}
@media (min-width: 992px) {
  .list-of-links.template-1 .links-container .links-list .link-item:hover {
    background-color: #010783;
    color: #fff;
    transform: none;
    box-shadow: none;
  }
  .list-of-links.template-1 .links-container .links-list .link-item:hover .item-label {
    color: #fff;
  }
  .list-of-links.template-1 .links-container .links-list .link-item:hover .item-icon-circle.btn-round {
    background-color: #fff;
  }
  .list-of-links.template-1 .links-container .links-list .link-item:hover .item-icon-circle.btn-round .arrow-sm-white {
    display: inline-block;
    width: 23px;
    max-width: 23px;
    min-width: 23px;
    height: 16px;
    -webkit-mask-image: url("/dist/images/common/arrow-sm-blue.svg");
    mask-image: url("/dist/images/common/arrow-sm-blue.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    transition: background-color 0.3s ease-in-out;
    background-color: #010783;
  }
}
.list-of-links.template-1 .links-container .links-list .link-item .item-label {
  text-transform: initial;
  font-weight: 400;
  font-size: 23px;
  line-height: 23px;
  color: #010783;
  margin-right: 10px;
  transition: color 0.3s linear;
}
.list-of-links.template-1 .links-container .links-list .link-item .item-icon-circle {
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .list-of-links.template-1 .links-container .links-list .link-item .item-icon-circle {
    width: 60px;
    height: 60px;
  }
}
.list-of-links.template-2 .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 63px;
  color: #010783;
}
@media (min-width: 992px) {
  .list-of-links.template-2 .content-wrapper {
    gap: 58px;
  }
}
.list-of-links.template-2 .content-wrapper .row-header {
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding: 0 28px;
}
@media (min-width: 992px) {
  .list-of-links.template-2 .content-wrapper .row-header {
    padding: 0;
  }
}
.list-of-links.template-2 .content-wrapper .row-header .title {
  font-weight: 400;
  font-size: 40px;
  line-height: 38px;
  margin-bottom: 31px;
}
@media (min-width: 992px) {
  .list-of-links.template-2 .content-wrapper .row-header .title {
    font-size: 60px;
    line-height: 60px;
    max-width: 447px;
    margin: 0 auto 24px auto;
  }
}
.list-of-links.template-2 .content-wrapper .row-header .description {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .list-of-links.template-2 .content-wrapper .row-header .description {
    font-size: 16px;
    line-height: 23px;
    max-width: 675px;
    margin: 0 auto;
  }
}
.list-of-links.template-2 .content-wrapper .row-content {
  width: 100%;
  background-color: #F4F5FF;
  padding: 47px 0 63px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .list-of-links.template-2 .content-wrapper .row-content {
    padding: 50px 0 90px 0;
  }
}
.list-of-links.template-2 .content-wrapper .row-content .content-title {
  font-weight: 400;
  font-size: 23px;
  line-height: 26px;
  padding: 0 38px;
  margin-bottom: 31px;
}
@media (min-width: 992px) {
  .list-of-links.template-2 .content-wrapper .row-content .content-title {
    font-size: 32px;
    line-height: 35px;
    padding: 0;
    max-width: 676px;
    margin: 0 auto 39px auto;
  }
}
.list-of-links.template-2 .content-wrapper .row-content .lists-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 63px;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .list-of-links.template-2 .content-wrapper .row-content .lists-container {
    gap: 60px;
  }
}
.list-of-links.template-2 .content-wrapper .row-content .lists-container .list-block {
  width: 100%;
}
.list-of-links.template-2 .content-wrapper .row-content .lists-container .list-block .list-title {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 31px;
}
@media (min-width: 992px) {
  .list-of-links.template-2 .content-wrapper .row-content .lists-container .list-block .list-title {
    font-size: 16px;
    line-height: 23px;
  }
}
.list-of-links.template-2 .content-wrapper .row-content .lists-container .list-block .list-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 31px;
}
@media (min-width: 992px) {
  .list-of-links.template-2 .content-wrapper .row-content .lists-container .list-block .list-items {
    flex-direction: row;
    gap: 98px;
  }
}
.list-of-links.template-2 .content-wrapper .row-content .lists-container .list-block .list-items .list-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 31px;
}
@media (min-width: 992px) {
  .list-of-links.template-2 .content-wrapper .row-content .lists-container .list-block .list-items .list-column {
    gap: 20px;
    max-width: 50%;
  }
}
.list-of-links.template-2 .content-wrapper .row-content .lists-container .list-block .list-items .list-column .list-item {
  gap: 11px;
  min-height: 71px;
  padding: 14px 25px 14px 29px;
}
@media (min-width: 992px) {
  .list-of-links.template-2 .content-wrapper .row-content .lists-container .list-block .list-items .list-column .list-item {
    width: fit-content;
    min-height: 59px;
    gap: 25px;
    padding: 9px 10px 9px 25px;
    transition: background-color 0.3s linear, color 0.3s linear;
  }
  .list-of-links.template-2 .content-wrapper .row-content .lists-container .list-block .list-items .list-column .list-item:hover {
    background-color: #010783;
    color: #fff;
  }
  .list-of-links.template-2 .content-wrapper .row-content .lists-container .list-block .list-items .list-column .list-item:hover .item-icon-circle.btn-round {
    background-color: #fff;
  }
  .list-of-links.template-2 .content-wrapper .row-content .lists-container .list-block .list-items .list-column .list-item:hover .item-icon-circle.btn-round .arrow-sm-white {
    display: inline-block;
    width: 23px;
    max-width: 23px;
    min-width: 23px;
    height: 16px;
    -webkit-mask-image: url("/dist/images/common/arrow-sm-blue.svg");
    mask-image: url("/dist/images/common/arrow-sm-blue.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    transition: background-color 0.3s ease-in-out;
    background-color: #010783;
  }
}
.list-of-links.template-2 .content-wrapper .row-content .lists-container .list-block .list-items .list-column .list-item .item-label {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-transform: initial;
}
@media (min-width: 992px) {
  .list-of-links.template-2 .content-wrapper .row-content .lists-container .list-block .list-items .list-column .list-item .item-label {
    font-size: 16px;
    line-height: 23px;
  }
}
.list-of-links.template-2 .content-wrapper .row-content .lists-container .list-block .list-items .list-column .list-item .item-icon-circle {
  width: 43px;
  height: 43px;
}
@media (min-width: 992px) {
  .list-of-links.template-2 .content-wrapper .row-content .lists-container .list-block .list-items .list-column .list-item .item-icon-circle {
    width: 41px;
    height: 41px;
  }
}
.list-of-links.remove-margin-bottom {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .list-of-links.remove-margin-bottom {
    padding-bottom: 0;
  }
}

.loading-area {
  padding: 40px 0 65px;
}
.loading-area .loading {
  margin: 0 auto;
  border: 2px solid #fff;
  border-top: 2px solid #010783;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: rotate 2s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.news-archive {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-bottom: 63px;
}
@media (min-width: 992px) {
  .news-archive {
    padding-bottom: 114px;
  }
}
.news-archive .news-archive-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 31px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .news-archive .news-archive-content {
    gap: 36px;
  }
}
.news-archive .news-archive-content-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 31px;
  width: 100%;
}
@media (min-width: 992px) {
  .news-archive .news-archive-content-list {
    gap: 36px;
  }
}
.news-archive .btn-load-more-events {
  cursor: pointer;
}
@media (min-width: 992px) {
  .news-archive .btn-load-more-events {
    width: fit-content;
  }
  .news-archive .btn-load-more-events:hover {
    background-color: #010783;
  }
  .news-archive .btn-load-more-events:hover .btn-icon-plus {
    background-color: #fff;
  }
}
.news-archive .btn-load-more-events .btn-icon-plus {
  display: inline-block;
  width: 21px;
  max-width: 21px;
  min-width: 21px;
  height: 21px;
  -webkit-mask-image: url("/dist/images/common/icon-plus.svg");
  mask-image: url("/dist/images/common/icon-plus.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: background-color 0.3s ease-in-out;
  background-color: #010783;
}
.news-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 31.5px;
}
@media (min-width: 992px) {
  .news-card {
    flex-direction: row;
    gap: 29px;
  }
}
.news-card .news-info-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16.5px;
  text-align: left;
  width: 100%;
  max-width: 100%;
  padding: 27px 30px;
  position: relative;
  align-self: stretch;
}
@media (min-width: 992px) {
  .news-card .news-info-container {
    gap: 14px;
    padding: 35px 24px 26px 52px;
  }
}
.news-card .news-info-container .news-datetime-container {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.news-card .news-info-container .news-datetime-container .news-datetime {
  width: fit-content;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  padding: 0;
}
@media (min-width: 992px) {
  .news-card .news-info-container .news-datetime-container .news-datetime {
    font-size: 16px;
  }
}
.news-card .news-info-container .news-datetime-container .news-datetime.news-date {
  padding: 0;
}
.news-card .news-info-container .news-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 992px) {
  .news-card .news-info-container .news-info {
    flex-direction: row;
    width: calc(100% - 108px);
  }
}
.news-card .news-info-container .news-info .news-title {
  font-size: 23px;
  line-height: 26px;
  text-align: left;
  width: 100%;
}
@media (min-width: 992px) {
  .news-card .news-info-container .news-info .news-title {
    font-size: 32px;
    line-height: 35px;
    max-width: 671px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.news-card .news-image-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  max-height: unset;
}
@media (min-width: 992px) {
  .news-card .news-image-container {
    max-width: 344px;
    height: 176px;
    max-height: 176px;
  }
}
.news-card .news-image-container .news-image {
  display: flex;
  align-self: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-card .btn-news {
  margin: 18px 0 0 auto;
}
@media (min-width: 992px) {
  .news-card .btn-news {
    width: fit-content;
    align-self: flex-end;
    position: absolute;
    bottom: 26px;
    right: 24px;
    margin: 0;
  }
}

.news-card-highlighted {
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
  max-width: 100%;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 63px;
}
@media (min-width: 992px) {
  .news-card-highlighted {
    border-radius: 50px;
    margin-bottom: 91px;
  }
}
.news-card-highlighted .news-info-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  padding: 30px 28px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .news-card-highlighted .news-info-container {
    padding: 52px 59px;
  }
}
.news-card-highlighted .news-info-container .news-datetime-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .news-card-highlighted .news-info-container .news-datetime-container {
    margin-bottom: 26px;
    margin-left: 2px;
  }
}
.news-card-highlighted .news-info-container .news-datetime-container .news-datetime {
  width: fit-content;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  padding: 14px 15px;
  min-height: 42px;
}
.news-card-highlighted .news-info-container .news-datetime-container .news-datetime.news-date {
  padding-left: 20px;
  padding-right: 20px;
}
.news-card-highlighted .news-info-container .news-info {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  gap: 31px;
  width: 100%;
}
@media (min-width: 992px) {
  .news-card-highlighted .news-info-container .news-info {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.news-card-highlighted .news-info-container .news-info .news-title {
  font-size: 35px;
  line-height: 1;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .news-card-highlighted .news-info-container .news-info .news-title {
    font-size: 60px;
    max-width: 563px;
  }
}
.news-card-highlighted .news-info-container .news-info .news-description {
  font-weight: 400;
  text-align: justify;
  font-size: 15px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .news-card-highlighted .news-info-container .news-info .news-description {
    font-size: 16px;
    line-height: 23px;
  }
}
.news-card-highlighted .news-info-container .news-info .news-description p {
  padding-bottom: 22px;
}
.news-card-highlighted .news-info-container .news-info .news-description a {
  text-decoration: underline;
  font-weight: 700;
  color: #010783;
}
.news-card-highlighted .news-image-container {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .news-card-highlighted .news-image-container {
    border-radius: 50px;
    height: auto;
    max-height: 48.2638888889vw;
  }
}
@media (min-width: 1440px) {
  .news-card-highlighted .news-image-container {
    height: 695px;
    max-height: 695px;
  }
}
.news-card-highlighted .news-image-container picture {
  width: 100%;
  height: 100%;
}
.news-card-highlighted .news-image-container img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  object-fit: cover;
  object-position: center;
}
.news-card-highlighted .btn-news {
  z-index: 3;
}
@media (min-width: 992px) {
  .news-card-highlighted .btn-news {
    width: fit-content;
    min-width: 282px;
  }
}
@media (max-width: 991px) {
  .news-card-highlighted.outline-white-bg {
    border: none;
    background-color: transparent;
    border-radius: unset;
  }
}
@media (max-width: 991px) {
  .news-card-highlighted.outline-white-bg .news-info-container {
    margin-bottom: 32px;
    padding: 34px 29px 26px 29px;
    background-color: #fff;
    border: 1px solid #010783;
    border-radius: 50px;
  }
}
@media (max-width: 991px) {
  .news-card-highlighted.outline-white-bg .news-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 92px);
    max-height: calc(100% - 92px);
    margin-bottom: 0;
    border-radius: 50px;
  }
}
.news-card-highlighted.outline-white-bg.with-image {
  border: none;
}
@media (max-width: 991px) {
  .news-card-highlighted.outline-white-bg.with-image .news-info-container {
    border: none;
    background-color: transparent;
  }
}
.news-card-highlighted.with-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-blend-mode: multiply;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) -4.81%, rgba(192, 220, 233, 0) 100%);
}
.news-card-highlighted.with-image .news-info-container .news-info .news-title {
  color: #fff;
}
.news-card-highlighted.with-image .news-info-container .news-info .news-title * {
  color: #fff;
}

.news-detail {
  margin-bottom: 63px;
}
@media (min-width: 992px) {
  .news-detail {
    margin-bottom: 117px;
  }
}
@media (min-width: 992px) {
  .news-detail .news-detail-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 91px;
  }
}
.news-detail .news-detail-container .news-image-container {
  display: flex;
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  min-height: 182px;
  max-height: 182px;
  margin-bottom: 11px;
}
@media (min-width: 992px) {
  .news-detail .news-detail-container .news-image-container {
    border-radius: 50px;
    max-width: 628px;
    min-height: 321px;
    margin-bottom: 0;
  }
}
.news-detail .news-detail-container .news-image-container .news-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.news-detail .news-detail-container .news-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 33px;
  font-weight: 400;
  text-align: left;
  color: #010783;
  width: 100%;
}
@media (min-width: 992px) {
  .news-detail .news-detail-container .news-content {
    gap: 42px;
    max-width: 599px;
  }
}
.news-detail .news-detail-container .news-content .news-header {
  width: 100%;
  padding: 0 27px;
}
@media (min-width: 992px) {
  .news-detail .news-detail-container .news-content .news-header {
    padding: 0;
  }
}
.news-detail .news-detail-container .news-content .news-header .news-datetime {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 23px;
}
@media (min-width: 992px) {
  .news-detail .news-detail-container .news-content .news-header .news-datetime {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.news-detail .news-detail-container .news-content .news-header .news-title {
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 992px) {
  .news-detail .news-detail-container .news-content .news-header .news-title {
    font-size: 60px;
  }
}
.news-detail .news-detail-container .news-content .news-description {
  font-size: 15px;
  line-height: 22px;
  padding: 0 27px;
  text-align: justify;
}
@media (min-width: 992px) {
  .news-detail .news-detail-container .news-content .news-description {
    font-size: 16px;
    line-height: 23px;
    padding: 0;
  }
}
.news-detail .news-detail-container .news-content .news-description a {
  text-decoration: underline;
  color: #010783;
  font-weight: 700;
}
.news-detail .news-detail-container .news-content .news-description p {
  margin-bottom: 22px;
}

.news-highlights {
  margin-bottom: 63px;
}
@media (min-width: 992px) {
  .news-highlights {
    margin-bottom: 114px;
  }
}
.news-highlights .news-list-container {
  width: 100%;
}
.news-highlights .news-list-container .news-header .news-title {
  color: #010783;
  text-align: left;
  margin: 0 0 30px 30px;
  font-weight: 400;
  font-size: 40px;
  line-height: 38px;
}
@media (min-width: 992px) {
  .news-highlights .news-list-container .news-header .news-title {
    margin: 0 0 41px 58px;
    font-size: 60px;
    line-height: 60px;
  }
}
.news-highlights .news-list-container .news-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 31px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .news-highlights .news-list-container .news-row {
    gap: 29px;
  }
}
.news-highlights .news-list-container .news-action-container {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .news-highlights .news-list-container .news-action-container {
    display: flex;
    justify-content: space-between;
    gap: 29px;
  }
}
.news-highlights .news-list-container .news-action-container .empty-space {
  background-color: transparent;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .news-highlights .news-list-container .news-action-container .empty-space {
    max-width: 338px;
  }
}
.news-highlights .news-list-container .news-action-container .news-action-pill {
  padding-left: 30px;
}
@media (min-width: 992px) {
  .news-highlights .news-list-container .news-action-container .news-action-pill {
    max-width: 951px;
  }
}

.numbered-list-of-information {
  max-width: 100%;
  width: 100%;
  padding-bottom: 63px;
}
@media (min-width: 992px) {
  .numbered-list-of-information {
    padding-bottom: 114px;
  }
}
.numbered-list-of-information.template-2 .numbered-list-of-information-title {
  width: 100%;
  font-size: 23px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .numbered-list-of-information.template-2 .numbered-list-of-information-title {
    font-size: 32px;
    line-height: 35px;
  }
}
.numbered-list-of-information.template-2 .numbered-list-of-information-item {
  padding: 20px 32px 20px 20px;
}
@media (min-width: 992px) {
  .numbered-list-of-information.template-2 .numbered-list-of-information-item {
    padding: 36px 60px;
    min-height: unset;
  }
}
.numbered-list-of-information .numbered-list-of-information-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 31px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .numbered-list-of-information .numbered-list-of-information-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.numbered-list-of-information .numbered-list-of-information-title {
  width: 100%;
  text-align: left;
  color: #010783;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  padding: 0 29px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .numbered-list-of-information .numbered-list-of-information-title {
    font-size: 60px;
    padding: 0 0 0 60px;
    max-width: calc(100% - 879px - 60px);
    min-width: 380px;
  }
}
.numbered-list-of-information .numbered-list-of-information-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 31px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .numbered-list-of-information .numbered-list-of-information-wrapper {
    max-width: 879px;
    gap: 27px;
  }
}
.numbered-list-of-information .numbered-list-of-information-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 23px;
  padding: 41px 27px 41px 20px;
  min-height: 191px;
}
@media (min-width: 992px) {
  .numbered-list-of-information .numbered-list-of-information-item {
    min-height: 179px;
    gap: 60px;
    padding: 60px;
  }
}
.numbered-list-of-information .numbered-list-of-information-item-index {
  aspect-ratio: 1/1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  line-height: 1;
  padding-top: 3px;
}
@media (min-width: 992px) {
  .numbered-list-of-information .numbered-list-of-information-item-index {
    width: 60px;
    height: 60px;
    font-size: 36px;
    line-height: 37px;
    padding-top: 5px;
  }
}
.numbered-list-of-information .numbered-list-of-information-item-box-content {
  width: 100%;
}
.numbered-list-of-information .numbered-list-of-information-item-box-content .numbered-list-of-information-item-text {
  width: 100%;
  max-width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
}
@media (min-width: 992px) {
  .numbered-list-of-information .numbered-list-of-information-item-box-content .numbered-list-of-information-item-text {
    font-size: 16px;
    line-height: 23px;
  }
}

.scattered-information {
  padding-bottom: 31px;
}
@media (min-width: 992px) {
  .scattered-information {
    padding-bottom: 43px;
  }
}
.scattered-information .title-container {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 0 28px;
  margin-bottom: 43px;
}
@media (min-width: 992px) {
  .scattered-information .title-container {
    padding: 0;
    margin-bottom: 53px;
  }
}
.scattered-information .title-container .title {
  width: 100%;
  font-weight: 400;
  font-size: 40px;
  line-height: 38px;
  color: #010783;
}
@media (min-width: 992px) {
  .scattered-information .title-container .title {
    font-size: 60px;
    line-height: 1;
    margin: 0 auto;
    max-width: 739px;
  }
}
.scattered-information .pills-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 31px;
}
@media (min-width: 992px) {
  .scattered-information .pills-container {
    gap: 43px;
  }
}
.scattered-information .pills-container .pill-btn-action {
  gap: 30px;
}
@media (min-width: 992px) {
  .scattered-information .pills-container .pill-btn-action {
    width: fit-content;
  }
}
.scattered-information .pills-container .pill-btn-action .btn-icon {
  aspect-ratio: 1/1;
}
.scattered-information .pills-container .row-pills {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 31px;
}
@media (min-width: 992px) {
  .scattered-information .pills-container .row-pills {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 43px;
    min-height: 102px;
  }
  .scattered-information .pills-container .row-pills:has(.pill-image-container) {
    gap: 30px;
  }
}
.scattered-information .pills-container .row-pills .pill-text a {
  color: #010783;
  text-decoration: underline;
}
.scattered-information .pills-container .row-pills.row-invert {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .scattered-information .pills-container .row-pills.row-invert {
    flex-direction: row-reverse;
  }
}
.scattered-information .pills-container .row-pills.row-action-button {
  height: auto;
}
@media (min-width: 992px) {
  .scattered-information .pills-container .row-pills.row-action-button {
    min-height: unset;
  }
}
.scattered-information .pills-container .row-pills .pill {
  width: 100%;
  max-width: 100%;
  text-align: justify;
}
.scattered-information .pills-container .row-pills .pill-image-container,
.scattered-information .pills-container .row-pills .pill-text-img {
  border-radius: 50px;
  overflow: hidden;
}
.scattered-information .pills-container .row-pills .pill-image-container {
  width: 100%;
  min-height: 78px;
  max-height: 78px;
}
@media (min-width: 992px) {
  .scattered-information .pills-container .row-pills .pill-image-container {
    flex: 0 0 auto;
    max-width: 470px;
    min-height: 102px;
    max-height: unset;
  }
}
.scattered-information .pills-container .row-pills .pill-image-container .pill-image {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .scattered-information .pills-container .row-pills .pill-image-container .pill-image {
    height: 100%;
  }
}
.scattered-information .pills-container .row-pills:not(.pill-actions-container) .pill-text {
  padding: 38px 31px;
}
@media (min-width: 992px) {
  .scattered-information .pills-container .row-pills:not(.pill-actions-container) .pill-text {
    padding: 28px 74px 28px 69px;
  }
}
@media (min-width: 992px) {
  .scattered-information .pills-container .row-pills:not(.pill-actions-container) .pill-text.pill-text-img {
    flex: 1;
    max-width: 820px;
  }
}
.scattered-information .pills-container .row-pills:not(.pill-actions-container) .pill-text.pill-btn-arrow {
  gap: 13px;
  padding: 37px 26px 26px 30px;
}
@media (max-width: 991px) {
  .scattered-information .pills-container .row-pills:not(.pill-actions-container) .pill-text.pill-btn-arrow {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .scattered-information .pills-container .row-pills:not(.pill-actions-container) .pill-text.pill-btn-arrow {
    gap: 30px;
    padding: 37px 26px 26px 30px;
  }
}
@media (min-width: 1090px) {
  .scattered-information .pills-container .row-pills:not(.pill-actions-container) .pill-text.pill-btn-arrow {
    gap: 90px;
    padding: 28px 19px 28px 69px;
    transition: background-color 0.3s linear, color 0.3s linear;
  }
  .scattered-information .pills-container .row-pills:not(.pill-actions-container) .pill-text.pill-btn-arrow:hover {
    background-color: #010783;
    color: #fff;
  }
  .scattered-information .pills-container .row-pills:not(.pill-actions-container) .pill-text.pill-btn-arrow:hover .pill-icon-circle {
    background-color: #fff;
  }
  .scattered-information .pills-container .row-pills:not(.pill-actions-container) .pill-text.pill-btn-arrow:hover .pill-icon-circle .arrow-sm-white {
    display: inline-block;
    width: 23px;
    max-width: 23px;
    min-width: 23px;
    height: 16px;
    -webkit-mask-image: url("/dist/images/common/arrow-sm-blue.svg");
    mask-image: url("/dist/images/common/arrow-sm-blue.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    transition: background-color 0.3s ease-in-out;
    background-color: #010783;
  }
}
.scattered-information .pills-container .row-pills:not(.pill-actions-container) .pill-text.pill-btn-arrow .btn-label {
  font-weight: 400;
  line-height: 22px;
  text-align: justify;
  text-transform: initial;
}
@media (min-width: 992px) {
  .scattered-information .pills-container .row-pills:not(.pill-actions-container) .pill-text.pill-btn-arrow .btn-label {
    font-size: 16px;
    line-height: 23px;
  }
}
.scattered-information .pills-container .row-pills:not(.pill-actions-container) .pill-text.pill-btn-arrow .pill-icon-circle {
  align-self: flex-end;
}
.scattered-information .pills-container .row-pills.pill-actions-container {
  padding: 43px 28px 32px 29px;
  align-items: center;
  gap: 22px;
}
@media (min-width: 992px) {
  .scattered-information .pills-container .row-pills.pill-actions-container {
    padding: 21px 24px 21px 69px;
  }
}
@media (min-width: 992px) {
  .scattered-information .pills-container .row-pills.pill-actions-container .pill-text {
    max-width: 751px;
  }
}
.scattered-information .pills-container .row-pills.pill-actions-container .pill-actions {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
@media (min-width: 992px) {
  .scattered-information .pills-container .row-pills.pill-actions-container .pill-actions {
    flex: 1;
    justify-content: flex-end;
  }
}
.scattered-information .pills-container .row-pills.pill-actions-container .pill-actions .pill-action {
  padding: 22px 22px;
  width: 100%;
  max-width: 50%;
  min-height: 60px;
  border: 1px solid transparent;
  transition: background-color 0.3s linear, color 0.3s linear, border-color 0.3s linear;
}
@media (min-width: 992px) {
  .scattered-information .pills-container .row-pills.pill-actions-container .pill-actions .pill-action {
    width: fit-content;
    max-width: 150px;
  }
  .scattered-information .pills-container .row-pills.pill-actions-container .pill-actions .pill-action:first-of-type {
    padding-left: 48px;
    padding-right: 48px;
  }
  .scattered-information .pills-container .row-pills.pill-actions-container .pill-actions .pill-action:last-of-type {
    padding-left: 27px;
    padding-right: 27px;
  }
  .scattered-information .pills-container .row-pills.pill-actions-container .pill-actions .pill-action:hover {
    border: 1px solid #fff;
    background-color: #010783;
    color: #fff;
  }
}
.scattered-information .template-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 31px;
}
@media (min-width: 992px) {
  .scattered-information .template-section {
    gap: 43px;
  }
}
.scattered-information .template-section .section-title {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .scattered-information .template-section .section-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.scattered-information.no-margin-bottom {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .scattered-information.no-margin-bottom {
    padding-bottom: 0;
  }
}

.single-video {
  margin-bottom: 63px;
}
@media (min-width: 992px) {
  .single-video {
    margin-bottom: 90px;
  }
}
.single-video .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 50px;
}
.single-video .video-container .video-iframe,
.single-video .video-container .video-player {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.social-link {
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: auto;
}
.social-link svg {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
  width: auto;
}
/*# sourceMappingURL=sourcemaps/app-10999e2296.css.map */
