@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.header {
  padding: 1.2rem 4rem;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  top: 0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .header {
    padding: 1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header {
    padding: 1.8rem;
  }
}
.header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}
.header__logo img {
  width: 12rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__logo img {
    width: 12rem;
  }
}
@media (max-width: 767px) {
  .header__logo img {
    width: 10rem;
  }
}
.header__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__middle {
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  .header__middle {
    display: none;
  }
}
.header__middle a {
  font-size: 1.6rem;
  font-weight: 400;
  display: inline-block;
  color: #1E1E1E;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__middle a {
    font-size: 1.6rem;
  }
}
.header__middle a.active {
  color: #004088;
  font-weight: 700;
}
.header__end {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.header__end button {
  display: none;
  background-color: transparent !important;
  border: none !important;
}
.header__end button img {
  width: 4rem;
}
@media (max-width: 991px) {
  .header__end button {
    display: block;
  }
}
@media (max-width: 991px) {
  .header__end a {
    display: none;
  }
}

.offcanvas {
  background-color: #fff !important;
}

.menu {
  padding: 3rem;
  height: 100%;
  position: relative;
}
.menu__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu__logo img {
  width: 60%;
}
.menu__list {
  margin: 4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.menu__list a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1E2021;
}
.menu__list a.active {
  color: #004088;
  font-weight: 700;
}
.menu__btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.menu__btn a {
  background-color: #004088;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 27rem;
}
.menu__btn a span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.menu__close button {
  all: unset !important;
  cursor: pointer !important;
}
.menu__close button img {
  width: 3rem;
}

.home-header .header {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.home-header .header.scrolled {
  background-color: #fff !important;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
}

.banner {
  position: relative;
  min-height: 50rem;
  padding: 0 0 8rem;
}
.banner__slide-img {
  height: 100%;
}
.banner__slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem;
}
.banner__row {
  position: relative;
  min-height: 50rem;
}
.banner__left {
  position: absolute;
  left: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .banner__left img {
    width: 3rem;
    height: 3rem;
  }
}
.banner__right {
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .banner__right img {
    width: 3rem;
    height: 3rem;
  }
}
.banner .swiper,
.banner .swiper-wrapper,
.banner .swiper-slide {
  height: 50rem;
}

.we {
  padding: 8rem 0;
}
.we__title {
  text-align: center;
  margin: 0 0 6rem;
}
@media (max-width: 767px) {
  .we__title {
    margin: 0 0 2rem;
  }
}
@media (max-width: 767px) {
  .we__content {
    text-align: center;
  }
}
.we__content p {
  color: #1E2021;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 2rem;
}
@media (max-width: 767px) {
  .we__content p {
    text-align: center;
  }
}
.we__img {
  height: 100%;
}
@media (max-width: 991px) {
  .we__img {
    margin: 3rem 0 0;
  }
}
.we__img iframe {
  width: 100%;
  border-radius: 1.6rem;
  height: 100%;
}
.we__left {
  background-color: #00A1FF;
  border-radius: 1.6rem;
  padding: 1.6rem;
  border-left: 3px solid #004088;
  height: 100%;
}
.we__left p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 2rem;
}
.we__right {
  background-color: #404040;
  border-radius: 1.6rem;
  padding: 1.6rem;
  border-left: 3px solid #004088;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .we__right {
    margin: 6rem 0 0;
  }
}
.we__right p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 2rem;
}

