/*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)) {*/
/*  all: unset;*/
/*  display: revert*/
/*}*/

/*html {*/
/*  -moz-text-size-adjust: none;*/
/*  -webkit-text-size-adjust: none;*/
/*  text-size-adjust: none*/
/*}*/

/*a, button {*/
/*  cursor: revert*/
/*}*/

/*menu, ol, summary, ul {*/
/*  list-style: none*/
/*}*/

/*ol {*/
/*  counter-reset: revert*/
/*}*/

/*img {*/
/*  max-block-size: 100%;*/
/*  max-inline-size: 100%*/
/*}*/

/*table {*/
/*  border-collapse: collapse*/
/*}*/

/*input, textarea {*/
/*  -webkit-user-select: auto*/
/*}*/

/*textarea {*/
/*  white-space: revert*/
/*}*/

/*meter {*/
/*  -webkit-appearance: revert;*/
/*  -moz-appearance: revert;*/
/*  appearance: revert*/
/*}*/

/*:where(pre) {*/
/*  all: revert;*/
/*  box-sizing: border-box*/
/*}*/

/*::-moz-placeholder {*/
/*  color: unset*/
/*}*/

/*::placeholder {*/
/*  color: unset*/
/*}*/

/*:where([hidden]) {*/
/*  display: none*/
/*}*/

/*:where([contenteditable]:not([contenteditable=false])) {*/
/*  -moz-user-modify: read-write;*/
/*  -webkit-user-modify: read-write;*/
/*  -webkit-line-break: after-white-space;*/
/*  overflow-wrap: break-word;*/
/*  -webkit-user-select: auto*/
/*}*/

/*:where([draggable=true]) {*/
/*  -webkit-user-drag: element*/
/*}*/

/*:where(dialog:modal) {*/
/*  all: revert;*/
/*  box-sizing: border-box*/
/*}*/

/*::-webkit-details-marker {*/
/*  display: none*/
/*}*/

/*:root {*/
/*  font-size: 2.3364485981vw*/
/*}*/

/*@media (min-width: 768px) {*/
/*  :root {*/
/*    font-size: .6944444444vw*/
/*  }*/
/*}*/

/*@media (min-width: 1600px) {*/
/*  :root {*/
/*    font-size: .5208333333vw*/
/*  }*/
/*}*/

/*.h1 {*/
/*  font-size: 4.4rem;*/
/*  font-style: normal;*/
/*  font-weight: 700;*/
/*  letter-spacing: -.1rem;*/
/*  line-height: 5.06rem*/
/*}*/

/*.h2, .h2-big {*/
/*  font-size: 3rem;*/
/*  font-weight: 700;*/
/*  line-height: 4rem*/
/*}*/

/*.h2, .h2-big, .h3 {*/
/*  font-style: normal*/
/*}*/

/*.h3 {*/
/*  font-size: 2.6rem;*/
/*  font-weight: 600;*/
/*  line-height: 133%*/
/*}*/

/*.h4 {*/
/*  font-size: 2.2rem;*/
/*  font-weight: 700;*/
/*  line-height: 145%*/
/*}*/

/*.h4, p {*/
/*  font-style: normal*/
/*}*/

/*p {*/
/*  color: #081d56b3;*/
/*  font-size: 1.6rem;*/
/*  font-weight: 400;*/
/*  line-height: 2.6rem*/
/*}*/

/*@media (min-width: 768px) {*/
/*  .h1 {*/
/*    font-size: 8rem;*/
/*    letter-spacing: -.2rem;*/
/*    line-height: 9.2rem*/
/*  }*/

/*  .h2-big {*/
/*    font-size: 5.4rem;*/
/*    line-height: 6.4rem*/
/*  }*/

/*  .h2 {*/
/*    font-size: 4.8rem;*/
/*    line-height: 5.8rem*/
/*  }*/

/*  .h3 {*/
/*    font-size: 3rem*/
/*  }*/

/*  .h4 {*/
/*    font-size: 2.4rem;*/
/*    line-height: 140%*/
/*  }*/

/*  p {*/
/*    font-size: 1.8rem;*/
/*    line-height: 2.8rem*/
/*  }*/
/*}*/

