:root {
  --body-bg-color: #f5f5f5;
  --font-color-dark: #121212;
  --font-color-light: #f5f5f5;
  --border-radius: 8px;
  --section-margin-top: 6rem;
  --section-margin-bottom: 6rem;
  --section-padding-top: 6rem;
  --section-padding-bottom: 6rem;
  --transition-duration: 0.3s;

  /* brand color */
  --brand-color-50: #f1f9fe;
  --brand-color-100: #e3f1fb;
  --brand-color-200: #c0e3f7;
  --brand-color-300: #88cdf1;
  --brand-color-400: #49b4e7;
  --brand-color-500: #2096d0;

  /* default brand color */
  --brand-color-600: #137cb6;
  --brand-color-700: #116393;
  --brand-color-800: #12547a;
  --brand-color-900: #144666;
  --brand-color-950: #0e2d43;
}

html {
  font-family: "TrueNorthRoughBlack", sans-serif;
  scroll-behavior: smooth;
}

/* HELPER CLASSES */

.hyp_section_margin_top {
  margin-top: var(--section-margin-top);
}

.hyp_section_margin_bottom {
  margin-bottom: var(--section-margin-bottom);
}

.hyp_section_padding_top {
  padding-top: var(--section-padding-top);
}

.hyp_section_padding_bottom {
  padding-bottom: var(--section-padding-bottom);
}

.sec_pt8 {
  padding-top: 8rem;
}

.sec_pb8 {
  padding-bottom: 8rem;
}

.h1 {
  font-size: 5rem;
  font-size: clamp(2.75rem, 1.9577rem + 3.3803vw, 5rem);
  line-height: 0.8;
}

.h2 {
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.h2-sm {
  font-family: TrueNorthRoughBlack, sans-serif;
  font-size: 1.375rem;
  letter-spacing: -0.05em;
  line-height: 1.5rem;
}

.h5 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1.3;
  text-transform: uppercase;
}

.h1,
.h2 {
  font-family: TrueNorthRoughBlack, sans-serif;
}

.h0 {
  font-family: TrueNorthRoughBlack, sans-serif;
  font-size: 7rem;
  font-size: clamp(1.625rem, -0.0417rem + 7.1111vw, 10.625rem);
  letter-spacing: -0.08em;
  line-height: 0.85;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5;
}

.hyp_duration-500 {
  transition-duration: 0.5s;
}

.hyp_biig-h2 {
  margin-block: 6rem;
  text-align: center;
}

.bg_primary {
  background-color: #ed2d7e;
}

.bg_secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(26 54 103 / var(--tw-bg-opacity));
}

.color_secondary {
  --tw-text-opacity: 1;
  color: rgb(26 54 103 / var(--tw-bg-opacity));
}

.color_primary {
  --tw-text-opacity: 1;
  color: rgb(237 45 126 / var(--tw-text-opacity));
}

.text-spacing-mail {
  letter-spacing: 0.6px;
}

