html {
  font-size: 100%;
  box-sizing: border-box;
}

a {
  all: unset;
}

.responsive-icon {
  margin-right: 0.125rem;
  margin-bottom: 0.125rem;
}
@media (max-width: 63.9375em) {
  .responsive-icon {
    margin-right: 0.0625rem;
    margin-bottom: 0.0625rem;
    font-size: 1rem;
  }
}

*, *::before, *::after {
  box-sizing: inherit;
}

@media (max-width: 63.9375em) {
  .hide-for-mobile {
    display: none;
  }
}

@media (min-width: 64em) {
  .hide-for-desktop {
    display: none;
  }
}

body {
  margin: 0;
  padding: 0;
  background-color: #D00902;
}
body.menu-open {
  overflow: hidden;
}

.font-display-large {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: light;
  font-size: 72px;
  line-height: calc(72px + 6px);
}
@media (max-width: 768px) {
  .font-display-large {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: light;
    font-size: 54px;
    line-height: calc(54px + 6px);
  }
}

.font-display-small {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: light;
  font-size: 60px;
  line-height: calc(60px + 6px);
}
@media (max-width: 768px) {
  .font-display-small {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: light;
    font-size: 40px;
    line-height: calc(40px + 6px);
  }
}

.font-heading-h1-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 48px;
  line-height: calc(48px + 6px);
}
@media (max-width: 768px) {
  .font-heading-h1-light {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 32px;
    line-height: calc(32px + 6px);
  }
}

.font-heading-h1-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: calc(48px + 6px);
}
@media (max-width: 768px) {
  .font-heading-h1-regular {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: calc(32px + 6px);
  }
}

.font-heading-h2-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: calc(24px + 6px);
}
@media (max-width: 768px) {
  .font-heading-h2-light {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: calc(18px + 6px);
  }
}

.font-heading-h2-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: calc(24px + 6px);
}
@media (max-width: 768px) {
  .font-heading-h2-regular {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: calc(18px + 6px);
  }
}

.font-heading-h3-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: calc(18px + 6px);
}
@media (max-width: 768px) {
  .font-heading-h3-light {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    line-height: calc(12px + 6px);
  }
}

.font-heading-h3-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: calc(18px + 6px);
}
@media (max-width: 768px) {
  .font-heading-h3-regular {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: calc(12px + 6px);
  }
}

.font-body-large-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: calc(18px + 4px);
}
@media (max-width: 768px) {
  .font-body-large-regular {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: calc(12px + 4px);
  }
}

.font-body-large-semibold {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: calc(18px + 4px);
}
@media (max-width: 768px) {
  .font-body-large-semibold {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: calc(12px + 4px);
  }
}

.font-body-large-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: calc(18px + 4px);
}
@media (max-width: 768px) {
  .font-body-large-bold {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: calc(12px + 4px);
  }
}

.font-body-small-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: calc(16px + 4px);
}
@media (max-width: 768px) {
  .font-body-small-regular {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: calc(10px + 4px);
  }
}

.font-body-small-semibold {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: calc(16px + 4px);
}
@media (max-width: 768px) {
  .font-body-small-semibold {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    line-height: calc(10px + 4px);
  }
}

.font-body-small-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(16px + 4px);
}
@media (max-width: 768px) {
  .font-body-small-bold {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    line-height: calc(10px + 4px);
  }
}

.font-label-xl-regular-normal {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: calc(16px + 4px);
}
@media (max-width: 768px) {
  .font-label-xl-regular-normal {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: calc( + 4px);
  }
}

.font-label-xl-regular-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: calc(16px + 4px);
}
@media (max-width: 768px) {
  .font-label-xl-regular-italic {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    line-height: calc( + 4px);
  }
}

.font-label-xl-semibold-normal {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: calc(16px + 4px);
}
@media (max-width: 768px) {
  .font-label-xl-semibold-normal {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: calc( + 4px);
  }
}

.font-label-xl-semibold-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  line-height: calc(16px + 4px);
}
@media (max-width: 768px) {
  .font-label-xl-semibold-italic {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: italic;
    line-height: calc( + 4px);
  }
}

.font-label-xl-bold-normal {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(16px + 4px);
}
@media (max-width: 768px) {
  .font-label-xl-bold-normal {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: calc( + 4px);
  }
}

.font-label-xl-bold-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  line-height: calc(16px + 4px);
}
@media (max-width: 768px) {
  .font-label-xl-bold-italic {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: calc( + 4px);
  }
}

.font-label-large-regular-normal {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: calc(12px + 4px);
}
@media (max-width: 768px) {
  .font-label-large-regular-normal {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: calc(12px + 4px);
  }
}

.font-label-large-regular-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  line-height: calc(12px + 4px);
}
@media (max-width: 768px) {
  .font-label-large-regular-italic {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    line-height: calc(12px + 4px);
  }
}

.font-label-large-semibold-normal {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: calc(12px + 4px);
}
@media (max-width: 768px) {
  .font-label-large-semibold-normal {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: calc(12px + 4px);
  }
}

.font-label-large-semibold-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  line-height: calc(12px + 4px);
}
@media (max-width: 768px) {
  .font-label-large-semibold-italic {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 12px;
    line-height: calc(12px + 4px);
  }
}

.font-label-large-bold-normal {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: calc(12px + 4px);
}
@media (max-width: 768px) {
  .font-label-large-bold-normal {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: calc(12px + 4px);
  }
}

.font-label-large-bold-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 12px;
  line-height: calc(12px + 4px);
}
@media (max-width: 768px) {
  .font-label-large-bold-italic {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    line-height: calc(12px + 4px);
  }
}

.font-label-medium-regular-normal {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: calc(10px + 4px);
}
@media (max-width: 768px) {
  .font-label-medium-regular-normal {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: calc(10px + 4px);
  }
}

.font-label-medium-regular-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 10px;
  line-height: calc(10px + 4px);
}
@media (max-width: 768px) {
  .font-label-medium-regular-italic {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 10px;
    line-height: calc(10px + 4px);
  }
}

.font-label-medium-semibold-normal {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  line-height: calc(10px + 4px);
}
@media (max-width: 768px) {
  .font-label-medium-semibold-normal {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    line-height: calc(10px + 4px);
  }
}

.font-label-medium-semibold-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 10px;
  line-height: calc(10px + 4px);
}
@media (max-width: 768px) {
  .font-label-medium-semibold-italic {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 10px;
    line-height: calc(10px + 4px);
  }
}

.font-label-medium-bold-normal {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  line-height: calc(10px + 4px);
}
@media (max-width: 768px) {
  .font-label-medium-bold-normal {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    line-height: calc(10px + 4px);
  }
}