/*.button {*/
/*  align-items: center;*/
/*  border: 1px solid transparent;*/
/*  display: flex;*/
/*  font-size: 1.6rem;*/
/*  font-style: normal;*/
/*  font-weight: 600;*/
/*  justify-content: center;*/
/*  line-height: 2.6rem;*/
/*  padding: 1.1rem 2.6rem;*/
/*  transition: background-color .5s ease, color .5s ease, border .5s ease;*/
/*  width: -moz-max-content;*/
/*  width: max-content*/
/*}*/

/*.button--pink {*/
/*  background: #d6b5ed;*/
/*  border: 1px solid #d6b5ed;*/
/*  color: #081d56*/
/*}*/

/*@media (hover: hover) {*/
/*  .button--pink:hover {*/
/*    background: #081d56;*/
/*    color: #fff*/
/*  }*/
/*}*/

/*.button--pink.disable {*/
/*  opacity: .5;*/
/*  pointer-events: none*/
/*}*/

/*.button--black {*/
/*  background: #000;*/
/*  color: #fff*/
/*}*/

/*@media (hover: hover) {*/
/*  .button--black:hover {*/
/*    background: transparent;*/
/*    border: 1px solid rgba(8, 29, 86, .2);*/
/*    color: #081d56*/
/*  }*/
/*}*/

/*.button--outline {*/
/*  border: 1px solid rgba(8, 29, 86, .2)*/
/*}*/

/*@media (hover: hover) {*/
/*  .button--outline:hover {*/
/*    background: #081d56;*/
/*    color: #fff*/
/*  }*/
/*}*/

/*.button--white {*/
/*  background: #fff;*/
/*  color: #040404*/
/*}*/

/*@media (hover: hover) {*/
/*  .button--white:hover {*/
/*    background: #081d56;*/
/*    border: 1px solid #d6b5ed;*/
/*    color: #fff*/
/*  }*/
/*}*/

/*.button--green {*/
/*  background: #bdd3c7;*/
/*  color: #081d56*/
/*}*/

/*@media (hover: hover) {*/
/*  .button--green:hover {*/
/*    background: #d6b5ed*/
/*  }*/
/*}*/

/*.button-circle {*/
/*  align-items: center;*/
/*  border-radius: 50%;*/
/*  display: flex;*/
/*  height: 6rem;*/
/*  justify-content: center;*/
/*  transition: background-color .5s ease;*/
/*  width: 6rem*/
/*}*/

/*.button-circle img, .button-circle svg {*/
/*  height: 2.8rem;*/
/*  width: 2.8rem*/
/*}*/

/*.button-circle--green {*/
/*  background: #8ba390;*/
/*  box-shadow: 0 4px 40.4px #0000001a;*/
/*  color: #fff*/
/*}*/

/*@media (hover: hover) {*/
/*  .button-circle--green:hover {*/
/*    background: #d6b5ed*/
/*  }*/
/*}*/

/*@media (min-width: 768px) {*/
/*  .button {*/
/*    font-size: 1.8rem;*/
/*    font-style: normal;*/
/*    line-height: 2.8rem;*/
/*    padding: 1.5rem 3.1rem*/
/*  }*/
/*}*/

/*.header {*/
/*  align-items: center;*/
/*  background: #fff;*/
/*  box-shadow: 4px 4px 65px #00000014;*/
/*  display: flex;*/
/*  left: 1rem;*/
/*  padding: 2rem 1rem 2rem 2rem;*/
/*  position: fixed;*/
/*  right: 1rem;*/
/*  top: 1rem;*/
/*  transition: inset .3s;*/
/*  z-index: 999*/
/*}*/

/*.header.full {*/
/*  left: 0;*/
/*  right: 0;*/
/*  top: 0*/
/*}*/

/*.header__logo {*/
/*  display: block;*/
/*  flex-shrink: 0;*/
/*  height: 4.2859rem;*/
/*  width: 4.5891rem*/
/*}*/

/*.header__logo img {*/
/*  height: 100%;*/
/*  width: 100%*/
/*}*/

/*.header__lang {*/
/*  cursor: pointer;*/
/*  flex-shrink: 0;*/
/*  font-size: 1.6rem;*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  letter-spacing: .128rem;*/
/*  line-height: 2.6rem;*/
/*  position: relative;*/
/*  text-transform: uppercase*/
/*}*/

