@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: ERPx;
  font-size: 16px !important;
  direction: rtl;
  overflow-x: hidden;
  max-width: 100vw;
  cursor: url("../images/home-page/cursor.png"), auto !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
div {
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
  /*background-color: transparent;*/
  border: none;
  box-shadow: none;
  text-decoration: none;
}

input {
  outline: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}
a:focus {
  color: unset;
}
a:hover {
  color: unset;
}

img {
  object-fit: cover;
}

.main-container {
  margin: 0 auto;
  width: 92%;
}
@media (min-width: 767.5px) {
  .main-container {
    width: 90%;
  }
}
@media (min-width: 1599.5px) {
  .main-container {
    max-width: 1450px;
  }
}
@media (min-width: 1699.5px) {
  .main-container {
    max-width: 1550px;
  }
}

@keyframes zoom-out {
  0% {
    filter: blur(15px);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.15) translateY(-35%);
    -webkit-transform: scale(1.15) translateY(-35%);
    -moz-transform: scale(1.15) translateY(-35%);
    -ms-transform: scale(1.15) translateY(-35%);
    -o-transform: scale(1.15) translateY(-35%);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
  }
}
.zoom-out {
  animation: zoom-out 1s forwards;
  animation-delay: 1.5s;
  -webkit-animation: zoom-out 1s forwards;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(25%);
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -o-transform: translateY(25%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.fade-up {
  animation: fade-up 1.2s forwards;
  -webkit-animation: fade-up 1.2s forwards;
}

@keyframes fade-up-2 {
  0% {
    opacity: 0;
    transform: translateY(25%) translateX(-50%);
    -webkit-transform: translateY(25%) translateX(-50%);
    -moz-transform: translateY(25%) translateX(-50%);
    -ms-transform: translateY(25%) translateX(-50%);
    -o-transform: translateY(25%) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -o-transform: translateY(0) translateX(-50%);
  }
}
.fade-up-2 {
  animation: fade-up-2 1.2s forwards;
  -webkit-animation: fade-up-2 1.2s forwards;
}

@keyframes fade-right {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-35%);
    -webkit-transform: translateX(-35%);
    -moz-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    -o-transform: translateX(-35%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
.fade-right {
  animation: fade-right 1s forwards;
  animation-delay: 1.5s;
  -webkit-animation: fade-right 1s forwards;
}

@keyframes fade-left {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(35%);
    -webkit-transform: translateX(35%);
    -moz-transform: translateX(35%);
    -ms-transform: translateX(35%);
    -o-transform: translateX(35%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
.fade-left {
  animation: fade-left 1s forwards;
  animation-delay: 1.5s;
  -webkit-animation: fade-left 1s forwards;
}

.toggle-menu-parent {
  opacity: 0;
  visibility: hidden;
}

.toggle-menu-parent.show-menu {
  opacity: 1;
  visibility: visible;
}

.about-us .about-us-slider-container .about-us-img-container .about-us-img, .quick-access .quick-access-pattern-box .quick-access-pattern {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.gif-slide .gif-container .auto-play-gif, .banner .banner-slider .banner-slide .banner-img-container .logo-mask-1 .logo-mask-2, .footer-slide .footer-content .footer-mask-outer .footer-mask-inner .logo-mask-1 .logo-mask-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.gif-slide:before, .banner .banner-slider .banner-slide .banner-img-container .banner-img-mask-1::before, .banner .banner-slider .banner-slide .banner-img-container .banner-img-mask::before, .news-section::before, .news-section .swiper-slide .news-slide-inside::before, .footer-slide .footer-content .footer-mask-outer .footer-mask-inner:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.banner .banner-slider .banner-slide .banner-description .banner-title, .banner .banner-slider .banner-slide .banner-description .banner-text, .news-section .swiper-slide .news-slide-inside .news-sum-info .news-title, .news-section .swiper-slide .news-slide-inside .news-desc-box .news-title, .news-section .swiper-slide .news-slide-inside .news-desc-box .news-text, .about-us .about-us-slider-container .about-us-text,
.about-us .about-us-slider-container .about-our-aim-text, .about-us .about-us-slider-container .about-us-description-container .about-us-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.levels .levels-items .level-item .level-item-title, .quick-access .quick-access-items .quick-access-item .quick-access-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner .banner-slider .banner-slide .banner-img-container .logo-mask-1, .banner .banner-slider .banner-slide .banner-img-container .logo-mask-1 .logo-mask-2, .banner .banner-slider .banner-slide .banner-img-container .banner-img-mask-1, .banner .banner-slider .banner-slide .banner-img-container .banner-img-mask, .library .library-images .library-mask-outer .library-mask-inner, .footer-slide .footer-content .footer-mask-outer .footer-mask-inner .logo-mask-1, .footer-slide .footer-content .footer-mask-outer .footer-mask-inner .logo-mask-1 .logo-mask-2 {
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.swiper-button-disabled {
  opacity: 0.5 !important; /* Lower opacity to indicate they’re disabled */
  pointer-events: none; /* Prevent clicks */
}

.swiper-slide {
  cursor: url("../images/home-page/cursor.png") 0 0, auto !important;
}

.slider-pagination {
  direction: ltr;
  left: unset;
  top: unset;
  bottom: unset;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  cursor: url("../images/home-page/cursor.png") 0 0, auto !important;
}
.slider-pagination .swiper-pagination-bullet {
  opacity: 1;
}

.swiper-scrollbar {
  position: relative !important;
  left: unset !important;
  top: unset !important;
  bottom: unset !important;
}

.slider-prev-btn {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.swiper-button-lock {
  display: none !important;
}

.swiper-pagination-lock {
  display: none !important;
}

.FaNum {
  font-family: ERPxFaNum !important;
}

.gap-03 {
  gap: 0.3em;
}

.gap-05 {
  gap: 0.5em;
}

.gap-1 {
  gap: 1em;
}

.gap-2 {
  gap: 2em;
}

.opacity05 {
  opacity: 0.5;
}

textarea {
  outline: none;
  resize: none;
  border: none;
}

.nav-tabs > li > a:hover {
  border-color: transparent !important;
  background-color: transparent;
}

.nav::before,
.nav::after {
  content: none;
}

/* Remove all nav-tabs styles */
.nav-tabs {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

/* Reset tab links */
.nav-tabs > li {
  float: none;
  margin-bottom: 0;
}

.nav-tabs > li > a {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border-radius: 0;
}

/* Remove active tab styles */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: none;
  color: inherit !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
  color: inherit !important;
  text-decoration: none;
  background-color: transparent;
}

.section-part {
  width: 100%;
  position: relative;
}

.section-child {
  position: relative;
  width: 100%;
  padding-block: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 575.5px) {
  .section-child {
    padding-block: 6em;
  }
}
@media (min-width: 991.5px) {
  .section-child {
    padding-block: 2em;
    padding-inline: 4em;
    min-height: 100%;
    box-sizing: border-box;
  }
}

.swiper-sections-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.swiper-sections-container > .swiper-wrapper > .swiper-slide {
  width: 100%;
  height: 100% !important;
  overflow-y: auto;
}
.swiper-sections-container .swiper-sections-pagination {
  position: absolute;
  right: auto !important;
  left: 0 !important;
  width: 3em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.swiper-sections-container .swiper-sections-pagination .swiper-pagination-bullet {
  background: #2952be;
  opacity: 1;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  width: 6px;
  height: 6px;
  position: relative;
  margin-block: 1.5em;
}
.swiper-sections-container .swiper-sections-pagination .swiper-pagination-bullet-active {
  width: 1px;
  height: 20px;
  margin-top: 3em;
  margin-right: 0.1em;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.swiper-sections-container .swiper-sections-pagination .swiper-pagination-bullet-active:after {
  content: attr(data-index);
  position: absolute;
  top: -22px;
  left: 0;
  height: 7px;
  font-size: 0.8em;
  font-weight: 500;
  color: #2952be;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.main-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  padding-block: 1.2em;
  padding-inline: 3%;
}
/*.main-header.fixed {*/
/*  background: #F31414F7 !important;*/
/*}*/
.main-header .header-content .header-content-right .school-logo {
  width: 2.5em;
}
@media (min-width: 767.5px) {
  .main-header .header-content .header-content-right .school-logo {
    width: 3em;
  }
}
@media (min-width: 1399.5px) {
  .main-header .header-content .header-content-right .school-logo {
    width: 4em;
  }
}
.main-header .header-content .header-content-left .header-left-title {
  font-size: 1em;
}
@media (min-width: 1399.5px) {
  .main-header .header-content .header-content-left .header-left-title {
    font-size: 1.2em;
  }
}
@media (min-width: 1399.5px) {
  .main-header .header-content .header-content-left .icon-menu {
    font-size: 1.3em;
  }
}

@keyframes toggleMenuBackground {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.8);
  }
}
.toggle-menu-parent {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  left: -100%;
  overflow-y: auto;
}
.toggle-menu-parent.show-menu {
  left: 0;
  animation: toggleMenuBackground 0.7s forwards;
  -webkit-animation: toggleMenuBackground 0.7s forwards;
  animation-delay: 0.2s;
}
.toggle-menu-parent .toggle-menu {
  position: relative;
  background: rgba(182, 220, 118, 0.6);
  height: 100%;
  width: 100%;
  padding: 2em 2.5em 1em;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  overflow-y: auto;
}
@media (min-width: 575.5px) {
  .toggle-menu-parent .toggle-menu {
    width: 57%;
  }
}
@media (min-width: 991.5px) {
  .toggle-menu-parent .toggle-menu {
    width: 40%;
  }
}
.toggle-menu-parent .toggle-menu .icon-close-btn {
  margin-left: -0.5em;
  cursor: pointer;
}
.toggle-menu-parent .toggle-menu .icon-close-btn::before {
  color: #c5ff64;
}
.toggle-menu-parent .toggle-menu .search-form {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #c5ff64;
  padding: 0.5em;
  margin-top: 2em;
}
.toggle-menu-parent .toggle-menu .search-form .search-input {
  border-left: 1px solid #c5ff64;
  width: 90%;
}
.toggle-menu-parent .toggle-menu .search-form .search-submit {
  width: 9%;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item {
  position: relative;
  margin-bottom: 1em;
  font-size: 1em;
  cursor: pointer;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item:hover .menu-item-link, .toggle-menu-parent .toggle-menu .menu-items .menu-item.active .menu-item-link {
  color: #242f11;
  background-color: #fff;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item:hover .menu-item-link .icon-chevron-down:before, .toggle-menu-parent .toggle-menu .menu-items .menu-item.active .menu-item-link .icon-chevron-down:before {
  color: #242f11;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item.open .submenu-div {
  padding-top: 1em;
  max-height: 20em;
  visibility: visible;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .menu-item-link {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  padding: 0.5em;
  width: 100%;
  color: #d6ff90;
  gap: 1rem;
  justify-content: flex-start;
  font-size: 1em;
  font-weight: 400;
  z-index: 0;
  position: relative;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .menu-item-link .icon-chevron-down {
  font-size: 1.2em;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .menu-item-link .icon-chevron-down:before {
  color: #D6FF90;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .submenu-div {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  max-height: 0;
  margin-right: 1em;
  padding-right: 0.8em;
  visibility: hidden;
  overflow: hidden;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .submenu-div .submenu-item {
  font-size: 1em;
  color: #d6ff90;
  margin: 1em 0;
  text-align: right;
  display: block;
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns {
  border-top: 1px solid #c5ff64;
  margin-top: auto;
  padding-top: 1em;
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns .toggle-menu-btn {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 0.8em 0.3em;
  width: 100%;
  background: #c3f371;
  color: #152b65;
}
@media (min-width: 575.5px) {
  .toggle-menu-parent .toggle-menu .toggle-menu-btns .toggle-menu-btn {
    width: 47%;
  }
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns .toggle-menu-btn .menu-bottom-icon {
  font-size: 1.4em;
}

.fixed-footer {
  position: fixed;
  bottom: 1em;
  left: 3%;
  z-index: 900;
  display: none;
}
@media (min-width: 991.5px) {
  .fixed-footer {
    display: block;
  }
}
.fixed-footer .phone-number {
  font-size: 1.2em;
  color: #2952be;
}
.fixed-footer .divider {
  background-color: #2952be;
  width: 1px;
  height: 15px;
}
.fixed-footer .fixed-footer-inside {
  position: relative;
}
.fixed-footer .icon-phone:before {
  color: #2952be;
}

.footer-slide {
  overflow: hidden;
  padding-bottom: 0 !important;
  padding-top: 4em !important;
  padding-inline: 0 !important;
  background: url(../images/home-page/banner-footer-section-pattern.svg) no-repeat center;
  background-size: cover;
  background-color: #e8f4ff;
}
.footer-slide .footer-top-container {
  margin: 0 auto;
  width: 92%;
}
@media (min-width: 767.5px) {
  .footer-slide .footer-top-container {
    width: 90%;
  }
}
@media (min-width: 991.5px) {
  .footer-slide .footer-top-container {
    max-width: 800px;
  }
}
@media (min-width: 1399.5px) {
  .footer-slide .footer-top-container {
    max-width: 1000px;
  }
}
@media (min-width: 1899.5px) {
  .footer-slide .footer-top-container {
    max-width: 1100px;
  }
}
.footer-slide .main-container {
  margin: 0 auto;
  width: 92%;
}
@media (min-width: 767.5px) {
  .footer-slide .main-container {
    width: 90%;
  }
}
@media (min-width: 1199.5px) {
  .footer-slide .main-container {
    max-width: 800px;
  }
}
@media (min-width: 1399.5px) {
  .footer-slide .main-container {
    max-width: 1000px;
  }
}
@media (min-width: 1699.5px) {
  .footer-slide .main-container {
    max-width: 1100px;
  }
}
.footer-slide .footer-content .footer-top {
  margin-top: 1.5em;
}
@media (min-width: 991.5px) {
  .footer-slide .footer-content .footer-top {
    margin-top: 0;
  }
}
.footer-slide .footer-content .footer-top:before {
  content: "";
  position: absolute;
  right: -13%;
  bottom: 0%;
  width: 28%;
  aspect-ratio: 1;
  background: url(../images/home-page/shadow-vector-1.svg) no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-width: 767.5px) {
  .footer-slide .footer-content .footer-top:before {
    display: block;
  }
}
.footer-slide .footer-content .footer-top:after {
  content: "";
  position: absolute;
  left: -9%;
  bottom: 3%;
  width: 20%;
  aspect-ratio: 1;
  z-index: 0;
  background: url(../images/home-page/shadow-vector-2.svg) no-repeat center;
  background-size: cover;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  display: none;
}
@media (min-width: 767.5px) {
  .footer-slide .footer-content .footer-top:after {
    display: block;
  }
}
.footer-slide .footer-content .footer-mask-outer, .footer-slide .footer-content .footer-mask-outer .footer-mask-inner {
  position: relative;
  z-index: 10;
  aspect-ratio: 1/2;
  width: 100%;
  -webkit-mask-image: url(../images/home-page/footer-mask-small.svg);
  mask-image: url(../images/home-page/footer-mask-small.svg);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #dbf9b9;
}
@media (min-width: 767.5px) {
  .footer-slide .footer-content .footer-mask-outer, .footer-slide .footer-content .footer-mask-outer .footer-mask-inner {
    aspect-ratio: 5/1.1;
    -webkit-mask-image: url(../images/home-page/footer-mask.png);
    mask-image: url(../images/home-page/footer-mask.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
.footer-slide .footer-content .footer-mask-outer .footer-mask-inner {
  -webkit-mask-size: 98%;
  mask-size: 98%;
  background: #2952be;
}
@media (min-width: 767.5px) {
  .footer-slide .footer-content .footer-mask-outer .footer-mask-inner {
    -webkit-mask-size: 98% 98%;
    mask-size: 98% 98%;
  }
}
.footer-slide .footer-content .footer-mask-outer .footer-mask-inner:before {
  background: url(../images/home-page/footer-pattern-1.svg) no-repeat center;
  background-size: cover;
}
@media (min-width: 767.5px) {
  .footer-slide .footer-content .footer-mask-outer .footer-mask-inner:before {
    background: url(../images/home-page/footer-pattern-2.svg) no-repeat center;
    background-size: cover;
  }
}
.footer-slide .footer-content .footer-mask-outer .footer-mask-inner .footer-mask-contactUs {
  width: 100%;
  padding-inline: 2em;
  padding-bottom: 22%;
}
@media (min-width: 767.5px) {
  .footer-slide .footer-content .footer-mask-outer .footer-mask-inner .footer-mask-contactUs {
    width: 30%;
    padding-block: 3%;
    padding-inline: 0;
  }
}
.footer-slide .footer-content .footer-mask-outer .footer-mask-inner .logo-mask-1 {
  width: 50%;
  aspect-ratio: 1;
  position: relative;
  background: url(../images/home-page/logo-mask-pattern.svg) no-repeat center;
  background-size: cover;
  background-color: #dbf9b9;
  -webkit-mask-image: url(../images/home-page/main-mask.png);
  mask-image: url(../images/home-page/main-mask.png);
}
@media (min-width: 767.5px) {
  .footer-slide .footer-content .footer-mask-outer .footer-mask-inner .logo-mask-1 {
    width: 18%;
    margin-right: -3em;
  }
}
@media (min-width: 991.5px) {
  .footer-slide .footer-content .footer-mask-outer .footer-mask-inner .logo-mask-1 {
    width: 15%;
  }
}
.footer-slide .footer-content .footer-mask-outer .footer-mask-inner .logo-mask-1 .logo-mask-2 {
  position: absolute;
  width: 100%;
  aspect-ratio: 1;
  -webkit-mask-image: url(../images/home-page/main-mask.png);
  mask-image: url(../images/home-page/main-mask.png);
  -webkit-mask-size: 94%;
  mask-size: 94%;
  background-color: #88a77b;
}
.footer-slide .footer-content .footer-mask-outer .footer-mask-inner .logo-mask-1 .logo-mask-2 .school-logo {
  width: 55%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7474%) hue-rotate(66deg) brightness(102%) contrast(95%);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%);
}
.footer-slide .footer-content .footer-mask-outer .footer-mask-inner .title-dots .dot-1 {
  background: #b6dc76;
}
.footer-slide .footer-content .footer-mask-outer .footer-mask-inner .title-dots .dot-2 {
  background: #98b06f;
}
.footer-slide .footer-content .footer-mask-outer .footer-mask-inner .title-dots .dot-3 {
  background: #726e60;
}
.footer-slide .footer-content .footer-mask-outer .footer-mask-inner .phone-call, .footer-slide .footer-content .footer-mask-outer .footer-mask-inner .phone-call-number {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background-color: #dbf9b9;
  width: 100%;
  color: #2b3a67;
  z-index: 10;
  padding: 3% 1%;
  text-align: center;
  font-size: 1.1em;
}
.footer-slide .footer-content .footer-mask-outer .footer-mask-inner .phone-call .icon-phone:before, .footer-slide .footer-content .footer-mask-outer .footer-mask-inner .phone-call-number .icon-phone:before {
  color: #2b3a67;
}
.footer-slide .footer-content .footer-mask-outer .footer-mask-inner .phone-call-number {
  background-color: #fff;
  font-weight: 700;
  font-size: 1.1em;
  padding: 2% 1%;
}

.footer-tabs {
  gap: 1em;
  width: 100%;
}
@media (min-width: 767.5px) {
  .footer-tabs {
    margin-top: 2em;
  }
}
.footer-tabs .nav-tabs {
  position: relative;
  width: 100%;
  gap: 1.5em;
  padding: 1em 0;
}
@media (min-width: 499.5px) {
  .footer-tabs .nav-tabs {
    gap: 0;
  }
}
.footer-tabs .nav-tabs .footer-tab-item {
  position: relative;
  width: 31%;
}
@media (min-width: 499.5px) {
  .footer-tabs .nav-tabs .footer-tab-item {
    width: 24%;
  }
}
.footer-tabs .nav-tabs .footer-tab-item.active .footer-tab-link, .footer-tabs .nav-tabs .footer-tab-item:hover .footer-tab-link {
  font-weight: 700 !important;
  color: #2b3a67 !important;
}
.footer-tabs .nav-tabs .footer-tab-item.active .footer-tab-link:before, .footer-tabs .nav-tabs .footer-tab-item:hover .footer-tab-link:before {
  visibility: visible;
  opacity: 1;
}
.footer-tabs .nav-tabs .footer-tab-item .footer-tab-link {
  position: relative;
  gap: 3px;
  color: #2b3a67;
  font-weight: 400;
  font-size: 0.8em;
}
@media (min-width: 499.5px) {
  .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link {
    font-size: 1em;
  }
}
.footer-tabs .nav-tabs .footer-tab-item .footer-tab-link:before {
  content: "";
  position: absolute;
  bottom: -0.5em;
  right: 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  background-color: #b6dc76;
  width: 100%;
  height: 4px;
  visibility: hidden;
  opacity: 0;
}
.footer-tabs .tab-content {
  width: 100%;
  z-index: 10;
}
@media (min-width: 767.5px) {
  .footer-tabs .tab-content {
    display: flex;
    justify-content: space-between;
  }
}
.footer-tabs .tab-content.active {
  display: block !important;
}
@media (min-width: 767.5px) {
  .footer-tabs .tab-content .tab-pane {
    display: flex;
    flex-direction: column;
    opacity: 1;
    position: static !important;
    width: 24%;
  }
}
@media (min-width: 991.5px) {
  .footer-tabs .tab-content .tab-pane {
    opacity: 0;
  }
}
@media (min-width: 1499.5px) {
  .footer-tabs .tab-content .tab-pane {
    width: 20%;
  }
}
.footer-tabs .tab-content .tab-pane .footer-column-title {
  position: relative;
  color: #2b3a67;
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 1.7em;
  text-align: right;
}
.footer-tabs .tab-content .tab-pane .footer-column-title:before {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: -1.3em;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  background-color: #b6dc76;
  width: 3em;
  height: 4px;
}
@media (min-width: 1399.5px) {
  .footer-tabs .tab-content .tab-pane .footer-column-title {
    font-size: 1.2em;
  }
}

@media (min-width: 767.5px) {
  .footer-ul {
    padding-left: 0.5em;
    width: 100%;
  }
}
.footer-ul .footer-li {
  margin-bottom: 0.2em;
  text-align: center;
}
@media (min-width: 767.5px) {
  .footer-ul .footer-li {
    text-align: justify;
  }
}
.footer-ul .footer-li .footer-link {
  padding: 0;
  width: 100%;
  color: #2b3a67;
  text-align: center;
  font-family: ERPxFaNum !important;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 2;
}
@media (min-width: 767.5px) {
  .footer-ul .footer-li .footer-link {
    text-align: right;
  }
}
@media (min-width: 1399.5px) {
  .footer-ul .footer-li .footer-link {
    font-size: 0.9em;
  }
}
.footer-ul .footer-li .footer-icon {
  font-size: 1.1em;
  margin-left: 0.3em;
}
.footer-ul .footer-li .footer-icon:before {
  color: #88a77b;
}

.divider {
  width: 100%;
  height: 1px;
  background: #6b6b6b;
  z-index: 10;
}

.footer-social-media {
  z-index: 10;
  padding-block: 1em;
}
.footer-social-media .social-media-title {
  color: #008ad2;
  line-height: 1.5;
}
.footer-social-media .social-media-links {
  width: 100%;
  gap: 3.5em;
}
@media (min-width: 991.5px) {
  .footer-social-media .social-media-links {
    gap: 2.5em;
  }
}
.footer-social-media .social-media-links .media-link-box .footer-media-icon {
  font-size: 1em;
}
.footer-social-media .social-media-links .media-link-box .footer-media-icon:before {
  color: #2b3a67;
}
.footer-social-media .social-media-links .media-link-box .icon-linkedIn,
.footer-social-media .social-media-links .media-link-box .icon-telegram {
  font-size: 1em;
}

.school-map {
  overflow: hidden;
  width: 80%;
  aspect-ratio: 3/2;
  border: 1px solid #2952BE;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.school-map .map-iframe {
  width: 100%;
  height: 100%;
}

.created-by {
  width: 100%;
  background: #2952bd;
  padding: 1em;
  position: relative;
  z-index: 100;
  gap: 2em;
}
@media (min-width: 991.5px) {
  .created-by {
    padding-inline: 2.5em;
    display: none !important;
  }
}
.created-by .footer-bottom-ul {
  margin-bottom: 0;
  color: #e8f4ff;
  gap: 1.4em;
}
@media screen and (min-width: 991.5px) {
  .created-by .footer-bottom-ul {
    width: 30%;
    gap: 0;
  }
}
.created-by .footer-bottom-ul .footer-bottom-text {
  text-align: center;
  position: relative;
  line-height: 1.8;
  font-weight: 500;
  font-size: 0.7em;
}
@media (min-width: 991.5px) {
  .created-by .footer-bottom-ul .footer-bottom-text {
    text-align: right;
    list-style-type: disc;
  }
}
.created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
  content: "";
  position: absolute;
  bottom: -1.1em;
  left: 50%;
  width: 70%;
  height: 0.7px;
  background-color: #e8f4ff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media screen and (min-width: 991.5px) {
  .created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
    display: none;
  }
}
.created-by .footer-bottom-btn-container {
  gap: 0.8em;
  width: 100%;
}
@media (min-width: 991.5px) {
  .created-by .footer-bottom-btn-container {
    width: 30%;
    margin-bottom: -0.7em;
  }
}
.created-by .footer-bottom-btn-container .footer-bottom-btn {
  width: 50%;
  height: 3em;
  padding: 0.8em;
  gap: 0.5em;
  background: #e8f4ff;
  border-radius: 9px;
  color: #2952bd;
  font-size: 0.8em;
  font-weight: 500;
}
@media (min-width: 575.5px) {
  .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 38%;
  }
}
@media (min-width: 767.5px) {
  .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 29%;
  }
}
@media (min-width: 991.5px) {
  .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 45%;
  }
}
.created-by .footer-bottom-btn-container .footer-bottom-btn .icon-google-play {
  font-size: 1.4em;
}
.created-by .footer-bottom-btn-container .footer-bottom-btn .icon-apple {
  font-size: 1.6em;
  padding-bottom: 7px;
}

.abrisham-logo {
  width: 100%;
  gap: 0.6em;
}
@media (min-width: 991.5px) {
  .abrisham-logo {
    width: 30%;
  }
}
.abrisham-logo .law-message {
  color: #e8f4ff;
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.abrisham-logo .law-message .abrisham-logo-img {
  width: 2em;
}
.abrisham-logo .law-message .logo-name-part-1 {
  color: #6396fd;
  font-size: 1.6em;
  margin-right: 4px;
}
.abrisham-logo .law-message .logo-name-part-2 {
  color: #fdb12a;
  font-size: 1.6em;
  margin-right: 0.2em;
}
.fixed-footer {
  position: fixed;
  bottom: 0.5em;
  left: 3%;
  z-index: 900;
  display: none;
}
@media (min-width: 991.5px) {
  .fixed-footer {
    display: block;
  }
}
.fixed-footer .phone-number {
  font-size: 1.2em;
  color: #2952be;
}
.fixed-footer .divider {
  background-color: #2952be;
  width: 1px;
  height: 15px;
}
.fixed-footer .fixed-footer-inside {
  position: relative;
}
.fixed-footer .icon-phone:before {
  color: #2952be;
}

.school-logo {
  transition: filter 0.3s ease;
}

body.slide-2 .school-logo,
body.slide-6 .school-logo,
body.slide-7 .school-logo {
  filter: brightness(0) saturate(100%) invert(26%) sepia(50%) saturate(2271%) hue-rotate(206deg) brightness(96%) contrast(95%);
  -webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(50%) saturate(2271%) hue-rotate(206deg) brightness(96%) contrast(95%);
}

body.slide-1 .school-logo,
body.slide-3 .school-logo,
body.slide-8 .school-logo {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(94deg) brightness(104%) contrast(101%);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(94deg) brightness(104%) contrast(101%);
}

body.slide-5 .school-logo {
  filter: brightness(0) saturate(100%) invert(52%) sepia(36%) saturate(384%) hue-rotate(58deg) brightness(96%) contrast(88%);
  -webkit-filter: brightness(0) saturate(100%) invert(52%) sepia(36%) saturate(384%) hue-rotate(58deg) brightness(96%) contrast(88%);
}

body.slide-4 .school-logo {
  filter: brightness(0) saturate(100%) invert(54%) sepia(28%) saturate(1889%) hue-rotate(194deg) brightness(101%) contrast(95%);
  -webkit-filter: brightness(0) saturate(100%) invert(54%) sepia(28%) saturate(1889%) hue-rotate(194deg) brightness(101%) contrast(95%);
}

body.slide-2 .header-left-title,
body.slide-6 .header-left-title,
body.slide-7 .header-left-title,
body.slide-8 .header-left-title {
  color: #2952be;
}

body.slide-1 .header-left-title,
body.slide-3 .header-left-title,
body.slide-4 .header-left-title,
body.slide-5 .header-left-title,
body.slide-8 .header-left-title {
  color: #fff !important;
}

body.slide-4 .header-left-title {
  color: #6197f9 !important;
}

body.slide-2 .icon-menu:before,
body.slide-5 .icon-menu:before,
body.slide-6 .icon-menu:before,
body.slide-7 .icon-menu:before,
body.slide-9 .icon-menu:before {
  color: #2952be;
}

body.slide-4 .icon-menu:before {
  color: #6197f9;
}

body.slide-1 .icon-menu:before,
body.slide-3 .icon-menu:before,
body.slide-5 .icon-menu:before,
body.slide-8 .icon-menu:before {
  color: #fff;
}

body.slide-1 .swiper-sections-pagination {
  display: none !important;
}

body.slide-2 .swiper-sections-pagination .swiper-pagination-bullet {
  background: #2952be;
}

body.slide-3 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-8 .swiper-sections-pagination .swiper-pagination-bullet {
  background: #fff;
}

body.slide-4 .swiper-sections-pagination .swiper-pagination-bullet {
  background: #6197f9;
}

body.slide-4 .swiper-sections-pagination .swiper-pagination-bullet-active:after,
body.slide-7 .swiper-sections-pagination .swiper-pagination-bullet-active:after {
  color: #2952be !important;
}

body.slide-3 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-4 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-7 .swiper-sections-pagination .swiper-pagination-bullet-active {
  background: #2952be;
}

body.slide-5 .swiper-sections-pagination .swiper-pagination-bullet {
  background: #fff;
}

body.slide-5 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-8 .swiper-sections-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

body.slide-5 .swiper-sections-pagination .swiper-pagination-bullet-active:after,
body.slide-8 .swiper-sections-pagination .swiper-pagination-bullet-active:after {
  color: #fff !important;
}

body.slide-2 .fixed-footer .phone-number,
body.slide-2 .fixed-footer .icon-phone::before,
body.slide-7 .fixed-footer .phone-number,
body.slide-7 .fixed-footer .icon-phone::before {
  color: #2952be;
}

body.slide-1 .fixed-footer .phone-number,
body.slide-1 .fixed-footer .icon-phone::before,
body.slide-5 .fixed-footer .phone-number,
body.slide-5 .fixed-footer .icon-phone::before,
body.slide-8 .fixed-footer .phone-number,
body.slide-8 .fixed-footer .icon-phone::before {
  color: #fff !important;
}

body.slide-1 .fixed-footer .divider,
body.slide-5 .fixed-footer .divider,
body.slide-8 .fixed-footer .divider {
  background-color: #fff !important;
}

body.slide-7 .fixed-footer .divider {
  background-color: #2952be !important;
}

body.slide-4 .fixed-footer .phone-number,
body.slide-4 .fixed-footer .icon-phone::before {
  color: #6197f9 !important;
}

body.slide-4 .fixed-footer .divider {
  background-color: #6197f9 !important;
}

body.slide-6 .fixed-footer {
  display: none;
}

body.slide-9 .fixed-footer {
  display: none !important;
}

.main-sections {
  width: 100%;
  position: relative;
}

.title-box {
  z-index: 10;
}
@media (min-width: 991.5px) {
  .title-box {
    opacity: 0;
    visibility: hidden;
  }
}
.title-box .section-subtitle {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.title-box .title-dots {
  margin-top: 1em;
}
.title-box .title-dots .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.title-box .title-dots .dot-1 {
  background: #b6dc76;
}
.title-box .title-dots .dot-2 {
  background: #98b06f;
}
.title-box .title-dots .dot-3 {
  background: #726e60;
}

.section-title {
  font-family: "lalezar" !important;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.5;
}
@media (min-width: 767.5px) {
  .section-title {
    font-size: 2em;
  }
}
@media (min-width: 1099.5px) {
  .section-title {
    font-size: 2.5em;
  }
}

.scroll-btn {
  position: absolute;
  bottom: 2%;
  right: 5%;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  z-index: 2000;
  width: 1.5em;
  display: none;
}
@media (min-width: 991.5px) {
  .scroll-btn {
    display: block;
  }
}

@media (max-height: 500px) {
  .main-container {
    height: 450px;
  }
}

.gif-slide {
  background: url(../images/home-page/video-back-pattern.svg) no-repeat center;
  background-size: cover;
  background-color: #fff;
}
.gif-slide:before {
  box-shadow: inset 0 0 200px rgb(0, 0, 0);
  pointer-events: none;
  z-index: 1;
  display: none;
}
@media (min-width: 991.5px) {
  .gif-slide {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .gif-slide:before {
    display: block;
  }
}
.gif-slide .gif-container {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  width: 97%;
  aspect-ratio: 16/9.4;
  margin-inline: auto;
  background: #b5d095;
  background-size: 100%;
  overflow: hidden;
  transform: translateY(9%);
  -webkit-transform: translateY(9%);
  -moz-transform: translateY(9%);
  -ms-transform: translateY(9%);
  -o-transform: translateY(9%);
}
@media (min-width: 767.5px) {
  .gif-slide .gif-container {
    background: url(../images/home-page/video-frame.svg) no-repeat;
    background-size: 100%;
  }
  .gif-slide .gif-container:before {
    display: none;
  }
}
@media (min-width: 991.5px) {
  .gif-slide .gif-container {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.gif-slide .gif-container .auto-play-gif {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 95%;
  aspect-ratio: 16/9.4;
}
@media (min-width: 767.5px) {
  .gif-slide .gif-container .auto-play-gif {
    width: 86%;
    top: 45%;
  }
}
@media (min-width: 991.5px) {
  .gif-slide .gif-container .auto-play-gif {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}

.banner {
  background-color: #e8f4ff;
  background: url(../images/home-page/banner-footer-section-pattern.svg) no-repeat center;
  background-size: cover;
  background-color: #e8f4ff;
}
.banner .main-container {
  margin: 0 auto;
  width: 92%;
}
@media (min-width: 991.5px) {
  .banner .main-container {
    width: 104vmin;
  }
}
@media (min-width: 1299.5px) {
  .banner .main-container {
    width: 120vmin;
  }
}
@media (min-width: 2199.5px) {
  .banner .main-container {
    max-width: 130vmin;
  }
}
.banner .banner-content {
  position: relative;
  margin-top: 5em;
}
@media (min-width: 575.5px) {
  .banner .banner-content {
    margin-top: 0;
  }
}
.banner .banner-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .banner-slider .swiper-slide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.banner .banner-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.banner .banner-slider .swiper-slide.swiper-slide-active .banner-img-container {
  opacity: 1;
}
.banner .banner-slider .swiper-slide.swiper-slide-active .banner-img-container .banner-img {
  opacity: 1;
}
.banner .banner-slider .banner-slide .banner-img-container {
  width: 100%;
  position: relative;
}
@media (min-width: 767.5px) {
  .banner .banner-slider .banner-slide .banner-img-container {
    width: 50%;
  }
}
@media (min-width: 1099.5px) {
  .banner .banner-slider .banner-slide .banner-img-container {
    width: 54%;
  }
}
@media (min-width: 1299.5px) {
  .banner .banner-slider .banner-slide .banner-img-container {
    width: 62%;
  }
}
.banner .banner-slider .banner-slide .banner-img-container:before {
  content: "";
  position: absolute;
  right: 13%;
  top: -10%;
  width: 53%;
  aspect-ratio: 1;
  background: url(../images/home-page/shadow-vector-1.svg) no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-width: 767.5px) {
  .banner .banner-slider .banner-slide .banner-img-container:before {
    display: block;
  }
}
.banner .banner-slider .banner-slide .banner-img-container:after {
  content: "";
  position: absolute;
  left: 16%;
  bottom: -6%;
  width: 44%;
  aspect-ratio: 1;
  z-index: 0;
  background: url(../images/home-page/shadow-vector-2.svg) no-repeat center;
  background-size: cover;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  display: none;
}
@media (min-width: 767.5px) {
  .banner .banner-slider .banner-slide .banner-img-container:after {
    display: block;
  }
}
.banner .banner-slider .banner-slide .banner-img-container .logo-mask-1 {
  position: absolute;
  left: 18%;
  bottom: 1%;
  width: 27%;
  z-index: 50;
  margin-right: -3em;
  width: 28%;
  aspect-ratio: 1;
  background: url(../images/home-page/logo-mask-pattern-2.svg) no-repeat center;
  background-size: cover;
  background-color: #96cdff;
  -webkit-mask-image: url(../images/home-page/main-mask.png);
  mask-image: url(../images/home-page/main-mask.png);
}
@media (min-width: 767.5px) {
  .banner .banner-slider .banner-slide .banner-img-container .logo-mask-1 {
    left: 17%;
  }
}
.banner .banner-slider .banner-slide .banner-img-container .logo-mask-1 .logo-mask-2 {
  position: absolute;
  width: 100%;
  aspect-ratio: 1;
  -webkit-mask-image: url(../images/home-page/main-mask.png);
  mask-image: url(../images/home-page/main-mask.png);
  -webkit-mask-size: 94%;
  mask-size: 94%;
  background-color: #2952be;
}
.banner .banner-slider .banner-slide .banner-img-container .logo-mask-1 .logo-mask-2 .school-logo {
  width: 55%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7474%) hue-rotate(66deg) brightness(102%) contrast(95%);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%);
}
.banner .banner-slider .banner-slide .banner-img-container .banner-img-mask-1, .banner .banner-slider .banner-slide .banner-img-container .banner-img-mask {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.1;
  -webkit-mask-image: url(../images/home-page/main-mask.png);
  mask-image: url(../images/home-page/main-mask.png);
  background-color: #b5d095;
}
.banner .banner-slider .banner-slide .banner-img-container .banner-img-mask-1::before, .banner .banner-slider .banner-slide .banner-img-container .banner-img-mask::before {
  background: url(../images/home-page/banner-mask-pattern.svg) no-repeat center;
  background-size: cover;
  width: 100%;
  z-index: 0;
}
.banner .banner-slider .banner-slide .banner-img-container .banner-img-mask {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.1;
  -webkit-mask-size: 95%;
  mask-size: 95%;
}
.banner .banner-slider .banner-slide .banner-img-container .banner-img-mask .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.banner .banner-slider .banner-slide .banner-description {
  width: 100%;
  margin-bottom: 2em;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (min-width: 767.5px) {
  .banner .banner-slider .banner-slide .banner-description {
    width: 40%;
    padding-right: 0.7em;
  }
}
@media (min-width: 1099.5px) {
  .banner .banner-slider .banner-slide .banner-description {
    width: 43%;
  }
}
@media (min-width: 1299.5px) {
  .banner .banner-slider .banner-slide .banner-description {
    width: 35%;
  }
}
.banner .banner-slider .banner-slide .banner-description .banner-title {
  width: 100%;
  height: 3em;
  text-align: center;
  color: #2952be;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 767.5px) {
  .banner .banner-slider .banner-slide .banner-description .banner-title {
    text-align: right;
  }
}
.banner .banner-slider .banner-slide .banner-description .banner-text {
  color: #3b3e71;
  text-align: justify;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  margin-block: 1.5em;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 4em;
}
.banner .banner-slider .banner-slide .banner-description .banner-link {
  width: 100%;
  padding: 4%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: 1px solid rgba(43, 58, 103, 0.3490196078);
  background: #dbf9b9;
  color: #2347a6;
  font-size: 1em;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.0705882353), 0px 18px 18px 0px rgba(0, 0, 0, 0.0588235294), 0px 41px 25px 0px rgba(0, 0, 0, 0.0392156863), 0px 74px 29px 0px rgba(0, 0, 0, 0.0117647059), 0px 115px 32px 0px rgba(0, 0, 0, 0);
}
@media (min-width: 767.5px) {
  .banner .banner-slider .banner-slide .banner-description .banner-link {
    font-size: 1.2em;
  }
}
.banner .slider-navigation {
  position: relative;
  margin-top: 2em;
  z-index: 100;
}
@media (min-width: 767.5px) {
  .banner .slider-navigation {
    position: absolute;
    bottom: 0;
    right: 2%;
    width: 38%;
    margin-top: 0;
  }
}
@media (min-width: 1099.5px) {
  .banner .slider-navigation {
    width: 40%;
  }
}
@media (min-width: 1299.5px) {
  .banner .slider-navigation {
    width: 32.5%;
  }
}
.banner .banner-slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .banner-slider-pagination .banner-bullet {
  background-color: blue;
  width: 7px;
  height: 7px;
  opacity: 1;
  margin-inline: 5%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.banner .banner-slider-pagination .banner-bullet.banner-bullet-active {
  border: 0.6px solid blue;
  background-color: #fff;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.banner .banner-slider-next-btn,
.banner .banner-slider-prev-btn {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #2952be;
  width: 1.6em;
  height: 1.6em;
  aspect-ratio: 1;
}
@media (min-width: 1399.5px) {
  .banner .banner-slider-next-btn,
  .banner .banner-slider-prev-btn {
    width: 2em;
    height: 2em;
  }
}
.banner .nav-icon {
  color: #fff;
}
@media (min-width: 1399.5px) {
  .banner .nav-icon {
    font-size: 1.2em;
  }
}

.news-section {
  background: linear-gradient(#88a77b, #b3d47b), radial-gradient(#88a77b, #9bcc86);
}
.news-section::before {
  background: url(../images/home-page/news-section-pattern-1.svg) no-repeat center;
  background-size: cover;
  z-index: 0;
}
@media (min-width: 991.5px) {
  .news-section::before {
    background: url(../images/home-page/news-section-pattern.svg) no-repeat center;
    background-size: cover;
  }
}
.news-section .main-container {
  margin: 0 auto;
  width: 92%;
}
@media screen and (min-width: 767.5px) {
  .news-section .main-container {
    width: 90%;
  }
}
@media screen and (min-width: 991.5px) {
  .news-section .main-container {
    max-width: 550px;
  }
}
@media screen and (min-width: 1199.5px) {
  .news-section .main-container {
    max-width: 126vmin;
  }
}
@media screen and (min-width: 1399.5px) {
  .news-section .main-container {
    max-width: 157vmin;
  }
}
.news-section .title-dots .dot-1 {
  background: #ffa979;
}
.news-section .title-dots .dot-2 {
  background: #fff;
}
.news-section .title-dots .dot-3 {
  background: #fff;
}
.news-section .news-slider-container {
  padding-top: 29%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 50;
  position: relative;
}
@media (min-width: 449.5px) {
  .news-section .news-slider-container {
    padding-top: 15%;
  }
}
@media (min-width: 767.5px) {
  .news-section .news-slider-container {
    padding-top: 8%;
  }
}
@media (min-width: 1199.5px) {
  .news-section .news-slider-container {
    padding-top: 6%;
  }
}
.news-section .swiper-slide:hover .news-slide {
  transform: translate(0, -1em);
  -webkit-transform: translate(0, -1em);
  -moz-transform: translate(0, -1em);
  -ms-transform: translate(0, -1em);
  -o-transform: translate(0, -1em);
}
.news-section .swiper-slide:hover .news-slide:after, .news-section .swiper-slide:hover .news-slide:before {
  visibility: visible;
  opacity: 1;
}
.news-section .swiper-slide:hover .news-desc-box {
  visibility: visible !important;
  left: 0 !important;
  opacity: 1 !important;
  z-index: 1000;
}
.news-section .swiper-slide:hover .news-sum-info {
  display: none !important;
}
.news-section .swiper-slide:hover .news-date {
  z-index: 100;
  background-color: #fff;
  color: #476f36;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  transform: translateY(-1em);
  -webkit-transform: translateY(-1em);
  -moz-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  -o-transform: translateY(-1em);
}
.news-section .swiper-slide .news-slide {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
@media (min-width: 991.5px) {
  .news-section .swiper-slide .news-slide {
    opacity: 0;
  }
}
.news-section .swiper-slide .news-slide:before, .news-section .swiper-slide .news-slide:after {
  content: "";
  position: absolute;
  background: url(../images/home-page/news-slide-vector.svg) no-repeat center;
  background-size: cover;
  aspect-ratio: 1;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}
.news-section .swiper-slide .news-slide:before {
  width: 50%;
  right: 0;
  top: -13%;
}
.news-section .swiper-slide .news-slide:after {
  width: 38%;
  left: 10%;
  bottom: -4%;
}
.news-section .swiper-slide .news-slide-inside {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 38px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  -o-border-radius: 38px;
  overflow: hidden;
  box-shadow: 0px 7px 10.4px 0px rgba(0, 0, 0, 0.0901960784);
}
.news-section .swiper-slide .news-slide-inside::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.1%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 0;
}
.news-section .swiper-slide .news-slide-inside .news-photo {
  width: 100%;
  height: 100%;
}
.news-section .swiper-slide .news-slide-inside .news-sum-info {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  position: absolute;
  bottom: 0;
  padding: 0.5em;
  width: 100%;
}
.news-section .swiper-slide .news-slide-inside .news-sum-info .news-title {
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.news-section .swiper-slide .news-slide-inside .news-sum-info .news-date {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 0.5em;
  font-size: 1.2em;
  background-color: #fff;
}
.news-section .swiper-slide .news-slide-inside .news-desc-box {
  position: absolute;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.414) 2.96%, rgba(0, 0, 0, 0.9) 48.3%);
  color: #fff;
  padding: 1.5em 1em;
  box-shadow: 0px 7px 10.4px 0px rgba(0, 0, 0, 0.0901960784);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
.news-section .swiper-slide .news-slide-inside .news-desc-box .news-title {
  font-size: 1.2em;
  line-height: 1.7;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.news-section .swiper-slide .news-slide-inside .news-desc-box .news-text {
  font-size: 0.9em;
  line-height: 2;
  height: 10em;
  text-align: justify;
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.news-section .swiper-slide .news-date {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  background: #476f36;
  color: #efddd2;
  padding: 0.3em;
  width: 40%;
  text-align: center;
  border-radius: 0 0 9px 9px;
  -webkit-border-radius: 0 0 9px 9px;
  -moz-border-radius: 0 0 9px 9px;
  -ms-border-radius: 0 0 9px 9px;
  -o-border-radius: 0 0 9px 9px;
}
.news-section .swiper-scrollbar {
  width: 90%;
  height: 1px;
  position: relative;
  background: #000000;
  top: 0;
  left: unset;
  bottom: unset;
  z-index: 10;
}
.news-section .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #2952be;
  height: 5px;
  top: -2px;
}
.news-section .slider-navigation {
  position: relative;
  margin-top: 3em;
  z-index: 0;
  width: 100%;
}
@media (min-width: 767.5px) {
  .news-section .slider-navigation {
    margin-block: 2em;
  }
}
.news-section .slider-navigation .news-slider-prev-btn,
.news-section .slider-navigation .news-slider-next-btn {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #689357;
  border: 1px solid #fff;
  width: 1.8em;
  height: 1.8em;
  aspect-ratio: 1;
}
.news-section .slider-navigation .nav-icon {
  color: #fff;
  font-size: 0.5em;
}
.news-section .archive {
  position: relative;
  margin-top: 1.5em;
  color: #fff;
  font-size: 1.1em;
}
.news-section .archive::before {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  content: "";
  position: absolute;
  right: -0.6em;
  top: 3px;
  background: #fff;
  width: 3px;
  height: 80%;
}
@media (min-width: 991.5px) {
  .news-section .archive {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}

.levels {
  background: url(../images/home-page/levels-section-vector.svg) no-repeat center;
  background-size: cover;
  background-color: #fff;
}
.levels .section-title,
.levels .section-subtitle {
  color: #2952be;
}
.levels .main-container {
  margin: 0 auto;
  width: 92%;
}
@media (min-width: 767.5px) {
  .levels .main-container {
    width: 90%;
  }
}
@media (min-width: 991.5px) {
  .levels .main-container {
    width: 113vmin;
  }
}
@media (min-width: 1199.5px) {
  .levels .main-container {
    width: 104vmin;
  }
}
.levels .levels-items {
  padding-block: 2em;
  width: 100%;
}
.levels .levels-items .level-item {
  position: relative;
  width: 80%;
  aspect-ratio: 1;
  gap: 0.8em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  background: rgba(255, 255, 255, 0.012);
}
@media (min-width: 1099.5px) {
  .levels .levels-items .level-item {
    margin-inline: 0.7em;
  }
}
@media (min-width: 575.5px) {
  .levels .levels-items .level-item {
    width: 42%;
  }
}
@media (min-width: 767.5px) {
  .levels .levels-items .level-item {
    width: 27%;
  }
}
@media (min-width: 1399.5px) {
  .levels .levels-items .level-item {
    width: 24%;
  }
}
.levels .levels-items .level-item:hover .level-item-inside {
  background: #6197f9;
}
.levels .levels-items .level-item:hover .level-item-inside:before {
  border: 11px solid #88a77b;
}
.levels .levels-items .level-item:hover .shadow {
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.5);
}
.levels .levels-items .level-item:hover .level-item-img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(204deg) brightness(103%) contrast(103%);
}
.levels .levels-items .level-item:hover .level-item-title {
  color: #fff;
}
.levels .levels-items .level-item:hover .see-btn {
  border: 1.5px solid #2952be;
  background-color: #fff;
  color: #2952be;
}
.levels .levels-items .level-item:hover .see-btn .icon-arrow::before {
  color: #2952be;
}
.levels .levels-items .level-item .level-item-inside {
  position: relative;
  width: 100%;
  height: 100%;
  gap: 0.8em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (min-width: 991.5px) {
  .levels .levels-items .level-item .level-item-inside {
    opacity: 0;
  }
}
.levels .levels-items .level-item .level-item-inside::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border: 11px solid rgba(219, 249, 185, 0.761);
  border-radius: 50%;
}
.levels .levels-items .level-item .shadow {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.3);
  mix-blend-mode: color-burn;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.012);
  border: 11px solid rgba(219, 249, 185, 0.761);
}
.levels .levels-items .level-item .level-item-img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(56%) saturate(591%) hue-rotate(197deg) brightness(87%) contrast(87%);
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  width: 39%;
}
@media (min-width: 991.5px) {
  .levels .levels-items .level-item .level-item-img {
    width: 36%;
  }
}
.levels .levels-items .level-item .high-school-one-icon {
  width: 50%;
}
@media (min-width: 991.5px) {
  .levels .levels-items .level-item .high-school-one-icon {
    width: 44%;
  }
}
.levels .levels-items .level-item .high-school-two-icon {
  width: 40%;
}
@media (min-width: 991.5px) {
  .levels .levels-items .level-item .high-school-two-icon {
    width: 37%;
  }
}
.levels .levels-items .level-item .level-item-title {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  color: #2952be;
  font-size: 0.9em;
  text-align: center;
  width: 100%;
}
.levels .levels-items .level-item .see-btn {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  background-color: #88a77b;
  border: 1.5px solid #88a77b;
  color: #fff;
  font-size: 0.8em;
  width: 40%;
  padding: 0.3em;
}
.levels .levels-items .level-item .see-btn .icon-arrow {
  font-size: 0.6em;
  margin-bottom: -3px;
}

.about-us {
  padding-bottom: 26%;
  background: linear-gradient(104.44deg, #a3bf73 5.03%, #efffd5 94.97%), radial-gradient(63.57% 52.36% at 105.79% 96.67%, rgba(136, 167, 123, 0.6) 0%, rgba(136, 167, 123, 0) 100%), radial-gradient(49.42% 55.44% at 8.27% -5.31%, rgba(242, 255, 219, 0.6) 0%, rgba(255, 245, 233, 0) 100%);
}
@media (min-width: 767.5px) {
  .about-us {
    padding-bottom: 20%;
  }
}
@media (min-width: 991.5px) {
  .about-us {
    padding-bottom: 10%;
  }
}
.about-us .main-container {
  margin: 0 auto;
  width: 92%;
}
@media (min-width: 767.5px) {
  .about-us .main-container {
    width: 90%;
  }
}
@media (min-width: 991.5px) {
  .about-us .main-container {
    max-width: 800px;
  }
}
@media (min-width: 1399.5px) {
  .about-us .main-container {
    max-width: 1000px;
  }
}
@media (min-width: 1699.5px) {
  .about-us .main-container {
    max-width: 1000px;
  }
}
.about-us .title-dots .dot-1 {
  background: #fff;
}
.about-us .title-dots .dot-2 {
  background: #98b06f;
}
.about-us .title-dots .dot-3 {
  background: #726e60;
}
.about-us .about-us-slider-container {
  width: 100%;
}
.about-us .about-us-slider-container .section-title,
.about-us .about-us-slider-container .section-subtitle {
  color: #fff;
}
.about-us .about-us-slider-container .about-us-text,
.about-us .about-us-slider-container .about-our-aim-text {
  width: 100%;
  color: #15260d;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.8em;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.about-us .about-us-slider-container .about-us-description-container {
  width: 100%;
}
@media (min-width: 767.5px) {
  .about-us .about-us-slider-container .about-us-description-container {
    width: 45%;
  }
}
@media (min-width: 991.5px) {
  .about-us .about-us-slider-container .about-us-description-container {
    width: 59%;
  }
}
@media (min-width: 767.5px) {
  .about-us .about-us-slider-container .about-us-description-container .about-us-description {
    margin-right: -2em;
  }
}
@media (min-width: 991.5px) {
  .about-us .about-us-slider-container .about-us-description-container .title-box .section-title {
    font-size: 1.6em;
  }
}
@media (min-width: 1499.5px) {
  .about-us .about-us-slider-container .about-us-description-container .title-box .section-title {
    font-size: 2.5em;
  }
}
@media (min-width: 991.5px) {
  .about-us .about-us-slider-container .about-us-description-container .title-box .section-subtitle {
    font-size: 0.8em;
  }
}
@media (min-width: 1499.5px) {
  .about-us .about-us-slider-container .about-us-description-container .title-box .section-subtitle {
    font-size: 0.9em;
  }
}
.about-us .about-us-slider-container .about-us-description-container .about-us-text {
  padding-left: 1em;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.about-us .about-us-slider-container .about-us-description-container .about-our-aims {
  margin-top: 1em;
}
@media (min-width: 767.5px) {
  .about-us .about-us-slider-container .about-us-description-container .about-our-aims {
    width: 49%;
  }
}
.about-us .about-us-slider-container .about-us-description-container .about-our-aims .title-dots {
  margin-top: 0.2em;
  margin-bottom: 1.5em;
}
.about-us .about-us-slider-container .about-us-description-container .about-our-aims-list {
  padding-left: 1.5em;
  gap: 1em !important;
}
.about-us .about-us-slider-container .about-us-description-container .about-our-aims-list .about-our-aims-number {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #15260d;
  border: 1px solid #15260d;
  width: 1.4em;
  height: 1.4em;
  aspect-ratio: 1;
  font-size: 0.8em;
}
.about-us .about-us-slider-container .about-us-img-container {
  width: 100%;
  aspect-ratio: 5/6;
}
@media (min-width: 767.5px) {
  .about-us .about-us-slider-container .about-us-img-container {
    width: 45%;
    aspect-ratio: 5/7;
  }
}
@media (min-width: 991.5px) {
  .about-us .about-us-slider-container .about-us-img-container {
    width: 37%;
    position: absolute !important;
    right: -5%;
    bottom: 1em;
  }
}
.about-us .about-us-slider-container .about-us-img-container:before, .about-us .about-us-slider-container .about-us-img-container:after {
  content: "";
  position: absolute;
  width: 30%;
  display: flex;
  aspect-ratio: 1;
  background: url(../images/home-page/shape-vector.svg) no-repeat center;
  background-size: cover;
}
.about-us .about-us-slider-container .about-us-img-container:before {
  right: -1%;
  top: 25%;
}
@media (min-width: 767.5px) {
  .about-us .about-us-slider-container .about-us-img-container:before {
    right: -9%;
  }
}
.about-us .about-us-slider-container .about-us-img-container:after {
  left: 0;
  bottom: 1%;
}
@media (min-width: 767.5px) {
  .about-us .about-us-slider-container .about-us-img-container:after {
    left: -15%;
    bottom: -18%;
  }
}
.about-us .about-us-slider-container .about-us-img-container .about-us-img {
  position: absolute;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 450px 450px 0 0;
  -webkit-border-radius: 450px 450px 0 0;
  -moz-border-radius: 450px 450px 0 0;
  -ms-border-radius: 450px 450px 0 0;
  -o-border-radius: 450px 450px 0 0;
  width: 83%;
  aspect-ratio: 3/4;
  z-index: 50;
}
@media (min-width: 767.5px) {
  .about-us .about-us-slider-container .about-us-img-container .about-us-img {
    bottom: -19%;
    width: 100%;
    aspect-ratio: 3/4.5;
  }
}
.about-us .about-us-slider-container .about-us-img-container .frame-pattern {
  border-radius: 450px 450px 0 0;
  -webkit-border-radius: 450px 450px 0 0;
  -moz-border-radius: 450px 450px 0 0;
  -ms-border-radius: 450px 450px 0 0;
  -o-border-radius: 450px 450px 0 0;
  border: 1px solid rgba(192, 221, 144, 0.6588235294);
  position: absolute;
  right: 3%;
  bottom: -5%;
  width: 55%;
  aspect-ratio: 3/4;
  background: url(../images/home-page/about-us-pattern.svg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
@media (min-width: 767.5px) {
  .about-us .about-us-slider-container .about-us-img-container .frame-pattern {
    right: -6%;
    bottom: -24%;
  }
}
.about-us .about-us-slider-container .about-us-img-container .empty-frame {
  border-radius: 450px 450px 0 0;
  -webkit-border-radius: 450px 450px 0 0;
  -moz-border-radius: 450px 450px 0 0;
  -ms-border-radius: 450px 450px 0 0;
  -o-border-radius: 450px 450px 0 0;
  border: 1px solid #fff;
  position: absolute;
  left: -1%;
  top: 20%;
  width: 50%;
  aspect-ratio: 3/4;
  z-index: 60;
}
@media (min-width: 767.5px) {
  .about-us .about-us-slider-container .about-us-img-container .empty-frame {
    left: -7%;
    width: 63%;
  }
}
.about-us .about-us-slider-container .slider-navigation {
  width: 85%;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  z-index: 50;
}
@media (min-width: 767.5px) {
  .about-us .about-us-slider-container .slider-navigation {
    width: 37%;
    bottom: 9%;
    left: 36%;
  }
}
.about-us .about-us-slider-container .slider-navigation .about-us-slider-next-btn,
.about-us .about-us-slider-container .slider-navigation .about-us-slider-prev-btn {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #2952be;
  width: 1.6em;
  height: 1.6em;
  aspect-ratio: 1;
}
@media (min-width: 1399.5px) {
  .about-us .about-us-slider-container .slider-navigation .about-us-slider-next-btn,
  .about-us .about-us-slider-container .slider-navigation .about-us-slider-prev-btn {
    width: 2em;
    height: 2em;
  }
}
.about-us .about-us-slider-container .slider-navigation .nav-icon {
  color: #fff;
}
@media (min-width: 1399.5px) {
  .about-us .about-us-slider-container .slider-navigation .nav-icon {
    font-size: 1.2em;
  }
}
.about-us .about-us-slider-container .slider-navigation .about-us-slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us .about-us-slider-container .slider-navigation .about-us-slider-pagination .about-us-bullet {
  background-color: blue;
  width: 7px;
  height: 7px;
  aspect-ratio: 1;
  opacity: 1;
  margin-inline: 4%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.about-us .about-us-slider-container .slider-navigation .about-us-slider-pagination .about-us-bullet.about-us-bullet-active {
  border: 0.6px solid blue;
  background-color: #fff;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}

.quick-access {
  background: #bcd5eb;
  padding-bottom: 0;
}
.quick-access .section-title {
  color: #fff;
}
.quick-access .section-subtitle {
  color: #2952be;
}
.quick-access .main-container {
  width: 90%;
}
@media (min-width: 767.5px) {
  .quick-access .main-container {
    width: 63%;
    margin-right: 3em;
    margin-bottom: -4em;
  }
}
@media (min-width: 991.5px) {
  .quick-access .main-container {
    width: 53%;
    margin-right: 0;
    margin-bottom: -26%;
  }
}
@media (min-width: 1299.5px) {
  .quick-access .main-container {
    width: 45%;
  }
}
.quick-access .quick-access-items {
  gap: 1.5em;
  margin-block: 2em;
  width: 100%;
  z-index: 100;
}
@media (min-width: 767.5px) {
  .quick-access .quick-access-items {
    gap: 0.3em;
  }
}
.quick-access .quick-access-items .quick-access-item {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid transparent;
  width: 44%;
  padding: 0.2em;
  aspect-ratio: 1;
}
@media (min-width: 575.5px) {
  .quick-access .quick-access-items .quick-access-item {
    width: 28%;
  }
}
@media (min-width: 767.5px) {
  .quick-access .quick-access-items .quick-access-item {
    width: 31%;
  }
}
@media (min-width: 991.5px) {
  .quick-access .quick-access-items .quick-access-item {
    opacity: 0;
  }
}
.quick-access .quick-access-items .quick-access-item:hover {
  border: 1px solid #2952be;
}
.quick-access .quick-access-items .quick-access-item:hover .see-more-btn {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  bottom: -8%;
  background-color: #fff;
  padding-block: 3%;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}
.quick-access .quick-access-items .quick-access-item:hover .see-more-btn .see-more-text {
  display: flex;
}
.quick-access .quick-access-items .quick-access-item:hover .quick-access-item-inner {
  background-color: #2952be;
}
.quick-access .quick-access-items .quick-access-item:hover .quick-access-item-inner .quick-access-icon .changing-color:before {
  color: #bcd5eb;
}
.quick-access .quick-access-items .quick-access-item:hover .quick-access-item-inner .quick-access-title {
  color: #fff;
}
@media (min-width: 767.5px) {
  .quick-access .quick-access-items .quick-access-item.transform-x-item {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}
.quick-access .quick-access-items .quick-access-item .quick-access-item-inner {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #2952be;
  padding: 0.7em;
  width: 100%;
  aspect-ratio: 1;
  gap: 1em;
}
.quick-access .quick-access-items .quick-access-item .quick-access-icon {
  font-size: 2.5em;
  margin-top: -0.5em;
}
@media (min-width: 399.5px) {
  .quick-access .quick-access-items .quick-access-item .quick-access-icon {
    font-size: 3.5em;
  }
}
@media (min-width: 459.5px) {
  .quick-access .quick-access-items .quick-access-item .quick-access-icon {
    font-size: 5em;
  }
}
@media (min-width: 575.5px) {
  .quick-access .quick-access-items .quick-access-item .quick-access-icon {
    font-size: 3.5em;
  }
}
@media (min-width: 575.5px) and (min-width: 1399.5px) {
  .quick-access .quick-access-items .quick-access-item .quick-access-icon {
    font-size: 4.2em;
  }
}
@media (min-width: 575.5px) and (min-width: 1599.5px) {
  .quick-access .quick-access-items .quick-access-item .quick-access-icon {
    font-size: 5.2em;
  }
}
.quick-access .quick-access-items .quick-access-item .quick-access-title {
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
@media (min-width: 1499.5px) {
  .quick-access .quick-access-items .quick-access-item .quick-access-title {
    font-size: 1.2em;
  }
}
.quick-access .quick-access-items .quick-access-item .see-more-btn {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  position: absolute;
  width: 60%;
  bottom: 5%;
}
.quick-access .quick-access-items .quick-access-item .see-more-btn .see-more-text {
  font-size: 0.9em;
  display: none;
  color: #2b3a67;
}
.quick-access .quick-access-items .quick-access-item .see-more-btn .icon-arrow {
  font-size: 0.5em;
}
@media (min-width: 1499.5px) {
  .quick-access .quick-access-items .quick-access-item .see-more-btn .icon-arrow {
    font-size: 0.8em;
  }
}
.quick-access .quick-access-items .quick-access-item .see-more-btn .icon-arrow::before {
  color: #2b3a67;
}
.quick-access .quick-access-pattern-box {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}
@media (min-width: 767.5px) {
  .quick-access .quick-access-pattern-box {
    width: 50%;
    aspect-ratio: 5/3;
  }
}
.quick-access .quick-access-pattern-box .quick-access-pattern {
  bottom: 0;
  width: 100%;
}
@media (min-width: 767.5px) {
  .quick-access .quick-access-pattern-box .quick-access-pattern {
    width: 100%;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@media (min-width: 991.5px) {
  .quick-access .quick-access-pattern-box .quick-access-pattern {
    left: -4em;
  }
}

.library {
  background: #f6fbff;
}
.library .section-title {
  color: #2b3a67;
}
.library .section-subtitle {
  color: #3b3e71;
}
.library .main-container {
  margin: 0 auto;
  width: 92%;
}
@media (min-width: 767.5px) {
  .library .main-container {
    width: 90%;
  }
}
@media (min-width: 991.5px) {
  .library .main-container {
    max-width: 660px;
  }
}
@media (min-width: 1199.5px) {
  .library .main-container {
    max-width: 800px;
  }
}
.library .library-content {
  gap: 7em;
}
@media (min-width: 767.5px) {
  .library .library-content {
    gap: 1.5em;
  }
}
.library .library-images {
  width: 94%;
  position: relative;
  aspect-ratio: 1/1.05;
}
@media (min-width: 767.5px) {
  .library .library-images {
    width: 55%;
    aspect-ratio: 5/7;
  }
}
@media (min-width: 991.5px) {
  .library .library-images {
    width: 49%;
  }
}
.library .library-images .library-mask-outer {
  position: relative;
  width: 100%;
  z-index: 50;
  aspect-ratio: 20/21;
  background: url(../images/home-page/library-mask-background.svg) no-repeat center;
  background-size: cover;
}
.library .library-images .library-mask-outer .library-mask-inner {
  width: 100%;
  aspect-ratio: 20/21;
  -webkit-mask-image: url(../images/home-page/library-mask.png);
  mask-image: url(../images/home-page/library-mask.png);
  -webkit-mask-size: 95%;
  mask-size: 95%;
}
.library .library-images .library-mask-outer .library-mask-inner .library-img {
  width: 100%;
  height: 100%;
}
.library .library-images .library-logo {
  z-index: 10;
  position: absolute;
  left: 15%;
  top: -11%;
  width: 30%;
}
@media (min-width: 767.5px) {
  .library .library-images .library-logo {
    left: 20%;
    top: 6%;
    width: 25%;
  }
}
.library .library-images .library-symbol-one {
  position: absolute;
  width: 30%;
  left: 26%;
  top: -8%;
}
@media (min-width: 767.5px) {
  .library .library-images .library-symbol-one {
    width: 18%;
    left: 0%;
    top: 6%;
  }
}
.library .library-images .library-symbol-two {
  position: absolute;
  width: 30%;
  left: 4%;
  top: 2%;
}
@media (min-width: 767.5px) {
  .library .library-images .library-symbol-two {
    top: 19%;
    left: 2%;
    width: 26%;
  }
}
.library .library-form {
  width: 100%;
  gap: 2em;
}
@media screen and (min-width: 767.5px) {
  .library .library-form {
    width: 40%;
    gap: 1em;
  }
}
.library .library-form form {
  width: 100%;
  gap: 1.4em;
  margin: auto;
  font-size: 1.3em;
}
.library .library-form form .library-form-title {
  font-size: 0.8em;
  color: #000;
}
.library .library-form form .custom-select {
  position: relative;
  width: 100%;
}
.library .library-form form .selected-option {
  color: #2b3a67;
  padding: 10px;
  height: 3.5em;
  font-size: 0.8em;
  background-color: #f9fcfe;
  border: 1px solid rgba(43, 58, 103, 0.6705882353);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1599.5px) {
  .library .library-form form .selected-option {
    height: 4em;
  }
}
.library .library-form form .icon-chevron {
  display: inline-block;
  transition: transform 0.3s ease;
  color: #554f4f;
  transform: rotate(-90deg);
}
.library .library-form form .options-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0.8em;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #2b3a67;
  display: none;
  z-index: 999;
}
.library .library-form form .options-list .option-list-li {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  padding: 10px;
  font-size: 0.8em;
  color: #fff;
}
.library .library-form form .options-list .option-list-li:hover {
  background-color: #fff;
  color: #2b3a67;
  width: 95%;
  margin-inline: auto;
}
.library .library-form form .open .icon-chevron {
  transform: rotate(90deg);
}
.library .library-form form .library-submit-btn {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  gap: 1em;
  width: 100%;
  height: 3.5em;
  font-size: 0.8em;
  text-align: center;
  color: #fff;
  background-color: #2952be;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.0705882353);
  box-shadow: 0px 18px 18px 0px rgba(0, 0, 0, 0.0588235294), 0px 41px 25px 0px rgba(0, 0, 0, 0.0392156863), 0px 74px 29px 0px rgba(0, 0, 0, 0.0117647059), 0px 115px 32px 0px rgba(0, 0, 0, 0);
  padding: 1em;
}
@media screen and (min-width: 1599.5px) {
  .library .library-form form .library-submit-btn {
    height: 5em;
  }
}

.pre-signIn {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), radial-gradient(111.03% 117.95% at 5.09% -12.1%, #eaffc8 0%, #b6dc76 100%), linear-gradient(0deg, #88a77b, #88a77b);
}
.pre-signIn .pre-signIn-content {
  gap: 3em;
}
.pre-signIn .title-box {
  margin-top: 2em;
  margin-bottom: 1.5em;
}
@media (min-width: 767.5px) {
  .pre-signIn .title-box {
    margin-top: 0;
  }
}
.pre-signIn .main-container {
  margin: 0 auto;
  width: 92%;
}
@media (min-width: 767.5px) {
  .pre-signIn .main-container {
    width: 90%;
  }
}
@media (min-width: 991.5px) {
  .pre-signIn .main-container {
    max-width: 800px;
  }
}
@media (min-width: 1399.5px) {
  .pre-signIn .main-container {
    max-width: 900px;
  }
}
@media (min-width: 1899.5px) {
  .pre-signIn .main-container {
    max-width: 1100px;
  }
}
.pre-signIn .pre-signIn-images {
  width: 100%;
  position: relative;
  padding-bottom: 4em;
}
@media (min-width: 767.5px) {
  .pre-signIn .pre-signIn-images {
    width: 48%;
    padding-bottom: 0;
    padding-top: 5em;
  }
}
.pre-signIn .pre-signIn-images .shape-vector-1 {
  position: absolute;
  right: -3%;
  top: 13%;
  width: 25%;
  z-index: 0;
}
@media (min-width: 767.5px) {
  .pre-signIn .pre-signIn-images .shape-vector-1 {
    right: -3%;
    top: 35%;
    width: 25%;
  }
}
.pre-signIn .pre-signIn-images .shape-vector-2 {
  position: absolute;
  left: 43%;
  bottom: -2.2em;
  width: 20%;
  z-index: 0;
}
@media (min-width: 767.5px) {
  .pre-signIn .pre-signIn-images .shape-vector-2 {
    left: -41%;
    bottom: 16%;
    width: 24%;
  }
}
.pre-signIn .pre-signIn-images .pre-signIn-img-box-1 {
  position: relative;
  width: 86%;
  aspect-ratio: 3/4.1;
  border-radius: 450px 450px 0 0;
  -webkit-border-radius: 450px 450px 0 0;
  -moz-border-radius: 450px 450px 0 0;
  -ms-border-radius: 450px 450px 0 0;
  -o-border-radius: 450px 450px 0 0;
  border: 1px solid #fff;
  margin-right: 1.5em;
  z-index: 10;
}
.pre-signIn .pre-signIn-images .pre-signIn-img-box-1 .pre-signIn-img-1, .pre-signIn .pre-signIn-images .pre-signIn-img-box-1 .pre-signIn-img-box-2 .pre-signIn-img-2, .pre-signIn .pre-signIn-images .pre-signIn-img-box-2 .pre-signIn-img-box-1 .pre-signIn-img-2 {
  width: 96%;
  height: 97%;
  border-radius: 450px 450px 0 0;
  -webkit-border-radius: 450px 450px 0 0;
  -moz-border-radius: 450px 450px 0 0;
  -ms-border-radius: 450px 450px 0 0;
  -o-border-radius: 450px 450px 0 0;
  border: 1px solid #fff;
}
.pre-signIn .pre-signIn-images .pre-signIn-img-box-2 {
  border-radius: 450px 450px 0 0;
  -webkit-border-radius: 450px 450px 0 0;
  -moz-border-radius: 450px 450px 0 0;
  -ms-border-radius: 450px 450px 0 0;
  -o-border-radius: 450px 450px 0 0;
  border: 1px solid #5f8c4c;
  padding: 0.7em;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56%;
  aspect-ratio: 3/4;
  background: url(../images/home-page/banner-mask-pattern.svg) no-repeat center;
  background-size: cover;
  background-color: #88a77b;
  z-index: 10;
}
@media (min-width: 767.5px) {
  .pre-signIn .pre-signIn-images .pre-signIn-img-box-2 {
    left: -29%;
    bottom: 5%;
    width: 60%;
  }
}
.pre-signIn .pre-signIn-images .pre-signIn-img-box-2 .pre-signIn-img-2 {
  border-radius: 450px 450px 0 0;
  -webkit-border-radius: 450px 450px 0 0;
  -moz-border-radius: 450px 450px 0 0;
  -ms-border-radius: 450px 450px 0 0;
  -o-border-radius: 450px 450px 0 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid #5f8c4c;
  width: 94%;
  height: 95%;
}
.pre-signIn .pre-signIn-form-container {
  width: 100%;
}
@media (min-width: 767.5px) {
  .pre-signIn .pre-signIn-form-container {
    width: 32%;
  }
}
.pre-signIn .pre-signIn-form-container .shape-vector-top {
  width: 25%;
}
@media (min-width: 767.5px) {
  .pre-signIn .pre-signIn-form-container .shape-vector-top {
    margin-right: -4.5em;
    margin-bottom: -1em;
  }
}
.pre-signIn .pre-signIn-form-container .pre-signIn-btn {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  border: 1px solid rgba(43, 58, 103, 0.349);
  background-color: #fff;
  color: #748e69;
  font-weight: 500;
  padding: 3.5% 1%;
  text-align: center;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.0705882353), 0px 18px 18px 0px rgba(0, 0, 0, 0.0588235294), 0px 41px 25px 0px rgba(0, 0, 0, 0.0392156863), 0px 74px 29px 0px rgba(0, 0, 0, 0.0117647059), 0px 115px 32px 0px rgba(0, 0, 0, 0);
}
.pre-signIn .pre-signIn-form-container .pre-signIn-btn .icon-chevron-left {
  font-weight: 700;
}