.font-label-medium-bold-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 10px;
  line-height: calc(10px + 4px);
}
@media (max-width: 768px) {
  .font-label-medium-bold-italic {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 10px;
    line-height: calc(10px + 4px);
  }
}

.font-label-small-regular-normal {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8px;
  line-height: calc(8px + 4px);
}
@media (max-width: 768px) {
  .font-label-small-regular-normal {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 8px;
    line-height: calc(8px + 4px);
  }
}

.font-label-small-regular-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 8px;
  line-height: calc(8px + 4px);
}
@media (max-width: 768px) {
  .font-label-small-regular-italic {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 8px;
    line-height: calc(8px + 4px);
  }
}

.font-label-small-semibold-normal {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 8px;
  line-height: calc(8px + 4px);
}
@media (max-width: 768px) {
  .font-label-small-semibold-normal {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 8px;
    line-height: calc(8px + 4px);
  }
}

.font-label-small-semibold-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 8px;
  line-height: calc(8px + 4px);
}
@media (max-width: 768px) {
  .font-label-small-semibold-italic {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 8px;
    line-height: calc(8px + 4px);
  }
}

.font-label-small-bold-normal {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 8px;
  line-height: calc(8px + 4px);
}
@media (max-width: 768px) {
  .font-label-small-bold-normal {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 8px;
    line-height: calc(8px + 4px);
  }
}

.font-label-small-bold-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 8px;
  line-height: calc(8px + 4px);
}
@media (max-width: 768px) {
  .font-label-small-bold-italic {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 8px;
    line-height: calc(8px + 4px);
  }
}

.responsive-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: calc(16px + 4px);
}
@media (max-width: 768px) {
  .responsive-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: calc(10px + 4px);
  }
}