/*@media (hover: hover) {*/
/*  .header__lang:hover > li:first-of-type img:last-of-type {*/
/*    transform: rotate(180deg)*/
/*  }*/

/*  .header__lang:hover > li:last-child {*/
/*    opacity: 1;*/
/*    pointer-events: auto*/
/*  }*/
/*}*/

/*.header__lang.visible > li:first-of-type img:last-of-type {*/
/*  transform: rotate(180deg)*/
/*}*/

/*.header__lang.visible > li:last-child {*/
/*  opacity: 1;*/
/*  pointer-events: auto*/
/*}*/

/*.header__lang > li:first-child {*/
/*  align-items: center;*/
/*  display: flex;*/
/*  gap: 1rem*/
/*}*/

/*.header__lang > li:first-child img:first-of-type {*/
/*  height: 1.5rem;*/
/*  width: 2.2rem*/
/*}*/

/*.header__lang > li:first-child img:last-of-type {*/
/*  flex-shrink: 0;*/
/*  transition: transform .5s;*/
/*  width: 1rem*/
/*}*/

/*.header__lang > li:last-child {*/
/*  opacity: 0;*/
/*  pointer-events: none;*/
/*  transition: opacity .5s*/
/*}*/

/*.header__lang > li:last-child ul {*/
/*  background: #fff;*/
/*  box-shadow: 0 4px 25.3px #081d561f;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 1rem;*/
/*  left: 50%;*/
/*  margin-top: 1rem;*/
/*  min-width: 10rem;*/
/*  padding: 1.6rem;*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  transform: translate(-50%)*/
/*}*/

/*.header__lang > li:last-child ul .current-menu-item {*/
/*  opacity: .5*/
/*}*/

/*.header__lang > li:last-child ul:after {*/
/*  content: "";*/
/*  height: 1.3rem;*/
/*  left: 0;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: -1.2rem*/
/*}*/

/*.header__lang > li:last-child ul a {*/
/*  align-items: center;*/
/*  display: flex;*/
/*  gap: 1rem;*/
/*  justify-content: flex-start*/
/*}*/

/*.header__lang > li:last-child ul a img {*/
/*  flex-shrink: 0;*/
/*  height: 1.7rem;*/
/*  width: 2.4rem*/
/*}*/

/*.header__menu-open {*/
/*  flex-shrink: 0;*/
/*  height: 4.2rem;*/
/*  margin-left: 1rem;*/
/*  position: relative;*/
/*  width: 4.2rem*/
/*}*/

/*.header__menu-open img, .header__menu-open svg {*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  position: absolute;*/
/*  transition: opacity .5s*/
/*}*/

/*.header__menu-open img:last-of-type, .header__menu-open svg:last-of-type, .header__menu-open.active img:first-of-type, .header__menu-open.active svg:first-of-type {*/
/*  opacity: 0*/
/*}*/

/*.header__menu-open.active img:last-of-type, .header__menu-open.active svg:last-of-type {*/
/*  opacity: 1*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .header__nav {*/
/*    display: none*/
/*  }*/

/*  .header__lang {*/
/*    margin-left: auto*/
/*  }*/
/*}*/

/*@media (min-width: 768px) {*/
/*  .header {*/
/*    justify-content: space-between;*/
/*    left: 2rem;*/
/*    padding: 2rem 6rem;*/
/*    right: 2rem;*/
/*    top: 2rem*/
/*  }*/

/*  .header__logo {*/
/*    height: 5.4271rem;*/
/*    width: 5.811rem*/
/*  }*/

/*  .header__nav ul {*/
/*    align-items: center;*/
/*    display: flex;*/
/*    font-size: 1.8rem;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    gap: 3.3rem;*/
/*    line-height: 2.8rem*/
/*  }*/

/*  .header__lang {*/
/*    flex-shrink: 0;*/
/*    position: relative*/
/*  }*/

/*  .header__lang > li:first-child {*/
/*    font-size: 1.8rem;*/
/*    gap: .4rem;*/
/*    line-height: 2.8rem*/
/*  }*/

/*  .header__lang > li:first-child img:first-of-type {*/
/*    height: 1.7rem;*/
/*    width: 2.4rem*/
/*  }*/

/*  .header__lang > li:first-child img:last-of-type {*/
/*    width: 1.2rem*/
/*  }*/