.art {
  padding: 6rem 0;
  background-color: #DBF2FF;
}
.art__title {
  text-align: center;
  margin: 0 0 6rem;
}
.art__title h2 {
  margin: 0 0 1.6rem;
}
.art__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8rem;
}
@media (max-width: 767px) {
  .art__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .art__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.art__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  padding: 2rem 4rem;
  border: 1px solid #FFFFFF;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.art__card p {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
.art__box {
  background-color: #fff;
  border-radius: 1.2rem;
  margin: 0 0 6rem;
}
.art__head {
  background-color: #004088;
  border-radius: 1.2rem 1.2rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 3.6rem;
}
@media (max-width: 767px) {
  .art__head {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.art__head h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.art__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  padding: 3.6rem;
}
.art__list ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #F5F5F5;
  border-radius: 1.6rem;
  padding: 1.6rem 2.4rem;
}
@media (max-width: 767px) {
  .art__list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.art__list ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.art__list ul li p {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
.art__model {
  padding: 8rem 0 0;
}
.art__model h2 {
  text-align: center;
  margin: 0 0 4rem;
}
.art__model-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.4rem;
}
@media (max-width: 767px) {
  .art__model-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.art__model-img {
  text-align: center;
  margin: 0 0 2.4rem;
}
.art__model-card {
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 4rem 2.4rem;
}
.art__model-card ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.art__model-card ul li {
  list-style-type: none;
}
.art__model-card ul li span {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}
.art__model-card ul li p {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  color: #000;
}
.art__model-flex {
  border-radius: 1.2rem;
  padding: 1.2rem;
  background-color: #DBF2FF;
}
.art__model-flex-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
}
.art__media {
  margin: 6rem 0 0;
}
.art__media h2 {
  text-align: center;
  margin: 0 0 4rem;
}
.art__media-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .art__media-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.art__media-grid img {
  border-radius: 1.2rem;
}

.visit {
  padding: 8rem 0;
}
.visit__title {
  text-align: center;
  margin: 0 0 6rem;
}
.visit__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .visit__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .visit__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.visit__card {
  border-radius: 1.2rem;
  position: relative;
  height: 42rem;
  overflow: hidden;
  display: block;
}
.visit__card::before {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.visit__card h3 {
  position: absolute;
  bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  right: 1rem;
  left: 1rem;
}
.visit__img {
  height: 100%;
}
.visit__img img {
  border-radius: 1.2rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.visit__inside-tab {
  margin: 4rem 0 2rem;
}
.visit__inside-tab .nav-pills {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  gap: 2rem;
  margin: 0 0 3rem !important;
}
.visit__inside-tab .nav-pills .nav-item .nav-link {
  color: #929292;
  font-weight: 500 !important;
  font-size: 2rem !important;
  border-radius: 1.2rem !important;
  padding: 1rem 2rem !important;
}
.visit__inside-tab .nav-pills .nav-item .nav-link.active {
  background-color: #004088 !important;
  color: #fff !important;
  border-bottom: 0.2rem solid #004088;
}

.feature {
  background-color: #DBF2FF;
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
.feature__title {
  margin: 0 0 6rem;
  text-align: center;
}
.feature__title h2 {
  margin: 0 0 1.6rem;
}
.feature__card {
  border-radius: 1.2rem;
  position: relative;
  height: 28rem;
  overflow: hidden;
  display: block;
}
.feature__card::before {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.feature__card h3 {
  position: absolute;
  bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  right: 1rem;
  left: 1rem;
}
.feature__img {
  height: 100%;
}
.feature__img img {
  border-radius: 1.2rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.works {
  padding: 8rem 0;
  overflow: hidden;
}
.works__title {
  text-align: center;
  margin: 0 0 6rem;
}
.works__title h2 {
  margin: 0 0 1.6rem;
}
.works__card {
  border-radius: 1.2rem;
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
}
.works__card::before {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.works__card h3 {
  position: absolute;
  bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  right: 1rem;
  left: 1rem;
}
.works__img {
  height: 100%;
}
.works__img img {
  border-radius: 1.2rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.works__cards {
  border-radius: 1.2rem;
  position: relative;
  overflow: hidden;
  display: block;
  height: 20rem;
}
.works__cards::before {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.works__cards h3 {
  position: absolute;
  bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  right: 1rem;
  left: 1rem;
}
.works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}

.upcoming {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .upcoming {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .upcoming__content {
    text-align: center;
  }
}
.upcoming__content h2 {
  margin: 0 0 4rem;
}
@media (max-width: 767px) {
  .upcoming__content h2 {
    margin: 0 0 2rem;
  }
}
.upcoming__content h3 {
  color: #1E2021;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
}
.upcoming__content p {
  color: #929292;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 4rem;
}
@media (max-width: 991px) {
  .upcoming__img {
    margin: 4rem 0 0;
  }
}
.upcoming__img iframe {
  width: 100%;
}

.join {
  background-color: #DBF2FF;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .join__content {
    text-align: center;
    margin: 4rem 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .join__content {
    margin: 4rem 0 0;
  }
}
.join__content h2 {
  margin: 0 0 4rem;
}
.join__content h3 {
  color: #1E2021;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
}
.join__content p {
  color: #929292;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 2rem;
}
.join__img img {
  border-radius: 2.4rem;
}

.letter {
  padding: 8rem 0;
}
.letter__title {
  text-align: center;
}
@media (max-width: 767px) {
  .letter__title {
    margin: 0 0 4rem;
  }
}
.letter__row ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .letter__row ul {
    gap: 4rem;
  }
}
.letter__row ul li {
  list-style-type: none;
  padding: 6rem 0;
  border-bottom: 1px solid #EEEEEE;
}
@media (max-width: 767px) {
  .letter__row ul li {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .letter__right {
    text-align: center;
  }
}
.letter__right h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
  color: #1E2021;
}
.letter__right p {
  color: #929292;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 2.4rem;
}
.letter__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4rem;
  padding: 0 0 3rem 3rem;
}
.letter__lists h4 {
  list-style-type: none;
  color: #929292;
  font-size: 1.6rem;
  font-weight: 500;
}
.letter__left {
  text-align: center;
}
.letter__left h3 {
  color: #004088;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.letter__img {
  margin: 0 0 3rem;
}
.letter__img img {
  width: 60%;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 0.2rem solid #e7e6e6;
  padding: 1rem;
}

.meeting {
  padding: 6rem 0;
  background-color: #fff;
}
.meeting__title {
  text-align: center;
  margin: 0 0 6rem;
}
.meeting__title h2 {
  margin: 0 0 2.4rem;
}
.meeting__video iframe {
  width: 100%;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .meeting__video iframe {
    height: 20rem;
  }
}
.meeting__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.4rem;
  margin: 3rem 0 0;
}
@media (max-width: 767px) {
  .meeting__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .meeting__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.meeting__card {
  border-radius: 1.2rem;
  position: relative;
  overflow: hidden;
  display: block;
  height: 27rem;
}
.meeting__card::before {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.meeting__content {
  position: absolute;
  bottom: 2rem;
  right: 1rem;
  left: 1rem;
}
.meeting__content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .meeting__content h3 {
    font-size: 1.6rem;
  }
}
.meeting__content p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .meeting__content p {
    font-size: 1.4rem;
  }
}
.meeting__img {
  height: 100%;
}
.meeting__img img {
  border-radius: 1.2rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.hero {
  min-height: 67rem;
  position: relative;
  padding: 10rem 0 8rem;
  overflow: hidden;
}
.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.hero__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__img {
  text-align: center;
}
.hero__content {
  text-align: center;
  margin: 2rem 0 0;
}
.hero__content p {
  color: #1E2021;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
.hero__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem;
  margin: 4rem 0 0;
}
@media (max-width: 767px) {
  .hero__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hero__grid img {
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .hero__grid img {
    width: 15rem;
  }
}

.detail {
  padding: 6rem 0 0;
}
.detail__one {
  background-color: #004088;
  border-radius: 1.2rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .detail__one {
    text-align: center;
  }
}
.detail__one p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
.detail__one img {
  margin: 0 0 1.2rem;
}
.detail__pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  border: 1px solid #004088;
  border-radius: 1.2rem;
  padding: 2rem 3rem;
  margin: 2.4rem 0 0;
}
@media (max-width: 991px) {
  .detail__pdf {
    margin: 2rem 0;
  }
}
.detail__pdf a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
@media (max-width: 767px) {
  .detail__pdf a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.detail__pdf a span {
  color: #004088;
  font-size: 1.6rem;
  font-weight: 400;
}
.detail__slider {
  position: relative;
  height: 46rem;
  margin: 0 0 2rem;
}
.detail__slider .banner__slide-img {
  height: 46rem;
}
.detail__box {
  background-color: #BCA921;
  padding: 1.6rem;
  border-radius: 1.2rem 0 1.2rem 1.2rem;
}
@media (max-width: 767px) {
  .detail__box {
    text-align: center;
  }
}
.detail__box p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 2rem;
}
.detail__upcoming iframe {
  width: 100%;
  height: 27rem;
}
.detail__pic {
  background-color: #BCA921;
  padding: 1.6rem 1.6rem 0 1.6rem;
  border-radius: 1.2rem 1.2rem 0 0;
  margin: 2rem 0 -3rem;
  text-align: center;
}

.about {
  padding: 10rem 0 0;
}
.about__bg {
  background-image: url(../assets/img/about/about-banner.png);
  background-repeat: no-repeat;
  height: 57.5rem;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .about__bg {
    background-position: top;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__bg {
    background-position: top;
    height: 100%;
  }
}
.about__content {
  text-align: center;
  padding: 0 0 6rem;
}
@media (max-width: 991px) {
  .about__content {
    padding: 4rem 0;
  }
}
.about__content h1 {
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .about__content h1 {
    font-size: 2.8rem;
  }
}
.about__content p {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  margin: 0 0 4rem;
}
@media (max-width: 767px) {
  .about__content p {
    font-size: 1.4rem;
  }
}
.about__content ul {
  padding: 1.2rem 1.6rem;
  border: 1px solid #E7E6E6;
  background-color: rgba(62, 62, 62, 0.4);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 65%;
}
@media (max-width: 767px) {
  .about__content ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    margin: 0 1rem;
  }
}
.about__content ul li {
  list-style-type: none;
}
.about__content ul li h3 {
  color: #00A1FF;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 1.2rem;
}
.about__content ul li p {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  color: #fff;
}
.about__content ul li span {
  color: #E7E6E6;
}
@media (max-width: 767px) {
  .about__content ul li span {
    display: none;
  }
}

.journey {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .journey {
    padding: 4rem 0;
  }
}
.journey__title {
  text-align: center;
  margin: 0 0 6rem;
}
@media (max-width: 767px) {
  .journey__title {
    margin: 0 0 3rem;
  }
}
.journey__title h2 {
  margin: 0 0 1.6rem;
}
@media (max-width: 767px) {
  .journey__content {
    text-align: center;
  }
}
.journey__content h3 {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 1.6rem;
  color: #1E2021;
}
@media (max-width: 767px) {
  .journey__content h3 {
    font-size: 2rem;
  }
}
.journey__content p {
  color: #1E2021;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .journey__content p {
    font-size: 1.4rem;
  }
}
.journey__list {
  margin: 2.4rem 0 0;
}
.journey__list h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1E2021;
  margin: 0 0 1.6rem;
}
@media (max-width: 767px) {
  .journey__list h4 {
    font-size: 2rem;
    text-align: center;
  }
}
.journey__list ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .journey__list ul {
    margin: 0 0 4rem;
  }
}
.journey__list ul li {
  list-style-type: none;
  padding: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1E2021;
  border-radius: 0.8rem;
  border-left: 0.3rem solid #004088;
}
@media (max-width: 767px) {
  .journey__list ul li {
    font-size: 1.4rem;
  }
}

.excell {
  padding: 6rem 0;
  background-color: #DBF2FF;
}
@media (max-width: 767px) {
  .excell {
    padding: 4rem 0;
  }
}
.excell__title {
  text-align: center;
  margin: 0 0 6rem;
}
@media (max-width: 767px) {
  .excell__title {
    margin: 0 0 3rem;
  }
}
.excell__title h2 {
  margin: 0 0 1.6rem;
}
.excell__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .excell__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .excell__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.excell__card {
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 2.4rem;
}
.excell__card h3 {
  color: #1E2021;
  font-weight: 700;
  font-size: 2.4rem;
  margin: 0 0 2.4rem;
}
@media (max-width: 767px) {
  .excell__card h3 {
    font-size: 1.8rem;
  }
}
.excell__card h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 1.2rem;
  color: #1E2021;
}
@media (max-width: 767px) {
  .excell__card h4 {
    font-size: 1.4rem;
  }
}
.excell__card p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #1E2021;
}
@media (max-width: 767px) {
  .excell__card p {
    font-size: 1.4rem;
  }
}
.excell__card ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .excell__card ul {
    gap: 1.6rem;
  }
}
.excell__card ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.excell__card ul li span {
  color: #1E2021;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .excell__card ul li span {
    font-size: 1.4rem;
  }
}

.artist {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .artist {
    padding: 4rem 0;
  }
}
.artist__title {
  text-align: center;
  margin: 0 0 6rem;
}
@media (max-width: 767px) {
  .artist__title {
    margin: 0 0 3rem;
  }
}
.artist__title h2 {
  margin: 0 0 1.6rem;
}
.artist__content {
  text-align: center;
}
.artist__content p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 1.6rem;
  color: #1E2021;
}
.artist__content h5 {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #1E2021;
}
.artist__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  padding: 0 3rem 0 0;
}
@media (max-width: 767px) {
  .artist__flex {
    padding: 0;
    margin: 0 0 3rem;
  }
}
.artist__card {
  background: #DBF2FF;
  border-left: 3px solid #004088;
  border-radius: 1.2rem;
  padding: 2.4rem;
}
.artist__card ul {
  padding: 0 0 0 3rem;
  margin: 1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.artist__card ul li {
  list-style-type: disc;
  color: #1F2937;
  font-size: 1.6rem;
  font-weight: 500;
}
.artist__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.artist__icon p {
  color: #1F2937;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.signature {
  padding: 6rem 0;
  background-color: #DBF2FF;
}
@media (max-width: 767px) {
  .signature {
    padding: 4rem 0;
  }
}
.signature__title {
  margin: 0 0 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .signature__title {
    margin: 0 0 3rem;
  }
}
.signature__content h3 {
  color: #1E2021;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 4rem;
}
@media (max-width: 767px) {
  .signature__content h3 {
    font-size: 1.8rem;
  }
}
.signature__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .signature__flex {
    gap: 1.4rem;
  }
}
.signature__flex p {
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .signature__flex p {
    font-size: 1.8rem;
  }
}
.signature__flex p span {
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .signature__flex p span {
    font-size: 1.8rem;
  }
}
.signature__card {
  background-color: #F5F5F5;
  border-radius: 1.2rem;
  padding: 1.6rem;
  border-left: 3px solid #004088;
  margin: 4rem 0 0;
}
.signature__card h4 {
  color: #004088;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
}
.signature__card ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.signature__card ul li {
  list-style-type: none;
  color: #1E2021;
  font-size: 2.4rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .signature__card ul li {
    font-size: 1.6rem;
  }
}
.signature__card ul li span {
  font-weight: 700;
}
.signature__img {
  height: 100%;
}
.signature__img img {
  height: 100%;
}