.vanish {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  pointer-events: none !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.btn {
  all: unset;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 8px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.btn:disabled {
  background-color: #F0B3B1;
  color: #FDFEFF;
  border: unset;
  outline: unset;
  cursor: not-allowed;
  pointer-events: none;
}
.btn--xs {
  font-size: 10px;
  padding: 8px 12px;
  gap: 8px;
  line-height: 14px;
}
.btn--xs .btn__icon {
  width: 14px;
  height: 14px;
}
.btn--sm {
  font-size: 12px;
  padding: 8px 12px;
  gap: 8px;
  line-height: 16px;
}
.btn--sm .btn__icon {
  width: 16px;
  height: 16px;
}
.btn--md {
  font-size: 16px;
  padding: 10px 20px;
  gap: 12px;
  line-height: 20px;
}
.btn--md .btn__icon {
  width: 20px;
  height: 20px;
}
.btn--lg {
  font-size: 16px;
  padding: 12px 20px;
  gap: 12px;
  line-height: 20px;
}
.btn--lg .btn__icon {
  width: 20px;
  height: 20px;
}
.btn--xl {
  font-size: 18px;
  padding: 14px 24px;
  gap: 12px;
  line-height: 22px;
}
.btn--xl .btn__icon {
  width: 22px;
  height: 22px;
}
.btn--filled {
  font-weight: 600;
  border: unset;
  background-color: #072338;
  color: #FFFFFF;
  border-radius: 6px;
}
.btn--filled:hover {
  background-color: #062032;
}
.btn--filled:active {
  background-color: #061C2D;
}
.btn--filled:hover {
  color: #FEFFFF;
}
.btn--filled:active {
  color: #FDFEFF;
}
.btn--filled .btn__icon {
  fill: #FFFFFF;
}
.btn--filled:hover:not(:disabled) .btn__icon {
  fill: #FEFFFF;
}
.btn--filled:active:not(:disabled) {
  outline: 3px solid #B2BBC1;
}
.btn--filled:active:not(:disabled) .btn__icon {
  fill: #FDFEFF;
}
.btn--filled:disabled {
  border-radius: 6px;
}
.btn--filled:disabled .btn__icon {
  fill: #FFFFFF;
}
.btn--outline {
  border-radius: 6px;
  border: 1px solid #BCBDBF;
  background-color: #FFFFFF;
  color: #072338;
  font-weight: 600;
}
.btn--outline:hover {
  background-color: #FEFFFF;
}
.btn--outline:active {
  background-color: #FDFEFF;
}
.btn--outline:hover {
  color: #062032;
}
.btn--outline:active {
  color: #061C2D;
}
.btn--outline .btn__icon {
  fill: #072338;
}
.btn--outline:hover:not(:disabled) {
  border: 1px solid #969799;
}
.btn--outline:hover:not(:disabled) .btn__icon {
  fill: #062032;
}
.btn--outline:active:not(:disabled) {
  border: 1px solid transparent;
  outline: 3px solid #707173;
}
.btn--outline:active:not(:disabled) .btn__icon {
  fill: #061C2D;
}
.btn--outline:disabled {
  border-radius: 6px;
}
.btn--outline:disabled .btn__icon {
  fill: #FFFFFF;
}
.btn--pill {
  border: unset;
  border-radius: 100px;
  background-color: #072338;
  color: #FFFFFF;
  font-weight: 600;
}
.btn--pill:hover {
  background-color: #062032;
}
.btn--pill:active {
  background-color: #061C2D;
}
.btn--pill:hover {
  color: #FEFFFF;
}
.btn--pill:active {
  color: #FDFEFF;
}
.btn--pill .btn__icon {
  fill: #FFFFFF;
}
.btn--pill:hover .btn__icon {
  fill: #FEFFFF;
}
.btn--pill:active:not(:disabled) {
  outline: 3px solid #B2BBC1;
}
.btn--pill:active:not(:disabled) .btn__icon {
  fill: #FDFEFF;
}
.btn--pill:disabled {
  border-radius: 100px;
}
.btn--pill:disabled .btn__icon {
  fill: #FFFFFF;
}
.btn--link {
  border: unset;
  font-weight: 600;
  border-radius: 6px;
  background-color: transparent;
  color: #072338;
}
.btn--link:hover {
  color: #062032;
}
.btn--link:active {
  color: #061C2D;
}
.btn--link .btn__icon {
  fill: #072338;
}
.btn--link:hover:not(:disabled) {
  background-color: #E9E9E9;
}
.btn--link:hover:not(:disabled) .btn__icon {
  fill: #062032;
}
.btn--link:active:not(:disabled) {
  background-color: transparent;
  border: unset;
  outline: 3px solid #B2BBC1;
}
.btn--link:active:not(:disabled) .btn__icon {
  fill: #061C2D;
}
.btn--link:disabled {
  border-radius: 6px;
}
.btn--link:disabled .btn__icon {
  fill: #FFFFFF;
}
.btn--icon-left {
  flex-direction: row;
}
.btn--icon-right {
  display: flex;
  flex-direction: row-reverse;
}
.btn--icon-only {
  padding: 8px;
  gap: 0;
}
.btn--icon-only.btn--xs {
  padding: 6px;
}
.btn--icon-only.btn--sm {
  padding: 6px;
}
.btn--icon-only.btn--md {
  padding: 8px;
}
.btn--icon-only.btn--lg {
  padding: 10px;
}
.btn--icon-only.btn--xl {
  padding: 12px;
}
.btn--alert.btn--filled, .btn--alert.btn--pill {
  background-color: #D00902;
}
.btn--alert.btn--filled:hover:not(:disabled), .btn--alert.btn--pill:hover:not(:disabled) {
  background-color: #BB0802;
}
.btn--alert.btn--filled:active:not(:disabled), .btn--alert.btn--pill:active:not(:disabled) {
  background-color: #A60702;
}
.btn--alert.btn--filled:focus-visible:not(:disabled), .btn--alert.btn--pill:focus-visible:not(:disabled) {
  outline-color: #FAE6E6;
}
.btn--alert.btn--outline {
  border-color: #D00902;
  color: #D00902;
}
.btn--alert.btn--outline:hover:not(:disabled) {
  background-color: #FAE6E6;
  border-color: #BB0802;
  color: #BB0802;
}
.btn--alert.btn--outline:active:not(:disabled) {
  background-color: #F0B3B1;
  border-color: #A60702;
  color: #A60702;
}
.btn--alert.btn--outline:focus-visible:not(:disabled) {
  outline-color: #FAE6E6;
}
.btn--alert.btn--link {
  color: #D00902;
}
.btn--alert.btn--link:hover:not(:disabled) {
  color: #BB0802;
}
.btn--alert.btn--link:active:not(:disabled) {
  color: #A60702;
}
.btn--alert.btn--link:focus-visible:not(:disabled) {
  outline-color: #FAE6E6;
}

.back-to-top {
  position: fixed;
  bottom: 44px;
  right: 44px;
  z-index: 1000;
  box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.125);
}

.btn__icon {
  margin-right: 0.125rem;
  margin-bottom: 0.125rem;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.navbar__container {
  max-width: 100vw;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: inherit;
}
@media (max-width: 63.9375em) {
  .navbar__container {
    width: 100%;
  }
}
.navbar__logo {
  height: 3.125rem;
  display: block;
}
.navbar__logo-svg, .navbar__logo img {
  height: 100%;
  width: auto;
}
.navbar__toggle {
  display: none;
  background: none;
  border: none;
  padding: 0.75rem;
  cursor: pointer;
  z-index: 1000;
}
@media (max-width: 63.9375em) {
  .navbar__toggle {
    display: block;
    position: relative;
  }
}
.navbar__toggle-icon {
  display: block;
  width: 1.5rem;
  height: 0.125rem;
  background-color: #072338;
  position: relative;
  transition: background-color 0.3s ease;
}
.navbar__toggle-icon::before, .navbar__toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #072338;
  transition: transform 0.3s ease;
}
.navbar__toggle-icon::before {
  top: -0.375rem;
}
.navbar__toggle-icon::after {
  bottom: -0.375rem;
}
.navbar__menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 63.9375em) {
  .navbar__menu {
    position: fixed;
    flex-direction: column;
    top: 5.125rem;
    left: 0;
    right: 0;
    background-color: #072338;
    padding: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    max-height: calc(100vh - 5.125rem);
    overflow-y: auto;
    transition: visibility 0ms linear 200ms, opacity 200ms ease-out, transform 200ms ease-out, max-height 200ms ease-out, padding 200ms ease-out;
  }
  .navbar__menu.active {
    visibility: visible;
    opacity: 1;
    transition: visibility 0ms linear 0ms, opacity 200ms ease-out, transform 200ms ease-out, max-height 200ms ease-out, padding 200ms ease-out;
  }
}
.navbar__nav {
  display: flex;
}
@media (max-width: 63.9375em) {
  .navbar__nav {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: unset;
  }
}
.navbar__item {
  position: relative;
}
@media (max-width: 63.9375em) {
  .navbar__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .navbar__item .btn {
    max-width: unset;
    width: 100%;
  }
  .navbar__item .btn:active {
    color: #061C2D;
    background-color: #FDFEFF;
    border: unset;
    outline: unset;
  }
}
.navbar__link {
  max-width: 100%;
  display: flex;
  gap: 0.75rem;
  cursor: pointer;
}
@media (max-width: 63.9375em) {
  .navbar__link {
    width: 100%;
  }
}
.navbar__link-icon {
  transition: transform 0.3s ease;
}
@media (max-width: 63.9375em) {
  .navbar__link-icon {
    visibility: hidden;
  }
}
.navbar__dropdown {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 200ms ease-out, opacity 200ms ease-out, padding 200ms ease-out;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  padding: 0;
  z-index: 100;
  min-width: max-content;
  border-radius: 6px;
  will-change: max-height, opacity, padding;
}
@media (max-width: 63.9375em) {
  .navbar__dropdown {
    border-radius: 0px;
    position: static;
    width: 100vw;
    min-width: max-content;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
  }
}
.navbar__dropdown a {
  all: unset;
}
@media (max-width: 63.9375em) {
  .navbar__dropdown a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.navbar__dropdown .btn--link {
  display: block;
  min-width: fit-content;
  width: 100%;
  transition: opacity 200ms ease-out;
  opacity: 0;
}
.navbar__dropdown .btn--link:active {
  color: #061C2D;
  background-color: #FDFEFF;
  border: unset;
  outline: unset;
}
@media (max-width: 63.9375em) {
  .navbar__dropdown .btn--link {
    width: 100%;
    text-align: center;
  }
}
.navbar__item.active .navbar__link-icon {
  transform: rotate(180deg);
}
.navbar__item.active .navbar__dropdown {
  max-height: 1000px;
  opacity: 1;
}
.navbar__item.active .navbar__dropdown .btn--link {
  opacity: 1;
}
.navbar__item:not(.active) .navbar__dropdown {
  transition: max-height 200ms ease-out, opacity 200ms ease-out, padding 200ms ease-out;
}
@media (max-width: 63.9375em) {
  .navbar .hide-for-mobile {
    visibility: hidden;
  }
}
@media (max-width: 63.9375em) {
  .navbar.menu-open .navbar__menu {
    background-color: #072338;
    z-index: 999;
  }
  .navbar.menu-open .navbar__link,
  .navbar.menu-open .navbar__dropdown {
    color: #FFFFFF;
    background-color: #072338;
  }
  .navbar.menu-open .navbar__link:hover,
  .navbar.menu-open .navbar__dropdown:hover {
    color: #FEFFFF;
    background-color: #062032;
  }
  .navbar.menu-open .navbar__options {
    width: 100%;
    color: #072338;
    background-color: #FFFFFF;
  }
  .navbar.menu-open .navbar__options:hover {
    color: #062032;
    background-color: #E9E9E9;
  }
  .navbar.menu-open .navbar__options:active {
    color: #061C2D;
    background-color: #FDFEFF;
    border: unset;
    outline: unset;
  }
  .navbar.menu-open .navbar__toggle-icon {
    background-color: transparent;
  }
  .navbar.menu-open .navbar__toggle-icon::before {
    transform: translateY(0.375rem) rotate(45deg);
  }
  .navbar.menu-open .navbar__toggle-icon::after {
    transform: translateY(-0.375rem) rotate(-45deg);
  }
}
.navbar__contact {
  all: unset;
}

body {
  padding-top: 5.125rem;
}

.contact__btn {
  margin: 0 0 0.3rem 0;
}

.footer {
  background-color: #072338;
  color: #FFFFFF;
  padding: 2rem 1rem;
}
.footer__container {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__section--logo {
  text-align: center;
}
.footer__section--logo .footer__logo {
  width: auto;
  height: 5rem;
  margin-bottom: 1rem;
}
.footer__section--logo .footer__logo .logo-shield {
  fill: #0A2647;
}
.footer__section--logo .footer__logo .logo-border {
  stroke: #E21818;
}
.footer__section--logo .footer__logo .logo-star {
  fill: #E21818;
}
.footer__section--logo .footer__logo .logo-book {
  fill: #E21818;
}
.footer__section--logo .footer__logo .logo-globe,
.footer__section--logo .footer__logo .logo-meridians,
.footer__section--logo .footer__logo .logo-hand,
.footer__section--logo .footer__logo .logo-laurel-left,
.footer__section--logo .footer__logo .logo-laurel-right {
  stroke: #ffffff;
}
.footer__section--links .footer__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer__section--connect .footer__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__section--social .footer__social-list {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}
.footer__section--social .footer__social-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.footer__section--social .footer__social-list li::marker {
  display: none;
}
.footer__heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  line-height: calc(10px + 4px);
  margin-bottom: 1.25rem;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: 100%;
  min-width: 100%;
  text-align: center;
}
.footer__tagline {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: calc(10px + 4px);
  margin-bottom: 0.5rem;
}
.footer__copyright {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: calc(10px + 4px);
  color: #FEFFFF;
}
.footer__copyright__school-name {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  line-height: calc(10px + 4px);
}
.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
.footer__contact {
  display: flex;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: calc( + 4px);
}
.footer__contact .footer__icon {
  flex-shrink: 0;
  color: #D00902;
  cursor: pointer;
}
.footer__link {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: calc(10px + 4px);
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.2s ease;
  width: 100%;
  min-width: 100%;
  text-align: center;
}
.footer__link:hover {
  color: #D00902;
}
.footer__social-link {
  color: #FFFFFF;
  transition: color 0.2s ease;
}
.footer__social-link:hover {
  color: #D00902;
}
.footer__social-link svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 64em) {
  .footer {
    padding: 3.75rem 8rem;
  }
  .footer__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem;
  }
  .footer__heading {
    width: 100%;
    min-width: 100%;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: calc(18px + 4px);
  }
  .footer__link {
    width: 100%;
    min-width: 100%;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: calc(16px + 4px);
    width: fit-content;
    display: inline-block;
  }
  .footer__list {
    align-items: start;
  }
  .footer__section--logo {
    flex: 0 1 20%;
    text-align: left;
  }
  .footer__section--logo .footer__logo {
    height: 6rem;
  }
  .footer__section--links {
    flex: 0 1 15%;
  }
  .footer__section--connect {
    flex: 0 1 35%;
  }
  .footer__section--social .footer__social-list {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
  }
  .footer__section--social .footer__social-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
  }
  .footer__section--social .footer__social-list li::marker {
    display: none;
  }
  .footer__contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: initial;
    gap: 0.75rem;
  }
  .footer__contact__text {
    gap: 0.75rem;
  }
  .footer__tagline {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: calc(16px + 4px);
    margin-bottom: 0.5rem;
  }
  .footer__copyright {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: calc(16px + 4px);
    color: #FEFFFF;
  }
  .footer__copyright__school-name {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: calc(16px + 4px);
  }
}
@media print {
  .footer {
    background-color: white;
    color: black;
    padding: 1rem;
  }
  .footer__logo .logo-shield {
    fill: white;
    stroke: black;
  }
  .footer__logo .logo-border,
  .footer__logo .logo-star,
  .footer__logo .logo-book {
    fill: black;
    stroke: none;
  }
  .footer__logo .logo-globe,
  .footer__logo .logo-meridians,
  .footer__logo .logo-hand,
  .footer__logo .logo-laurel-left,
  .footer__logo .logo-laurel-right {
    stroke: black;
  }
  .footer__link, .footer__social-link {
    color: black;
  }
  .footer__icon {
    color: black;
  }
}

