@font-face {
  font-family: 'Brownhill Script';
  src: url('../fonts/Brownhill Script.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  background-color: white;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
iframe {
  margin: 0;
}
a {
  display: block;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
address {
  font-style: normal;
}
iframe {
  border: none;
}
mark {
  padding: 0;
  background-color: transparent;
}
menu {
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
ul {
  list-style-type: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}
p {
  margin-bottom: 0;
}
section,
article,
aside,
details,
figcaption,
figure,
header,
footer,
menu,
nav {
  display: block;
}
.page__footer {
  background-color: #072F48;
  padding-top: 70px;
  padding-bottom: 92px;
  margin-top: -10px;
}
.page__footer .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
}
.page__footer .wrapper .footer__content {
  max-width: 258px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
}
.page__footer .wrapper .footer__content .heading .logo {
  width: 258px;
  margin-bottom: 32px;
}
.page__footer .wrapper .footer__content .copyrights {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.page__footer .wrapper .footer__nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page__footer .wrapper .footer__nav .nav__link {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  transition: all linear 0.15s;
}
.page__footer .wrapper .footer__nav .nav__link:hover {
  color: #B2DCE8;
}
.page__footer .wrapper .socials {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
.page__footer .wrapper .socials .link__social:hover {
  filter: brightness(0) saturate(100%) invert(88%) sepia(23%) saturate(404%) hue-rotate(158deg) brightness(96%) contrast(88%);
}
.page__footer .wrapper .copyrights--is-mobile {
  display: none;
}
@media (max-width: 768px) {
  .page__footer {
    padding-top: 62px;
    padding-bottom: 42px;
  }
  .page__footer .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .page__footer .wrapper .footer__content {
    height: fit-content;
    align-items: center;
  }
  .page__footer .wrapper .footer__content .heading {
    margin-bottom: 62px;
  }
  .page__footer .wrapper .footer__content .heading .logo {
    margin-bottom: 24px;
  }
  .page__footer .wrapper .footer__content .heading .socials {
    justify-content: center;
  }
  .page__footer .wrapper .footer__content .copyrights {
    display: none;
  }
  .page__footer .wrapper .footer__nav {
    align-items: center;
    margin-bottom: 72px;
  }
  .page__footer .wrapper .copyrights--is-mobile {
    display: block;
    color: #FFF;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
  }
}
body {
  background-color: #FFF;
  font-family: Arial, Helvetica, sans serif;
  color: #072F48;
}
.page__header {
  position: relative;
}
.page__header .wrapper {
  max-width: 1151px;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
}
.page__header .wrapper .language-switcher details {
  position: absolute;
  top: 27px;
  right: 20px;
  z-index: 100;
}
.page__header .wrapper .language-switcher details summary {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  list-style: none;
}
.page__header .wrapper .language-switcher details summary::-webkit-details-marker {
  display: none;
}
.page__header .wrapper .language-switcher details summary img {
  width: 20px;
  height: 14px;
  object-fit: cover;
}
.page__header .wrapper .language-switcher details summary .arrow {
  font-size: 24px;
  padding-bottom: 14px;
}
.page__header .wrapper .language-switcher details .language-options {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 165px;
  padding: 8px;
  background: #FFF;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  z-index: 101;
}
.page__header .wrapper .language-switcher details .language-options a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  color: #072F48;
  text-decoration: none;
}
.page__header .wrapper .language-switcher details .language-options a:hover {
  background: #F2F2F2;
}
.page__header .wrapper .language-switcher details .language-options a img {
  width: 20px;
  height: 14px;
  object-fit: cover;
}
.page__header .wrapper .is--desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.page__header .wrapper .is--desktop .logo {
  width: 230px;
  flex-shrink: 0;
}
.page__header .wrapper .is--desktop .logo a {
  width: 100%;
}
.page__header .wrapper .is--desktop .logo a img {
  width: 100%;
}
.page__header .wrapper .is--desktop .links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
}
.page__header .wrapper .is--desktop .links a {
  color: #072F48;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  transition: all linear 0.15s;
  width: 170px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__header .wrapper .is--desktop .links a:hover {
  cursor: pointer;
  color: #072F48;
  background-color: #B2DCE8;
}
.page__header .wrapper .is--mobile {
  display: none;
}
@media (max-width: 798px) {
  .page__header .wrapper {
    padding: 20px 28px;
  }
  .page__header .wrapper .language-switcher details {
    top: 20px;
    right: 80px;
  }
  .page__header .wrapper .language-switcher details summary {
    gap: 4px;
  }
  .page__header .wrapper .is--mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page__header .wrapper .is--mobile .logo {
    width: 160px;
    flex-shrink: 0;
  }
  .page__header .wrapper .is--mobile .logo a {
    width: 100%;
  }
  .page__header .wrapper .is--mobile .logo a img {
    width: 100%;
  }
  .page__header .wrapper .is--mobile .navbar__hamburguer {
    display: flex;
    justify-content: flex-end;
    width: fit-content;
  }
  .page__header .wrapper .is--mobile .navbar__hamburguer img {
    width: 30px;
  }
  .page__header .wrapper .is--mobile .navbar__overlay {
    background-color: #072F48;
    z-index: 3001;
    display: none;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: effect--fade_in_right;
  }
  .page__header .wrapper .is--mobile .navbar__overlay.open {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden !important;
    transition: all linear 0.5s;
  }
  .page__header .wrapper .is--mobile .navbar__overlay.open .overlay__content {
    overflow-y: auto !important;
    height: 90%;
  }
  .page__header .wrapper .is--mobile .navbar__overlay.open .overlay__content .overlay__header {
    display: flex;
    justify-content: flex-end;
    margin: 30px 30px 109px 30px;
  }
  .page__header .wrapper .is--mobile .navbar__overlay.open .overlay__content .overlay__header .overlay__close {
    width: fit-content;
  }
  .page__header .wrapper .is--mobile .navbar__overlay.open .overlay__content .overlay__menu {
    margin: 0;
  }
  .page__header .wrapper .is--mobile .navbar__overlay.open .overlay__content .overlay__menu .overlay__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .page__header .wrapper .is--mobile .navbar__overlay.open .overlay__content .overlay__menu .overlay__links a {
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .page__header .wrapper .is--desktop {
    display: none;
  }
}
.float__whatsapp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 85px;
  height: 85px;
  background-color: #25D366;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  z-index: 100;
  transition: all linear 0.15s;
  border: 0;
  border-radius: 100%;
}
.float__whatsapp img {
  width: 50px;
}
.float__whatsapp:hover {
  background-color: white;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.5);
}
.float__whatsapp:hover img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(29%) saturate(3698%) hue-rotate(93deg) brightness(110%) contrast(71%);
}
@media (max-width: 1200px) {
  .float__whatsapp {
    width: 65px;
    height: 65px;
  }
  .float__whatsapp img {
    width: 40px;
  }
}
@keyframes effect--fade_in_right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes effect--fade_top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.home__hero {
  position: relative;
  max-height: 702px;
}
.home__hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home__hero .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(7, 47, 72, 0.07) 35.64%, rgba(7, 47, 72, 0.88) 100%);
}
.home__hero .wrapper {
  padding-top: 364px;
  padding-bottom: 96px;
  max-width: 820px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.home__hero .wrapper .hero__title {
  font-family: 'Manrope', sans-serif;
  font-size: 62px;
  font-weight: 400;
  color: #B2DCE8;
  margin-bottom: 12px;
  text-align: center;
  line-height: normal;
}
.home__hero .wrapper .hero__title span {
  font-family: 'Brownhill Script', sans-serif;
  font-size: 122px;
  font-weight: 400;
  color: #FFF;
  padding: 0 16px;
}
.home__hero .wrapper .hero__subtitle {
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .home__hero {
    max-height: 620px;
  }
  .home__hero .overlay {
    background: linear-gradient(180deg, rgba(7, 47, 72, 0.07) 25.64%, rgba(7, 47, 72, 0.88) 100%);
  }
  .home__hero .wrapper {
    padding: 292px 16px 51px 16px;
  }
  .home__hero .wrapper .hero__title {
    font-size: 52px;
    line-height: 56px;
  }
  .home__hero .wrapper .hero__title span {
    font-size: 82px;
    padding: 0 8px;
  }
  .home__hero .wrapper .hero__subtitle {
    font-size: 20px;
  }
}
.home__numbers {
  padding-top: 42px;
  padding-bottom: 43px;
  background-color: #072F48;
}
.home__numbers .wrapper__numbers {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 82px;
  flex-wrap: wrap;
}
.home__numbers .wrapper__numbers .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.home__numbers .wrapper__numbers .item .number {
  color: #B2DCE8;
  text-align: center;
  font-family: Manrope;
  font-size: 62px;
  font-style: normal;
  font-weight: 800;
}
.home__numbers .wrapper__numbers .item .info {
  color: #FFF;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-top: -10px;
}
@media (max-width: 768px) {
  .home__numbers .wrapper__numbers {
    flex-direction: column;
    gap: 32px;
  }
  .home__numbers .wrapper__numbers .item .number {
    font-size: 42px;
  }
  .home__numbers .wrapper__numbers .item .info {
    font-size: 18px;
  }
}
.home__map {
  margin-top: 63px;
  margin-bottom: 60px;
}
.home__map .wrapper__banner {
  background-image: url('../img/bg-map.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  margin-bottom: 62px;
}
.home__map .wrapper__banner .content {
  max-width: 465px;
  margin-left: 16%;
  margin-right: auto;
}
.home__map .wrapper__banner .content .title--is-mobile {
  display: none;
}
.home__map .wrapper__banner .content .title {
  font-family: 'Manrope', sans-serif;
  font-size: 52px;
  font-weight: 400;
  color: #072F48;
  margin-bottom: 18px;
  line-height: normal;
  padding-top: 62px;
}
.home__map .wrapper__banner .content .title span {
  font-family: 'Brownhill Script', sans-serif;
  font-size: 92px;
  font-weight: 400;
  color: #B2DCE8;
  padding: 0 16px;
}
.home__map .wrapper__banner .content .description {
  margin-top: 65px;
  max-width: 400px;
  color: #072F48;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 278px;
}
.home__map .wrapper__map {
  max-width: 1200px;
  padding: 32px 16px 42px 16px;
  margin: 0 auto;
}
.home__map .wrapper__map .map__title {
  color: #072F48;
  text-align: center;
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 12px;
}
.home__map .wrapper__map .instruction {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  color: #072F48;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 42px;
}
.home__map .wrapper__map .instruction .icon {
  width: 24px;
}
.home__map .wrapper__map .map__interactive {
  margin: 0 auto;
  position: relative;
}
.home__map .wrapper__map .map__interactive .map {
  display: block;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
.home__map .wrapper__map .map__interactive .map path {
  fill: #C0C0C0;
  stroke: none;
  transition: all linear 0.15s;
}
.home__map .wrapper__map .map__interactive .map path.map-active {
  fill: #072F48;
}
.home__map .wrapper__map .map__interactive .map path.map-active:hover {
  fill: #1B5B80;
  stroke: #FFFFFF;
  stroke-width: 1.5;
  cursor: pointer;
}
.home__map .wrapper__map .map__interactive .map-tooltip {
  position: absolute;
  display: none;
  pointer-events: none;
  padding: 4px 14px;
  background: #C0C0C0;
  border: 1px solid #072F48;
  border-radius: 20px;
  text-align: center;
  font-family: Arial;
  color: #072F48;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}
.home__map .wrapper__map .countries--is-mobile {
  display: none;
}
@media (max-width: 768px) {
  .home__map {
    margin-top: 42px;
    margin-bottom: 32px;
  }
  .home__map .wrapper__banner {
    margin-bottom: 32px;
  }
  .home__map .wrapper__banner .content {
    margin-left: 16px;
    margin-right: 16px;
  }
  .home__map .wrapper__banner .content .title {
    display: none;
  }
  .home__map .wrapper__banner .content .title--is-mobile {
    display: block;
    padding-top: 42px;
  }
  .home__map .wrapper__banner .content .title--is-mobile .title__mobile {
    padding-left: 32px;
    font-family: 'Manrope', sans-serif;
    font-size: 42px;
    font-weight: 400;
    color: #072F48;
    position: relative;
    z-index: 2;
  }
  .home__map .wrapper__banner .content .title--is-mobile .title__mobile2 {
    padding-left: 52px;
    font-size: 82px;
    font-family: 'Brownhill Script', sans-serif;
    font-weight: 400;
    color: #B2DCE8;
    position: relative;
    z-index: 1;
    margin-top: -42px;
  }
  .home__map .wrapper__banner .content .description {
    font-size: 16px;
    margin-top: 100px;
    padding-bottom: 20px;
    text-align: center;
    line-height: 22px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .home__map .wrapper__map {
    padding: 0 16px;
  }
  .home__map .wrapper__map .map__title {
    font-size: 24px;
    max-width: 320px;
    margin: 0 auto 32px auto;
  }
  .home__map .wrapper__map .instruction {
    display: none;
  }
  .home__map .wrapper__map .map__interactive {
    margin-bottom: 32px;
  }
  .home__map .wrapper__map .countries--is-mobile {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    justify-content: center;
  }
  .home__map .wrapper__map .countries--is-mobile ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 16px;
  }
  .home__map .wrapper__map .countries--is-mobile ul li {
    list-style-type: disc;
  }
}
.home__vision {
  padding-top: 62px;
  padding-bottom: 62px;
}
.home__vision .wrapper__banner {
  display: flex;
  align-items: center;
  gap: 68px;
  margin-bottom: 72px;
}
.home__vision .wrapper__banner .cover {
  max-width: 525px;
  width: 100%;
}
.home__vision .wrapper__banner .content {
  max-width: 475px;
  width: 100%;
  padding-right: 16px;
}
.home__vision .wrapper__banner .content .title {
  font-family: 'Manrope', sans-serif;
  font-size: 52px;
  font-weight: 400;
  color: #072F48;
  margin-bottom: 32px;
  line-height: 48px;
}
.home__vision .wrapper__banner .content .title span {
  font-family: 'Brownhill Script', sans-serif;
  font-size: 122px;
  font-weight: 400;
  color: #B2DCE8;
  padding: 0 16px;
}
.home__vision .wrapper__banner .content .description-1 {
  color: #072F48;
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 32px;
}
.home__vision .wrapper__banner .content .description-2 {
  color: #072F48;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.home__vision .wrapper__banner .content .description-2 span {
  font-weight: 700;
}
.home__vision .carousel .carousel__title {
  color: #072F48;
  text-align: center;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  max-width: 870px;
  margin: 0 auto;
  margin-bottom: 54px;
}
.home__vision .carousel .carousel__title span {
  font-weight: 700;
}
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel {
  position: relative;
}
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-dots {
  display: none;
}
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1120px;
}
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-nav .owl-prev,
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-nav .owl-next {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-nav .owl-prev:hover,
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-nav .owl-next:hover,
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-nav .owl-prev:focus,
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-nav .owl-next:focus {
  background: transparent !important;
  border: none;
  outline: none;
  box-shadow: none;
}
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-nav .owl-prev img,
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-nav .owl-next img {
  transition: opacity 0.2s ease;
}
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-nav .owl-prev img:hover,
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-nav .owl-next img:hover {
  opacity: 0.7;
}
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .card__vision {
  max-width: 931px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
}
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .card__vision .cover {
  position: relative;
  max-width: 548px;
  width: 100%;
}
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .card__vision .cover .cover__img {
  width: 100%;
}
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .card__vision .cover .vision__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  width: 100%;
}
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .card__vision .cover .vision__title span {
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .card__vision .vision__content {
  max-width: 360px;
  width: 100%;
}
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .card__vision .vision__content .vision__text {
  color: #072F48;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 16px;
}
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .card__vision .vision__content .vision__text span {
  font-weight: 700;
}
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .card__vision .vision__content .vision__text:last-child {
  margin-bottom: 0;
}
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .card__vision .vision__content .btn-global {
  color: #072F48;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all linear 0.15s;
  padding: 14px 36px 15px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #072F48;
  margin-top: 24px;
}
.home__vision .carousel .owl-carousel.owl-theme.vision__carousel .card__vision .vision__content .btn-global:hover {
  color: #072F48;
  background-color: #B2DCE8;
}
@media (max-width: 768px) {
  .home__vision {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .home__vision .wrapper__banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 42px;
  }
  .home__vision .wrapper__banner .cover {
    width: 76%;
  }
  .home__vision .wrapper__banner .content {
    padding-left: 16px;
    width: calc(100% - 32px);
  }
  .home__vision .wrapper__banner .content .title {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 24px;
  }
  .home__vision .wrapper__banner .content .title span {
    font-size: 92px;
    padding-left: 10px;
  }
  .home__vision .wrapper__banner .content .description-1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .home__vision .wrapper__banner .content .description-2 {
    font-size: 16px;
    line-height: 22px;
  }
  .home__vision .carousel .carousel__title {
    font-size: 18px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 72px;
  }
  .home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-nav {
    width: calc(100% - 32px);
    top: -50px;
    left: 16px;
    transform: none;
    justify-content: center;
    gap: 16px;
  }
  .home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-nav .owl-next img,
  .home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-nav .owl-prev img {
    width: 32px;
  }
  .home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-dots .owl-dot {
    height: 8px !important;
    display: flex;
    align-items: center;
  }
  .home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-dots .owl-dot span {
    margin: 0;
    width: 8px;
    height: 8px;
    background-color: #8c918d;
    border-radius: 100%;
  }
  .home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-dots .owl-dot.active span {
    background-color: #072F48;
  }
  .home__vision .carousel .owl-carousel.owl-theme.vision__carousel .owl-dots.disabled {
    display: none;
  }
  .home__vision .carousel .owl-carousel.owl-theme.vision__carousel .card__vision {
    flex-direction: column;
    max-width: 332px;
    background: #FFF;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    height: 650px;
  }
  .home__vision .carousel .owl-carousel.owl-theme.vision__carousel .card__vision .vision__content {
    padding: 0 24px 24px 24px;
    box-sizing: border-box;
  }
  .home__vision .carousel .owl-carousel.owl-theme.vision__carousel .card__vision .vision__content .vision__text {
    font-size: 16px;
    line-height: 22px;
  }
  .home__vision .carousel .owl-carousel.owl-theme.vision__carousel .card__vision .cover .vision__title {
    font-size: 42px;
    line-height: 32px;
  }
  .home__vision .carousel .owl-carousel.owl-theme.vision__carousel .card__vision .cover .vision__title span {
    font-size: 28px;
  }
}
.partners__banner {
  margin-top: 57px;
}
.partners__banner .wrapper__banner {
  display: flex;
  align-items: center;
  gap: 64px;
  margin-bottom: 62px;
}
.partners__banner .wrapper__banner .cover {
  max-width: 660px;
  width: 100%;
}
.partners__banner .wrapper__banner .content {
  max-width: 423px;
  width: 100%;
}
.partners__banner .wrapper__banner .content .title {
  font-family: 'Manrope', sans-serif;
  font-size: 52px;
  font-weight: 400;
  color: #072F48;
  margin-bottom: 44px;
  line-height: 44px;
}
.partners__banner .wrapper__banner .content .title span {
  font-family: 'Brownhill Script', sans-serif;
  font-size: 122px;
  font-weight: 400;
  color: #B2DCE8;
  margin-left: -6px;
}
.partners__banner .wrapper__banner .content .description {
  color: #072F48;
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 24px;
  max-width: 354px;
  width: 100%;
}
.partners__list {
  margin-bottom: 82px;
}
.partners__list .wrapper__list {
  max-width: 1016px;
  margin: 0 auto;
  padding: 0 16px;
}
.partners__list .wrapper__list .list__title {
  color: #072F48;
  text-align: center;
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0 auto 42px auto;
}
.partners__list .wrapper__list .grid__partners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}
.partners__list .wrapper__list .grid__partners .item {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners__list .wrapper__list .grid__partners .item .logo {
  max-width: 100%;
  max-height: 85px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.partners__about {
  margin-bottom: 82px;
}
.partners__about .wrapper__about {
  width: 100%;
  flex-shrink: 0;
  margin-top: 82px;
  display: flex;
  align-items: flex-start;
}
.partners__about .wrapper__about .line {
  margin-top: 8px;
  margin-right: 21px;
  width: fit-content;
}
.partners__about .wrapper__about .line--is-mobile {
  display: none;
}
.partners__about .wrapper__about .about__description {
  color: #072F48;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-right: 47px;
  max-width: 842px;
  width: 100%;
}
.partners__about .wrapper__about .about__description span {
  font-weight: 700;
}
.partners__about .wrapper__about .detail {
  width: fit-content;
  margin-top: 8px;
  margin-right: 0;
  margin-left: auto;
}
.partners__bottom {
  background-image: url('../img/cover-partners-2.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.partners__bottom .wrapper__bottom {
  padding: 114px 16px 113px 16px;
  max-width: 519px;
  margin: 0 auto;
}
.partners__bottom .wrapper__bottom .highlight {
  color: #FFF;
  font-family: Arial;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
}
.partners__bottom .wrapper__bottom .highlight span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .partners__banner {
    margin-top: 24px;
  }
  .partners__banner .wrapper__banner {
    flex-direction: column;
    gap: 56px;
    margin-bottom: 42px;
  }
  .partners__banner .wrapper__banner .cover {
    width: 92%;
    margin-left: 0;
    margin-right: auto;
  }
  .partners__banner .wrapper__banner .content {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
  .partners__banner .wrapper__banner .content .title {
    font-size: 42px;
    margin-left: 12px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .partners__banner .wrapper__banner .content .title span {
    font-size: 102px;
  }
  .partners__banner .wrapper__banner .content .description {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .partners__list {
    margin-bottom: 42px;
  }
  .partners__list .wrapper__list .list__title {
    font-size: 22px;
    line-height: 23px;
    margin-bottom: 32px;
  }
  .partners__list .wrapper__list .grid__partners {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
  }
  .partners__about {
    margin-bottom: 42px;
  }
  .partners__about .wrapper__about {
    margin-top: 60px;
  }
  .partners__about .wrapper__about .line {
    display: none;
  }
  .partners__about .wrapper__about .line--is-mobile {
    display: flex;
    align-items: center;
    margin-right: 16px;
  }
  .partners__about .wrapper__about .line--is-mobile .line-horizontal {
    height: 1px;
    width: 16px;
    background-color: #072F48;
  }
  .partners__about .wrapper__about .line--is-mobile .line-vertical {
    width: 1px;
    height: 174px;
    background-color: #072F48;
  }
  .partners__about .wrapper__about .about__description {
    font-size: 16px;
    line-height: 22px;
    width: calc(100% - 32px);
    margin-right: 32px;
  }
  .partners__about .wrapper__about .detail {
    display: none;
  }
  .partners__bottom {
    background-position: center;
  }
  .partners__bottom .wrapper__bottom {
    padding: 60px 16px 60px 16px;
  }
  .partners__bottom .wrapper__bottom .highlight {
    font-size: 32px;
    line-height: 34px;
  }
}
.home__history {
  padding-top: 62px;
  padding-bottom: 62px;
}
.home__history .wrapper__banner {
  background-image: url('../img/bg-history.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  margin-bottom: 62px;
}
.home__history .wrapper__banner .content {
  max-width: 544px;
  margin-left: 16%;
  margin-right: auto;
}
.home__history .wrapper__banner .content .title--is-mobile {
  display: none;
}
.home__history .wrapper__banner .content .title {
  font-family: 'Manrope', sans-serif;
  font-size: 52px;
  font-weight: 400;
  color: #072F48;
  margin-bottom: 42px;
  line-height: 52px;
  padding-top: 82px;
}
.home__history .wrapper__banner .content .title span {
  font-family: 'Brownhill Script', sans-serif;
  font-size: 92px;
  font-weight: 400;
  color: #B2DCE8;
  padding: 0 16px;
}
.home__history .wrapper__banner .content .description-1 {
  color: #072F48;
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 32px;
}
.home__history .wrapper__banner .content .description-2 {
  color: #072F48;
  max-width: 410px;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 310px;
}
.home__history .wrapper__timeline {
  max-width: 1154px;
  margin: 0 auto;
  padding: 0 16px;
}
.home__history .wrapper__timeline .timeline__title {
  color: #072F48;
  text-align: center;
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  max-width: 512px;
  margin: 0 auto 62px auto;
}
.home__history .wrapper__timeline .timeline__title span {
  font-weight: 700;
}
.home__history .wrapper__timeline .instruction {
  display: none;
}
.home__history .wrapper__timeline .timeline-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  margin-bottom: 62px;
}
.home__history .wrapper__timeline .timeline-nav .line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #072F48;
  top: 10px;
  left: 50%;
  transform: translate(-50%);
}
.home__history .wrapper__timeline .timeline-nav .timeline-year {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border: none;
  background-color: transparent;
}
.home__history .wrapper__timeline .timeline-nav .timeline-year .timeline-dot {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #072F48;
  background-color: #FFF;
  position: relative;
}
.home__history .wrapper__timeline .timeline-nav .timeline-year .timeline-label {
  color: #072F48;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.home__history .wrapper__timeline .timeline-nav .timeline-year:hover {
  cursor: pointer;
}
.home__history .wrapper__timeline .timeline-nav .timeline-year.active .timeline-dot {
  background-color: #072F48;
}
.home__history .wrapper__timeline .timeline-nav .timeline-year.active .timeline-dot::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(11, 56, 83, 0.25);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.home__history .wrapper__timeline .timeline-content {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.home__history .wrapper__timeline .timeline-content .timeline-arrow {
  border: none;
  background-color: transparent;
}
.home__history .wrapper__timeline .timeline-content .timeline-arrow:hover {
  cursor: pointer;
}
.home__history .wrapper__timeline .timeline-content .timeline-arrow:hover img {
  filter: brightness(1.8);
}
.home__history .wrapper__timeline .timeline-content .timeline-card {
  width: 742px;
  background-color: #FFF;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  gap: 42px;
  align-items: center;
  padding: 16px 42px;
}
.home__history .wrapper__timeline .timeline-content .timeline-card .timeline-card-year {
  color: #072F48;
  text-align: center;
  font-family: Manrope;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
}
.home__history .wrapper__timeline .timeline-content .timeline-card .card-line {
  width: 2px;
  height: 150px;
  background-color: #072F48;
}
.home__history .wrapper__timeline .timeline-content .timeline-card .timeline-card-text {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.home__history .wrapper__timeline .timeline-content .timeline-card .timeline-card-text li {
  position: relative;
  padding-left: 20px;
  color: #072F48;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.home__history .wrapper__timeline .timeline-content .timeline-card .timeline-card-text li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
.home__history .wrapper__timeline .timeline-content .timeline-card .timeline-card-text li:only-child {
  padding-left: 0;
}
.home__history .wrapper__timeline .timeline-content .timeline-card .timeline-card-text li:only-child::before {
  display: none;
}
@media (max-width: 768px) {
  .home__history {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .home__history .wrapper__banner {
    margin-bottom: 42px;
  }
  .home__history .wrapper__banner .content {
    margin-left: 16px;
    margin-right: 16px;
  }
  .home__history .wrapper__banner .content .title {
    display: none;
  }
  .home__history .wrapper__banner .content .title--is-mobile {
    display: block;
    padding-top: 56px;
  }
  .home__history .wrapper__banner .content .title--is-mobile .title__mobile {
    padding-left: 16px;
    font-family: 'Manrope', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #072F48;
    line-height: 34px;
  }
  .home__history .wrapper__banner .content .title--is-mobile .title__mobile span {
    font-size: 62px;
    font-family: 'Brownhill Script', sans-serif;
    font-weight: 400;
    color: #B2DCE8;
    padding-left: 12px;
  }
  .home__history .wrapper__banner .content .title--is-mobile .title__mobile2 {
    padding-left: 16px;
    font-family: 'Manrope', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #072F48;
  }
  .home__history .wrapper__banner .content .description-1 {
    font-size: 20px;
    margin-top: 110px;
    padding-bottom: 20px;
    margin-bottom: 0;
    line-height: 24px;
  }
  .home__history .wrapper__banner .content .description-2 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 0;
  }
  .home__history .wrapper__timeline .timeline__title {
    font-size: 22px;
    margin-bottom: 16px;
    line-height: 24px;
  }
  .home__history .wrapper__timeline .instruction {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 32px;
  }
  .home__history .wrapper__timeline .instruction .icon {
    width: 36px;
  }
  .home__history .wrapper__timeline .timeline-nav {
    width: calc(100% - 40px);
    justify-content: flex-start;
    gap: 28px;
    overflow-x: scroll;
    overflow-y: visible;
    padding: 15px 14px 20px;
    margin-bottom: 40px;
    scrollbar-width: none;
  }
  .home__history .wrapper__timeline .timeline-nav::-webkit-scrollbar {
    display: none;
  }
  .home__history .wrapper__timeline .timeline-nav .timeline-year {
    flex: 0 0 auto;
    min-width: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .home__history .wrapper__timeline .timeline-nav .line {
    width: 1250px;
    left: 0;
    top: 25px;
    transform: none;
  }
  .home__history .wrapper__timeline .timeline-content .timeline-arrow {
    display: none;
  }
  .home__history .wrapper__timeline .timeline-content .timeline-card {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px 32px;
  }
  .home__history .wrapper__timeline .timeline-content .timeline-card .timeline-card-year {
    font-size: 62px;
    line-height: 52px;
    padding-top: 10px;
  }
  .home__history .wrapper__timeline .timeline-content .timeline-card .card-line {
    height: 1px;
    width: 100%;
  }
  .home__history .wrapper__timeline .timeline-content .timeline-card .timeline-card-text li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.home__quotes {
  margin: 100px 0;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}
.home__quotes .quote {
  max-width: 832px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 110px;
}
.home__quotes .quote .content {
  max-width: 451px;
  width: 100%;
}
.home__quotes .quote .content .heading {
  margin-bottom: 24px;
}
.home__quotes .quote .content .heading .name {
  color: #072F48;
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
.home__quotes .quote .content .heading .role {
  color: #072F48;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.home__quotes .quote .content .quote-box {
  position: relative;
}
.home__quotes .quote .content .quote-box .icon {
  position: absolute;
  top: 6px;
  left: -93px;
}
.home__quotes .quote .content .quote-box .quote-text {
  color: #072F48;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.home__quotes .quote.q2 {
  gap: 42px;
}
@media (max-width: 768px) {
  .home__quotes {
    margin: 42px 0;
    gap: 32px;
  }
  .home__quotes .quote {
    flex-direction: column;
    gap: 16px;
    max-width: 266px;
  }
  .home__quotes .quote .content {
    padding: 0 24px 24px 24px;
  }
  .home__quotes .quote .content .heading {
    margin-bottom: 16px;
  }
  .home__quotes .quote .content .heading .name {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .home__quotes .quote .content .heading .role {
    font-size: 18px;
  }
  .home__quotes .quote .content .quote-box .icon {
    position: static;
    width: 42px;
    margin-bottom: 10px;
  }
  .home__quotes .quote .content .quote-box .quote-text {
    font-size: 16px;
    line-height: 22px;
  }
  .home__quotes .quote.q2 {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.page__schools {
  margin-top: 62px;
}
.page__schools .tabs .tab__selectors {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 16px;
  gap: 4px;
}
.page__schools .tabs .tab__selectors .tab__selector {
  flex: 1;
  background: #A1A1A1;
  padding: 11px 12px 12px 12px;
  border: none;
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 64px;
}
.page__schools .tabs .tab__selectors .tab__selector:hover {
  background: #072f4881;
  color: #FFF;
  cursor: pointer;
}
.page__schools .tabs .tab__selectors .tab__selector.is--active {
  background: #072F48;
  color: #FFF;
}
.page__schools .tabs .tab__panes .tab__pane {
  display: none;
}
.page__schools .tabs .tab__panes .tab__pane.show {
  display: block;
}
.page__schools .tabs .tab__panes .tab__pane.show .wrapper__banner {
  width: 100%;
  height: 665px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
.page__schools .tabs .tab__panes .tab__pane.show .wrapper__banner .logo {
  width: fit-content;
  margin-left: 16%;
}
.page__schools .tabs .tab__panes .tab__pane.show .wrapper__banner .title {
  color: #072F48;
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-left: 16%;
}
.page__schools .tabs .tab__panes .tab__pane.show .wrapper__banner .description {
  color: #072F48;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-left: 16%;
}
.page__schools .tabs .tab__panes .tab__pane.show .wrapper__banner .description span {
  font-weight: 700;
}
.page__schools .tabs .tab__panes .tab__pane.show .wrapper__about {
  width: 100%;
  flex-shrink: 0;
  margin-top: 82px;
  display: flex;
  align-items: flex-start;
}
.page__schools .tabs .tab__panes .tab__pane.show .wrapper__about .line {
  margin-top: 8px;
  margin-right: 21px;
  width: fit-content;
}
.page__schools .tabs .tab__panes .tab__pane.show .wrapper__about .line--is-mobile {
  display: none;
}
.page__schools .tabs .tab__panes .tab__pane.show .wrapper__about .content {
  margin-right: 47px;
  max-width: 842px;
  width: 100%;
  margin-bottom: 62px;
}
.page__schools .tabs .tab__panes .tab__pane.show .wrapper__about .content .about__description {
  color: #072F48;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 48px;
}
.page__schools .tabs .tab__panes .tab__pane.show .wrapper__about .content .about__description span {
  font-weight: 700;
}
.page__schools .tabs .tab__panes .tab__pane.show .wrapper__about .content .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
}
.page__schools .tabs .tab__panes .tab__pane.show .wrapper__about .content .buttons .btn-school {
  width: 361px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #072F48;
  background-color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  padding: 7px 32px 8px 32px;
  border-radius: 50px;
  border: 1px solid #072F48;
  transition: all linear 0.15s;
}
.page__schools .tabs .tab__panes .tab__pane.show .wrapper__about .content .buttons .btn-school:hover {
  color: #072F48;
  background-color: #B2DCE8;
}
.page__schools .tabs .tab__panes .tab__pane.show .wrapper__about .detail {
  width: fit-content;
  margin-top: 8px;
  margin-right: 0;
  margin-left: auto;
}
.page__schools .tabs .tab__panes .tab__pane.show .wrapper__list {
  display: flex;
  gap: 16px;
  margin-bottom: 62px;
}
.page__schools .tabs .tab__panes .tab__pane.show .wrapper__list .lines {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 4px;
}
.page__schools .tabs .tab__panes .tab__pane.show .wrapper__list ul {
  display: flex;
  flex-direction: column;
  gap: 21px;
  margin-top: 0;
}
.page__schools .tabs .tab__panes .tab__pane.show .wrapper__list ul li {
  color: #072F48;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.page__schools .tabs .tab__panes .tab__pane.show .cover__bottom {
  width: 100%;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane1 .wrapper__banner {
  background-image: url('../img/school-1.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top right;
  padding-top: 32px;
  padding-bottom: 194px;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane1 .wrapper__banner .logo {
  margin-bottom: 32px;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane1 .wrapper__banner .title {
  max-width: 481px;
  width: 100%;
  margin-bottom: 24px;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane1 .wrapper__banner .description {
  max-width: 365px;
  width: 100%;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane2 .wrapper__banner {
  background-image: url('../img/school-2.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top right;
  padding-top: 62px;
  padding-bottom: 267px;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane2 .wrapper__banner .logo {
  margin-bottom: 38px;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane2 .wrapper__banner .title {
  max-width: 543px;
  width: 100%;
  margin-bottom: 38px;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane2 .wrapper__banner .description {
  max-width: 448px;
  width: 100%;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane3 .wrapper__banner {
  background-image: url('../img/school-3.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top right;
  padding-top: 42px;
  padding-bottom: 243px;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane3 .wrapper__banner .logo {
  margin-bottom: 54px;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane3 .wrapper__banner .title {
  max-width: 475px;
  width: 100%;
  margin-bottom: 42px;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane3 .wrapper__banner .description {
  max-width: 365px;
  width: 100%;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane4 .wrapper__banner {
  background-image: url('../img/school-4.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top right;
  padding-top: 62px;
  padding-bottom: 214px;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane4 .wrapper__banner .logo {
  margin-bottom: 42px;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane4 .wrapper__banner .title {
  max-width: 447px;
  width: 100%;
  margin-bottom: 42px;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane4 .wrapper__banner .description {
  max-width: 426px;
  width: 100%;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane5 .wrapper__banner {
  background-image: url('../img/school-5.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top right;
  padding-top: 62px;
  padding-bottom: 239px;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane5 .wrapper__banner .logo {
  margin-bottom: 42px;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane5 .wrapper__banner .title {
  max-width: 409px;
  width: 100%;
  margin-bottom: 46px;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane5 .wrapper__banner .description {
  max-width: 402px;
  width: 100%;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane6 .wrapper__banner {
  background-image: url('../img/school-6.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top right;
  padding-top: 62px;
  padding-bottom: 239px;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane6 .wrapper__banner .logo {
  margin-bottom: 42px;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane6 .wrapper__banner .title {
  max-width: 409px;
  width: 100%;
  margin-bottom: 32px;
  font-size: 28px;
}
.page__schools .tabs .tab__panes .tab__pane.show.pane6 .wrapper__banner .description {
  max-width: 402px;
  width: 100%;
}
@media (max-width: 768px) {
  .page__schools {
    margin-top: 32px;
  }
  .page__schools .tabs .tab__selectors {
    display: grid;
    grid-template-columns: repeat(3, 116.5px);
    justify-content: center;
    gap: 4px;
  }
  .page__schools .tabs .tab__selectors .tab__selector {
    width: 116.5px;
    height: 64px;
    padding: 8px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
  }
  .page__schools .tabs .tab__panes .tab__pane.show .wrapper__banner {
    height: auto;
    margin-top: 16px;
    width: 100%;
  }
  .page__schools .tabs .tab__panes .tab__pane.show .wrapper__banner .logo {
    margin-left: 62px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show .wrapper__banner .title {
    font-size: 22px;
    margin-left: 16px;
    line-height: 26px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show .wrapper__banner .description {
    font-size: 16px;
    margin-left: 16px;
    margin-right: 16px;
    line-height: 22px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show .wrapper__about {
    margin-top: 32px;
    position: relative;
  }
  .page__schools .tabs .tab__panes .tab__pane.show .wrapper__about .line {
    display: none;
  }
  .page__schools .tabs .tab__panes .tab__pane.show .wrapper__about .line--is-mobile {
    display: flex;
    align-items: center;
  }
  .page__schools .tabs .tab__panes .tab__pane.show .wrapper__about .line--is-mobile .line-horizontal {
    height: 1px;
    width: 16px;
    background-color: #072F48;
  }
  .page__schools .tabs .tab__panes .tab__pane.show .wrapper__about .line--is-mobile .line-vertical {
    width: 1px;
    background-color: #072F48;
  }
  .page__schools .tabs .tab__panes .tab__pane.show .wrapper__about .content {
    width: calc(100% - 48px);
    margin-left: 16px;
    margin-right: 32px;
    position: relative;
    z-index: 1;
  }
  .page__schools .tabs .tab__panes .tab__pane.show .wrapper__about .content .about__description {
    font-size: 16px;
    line-height: 22px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show .wrapper__about .content .buttons {
    flex-direction: column;
    gap: 24px;
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
  }
  .page__schools .tabs .tab__panes .tab__pane.show .wrapper__about .content .buttons .btn-school {
    width: 100%;
    height: 46px;
    font-size: 18px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show .wrapper__about .detail {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 68px;
    z-index: 0;
  }
  .page__schools .tabs .tab__panes .tab__pane.show .wrapper__list .lines {
    display: none;
  }
  .page__schools .tabs .tab__panes .tab__pane.show .wrapper__list ul {
    margin-left: 16px;
    margin-right: 16px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show .wrapper__list ul li {
    position: relative;
    padding-left: 20px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show .wrapper__list ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #B2DCE8;
    font-size: 32px;
    line-height: 20px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show .cover__bottom {
    height: 200px;
    object-fit: cover;
    object-position: center;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane1 .wrapper__banner {
    padding-top: 12px;
    background-position: top 62px right;
    padding-bottom: 42px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane1 .wrapper__banner .logo {
    width: 90px;
    margin-bottom: 30px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane1 .wrapper__banner .title {
    max-width: 232px;
    margin-bottom: 86px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane1 .wrapper__banner .description {
    width: calc(100% - 32px);
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane1 .wrapper__about .line--is-mobile .line-vertical {
    height: 131px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane2 .wrapper__banner {
    background-position: top 42px right -40px;
    padding-bottom: 42px;
    padding-top: 24px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane2 .wrapper__banner .logo {
    width: 160px;
    margin-bottom: 24px;
    margin-left: 10%;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane2 .wrapper__banner .title {
    max-width: 260px;
    margin-bottom: 74px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane2 .wrapper__banner .description {
    width: calc(100% - 32px);
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane2 .wrapper__about .line--is-mobile .line-vertical {
    height: 131px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane3 .wrapper__banner {
    background-position: top 42px right -20px;
    padding-bottom: 42px;
    padding-top: 24px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane3 .wrapper__banner .logo {
    width: 90px;
    margin-bottom: 24px;
    margin-left: 18%;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane3 .wrapper__banner .title {
    max-width: 240px;
    margin-bottom: 74px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane3 .wrapper__banner .description {
    width: calc(100% - 32px);
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane3 .wrapper__about .line--is-mobile .line-vertical {
    height: 196px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane4 .wrapper__banner {
    background-position: top 52px right -30px;
    padding-bottom: 42px;
    padding-top: 24px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane4 .wrapper__banner .logo {
    width: 110px;
    margin-bottom: 20px;
    margin-left: 16%;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane4 .wrapper__banner .title {
    max-width: 240px;
    margin-bottom: 64px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane4 .wrapper__banner .description {
    width: calc(100% - 32px);
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane4 .wrapper__about .line--is-mobile .line-vertical {
    height: 219px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane5 .wrapper__banner {
    background-position: top 42px right -10px;
    padding-bottom: 42px;
    padding-top: 24px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane5 .wrapper__banner .logo {
    width: 140px;
    margin-bottom: 30px;
    margin-left: 12%;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane5 .wrapper__banner .title {
    max-width: 240px;
    margin-bottom: 72px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane5 .wrapper__banner .description {
    width: calc(100% - 32px);
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane5 .wrapper__about .line--is-mobile .line-vertical {
    height: 108px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane6 .wrapper__banner {
    background-position: top 42px right -10px;
    padding-bottom: 42px;
    padding-top: 24px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane6 .wrapper__banner .logo {
    width: 140px;
    margin-bottom: 20px;
    margin-left: 12%;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane6 .wrapper__banner .title {
    max-width: 240px;
    margin-bottom: 82px;
    font-size: 22px;
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane6 .wrapper__banner .description {
    width: calc(100% - 32px);
  }
  .page__schools .tabs .tab__panes .tab__pane.show.pane6 .wrapper__about .line--is-mobile .line-vertical {
    height: 195px;
  }
}
.page__global {
  margin-top: 35px;
  background-image: url('../img/detail-global.svg');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 160px;
}
.page__global .wrapper__banner {
  display: flex;
  align-items: center;
  gap: 64px;
  margin-bottom: 62px;
}
.page__global .wrapper__banner .cover {
  max-width: 660px;
  width: 100%;
}
.page__global .wrapper__banner .content {
  max-width: 423px;
  width: 100%;
}
.page__global .wrapper__banner .content .title {
  font-family: 'Manrope', sans-serif;
  font-size: 52px;
  font-weight: 400;
  color: #072F48;
  margin-bottom: 52px;
  line-height: 32px;
}
.page__global .wrapper__banner .content .title span {
  font-family: 'Brownhill Script', sans-serif;
  font-size: 122px;
  font-weight: 400;
  color: #B2DCE8;
  margin-left: 12px;
}
.page__global .wrapper__banner .content .description-1 {
  color: #072F48;
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 24px;
  max-width: 369px;
  width: 100%;
}
.page__global .wrapper__banner .content .description-2 {
  color: #072F48;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 365px;
  width: 100%;
}
.page__global .wrapper__banner .content .description-2 span {
  font-weight: 700;
}
.page__global .wrapper__about {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 92px;
}
.page__global .wrapper__about .line {
  width: fit-content;
  margin-top: 8px;
}
.page__global .wrapper__about .line--is-mobile {
  display: none;
}
.page__global .wrapper__about .about__description {
  color: #072F48;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 927px;
  width: 100%;
}
.page__global .wrapper__about .about__description span {
  font-weight: 700;
}
.page__carousel {
  background-color: #B2DCE8;
  padding-top: 62px;
  padding-bottom: 62px;
}
.page__carousel .carousel .carousel__title {
  color: #072F48;
  text-align: center;
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin: 0 auto 8px auto;
}
.page__carousel .carousel .subtitle {
  color: #072F48;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 42px;
}
.page__carousel .carousel .owl-carousel.owl-theme.global__carousel {
  position: relative;
}
.page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-dots {
  display: none;
}
.page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1120px;
}
.page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-nav .owl-prev,
.page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-nav .owl-next {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-nav .owl-prev:hover,
.page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-nav .owl-next:hover,
.page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-nav .owl-prev:focus,
.page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-nav .owl-next:focus {
  background: transparent !important;
  border: none;
  outline: none;
  box-shadow: none;
}
.page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-nav .owl-prev img,
.page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-nav .owl-next img {
  transition: opacity 0.2s ease;
}
.page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-nav .owl-prev img:hover,
.page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-nav .owl-next img:hover {
  opacity: 0.7;
}
.page__carousel .carousel .owl-carousel.owl-theme.global__carousel .card__global {
  max-width: 927px;
  width: 100%;
  height: 418px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  background-color: #FFF;
}
.page__carousel .carousel .owl-carousel.owl-theme.global__carousel .card__global .cover {
  max-width: 453px;
  width: 100%;
}
.page__carousel .carousel .owl-carousel.owl-theme.global__carousel .card__global .cover .cover__img {
  width: 100%;
}
.page__carousel .carousel .owl-carousel.owl-theme.global__carousel .card__global .card__content {
  padding: 55px 43px 55px 29px;
}
.page__carousel .carousel .owl-carousel.owl-theme.global__carousel .card__global .card__content .card-text {
  color: #072F48;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.page__carousel .carousel .owl-carousel.owl-theme.global__carousel .card__global .card__content .card-text span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .page__global {
    background: none;
  }
  .page__global .wrapper__banner {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 42px;
  }
  .page__global .wrapper__banner .cover {
    width: 92%;
    margin-left: 0;
    margin-right: auto;
  }
  .page__global .wrapper__banner .content {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
  .page__global .wrapper__banner .content .title {
    font-size: 42px;
    margin-left: 12px;
    line-height: 24px;
  }
  .page__global .wrapper__banner .content .title span {
    font-size: 102px;
  }
  .page__global .wrapper__banner .content .description-1 {
    font-size: 24px;
    line-height: 26px;
  }
  .page__global .wrapper__banner .content .description-2 {
    font-size: 16px;
    line-height: 22px;
  }
  .page__global .wrapper__about {
    gap: 16px;
    margin-bottom: 42px;
  }
  .page__global .wrapper__about .line {
    display: none;
  }
  .page__global .wrapper__about .line--is-mobile {
    display: flex;
    align-items: center;
  }
  .page__global .wrapper__about .line--is-mobile .line-horizontal {
    height: 1px;
    width: 16px;
    background-color: #072F48;
  }
  .page__global .wrapper__about .line--is-mobile .line-vertical {
    width: 1px;
    height: 151px;
    background-color: #072F48;
  }
  .page__global .wrapper__about .about__description {
    font-size: 16px;
    line-height: 22px;
    width: calc(100% - 32px);
    margin-right: 32px;
  }
  .page__carousel {
    padding-top: 42px;
  }
  .page__carousel .carousel .carousel__title {
    font-size: 24px;
    margin-left: 16px;
    margin-right: 16px;
    font-weight: 600;
  }
  .page__carousel .carousel .subtitle {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 76px;
    font-size: 18px;
  }
  .page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-dots .owl-dot {
    height: 8px !important;
    display: flex;
    align-items: center;
  }
  .page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-dots .owl-dot span {
    margin: 0;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 1px solid #072F48;
    border-radius: 100%;
  }
  .page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-dots .owl-dot.active span {
    background-color: #072F48;
  }
  .page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-dots.disabled {
    display: none;
  }
  .page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-nav {
    width: 100%;
    justify-content: center;
    gap: 16px;
    top: -40px;
  }
  .page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-nav .owl-prev img,
  .page__carousel .carousel .owl-carousel.owl-theme.global__carousel .owl-nav .owl-next img {
    width: 40px;
  }
  .page__carousel .carousel .owl-carousel.owl-theme.global__carousel .card__global {
    height: 632px;
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: calc(100% - 32px);
    margin: 0 16px 30px 16px;
  }
  .page__carousel .carousel .owl-carousel.owl-theme.global__carousel .card__global .card__content {
    padding: 20px;
  }
  .page__carousel .carousel .owl-carousel.owl-theme.global__carousel .card__global .card__content .card-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.page__learning {
  padding-top: 62px;
  padding-bottom: 62px;
}
.page__learning .wrapper__banner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 68px;
  margin-bottom: 82px;
}
.page__learning .wrapper__banner .cover {
  max-width: 525px;
  width: 100%;
}
.page__learning .wrapper__banner .content {
  max-width: 475px;
  width: 100%;
  padding-right: 16px;
}
.page__learning .wrapper__banner .content .title {
  font-family: 'Manrope', sans-serif;
  font-size: 52px;
  font-weight: 400;
  color: #072F48;
  margin-bottom: 72px;
  line-height: 42px;
}
.page__learning .wrapper__banner .content .title span {
  font-family: 'Brownhill Script', sans-serif;
  font-size: 122px;
  font-weight: 400;
  color: #B2DCE8;
  margin-left: 68px;
}
.page__learning .wrapper__banner .content .description-1 {
  color: #072F48;
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 32px;
}
.page__learning .wrapper__banner .content .description-2 {
  color: #072F48;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.page__learning .wrapper__banner .content .description-2 span {
  font-weight: 700;
}
.page__learning .cover2--is-mobile {
  display: none;
}
.page__learning .wrapper__content {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 82px;
}
.page__learning .wrapper__content .line {
  margin-top: 57px;
  margin-right: 25px;
}
.page__learning .wrapper__content .line--is-mobile {
  display: none;
}
.page__learning .wrapper__content .content {
  max-width: 355px;
  width: 100%;
  margin-top: 46px;
}
.page__learning .wrapper__content .content .text-1 {
  color: #072F48;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 24px;
}
.page__learning .wrapper__content .content .text-2 {
  color: #072F48;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.page__learning .wrapper__content .cover2 {
  max-width: 610px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
.page__learning .wrapper__organization {
  max-width: 1152px;
  padding: 0 16px;
  margin: 0 auto;
  margin-bottom: 62px;
}
.page__learning .wrapper__organization .organization__title {
  color: #072F48;
  text-align: center;
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
.page__learning .wrapper__organization .organization__description {
  color: #072F48;
  font-family: Arial;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 62px;
}
.page__learning .wrapper__organization .organization__description span {
  font-weight: 700;
}
.page__learning .wrapper__organization .cards {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
  margin-bottom: 42px;
}
.page__learning .wrapper__organization .cards .card__organization {
  width: 361px;
  height: 421px;
  background-color: #072F48;
  display: flex;
  flex-direction: column;
}
.page__learning .wrapper__organization .cards .card__organization .card__cover {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 16px;
}
.page__learning .wrapper__organization .cards .card__organization .card-content {
  padding: 0 22px 18px 27px;
}
.page__learning .wrapper__organization .cards .card__organization .card-content .card-title {
  color: #FFF;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}
.page__learning .wrapper__organization .cards .card__organization .card-content .card-text {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.page__learning .wrapper__organization .text-about {
  color: #072F48;
  text-align: center;
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  max-width: 1010px;
  margin: 0 auto;
}
.page__learning .wrapper__about {
  display: flex;
  gap: 62px;
  align-items: center;
  margin-bottom: 62px;
}
.page__learning .wrapper__about .cover3 {
  max-width: 661px;
  width: 100%;
}
.page__learning .wrapper__about .content {
  max-width: 325px;
  width: 100%;
}
.page__learning .wrapper__about .content .about__title {
  color: #072F48;
  font-family: Manrope;
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 46px;
  margin-bottom: 32px;
}
.page__learning .wrapper__about .content .about__title span {
  font-weight: 700;
}
.page__learning .wrapper__about .content .about__text {
  color: #072F48;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.page__learning .wrapper__about .content .about__text span {
  font-weight: 700;
}
.page__learning .wrapper__list {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.page__learning .wrapper__list .lines {
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-top: 98px;
  margin-right: 25px;
}
.page__learning .wrapper__list .list__content {
  margin-top: 16px;
  max-width: 357px;
  width: 100%;
}
.page__learning .wrapper__list .list__content .list__title {
  color: #072F48;
  font-family: Manrope;
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 24px;
}
.page__learning .wrapper__list .list__content ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.page__learning .wrapper__list .cover4 {
  width: 610px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 24px;
}
.page__learning .cover4--is-mobile {
  display: none;
}
@media (max-width: 768px) {
  .page__learning {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .page__learning .wrapper__banner {
    flex-direction: column-reverse;
    gap: 32px;
    margin-bottom: 42px;
  }
  .page__learning .wrapper__banner .cover {
    width: 82%;
    margin-right: 0;
    margin-left: auto;
  }
  .page__learning .wrapper__banner .content {
    padding-right: 0;
    margin-right: 16px;
    margin-left: 16px;
    width: calc(100% - 32px);
  }
  .page__learning .wrapper__banner .content .title {
    font-size: 42px;
    margin-left: 12px;
    line-height: 24px;
  }
  .page__learning .wrapper__banner .content .title span {
    font-size: 102px;
  }
  .page__learning .wrapper__banner .content .description-1 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .page__learning .wrapper__banner .content .description-2 {
    font-size: 16px;
    line-height: 22px;
  }
  .page__learning .cover2--is-mobile {
    display: block;
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    margin-bottom: 32px;
  }
  .page__learning .wrapper__content {
    gap: 16px;
    margin-bottom: 60px;
  }
  .page__learning .wrapper__content .line {
    display: none;
  }
  .page__learning .wrapper__content .line--is-mobile {
    display: flex;
    align-items: center;
  }
  .page__learning .wrapper__content .line--is-mobile .line-horizontal {
    height: 1px;
    width: 16px;
    background-color: #072F48;
  }
  .page__learning .wrapper__content .line--is-mobile .line-vertical {
    width: 1px;
    height: 124px;
    background-color: #072F48;
  }
  .page__learning .wrapper__content .content {
    margin-top: 0;
    width: calc(100% - 16px);
    margin-right: 16px;
  }
  .page__learning .wrapper__content .content .text-1 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 16px;
  }
  .page__learning .wrapper__content .cover2 {
    display: none;
  }
  .page__learning .wrapper__organization .organization__title {
    font-size: 28px;
    line-height: 28px;
  }
  .page__learning .wrapper__organization .organization__description {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 42px;
  }
  .page__learning .wrapper__organization .cards {
    flex-direction: column;
  }
  .page__learning .wrapper__organization .cards .card__organization {
    width: 100%;
    max-width: 340px;
  }
  .page__learning .wrapper__organization .text-about {
    font-size: 18px;
    line-height: 23px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .page__learning .wrapper__about {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 42px;
  }
  .page__learning .wrapper__about .cover3 {
    width: 92%;
    margin-left: 0;
    margin-right: auto;
  }
  .page__learning .wrapper__about .content {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
  .page__learning .wrapper__about .content .about__title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .page__learning .wrapper__about .content .about__text {
    font-size: 18px;
    line-height: 23px;
  }
  .page__learning .wrapper__list {
    padding-bottom: 32px;
  }
  .page__learning .wrapper__list .lines {
    display: none;
  }
  .page__learning .wrapper__list .list__content {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 0;
  }
  .page__learning .wrapper__list .list__content .list__title {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 24px;
    padding-left: 16px;
  }
  .page__learning .wrapper__list .list__content ul {
    gap: 16px;
    list-style: none;
    padding-left: 0;
  }
  .page__learning .wrapper__list .list__content ul li {
    position: relative;
    padding-left: 20px;
  }
  .page__learning .wrapper__list .list__content ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #B2DCE8;
    font-size: 32px;
    line-height: 32px;
  }
  .page__learning .wrapper__list .cover4 {
    display: none;
  }
  .page__learning .cover4--is-mobile {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
  }
}
.page__security {
  background-color: #B2DCE8;
}
.page__security .wrapper__banner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 108px;
  margin-bottom: 82px;
}
.page__security .wrapper__banner .cover {
  max-width: 610px;
  width: 100%;
}
.page__security .wrapper__banner .content {
  max-width: 436px;
  width: 100%;
  padding-left: 16px;
}
.page__security .wrapper__banner .content .title {
  font-family: 'Manrope', sans-serif;
  font-size: 52px;
  font-weight: 400;
  color: #072F48;
  line-height: 42px;
  position: relative;
  z-index: 2;
}
.page__security .wrapper__banner .content .title2 {
  font-family: 'Brownhill Script', sans-serif;
  font-size: 122px;
  font-weight: 400;
  color: #FFF;
  margin-left: 4px;
  position: relative;
  z-index: 1;
  margin-top: -48px;
}
.page__security .wrapper__banner .content .description {
  color: #072F48;
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
}
.page__security .wrapper__about {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 62px;
}
.page__security .wrapper__about .lines {
  display: flex;
  flex-direction: column;
}
.page__security .wrapper__about .lines .line {
  width: fit-content;
}
.page__security .wrapper__about .lines .line.line1 {
  margin-top: 5px;
  margin-bottom: 42px;
}
.page__security .wrapper__about .lines .line.line2 {
  margin-bottom: 135px;
}
.page__security .wrapper__about .line--is-mobile {
  display: none;
}
.page__security .wrapper__about .about__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.page__security .wrapper__about .about__content .item {
  max-width: 927px;
  width: 100%;
}
.page__security .wrapper__about .about__content .item .item__title {
  color: #072F48;
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 6px;
}
.page__security .wrapper__about .about__content .item .item__text {
  color: #072F48;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.page__security .wrapper__about .about__content .item .logos {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.page__security .wrapper__about .about__content .item .logos .logo {
  max-height: 75px;
}
.page__security .cover__bottom {
  width: 100%;
}
@media (max-width: 768px) {
  .page__security .wrapper__banner {
    flex-direction: column;
    gap: 32px;
    padding-top: 62px;
    margin-bottom: 62px;
  }
  .page__security .wrapper__banner .cover {
    width: 90%;
    margin-right: 0;
    margin-left: auto;
  }
  .page__security .wrapper__banner .content {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
  .page__security .wrapper__banner .content .title {
    font-size: 42px;
    line-height: 34px;
  }
  .page__security .wrapper__banner .content .title2 {
    font-size: 102px;
  }
  .page__security .wrapper__banner .content .description {
    font-size: 22px;
    line-height: 23px;
  }
  .page__security .wrapper__about {
    gap: 16px;
  }
  .page__security .wrapper__about .lines {
    display: none;
  }
  .page__security .wrapper__about .line--is-mobile {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .page__security .wrapper__about .line--is-mobile .lines-mobile {
    display: flex;
    align-items: center;
  }
  .page__security .wrapper__about .line--is-mobile .lines-mobile .line-horizontal {
    height: 1px;
    width: 16px;
    background-color: #072F48;
  }
  .page__security .wrapper__about .line--is-mobile .lines-mobile .line-vertical {
    width: 1px;
    background-color: #072F48;
  }
  .page__security .wrapper__about .line--is-mobile .lines-mobile.line1 .line-vertical {
    height: 112px;
  }
  .page__security .wrapper__about .line--is-mobile .lines-mobile.line2 .line-vertical {
    height: 454px;
  }
  .page__security .wrapper__about .line--is-mobile .lines-mobile.line3 .line-vertical {
    height: 80px;
  }
  .page__security .wrapper__about .about__content {
    gap: 20px;
  }
  .page__security .wrapper__about .about__content .item {
    width: calc(100% - 16px);
    margin-right: 16px;
  }
  .page__security .wrapper__about .about__content .item .item__title {
    font-size: 20px;
    line-height: 23px;
  }
  .page__security .wrapper__about .about__content .item .item__text {
    font-size: 16px;
    line-height: 22px;
  }
  .page__security .cover__bottom {
    height: 200px;
    object-fit: cover;
    object-position: center;
  }
}