@font-face {
  font-family: "TrueNorthRoughBlack";
  src: url("../../webassets/fonts/TrueNorthRoughBlack.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Oxygen";
  src: url("../../webassets/fonts/2sDcZG1Wl4LcnbuCJW8zaGW5Kb8VZA.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Great Vibes";
  src: url("../../webassets/fonts/GreatVibes-Regular.ttf") format("truetype");
  /* font-weight: 400; */
  font-style: normal;
}

@font-face {
  font-family: "Passion One";
  src: url("../../webassets/fonts/PassionOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

.font_Oxygen {
  font-family: "Oxygen", sans-serif;
}

.font_TrueNorthRoughBlack {
  font-family: "TrueNorthRoughBlack", sans-serif;
}

/* BASE STYLES */
*,
*::before,
*::after {
  box-sizing: border-box;
  border: 0;
  outline: 0;
  margin: 0;
}

body {
  min-height: 100dvh;
  min-width: 100vw;
  overflow-x: hidden;
  font-family: "TrueNorthRoughBlack", sans-serif;
  color: var(--brand-color-950);
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* any tag with mailto */
a[href^="mailto"]:hover,
a[href^="tel"]:hover,
a:hover {
  color: inherit;
  text-decoration: underline;
  text-decoration: none;
  text-underline-offset: 3px;
}

.color-pink {
  color: #fd556d;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

header>div {
  padding: 32px 32px 32px 80px;
}

.hyp_offcanvas {
  z-index: 10;
  width: 50vw;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #e8ebf0;
  padding: 90px 60px 46px 100px;
  overflow-y: auto;
  overflow-x: hidden;

  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s,
    width 0.6s cubic-bezier(0.33, 1, 0.68, 1) -3s;
  -webkit-transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s,
    width 0.6s cubic-bezier(0.33, 1, 0.68, 1) -3s;
  -moz-transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s,
    width 0.6s cubic-bezier(0.33, 1, 0.68, 1) -3s;
  -ms-transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s,
    width 0.6s cubic-bezier(0.33, 1, 0.68, 1) -3s;
  -o-transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s,
    width 0.6s cubic-bezier(0.33, 1, 0.68, 1) -3s;

  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}

.hyp_offcanvas.show {
  z-index: 21;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.hyp_offcanvas .offcanvas-nav>li+li {
  margin-top: 0.75rem;
}

.hyp_offcanvas .offcanvas-nav li,
.second-offcanvas li {
  overflow: visible;
}

.hyp_offcanvas .offcanvas-nav li a,
.hyp_offcanvas .offcanvas-nav li div {
  font-size: 2.25rem;
  /*transition-property: opacity, transform;
  transition-duration: .5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  */
  color: var(--brand-color-950);
  letter-spacing: -1.8px;
  line-height: 0.9;
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.hyp_offcanvas.show .offcanvas-nav li a,
.hyp_offcanvas.show .offcanvas-nav li div {
  opacity: 1;
}

.hyp_offcanvas .offcanvas-nav li a:hover,
.hyp_offcanvas .offcanvas-nav li div:hover {
  color: #fd556d;
  cursor: pointer;
}

.hyp_offcanvas .preschool {
  max-width: 13rem;
  width: 100%;
  display: block;
  margin-top: 2rem;
}

.hyp_offcanvas .preschool:hover,
.hyp_offcanvas .offcanvas-nav li a {
  text-decoration: none;
}

.second-offcanvas {
  position: fixed;
  background-color: #d1d7e1;
  padding: 90px 60px 46px 100px;
  top: 0;
  right: -5%;
  bottom: 0;
  width: 50vw;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  -webkit-transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  -ms-transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}

.second-offcanvas li a {
  text-transform: capitalize;
}

.second-offcanvas li {
  font-size: 1.8rem;
  color: var(--brand-color-950);
  overflow-y: hidden;
  opacity: 0;
  letter-spacing: -1.8px;
  line-height: 0.9;
  transition-duration: 0.3s;
  transition-delay: var(--delay);
  transition-timing-function: ease-in-out;
  transform: translateY(16px);
  -webkit-transform: translateY(16px);
  -moz-transform: translateY(16px);
  -ms-transform: translateY(16px);
  -o-transform: translateY(16px);
}

.second-offcanvas.show li {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.second-offcanvas.show {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}

.hyp_mask-footer::before {
  background: inherit;
  bottom: 0;
  content: "";
  -webkit-mask: url(../images/clip-menu.svg);
  mask: url(../images/clip-menu.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100dvh;
  width: 1rem;
}

.hyp_menu-item {
  align-items: center;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  display: flex;
  margin-bottom: 1.5rem;
  font-size: 1rem !important;
  font-family: Oxygen, sans-serif;
  letter-spacing: normal !important;
  line-height: 1rem;
  transition-duration: 0.3s;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.second-offcanvas li:last-child a {
  margin-bottom: 0;
}

.hyp_menu-item::before {
  background-image: url(../images/icon-chevron-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
}

.hero-sec-logo {
  max-width: 110px;
}

.hero-line-one {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-size: 128px;
  font-size: 8rem;
  /* margin-left: -5%; */
  line-height: 105.5px;
  letter-spacing: 9%;
  /* text-align: center; */
  display: block;
  color: #e92b7d;
}

.hero-line-two {
  font-size: 60px;
  font-size: 3.75rem;
  text-align: center;
  display: block;
  line-height: 60px;
}

.hero-line-three {
  font-family: "Passion One", cursive;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;

  line-height: 28.97px;
  letter-spacing: 6%;
  text-align: center;
  display: block;
  text-transform: uppercase;
}

.img-mask {
  transform: rotate(-2deg);
  -webkit-mask: url(../images/clip-image.svg);
  mask: url(../images/clip-image.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.preschool p {
  font-family: TrueNorthRoughBlack, sans-serif;
  font-size: 1.1rem;
  letter-spacing: -0.05em;
  color: var(--brand-color-900);
  line-height: 1.3rem;
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
}

.preschool span {
  font-family: monospace, sans-serif;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  line-height: 1.3;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  transition-duration: 0.3s;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.preschool span:hover {
  color: #fd556d;
}

@keyframes moveline {
  100% {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}

.preschool span::after {
  animation: moveline 3s linear infinite;
  background-image: url(../images/intro-line-sm.svg);
  background-repeat: repeat-x;
  background-size: 50% 100%;
  content: "";
  display: block;
  height: 7px;
  margin-top: 3px;
  width: 75px;
  width: 200%;
}

.offcanvas-nav li div,
.preschool {
  opacity: 0;
  transform: translateY(16px);
  -webkit-transform: translateY(16px);
  -moz-transform: translateY(16px);
  -ms-transform: translateY(16px);
  -o-transform: translateY(16px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.hyp_offcanvas.show .offcanvas-nav li div:nth-child(1) {
  transition-delay: calc(var(--delay) + 0.2s);
  opacity: 1;
  transform: translateY(0);
}

.hyp_offcanvas.show .offcanvas-nav li div:nth-child(2) {
  transition-delay: calc(var(--delay) + 0.2s);
  opacity: 1;
  transform: translateY(0);
}

.hyp_offcanvas.show .offcanvas-nav li div:nth-child(3) {
  transition-delay: calc(var(--delay) + 0.2s);
  opacity: 1;
  transform: translateY(0);
}

.hyp_offcanvas.show .offcanvas-nav li div:nth-child(4) {
  transition-delay: calc(var(--delay) + 0.2s);
  opacity: 1;
  transform: translateY(0);
}

.hyp_offcanvas.show .offcanvas-nav li div:nth-child(5) {
  transition-delay: calc(var(--delay) + 0.2s);
  opacity: 1;
  transform: translateY(0);
}

.hyp_offcanvas.show .offcanvas-nav li div:nth-child(6) {
  transition-delay: calc(var(--delay) + 0.2s);
  opacity: 1;
  transform: translateY(0);
}

.hyp_offcanvas.show .offcanvas-nav li div:nth-child(7) {
  transition-delay: calc(var(--delay) + 0.2s);
  opacity: 1;
  transform: translateY(0);
}

.hyp_offcanvas.show .preschool {
  opacity: 1;
  transition-delay: 1s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

/* End offcanvas */

/* Start Footer */
.hyp_footer {
  background-color: rgb(37 64 111/ 1);
  background-color: var(--brand-color-800);
  background-color: #1a3667f5;
  position: relative;
  /* bottom: 0; */
  /* width: 100%; */
  color: whitesmoke;
}

.u-mask-footer {
  -webkit-mask: url(../images/clip-footer.svg);
  mask: url(../images/clip-footer.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.-translate-y-full {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}

.svg1 {
  height: 1.5rem;
  inset: 0;
  top: 2px;
  position: absolute;
  background-color: rgb(37 64 111/ 1);
  background-color: var(--brand-color-800);
  background-color: #1a366797;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}

.hyp_footer figure {
  width: 7rem;
  right: 7rem;
  bottom: 100%;
  transform: translateY(33.33%);
  -webkit-transform: translateY(33.33%);
  -moz-transform: translateY(33.33%);
  -ms-transform: translateY(33.33%);
  -o-transform: translateY(33.33%);
}

.hyp_footer .content {
  padding: 96px 80px;
}

.hyp_footer_links li+li {
  margin-top: 1.5rem;
}

.footer_socials li {
  width: 56px;
  height: 56px;
  display: block;
}

.footer_socials li a {
  color: whitesmoke;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  /* padding: 10px; */
  font-size: 1.5rem;
  border: 1px solid #fd556d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all var(--transition-duration);
  -webkit-transition: all var(--transition-duration);
  -moz-transition: all var(--transition-duration);
  -ms-transition: all var(--transition-duration);
  -o-transition: all var(--transition-duration);
}

.footer_socials li:hover a {
  background-color: #fd556d;
}

.footer_socials li:hover a:hover {
  text-decoration: none;
}

.footer_socials li a i {
  display: grid;
  font-size: 28px;
  place-items: center;
  width: 100%;
  height: 100%;
}

.hyp_footer .bootom-footer {
  background-color: var(--brand-color-950);
  background-color: var(--brand-color-900);
  background-color: #1a3667;
  padding-block: 3rem;
}

.hyp_footer .bootom-footer ul {
  font-size: 12px;
}

footer address a:hover,
footer .hyp_footer_links a:hover {
  text-decoration: none !important;
  color: #fd556d !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.hyp_footer_links li a {
  letter-spacing: 3.36px;
  font-size: 12px;
  font-weight: 600;
}

.newsletter-input {
  color: white !important;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 8px;
}

.newsletter-input::placeholder {
  color: #ffffff;
  /* Adjust the color as needed */
  opacity: 1;
  /* Ensure the placeholder stays visible */
}

.newsletter-input:focus {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #fff;
}

.newsletter-msg {
  font-size: 0.875rem;
}

#basic-addon2 {
  background: #fd556d;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}

.copyrights ul li:hover a {
  color: #fd556d;
  transition-duration: 0.3s;
  text-decoration: none;
}

.link-active {
  color: #fd556d !important;
}

.hyp_offcanvas .offcanvas-nav li .nested-active {
  font-weight: 600;
  color: #fd556d !important;
}

/* Main CSS */

main #lottieIntro,
#new-lottieIntro {
  width: 40vw;
  margin-inline: auto;
}

.temp-static-page,
.new-temp-static-page {
  display: flex;
  align-items: center;
  background-color: var(--brand-color-900);
  background-image: url(../images/intro-bg.jpg);
  background-repeat: repeat;
  background-size: 200px 200px;
  color: #ffffff;
  height: 100dvh;
  width: 100dvw;
  position: static;
  top: 0.001px;
  left: 0;
  /* overflow: hidden; */
}

.my-alert {
  position: absolute;
  left: 50%;
  bottom: 150px;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  align-items: center;
  transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
}

.my-alert>span.my-alert__unique1 {
  color: #ffffff;
  display: block;
  text-align: center;
}

.my-alert>span.my-alert__unique2 {
  display: block;
  width: 2.5rem;
  height: 4rem;
  border: 2px solid #fd556d;
  padding: 0.5rem;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.my-alert>span>span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff33;
  animation: mouse var(--duration) linear infinite;
  -webkit-animation: mouse var(--duration) linear infinite;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@keyframes mouse {
  50% {
    opacity: 0.5;
  }

  100% {
    transform: translateY(var(--travel));
    -webkit-transform: translateY(var(--travel));
    -moz-transform: translateY(var(--travel));
    -ms-transform: translateY(var(--travel));
    -o-transform: translateY(var(--travel));
  }
}

.hyp_intro-line {
  display: block;
  height: 9px;
  width: 25vw;
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  overflow: hidden;
}

.hyp_intro-line::after {
  animation: moveline 3s linear infinite;
  -webkit-animation: moveline 3s linear infinite;
  background-image: url(../images/intro-line-sm.svg);
  background-repeat: repeat-x;
  background-size: 50% 100%;
  content: "";
  display: block;
  height: 100%;
  width: 200%;
}

.hyp_intro-line-bg {
  background-image: url(../images/intro-line.svg);
  background-position: top;
  background-size: 100% 100%;
}

.pink-section {
  position: relative;
  padding-bottom: 8rem;
}

#dragonfly {
  width: 16rem;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 11;
  rotate: 30deg;
  height: 16rem;
}

.pi {
  right: 45%;
  top: -18%;
  width: 16rem;
  z-index: 10;
  scale: 0;
  rotate: -30deg;
}

.zigzag {
  position: absolute;
  left: 0;
  top: 3rem;
  width: 25vw;
  z-index: 10;
  pointer-events: none;
}

.zagzig {
  position: absolute;
  right: 52%;
  top: auto;
  bottom: 0;
  max-width: 320px;
  width: 20%;
  z-index: 10;
  pointer-events: none;
}

.diamond {
  position: absolute;
  right: 1rem;
  top: 0;
  z-index: 10;
  width: 5rem;
}

.hyp-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #ed2d7e;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1.3;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  transition-duration: 0.3s;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hyp-button:hover {
  background-color: #ffffff;
  color: #ed2d7e;
}

.hyp-button2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #ed2d7e;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: Oxygen, sans-serif;
  letter-spacing: 0.28em;
  line-height: 1.3;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  transition-duration: 0.3s;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #ffffff;
  color: #1a3667;
}

.hyp-button2:hover {
  background-color: rgb(237 45 126);
  color: rgb(255 255 255);
  text-decoration: none;
}

.hyp-button--icon {
  align-items: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  display: inline-flex;
}

.text-line {
  display: inline-block;
  overflow: hidden;
}

.unique.text-line::after {
  background-image: url(../images/intro-line-sm.svg) !important;
}

.text-line::after {
  animation: moveline 3s linear infinite;
  background-image: url(../images/intro-line-sm-white.svg);
  background-repeat: repeat-x;
  background-size: 50% 100%;
  content: "";
  display: block;
  height: 9px;
  width: 200%;
}

.boy-football {
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 13;
  bottom: 20%;
  width: auto;
  transform: translate(-50%, 75%);
  -webkit-transform: translate(-50%, 75%);
  -moz-transform: translate(-50%, 75%);
  -ms-transform: translate(-50%, 75%);
  -o-transform: translate(-50%, 75%);
}

.hyp-button-play {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/btn-play.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 6rem;
  transition: transform 1s ease-out;
  width: 8rem;
}

.arrow {
  position: absolute;
  z-index: 10;
  right: 55%;
  bottom: 2rem;
  width: 10rem;
  transform-origin: left;
}

.star {
  position: absolute;
  z-index: 10;
  right: -0.25rem;
  top: 0;
  width: 4rem;
  transform-origin: left;
}

.hyp_mask-bg {
  -webkit-mask: url(../images/clip-bg.svg);
  mask: url(../images/clip-bg.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* .hyp_mask-gray-bg {
  -webkit-mask: url(../images/clip-bg-gray.svg);
  mask: url(../images/clip-bg-gray.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
} */

.hyp-mask-border {
  position: relative;
}

.pink-section .hyp-mask-border:before {
  background: url(../images/clip-border-white.svg);
}

.hyp-mask-border::before {
  background: url(../images/clip-border.svg);
  background-size: 100% 100%;
  content: "";
  inset: -1rem;
  position: absolute;
}

.hyp_hs-section-wrapper {
  width: 400%;
  height: 100dvh;
  display: flex;
  flex-wrap: nowrap;
}

.hyp_hs-section {
  width: 100dvw;
  height: 100dvh;
  position: relative;
  z-index: 0;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}

.hyp_hs-section:nth-child(2) {
  background-color: #ffffff;
}

.hyp_hs-section:nth-child(3) {
  background-color: #fdeaf2;
}

.hyp_hs-section:nth-child(4) {
  background-color: transparent;
}

.hyp_hs-section:nth-child(5) {
  background-color: #ffffff;
}

.hyp-mask-clip-1 {
  -webkit-mask: url(../images/hero-top-three.svg);
  mask: url(../images/hero-top-three.svg);
  -webkit-mask-position: bottom;
  mask-position: bottom;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.heart-stars {
  top: 0rem;
  right: 0rem;
  padding-inline: 60px;
  left: 0rem;
  justify-content: space-between;
  display: flex;
  z-index: 20;
  width: 100vw;
}

.heart-stars img:nth-child(1) {
  width: 5rem;
  margin-top: 8rem;
  rotate: -45deg;
  height: auto;
  margin-left: 2rem;
}

.heart-stars img:nth-child(2) {
  width: 5rem;
  height: auto;
  rotate: 12deg;
  object-fit: contain;
}

.heart-stars2-container .heart-stars2:nth-child(1) {
  position: absolute;
  width: 5rem;
  margin-top: 1rem;
  rotate: -13deg;
  height: auto;
  margin-left: 3rem;
}

.heart-stars2-container .heart-stars2:nth-child(2) {
  position: absolute;
  width: 5rem;
  margin-top: 3rem;
  height: auto;
  margin-left: 90%;
}

.hyp_mask-image {
  -webkit-mask: url(../images/clip-image.svg);
  mask: url(../images/clip-image.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.hyp-button-play-sm {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/btn-play-sm.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 3.6rem;
  transition: transform 1s ease-out;
  width: 4rem;
}

.hz-grid {
  width: 8rem;
}

.hz-grid-symbol {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.hyp_button-text {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1.3;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  transition-duration: 0.3s;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hyp_button-text:after {
  animation: moveline 3s linear infinite;
  background-image: url(../images/intro-line-sm.svg);
  background-repeat: repeat-x;
  background-size: 50% 100%;
  content: "";
  display: block;
  height: 7px;
  margin-top: 3px;
  width: 200%;
}

.lef-enter>a {
  aspect-ratio: 1;
  text-decoration: none;
}

.anouncement-swiper-wrapper .swiper-wrapper {
  transition-timing-function: ease !important;
  transition-duration: 1200ms !important;
}

.anouncement-swiper-wrapper .swiper-button-next,
.anouncement-swiper-wrapper .swiper-button-prev {
  left: 0;
  left: 10px;
  top: 0;
  height: -webkit-fill-available;
}

.anouncement-swiper-wrapper .swiper-button-next:hover,
.anouncement-swiper-wrapper .swiper-button-prev:hover {
  transform: translateX(0.5rem);
  -webkit-transform: translateX(0.5rem);
  -moz-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.anouncement-swiper-wrapper .swiper-button-next {
  left: 10%;
}

.anouncement-swiper-wrapper .swiper-button-next::after,
.anouncement-swiper-wrapper .swiper-button-prev::after,
.history-swiper .swiper-button-next::after,
.history-swiper .swiper-button-prev::after,
.art-swiper .arts-button-next::after,
.art-swiper .arts-button-prev::after,
.music-swiper .musics-button-next::after,
.music-swiper .musics-button-prev::after,
.drama-swiper .dramas-button-next::after,
.drama-swiper .dramas-button-prev::after,
.yin-swiper-wrapper .swiper-button-next::after,
.yin-swiper-wrapper .swiper-button-prev::after {
  content: "";
  background-image: url(../images/right-arrow.png) !important;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

.anouncement-swiper-wrapper .swiper-button-prev,
.history-swiper-wrapper .swiper-button-prev,
.yin-swiper-wrapper .swiper-button-prev {
  rotate: 180deg;
}

.anouncement-swiper-wrapper .navigation-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 120px;
  width: 100%;
}

.anouncement-swiper-wrapper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.anouncement-swiper-wrapper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 9999px;
  cursor: pointer;
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  opacity: 1;
  height: 1rem;
  width: 1rem;
  border: 4px solid rgb(221 221 221);
  background: transparent;
}

.anouncement-swiper-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  border-color: rgb(237 45 126);
}

.tr-container {
  max-width: 24rem;
  margin-inline: auto;
}

.testimonial_container_wrapper {
  padding-block: 128px;
}

.share_container_wrapper {
  padding-block: 100px;
}

.yin_container_wrapper {
  padding-block: 50px;
}

.sm_image {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  aspect-ratio: 1 / 1;
}

.sm_image-wrapper>div:nth-child(odd) .sm_image {
  rotate: -2deg;
}

.sm_image-wrapper>div:nth-child(even) .sm_image {
  rotate: 2deg;
}

.yin-swiper-wrapper .swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 9999px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  opacity: 1;
  height: 1rem;
  width: 1rem;
  border: 4px solid rgb(221 221 221);
  background: transparent;
}

.yin-swiper-wrapper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #ed2d7e;
}

.yin-swiper-wrapper .swiper-button-next {
  right: 0;
  top: 0;
  height: -webkit-fill-available;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}

.yin-swiper-wrapper .swiper-button-prev {
  left: 0;
  top: 0;
  height: -webkit-fill-available;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.yin_bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 2rem;
  column-gap: 1rem;
  align-items: center;
  position: relative;
}

.yin_bottom .navigation-wrapper {
  width: 40%;
  left: 100%;
  transform: translateX(-105%);
  -webkit-transform: translateX(-105%);
  -moz-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  -o-transform: translateX(-105%);
}

.pinkOnHover {
  color: var(--brand-color-950);
  transition-duration: 0.3s;
}

.pinkOnHover:hover {
  background-color: #ed2d7e !important;
  color: #ffffff !important;
}

.pinkOnHover i {
  transition-duration: 0.3s;
}

.pinkOnHover:hover i {
  color: #ffffff !important;
}

.whiteOnHover {
  color: var(--brand-color-950);
}

.whiteOnHover:hover {
  background-color: #ffffff !important;
  color: #ed2d7e !important;
}

.animate-slide-up {
  --delay: 800ms;
  --travel: 50vh;
  --hero-bg-h: 10vw;
  animation-delay: var(--delay);
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation: slideup cubic-bezier(0, 0, 0.2, 1) var(--duration);
  -webkit-animation: slideup cubic-bezier(0, 0, 0.2, 1) var(--duration);
}

@keyframes slideup {
  0% {
    transform: translateY(var(--travel));
  }

  100% {
    transform: translateY(0);
  }
}

.contact_banner,
.ranked-students-overview_banner,
.about-us-overview_banner {
  margin-bottom: calc(var(--travel) * -1);
  top: calc(var(--travel) * -1);
}

.about-us-overview_banner .white_bg,
.ranked-students-overview_banner .white_bg,
.contact_banner .white_bg {
  background-image: url(../images/hero-top-two.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: var(--hero-bg-h);
  margin-bottom: -1px;
  display: block;
}

.sub-heading {
  margin-top: 16px;
  line-height: 40px;
  font-size: 22px;
}

.prose .lead,
.prose .text-base {
  font-weight: 400;
}

.prose h1,
.prose h2 {
  font-family: TrueNorthRoughBlack, sans-serif;
  letter-spacing: -0.05em;
}

.prose h3 {
  font-weight: 700;
}

.prose>*+* {
  margin-top: 1.5rem;
}

.animate-fade-in {
  animation-delay: 2s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  -webkit-animation: fadein cubic-bezier(0, 0, 0.2, 1) 1200ms;
  animation: fadein cubic-bezier(0, 0, 0.2, 1) 1200ms;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.hyp_cont-sm {
  margin-bottom: 2rem;
  top: -3rem;
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 80px;
}

.person-climbing-img {
  position: absolute;
  display: block;
  top: -12vw;
  left: 0;
  width: 8rem;
}

.hyp_form-enquiry {
  margin-top: 80px;
}

#contactForm {
  color: #ffffff;
}

.hyp_input,
.hyp_textarea {
  color: #ffffff;
  background-color: transparent;
  background-image: url(../images/clip-input.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
  max-height: 150px;
}

.submit_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.submit_btn {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.submit_btn {
  line-height: 1rem;
  min-width: 140px;
}

#contactForm .submit_btn {
  color: #ffffff;
}

.submit_btn {
  --tw-border-opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 9999px;
  border-width: 2px;
  border: 2px solid rgb(237 45 126 / var(--tw-border-opacity));
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1.3;
  padding: 1rem;
  padding: 0.9em;
  text-align: center;
  text-transform: uppercase;
  transition-duration: 0.3s;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.submit_btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 45 126 / var(--tw-bg-opacity));
  color: #ffffff;
}

.hyp_textarea {
  height: 16rem;
  padding: 0.75rem 1rem;
}

.hyp_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: currentColor;
  font-size: 1rem;
  font-family: Oxygen, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  width: 100%;
}

#contactForm .hyp_input::placeholder,
#contactForm .hyp_textarea::placeholder {
  /* font-size: inherit; */
  color: #ffffffdb;
}

#contactForm .hyp_dropdown {
  color: #ffffff;
}

#admissionForm .hyp_textarea {
  color: #000000;
}

.hyp_input-group {
  margin-bottom: 0.7rem;
}

.hyp_dropdown {
  font-size: 1rem;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url(../images/clip-input.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
}

.hyp_dropdown-parent:after {
  --tw-translate-y: -50%;
  background-image: url(../images/icon-chevron-down.svg);
  background-repeat: no-repeat;
  content: "";
  height: 0.75rem;
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  width: 1.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.hyp_dropdown option {
  color: #000000;
}

.error {
  line-height: 1;
  font-size: 12px;
  margin-top: 6px;
  min-height: 12px;
  letter-spacing: 0.2em;
}

.video_position {
  width: 125%;
  transform: translateX(-25%);
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  -o-transform: translateX(-25%);
}

.right-img_position {
  width: 125%;
}

.history-swiper .swiper-wrapper {
  transition-timing-function: ease !important;
  /* transition-duration: 1200ms !important; */
}

.history-swiper .swiper-wrapper .swiper-slide:nth-child(even) article span {
  display: inline-block;
  rotate: -2deg;
}

.history-swiper .swiper-wrapper .swiper-slide:nth-child(odd) article span {
  display: inline-block;
  rotate: 2deg;
}

.history-swiper .swiper-wrapper .swiper-slide {
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.history-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.history-swiper .swiper-slide {
  align-self: stretch;
}

.history-swiper .swiper-button-next {
  right: 20px;
  top: 65%;
  height: 24px;
}

.history-swiper .swiper-button-prev {
  left: 20px;
  top: 65%;
  height: 24px;
}

.history-swiper-wrapper .swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 9999px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  opacity: 1;
  height: 1rem;
  width: 1rem;
  border: 4px solid rgb(221 221 221);
  background: transparent;
}

.history-swiper-wrapper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #ed2d7e;
}

.hs-bottom {
  height: 60px;
}

.hs-bottom_navigation {
  width: 120px;
  position: absolute;
  height: 100%;
  right: 5%;
  z-index: 11;
}

.hs-bottom_pagination {
  top: 50%;
  transform: translateY(-50%);
}

.text_truncate2 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  overflow: hidden;
  width: 100%;
}

.text_truncate3 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  line-clamp: 3 !important;
  overflow: hidden;
  width: 100%;
}

.prose h2 {
  font-size: 2rem;
  line-height: 1;
}

.prose h4 {
  font-weight: 700;
}

.page_padding_top {
  padding-top: 130px;
}

.prose table {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
}

table {
  font-weight: 400;
}

.prose table tr:nth-child(odd) td {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.prose table td {
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 240 / var(--tw-bg-opacity));
  padding: 1rem 1.5rem;
}

.prose table tr:has(td + td) td {
  width: 50%;
}

.prose table tr:has(td + td + td) td {
  width: 33.333333%;
}

.prose table tr:has(td + td + td + td) td {
  width: 25%;
}

.prose table tr:has(td + td + td + td + td) td {
  width: auto;
}

.bg-secondary .prose table td {
  --tw-text-opacity: 1;
  color: rgb(26 54 103 / var(--tw-text-opacity));
}

.musics-swiper+div>div>.musics-button-next::after,
.musics-swiper+div>div>.musics-button-prev::after,
.dramas-swiper+div>div>.dramas-button-next::after,
.dramas-swiper+div>div>.dramas-button-prev::after,
.arts-swiper+div>div>.arts-button-next::after,
.arts-swiper+div>div>.arts-button-prev::after {
  content: "";
  background-image: url(../images/right-arrow.png) !important;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

.drama-swiper-wrapper .dramas-button-prev,
.music-swiper-wrapper .musics-button-prev,
.art-swiper-wrapper .arts-button-prev {
  rotate: 180deg;
}

.dramas-swiper+div>div>.dramas-button-next,
.musics-swiper+div>div>.musics-button-next,
.arts-swiper+div>div>.arts-button-next {
  right: 20px;
  top: 65%;
  height: 24px;
}

.dramas-swiper+div>div>.dramas-button-prev,
.musics-swiper+div>div>.musics-button-prev,
.arts-swiper+div>div>.arts-button-prev {
  left: 20px;
  top: 65%;
  height: 24px;
}

.drama-swiper-wrapper .swiper+div>.dramas-pagination .swiper-pagination-bullet,
.music-swiper-wrapper .swiper+div>.musics-pagination .swiper-pagination-bullet,
.art-swiper-wrapper .swiper+div>.arts-pagination .swiper-pagination-bullet {
  border-radius: 9999px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  opacity: 1;
  height: 1rem;
  width: 1rem;
  border: 4px solid rgb(221 221 221);
  background: transparent;
}

.drama-swiper-wrapper .swiper+div>.dramas-pagination .swiper-pagination-bullet-active,
.music-swiper-wrapper .swiper+div>.musics-pagination .swiper-pagination-bullet-active,
.art-swiper-wrapper .swiper+div>.arts-pagination .swiper-pagination-bullet-active {
  border-color: #ed2d7e;
}

.dramas-pagination,
.arts-pagination,
.musics-pagination {
  text-align: start;
  margin-inline-start: 10%;
}

.zigzag-container:nth-child(even) .zigzag-item:nth-child(odd) {
  order: 0;
}

.zigzag-container:nth-child(odd) .zigzag-item:nth-child(even) {
  order: 1;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  background-color: #ed2d7e;
  color: whitesmoke;
  /* background-image: url(../images/acco-down-arrow.png) !important; */
}

.accordion-button:active,
.accordion-button:focus,
.accordion-button:focus-within {
  box-shadow: none;
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../images/acco-down-arrow.png);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: transform var(--bs-accordion-btn-icon-transition);
  -webkit-transition: transform var(--bs-accordion-btn-icon-transition);
  -moz-transition: transform var(--bs-accordion-btn-icon-transition);
  -ms-transition: transform var(--bs-accordion-btn-icon-transition);
  -o-transition: transform var(--bs-accordion-btn-icon-transition);
  transform: translateY(25%);
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/white-acco-arrow.png);
  transform-origin: center center;
  transform: rotate(180deg) translateY(25%);
  -webkit-transform: rotate(180deg) translateY(25%);
  -moz-transform: rotate(180deg) translateY(25%);
  -ms-transform: rotate(180deg) translateY(25%);
  -o-transform: rotate(180deg) translateY(25%);
}

.testimonial-swiper .swiper-wrapper .swiper-slide:nth-child(even) article span {
  display: inline-block;
  rotate: 0deg;
}

.testimonial-swiper .swiper-wrapper .swiper-slide:nth-child(odd) article span {
  display: inline-block;
  rotate: 0deg;
}

#modalAdmissionForm .hyp_input {
  padding: 0.75em 1em;
  font-size: inherit;
}

#modalAdmissionForm .hyp_input-group label,
#modalAdmissionForm .hyp_input-group legend {
  font-size: 0.6rem;
}

#modalAdmissionForm .error {
  font-size: 0.7rem;
}

.close-button {
  transition: all 0.5s ease;
  position: absolute;
  background-color: #ed2d7dbf;
  top: 0;
  right: 0;
  line-height: initial;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #fff;
  color: white;
  -webkit-box-shadow: -4px -2px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -4px -2px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 1px 6px 0px rgba(0, 0, 0, 0.1);
  transform: translate(40%, -40%);
  -webkit-transform: translate(40%, -40%);
  -moz-transform: translate(40%, -40%);
  -ms-transform: translate(40%, -40%);
  -o-transform: translate(40%, -40%);
}

.close-button:hover {
  background-color: #ed2d7e;
  color: #fff;
}

/* why choose us page */
.seven-circles {
  padding: 10px;
  display: block;
  margin: auto;
  width: 48% !important;
}

/* for smaller screens than 768px */
.zigzag-md {
  display: none;
}