.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.breadcrumbs li:last-child .breadcrumbs__chevron {
  display: none;
}
.breadcrumbs a, .breadcrumbs span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: calc(16px + 4px);
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.breadcrumbs a:hover, .breadcrumbs span:hover {
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 39.9375em) {
  .breadcrumbs a, .breadcrumbs span {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: calc(10px + 4px);
  }
}
.breadcrumbs__current {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: calc(16px + 4px);
  color: #FFFFFF;
  opacity: 1;
}
@media (max-width: 39.9375em) {
  .breadcrumbs__current {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    line-height: calc(10px + 4px);
  }
}
.breadcrumbs__chevron {
  margin-left: 0.25rem;
}

.student-scholarship-card {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 250px;
  overflow: hidden;
  transition: box-shadow 200ms ease-out;
}
.student-scholarship-card:hover {
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
}
.student-scholarship-card__image-container {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 1.5rem 1.5rem 0 0;
}
.student-scholarship-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.student-scholarship-card__content {
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: center;
}
.student-scholarship-card__primary, .student-scholarship-card__secondary {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.student-scholarship-card__name {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: calc(18px + 6px);
  color: #020C14;
  margin: 0;
}
.student-scholarship-card__institution {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: calc(10px + 4px);
  color: #020C14;
  margin: 0;
}
.student-scholarship-card__program {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: calc(18px + 6px);
  color: #020C14;
  margin: 0;
}
.student-scholarship-card__scholarship {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: calc(10px + 4px);
  color: #020C14;
  margin: 0;
}
@media (min-width: 40em) {
  .student-scholarship-card {
    max-width: 300px;
  }
  .student-scholarship-card__content {
    padding: 1.5rem 1rem;
    gap: 1rem;
  }
  .student-scholarship-card__primary, .student-scholarship-card__secondary {
    gap: 0.5rem;
  }
  .student-scholarship-card__name {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: calc(24px + 6px);
  }
  .student-scholarship-card__institution {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: calc(16px + 4px);
  }
  .student-scholarship-card__program {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: calc(24px + 6px);
  }
  .student-scholarship-card__scholarship {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: calc(16px + 4px);
  }
}
@media print {
  .student-scholarship-card {
    box-shadow: none;
    break-inside: avoid;
  }
  .student-scholarship-card:hover {
    transform: none;
    box-shadow: none;
  }
}

.recreational-event-card {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 250px;
  max-height: fit-content;
  overflow: hidden;
  border-radius: 1.5rem;
  transition-property: box-shadow, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.125);
}
.recreational-event-card:hover {
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
  background-color: #FEFFFF;
}
.recreational-event-card__image-container {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 1.5rem 1.5rem 0 0;
}
.recreational-event-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem 1.5rem 0 0;
}
.recreational-event-card__content {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.recreational-event-card__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: calc(18px + 6px);
  color: #020C14;
  margin: 0;
}
.recreational-event-card__description {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: calc(10px + 4px);
  color: #020C14;
  margin: 0;
  margin-inline: auto;
}
@media (min-width: 40em) {
  .recreational-event-card {
    max-width: 300px;
  }
  .recreational-event-card__content {
    padding: 1.5rem 1rem;
    gap: 1rem;
  }
  .recreational-event-card__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: calc(24px + 6px);
  }
  .recreational-event-card__description {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: calc(16px + 4px);
  }
}
@media print {
  .recreational-event-card {
    box-shadow: none;
    break-inside: avoid;
  }
  .recreational-event-card:hover {
    transform: none;
    box-shadow: none;
  }
}