.add {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .add {
    padding: 4rem 0;
  }
}
.add__title {
  margin: 0 0 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .add__title {
    margin: 0 0 3rem;
  }
}
.add__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .add__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .add__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.4rem;
  }
}
.add__grids {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin: 6rem 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .add__grids {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .add__grids {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.4rem;
  }
}
.add__card {
  border: 1px solid #E7E6E6;
  border-radius: 1.2rem;
  padding: 2.4rem;
  text-align: center;
}
.add__card img {
  margin: 0 0 2.4rem;
}
.add__card h3 {
  color: #1E2021;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 1.6rem;
}
@media (max-width: 767px) {
  .add__card h3 {
    font-size: 1.8rem;
  }
}
.add__card p {
  color: #1E2021;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .add__card p {
    font-size: 1.4rem;
  }
}
.add__flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  margin: 8rem 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .add__flex {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .add__flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.4rem;
    margin: 4rem 0 0;
  }
}
.add__flex-card {
  background-color: #004088;
  border-radius: 1.2rem;
  padding: 2.4rem 2.4rem 4rem;
  text-align: center;
}
.add__flex-card img {
  margin: 0 0 4rem;
}
.add__flex-card h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
}
.add__flex-card p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

.mission {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .mission {
    padding: 4rem 0;
  }
}
.mission__title {
  text-align: center;
  margin: 0 0 4rem;
}
.mission__title h2 {
  margin: 0 0 1.6rem;
}
.mission__list {
  text-align: center;
}
.mission__list ul {
  padding: 1.2rem 1.6rem;
  border: 1px solid #E7E6E6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.2rem;
}
@media (max-width: 767px) {
  .mission__list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mission__list ul li {
  list-style-type: none;
}
.mission__list ul li h3 {
  color: #00A1FF;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 1.2rem;
}
.mission__list ul li p {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  color: #1E2021;
}
.mission__list ul li span {
  color: #E7E6E6;
}
@media (max-width: 767px) {
  .mission__list ul li span {
    display: none;
  }
}
.mission__para {
  margin: 4rem 0 0;
}
.mission__para p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: #929292;
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mission__para p {
    max-width: 100%;
  }
}
.mission__row {
  margin: 8rem 0 0;
}
.mission__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  padding: 0 0 0;
}
.mission__image {
  text-align: center;
}
.mission__card {
  background: #DBF2FF;
  border-radius: 1.2rem;
  padding: 2.4rem 2.4rem 4rem;
  height: 100%;
}
.mission__card h3 {
  color: #000;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 1.6rem;
}
.mission__card p {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
.mission__objective {
  margin: 4rem 0 0;
  background: #DBF2FF;
  border-radius: 1.2rem;
  padding: 2.4rem;
}
.mission__objective h3 {
  color: #000;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 1.6rem;
}
.mission__objective ul {
  padding: 0 0 0 3rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.mission__objective ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.mission__objective ul li p {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}

.award {
  background-color: #DBF2FF;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .award {
    padding: 4rem 0;
  }
}
.award__title {
  margin: 0 0 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .award__title {
    margin: 0 0 3rem;
  }
}
.award__title h2 {
  margin: 0 0 2.4rem;
}
.award__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .award__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .award__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.award__card {
  background-color: #fff;
  border-radius: 1.2rem;
  text-align: center;
  padding: 1.6rem;
}
.award__card img {
  margin: 0 0 1.6rem;
}
.award__card span {
  display: block;
  color: #004088;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 1.6rem;
}
@media (max-width: 767px) {
  .award__card span {
    font-size: 1.8rem;
  }
}
.award__card p {
  color: #1E2021;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .award__card p {
    font-size: 1.8rem;
  }
}

