.home-hero-container {
  background: url("/assets/images/hero-bg.webp") no-repeat;
  background-size: cover;
  margin-top: -5.9vw;
  padding: 5.9vw 5.55vw 0;
}
@media screen and (max-width: 650px) {
  .home-hero-container {
    height: 223vw;
    padding: 31.67vw 0 38.8vw;
    margin-top: -26vw;
  }
}
.home-hero-container .home-hero {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .home-hero-container .home-hero {
    flex-direction: column;
  }
}
.home-hero-container .home-hero .home-hero-text-container {
  width: 36.8%;
}
@media screen and (max-width: 650px) {
  .home-hero-container .home-hero .home-hero-text-container {
    width: 90%;
    padding: 0 4.2vw;
  }
}
.home-hero-container .home-hero .home-hero-text-container .home-hero-banner-text {
  color: #303634;
  font-size: 5vw;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.11vw;
  overflow: hidden;
  margin-bottom: 5.55vw;
}
@media screen and (max-width: 650px) {
  .home-hero-container .home-hero .home-hero-text-container .home-hero-banner-text {
    font-size: 11.11vw;
    letter-spacing: -0.244vw;
    line-height: 120%;
  }
}
.home-hero-container .home-hero .home-hero-text-container .home-hero-banner-text .exam_name {
  display: inline-block;
  overflow-y: hidden;
  height: 4.5vw;
}
@media screen and (max-width: 650px) {
  .home-hero-container .home-hero .home-hero-text-container .home-hero-banner-text .exam_name {
    height: 10.5vw;
  }
}
.home-hero-container .home-hero .home-hero-text-container .home-hero-banner-text .exam_name .exam_name_wrapper {
  display: flex;
  flex-direction: column;
  animation: exam_name_animation 4s cubic-bezier(0.83, 0, 0.17, 1) infinite;
}
.home-hero-container .home-hero .home-hero-text-container .home-hero-banner-text .exam_name .exam_name_wrapper span {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.085vw;
  background: linear-gradient(45deg, #000000, #014ab9, #e10013);
  -webkit-background-clip: text; /* For Safari/WebKit browsers */
  background-clip: text; /* Standard CSS */
  color: transparent;
}
@media screen and (max-width: 650px) {
  .home-hero-container .home-hero .home-hero-text-container .home-hero-banner-text .exam_name .exam_name_wrapper span {
    font-size: 11.11vw;
  }
}

.home-hero-button {
  width: 100%;
  text-align: center;
  border-radius: 0.277vw;
  background: var(--neutral-90, #1a1e1d);
  box-shadow: 0 0.277vw 1.11vw 0 rgba(0, 0, 0, 0.12);
  color: #fdffff;
  font-size: 1.38vw;
  font-weight: 700;
  line-height: 140%; /* 28px */
  padding: 1.11vw 0;
  border: none;
  position: relative;
}
.home-hero-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(230.28deg, #000000 12.57%, #014ab9 78.19%, #e10013 106.57%);
  border-radius: inherit;
  transition: all 0.5s ease-in-out;
}
.home-hero-button .home-hero-button-hover-icon {
  position: absolute;
  top: 50%;
  left: 45%;
  translate: -50% -50%;
  height: 60%;
  width: 0;
  transition: all 0.8s;
  display: none;
}
.home-hero-button:hover::before {
  width: 100%;
}
.home-hero-button:hover .home-hero-button-hover-icon {
  left: 50%;
  width: 6vw;
  display: block;
}
@media screen and (max-width: 650px) {
  .home-hero-button {
    display: none;
  }
}

.home-hero-text-small {
  color: var(--neutral-60, #494f4d);
  font-size: 1.38vw;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.16px;
  margin-top: 1.38vw;
}
@media screen and (max-width: 650px) {
  .home-hero-text-small {
    display: none;
  }
}

.home-hero-container-mobile {
  position: absolute;
  top: 183.3vw;
  background-color: #f8f8f8;
  border-radius: 3.33vw 3.33vw 0 0;
  padding: 6.66vw 4.44vw;
  z-index: 2;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 4.44vw;
}
@media screen and (max-width: 650px) {
  .home-hero-container-mobile {
    display: flex;
    position: static;
  }
}
.home-hero-container-mobile .home-hero-button {
  padding: 4.44vw 0;
  border-radius: 1.11vw;
  font-size: 5.55vw;
  box-shadow: 0px 1.11vw 4.44vw 0px rgba(0, 0, 0, 0.1215686275);
}
@media screen and (max-width: 650px) {
  .home-hero-container-mobile .home-hero-button {
    display: block;
  }
}
.home-hero-container-mobile .home-hero-button .home-hero-button-hover-icon {
  display: none;
  width: 7vw;
  height: 60%;
}
.home-hero-container-mobile .home-hero-button:hover .home-hero-button-hover-icon {
  display: block;
}
.home-hero-container-mobile .home-hero-text-small {
  display: block;
  font-size: 3.88vw;
  letter-spacing: 0.01167vw;
}

@keyframes exam_name_animation {
  0% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-50%);
  }
  75% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
.image-container {
  width: 51.1vw;
  height: 51.38vw;
  overflow-y: hidden;
  display: flex;
  justify-content: flex-end;
  position: relative;
  bottom: 0;
  align-self: flex-end;
  margin-top: 1vw;
}
@media screen and (max-width: 650px) {
  .image-container {
    width: 100%;
    height: 110vw;
  }
}
.image-container .bannerImages {
  background: linear-gradient(0deg, #fdfefd, #fdfefd), linear-gradient(0deg, #d0d2d1, #d0d2d1);
  box-shadow: 0.694vw 0.277vw 2.22vw 0px rgba(0, 0, 0, 0.1215686275);
  width: 33vw;
  min-height: 9vw;
  padding: 1.65vw 2.25vw;
  z-index: 10;
  flex-direction: row;
  position: absolute;
  top: 32vw;
  left: 12vw;
  border-radius: 0.277vw;
}
@media screen and (max-width: 650px) {
  .image-container .bannerImages {
    width: 75vw;
    top: 60.55vw;
    left: 8.77vw;
    padding: 3.61vw 4.72vw;
    border-radius: 0.55vw;
    box-shadow: 1.45vw 0.58px 4.66vw 0px rgba(0, 0, 0, 0.1215686275);
  }
}
.image-container .bannerImages .bannerContainer {
  display: flex;
  justify-content: space-between;
}
.image-container .bannerImages .bannerContainer .bannerSection1 {
  max-width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}
.image-container .bannerImages .bannerContainer .bannerSection1 .bannerSection-head-container {
  display: flex;
  flex-direction: column;
}
.image-container .bannerImages .bannerContainer .bannerSection1 h4 {
  color: var(--neutral-80, #303634);
  font-family: Hanken Grotesk;
  font-size: 1.66vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.033vw;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media screen and (max-width: 650px) {
  .image-container .bannerImages .bannerContainer .bannerSection1 h4 {
    font-size: 3.5vw;
    line-height: 97.88%;
    gap: 1vw;
    letter-spacing: -0.069vw;
    font-weight: 700;
  }
}
.image-container .bannerImages .bannerContainer .bannerSection1 p {
  color: var(--neutral-50, #767b79);
  font-family: Hanken Grotesk;
  font-size: 0.972vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.002916vw;
}
@media screen and (max-width: 650px) {
  .image-container .bannerImages .bannerContainer .bannerSection1 p {
    font-size: 2.5vw;
    letter-spacing: 0.01167vw;
  }
}
.image-container .bannerImages .bannerContainer .bannerSection1 h6 {
  color: var(--hues-0140, #014ab9);
  font-family: Hanken Grotesk;
  font-size: 1.39vw;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 28px */
  margin-top: 16px;
  margin-bottom: 6px;
}
@media screen and (max-width: 650px) {
  .image-container .bannerImages .bannerContainer .bannerSection1 h6 {
    font-size: 2.9134vw;
  }
}
.image-container .bannerImages .bannerContainer .bannerSection1 .scoretext {
  color: var(--hues-0140, #014ab9);
}
.image-container .bannerImages .bannerContainer .bannerSection1 .scoretext2 {
  color: var(--hues-0140, #e10013);
}
.image-container .bannerImages .bannerContainer .bannerSection2 {
  position: relative;
}
.image-container .bannerImages .bannerContainer .bannerSection2 img {
  border-radius: 0.277vw;
}
@media screen and (max-width: 650px) {
  .image-container .bannerImages .bannerContainer .bannerSection2 img {
    border-radius: 0.555vw;
  }
}
.image-container .image {
  position: absolute;
  bottom: 0;
  opacity: 0;
  height: 52vw;
}
@media screen and (max-width: 650px) {
  .image-container .image {
    height: 100vw;
  }
}

.stats-wrapper {
  margin: 2.77vw 0;
  display: flex;
  flex-direction: column;
  gap: 0.6944vw;
}
@media screen and (max-width: 650px) {
  .stats-wrapper {
    margin: 6.6666666667vw 0 8.8888888889vw 0;
  }
}
.stats-wrapper .stats-wrapper-heading {
  padding: 0.8333vw 0;
  color: #1a1e1d;
  text-align: center;
  font-size: 2.22vw;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.0444vw;
}
@media screen and (max-width: 650px) {
  .stats-wrapper .stats-wrapper-heading {
    margin: 0 7.9166vw 4.44vw;
    color: #1a1e1d;
    font-size: 6.11vw;
    letter-spacing: -0.1222vw;
    padding: 3.33vw 0;
  }
}
.stats-wrapper .all-stats {
  padding: 2vw 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
}
@media screen and (max-width: 650px) {
  .stats-wrapper .all-stats {
    display: none;
  }
}
.stats-wrapper .all-stats :first-child {
  border-left: none !important;
}
.stats-wrapper .all-stats .stat {
  text-align: center;
  color: #1a1e1d;
  border-left: 1px solid #b9bcbb;
  padding: 1.04vw 0px;
}
.stats-wrapper .all-stats .stat .stat-head {
  font-size: 3.05vw;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.88px;
}
.stats-wrapper .all-stats .stat .stat-desc {
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.66vw;
  padding-top: 0.83vw;
  text-transform: capitalize;
}

/*stats-wrapper-data-mobile*/
.stats-wrapper-data-mobile {
  color: #1a1e1d;
  text-align: center;
  display: none;
  padding: 0 4.44vw 0;
}
@media screen and (max-width: 650px) {
  .stats-wrapper-data-mobile {
    display: block;
    border: 1;
  }
}
.stats-wrapper-data-mobile .stat-primary-element {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.22vw;
  padding: 5vw 0;
}
.stats-wrapper-data-mobile .stat-primary-element .stat-primary-element-head2 {
  font-weight: 500;
  font-size: 7.77vw;
  line-height: 120%;
  letter-spacing: -0.155vw;
}
.stats-wrapper-data-mobile .stat-primary-element .stat-primary-element-head4 {
  font-size: 3.33vw;
  font-weight: 400;
  line-height: 133%;
}
.stats-wrapper-data-mobile .stat-sub-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.stats-wrapper-data-mobile .stat-sub-container div:first-child {
  border-right: 2px solid #b9bcbb;
}
@media screen and (max-width: 650px) {
  .stats-wrapper-data-mobile .stat-sub-container div:first-child {
    border: none;
  }
}
.stats-wrapper-data-mobile .stat-row-one-container .stat-primary-element {
  padding: 6.11vw 0;
}
.stats-wrapper-data-mobile .stat-row-two-container {
  border-top: 0.277vw solid #b9bcbb;
  border-bottom: 0.277vw solid #b9bcbb;
  padding: 3.88vw;
}

.about-wrapper {
  display: flex;
  padding: 2.2222222222vw 5.5555555556vw;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .about-wrapper {
    display: none;
  }
}
.about-wrapper .about-content-wrapper {
  display: flex;
  width: 39.5138888889vw;
  padding: 3.8888888889vw;
  flex-direction: column;
  gap: 3.8888888889vw;
  flex-shrink: 0;
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper {
    width: 158.0555555556vw;
  }
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper {
    gap: 15.5555555556vw;
  }
}
.about-wrapper .about-content-wrapper .about-main-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.2222222222vw;
  position: relative;
  color: #494f4d;
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper .about-main-content-wrapper {
    gap: 8.8888888889vw;
  }
}
.about-wrapper .about-content-wrapper .about-main-content-wrapper .about-main-content-wrapper-Head {
  font-feature-settings: "liga" off;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper .about-main-content-wrapper .about-main-content-wrapper-Head {
    font-size: 10vw;
  }
}
.about-wrapper .about-content-wrapper .about-main-content-wrapper .about-main-desc-wrapper {
  position: relative;
  width: 100%;
}
.about-wrapper .about-content-wrapper .about-main-content-wrapper .about-main-desc-wrapper .about-main-content-wrapper-Desc {
  font-size: 1.3888888889vw;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  top: 0;
  left: 0;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  letter-spacing: -0.0111111111vw;
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper .about-main-content-wrapper .about-main-desc-wrapper .about-main-content-wrapper-Desc {
    font-size: 5.5555555556vw;
  }
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper .about-main-content-wrapper .about-main-desc-wrapper .about-main-content-wrapper-Desc {
    letter-spacing: -0.0444444444vw;
  }
}
.about-wrapper .about-content-wrapper .about-main-content-wrapper .about-main-desc-wrapper .about-main-content-wrapper-Desc-animation {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0111111111vw;
  gap: 32px;
  align-self: stretch;
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper .about-main-content-wrapper .about-main-desc-wrapper .about-main-content-wrapper-Desc-animation {
    font-size: 5.5555555556vw;
  }
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper .about-main-content-wrapper .about-main-desc-wrapper .about-main-content-wrapper-Desc-animation {
    letter-spacing: -0.0444444444vw;
  }
}
.about-wrapper .about-content-wrapper .about-sub-content-wrapper {
  display: flex;
  gap: 0.9722222222vw;
  justify-content: end;
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper .about-sub-content-wrapper {
    gap: 3.8888888889vw;
  }
}
.about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns {
  display: flex;
  flex: 1;
  padding: 0.8333333333vw 1.1111111111vw;
  justify-content: center;
  align-items: center;
  gap: 1.1111111111vw;
  border-radius: 0.2777777778vw;
  color: #fdfefd;
  cursor: pointer;
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns {
    gap: 3.8888888889vw;
  }
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns {
    border-radius: 1.1111111111vw;
  }
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns {
    gap: 3.33vw;
    padding-top: 8.88vw;
  }
}
.about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .report-btn,
.about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .report-btn2 {
  width: 100%;
  height: 5.75vw;
  border-radius: 0.277vw;
  padding: 0.54vw 1.42vw;
  border: none;
  color: var(--neutral-0, #fdfefd);
  text-align: center;
  font-size: 1.38vw;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -0.1px;
  background: linear-gradient(251deg, #000 12%, #014ab9 60.99%, #e10013 114.75%);
  cursor: pointer;
  font-size: 1.3888888889vw;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -0.0069444444vw;
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .report-btn,
  .about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .report-btn2 {
    font-size: 5.5555555556vw;
  }
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .report-btn,
  .about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .report-btn2 {
    letter-spacing: -0.0277777778vw;
  }
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .report-btn,
  .about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .report-btn2 {
    width: 50%;
    border-radius: 1.11vw;
    padding: 0.83vw 1.11vw;
    font-size: 4.44vw;
    letter-spacing: -0.0222vw;
    height: 67px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.27vw;
    flex: 1 0 0;
    align-self: stretch;
  }
}
.about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .report-btn span,
.about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .report-btn2 span {
  color: var(--neutral-0, #fdfefd);
  text-align: center;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.036px;
  display: block;
  font-size: 0.9722222222vw;
  letter-spacing: 0.0029166667vw;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .report-btn span,
  .about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .report-btn2 span {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .report-btn span,
  .about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .report-btn2 span {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .report-btn span,
  .about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .report-btn2 span {
    letter-spacing: 0.0116666667vw;
  }
}
.about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .report-btn2 {
  background: linear-gradient(242deg, #e10013 45%, #020f0f 77.99%, #d9e8ff 107.34%);
}
.about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .image-click-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow-y: hidden;
}
.about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .image-click-cover .greImage {
  position: relative;
  width: 48.611vw;
  height: 34.72vw;
  z-index: 99;
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .image-click-cover .greImage {
    width: 90vw;
    height: 80vh;
  }
}
.about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .image-click-cover .gmatImage {
  position: relative;
  width: 47.611vw;
  height: 47.08vw;
  z-index: 99;
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .image-click-cover .gmatImage {
    width: 90vw;
    height: 80vh;
  }
}
.about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .image-click-cover .cross-icon {
  position: absolute;
  top: 0;
  right: 0;
  align-self: flex-end;
  margin: 2.22vw;
  font-size: 3.33vw;
  color: #fdfdfd;
  z-index: 10000;
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .image-click-cover .cross-icon {
    margin: 4.44vw 2.22vw 0;
    font-size: 6.66vw;
  }
}
.about-wrapper .about-content-wrapper .about-sub-content-wrapper .report-btns .image-click-cover img {
  object-fit: contain;
}
.about-wrapper .about-image-wrapper {
  position: relative;
  width: 41.6666666667vw;
  height: 38.9583333333vw;
  flex-shrink: 0;
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-image-wrapper {
    width: 166.6666666667vw;
  }
}
@media screen and (max-width: 650px) {
  .about-wrapper .about-image-wrapper {
    height: 155.8333333333vw;
  }
}
.about-wrapper .about-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.trainer-wrapper {
  gap: 4.44vw;
  display: flex;
}
@media screen and (min-width: 650px) {
  .trainer-wrapper {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .trainer-wrapper {
    flex-direction: column-reverse;
    gap: 6.66vw;
  }
}
@media screen and (max-width: 650px) {
  .trainer-wrapper .trainer-wrapper-1 {
    margin: 11.11vw 4.44vw;
    flex-direction: column-reverse;
    gap: 6.66vw;
  }
}
.trainer-wrapper .trainer-img {
  position: relative;
  width: 51.18vw;
  height: 38.95vw;
  flex-shrink: 0;
}
@media screen and (max-width: 650px) {
  .trainer-wrapper .trainer-img {
    width: 87.5vw;
    height: 70vw;
    margin: auto;
  }
}
.trainer-wrapper .trainer-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.trainer-wrapper .trainer-details {
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
.trainer-wrapper .trainer-details .trainer-details-mainDiv {
  position: relative;
}
.trainer-wrapper .trainer-details .trainer-details-mainDiv .meet-head {
  color: var(--neutral-70, #3a403f);
  font-size: 3.05vw;
  font-weight: 600;
  line-height: 120%;
  /* 52.8px */
}
@media screen and (max-width: 650px) {
  .trainer-wrapper .trainer-details .trainer-details-mainDiv .meet-head {
    font-size: 7.77vw;
    font-weight: 700;
  }
}
.trainer-wrapper .trainer-details .trainer-details-mainDiv .meet-desc {
  position: relative;
}
.trainer-wrapper .trainer-details .trainer-details-mainDiv .meet-desc .meet-p {
  color: var(--neutral-60, #494f4d);
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.122px;
  width: 97%;
  padding-top: 2.22vw;
  position: absolute;
  background-color: #fff;
  top: 0;
  height: 100%;
  left: 0;
}
@media screen and (max-width: 650px) {
  .trainer-wrapper .trainer-details .trainer-details-mainDiv .meet-desc .meet-p {
    font-size: 4.44vw;
    width: 100%;
    padding-top: 6.66vw;
  }
}
.trainer-wrapper .trainer-details .trainer-details-mainDiv .meet-desc .about-main-content-wrapper-Desc-animation {
  color: var(--neutral-60, #494f4d);
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.122px;
  width: 97%;
  padding-top: 2.22vw;
}
@media screen and (max-width: 650px) {
  .trainer-wrapper .trainer-details .trainer-details-mainDiv .meet-desc .about-main-content-wrapper-Desc-animation {
    font-size: 4.44vw;
    width: 100%;
    padding-top: 6.66vw;
  }
}
.trainer-wrapper .trainer-details .meet-subhead {
  color: var(--neutral-60, #494f4d);
  font-size: 1.38vw;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.16px;
  padding-top: 1.66vw;
}
@media screen and (max-width: 650px) {
  .trainer-wrapper .trainer-details .meet-subhead {
    font-size: 5vw;
    letter-spacing: -0.04vw;
    padding-top: 6.66vw;
  }
}
.trainer-wrapper .report-btns {
  display: flex;
  align-items: center;
  gap: 0.97vw;
  padding-top: 2.77vw;
  flex: 1 0 0;
  align-self: stretch;
}
@media screen and (max-width: 650px) {
  .trainer-wrapper .report-btns {
    gap: 3.33vw;
    padding-top: 8.88vw;
  }
}
.trainer-wrapper .report-btns .report-btn,
.trainer-wrapper .report-btns .report-btn2 {
  width: 7.70833vw;
  height: 3.75vw;
  border-radius: 0.277vw;
  padding: 0.54vw 1.42vw;
  border: none;
  color: var(--neutral-0, #fdfefd);
  text-align: center;
  font-size: 1.38vw;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -0.1px;
  background: linear-gradient(251deg, #000 12%, #014ab9 60.99%, #e10013 114.75%);
  cursor: pointer;
}
@media screen and (max-width: 650px) {
  .trainer-wrapper .report-btns .report-btn,
  .trainer-wrapper .report-btns .report-btn2 {
    width: 50%;
    border-radius: 1.11vw;
    padding: 0.83vw 1.11vw;
    font-size: 4.44vw;
    letter-spacing: -0.0222vw;
    height: 67px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.27vw;
    flex: 1 0 0;
    align-self: stretch;
  }
}
.trainer-wrapper .report-btns .report-btn span,
.trainer-wrapper .report-btns .report-btn2 span {
  color: var(--neutral-0, #fdfefd);
  text-align: center;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.036px;
  display: block;
}
@media screen and (max-width: 650px) {
  .trainer-wrapper .report-btns .report-btn span,
  .trainer-wrapper .report-btns .report-btn2 span {
    font-size: 3.3333333333vw;
  }
}
.trainer-wrapper .report-btns .report-btn2 {
  background: linear-gradient(242deg, #e10013 45%, #020f0f 77.99%, #d9e8ff 107.34%);
}
.trainer-wrapper .report-btns .image-click-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow-y: hidden;
}
.trainer-wrapper .report-btns .image-click-cover .greImage {
  position: relative;
  width: 48.611vw;
  height: 34.72vw;
  z-index: 99;
}
@media screen and (max-width: 650px) {
  .trainer-wrapper .report-btns .image-click-cover .greImage {
    width: 90vw;
    height: 80vh;
  }
}
.trainer-wrapper .report-btns .image-click-cover .gmatImage {
  position: relative;
  width: 47.611vw;
  height: 47.08vw;
  z-index: 99;
}
@media screen and (max-width: 650px) {
  .trainer-wrapper .report-btns .image-click-cover .gmatImage {
    width: 90vw;
    height: 80vh;
  }
}
.trainer-wrapper .report-btns .image-click-cover .cross-icon {
  position: absolute;
  top: 0;
  right: 0;
  align-self: flex-end;
  margin: 2.22vw;
  font-size: 3.33vw;
  color: #fdfdfd;
  z-index: 10000;
}
@media screen and (max-width: 650px) {
  .trainer-wrapper .report-btns .image-click-cover .cross-icon {
    margin: 4.44vw 2.22vw 0;
    font-size: 6.66vw;
  }
}
.trainer-wrapper .report-btns .image-click-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.courses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.88vw;
  margin: 2.22vw 6.66vw;
}
@media screen and (max-width: 650px) {
  .courses {
    gap: 6.66vw;
    margin: 4.44vw 3.88vw 8.88vw;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: 1fr;
  }
}
.courses :last-child .tooltip {
  background: linear-gradient(260.28deg, #e10013 12.57%, #020f0f 78.19%, #3e66df 106.57%) !important;
}
.courses .course-card {
  border-radius: 0.555vw;
  border: 0.0699vw solid #d0d2d1;
  background: var(--content-white);
  box-shadow: 0px 0.833vw 3.194vw 0px rgba(109, 109, 109, 0.12);
  padding: 5vw 3.61vw 9.16vw 4.44vw;
}
.courses .course-card .btn_wrapper {
  width: fit-content;
}
.courses .course-card .btn_wrapper:hover .start_btn {
  color: white;
  border: none;
  padding: 1.1vw 2.36vw;
}
@media screen and (max-width: 650px) {
  .courses .course-card .btn_wrapper:hover .start_btn {
    padding: 3.88vw 8.88vw;
  }
}
.courses .course-card .btn_wrapper:hover .start_btn .btn-icon svg path {
  stroke: white;
}
.courses .course-card .btn_wrapper:hover .start_btn .btn-icon {
  color: white;
}
.courses .course-card .btn_wrapper:hover .start_btn .btn-text-p {
  color: white;
}
.courses .course-card .btn_wrapper:hover .start_btn::after {
  opacity: 1;
}
.courses .course-card .btn_wrapper .dropdown {
  position: relative;
  text-align: left;
  width: 100%;
}
.courses .course-card .btn_wrapper .dropdown li {
  list-style: none;
}
.courses .course-card .btn_wrapper .dropdown .dropdown_items {
  position: absolute;
  height: 0;
  overflow: hidden;
  left: -10px;
  width: calc(100% + 10px);
}
@media screen and (max-width: 650px) {
  .courses .course-card .btn_wrapper .dropdown .dropdown_items {
    position: relative;
    left: 0;
    transform: none;
  }
}
.courses .course-card .btn_wrapper .dropdown .dropdown_items .link_wrapper {
  width: 100%;
  margin: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 650px) {
  .courses .course-card .btn_wrapper .dropdown .dropdown_items .link_wrapper {
    margin-left: 0;
  }
}
.courses .course-card .btn_wrapper .dropdown .dropdown_items .link_wrapper a {
  white-space: nowrap;
}
.courses .course-card .btn_wrapper .dropdown .dropdown_items .link_wrapper .nav-item {
  padding: 0.755vw 1.4319vw;
  font-weight: 400;
  font-size: 1.11vw;
  line-height: 140%;
  letter-spacing: -0.008688vw;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .courses .course-card .btn_wrapper .dropdown .dropdown_items .link_wrapper .nav-item {
    font-size: 16px;
    padding: 10px;
  }
}
.courses .course-card .btn_wrapper .dropdown .dropdown_items .link_wrapper .nav-item:hover {
  transition: all;
  border-bottom: 0.1388vw solid #014ab9;
  color: #014ab9;
  cursor: pointer;
}
.courses .course-card .btn_wrapper .dropdown:hover .dropdown_items {
  height: fit-content;
}
.courses .course-card .btn_wrapper .dropdown .dropdown_open {
  height: fit-content !important;
}
.courses .course-card .btn_wrapper .start_btn {
  padding: 0.97vw 2.22vw;
  border-radius: 2.7vw;
  border: 0.138vw solid var(--neutral-90, #1a1e1d);
  box-shadow: 0 0.486vw 2.22vw 0 rgba(122, 122, 122, 0.12);
  color: var(--neutral-90, #1a1e1d);
  font-size: 1.36vw;
  font-weight: 400;
  line-height: 144%;
  letter-spacing: -0.098px;
  display: flex;
  align-items: center;
  background-color: #fdfefd;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .courses .course-card .btn_wrapper .start_btn {
    padding: 3.88vw 8.88vw;
    border-radius: 8.88vw;
    border-width: 0.30769vw;
    box-shadow: 0px 1.944vw 8.88vw 0px rgba(122, 122, 122, 0.1215686275);
    font-size: 3.88vw;
    line-height: -0.028vw;
  }
}
.courses .course-card .btn_wrapper .start_btn::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  opacity: 0;
  border-radius: inherit;
  transition: opacity 0.3s linear;
}
.courses .course-card .btn_wrapper .start_btn:hover {
  color: white;
  border: none;
  padding: 1.1vw 2.36vw;
}
@media screen and (max-width: 650px) {
  .courses .course-card .btn_wrapper .start_btn:hover {
    padding: 3.88vw 8.88vw;
  }
}
.courses .course-card .btn_wrapper .start_btn:hover .btn-icon svg path {
  stroke: white;
}
.courses .course-card .btn_wrapper .start_btn:hover .btn-icon {
  color: white;
}
.courses .course-card .btn_wrapper .start_btn:hover .btn-text-p {
  color: white;
}
.courses .course-card .btn_wrapper .start_btn:hover::after {
  opacity: 1;
}
.courses .course-card .btn_wrapper .start_btn .btn-text-p {
  color: black;
}
.courses .course-card .btn_wrapper .start_btn .btn-icon {
  display: flex;
  margin-left: 0.55vw;
  color: black;
  font-size: 1.88vw;
}
@media screen and (max-width: 650px) {
  .courses .course-card .btn_wrapper .start_btn .btn-icon {
    font-size: 5.55vw;
  }
}
@media screen and (max-width: 650px) {
  .courses .course-card {
    border-radius: 2.22vw;
    padding: 8.88vw;
    border-width: 0.277vw;
    box-shadow: 0px 3.33vw 12.77vw 0px rgba(109, 109, 109, 0.1215686275);
  }
}
.courses .course-card .tooltip {
  border-radius: 4.23vw;
  padding: 0.34vw 1.02vw;
  background: linear-gradient(260.28deg, #000000 12.57%, #014ab9 78.19%, #e10013 106.57%);
  color: #fdfefd;
  font-size: 1.36vw;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.0272vw;
}
@media screen and (max-width: 650px) {
  .courses .course-card .tooltip {
    border-radius: 17.77vw;
    padding: 1.11vw 3.33vw;
    font-size: 3.33vw;
    letter-spacing: -0.0666vw;
  }
}
.courses .course-card .course-card-head {
  color: var(--neutral-90, #1a1e1d);
  font-size: 3.05vw;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.88px;
  padding-top: 1.38vw;
}
@media screen and (max-width: 650px) {
  .courses .course-card .course-card-head {
    padding-top: 3.33vw;
    font-size: 7.77vw;
    line-height: -0.155vm;
  }
}
.courses .course-card .course-card-desc {
  color: var(--neutral-60, #494f4d);
  padding-top: 3.19vw;
  padding-bottom: 2.22vw;
  font-size: 1.38vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
}
@media screen and (max-width: 650px) {
  .courses .course-card .course-card-desc {
    padding: 8.88vw 0;
    font-size: 4.44vw;
    line-height: -0.0337vw;
  }
}
.courses .course-card .blue::after {
  background: linear-gradient(259.91deg, #191919 -14.94%, #014ab9 58.65%, #d9e8ff 117.1%);
}
.courses .course-card .red::after {
  background: linear-gradient(260.28deg, #e10013 12.57%, #020f0f 78.19%, #e73342 137.06%);
}

.webinars_wrapper {
  padding: 4.44vw 5.55vw 5vw;
  background: var(--neutral-05, #f8f8f8);
}
@media screen and (max-width: 650px) {
  .webinars_wrapper {
    padding: 11.11vw 4.44vw;
  }
}
.webinars_wrapper h3 {
  color: var(--neutral-color-800, #0f1017);
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
}
@media screen and (max-width: 650px) {
  .webinars_wrapper h3 {
    font-size: 7.77vw;
    letter-spacing: -0.15555vw;
    font-weight: 500;
    line-height: 140%;
  }
}
.webinars_wrapper .all_events {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 2.77vw;
  gap: 2.22vw;
}
@media screen and (max-width: 650px) {
  .webinars_wrapper .all_events {
    display: flex;
    gap: 8.888vw;
    flex-direction: column;
  }
}

.highlighted-event {
  box-shadow: -0.277vw 1.25vw 1.666vw 0px rgba(195, 195, 195, 0.25);
  border-radius: 0.555vw;
}
@media screen and (max-width: 650px) {
  .highlighted-event {
    box-shadow: -1.11vw 5vw 3.33vw 0px rgba(195, 195, 195, 0.1215686275);
  }
}
.highlighted-event .event-img {
  position: relative;
  width: 43.33vw;
  height: 20.79vw;
}
@media screen and (max-width: 650px) {
  .highlighted-event .event-img {
    width: 100%;
    height: 59.1666vw;
  }
}
.highlighted-event .event-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0.555vw 0.555vw 0px 0px;
}
@media screen and (max-width: 650px) {
  .highlighted-event .event-img img {
    border-radius: 2.22vw 2.22vw 0 0;
  }
}
.highlighted-event .event-details {
  padding: 1.66vw 2.22vw 2.22vw;
}
@media screen and (max-width: 650px) {
  .highlighted-event .event-details {
    padding: 4.444vw;
  }
}
.highlighted-event .event-details .event-status {
  display: flex;
  align-items: center;
}
.highlighted-event .event-details .event-status .status {
  border-radius: 0.1388vw;
  background: var(--neutral-50, #767b79);
  display: flex;
  align-items: center;
  padding: 0.13vw 0.55vw;
  color: var(--neutral-0, #fdfefd);
  font-size: 0.83vw;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.12px;
}
@media screen and (max-width: 650px) {
  .highlighted-event .event-details .event-status .status {
    padding: 0.555vw 2.22vw;
    border-radius: 0.555vw;
    font-size: 3.33vw;
    letter-spacing: -0.0333vw;
  }
}
.highlighted-event .event-details .event-status .status p {
  width: 0.55vw;
  height: 0.55vw;
  border-radius: 50%;
  background-color: var(--content-white);
  margin-right: 0.27vw;
}
@media screen and (max-width: 650px) {
  .highlighted-event .event-details .event-status .status p {
    margin-right: 1.11vw;
    width: 2.22vw;
    height: 2.22vw;
  }
}
.highlighted-event .event-details .event-status .date-time {
  color: var(--neutral-50, #767b79);
  font-size: 0.97vw;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.042px;
  margin-left: 1.11vw;
}
@media screen and (max-width: 650px) {
  .highlighted-event .event-details .event-status .date-time {
    margin-left: 4.44vw;
    font-size: 3.333vw;
    letter-spacing: 0.01vw;
  }
}
.highlighted-event .event-details .event-name {
  color: var(--neutral-90, #1a1e1d);
  font-size: 1.66vw;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
  padding: 0.83vw 0px 1.38vw 0px;
}
@media screen and (max-width: 650px) {
  .highlighted-event .event-details .event-name {
    padding: 3.33vw 0 4.44vw 0;
    font-size: 4.44vw;
    letter-spacing: -0.0888vw;
  }
}
.highlighted-event .event-details .event-host {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .highlighted-event .event-details .event-host {
    flex-direction: column;
    align-items: flex-start;
  }
}
.highlighted-event .event-details .event-host .host-details .host-by {
  color: var(--neutral-40, #a3a6a5);
  font-size: 0.83vw;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.12px;
}
@media screen and (max-width: 650px) {
  .highlighted-event .event-details .event-host .host-details .host-by {
    font-size: 3.33vw;
    letter-spacing: -0.0333vw;
  }
}
.highlighted-event .event-details .event-host .host-details .host-name {
  display: flex;
  align-items: center;
  padding-top: 0.27vw;
}
@media screen and (max-width: 650px) {
  .highlighted-event .event-details .event-host .host-details .host-name {
    padding-top: 2.22vw;
  }
}
.highlighted-event .event-details .event-host .host-details .host-name .host-img {
  position: relative;
  height: 2.29vw;
  width: 2.29vw;
}
@media screen and (max-width: 650px) {
  .highlighted-event .event-details .event-host .host-details .host-name .host-img {
    width: 9.166vw;
    height: 9.166vw;
  }
}
.highlighted-event .event-details .event-host .host-details .host-name .host-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.highlighted-event .event-details .event-host .host-details .host-name .name {
  color: var(--neutral-60, #494f4d);
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.042px;
  margin-left: 0.55vw;
}
@media screen and (max-width: 650px) {
  .highlighted-event .event-details .event-host .host-details .host-name .name {
    font-size: 3.88vw;
    letter-spacing: 0.01166vw;
    margin-left: 2.222vw;
  }
}
.highlighted-event .event-details .event-host .attend-btn {
  border-radius: 0.277vw;
  border: 0.1388vw solid var(--hues-0130, #2c6ac7);
  background: #fff;
  padding: 0.9722vw 1.84027vw;
  color: var(--hues-0130, #2c6ac7);
  font-size: 1.11vw;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.01333vw;
}
@media screen and (max-width: 650px) {
  .highlighted-event .event-details .event-host .attend-btn {
    width: 100%;
    margin-top: 3.33vw;
    padding: 3.055vw 4.44vw;
    border-radius: 1.11vw;
    border-width: 0.5555vw;
    font-size: 3.888vw;
    letter-spacing: -0.04666vw;
  }
}

.all-events-wrapper {
  overflow-x: scroll;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.all-events-wrapper::-webkit-scrollbar {
  display: none;
}

.all-events {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .all-events {
    flex-direction: row;
    width: fit-content;
  }
}
.all-events .event {
  display: flex;
  align-items: center;
  border-bottom: 0.0694vw solid #d0d2d1;
  padding: 0.83vw 0;
}
@media screen and (max-width: 650px) {
  .all-events .event {
    border-bottom: none;
    width: 79.44vw !important;
    padding: 0 3.33vw 0 0;
  }
  .all-events .event:nth-child(2) {
    width: 82.77vw !important;
    padding: 0 3.33vw 0;
  }
  .all-events .event:first-child {
    border-right: 0.277vw solid #d0d2d1;
  }
}
.all-events .event:first-child {
  padding-top: 0;
}
.all-events .event:first-child .date {
  background: var(--hues-0250, #e10013);
}
.all-events .event:first-child .date .d {
  color: var(--content-white);
}
.all-events .event:first-child .date .time {
  color: var(--neutral-20, #d0d2d1);
}
.all-events .event:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.all-events .event .date {
  border-radius: 0.555vw;
  background: var(--neutral-0, #fdfefd);
  box-shadow: -0.277vw 1.25vw 1.66vw 0px rgba(195, 195, 195, 0.25);
  flex-shrink: 0;
  text-align: center;
  width: 10.833vw;
  height: 10.8998vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 650px) {
  .all-events .event .date {
    width: 25vw;
    border-radius: 2.22vw;
    height: 40.8333vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-shadow: -1.11vw 5vw 3.33vw 0px rgba(195, 195, 195, 0.1215686275);
  }
}
.all-events .event .date .d {
  color: var(--neutral-70, #3a403f);
  font-size: 1.94vw;
  font-weight: 800;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.56px;
}
@media screen and (max-width: 650px) {
  .all-events .event .date .d {
    font-size: 5vw;
    letter-spacing: -0.1vw;
  }
}
.all-events .event .date .time {
  color: var(--neutral-70, #3a403f);
  padding-top: 0.2vw;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.122px;
}
@media screen and (max-width: 650px) {
  .all-events .event .date .time {
    font-size: 3.88vw;
    letter-spacing: 0.01166vw;
  }
}
.all-events .event .event-details {
  width: 100%;
  margin-left: 1.66vw;
}
@media screen and (max-width: 650px) {
  .all-events .event .event-details {
    margin-left: 4.44vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
.all-events .event .event-details .event-name {
  color: #3a403f;
  font-size: 1.66vw;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  padding-bottom: 0.83vw;
}
@media screen and (max-width: 650px) {
  .all-events .event .event-details .event-name {
    padding-bottom: 3.33vw;
    font-size: 4.444vw;
    letter-spacing: -0.0888vw;
    padding-bottom: 3.33vw;
  }
}
.all-events .event .event-details .event-host {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .all-events .event .event-details .event-host {
    flex-direction: column;
    align-items: flex-start;
  }
}
.all-events .event .event-details .event-host .host-details .host-by {
  color: #3a403f;
  font-size: 0.83vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.12px;
}
@media screen and (max-width: 650px) {
  .all-events .event .event-details .event-host .host-details .host-by {
    font-size: 3.055vw;
    letter-spacing: -0.3055vw;
  }
}
.all-events .event .event-details .event-host .host-details .host-name {
  display: flex;
  align-items: center;
  padding-top: 0.55vw;
}
@media screen and (max-width: 650px) {
  .all-events .event .event-details .event-host .host-details .host-name {
    padding-top: 1.11vw;
  }
}
.all-events .event .event-details .event-host .host-details .host-name .host-img {
  position: relative;
  height: 1.66vw;
  width: 1.66vw;
}
@media screen and (max-width: 650px) {
  .all-events .event .event-details .event-host .host-details .host-name .host-img {
    width: 6.66vw;
    height: 6.66vw;
  }
}
.all-events .event .event-details .event-host .host-details .host-name .host-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.all-events .event .event-details .event-host .host-details .host-name .name {
  color: #3a403f;
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.042px;
  margin-left: 0.55vw;
}
@media screen and (max-width: 650px) {
  .all-events .event .event-details .event-host .host-details .host-name .name {
    font-size: 3.33vw;
    letter-spacing: -0.0333vw;
  }
}
.all-events .event .event-details .event-host .attend-btn {
  border-radius: 0.277vw;
  border: 0.1388vw solid var(--hues-0130, #2c6ac7);
  background: #fff;
  padding: 0.9722vw 1.84027vw;
  color: var(--hues-0130, #2c6ac7);
  font-size: 1.11vw;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.01333vw;
}
@media screen and (max-width: 650px) {
  .all-events .event .event-details .event-host .attend-btn {
    margin-top: 3.33vw;
    border-radius: 1.111vw;
    border-width: 0.555vw;
    padding: 2.222vw 4.444vw;
    width: 100%;
    font-size: 3.888vw;
  }
}

.home-schedule-demo .schedule-demo {
  margin: 5vw 5.55vw;
  background: linear-gradient(260.23deg, #000000 -8.85%, #014ab9 78.38%, #d9e8ff 128.78%);
  padding: 3.88vw;
  border-radius: 0.555vw;
  display: flex;
  justify-content: space-between;
  color: var(--content-white);
}
@media screen and (max-width: 650px) {
  .home-schedule-demo .schedule-demo {
    flex-direction: column;
    align-items: center;
    padding: 11.11vw 6.66vw;
    border-radius: 2.22vw;
    margin: 8.88vw 4.44vw;
    text-align: center;
  }
}
.home-schedule-demo .schedule-demo .content {
  color: white;
}
.home-schedule-demo .schedule-demo .content h3 {
  font-size: 2.5vw;
  width: 60%;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.025vw;
}
@media screen and (max-width: 650px) {
  .home-schedule-demo .schedule-demo .content h3 {
    font-size: 7.77vw;
    letter-spacing: -0.1555vw;
    width: 100%;
    text-align: center;
  }
}
.home-schedule-demo .schedule-demo .content p {
  font-size: 1.11vw;
  width: 65%;
  line-height: 140%;
  letter-spacing: -0.0084vw;
  padding-top: 1.66vw;
  font-weight: 400;
}
@media screen and (max-width: 650px) {
  .home-schedule-demo .schedule-demo .content p {
    padding-top: 6.66vw;
    font-size: 3.88vw;
    letter-spacing: -0.03377vw;
    width: 100%;
    text-align: center;
  }
}
.home-schedule-demo .schedule-demo .btn-wrapper {
  display: flex;
  align-self: start;
  flex-shrink: 0;
  gap: 1.6666vw;
}
@media screen and (max-width: 650px) {
  .home-schedule-demo .schedule-demo .btn-wrapper {
    gap: 6.66vw;
    width: 100%;
  }
}
.home-schedule-demo .schedule-demo .btn {
  color: #014ab9;
  border: none;
  font-size: 1.38vw;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.027px;
  padding: 0.83vw 1.66vw;
  border-radius: 0.5555vw;
  background: white;
}
@media screen and (max-width: 650px) {
  .home-schedule-demo .schedule-demo .btn {
    margin-top: 8.88vw;
    padding: 3.33vw 13.66vw;
    align-self: center;
    border-radius: 1.11vw;
    font-size: 4.55vw;
    letter-spacing: -0.111vw;
    width: fit-content;
    margin: 8.88vw auto 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .home-schedule-demo .btn-wrapper a {
    display: none;
  }
}

.LearningMainBox .LearningCarousel {
  display: flex;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel {
    flex-direction: column;
  }
}
.LearningMainBox .LearningCarousel .LearningText {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: center;
  gap: 2vw;
  margin: 4.138vw 5.063vw 0vw 5.455vw;
  font-family: Hanken Grotesk;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .LearningText {
    display: flex;
    margin: 8.88vw 4.44vw 0;
    gap: 0;
  }
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .LearningText a .learn_more_btn {
    width: 100%;
  }
}
.LearningMainBox .LearningCarousel .LearningText .heading {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .LearningText .heading {
    width: 100%;
  }
}
.LearningMainBox .LearningCarousel .LearningText .heading button {
  color: #aec8f1;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  font-size: 1.38vw;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .LearningText .heading button {
    width: 50%;
    border-width: 0.555vw;
    font-size: 5.55vw;
    padding: 3.33vw 4.44vw;
    margin-bottom: 8.88vw;
  }
}
.LearningMainBox .LearningCarousel .LearningText .heading .heading-hover {
  border-bottom: 0.1388vw solid var(--neutral-0, #fdfefd);
  color: #fdfefd;
}
.LearningMainBox .LearningCarousel .LearningText .heading .heading-hover2 {
  border-bottom: 0.1388vw solid var(--neutral-0, #fdfefd);
  color: #fdfefd;
}
.LearningMainBox .LearningCarousel .LearningText .main-head {
  color: #fdfefd;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.025vw;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .LearningText .main-head {
    font-size: 6.66vw;
    letter-spacing: -0.0666vw;
    margin-bottom: 3.33vw;
    color: #fdfefd;
  }
}
.LearningMainBox .LearningCarousel .LearningText p {
  color: var(--neutral-0, #fdfefd);
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .LearningText p {
    font-size: 3.88vw;
    letter-spacing: 0.01166vw;
    margin-bottom: 6.66vw;
  }
}
.LearningMainBox .LearningCarousel .LearningText button {
  font-size: 1.11vw;
  border: none;
  color: #fff;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.01333vw;
  padding: 0.83vw 1.66vw;
  border-radius: 4px;
  background: #000;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .LearningText button {
    border-radius: 1.11vw;
    padding: 3.33vw 6.66vw;
    font-size: 3.88vw;
    letter-spacing: -0.0466vw;
    background: #1a1e1d;
  }
}
.LearningMainBox .LearningCarousel .Carousel {
  padding: 3.5vw 0px 0px 0px;
  width: 132vw;
  overflow: hidden;
  z-index: 2;
  /* Keyframes for left-to-right scrolling */
}
.LearningMainBox .LearningCarousel .Carousel [class*=sc-gsFSXq] {
  overflow-x: scroll;
}
.LearningMainBox .LearningCarousel .Carousel ::-webkit-scrollbar {
  display: none;
}
.LearningMainBox .LearningCarousel .Carousel .marquee-container {
  display: inline-flex;
  animation: scroll-left-to-right 10s linear infinite;
  will-change: transform;
}
.LearningMainBox .LearningCarousel .Carousel .marquee-container-2 {
  display: inline-flex;
  animation: scroll-right-to-left 10s linear infinite;
  will-change: transform;
}
.LearningMainBox .LearningCarousel .Carousel:hover .marquee-container, .LearningMainBox .LearningCarousel .Carousel:hover .marquee-container-2 {
  animation-play-state: paused;
}
@keyframes scroll-left-to-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes scroll-right-to-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .Carousel {
    padding: 13.33vw 0 0;
    width: 100%;
  }
}
.LearningMainBox .LearningCarousel .Carousel .story-card {
  height: 28.125vw !important;
  width: 24.79166vw !important;
  position: relative;
  flex-shrink: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: 0.55555vw;
  margin-right: 1.69vw;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .Carousel .story-card {
    height: 69.24vw !important;
    width: 61.11vw !important;
    border-radius: 1.11vw;
    margin-right: 6.6666666vw;
  }
}
.LearningMainBox .LearningCarousel .Carousel .story-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .Carousel .story-card img img {
    border-radius: 1vw;
  }
}
.LearningMainBox .LearningCarousel .Carousel .story-card .storyInfo {
  position: relative;
  z-index: 2;
  transition-delay: 7s;
  display: none;
}
.LearningMainBox .LearningCarousel .Carousel .story-card .storyInfo .story-text {
  color: #000;
  opacity: 1;
}
.LearningMainBox .LearningCarousel .Carousel .story-card .story-name .story p {
  color: #fff;
}
.LearningMainBox .LearningCarousel .Carousel .story-card:hover {
  background-color: white;
  color: #000;
  transition: background-color 0.3s ease-in-out;
}
.LearningMainBox .LearningCarousel .Carousel .story-card:hover .storyImage {
  opacity: 0;
}
.LearningMainBox .LearningCarousel .Carousel .story-card:hover .storyInfo {
  display: flex;
  opacity: 1;
}
.LearningMainBox .LearningCarousel .Carousel .story-card:hover .story-name .story p {
  color: var(--hues-0150, #013b94);
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .Carousel .story-card:hover .story-name .story p {
    color: #fff;
  }
}
.LearningMainBox .LearningCarousel .Carousel .story-card:hover .storyInfo {
  display: flex;
  padding: 5.55vw 2.77vw;
  justify-content: center;
  align-items: flex-start;
  gap: 0.69vw;
  flex: 1 0 0;
  align-self: stretch;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .Carousel .story-card:hover .storyInfo {
    padding: 8.88vw 5.55vw;
  }
}
.LearningMainBox .LearningCarousel .Carousel .story-card:hover .storyInfo .storyImage2 {
  width: 4.7vw;
  height: 4vw;
  position: absolute;
  left: 1.31vw;
  top: 1.66vw;
  width: 4.58vw;
  height: 3.95vw;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .Carousel .story-card:hover .storyInfo .storyImage2 {
    top: 4.44vw;
    left: 3.33vw;
  }
}
.LearningMainBox .LearningCarousel .Carousel .story-card:hover .storyInfo p {
  color: #303634;
  font-size: 1.38vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .Carousel .story-card:hover .storyInfo p {
    font-size: 3.33vw;
  }
}
.LearningMainBox .LearningCarousel .Carousel .story-card .storyInfoClick {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  height: 69.44vw !important;
  width: 61.11vw !important;
  border-radius: 1.11vw;
  margin-right: 6.6666666vw;
  background-color: white;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  padding: 5.55vw 2.77vw;
  justify-content: center;
  align-items: flex-start;
  gap: 0.69vw;
  flex: 1 0 0;
  align-self: stretch;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .Carousel .story-card .storyInfoClick {
    padding: 8.88vw 5.55vw;
  }
}
.LearningMainBox .LearningCarousel .Carousel .story-card .storyInfoClick .storyImage2 {
  width: 4.7vw;
  height: 4vw;
  position: absolute;
  left: 1.31vw;
  top: 1.66vw;
  width: 4.58vw;
  height: 3.95vw;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .Carousel .story-card .storyInfoClick .storyImage2 {
    top: 4.44vw;
    left: 3.33vw;
  }
}
.LearningMainBox .LearningCarousel .Carousel .story-card .storyInfoClick p {
  color: #303634;
  font-size: 1.38vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .Carousel .story-card .storyInfoClick p {
    font-size: 3.33vw;
  }
}
.LearningMainBox .LearningCarousel .Carousel .story-card .storyInfoClick .story-name .story p {
  color: var(--hues-0150, #013b94);
}
.LearningMainBox .LearningCarousel .Carousel .story-card .story-name {
  width: 100%;
  position: absolute;
  bottom: 0.9vw;
  left: 0;
}
.LearningMainBox .LearningCarousel .Carousel .story-card .story-name .story {
  gap: 5vw;
  display: flex;
  padding: 1.3888vw 1.666vw;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .Carousel .story-card .story-name .story {
    padding: 4.44vw 3.33vw;
  }
}
.LearningMainBox .LearningCarousel .Carousel .story-card .story-name .story p {
  color: #fff;
  font-size: 1.28vw;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.16px;
}
.LearningMainBox .LearningCarousel .Carousel .story-card .story-name .story p span {
  font-size: 2vw;
  font-weight: 500;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .Carousel .story-card .story-name .story p span {
    font-size: 4.44vw;
  }
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .Carousel .story-card .story-name .story p {
    font-size: 3.33vw;
  }
}
.LearningMainBox .LearningCarousel .LearningTextSecond {
  z-index: 1;
  position: relative;
  right: 0;
  top: -1.61vw;
  display: flex;
  width: 34vw;
  padding: 6.66vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2.22vw;
  flex-shrink: 0;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .LearningTextSecond {
    width: 100%;
    position: static;
    margin-top: -8.88vw;
    padding: 11.11vw 6.66vw;
    gap: 3.33vw;
    text-align: center;
    height: fit-content;
  }
}
.LearningMainBox .LearningCarousel .LearningTextSecond h2 {
  color: var(--neutral-90, #1a1e1d);
  font-size: 3.05vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .LearningTextSecond h2 {
    font-size: 6.66vw;
    letter-spacing: -0.0666vw;
  }
}
.LearningMainBox .LearningCarousel .LearningTextSecond p {
  color: var(--neutral-90, #1a1e1d);
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.122px;
}
@media screen and (max-width: 650px) {
  .LearningMainBox .LearningCarousel .LearningTextSecond p {
    font-size: 3.88vw;
    letter-spacing: 0.01166vw;
  }
}

.inspiring-wrapper {
  margin: 5vw 0 5vw 0;
}
@media screen and (max-width: 650px) {
  .inspiring-wrapper {
    margin: 40px 0.1vw 48px 4.44vw;
  }
}
.inspiring-wrapper .inspiring-content-container {
  margin-left: 5.55vw;
}
@media screen and (max-width: 650px) {
  .inspiring-wrapper .inspiring-content-container {
    margin-left: 0;
  }
}
.inspiring-wrapper h2 {
  color: var(--neutral-color-800, #0f1017);
  font-size: 3.055vw;
  font-weight: 600;
  line-height: 126%; /* 55.44px */
}
@media screen and (max-width: 650px) {
  .inspiring-wrapper h2 {
    font-size: 5.55vw;
  }
}
.inspiring-wrapper p {
  color: var(--neutral-color-800, #0f1017);
  font-size: 1.38vw;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.011vw;
  padding-top: 0.83vw;
}
@media screen and (max-width: 650px) {
  .inspiring-wrapper p {
    font-size: 3.88vw;
    letter-spacing: 0.01166vw;
  }
}
.inspiring-wrapper .stories-carousel-desktop {
  position: relative;
  padding-top: 3vw;
}
.inspiring-wrapper .stories-carousel-desktop [class^=swiper-wrapper] {
  gap: 1.66vw;
}
@media screen and (max-width: 650px) {
  .inspiring-wrapper .stories-carousel-desktop {
    display: none;
  }
}
.inspiring-wrapper .stories-carousel-desktop .swiper-button-prev::after {
  content: "";
}
.inspiring-wrapper .stories-carousel-desktop .swiper-button-next::after {
  content: "";
}
.inspiring-wrapper .stories-carousel-desktop .story-card {
  position: relative;
  color: #fdfefd;
  width: 28vw;
  height: 33vw;
  flex-shrink: 0;
  border-radius: 0.55vw;
  overflow: hidden;
}
.inspiring-wrapper .stories-carousel-desktop .story-card:first-child {
  margin-left: 6vw;
}
.inspiring-wrapper .stories-carousel-desktop .story-card:last-child {
  margin-right: 9vw;
}
.inspiring-wrapper .stories-carousel-desktop .story-card .storyImage {
  width: 100%;
  height: 100%;
}
.inspiring-wrapper .stories-carousel-desktop .story-card .card-detail {
  position: absolute;
  bottom: 0;
  padding: 1.38vw 2.22vw;
}
.inspiring-wrapper .stories-carousel-desktop .story-card .card-detail .card-detail-head {
  font-size: 1.388vw;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.011vw;
}
.inspiring-wrapper .stories-carousel-desktop .story-card .card-detail .card-detail-desc {
  color: white;
  padding-top: 0.83vw;
  padding-bottom: 1.94vw;
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.00291vw;
}
.inspiring-wrapper .stories-carousel-desktop .story-card .card-detail .watch-btn {
  border: none;
  background: transparent;
  color: #aec8f1;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0084vw;
}
.inspiring-wrapper .stories-carousel-desktop .story-card .card-detail .watch-btn .watch-icon {
  position: absolute;
  height: 1.666vw;
  width: 1.66vw;
  margin-left: 0.69vw;
}
.inspiring-wrapper .stories-carousel-desktop .swiper-navigation-button {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.44vw;
  height: 4.44vw;
  padding: 1.04166vw 1.111vw;
  border-radius: 100%;
  background: #fdfefd;
  box-shadow: 0px 0.20202vw 1.6161vw 0px rgba(100, 100, 100, 0.64);
}
.inspiring-wrapper .stories-carousel-desktop .swiper-navigation-button-arrow {
  width: 1.75vw;
  height: 1.75vw;
  position: relative;
}
.inspiring-wrapper .stories-carousel-desktop .swiper-navigation-button-arrow img {
  width: 100%;
  height: 100%;
}
.inspiring-wrapper .stories-carousel-desktop .swiper-button-custom-prev {
  left: 0.5vw;
}
.inspiring-wrapper .stories-carousel-desktop .swiper-button-custom-next {
  right: 0.5vw;
  rotate: 180deg;
}
.inspiring-wrapper .stories-carousel-desktop [class*=swiper-button-disabled] {
  display: none;
}
.inspiring-wrapper .stories-carousel {
  display: flex;
  overflow-x: scroll;
  padding-top: 8.88vw;
  gap: 3.88vw;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media screen and (min-width: 650px) {
  .inspiring-wrapper .stories-carousel {
    display: none;
  }
}
.inspiring-wrapper .stories-carousel::-webkit-scrollbar {
  display: none;
}
.inspiring-wrapper .stories-carousel .story-card {
  position: relative;
  color: var(--content-white);
  width: 79.44vw;
  height: 101.11vw;
  flex-shrink: 0;
  border-radius: 1.11vw;
  overflow: hidden;
}
.inspiring-wrapper .stories-carousel .story-card:last-child {
  margin-right: 1.66vw;
}
.inspiring-wrapper .stories-carousel .story-card:first-child {
  margin-left: 0;
}
.inspiring-wrapper .stories-carousel .story-card img {
  width: 100%;
  height: 100%;
}
.inspiring-wrapper .stories-carousel .story-card .card-detail {
  position: absolute;
  bottom: 0;
  padding: 1.38vw 2.22vw;
  padding: 3.33vw 3.33vw 4.44vw 4.44vw;
}
.inspiring-wrapper .stories-carousel .story-card .card-detail h3 {
  color: white;
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  font-size: 3.88vw;
  letter-spacing: -0.0311vw;
}
.inspiring-wrapper .stories-carousel .story-card .card-detail p {
  padding-top: 0.83vw;
  padding-bottom: 1.94vw;
  color: var(--neutral-0, #fdfefd);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-size: 3.33vw;
  letter-spacing: -0.0333vw;
}
.inspiring-wrapper .stories-carousel .story-card .card-detail .watch-btn {
  border: none;
  background: transparent;
  color: var(--hues-0120, #aec8f1);
  font-weight: 400;
  line-height: 140%;
  padding: 2vw 0;
  font-size: 3.88vw;
  letter-spacing: 0.01166vw;
}
.inspiring-wrapper .stories-carousel .story-card .card-detail .watch-btn .watch-icon {
  position: absolute;
  margin-right: 2.77vw;
  width: 4.72vw;
  height: 4.72vw;
}

.mainCampus-wrapper {
  position: relative;
}
.mainCampus-wrapper [class*=swiper-wrapper] {
  transform-style: unset;
}
.mainCampus-wrapper .red-content {
  position: absolute;
  top: 0%;
  left: 5.83%;
  background: rgba(147, 0, 12, 0.71);
  background-blend-mode: darken;
  z-index: 2;
  height: 100%;
  width: 37.08vw;
  padding: 8.33vw 5.06vw 8.33vw 5.06vw;
  color: white;
}
@media screen and (max-width: 650px) {
  .mainCampus-wrapper .red-content {
    position: relative;
    left: 0;
    width: 100vw;
    height: 102.77vw;
    background: rgba(225, 0, 19, 0.9607843137);
    padding: 8.88vw 6.66vw;
  }
}
.mainCampus-wrapper .red-content .chip {
  text-transform: uppercase;
  border-radius: 2.22vw;
  background: linear-gradient(238deg, #e10013 20%, #020f0f 80.99%, #d9e8ff 100.34%);
  width: fit-content;
  line-height: 140%;
  padding: 0.5777vw 1vw;
  font-size: 1vw;
  letter-spacing: 0.00291666vw;
  font-weight: 700;
}
@media screen and (max-width: 650px) {
  .mainCampus-wrapper .red-content .chip {
    border-radius: 8.88vw;
    padding: 1.11vw 3.33vw;
    font-size: 3.3333vw;
  }
}
.mainCampus-wrapper .red-content .seminar-venue {
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.36px;
  padding: 1.66vw 0 1.11vw 0;
}
@media screen and (max-width: 650px) {
  .mainCampus-wrapper .red-content .seminar-venue {
    padding: 6.66vw 0 4.44vw 0;
    font-size: 7.77vw;
    letter-spacing: -0.1555vw;
  }
}
.mainCampus-wrapper .red-content .seminar-desc {
  font-size: 1.38vw;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.16px;
  padding-bottom: 8.26vw;
}
@media screen and (max-width: 650px) {
  .mainCampus-wrapper .red-content .seminar-desc {
    font-size: 4.44vw;
    letter-spacing: -0.03377vw;
    padding-bottom: 8.88vw;
  }
}
.mainCampus-wrapper .red-content .date-attendence {
  display: flex;
  align-items: center;
  gap: 0.83vw;
}
@media screen and (max-width: 650px) {
  .mainCampus-wrapper .red-content .date-attendence {
    gap: 3.33vw;
  }
}
.mainCampus-wrapper .red-content .date-attendence .dot {
  height: 0.27vw;
  width: 0.27vw;
  border-radius: 50%;
  background-color: #e6e8e7;
}
@media screen and (max-width: 650px) {
  .mainCampus-wrapper .red-content .date-attendence .dot {
    width: 1.11vw;
    height: 1.11vw;
  }
}
.mainCampus-wrapper .red-content .date-attendence .date,
.mainCampus-wrapper .red-content .date-attendence .attendees {
  color: var(--neutral-05, #f8f8f8);
  font-size: 1.38vw;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.16px;
}
@media screen and (max-width: 650px) {
  .mainCampus-wrapper .red-content .date-attendence .date,
  .mainCampus-wrapper .red-content .date-attendence .attendees {
    font-size: 3.33vw;
    letter-spacing: -0.02666vw;
  }
}
.mainCampus-wrapper .mainCampus-carousel {
  position: relative;
}
.mainCampus-wrapper .mainCampus-carousel .swiper-navigation-button {
  position: absolute;
  top: 45%;
  translate: 0 -50%;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  padding: 1.04166vw 1.111vw;
  border-radius: 100%;
  background: #fdfefd;
  box-shadow: 0px 0.20202vw 1.6161vw 0px rgba(100, 100, 100, 0.64);
}
@media screen and (max-width: 650px) {
  .mainCampus-wrapper .mainCampus-carousel .swiper-navigation-button {
    width: 10vw;
  }
}
@media screen and (max-width: 650px) {
  .mainCampus-wrapper .mainCampus-carousel .swiper-navigation-button {
    height: 10vw;
  }
}
.mainCampus-wrapper .mainCampus-carousel .swiper-navigation-button-arrow {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  position: relative;
}
@media screen and (max-width: 650px) {
  .mainCampus-wrapper .mainCampus-carousel .swiper-navigation-button-arrow {
    width: 3.8888888889vw;
  }
}
@media screen and (max-width: 650px) {
  .mainCampus-wrapper .mainCampus-carousel .swiper-navigation-button-arrow {
    height: 3.8888888889vw;
  }
}
.mainCampus-wrapper .mainCampus-carousel .swiper-navigation-button-arrow img {
  width: 100%;
  height: 100%;
}
.mainCampus-wrapper .mainCampus-carousel .swiper_button_custom_prev {
  position: absolute;
  left: 5.83%;
  transform: translateX(-50%);
  opacity: 0.75;
}
@media screen and (max-width: 650px) {
  .mainCampus-wrapper .mainCampus-carousel .swiper_button_custom_prev {
    display: none;
  }
}
.mainCampus-wrapper .mainCampus-carousel .swiper_button_custom_next {
  position: absolute;
  left: calc(5.83% + 37.08vw);
  transform: translateX(50%);
  right: 0.5vw;
  rotate: 180deg;
  opacity: 0.75;
}
@media screen and (max-width: 650px) {
  .mainCampus-wrapper .mainCampus-carousel .swiper_button_custom_next {
    display: none;
  }
}
.mainCampus-wrapper .mainCampus-carousel [class*=swiper-button-disabled] {
  display: none;
}
.mainCampus-wrapper .mainCampus-carousel .mainCampus-card {
  position: relative;
  width: 70.26vw;
  height: 48.54vw;
  flex-shrink: 0;
}
.mainCampus-wrapper .mainCampus-carousel .mainCampus-card img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 650px) {
  .mainCampus-wrapper .mainCampus-carousel .mainCampus-card {
    width: 100vw;
    height: 70vw;
  }
}

.custom-pagination {
  top: 85% !important;
  position: absolute !important;
  left: 5.1388vw !important;
}
@media screen and (max-width: 650px) {
  .custom-pagination {
    top: 88% !important;
    left: 6.66vw !important;
  }
}
.custom-pagination [class^=swiper-pagination-bullet] {
  opacity: 1 !important;
  background-color: rgba(217, 217, 217, 0.5607843137) !important;
  width: 0.555vw !important;
  height: 0.555vw !important;
  margin: 0 0.277vw 0 0 !important;
}
@media screen and (max-width: 650px) {
  .custom-pagination [class^=swiper-pagination-bullet] {
    margin: 0 1.111vw 0 0 !important;
    width: 1.666vw !important;
    height: 1.666vw !important;
  }
}
.custom-pagination [class$=swiper-pagination-bullet-active] {
  background-color: #fdfefd !important;
}

.aspiration-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0vw 5.55vw;
  background: var(--neutral-05, #f8f8f8);
}
@media screen and (max-width: 650px) {
  .aspiration-wrapper {
    flex-direction: column;
    padding: 8.88vw 4.44vw;
    gap: 11.11vw;
  }
}

.b-school-wrapper {
  width: 36%;
  flex-shrink: 0;
}
@media screen and (max-width: 650px) {
  .b-school-wrapper {
    width: 100%;
  }
}
.b-school-wrapper .b-school-heading {
  color: var(--neutral-90, #1a1e1d);
  font-size: 3.05vw;
  font-weight: 400;
  line-height: 120%; /* 52.8px */
  letter-spacing: -0.88px;
}
@media screen and (max-width: 650px) {
  .b-school-wrapper .b-school-heading {
    font-size: 7.77vw;
    letter-spacing: -0.155vw;
  }
}
.b-school-wrapper .b-school-heading .b-school-heading-color {
  color: var(--hues-0250, #e10013);
}
.b-school-wrapper .b-school-desc {
  color: var(--neutral-color-500, #57585d);
  padding-top: 2.22vw;
  padding-bottom: 1.66vw;
  font-size: 1.38vw;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.16px;
}
@media screen and (max-width: 650px) {
  .b-school-wrapper .b-school-desc {
    font-size: 4.44vw;
    letter-spacing: -0.03377vw;
    padding: 8.88vw 0 6.66vw 0;
  }
}
.b-school-wrapper .support-list {
  list-style: none;
  padding-bottom: 2.91vw;
}
@media screen and (max-width: 650px) {
  .b-school-wrapper .support-list {
    padding-bottom: 6.666vw;
  }
}
.b-school-wrapper .support-list .list-item {
  display: flex;
  padding-bottom: 0.972vw;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .b-school-wrapper .support-list .list-item {
    padding-bottom: 3.33vw;
  }
}
.b-school-wrapper .support-list .list-item .check-icon {
  position: relative;
  height: 1.666vw;
  width: 1.666vw;
}
@media screen and (max-width: 650px) {
  .b-school-wrapper .support-list .list-item .check-icon {
    height: 6.66vw;
    width: 6.66vw;
  }
}
.b-school-wrapper .support-list .list-item .list-item-point {
  color: var(--neutral-90, #1a1e1d);
  padding-left: 0.55vw;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.122px;
}
@media screen and (max-width: 650px) {
  .b-school-wrapper .support-list .list-item .list-item-point {
    padding-left: 2.22vw;
    font-size: 3.888vw;
    letter-spacing: 0.01166vw;
  }
}
.b-school-wrapper .learn-more-btn-wrapper {
  display: inline-block;
}
.b-school-wrapper .learn-more-btn-wrapper .learn-more-btn {
  border-radius: 2.725vw;
  outline: 0.13888vw solid var(--neutral-90, #1a1e1d);
  box-shadow: 0px 7px 32px 0px rgba(122, 122, 122, 0.12);
  padding: 0.83vw 2.22vw;
  color: var(--neutral-90, #1a1e1d);
  text-align: center;
  font-size: 1.11vw;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  transition: all ease-in 300ms;
  font-weight: 400;
  line-height: 144%; /* 23.04px */
  letter-spacing: -0.08px;
  cursor: pointer;
}
@media screen and (max-width: 650px) {
  .b-school-wrapper .learn-more-btn-wrapper .learn-more-btn {
    border-radius: 10.833vw;
    padding: 3.33vw 8.888vw;
    font-size: 3.888vw;
    letter-spacing: -0.01944vw;
    border-width: 0.5555vw;
  }
}
.b-school-wrapper .learn-more-btn-wrapper .learn-more-btn:hover {
  outline: none;
  background: linear-gradient(260.28deg, #e10013 12.57%, #020f0f 78.19%, #e73342 137.06%);
  color: white;
}
.b-school-wrapper .learn-more-btn-wrapper .learn-more-btn:hover .btn-icon svg path {
  stroke: white;
}
.b-school-wrapper .learn-more-btn-wrapper .learn-more-btn:hover .btn-icon {
  color: white;
}
.b-school-wrapper .learn-more-btn-wrapper .learn-more-btn .btn-icon {
  display: flex;
  margin-left: 0.55vw;
  color: black;
  font-size: 1.88vw;
}
@media screen and (max-width: 650px) {
  .b-school-wrapper .learn-more-btn-wrapper .learn-more-btn .btn-icon {
    margin-left: 2.222vw;
    font-size: 7.5vw;
  }
}

.testimonials {
  display: flex;
  gap: 2.22vw;
}
.testimonials .testimonials-column-up .marquee-inner {
  animation: marquee-up 40s linear infinite;
}
.testimonials .testimonials-column-down .marquee-inner {
  animation: marquee-down 40s linear infinite;
}
.testimonials .testimonials-column-up,
.testimonials .testimonials-column-down {
  height: 45.83vw;
  overflow: hidden;
  width: 21.66vw;
  position: relative;
}
@media screen and (max-width: 650px) {
  .testimonials .testimonials-column-up,
  .testimonials .testimonials-column-down {
    display: none;
  }
}
.testimonials .testimonials-column-up .marquee-inner,
.testimonials .testimonials-column-down .marquee-inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.77vw;
}
.testimonials .testimonials-column-up .marquee-inner:hover,
.testimonials .testimonials-column-down .marquee-inner:hover {
  animation-play-state: paused;
}
.testimonials .testimonials-column-right {
  width: 100vw;
  display: none;
}
@media screen and (max-width: 650px) {
  .testimonials .testimonials-column-right {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .testimonials .testimonials-column-right .marquee {
    display: flex;
    overflow: visible;
    animation: marquee-mobile 20s linear infinite;
  }
  .testimonials .testimonials-column-right .marquee:hover {
    animation-play-state: paused;
  }
}
.testimonials .testimonials-column-right [class*=slick-track] {
  gap: 3.33vw;
}
.testimonials .testimonials-column-right [class*=slick-track] [class*=slick-slide] {
  margin-right: 0 !important;
  width: auto !important;
}

@keyframes marquee-mobile {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes marquee-up {
  0% {
    top: 0;
  }
  100% {
    top: -450%;
  }
}
@keyframes marquee-down {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -450%;
  }
}
.testimonial-card {
  border-radius: 0.277vw;
  border: 0.06944vw solid var(--neutral-10, #e6e8e7);
  box-shadow: 0px 0.277vw 1.388vw 0px rgba(135, 135, 135, 0.12);
  width: 100%;
}
@media screen and (max-width: 650px) {
  .testimonial-card {
    width: 79.44vw !important;
    height: 100vw !important;
    border-radius: 1.11vw;
    border-width: 0.2777vw;
    box-shadow: 0px 1.11vw 5.55vw 0px rgba(135, 135, 135, 0.1215686275);
    margin-left: 3vw;
  }
}
.testimonial-card .card-img-wrapper {
  width: 100%;
}
@media screen and (max-width: 650px) {
  .testimonial-card .card-img-wrapper {
    height: 47vw;
    overflow: hidden;
  }
}
.testimonial-card .card-img-wrapper .card-img {
  position: relative;
  height: 15.625vw;
  width: 21.66vw;
}
@media screen and (max-width: 650px) {
  .testimonial-card .card-img-wrapper .card-img {
    width: 100%;
    height: 62.5vw;
  }
}
.testimonial-card .card-img-wrapper .card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
  border-radius: 4px 4px 0 0;
}
.testimonial-card .card-details {
  padding: 1.11vw 1.11vw 1.66vw;
}
@media screen and (max-width: 650px) {
  .testimonial-card .card-details {
    padding: 4.44vw 4.44vw 6.66vw;
  }
}
.testimonial-card .card-details .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-card .card-details .card-header .card-name-company .name {
  color: var(--hues-0140, #014ab9);
  font-size: 1.11vw;
  font-weight: 700;
  line-height: 144%; /* 23.04px */
  letter-spacing: -0.08px;
}
@media screen and (max-width: 650px) {
  .testimonial-card .card-details .card-header .card-name-company .name {
    font-size: 3.888vw;
    letter-spacing: -0.01944vw;
  }
}
.testimonial-card .card-details .card-header .card-name-company .company-name {
  color: var(--neutral-50, #767b79);
  padding-top: 0.1388vw;
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.042px;
}
@media screen and (max-width: 650px) {
  .testimonial-card .card-details .card-header .card-name-company .company-name {
    padding-top: 0.555vw;
    font-size: 3.33vw;
    letter-spacing: -0.0333vw;
  }
}
.testimonial-card .card-details .card-header .company-logo {
  position: relative;
  height: 3.88vw;
  width: 3.88vw;
}
@media screen and (max-width: 650px) {
  .testimonial-card .card-details .card-header .company-logo {
    width: 11.66vw;
    height: 11.66vw;
  }
}
.testimonial-card .card-details .card-caption {
  color: var(--neutral-70, #3a403f);
  padding-top: 1.38vw;
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.042px;
}
@media screen and (max-width: 650px) {
  .testimonial-card .card-details .card-caption {
    padding-top: 5.55vw;
    font-size: 3.33vw;
    letter-spacing: -0.0333vw;
  }
}

.YoutubeStudent {
  display: flex;
  flex-direction: column;
  gap: 2.7777777778vw;
  margin: 4.4444444444vw 0;
}
@media screen and (max-width: 650px) {
  .YoutubeStudent {
    gap: 6.6666666667vw;
  }
}
@media screen and (max-width: 650px) {
  .YoutubeStudent {
    margin: 8.8888888889vw 0 8.8888888889vw 4.4444444444vw;
  }
}
.YoutubeStudent .heading-desktop {
  font-size: 3.0555555556vw;
  letter-spacing: -0.0611111111vw;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .YoutubeStudent .heading-desktop {
    display: none;
  }
}
.YoutubeStudent .heading-mobile {
  font-size: 7.7777777778vw;
  letter-spacing: -0.1555555556vw;
  display: none;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 650px) {
  .YoutubeStudent .heading-mobile {
    display: block;
  }
}
.YoutubeStudent .YoutubeStudent-row {
  position: relative;
}
.YoutubeStudent .YoutubeStudent-row [class^=swiper-wrapper] {
  gap: 1.4583333333vw;
}
@media screen and (max-width: 650px) {
  .YoutubeStudent .YoutubeStudent-row [class^=swiper-wrapper] {
    gap: 3.8888888889vw;
  }
}
.YoutubeStudent .YoutubeStudent-row .YoutubeStudent-elements {
  width: 33.3333333333vw;
}
@media screen and (max-width: 650px) {
  .YoutubeStudent .YoutubeStudent-row .YoutubeStudent-elements {
    width: 79.1666666667vw;
  }
}
.YoutubeStudent .YoutubeStudent-row .YoutubeStudent-elements .YoutubeStudent-media {
  position: relative;
  cursor: pointer;
  z-index: 0;
  padding-bottom: 56.25%; /* 16:9 */
  border-top-left-radius: 0.5555555556vw;
  border-top-right-radius: 0.5555555556vw;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .YoutubeStudent .YoutubeStudent-row .YoutubeStudent-elements .YoutubeStudent-media {
    border-top-left-radius: 2.2222222222vw;
    border-top-right-radius: 2.2222222222vw;
  }
}
.YoutubeStudent .YoutubeStudent-row .YoutubeStudent-elements .YoutubeStudent-media iframe,
.YoutubeStudent .YoutubeStudent-row .YoutubeStudent-elements .YoutubeStudent-media video {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}
.YoutubeStudent .YoutubeStudent-row .YoutubeStudent-elements .YoutubeStudent-content {
  display: flex;
  margin: 1.1111111111vw 0.1388888889vw;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .YoutubeStudent .YoutubeStudent-row .YoutubeStudent-elements .YoutubeStudent-content {
    margin: 3.3333333333vw 0.5555555556vw;
  }
}
.YoutubeStudent .YoutubeStudent-row .YoutubeStudent-elements .YoutubeStudent-content .YoutubeStudent-content-name {
  font-size: 1.3888888889vw;
  color: #343434;
}
@media screen and (max-width: 650px) {
  .YoutubeStudent .YoutubeStudent-row .YoutubeStudent-elements .YoutubeStudent-content .YoutubeStudent-content-name {
    font-size: 3.8888888889vw;
  }
}
.YoutubeStudent .YoutubeStudent-row .YoutubeStudent-elements .YoutubeStudent-content .YoutubeStudent-content-score {
  color: #ba2c23;
  font-size: 1.25vw;
  font-weight: 500;
}
@media screen and (max-width: 650px) {
  .YoutubeStudent .YoutubeStudent-row .YoutubeStudent-elements .YoutubeStudent-content .YoutubeStudent-content-score {
    font-size: 3.3333333333vw;
  }
}
.YoutubeStudent .YoutubeStudent-row .YoutubeStudent-elements .YoutubeStudent-content .YoutubeStudent-content-score .score {
  padding-left: 0.2777777778vw;
  font-weight: 600;
}
@media screen and (max-width: 650px) {
  .YoutubeStudent .YoutubeStudent-row .YoutubeStudent-elements .YoutubeStudent-content .YoutubeStudent-content-score .score {
    padding-left: 0.8333333333vw;
  }
}
.YoutubeStudent .YoutubeStudent-row .swiper-navigation-button {
  position: absolute;
  top: 49%;
  translate: 0 -50%;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  padding: 1vw 1vw;
  border-radius: 100%;
  background: #fdfefd;
  box-shadow: 0px 0.20202vw 1.6161vw 0px rgba(100, 100, 100, 0.64);
}
@media screen and (max-width: 650px) {
  .YoutubeStudent .YoutubeStudent-row .swiper-navigation-button {
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 650px) {
  .YoutubeStudent .YoutubeStudent-row .swiper-navigation-button {
    height: 8.3333333333vw;
  }
}
.YoutubeStudent .YoutubeStudent-row .swiper-navigation-button-arrow {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  position: relative;
}
@media screen and (max-width: 650px) {
  .YoutubeStudent .YoutubeStudent-row .swiper-navigation-button-arrow {
    width: 3.8888888889vw;
  }
}
@media screen and (max-width: 650px) {
  .YoutubeStudent .YoutubeStudent-row .swiper-navigation-button-arrow {
    height: 3.8888888889vw;
  }
}
.YoutubeStudent .YoutubeStudent-row .swiper-navigation-button-arrow img {
  width: 100%;
  height: 100%;
}
.YoutubeStudent .YoutubeStudent-row .swiper-button-custom-prev-one,
.YoutubeStudent .YoutubeStudent-row .swiper-button-custom-prev-two {
  left: 0.5vw;
}
@media screen and (max-width: 650px) {
  .YoutubeStudent .YoutubeStudent-row .swiper-button-custom-prev-one,
  .YoutubeStudent .YoutubeStudent-row .swiper-button-custom-prev-two {
    display: none;
  }
}
.YoutubeStudent .YoutubeStudent-row .swiper-button-custom-next-one,
.YoutubeStudent .YoutubeStudent-row .swiper-button-custom-next-two {
  right: 0.5vw;
  rotate: 180deg;
}
@media screen and (max-width: 650px) {
  .YoutubeStudent .YoutubeStudent-row .swiper-button-custom-next-one,
  .YoutubeStudent .YoutubeStudent-row .swiper-button-custom-next-two {
    display: none;
  }
}
.YoutubeStudent .YoutubeStudent-row [class*=swiper-button-disabled] {
  display: none;
}

@media screen and (max-width: 650px) {
  .YoutubeStudent-row-one [class^=swiper] {
    overflow: scroll;
  }
  .YoutubeStudent-row-one [class^=swiper]::-webkit-scrollbar {
    display: none;
  }
}
.YoutubeStudent-row-one .YoutubeStudent-elements:last-child {
  margin-right: 15vw;
}
@media screen and (max-width: 650px) {
  .YoutubeStudent-row-one .YoutubeStudent-elements:last-child {
    margin-right: 25vw;
  }
}
.YoutubeStudent-row-one .YoutubeStudent-elements:first-child {
  margin-left: 0.5vw;
}

@media screen and (max-width: 650px) {
  .YoutubeStudent-row-two {
    display: none;
  }
}
.YoutubeStudent-row-two .YoutubeStudent-elements:first-child {
  margin-left: 12vw;
}
@media screen and (max-width: 650px) {
  .YoutubeStudent-row-two .YoutubeStudent-elements:first-child {
    margin-left: -60px;
  }
}
.YoutubeStudent-row-two .YoutubeStudent-elements:last-child {
  margin-right: 12vw;
}

.home-faqs .faq {
  margin: 6.11vw 5.55vw;
}
@media screen and (max-width: 650px) {
  .home-faqs .faq {
    margin: 8.88vw 6.66vw 15.555vw;
  }
}
.home-faqs .faq .faq-heading {
  font-weight: 600;
  font-size: 2.5vw;
  line-height: 120%;
  color: #000;
  padding-bottom: 2.77vw;
}
@media screen and (max-width: 650px) {
  .home-faqs .faq .faq-heading {
    padding-bottom: 8.888vw;
    font-size: 28px;
    letter-spacing: -0.1555vw;
  }
}
.home-faqs .faq :last-child {
  border: none;
}
.home-faqs .accordion-wrapper {
  border-bottom: 0.06944vw solid rgba(171, 171, 171, 0.4);
  padding: 0.8333vw 0;
}
@media screen and (max-width: 650px) {
  .home-faqs .accordion-wrapper {
    padding: 3.33vw 0;
    border-width: 0.2777vw;
  }
}
.home-faqs .accordion-wrapper .accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-faqs .accordion-wrapper .accordion .title {
  font-size: 1.66vw;
  color: #303634;
  line-height: 140%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 650px) {
  .home-faqs .accordion-wrapper .accordion .title {
    font-size: 4.44vw;
    letter-spacing: -0.033777vw;
  }
}
.home-faqs .accordion-wrapper .accordion .arrow {
  position: relative;
  height: 3.33vw;
  width: 3.33vw;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .home-faqs .accordion-wrapper .accordion .arrow {
    width: 8.88vw;
    height: 8.88vw;
  }
}
.home-faqs .accordion-wrapper .accordion .arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-faqs .accordion-wrapper .mainBox .answer {
  padding: 0.34722vw 0px 0px 0.34722vw;
  font-weight: 500;
  font-size: 1.14vw;
  line-height: 140%;
  color: #544241;
  letter-spacing: 0.0111vw;
}
@media screen and (max-width: 650px) {
  .home-faqs .accordion-wrapper .mainBox .answer {
    font-size: 3.333vw;
    padding: 1.388vw 0 0 1.388vw;
  }
}
.home-faqs .accordion-wrapper .mainBox .answer img {
  width: 40%;
  height: auto;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 650px) {
  .home-faqs .accordion-wrapper .mainBox .answer img {
    width: 100%;
    height: auto;
    margin-left: 2.5%;
  }
}
.home-faqs .accordion-wrapper .mainBox .YoutubeStudent-media {
  cursor: pointer;
  margin: 0.51vw 0;
}
@media screen and (max-width: 650px) {
  .home-faqs .accordion-wrapper .mainBox .YoutubeStudent-media {
    margin: 2vw 0;
  }
  .home-faqs .accordion-wrapper .mainBox .YoutubeStudent-media iframe,
  .home-faqs .accordion-wrapper .mainBox .YoutubeStudent-media video {
    width: 100%;
    height: 100%;
    border: none;
  }
}