.stroke-card {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 250px;
  max-height: fit-content;
  overflow: hidden;
  border: 1px solid #020C14;
  transition-property: box-shadow, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
}
.stroke-card:hover {
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
  background-color: #FEFFFF;
}
.stroke-card__image-container {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 1.5rem 1.5rem 0 0;
}
.stroke-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem 1.5rem 0 0;
}
.stroke-card__divider {
  height: 1px;
  width: 100%;
  background-color: #020C14;
}
.stroke-card__content {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.stroke-card__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: calc(18px + 6px);
  color: #020C14;
  margin: 0;
  text-align: center;
}
.stroke-card__description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 10px;
  line-height: calc(10px + 4px);
  color: #020C14;
  margin: 0;
  text-align: center;
}
@media (min-width: 64em) {
  .stroke-card {
    flex-direction: row;
    width: 100%;
    align-items: center;
    max-width: 86.59vw;
    max-height: 300px;
    height: fit-content;
    gap: 0;
  }
  .stroke-card__image-container {
    flex: 0 0 280px;
    height: 100%;
    width: 100%;
    min-width: 300px;
    min-height: 300px;
    padding: 0;
    border-radius: 1.5rem 0 0 1.5rem;
  }
  .stroke-card__image {
    width: 100%;
    height: 100%;
    min-width: 300px;
    min-width: 300px;
    border-radius: 1.5rem 0 0 1.5rem;
  }
  .stroke-card__divider {
    height: 100%;
    min-height: 300px;
    width: 1px;
    background-color: #020C14;
  }
  .stroke-card__content {
    flex: 1;
    padding: 0rem 1rem;
    gap: 1rem;
    align-items: unset;
  }
  .stroke-card__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: calc(24px + 6px);
    text-align: left;
  }
  .stroke-card__description {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: calc(16px + 4px);
    text-align: unset;
  }
}
@media print {
  .stroke-card {
    box-shadow: none;
    break-inside: avoid;
  }
  .stroke-card:hover {
    transform: none;
    box-shadow: none;
  }
  .stroke-card__divider {
    background-color: black;
    opacity: 0.2;
  }
}

.media-card {
  background-color: #FFFFFF;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 250px;
  transition: box-shadow 0.3s ease;
}
.media-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.media-card__image-container {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  background-color: #FEFFFF;
}
.media-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.media-card__image:hover {
  transform: scale(1.05);
}
.media-card__content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.media-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.media-card__date {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: calc(12px + 4px);
  color: #020C14;
  text-align: center;
}
.media-card__institution {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: calc(10px + 4px);
  color: #020C14;
  text-align: center;
}
.media-card__meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.media-card__posted {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: calc(12px + 4px);
  color: #020C14;
  margin: 0;
  text-align: center;
}
.media-card__posted span {
  font-weight: 500;
}
.media-card__scholarship {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: calc(10px + 4px);
  color: #020C14;
  margin: 0;
  text-align: center;
}
.media-card__link {
  all: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 40em) {
  .media-card {
    max-width: 300px;
  }
  .media-card__content {
    padding: 1.5rem 1rem;
    gap: 1rem;
  }
  .media-card__info {
    gap: 1rem;
  }
  .media-card__date {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: calc(18px + 4px);
  }
  .media-card__institution {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: calc(16px + 4px);
  }
  .media-card__meta {
    gap: 0.75rem;
  }
  .media-card__posted {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: calc(18px + 4px);
  }
  .media-card__scholarship {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: calc(16px + 4px);
  }
}
@media (min-width: 40em) {
  .media-card .btn--media--mobile {
    all: unset;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    pointer-events: none !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
  }
}
@media (max-width: 39.9375em) {
  .media-card .btn--media--desktop {
    all: unset;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    pointer-events: none !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
  }
}
@media print {
  .media-card {
    box-shadow: none;
    break-inside: avoid;
  }
  .media-card__button {
    display: none;
  }
}

.exam-card {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: fit-content;
  max-width: 332px;
  max-height: fit-content;
  margin: 0;
  padding: 1rem;
  gap: 1rem;
}
.exam-card__image-container {
  width: 100%;
  max-width: 300px;
  padding-top: 100%;
  position: relative;
  background-color: #FEFFFF;
  border-radius: 1.5rem;
}
.exam-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}
.exam-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.exam-card__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: calc(18px + 6px);
  color: #020C14;
  margin: 0;
}
.exam-card__description {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.exam-card__description p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: calc(10px + 4px);
  color: #020C14;
  margin: 0;
  text-align: center;
}
.exam-card__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.exam-card__actions a .btn--outline {
  border-radius: 1.5rem;
}
@media (min-width: 64em) {
  .exam-card .btn--exam--mobile {
    all: unset;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    pointer-events: none !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
  }
}
@media (max-width: 63.9375em) {
  .exam-card .btn--exam--desktop {
    all: unset;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    pointer-events: none !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
  }
}
@media (min-width: 64em) {
  .exam-card {
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 2rem;
    gap: 2rem;
  }
  .exam-card__image-container {
    max-width: unset;
    flex: 0 0 400px;
    height: 400px;
    padding-top: 0;
  }
  .exam-card__content {
    padding: 1.5rem;
    align-items: unset;
    gap: 1.5rem;
  }
  .exam-card__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: calc(24px + 6px);
    font-size: 32px;
  }
  .exam-card__description {
    gap: 1.5rem;
  }
  .exam-card__description p {
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: calc(16px + 4px);
  }
  .exam-card__actions {
    flex-direction: row;
    gap: 3rem;
  }
}
@media print {
  .exam-card {
    flex-direction: row;
    box-shadow: none;
    break-inside: avoid;
  }
  .exam-card__actions {
    display: none;
  }
}