.vision {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .vision {
    padding: 4rem 0;
  }
}
.vision__title {
  text-align: center;
  margin: 0 0 4rem;
}
.vision__title h2 {
  margin: 0 0 1.6rem;
}
.vision__box {
  background: #EAF4FF;
  padding: 2.4rem;
  border-radius: 1.2rem;
}
.vision__box p {
  text-align: center;
  color: #1E2021;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 2.4rem;
  position: relative;
  z-index: 1;
}
.vision__box p::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image: url(../assets/img/about/camma.svg);
  background-repeat: no-repeat;
  z-index: -1;
  top: -1.5rem;
}
.vision__box span {
  display: block;
  text-align: end;
  color: #1E2021;
  font-weight: 700;
  font-size: 1.6rem;
}
.vision__para {
  margin: 6rem 0 0;
  text-align: center;
}
.vision__para p {
  color: #929292;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

.part {
  padding: 6rem 0;
  background-color: #DBF2FF;
}
@media (max-width: 767px) {
  .part {
    padding: 4rem 0;
  }
}
.part__title {
  margin: 0 0 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .part__title {
    margin: 0 0 3rem;
  }
}
.part__title h2 {
  margin: 0 0 2.4rem;
}
.part__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .part__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .part__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.part__card {
  background-color: #fff;
  padding: 4rem 1.6rem;
  text-align: center;
  border-radius: 1.2rem;
}
.part__card:nth-child(1) {
  background-color: #812570;
}
.part__card:nth-child(2) {
  background-color: #CE376C;
}
.part__card:nth-child(3) {
  background-color: #F4911C;
}
.part__card h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 3rem;
  position: relative;
}
.part__card h3::after {
  position: absolute;
  top: 4rem;
  left: 50%;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14rem;
  height: 0.2rem;
  background-color: #fff;
  content: "";
}
@media (max-width: 767px) {
  .part__card h3 {
    font-size: 1.8rem;
  }
}
.part__card p {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 2.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .part__card p {
    font-size: 1.6rem;
  }
}
.part__card a {
  background-color: #fff !important;
  color: #000 !important;
}