/*  .header__lang > li:last-child ul a img {*/
/*    flex-shrink: 0;*/
/*    height: 1.7rem;*/
/*    width: 2.4rem*/
/*  }*/

/*  .header__menu-open {*/
/*    display: none*/
/*  }*/
/*}*/

/*.menu {*/
/*  -webkit-backdrop-filter: blur(5.9499998093px);*/
/*  backdrop-filter: blur(5.9499998093px);*/
/*  background: #ffffff03;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  opacity: 0;*/
/*  padding-top: 8.3rem;*/
/*  pointer-events: none;*/
/*  position: fixed;*/
/*  transition: opacity .5s;*/
/*  z-index: 900*/
/*}*/

/*.menu.visible {*/
/*  opacity: 1;*/
/*  pointer-events: auto*/
/*}*/

/*.menu__list {*/
/*  align-items: flex-start;*/
/*  background: #081d56;*/
/*  color: #fff;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  font-size: 1.8rem;*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  gap: 1.5rem;*/
/*  justify-content: center;*/
/*  line-height: 2.8rem;*/
/*  margin-left: auto;*/
/*  padding: 3rem 5rem 8rem 3rem;*/
/*  width: -moz-max-content;*/
/*  width: max-content*/
/*}*/

/*.socials {*/
/*  gap: 2rem*/
/*}*/

/*.socials, .socials li > a {*/
/*  align-items: center;*/
/*  display: flex*/
/*}*/

/*.socials li > a {*/
/*  border: 1px solid hsla(0, 0%, 100%, .2);*/
/*  color: #fff;*/
/*  height: 3.5rem;*/
/*  justify-content: center;*/
/*  transition: background-color .5s ease, color .5s ease;*/
/*  width: 3.5rem*/
/*}*/

/*@media (hover: hover) {*/
/*  .socials li > a:hover {*/
/*    background: #fff;*/
/*    color: #081d56*/
/*  }*/
/*}*/

/*.socials li > a svg {*/
/*  flex-shrink: 0;*/
/*  height: 100%;*/
/*  width: 100%*/
/*}*/

/*@media (min-width: 768px) {*/
/*  .socials {*/
/*    gap: 1rem*/
/*  }*/
/*}*/

/*.footer {*/
/*  background: #081d56;*/
/*  padding-top: 6rem*/
/*}*/

/*.footer__inner {*/
/*  gap: 1.5rem;*/
/*  width: 100%*/
/*}*/

/*.footer__group, .footer__inner {*/
/*  color: #fff;*/
/*  display: flex;*/
/*  flex-direction: column*/
/*}*/

/*.footer__group {*/
/*  gap: 2rem*/
/*}*/

/*.footer__title {*/
/*  font-size: 1.8rem;*/
/*  font-style: normal;*/
/*  font-weight: 600;*/
/*  line-height: 2.8rem*/
/*}*/

/*.footer__text {*/
/*  color: #fff;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  font-size: 1.6rem;*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  line-height: 2.6rem*/
/*}*/

/*.footer__text p {*/
/*  color: #fff;*/
/*  max-width: 32rem*/
/*}*/

/*.footer__text a {*/
/*  color: #fff*/
/*}*/

/*.footer__block {*/
/*  background: #fff;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 1.5rem;*/
/*  padding: 1.5rem;*/
/*  text-align: center*/
/*}*/

/*.footer__block-title {*/
/*  color: #081d56;*/
/*  font-size: 1.8rem;*/
/*  font-style: normal;*/
/*  font-weight: 600;*/
/*  line-height: 2.8rem;*/
/*  margin: 0 auto;*/
/*  width: 26.9rem*/
/*}*/

/*.footer__block-button {*/
/*  width: 100%*/
/*}*/

/*.footer__policy {*/
/*  border-top: 1px solid hsla(0, 0%, 100%, .12);*/
/*  display: flex;*/
/*  padding: 2rem 0*/
/*}*/

/*.footer__policy a, .footer__policy p {*/
/*  color: #fff;*/
/*  font-size: 1.6rem;*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  line-height: 2.6rem;*/
/*  text-align: center*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .footer__inner {*/
/*    align-items: center*/
/*  }*/