.topper-card {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  min-width: 250px;
  box-shadow: 0.5px 0.5px 8px rgba(0, 0, 0, 0.125);
  transition: transform 0.2s, box-shadow 0.2s;
}
.topper-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
}
.topper-card__image-container {
  width: 250px;
  height: 250px;
  border-radius: 1.5rem 1.5rem 0 0;
  overflow: hidden;
  position: relative;
}
.topper-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.topper-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
}
.topper-card__name {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: calc(18px + 6px);
  color: #020C14;
  margin: 0;
}
.topper-card__score {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: calc(12px + 4px);
  color: #020C14;
  margin: 0;
}
.topper-card__stream {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: calc(12px + 4px);
  color: #020C14;
  margin: 0;
}
@media (min-width: 40em) {
  .topper-card {
    max-width: 300px;
  }
  .topper-card__image-container {
    width: 300px;
    height: 300px;
  }
  .topper-card__content {
    padding: 1.5rem 1rem;
    gap: 1rem;
  }
  .topper-card__name {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: calc(24px + 6px);
  }
  .topper-card__score {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: calc(18px + 4px);
  }
  .topper-card__stream {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: calc(18px + 4px);
  }
}
@media print {
  .topper-card {
    box-shadow: none;
    break-inside: avoid;
  }
  .topper-card:hover {
    transform: none;
    box-shadow: none;
  }
}

.profile-card {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  max-width: 132px;
  min-width: 132px;
  max-height: 288px;
  min-height: 288px;
  gap: 1rem;
  border: 2px solid #020C14;
  transition-property: box-shadow, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.125);
}
.profile-card:hover {
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
  background-color: #FEFFFF;
}
.profile-card__image-container {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.profile-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-card__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.profile-card__name {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: calc(18px + 6px);
  color: #020C14;
  margin: 0;
}
.profile-card__rank {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: calc(12px + 4px);
  color: #020C14;
  margin: 0;
}
.profile-card__college {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: calc(12px + 4px);
  color: #020C14;
  margin: 0;
}
@media (min-width: 40em) {
  .profile-card {
    max-width: 225px;
    min-width: 225px;
    max-height: 352px;
    min-height: 352px;
    padding: 1rem;
    gap: 1.5rem;
  }
  .profile-card__image-container {
    width: 150px;
    height: 150px;
  }
  .profile-card__name {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: calc(24px + 6px);
  }
  .profile-card__rank {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: calc(18px + 4px);
  }
  .profile-card__college {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: calc(18px + 4px);
  }
}
@media print {
  .profile-card {
    box-shadow: none;
    break-inside: avoid;
  }
  .profile-card:hover {
    transform: none;
    box-shadow: none;
  }
}

.centered-btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 40em) {
  .centered-btn {
    all: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.contact-form {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  min-width: 300px;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
}
.contact-form__container {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 1.5rem;
}
.contact-form__image {
  width: 100%;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  border-radius: 1.5rem 1.5rem 0 0;
}
.contact-form__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-form__image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
}
.contact-form__content {
  width: 100%;
  padding: 1.5rem 1rem;
  border-radius: 0 0 1.5rem 1.5rem;
}
.contact-form__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: calc(24px + 6px);
  color: #020C14;
  margin-bottom: 2rem;
  margin-top: 0;
  text-align: center;
}
.contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 100%;
}
.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.contact-form__label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: calc(12px + 4px);
  color: #020C14;
  text-align: center;
}
.contact-form__input, .contact-form__textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #FAFCFF;
  border-radius: 0.5rem;
  background-color: #F4F4F4;
  color: #020C14;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: calc(10px + 4px);
  transition: border-color 0.2s ease;
}
.contact-form__input::placeholder, .contact-form__textarea::placeholder {
  color: #020C14;
  opacity: 0.5;
}
.contact-form__input:focus, .contact-form__textarea:focus {
  outline: none;
  border-color: #C8CACC;
  background-color: #B2BBC1;
}
.contact-form__textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form__message-wrapper {
  position: relative;
}
.contact-form__counter {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: calc(12px + 4px);
  color: #020C14;
}
@media (min-width: 40em) {
  .contact-form {
    max-width: 1000px;
  }
  .contact-form__container {
    flex-direction: row;
    align-items: stretch;
    padding: 0;
  }
  .contact-form__image {
    flex: 1;
    max-width: 50%;
    background-color: #E9E9E9;
    border-radius: 1.5rem 0 0 1.5rem;
    overflow: hidden;
    padding: 0;
    position: relative;
    min-height: 100%;
    height: auto;
  }
  .contact-form__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contact-form__content {
    flex: 1;
    max-width: 50%;
    padding: 3rem;
  }
  .contact-form__title {
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 48px;
    line-height: calc(48px + 6px);
    color: #020C14;
  }
  .contact-form__label {
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: calc(16px + 4px);
    color: #020C14;
  }
  .contact-form__input, .contact-form__textarea {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: calc(16px + 4px);
  }
  .contact-form__counter {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: calc(12px + 4px);
  }
}
@media print {
  .contact-form {
    background-color: white;
    padding: 1rem;
  }
  .contact-form__container {
    box-shadow: none;
    border: 1px solid black;
  }
  .contact-form__input, .contact-form__textarea {
    border: 1px solid black;
  }
}

.header {
  position: relative;
}
.header__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/img/school-infrastructure/school-bulding-hero.jpg");
  background-size: cover;
  background-position: 50% 32.5%;
}
@media (max-width: 39.9375em) {
  .header__background {
    background-image: url("../assets/img/school-infrastructure/school-bulding-hero.jpg");
  }
}
.header__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
}
.header__content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0 auto;
  padding: 8rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 63.9375em) {
  .header__content {
    padding: 4rem 1rem;
    min-height: 500px;
  }
}
.header__title {
  color: #FFFFFF;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: light;
  font-size: 72px;
  line-height: calc(72px + 6px);
}
@media (max-width: 39.9375em) {
  .header__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: light;
    font-size: 54px;
    line-height: calc(54px + 6px);
  }
}