.academic {
  padding: 8rem 0;
}
.academic__title {
  margin: 0 0 6rem;
  text-align: center;
}
.academic__map {
  text-align: center;
}
@media (max-width: 767px) {
  .academic__map {
    margin: 3rem 0;
  }
}
.academic__list ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media (max-width: 767px) {
  .academic__list ul {
    gap: 2rem;
  }
}
.academic__list ul li {
  list-style-type: none;
  border: 2px solid #DBF2FF;
  border-radius: 1.2rem;
  padding: 2.4rem;
}
.academic__list ul li p {
  color: #4B5563;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
.academic__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  margin: 0 0 1.2rem;
}
.academic__icon span {
  color: #1F2937;
  font-size: 2rem;
  font-weight: 600;
}

.volunteer {
  padding: 8rem 0;
}
.volunteer__title {
  text-align: center;
  margin: 0 0 6rem;
}
.volunteer__content h3 {
  color: #1E2021;
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  padding: 1.2rem 1.6rem;
  border-left: 3px solid #004088;
  border-radius: 1.2rem;
}
.volunteer__para {
  margin: 4rem 0;
}
.volunteer__para p {
  margin: 0;
  color: #1E2021;
  font-size: 1.6rem;
  font-weight: 500;
}
.volunteer__list h4 {
  color: #1E2021;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 1.6rem;
}
.volunteer__list ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.volunteer__list ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  padding: 1.2rem;
  border-left: 3px solid #004088;
  border-radius: 1.2rem;
}
.volunteer__list ul li p {
  color: #1E2021;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
.volunteer__grid {
  margin: 4rem 0 0;
}
.volunteer__grid ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .volunteer__grid ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.volunteer__grid ul li {
  list-style-type: none;
  padding: 2.4rem;
  border-radius: 1.2rem;
  text-align: center;
}
.volunteer__grid ul li:nth-child(1) {
  background-color: #004088;
}
.volunteer__grid ul li:nth-child(2) {
  background-color: #F97316;
}
.volunteer__grid ul li:nth-child(3) {
  background-color: #22C55E;
}
.volunteer__grid ul li h4 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0;
}
.volunteer__grid ul li p {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0.6rem 0 0;
  color: #fff;
}