/*  .footer__group, .footer__inner {*/
/*    margin-bottom: 4rem;*/
/*    text-align: center*/
/*  }*/

/*  .footer__nav {*/
/*    display: grid;*/
/*    font-size: 1.6rem;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    gap: 1.5rem;*/
/*    grid-template-columns:1fr 1fr;*/
/*    line-height: 2.6rem*/
/*  }*/

/*  .footer__block {*/
/*    margin-bottom: 2rem*/
/*  }*/

/*  .footer__policy {*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*    gap: .5rem*/
/*  }*/
/*}*/

/*@media (min-width: 768px) {*/
/*  .footer {*/
/*    padding-top: 10rem*/
/*  }*/

/*  .footer .container {*/
/*    display: grid;*/
/*    grid-template-columns:38rem 1fr 39rem;*/
/*    row-gap: 10rem*/
/*  }*/

/*  .footer__inner {*/
/*    gap: 2rem*/
/*  }*/

/*  .footer__group {*/
/*    gap: 3rem;*/
/*    margin: 0 auto*/
/*  }*/

/*  .footer__title {*/
/*    font-size: 2.4rem;*/
/*    line-height: 3.4rem*/
/*  }*/

/*  .footer__text p {*/
/*    max-width: unset*/
/*  }*/

/*  .footer__nav {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 1.5rem*/
/*  }*/

/*  .footer__nav a {*/
/*    font-size: 1.8rem;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 2.8rem*/
/*  }*/

/*  .footer__block {*/
/*    gap: 1.5rem;*/
/*    justify-content: space-between;*/
/*    padding: 3.5rem 6rem*/
/*  }*/

/*  .footer__block-title {*/
/*    font-size: 2.4rem;*/
/*    line-height: 3.4rem;*/
/*    width: 100%*/
/*  }*/

/*  .footer__policy {*/
/*    grid-column: 1/-1;*/
/*    justify-content: space-between*/
/*  }*/

/*  .footer__submenu {*/
/*    display: flex;*/
/*    gap: 1.5rem*/
/*  }*/

/*  .footer__submenu li:not(:last-child):after {*/
/*    color: #fff;*/
/*    content: "/";*/
/*    display: inline-block;*/
/*    font-size: 1.6rem;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 2.6rem;*/
/*    margin-left: 1.5rem;*/
/*    text-align: center*/
/*  }*/
/*}*/

/*.breadcrumbs {*/
/*  flex-wrap: wrap;*/
/*  font-size: 1.6rem;*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  justify-content: center;*/
/*  line-height: 2.6rem;*/
/*  margin: 1.6rem auto 4rem;*/
/*  text-align: center*/
/*}*/

/*.breadcrumbs, .breadcrumbs li:first-of-type a {*/
/*  align-items: center;*/
/*  display: flex;*/
/*  gap: .7rem*/
/*}*/

/*.breadcrumbs li:first-of-type a:before {*/
/*  background: url(src/assets/images/svg/house_icon.svg) no-repeat 50%/contain;*/
/*  content: "";*/
/*  display: block;*/
/*  height: 2rem;*/
/*  width: 2rem*/
/*}*/

/*.breadcrumbs li:not(:last-child) {*/
/*  align-items: center;*/
/*  display: flex;*/
/*  gap: .7rem*/
/*}*/

/*.breadcrumbs li:not(:last-child):after {*/
/*  background: url(/img/breadcrumbs_icon.svg) no-repeat 50%/contain;*/
/*  content: "";*/
/*  display: block;*/
/*  height: 1rem;*/
/*  width: 1rem*/
/*}*/

/*.breadcrumbs li:last-of-type span {*/
/*  display: block;*/
/*  max-width: 12rem;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  white-space: nowrap*/
/*}*/

/*@media (min-width: 768px) {*/
/*  .breadcrumbs {*/
/*    font-size: 1.8rem;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 2.8rem;*/
/*    margin: 1rem auto 5rem*/
/*  }*/

/*  .breadcrumbs li:last-of-type span {*/
/*    max-width: 25rem*/
/*  }*/
/*}*/

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

/*body {*/
/*  background: #fbf9ff;*/
/*  color: #081d56;*/
/*  font-family: Exo\ 2, sans-serif;*/
/*  min-height: 100vh;*/
/*  width: 100%;*/
/*  -webkit-font-smoothing: antialiased;*/
/*  -moz-osx-font-smoothing: grayscale;*/
/*  display: flex;*/
/*  flex-direction: column*/
/*}*/