.notice-box {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 2rem 3.75rem;
  display: flex;
  gap: 1.5rem;
  width: 100%;
  transition-property: box-shadow, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.125);
}
.notice-box:hover {
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
  background-color: #FEFFFF;
}
.notice-box__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: calc(24px + 6px);
  color: #020C14;
  flex-shrink: 0;
}
.notice-box__date .vertically-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.notice-box__content {
  position: relative;
  flex-grow: 1;
  min-width: 0;
}
.notice-box__separator {
  position: absolute;
  left: -1rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #D00902;
}
.notice-box__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: calc(24px + 6px);
  color: #020C14;
  margin-top: 0;
  margin-bottom: 1rem;
}
.notice-box__text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: calc(16px + 4px);
  color: #020C14;
  margin: 0 0 2rem 0;
}
.notice-box .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.notice-box .btn svg {
  transition: transform 0.2s ease;
}
.notice-box .btn:hover svg {
  transform: translateY(2px);
}
@media (max-width: 63.9375em) {
  .notice-box {
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    text-align: center;
    max-width: 250px;
    min-height: 290px;
    width: fit-content;
    height: fit-content;
  }
  .notice-box__date {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: calc(18px + 6px);
  }
  .notice-box__separator {
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
  }
  .notice-box__content {
    margin: 0;
  }
  .notice-box__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: calc(18px + 6px);
    margin: 1rem 0 0.5rem 0;
  }
  .notice-box__text {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: calc(10px + 4px);
    margin: 0 0 1rem 0;
  }
  .notice-box .btn {
    justify-content: center;
  }
}