.timeline {
  padding: 8rem 0;
}
.timeline__title {
  text-align: center;
  margin: 0 0 6rem;
}
.timeline__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.8rem;
}
.timeline__list ul::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 4px;
  height: 100%;
  margin-left: -1px;
  background-color: #E5E7EB;
}
.timeline__list ul li {
  position: relative;
}
@media (max-width: 767px) {
  .timeline__list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.timeline__list ul li:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.timeline__list ul li:nth-child(even) .timeline__content {
  margin: 0 4rem 0 0;
}
@media (max-width: 767px) {
  .timeline__list ul li:nth-child(even) .timeline__content {
    margin: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline__list ul li:nth-child(even) .timeline__content {
    margin: 0;
  }
}
.timeline__list ul li:nth-child(odd) {
  text-align: right;
}
.timeline__list ul li:nth-child(odd) .timeline__content {
  margin: 0 0 0 4rem;
}
@media (max-width: 767px) {
  .timeline__list ul li:nth-child(odd) .timeline__content {
    margin: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline__list ul li:nth-child(odd) .timeline__content {
    margin: 0;
  }
}
.timeline__img {
  position: absolute;
  position: absolute;
  left: 47.5%;
  top: 4rem;
}
@media (max-width: 767px) {
  .timeline__img {
    position: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline__img {
    left: 45.5%;
  }
}
.timeline__content {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #E5E7EB;
  background-color: #fff;
  border-radius: 1.2rem;
  width: 44%;
  padding: 2.4rem;
}
@media (max-width: 767px) {
  .timeline__content {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline__content {
    width: 45%;
  }
}
.timeline__content h3 {
  color: #004088;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 1.6rem;
}
.timeline__content p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #4B5563;
}

.service {
  padding: 8rem 0 0;
}
.service__banner {
  height: 65rem;
  position: relative;
  overflow: hidden;
}
.service__banner::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  inset: 0;
  content: "";
  position: absolute;
}
.service__img {
  height: 65rem;
}
.service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__banner-content {
  text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.service__banner-content h1 {
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .service__banner-content h1 {
    font-size: 2rem;
  }
}
.service__banner-content p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #fff;
  max-width: 50%;
  margin: 0 auto;
}
.service__list {
  padding: 8rem 0 0;
}
.service__list h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 6rem;
  color: #1E2021;
}
@media (max-width: 767px) {
  .service__list h2 {
    font-size: 2rem;
  }
}
.service__content h3 {
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
  color: #1E2021;
}
.service__content p {
  color: #1E2021;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 2.4rem;
}
.service__row {
  padding: 8rem 0 4rem;
}
.service__right-img img {
  border-radius: 1rem;
}
.service__gallery {
  padding: 4rem 0;
}
.service__gallery h2 {
  margin: 0 0 6rem;
  text-align: center;
}
.service__tab .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.service__tab .nav-pills .nav-item .nav-link {
  color: #929292;
  font-weight: 700;
  font-size: 2.4rem;
  border-radius: 0;
}
.service__tab .nav-pills .nav-item .nav-link.active {
  background-color: transparent;
  color: #004088;
  border-bottom: 0.2rem solid #004088;
}
.service__images {
  margin: 6rem 0 0;
}
.service__images ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__images ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .service__images ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service__images ul li {
  list-style-type: none;
}
.service__images ul li img {
  height: 42rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.2rem;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.service__images ul li img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.service__para-list {
  padding: 3rem 6rem;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 1.2rem;
  margin: 6rem 0 0;
}
.service__para-list h3 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 6rem;
  color: #004088;
}
@media (max-width: 767px) {
  .service__para-list h3 {
    font-size: 2rem;
  }
}
.service__para-list p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 0 0 2rem;
  color: #1E2021;
  text-align: justify;
}
.service__video {
  padding: 4rem 0;
}
.service__video h2 {
  text-align: center;
}
.service__video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 4rem 0 0;
}
.service__video-flex iframe {
  width: 100%;
  border-radius: 1.6rem;
}