/*#loader {*/
/*  background-color: #fbf9ff;*/
/*  height: 100%;*/
/*  left: 0;*/
/*  position: fixed;*/
/*  top: 0;*/
/*  transition: opacity .3s;*/
/*  width: 100%;*/
/*  z-index: 100*/
/*}*/

/*#loader.loading-ended {*/
/*  opacity: 0;*/
/*  pointer-events: none*/
/*}*/

/*a {*/
/*  text-decoration: none*/
/*}*/

/*a, button {*/
/*  outline: none;*/
/*  -webkit-tap-highlight-color: transparent;*/
/*  cursor: pointer*/
/*}*/

/*button {*/
/*  -webkit-appearance: none;*/
/*  -moz-appearance: none;*/
/*  appearance: none;*/
/*  border: none;*/
/*  -webkit-user-select: none;*/
/*  -moz-user-select: none;*/
/*  user-select: none*/
/*}*/

/*.line {*/
/*  overflow: hidden*/
/*}*/

/*html.lenis, html.lenis body {*/
/*  height: auto*/
/*}*/

/*.lenis.lenis-smooth {*/
/*  scroll-behavior: auto !important*/
/*}*/

/*.lenis.lenis-smooth [data-lenis-prevent] {*/
/*  overscroll-behavior: contain*/
/*}*/

/*.lenis.lenis-stopped {*/
/*  overflow: hidden*/
/*}*/

/*.lenis.lenis-smooth iframe {*/
/*  pointer-events: none*/
/*}*/

/*.container {*/
/*  padding: 0 1rem;*/
/*  width: 100%*/
/*}*/

/*@media (min-width: 768px) {*/
/*  .container {*/
/*    padding: 0 6rem*/
/*  }*/
/*}*/

/*@media (min-width: 1600px) {*/
/*  .container {*/
/*    margin: 0 auto;*/
/*    max-width: 132rem;*/
/*    padding: 0*/
/*  }*/
/*}*/

/*.line-wrap, .wrapper {*/
/*  overflow: hidden*/
/*}*/

/*.pt {*/
/*  padding-top: 16rem*/
/*}*/

/*.pb {*/
/*  padding-bottom: 16rem*/
/*}*/

/*@media (min-width: 768px) {*/
/*  .pt {*/
/*    padding-top: 25rem*/
/*  }*/

/*  .pb {*/
/*    padding-bottom: 25rem*/
/*  }*/
/*}*/

/*.scroll {*/
/*  bottom: 1.5rem;*/
/*  opacity: 0;*/
/*  pointer-events: none;*/
/*  position: fixed;*/
/*  right: 1.5rem;*/
/*  transition: opacity .5s;*/
/*  z-index: 100*/
/*}*/

/*.scroll.visible {*/
/*  opacity: 1;*/
/*  pointer-events: auto*/
/*}*/

/*@media (min-width: 768px) {*/
/*  .scroll {*/
/*    bottom: 4.5rem*/
/*  }*/
/*}*/

.about-hero {
  overflow: hidden;
  /*padding-bottom: 8rem;*/
  padding-top: 14rem;
  position: relative
}

.about-hero__icon {
  height: 6.1rem;
  position: absolute;
  right: 11.2rem;
  top: 12.3rem;
  width: 6.1rem;
  z-index: -1
}

.about-hero__title {
  margin: 0 auto;
  text-align: center;
  width: 39.2rem
}

.about-hero__img {
  aspect-ratio: 40.8/32.4;
  display: block;
  /*margin-bottom: 2rem;*/
  overflow: hidden;
  width: 100%
}

.about-hero__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.about-hero__list {
  background: #081d56;
  gap: 3rem;
  padding: 4rem 0
}

.about-hero__item, .about-hero__list {
  align-items: center;
  display: flex;
  flex-direction: column
}

.about-hero__item {
  gap: .4rem
}

.about-hero__item-top {
  align-items: center;
  display: flex;
  gap: .8rem
}

.about-hero__item-top img {
  flex-shrink: 0;
  height: 3.4rem;
  width: 3.5rem
}