@media (min-width: 64em) {
  .btn--mobile {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    pointer-events: none !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
  }
}
@media (max-width: 63.9375em) {
  .btn--desktop {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    pointer-events: none !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
  }
}
.pagination {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.pagination__list {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.pagination__item {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: calc(16px + 4px);
  min-width: 32px;
  height: 32px;
  padding: 0 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FAFCFF;
  border-radius: 8px;
  background: #FFFFFF;
  color: #072338;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pagination__item:hover {
  background: #E9E9E9;
  border-color: #062032;
  color: #062032;
}
.pagination__item--active {
  background: #072338;
  border-color: #072338;
  color: #FFFFFF;
}
.pagination__item--active:hover {
  background: #072338;
  border-color: #072338;
  color: #F4F4F4;
}
.pagination__item--text {
  min-width: auto;
  padding: 0 1rem;
}
.pagination__item--icon {
  padding: 0;
}
.pagination__item--icon:hover {
  background: #072338;
  border-color: #072338;
  color: #FFFFFF;
}
.pagination__dropdown {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: calc(16px + 4px);
  color: #072338;
}
.pagination__select {
  padding: 0.25rem 1.5rem 0.25rem 0.5rem;
  border: 1px solid #FAFCFF;
  border-radius: 4px;
  background: #FFFFFF;
  color: #072338;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 16px;
}
.pagination__select:focus {
  outline: none;
  border-color: #072338;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}

.table {
  width: 100%;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
.table th, .table td {
  padding: 1rem;
  text-align: right;
}
.table th {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: calc(16px + 4px);
  background-color: #072338;
  color: #FFFFFF;
  white-space: nowrap;
}
.table td {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: calc(16px + 4px);
  color: #072338;
}
.table tbody tr:nth-child(even) {
  background-color: #F4F4F4;
}
.table tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 63.9375em) {
  .table th, .table td {
    padding: 1rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    line-height: calc(10px + 4px);
  }
  .table th {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    line-height: calc(10px + 4px);
  }
}

.table__col--xs {
  width: 60px;
}
.table__col--sm {
  width: 100px;
}
.table__col--md {
  width: 160px;
}
.table__col--lg {
  width: 200px;
}
.table__col--xl {
  width: 240px;
}

.apply-btn-holder {
  display: flex;
  gap: 1rem;
}

.apply-btn-link {
  all: unset;
}

.tabs__list {
  display: inline-flex;
  background-color: #FFFFFF;
}
.tabs__tab {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: calc(16px + 4px);
  padding: 16px 32px;
  border: none;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #051A2A;
}
.tabs__tab[aria-selected=true] {
  background-color: #031019;
  color: #FDFEFF;
}
.tabs__tab:hover:not([aria-selected=true]) {
  background-color: #041522;
  color: #FEFFFF;
}
.tabs__tab:active {
  background-color: #031019;
  color: #FDFEFF;
}
@media (max-width: 63.9375em) {
  .tabs__tab {
    padding: 8px 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    line-height: calc(10px + 4px);
  }
}

.staff-login-modal {
  all: unset;
  opacity: 0;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 548px;
  max-height: 414px;
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  z-index: 1001;
  transition: opacity 300ms ease-out;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
}
@media (max-width: 63.9375em) {
  .staff-login-modal {
    max-width: 331px;
    max-height: 352px;
  }
}
.staff-login-modal.open {
  display: block;
  opacity: 1;
}
.staff-login-modal__container {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 1.5rem;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.staff-login-modal__top-array {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.staff-login-modal__top-array__title {
  color: #020C14;
  margin: 0;
}
.staff-login-modal__top-array__close-btn {
  aspect-ratio: 1;
  height: fit-content;
  background-color: #D00902;
}
.staff-login-modal__top-array__close-btn:hover {
  background-color: #BB0802;
}
.staff-login-modal__top-array__close-btn:active {
  background-color: #A60702;
}
.staff-login-modal__saperator {
  width: 100%;
  max-width: 500px;
  height: 5px;
  background-color: #D00902;
}
@media (max-width: 63.9375em) {
  .staff-login-modal__saperator {
    height: 3px;
  }
}
.staff-login-modal__login-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  width: 100%;
}
@media (max-width: 63.9375em) {
  .staff-login-modal__login-form {
    gap: 1rem;
  }
}
.staff-login-modal__login-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.staff-login-modal__login-form__label {
  color: #020C14;
}
.staff-login-modal__login-form__input {
  padding: 0.75rem 1rem;
  border: 1px solid #FAFCFF;
  border-radius: 0.5rem;
  background-color: #F4F4F4;
  color: #020C14;
  transition: border-color 0.2s ease;
}
.staff-login-modal__login-form__input::placeholder {
  color: #020C14;
  opacity: 0.5;
}
.staff-login-modal__login-form__input:focus {
  outline: none;
  border-color: #C8CACC;
  background-color: #B2BBC1;
}

.staff-login-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.staff-login-modal-overlay.open {
  display: block;
}

.modal {
  all: unset;
  opacity: 0;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 548px;
  height: 414px;
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  z-index: 1001;
  transition: opacity 300ms ease-out;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
}
@media (max-width: 63.9375em) {
  .modal {
    width: 331px;
    height: 352px;
  }
}
.modal.open {
  display: block;
  opacity: 1;
}
.modal__container {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.modal__top-array {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.modal__top-array__title {
  color: #020C14;
  margin: 0;
}
.modal__top-array__close-btn {
  aspect-ratio: 1;
  height: fit-content;
  background-color: #D00902;
}
.modal__top-array__close-btn:hover {
  background-color: #BB0802;
}
.modal__top-array__close-btn:active {
  background-color: #A60702;
}
.modal__saperator {
  width: 100%;
  max-width: 500px;
  height: 5px;
  background-color: #D00902;
}
@media (max-width: 63.9375em) {
  .modal__saperator {
    height: 3px;
  }
}
.modal__login-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  width: 100%;
}
@media (max-width: 63.9375em) {
  .modal__login-form {
    gap: 1rem;
  }
}
.modal__login-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.modal__login-form__label {
  color: #020C14;
}
.modal__login-form__input {
  padding: 0.75rem 1rem;
  border: 1px solid #FAFCFF;
  border-radius: 0.5rem;
  background-color: #F4F4F4;
  color: #020C14;
  transition: border-color 0.2s ease;
}
.modal__login-form__input::placeholder {
  color: #020C14;
  opacity: 0.5;
}
.modal__login-form__input:focus {
  outline: none;
  border-color: #C8CACC;
  background-color: #B2BBC1;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal-overlay.open {
  display: block;
}

.home-hero {
  padding: 3.75rem 8rem;
  background-color: #FFFFFF;
}
@media (max-width: 63.9375em) {
  .home-hero {
    padding: 2rem 1rem;
  }
}
.home-hero__container {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2.5rem;
}
@media (max-width: 63.9375em) {
  .home-hero__container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1.5rem;
  }
}
.home-hero__text-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 63.9375em) {
  .home-hero__text-content {
    text-align: center;
    justify-content: center;
    gap: 1.5rem;
  }
}
.home-hero__title {
  color: #020C14;
  margin: 0;
}
@media (max-width: 63.9375em) {
  .home-hero__title {
    text-align: center;
  }
}
.home-hero__description {
  color: #020C14;
  margin: 0;
}
@media (max-width: 63.9375em) {
  .home-hero__description {
    text-align: center;
  }
}
.home-hero__image-container {
  height: auto;
  border-radius: 1.5rem;
  display: flex;
  justify-content: flex-end;
  border: 3px solid #072338;
  border-style: inset;
}
@media (max-width: 63.9375em) {
  .home-hero__image-container {
    width: fit-content;
    justify-content: center;
  }
}
.home-hero__image {
  width: 400px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 1.5rem;
}

.facilities-section {
  padding: 3.75rem 8rem;
  background-color: #F4F4F4;
}
@media (max-width: 63.9375em) {
  .facilities-section {
    padding: 2rem 1rem;
  }
}
.facilities-section__container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.facilities-section__title {
  color: #020C14;
  margin: 0;
}
@media (max-width: 63.9375em) {
  .facilities-section__title {
    text-align: center;
  }
}
.facilities-section__description {
  color: #020C14;
  margin: 0;
}
@media (max-width: 63.9375em) {
  .facilities-section__description {
    text-align: center;
  }
}
.facilities-section__info-array {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 63.9375em) {
  .facilities-section__info-array {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}
.facilities-section__info-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
  align-items: center;
  padding: 1rem;
  border: 2px solid #F4F4F4;
  transition: all 0.3s ease-in-out;
  border-radius: 1.5rem;
}
.facilities-section__info-card__image {
  width: 350px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 1.5rem;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 63.9375em) {
  .facilities-section__info-card__image {
    width: 250px;
  }
}
.facilities-section__info-card:hover {
  color: #FFFFFF;
  border: 2px solid #020C14;
}
.facilities-section__info-card:hover__image, .facilities-section__info-card:hover img {
  transform: scale(1.1);
}
@media (max-width: 63.9375em) {
  .facilities-section__info-card {
    gap: 0.5rem;
  }
}
.facilities-section__info-card__title {
  color: #020C14;
  margin: 0;
  text-align: center;
}
.facilities-section__info-card__description {
  color: #020C14;
  margin: 0;
  text-align: center;
}
.facilities-section__info-card__image-container {
  border-radius: 1.5rem;
  display: flex;
}
@media (max-width: 63.9375em) {
  .facilities-section__info-card__image-container {
    width: 100%;
    justify-content: center;
  }
}

.media-coverage {
  padding: 3.75rem 8rem;
  background-color: #F4F4F4;
}
@media (max-width: 63.9375em) {
  .media-coverage {
    padding: 2rem 1rem;
  }
}
.media-coverage__container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.media-coverage__title {
  color: #020C14;
  margin: 0;
}
@media (max-width: 63.9375em) {
  .media-coverage__title {
    text-align: center;
  }
}
.media-coverage__description {
  color: #020C14;
  margin: 0;
}
@media (max-width: 63.9375em) {
  .media-coverage__description {
    text-align: center;
  }
}
.media-coverage__card-array {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}
@media (max-width: 63.9375em) {
  .media-coverage__card-array {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

.media-card__date {
  margin: 0;
}

.result-highlights {
  padding: 3.75rem 8rem;
  background-color: #FFFFFF;
}
@media (max-width: 63.9375em) {
  .result-highlights {
    padding: 2rem 1rem;
  }
}
.result-highlights__container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.result-highlights__title {
  color: #020C14;
  margin: 0;
}
@media (max-width: 63.9375em) {
  .result-highlights__title {
    text-align: center;
  }
}
.result-highlights__description {
  color: #020C14;
  margin: 0;
}
@media (max-width: 63.9375em) {
  .result-highlights__description {
    text-align: center;
  }
}
.result-highlights__card-array {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}
@media (max-width: 63.9375em) {
  .result-highlights__card-array {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

.join-us {
  padding: 3.75rem 8rem;
  background-color: #FFFFFF;
}
@media (max-width: 63.9375em) {
  .join-us {
    padding: 2rem 1rem;
  }
}
.join-us__container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.join-us__title {
  color: #020C14;
  margin: 0;
}
@media (max-width: 63.9375em) {
  .join-us__title {
    text-align: center;
  }
}
.join-us__description {
  color: #020C14;
  margin: 0;
}
@media (max-width: 63.9375em) {
  .join-us__description {
    text-align: center;
  }
}/*# sourceMappingURL=home-page.css.map */