/* Modal */
.image-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  /* Centering */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.image-modal img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-modal .close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.image-modal .prev,
.image-modal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.image-modal .prev {
  left: 20px;
}

.image-modal .next {
  right: 20px;
}

.service__content-list__list {
  padding: 3rem 6rem;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 1.2rem;
  margin: 6rem 0 0;
  border: 0.2rem solid #e7e6e6;
}
.service__content-list__list h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 6rem;
  color: #004088;
}
@media (max-width: 767px) {
  .service__content-list__list h2 {
    font-size: 2rem;
  }
}
.service__content-list__list h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 4rem 0 2rem;
  color: #1E2021;
}
@media (max-width: 767px) {
  .service__content-list__list h3 {
    font-size: 1.8rem;
  }
}
.service__content-list__list p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 0 0 2rem;
  color: #1E2021;
  text-align: justify;
}
.service__content-list__list ul {
  margin: 0 0 2rem 5rem;
  padding: 0;
  list-style: disc;
}
.service__content-list__list ul li {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 1rem 0;
  color: #1E2021;
}
.service__content-list__list ul li ul {
  list-style: circle;
  margin: 1rem 0 0 2rem;
}

/* CSS (put in your stylesheet) */
:root {
  --text-color: #1E2021;
  --muted: #666e73;
  --card-bg: #ffffff;
  --gap: 1.6rem;
  --radius: 12px;
  --max-width: 1200px;
}

/* Container */
.service__para-lists {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 6rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: var(--text-color);
}

/* Header */
.service__header {
  margin-bottom: 1.5rem;
}

.service__main-title {
  font-size: 4rem;
  font-weight: 800;
  /* increased weight per request */
  color: var(--text-color);
  margin: 0 0 4rem;
  line-height: 1.15;
  text-align: center;
}

.service__subtitle {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--muted);
  margin-top: 0.35rem;
}

/* Intro / paragraph style (exactly as requested) */
.service__intro,
.service__desc {
  font-size: 1.6rem;
  /* requested */
  line-height: 1.8;
  /* requested */
  margin: 0 0 2rem;
  /* requested */
  color: var(--text-color);
  /* requested */
  text-align: justify;
  /* requested */
}

/* Grid layout for cards */
.service__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 767px) {
  .service__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Card */
.service__card {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 2rem;
  -webkit-box-shadow: 0 6px 18px rgba(30, 32, 33, 0.04);
          box-shadow: 0 6px 18px rgba(30, 32, 33, 0.04);
  border: 1px solid rgba(30, 32, 33, 0.04);
  height: 100%;
}

/* Titles inside each card - same color & increased weight */
.service__title {
  font-size: 1.45rem;
  color: var(--text-color);
  font-weight: 700;
  /* slightly less than main title but emphasized */
  margin: 0 0 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

/* definition list styling */
.service__lists {
  margin: 0;
  padding: 0;
}

.service__list-item {
  margin-bottom: 1.1rem;
}

.service__item-name {
  font-weight: 700;
  margin: 0 0 0.25rem;
  font-size: 1.15rem;
  color: var(--text-color);
}

.service__desc {
  margin: 0;
}

/* Objective footer */
.service__objective {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px dashed rgba(30, 32, 33, 0.06);
}

.service__objective-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--text-color);
}