.about-hero__item-top p {
  color: #fff;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.6rem
}

.about-hero__text {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center
}

@media (min-width: 768px) {
  .about-hero {
    /*padding-bottom: 15rem;*/
    padding-top: 22rem
  }

  .about-hero__icon {
    height: 9.1rem;
    right: 49.9rem;
    top: 19.3rem;
    width: 9.1rem
  }

  .about-hero__title {
    width: 86rem
  }

  .about-hero .breadcrumbs {
    margin-bottom: 5.5rem
  }

  .about-hero__img {
    aspect-ratio: 132/57.7;
    /*margin-bottom: 7rem;*/
    width: auto
  }

  .about-hero__list {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 -3.3rem;
    padding: 6.1rem 7.2rem 5.1rem
  }

  .about-hero__item {
    width: 18.2rem
  }

  .about-hero__item-top {
    gap: 1.2rem
  }
}

.mission-section {
  overflow: hidden;
  margin-bottom: 8rem
}

.mission-section__title {
  margin-bottom: 1.5rem
}

.mission-section__text {
  margin-bottom: 2.5rem
}

.mission-section__inner {
  position: relative;
}

.mission-section__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2.5rem
}

.mission-section__list li {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  gap: 1rem;
  line-height: 2.8rem
}

.mission-section__list li span {
  align-items: center;
  background: #bcd3c6;
  display: flex;
  height: 2.4rem;
  justify-content: center;
  padding: .4rem;
  width: 2.4rem
}

.mission-section__list li span img {
  height: 100%;
  width: 100%
}

.mission-section__img {
  aspect-ratio: 40.8/32.4;
  display: block;
  overflow: hidden
}

.mission-section__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

@media (max-width: 767px) {
  .mission-section__icon {
    display: none
  }

  .mission-section__inner {
    margin-bottom: 4rem
  }
}

@media (min-width: 1600px) {
  .mission-section__icon {
    /*left: 50px;*/
  }
}

@media (min-width: 768px) {
  .mission-section {
    margin-bottom: 22rem;
    position: relative
  }

  .mission-section__icon-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mission-section__icon {
    position: relative;
    animation: rotateInfinite 20s linear infinite;
    height: 27rem;
    width: 27rem;
    z-index: 2;
    opacity: 0.5;
    transition: opacity 0.3s;
  }

  .mission-section__icon:hover {
    opacity: 1;
  }

  @keyframes rotateInfinite {
    0% {
      transform: rotate(0)
    }
    to {
      transform: rotate(1turn)
    }
  }.mission-section .container {
     align-items: center;
     display: grid;
     gap: 8rem;
     grid-template-columns:1fr 63rem;
     padding: 0 11rem
   }

  .mission-section__title {
    margin-bottom: 2rem
  }

  .mission-section__text {
    margin-bottom: 3rem
  }

  .mission-section__list {
    margin-bottom: 6.5rem;
    width: 53rem
  }

  .mission-section__list li {
    gap: 1.2rem
  }

  .mission-section__img {
    aspect-ratio: 63/63.8
  }
}

.future-section {
  overflow: hidden;
  /*padding-bottom: 6rem*/
}

.future-section__top {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}

.future-section__subtitle {
  color: #081d56;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.2rem
}

.future-section__bottom {
  aspect-ratio: 40.8/32.4;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%
}

.future-section__bottom img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.future-section__list {
  align-items: flex-start;
  bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  left: 1.5rem;
  position: absolute;
  right: 1.5rem
}

.future-section__list li {
  align-items: center;
  background: #fbf9ff;
  display: inline-flex;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  gap: 1.2rem;
  line-height: 2.6rem;
  padding: .8rem 1rem
}

.future-section__list li:nth-of-type(odd) {
  margin-left: auto
}

.future-section__list li span {
  align-items: center;
  background: #d6b5ee;
  display: flex;
  height: 2.8rem;
  justify-content: center;
  padding: .6rem;
  width: 2.8rem
}

.future-section__list li span img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

@media (max-width: 767px) {
  .future-section__top {
    margin-bottom: 4rem
  }
}