/* Small screens adjustments */
@media (max-width: 520px) {
  .service__main-title {
    font-size: 1.8rem;
  }
  .service__para-lists {
    padding: 1rem;
  }
  :root {
    --gap: 1rem;
  }
}
/* Print-friendly */
@media print {
  .service__para-lists {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 0;
  }
  .service__card {
    page-break-inside: avoid;
    border: none;
  }
}
.terms {
  padding: 16rem 0 4rem;
}
.terms__content h1 {
  text-align: center;
  color: #1E2021;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 6rem;
}
.terms__content h2 {
  color: #1E2021;
  font-size: 28px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.terms__content p {
  color: #1E2021;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 15px;
  line-height: 1.6;
}
.terms__content ul {
  margin: 0 0 20px 20px;
  padding: 0;
}
.terms__content ul li {
  color: #1E2021;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.6;
}

.contact {
  padding: 8rem 0 0;
}
@media (max-width: 767px) {
  .contact {
    padding: 4rem 0 0;
  }
}
.contact__title {
  text-align: center;
  margin: 0 0 6rem;
}
@media (max-width: 767px) {
  .contact__title {
    margin: 0 0 3rem;
  }
}
@media (max-width: 767px) {
  .contact__left {
    margin: 0 0 3rem;
  }
}
.contact__left ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .contact__left ul {
    gap: 2rem;
  }
}
.contact__left ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .contact__left ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.contact__left ul li img {
  -webkit-filter: invert(1);
          filter: invert(1);
  width: 2.4rem;
}
.contact__content h3 {
  color: #1E2021;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.contact__content a,
.contact__content p {
  color: #929292;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
.contact__content a {
  text-decoration: underline !important;
}
.contact__input {
  margin: 0 0 2.4rem;
}
.contact__input input {
  background: #F5F5F5 !important;
  height: 7.2rem;
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: 500;
  color: #1E2021;
  padding: 1rem 2rem;
}
.contact__input input::-webkit-input-placeholder {
  color: #CBCBCB;
}
.contact__input input::-moz-placeholder {
  color: #CBCBCB;
}
.contact__input input:-ms-input-placeholder {
  color: #CBCBCB;
}
.contact__input input::-ms-input-placeholder {
  color: #CBCBCB;
}
.contact__input input::placeholder {
  color: #CBCBCB;
}
.contact__input input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact__text {
  margin: 0 0 2.4rem;
}
.contact__text textarea {
  background: #F5F5F5 !important;
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: 500;
  color: #1E2021;
  padding: 1rem 2rem;
}
.contact__text textarea::-webkit-input-placeholder {
  color: #CBCBCB;
}
.contact__text textarea::-moz-placeholder {
  color: #CBCBCB;
}
.contact__text textarea:-ms-input-placeholder {
  color: #CBCBCB;
}
.contact__text textarea::-ms-input-placeholder {
  color: #CBCBCB;
}
.contact__text textarea::placeholder {
  color: #CBCBCB;
}
.contact__text textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767px) {
  .contact__right {
    text-align: center;
  }
}

.meet {
  padding: 14rem 0 0;
}
.meet__row {
  padding: 8rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
.meet__video iframe {
  border-radius: 1.2rem;
}
.meet__content {
  border-radius: 1.2rem;
  height: 100%;
}
.meet__content h3 {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
  color: #fff;
}
.meet__content p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 2.4rem;
}
.meet__img img {
  border-radius: 1.2rem;
}

.padding-left {
  padding: 3rem;
  background-color: #812570;
}
@media (max-width: 767px) {
  .padding-left {
    padding: 0;
  }
}

.padding-right {
  padding: 3rem;
  background-color: #CE376C;
}
@media (max-width: 767px) {
  .padding-right {
    padding: 0;
  }
}

.logo {
  padding: 8rem 0;
  overflow: hidden;
}
.logo__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  /* duplicate content inside HTML */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: sliderLine 25s linear infinite;
          animation: sliderLine 25s linear infinite;
}
.logo__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 200px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo__list img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* instead of jumping back, it just keeps sliding */
@-webkit-keyframes sliderLine {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes sliderLine {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.footer {
  background-color: #004088;
  padding: 6rem 0 4rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    text-align: center;
  }
}
.footer__logo img {
  margin: 0 0 2.4rem;
}
.footer__logo p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .footer__list {
    text-align: center;
    margin: 2rem 0 0;
  }
}
.footer__list h4 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
}
@media (max-width: 767px) {
  .footer__list h4 {
    margin: 0 0 1.4rem;
  }
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .footer__link {
    gap: 0.8rem;
  }
}
.footer__link a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__end {
    margin: 2rem 0 0;
    text-align: center;
  }
}
.footer__end h4 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
}
.footer__end ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.footer__end ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .footer__end ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__right p,
.footer__right a,
.footer__right span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.footer__right a {
  text-decoration: underline !important;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  margin: 1.6rem 0 0;
}
@media (max-width: 767px) {
  .footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__copyright {
  margin: 6rem 0 0;
  text-align: center;
}
.footer__copyright p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}
.footer__copyright p span {
  margin: 0 1rem;
}
.footer__copyright p a {
  text-decoration: underline !important;
  color: #BCA921;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Inter", sans-serif !important;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #fff !important;
  height: 100%;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

.unset {
  all: unset !important;
  cursor: pointer !important;
}

.default-btn {
  background-color: #004088;
  border: none;
  height: 4.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 1.2rem 2.4rem;
  border-radius: 0.8rem;
}

.sec-title {
  color: #1E2021;
  font-size: 4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sec-title {
    font-size: 2.8rem;
  }
}

.para-title {
  color: #1E2021;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .para-title {
    font-size: 1.4rem;
  }
}

.sub-title {
  color: #004088;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  font-size: 2rem;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: underline !important;
}
.sub-title img {
  -webkit-animation: arrowRight 1.5s infinite;
          animation: arrowRight 1.5s infinite;
}

@-webkit-keyframes arrowRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes arrowRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.modal-dialog {
  max-width: 60% !important;
}
@media (max-width: 767px) {
  .modal-dialog {
    max-width: 100% !important;
  }
}

.modal-content {
  padding: 2rem 4rem 3rem;
}
@media (max-width: 767px) {
  .modal-content {
    padding: 2rem;
  }
}

.modal-close {
  text-align: end;
  cursor: pointer;
}

.model-img {
  text-align: center;
}
.model-img img {
  margin: 0 0 1.6rem;
}
.model-img h3 {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 1rem;
  color: #000;
}
.model-img p {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  color: #000;
}
@media (max-width: 767px) {
  .model-img p {
    font-size: 1.4rem;
  }
}

.thank {
  padding: 10rem 0 4rem;
}
.thank img {
  width: 40rem;
}

.thank-container {
  text-align: center;
  padding: 40px 24px;
  border-radius: 16px;
}
.thank-container h1 {
  font-size: 4rem;
  margin-bottom: 12px;
  color: #1E2021;
}
.thank-container p {
  color: #929292;
  margin-bottom: 24px;
  font-size: 1.8rem;
}/*# sourceMappingURL=style.css.map */