@media (min-width: 768px) {
  .future-section {
    /*padding-bottom: 18rem*/
  }

  .future-section .container {
    align-items: center;
    display: grid;
    gap: 8rem;
    grid-template-columns:63rem 1fr;
    padding: 0 11rem
  }

  .future-section__top {
    gap: 2rem;
    grid-column: 2/3;
    grid-row: 1/2
  }

  .future-section__subtitle {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-top: 1rem
  }

  .future-section__bottom {
    aspect-ratio: 63/51
  }

  .future-section__list {
    bottom: 6.6rem;
    gap: 2.2rem;
    left: 5.6rem;
    right: 5.6rem
  }

  .future-section__list li {
    font-size: 1.8rem;
    gap: 2rem;
    line-height: 2.8rem;
    padding: .8rem 1.2rem
  }

  .future-section__list li span {
    height: 3.2rem;
    width: 3.2rem
  }
}

.team-card {
  border: 1px solid rgba(8, 29, 86, .2);
  padding-bottom: 3.1rem;
  text-align: center;
  width: 100%
}

.team-card__img {
  aspect-ratio: 40.6/31.5;
  display: block;
  margin-bottom: 2.5rem;
  overflow: hidden
}

.team-card__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.team-card__title {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.2rem;
  margin-bottom: 1.5rem
}

@media (min-width: 768px) {
  .team-card {
    padding-bottom: 4.1rem
  }

  .team-card__img {
    aspect-ratio: 1/1
  }

  .team-card__title {
    font-size: 2.4rem;
    line-height: 3.4rem
  }
}

.team-section {
  overflow: hidden;
  padding-bottom: 6rem
}

.team-section__title {
  margin-bottom: 4rem;
  text-align: center
}

.team-section__list {
  display: flex;
  flex-direction: column;
  gap: 3rem
}

@media (min-width: 768px) {
  .team-section {
    padding-bottom: 14rem
  }

  .team-section__title {
    margin-bottom: 5.1rem
  }

  .team-section__list {
    display: grid;
    gap: 2.5rem;
    grid-template-columns:1fr 1fr 1fr
  }
}

.access-card {
  align-items: flex-start;
  align-self: stretch;
  background: #bcd3c6;
  display: flex;
  flex-direction: column;
  padding: 3rem 2rem
}

.access-card__icon {
  display: block;
  height: 7rem;
  margin-bottom: 4rem;
  width: auto
}

.access-card__title {
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.6rem
}

.access-card__text {
  color: #081d56
}

@media (min-width: 768px) {
  .access-card {
    padding: 4rem 3rem 4rem 4rem
  }

  .access-card__icon {
    height: 7.7rem;
    margin-bottom: 2.8rem
  }
}

.access-section {
  background: #081d56;
  margin-bottom: 6rem;
  padding: 6rem 0
}

.access-section__icon {
  display: block;
  height: 5.9rem;
  margin-bottom: 1.5rem;
  width: 5.9rem
}

.access-section__title {
  color: #fff;
  margin-bottom: 1.5rem
}

.access-section__text {
  color: #fff;
  margin-bottom: 2.5rem
}

.access-section__list {
  display: flex;
  flex-direction: column;
  gap: 2rem
}

.access-section__list li:nth-child(2n) .access-card {
  background: #d6b5ed
}

@media (max-width: 767px) {
  .access-section__inner {
    margin-bottom: 4rem
  }

  .access-section__text {
    opacity: .7
  }
}

@media (min-width: 768px) {
  .access-section {
    margin-bottom: 15rem;
    padding: 14rem 0
  }

  .access-section .container {
    display: grid;
    gap: 13rem;
    grid-template-columns:1fr 65rem
  }

  .access-section__inner {
    padding-top: 3.8rem
  }

  .access-section__icon {
    height: 8.1rem;
    margin-bottom: 2.7rem;
    width: 8.1rem
  }

  .access-section__title {
    margin-bottom: 2.2rem
  }

  .access-section__list {
    display: grid;
    gap: 2.5rem;
    grid-template-columns:1fr 1fr
  }

  .access-section__list li:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3
  }
}

.about-hero__custom-text {
  margin-top: 4.5rem;
}

/*.about-hero__custom-text {*/
/*  font-size: medium;*/
/*}*/


/*.about-hero__custom-text * {*/
/*  all: revert;*/
/*}*/

.about-hero__custom-text ul {
  padding: revert;
  margin: revert;
  list-style: revert;
}