
@keyframes styles_float2__lVeAx {
    0% {
        transform: translateY(0) translateX(0)
    }

    50% {
        transform: translateY(10px) translateX(5px)
    }

    to {
        transform: translateY(0) translateX(0)
    }
}

@keyframes styles_bounce__Fm4s8 {
    0% {
        transform: translate3d(0,-50px,0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes styles_likeRotate__1sxXw {
    0% {
        transform: scale(1.5) rotate(-15deg)
    }
}

@keyframes styles_textScroll__0yzpf {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}

@keyframes styles_shake__ZoWIY {
    0% {
        transform: translate(0)
    }

    20% {
        transform: translate(2px,-2px)
    }

    40% {
        transform: translate(2px,2px)
    }

    60% {
        transform: translate(-2px,2px)
    }

    80% {
        transform: translate(-2px,-2px)
    }

    to {
        transform: translate(0)
    }
}

.styles_header___4njP {
    margin-top: 100px
}

.styles_header__container__jE_NQ {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

@media(max-width: 900px) {
    .styles_header__container__jE_NQ {
        flex-direction:column
    }
}

.styles_header__container__jE_NQ>* {
    width: 48%;
    height: 100%;
    display: flex
}

@media(max-width: 1020px) {
    .styles_header__container__jE_NQ>* {
        width:100%
    }
}

.styles_header__start__Vp6v3 {
    flex-direction: column;
    justify-content: center
}

.styles_header__start__title__dqH9c {
    font-size: 55px;
    font-weight: 600;
    color: #202246;
    line-height: 77px;
    margin-bottom: 15px
}

.styles_header__start__title__dqH9c h1 {
    font-size: 55px;
    font-weight: 700;
    margin: 0
}

@media(max-width: 900px) {
    .styles_header__start__title__dqH9c {
        text-align:center
    }
}

@media(max-width: 700px) {
    .styles_header__start__title__dqH9c {
        font-size:43px;
        line-height: 72px
    }
}

@media(max-width: 500px) {
    .styles_header__start__title__dqH9c {
        font-size:35px;
        line-height: 64px
    }
}

@media(max-width: 330px) {
    .styles_header__start__title__dqH9c {
        font-size:30px;
        line-height: 60px
    }
}

.styles_header__start__desc__snRZi {
    font-size: 16px;
    font-weight: 500;
    color: #514d4d;
    margin-bottom: 25px;
    line-height: 30px
}

@media(max-width: 900px) {
    .styles_header__start__desc__snRZi {
        text-align:center
    }
}

@media(max-width: 700px) {
    .styles_header__start__desc__snRZi {
        font-size:15px
    }
}

.styles_header__start__search__Tsphd {
    height: 55px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0,0,0,.12);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 50px
}

@media(max-width: 900px) {
    .styles_header__start__search__Tsphd {
        margin-bottom:30px;
        padding: 10px
    }
}

.styles_header__start__search__inputs__hMWzj {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%
}

.styles_header__start__search__btn__Faur6 {
    background: #e08734;
    border-radius: 5px;
    color: #fff;
    padding: 5px 15px;
    cursor: pointer
}

.styles_header__end__CJAh3 {
    display: flex;
    align-items: center;
    animation: styles_bounce__Fm4s8 .8s ease-in;
    justify-content: flex-end
}

@media(max-width: 900px) {
    .styles_header__end__CJAh3 {
        justify-content:center
    }
}

.styles_header__end__left__top__taqng {
    position: relative;
    border-radius: 50%;
    animation: styles_float__7nQso 6s ease-in-out infinite;
    margin-left: -25px
}

.styles_header__end__left__top__taqng img {
    width: 470px
}

@media(max-width: 1220px) {
    .styles_header__end__left__top__taqng img {
        width:360px
    }
}

.styles_startNow__CEP4E {

    background-color: #074da3;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 50px 0
}

@media(max-width: 900px) {
    .styles_startNow__CEP4E {
        flex-direction:column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 15px
    }
}

.styles_startNow__left__tkXkQ {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    width: 40%
}

@media(max-width: 900px) {
    .styles_startNow__left__tkXkQ {
        width:70%;
        font-size: 18px
    }
}

.styles_startNow__right__wo0Iz {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 15px;
    justify-content: center
}

@media(max-width: 900px) {
    .styles_startNow__right__wo0Iz {
        flex-direction:column;
        align-items: center;
        justify-content: center;
        width: 100%
    }
}

.styles_startNow__right__desc__tGz_7 {
    font-size: 16px;
    color: #fff
}

@media(max-width: 900px) {
    .styles_startNow__right__desc__tGz_7 {
        text-align:center
    }
}

.styles_startNow__right__btn__hz41i {
    width: 200px;
    background-color: #de832f;
    color: #fff;
    height: 45px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 2.33;
    margin-top: 20px;
    cursor: pointer
}

@media(max-width: 900px) {
    .styles_startNow__right__btn__hz41i {
        width:100%
    }
}

.styles_explore__title__1SsSi {
    font-weight: 600;
    font-size: 30px;
    color: #0b1434;
    text-align: center
}

@media(max-width: 900px) {
    .styles_explore__title__1SsSi {
        font-size:18px
    }
}

.styles_explore__desc__Z9j4y {
    font-weight: 400;
    font-size: 16px;
    color: #0b1434;
    text-align: center;
    padding: 0 180px 50px
}

@media(max-width: 900px) {
    .styles_explore__desc__Z9j4y {
        padding:10px 0;
        font-size: 14px
    }
}

.styles_explore__search__gsJ4M {
    height: 55px;
    background: #fff;
    border: 1px solid rgba(0,149,255,.34);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 50px;
    width: 70%;
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 900px) {
    .styles_explore__search__gsJ4M {
        margin-bottom:30px;
        padding: 10px;
        width: 100%
    }
}

.styles_explore__search__inputs__0_gPP {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    margin-right: 10px
}

.styles_explore__search__btn__OI1OO {
    background: #fcb64d;
    border-radius: 5px;
    color: #fff;
    padding: 5px 15px;
    cursor: pointer
}

.styles_explore__container__ZjyKX {
    width: 100%;
    height: 400px;
    direction: ltr
}

@media(max-width: 900px) {
    .styles_explore__container__ZjyKX {
        height:auto
    }
}

.styles_explore__container__bottom__tk0LL {
    display: flex;
    flex-direction: row;
    height: 400px
}

@media(max-width: 900px) {
    .styles_explore__container__bottom__tk0LL {
        flex-direction:column;
        height: 100%
    }
}

.styles_explore__container__bottom__left__7JRqM {
    width: 20%;
    margin: auto
}

@media(max-width: 900px) {
    .styles_explore__container__bottom__left__7JRqM {
        width:100%;
        margin-bottom: 20px;
        height: 70px
    }
}

.styles_explore__container__bottom__right__mfKol {
    width: 80%
}

.styles_explore__container__bottom__right__mfKol button {
    display: none!important
}

@media(max-width: 900px) {
    .styles_explore__container__bottom__right__mfKol {
        width:100%;
        height: 100%
    }
}

.styles_explore__sideOptions__option__q5aIb {
    color: #fcb64d;

    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 160px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-position: 50%;
    padding-left: 15px
}

@media(max-width: 900px) {
    .styles_explore__sideOptions__option__q5aIb {
        background-image:none;
        width: -moz-fit-content;
        width: fit-content;
        padding-left: 0
    }
}

.styles_explore__sideOptions__option__q5aIb svg {
    margin: 0 15px
}

@media(max-width: 900px) {
    .styles_explore__sideOptions__option__q5aIb svg {
        display:none
    }
}

.styles_explore__sideOptions__option__q5aIb svg path {
    fill: #fcb64d
}

.styles_explore__sideOptions__activeOption___VrQz {
    color: #fff;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 170px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-position: 50%;
    padding-left: 15px
}

@media(max-width: 900px) {
    .styles_explore__sideOptions__activeOption___VrQz {
        background-image:none;
        width: -moz-fit-content;
        width: fit-content;
        color: #fcb64d;
        border-bottom: 3px solid #fcb64d;
        padding-left: 0
    }
}

.styles_explore__sideOptions__activeOption___VrQz svg {
    margin: 0 15px
}

@media(max-width: 900px) {
    .styles_explore__sideOptions__activeOption___VrQz svg {
        display:none
    }
}

.styles_explore__sideOptions__activeOption___VrQz svg path {
    fill: #fff
}

.styles_map__y5P5H {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

.styles_map__y5P5H img {
    margin: 0
}

@media(max-width: 900px) {
    .styles_map__y5P5H img {
        margin:auto;
        width: 100%
    }
}

.styles_map__BachelorsPin__tV7EM {
    position: absolute;
    cursor: pointer;
    top: 56%;
    left: 21%
}

@media(max-width: 900px) {
    .styles_map__BachelorsPin__tV7EM img,.styles_map__BachelorsPin__tV7EM svg {
        width:25px
    }
}

.styles_map__BachelorsPin__tV7EM:hover {
    transform: scale(1.1)
}

.styles_map__BachelorsPin__tV7EM:nth-child(2) {
    top: 73%;
    left: 83%
}

.styles_map__BachelorsPin__tV7EM:nth-child(3) {
    top: 9%;
    left: 13%
}

@media(max-width: 900px) {
    .styles_map__BachelorsPin__tV7EM:nth-child(3) {
        top:5%
    }
}

.styles_map__BachelorsPin__tV7EM:nth-child(4) {
    top: 46%;
    left: 51%
}

@media(max-width: 900px) {
    .styles_map__BachelorsPin__tV7EM:nth-child(4) {
        top:39%
    }
}

.styles_map__BachelorsPin__tV7EM:nth-child(5) {
    top: 26%;
    left: 53%
}

@media(max-width: 900px) {
    .styles_map__BachelorsPin__tV7EM:nth-child(5) {
        top:22%
    }
}

.styles_map__BachelorsPin__tV7EM:nth-child(6) {
    top: 36%;
    left: 49%
}

@media(max-width: 900px) {
    .styles_map__BachelorsPin__tV7EM:nth-child(6) {
        top:33%
    }
}

.styles_map__BachelorsPin__tV7EM:nth-child(7) {
    top: 43%;
    left: 61%
}

.styles_map__BachelorsPin__tV7EM:nth-child(8) {
    top: 23%;
    left: 46%
}

@media(max-width: 900px) {
    .styles_map__BachelorsPin__tV7EM:nth-child(8) {
        top:16%
    }
}

.styles_map__BachelorsPin__tV7EM:nth-child(9) {
    top: 30%;
    left: 13%
}

@media(max-width: 900px) {
    .styles_map__BachelorsPin__tV7EM:nth-child(9) {
        top:23%
    }
}

.styles_map__MastersPin__Qp74c {
    position: absolute;
    cursor: pointer;
    top: 56%;
    left: 21%
}

@media(max-width: 900px) {
    .styles_map__MastersPin__Qp74c img,.styles_map__MastersPin__Qp74c svg {
        width:25px
    }
}

.styles_map__MastersPin__Qp74c:hover {
    transform: scale(1.1)
}

.styles_map__MastersPin__Qp74c:nth-child(2) {
    top: 73%;
    left: 83%
}

.styles_map__MastersPin__Qp74c:nth-child(3) {
    top: 9%;
    left: 13%
}

@media(max-width: 900px) {
    .styles_map__MastersPin__Qp74c:nth-child(3) {
        top:5%
    }
}

.styles_map__MastersPin__Qp74c:nth-child(4) {
    top: 46%;
    left: 51%
}

@media(max-width: 900px) {
    .styles_map__MastersPin__Qp74c:nth-child(4) {
        top:40%
    }
}

.styles_map__MastersPin__Qp74c:nth-child(5) {
    top: 60%;
    left: 80%
}

.styles_map__MastersPin__Qp74c:nth-child(6) {
    top: 36%;
    left: 49%
}

@media(max-width: 900px) {
    .styles_map__MastersPin__Qp74c:nth-child(6) {
        top:33%
    }
}

.styles_map__MastersPin__Qp74c:nth-child(7) {
    top: 31%;
    left: 13%
}

@media(max-width: 900px) {
    .styles_map__MastersPin__Qp74c:nth-child(7) {
        top:23%
    }
}

.styles_map__MastersPin__Qp74c:nth-child(8) {
    top: 23%;
    left: 46%
}

@media(max-width: 900px) {
    .styles_map__MastersPin__Qp74c:nth-child(8) {
        top:16%
    }
}

.styles_map__PhdPin__BVZZ0 {
    position: absolute;
    cursor: pointer;
    top: 56%;
    left: 21%
}

@media(max-width: 900px) {
    .styles_map__PhdPin__BVZZ0 img,.styles_map__PhdPin__BVZZ0 svg {
        width:25px
    }
}

.styles_map__PhdPin__BVZZ0:hover {
    transform: scale(1.1)
}

.styles_map__PhdPin__BVZZ0:nth-child(2) {
    top: 78%;
    left: 84%
}

.styles_map__PhdPin__BVZZ0:nth-child(3) {
    top: 12%;
    left: 12%
}

@media(max-width: 900px) {
    .styles_map__PhdPin__BVZZ0:nth-child(3) {
        top:6%
    }
}

.styles_map__PhdPin__BVZZ0:nth-child(4) {
    top: 25%;
    left: 47%
}

@media(max-width: 900px) {
    .styles_map__PhdPin__BVZZ0:nth-child(4) {
        top:21%
    }
}

.styles_map__PhdPin__BVZZ0:nth-child(5) {
    top: 32%;
    left: 13%
}

@media(max-width: 900px) {
    .styles_map__PhdPin__BVZZ0:nth-child(5) {
        top:23%
    }
}

.styles_map__CoursesPin__yf4Py {
    position: absolute;
    cursor: pointer;
    top: 56%;
    left: 21%
}

@media(max-width: 900px) {
    .styles_map__CoursesPin__yf4Py img,.styles_map__CoursesPin__yf4Py svg {
        width:25px
    }
}

.styles_map__CoursesPin__yf4Py:hover {
    transform: scale(1.1)
}

.styles_map__CoursesPin__yf4Py:nth-child(2) {
    top: 26%;
    left: 52%
}

.styles_map__CoursesPin__yf4Py:nth-child(3) {
    top: 36%;
    left: 49%
}

.styles_map__CoursesPin__yf4Py:nth-child(4) {
    top: 22%;
    left: 46%
}

.styles_majors__viewAllBtn__oLITD {
    background-color: #074da3;
    color: #fff;
    border-radius: 4px;
    width: 240px;
    text-align: center;
    padding: 14px;
    margin: 20px auto;
    cursor: pointer
}

@media(max-width: 900px) {
    .styles_majors__viewAllBtn__oLITD {
        width:100%
    }
}

.styles_majors__card__4Sep6 {
    width: 90%!important;
    border-radius: 5px;
    height: 300px;
    margin-left: 5%;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    background: rgba(0,149,255,.05)
}

.styles_majors__card__header__knNXb {
    color: #fff;
    background-color: #0095ff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.styles_majors__card__listItem__puhYd {
    font-weight: 400;
    font-size: 16px;
    color: #202246;
    border-bottom: 2px solid #d8d8d8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
    word-break: break-all;
    width: 90%;
    text-align: center
}

.styles_majors__card__listItem__puhYd:hover {
    color: #0095ff
}

.styles_majors__card__btn__cHhwt {
    color: #fff;
    background-color: #0095ff;
    margin: 12px 0;
    border-radius: 4px;
    padding: 8px 38px;
    font-size: 14px;
    cursor: pointer
}

.styles_topCountries__faILL {
    background-image: url('../photo/background_1.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
    position: relative;
    display: inline-block;
    padding-top: 100px;
    width: 100%
}

@media(max-width: 900px) {
    .styles_topCountries__faILL {
        padding-top:50px;
        padding-bottom: 40px
    }
}

.styles_topCountries__header__GyW8m {
    display: flex;
    flex-direction: row
}

@media(max-width: 900px) {
    .styles_topCountries__header__GyW8m {
        flex-direction:column;
        align-items: flex-start
    }
}

.styles_topCountries__header__title__7JBh8 {
    font-weight: 600;
    font-size: 30px;
    color: #0b1434;
    width: 400px
}

@media(max-width: 900px) {
    .styles_topCountries__header__title__7JBh8 {
        width:unset;
        font-size: 18px
    }
}

.styles_topCountries__header__desc__SJ41B {
    font-weight: 400;
    font-size: 16px;
    color: #535a73;
    margin-left: 120px;
    width: 500px;
    margin-top: 8px
}

@media(max-width: 900px) {
    .styles_topCountries__header__desc__SJ41B {
        width:unset;
        margin-left: unset;
        font-size: 14px;
        margin-bottom: 30px;
        margin-top: unset
    }
}

.styles_topCountries__card__Yf6nI {
    background-color: #fff;
    width: 90%!important;
    border-radius: 8px;
    margin-left: 5%;
    display: flex!important;
    justify-content: flex-start;
    flex-direction: column;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    position: relative
}

.styles_topCountries__card__img__wnyeV {
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center
}

.styles_topCountries__card__img__wnyeV img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 8px 0 0
}

.styles_topCountries__card__location__OEoAu {
    position: absolute;
    max-width: 170px;
    left: 14px;
    top: 22px;
    background: hsla(0,0%,100%,.22);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    border-radius: 100px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    padding: 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all
}

.styles_topCountries__card__name__5_6X4 {
    font-weight: 600;
    font-size: 18px;
    color: #202246
}

.styles_topCountries__card__desc__72Bjs {
    font-weight: 400;
    font-size: 14px;
    color: #514d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 10px;
    height: 50px
}

.styles_topCountries__card__btn__x6KPk {
    background: #074da3;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 10px;
    cursor: pointer
}

.styles_topCountries__spinner__a5FIi {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10rem 0
}

.styles_swiper___E2E9 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    direction: ltr!important
}

@media(max-width: 900px) {
    .styles_swiper___E2E9 {
        justify-content:center
    }
}

.styles_swiper___E2E9 svg {
    width: 35px
}

.styles_swiper___E2E9 :first-child svg {
    transform: rotateY(180deg)
}

.styles_swiper__controls__Pv0_l {
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    margin: 5px
}

.styles_topSwiper__FXqAB {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    direction: ltr!important
}

@media(max-width: 900px) {
    .styles_topSwiper__FXqAB {
        display:none
    }
}

.styles_topSwiper__FXqAB svg {
    width: 35px
}

.styles_topSwiper__FXqAB :first-child svg {
    transform: rotateY(180deg)
}

.styles_topSwiper__controls__x5aC8 {
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    margin: 5px
}

.styles_bottomSwiper__hN8ID {
    display: none;
    flex-direction: row;
    justify-content: center;
    margin-top: 25px;
    direction: ltr!important
}

@media(max-width: 900px) {
    .styles_bottomSwiper__hN8ID {
        display:flex
    }
}

.styles_bottomSwiper__hN8ID svg {
    width: 35px
}

.styles_bottomSwiper__hN8ID :first-child svg {
    transform: rotateY(180deg)
}

.styles_bottomSwiper__controls___Urrw {
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    margin: 5px
}

.styles_ourAmbassadors__InpxF {
    margin: 50px 0
}

.styles_ourAmbassadors__container__ssmmA {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

@media(max-width: 900px) {
    .styles_ourAmbassadors__container__ssmmA {
        flex-direction:column
    }
}

.styles_ourAmbassadors__container__ssmmA>* {
    width: 48%;
    height: 100%;
    display: flex
}

@media(max-width: 1020px) {
    .styles_ourAmbassadors__container__ssmmA>* {
        width:100%
    }
}

.styles_ourAmbassadors__start__xmrXY {
    flex-direction: column;
    justify-content: center
}

.styles_ourAmbassadors__start__title__WzWfL {
    font-size: 30px;
    font-weight: 600;
    color: #202246;
    margin-bottom: 15px
}

@media(max-width: 900px) {
    .styles_ourAmbassadors__start__title__WzWfL {
        font-size:18px;
        margin-bottom: 0
    }
}

.styles_ourAmbassadors__start__desc___eXCT {
    font-weight: 400;
    font-size: 16px;
    color: #535a73;
    margin-bottom: 20px
}

@media(max-width: 700px) {
    .styles_ourAmbassadors__start__desc___eXCT {
        font-size:14px
    }
}

.styles_ourAmbassadors__start__btn__e7hLV {
    background: #074da3;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px;
    width: 270px;
    cursor: pointer;
    text-align: center
}

@media(max-width: 900px) {
    .styles_ourAmbassadors__start__btn__e7hLV {
        display:none
    }
}

.styles_ourAmbassadors__end__4FQS0 {
    display: flex;
    align-items: center;
    animation: styles_bounce__Fm4s8 .8s ease-in;
    justify-content: flex-end
}

@media(max-width: 900px) {
    .styles_ourAmbassadors__end__4FQS0 {
        justify-content:center
    }
}

.styles_ourAmbassadors__end__left__Wc45I {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(max-width: 1220px) {
    .styles_ourAmbassadors__end__left__Wc45I {
        width:100%
    }
}

.styles_ourAmbassadors__end__left__top__ULDQG {
    position: relative;
    border-radius: 50%;
    animation: styles_float__7nQso 6s ease-in-out infinite;
    margin-left: -15px;
    margin-top: 45px
}

@media(max-width: 1220px) {
    .styles_ourAmbassadors__end__left__top__ULDQG {
        margin-top:15px
    }
}

.styles_ourAmbassadors__end__left__top__ULDQG img {
    width: 470px
}

@media(max-width: 1220px) {
    .styles_ourAmbassadors__end__left__top__ULDQG img {
        width:360px
    }
}

@media(max-width: 900px) {
    .styles_ourAmbassadors__end__left__top__ULDQG img {
        width:300px
    }
}

.styles_ourAmbassadors__end__left__bottom__fHW0R {
    width: 100%
}

.styles_ourAmbassadors__end__left__bottom__btn__Evkdt {
    display: none
}

@media(max-width: 900px) {
    .styles_ourAmbassadors__end__left__bottom__btn__Evkdt {
        display:block;
        background: #0095ff;
        border-radius: 5px;
        color: #fff;
        padding: 14px 15px;
        cursor: pointer;
        text-align: center
    }
}

.styles_video__cqNwg {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.styles_video__title__6YybR {
    font-weight: 600;
    font-size: 30px;
    color: #0b1434;
    text-align: center
}

@media(max-width: 900px) {
    .styles_video__title__6YybR {
        font-size:18px
    }
}

.styles_video__desc__XHHtO {
    font-weight: 400;
    font-size: 16px;
    color: #0b1434;
    text-align: center;
    padding: 0 180px 50px
}

@media(max-width: 900px) {
    .styles_video__desc__XHHtO {
        padding:10px 0;
        font-size: 14px
    }
}

.styles_video__cqNwg video {
    width: 90%;
    border-radius: 10px
}

@media(max-width: 900px) {
    .styles_video__cqNwg video {
        width:100%
    }
}

.styles_video__iframe__XLE__ {
    width: 90%;
    border-radius: 10px;
    overflow: hidden;
    height: 500px
}

@media(max-width: 900px) {
    .styles_video__iframe__XLE__ {
        width:100%;
        height: 300px
    }
}

.styles_destinations__sm9CG {
    background-image: url(/photo/background_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
    position: relative;
    display: inline-block;
    padding-top: 100px;
    width: 100%
}

@media(max-width: 900px) {
    .styles_destinations__sm9CG {
        padding-top:50px;
        padding-bottom: 40px
    }
}

.styles_destinations__header___oLEh {
    display: flex;
    flex-direction: row
}

@media(max-width: 900px) {
    .styles_destinations__header___oLEh {
        flex-direction:column;
        align-items: flex-start
    }
}

.styles_destinations__header__title___M3J2 {
    font-weight: 600;
    font-size: 30px;
    color: #0b1434;
    width: 400px
}

@media(max-width: 900px) {
    .styles_destinations__header__title___M3J2 {
        width:unset;
        font-size: 16px
    }
}

.styles_destinations__header__desc__cgpNX {
    font-weight: 400;
    font-size: 16px;
    color: #535a73;
    margin-left: 120px;
    width: 500px
}

@media(max-width: 900px) {
    .styles_destinations__header__desc__cgpNX {
        width:unset;
        margin-left: unset;
        font-size: 14px
    }
}

.styles_destinations__card__6Mg48 {
    background-color: #fff;
    width: 90%!important;
    border-radius: 8px;
    margin-left: 5%;
    display: flex!important;
    justify-content: flex-start;
    flex-direction: column;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    position: relative
}

.styles_destinations__card__img__bkrLe {
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center
}

.styles_destinations__card__img__bkrLe img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 8px 0 0
}

.styles_destinations__card__location__sz7GT {
    position: absolute;
    width: 125px;
    left: 14px;
    top: 22px;
    background: hsla(0,0%,100%,.22);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    border-radius: 100px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.styles_destinations__card__name__7SUgE {
    font-weight: 600;
    font-size: 18px;
    color: #202246
}

.styles_destinations__card__desc__nb0Yq {
    font-weight: 400;
    font-size: 14px;
    color: #514d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 10px
}

.styles_destinations__card__btn__wh5Me {
    background: #0095ff;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 10px;
    cursor: pointer
}

.styles_destinations__spinner__fpJAQ {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10rem 0
}

.styles_groups__CKKiw {
    background-color: #0095ff;
    height: 500px;
    display: flex;
    flex-direction: row
}

@media(max-width: 900px) {
    .styles_groups__CKKiw {
        background-color:#fff;
        margin: 0!important
    }
}

.styles_groups__left__EKc8K {
    width: 50%;
    margin: auto
}

@media(max-width: 900px) {
    .styles_groups__left__EKc8K {
        width:100%
    }
}

.styles_groups__left__title__rsPFU {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px
}

@media(max-width: 900px) {
    .styles_groups__left__title__rsPFU {
        color:#0b1434;
        font-size: 18px;
        margin-bottom: 0
    }
}

.styles_groups__left__desc__LvBZE {
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

@media(max-width: 900px) {
    .styles_groups__left__desc__LvBZE {
        color:#535a73;
        font-size: 14px
    }
}

.styles_groups__left__btn__AkYJ1 {
    background: #fff;
    border-radius: 5px;
    color: #0095ff;
    padding: 10px 15px;
    width: 270px;
    cursor: pointer;
    text-align: center;
    margin-top: 30px
}

@media(max-width: 900px) {
    .styles_groups__left__btn__AkYJ1 {
        margin:0 auto;
        background: #fcb64d;
        color: #fff;
        display: none
    }
}

.styles_groups__left__mobileBtn__Vj9Xm {
    background: #fff;
    border-radius: 5px;
    color: #0095ff;
    padding: 14px 15px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    margin-top: 30px;
    display: none
}

@media(max-width: 900px) {
    .styles_groups__left__mobileBtn__Vj9Xm {
        margin-top:40px;
        background: #0095ff;
        color: #fff;
        display: block
    }
}

.styles_groups__left__app__WpAvd {
    display: flex;
    flex-direction: row;
    margin: 20px 0
}

@media(max-width: 900px) {
    .styles_groups__left__app__WpAvd {
        justify-content:space-between
    }
}

.styles_groups__left__app__WpAvd img {
    width: 170px
}

.styles_groups__left__app__WpAvd a {
    margin-right: 20px
}

@media(max-width: 900px) {
    .styles_groups__left__app__WpAvd a {
        margin-right:0
    }
}

.styles_groups__left__group__GB1Te {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-right: 60px
}

@media(max-width: 900px) {
    .styles_groups__left__group__GB1Te {
        padding-right:0
    }
}

.styles_groups__left__group__img__uiRhK {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #d9d9d9;
    min-width: 50px;
    min-height: 50px
}

.styles_groups__left__group__img__uiRhK img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover
}

.styles_groups__left__group__desc__jf0qN {
    color: #fff;
    padding: 0 10px
}

@media(max-width: 900px) {
    .styles_groups__left__group__desc__jf0qN {
        color:#0b1434;
        padding: 0 10px;
        width: 100%
    }
}

.styles_groups__left__group__btn__U1xu4 {
    background: #fcb64d;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px;
    width: 100px;
    cursor: pointer;
    text-align: center
}

.styles_groups__right__G2lgE {
    width: 50%;
    position: relative
}

@media(max-width: 900px) {
    .styles_groups__right__G2lgE {
        display:none
    }
}

.styles_groups__right__G2lgE img {
    position: absolute;
    top: -85px
}

.styles_social__CPXRT {

    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
    position: relative;
    display: inline-block;
    padding-top: 100px;
    width: 100%
}

@media(max-width: 900px) {
    .styles_social__CPXRT {
        padding-top:50px;
        padding-bottom: 40px
    }
}

.styles_social__container__n8ENu {
    display: flex;
    flex-direction: row
}

@media(max-width: 900px) {
    .styles_social__container__n8ENu {
        flex-direction:column
    }
}

.styles_social__left__8FfzF {
    width: 35%;
    padding-right: 50px;
    padding-top: 30px
}

@media(max-width: 900px) {
    .styles_social__left__8FfzF {
        width:unset;
        padding-right: unset;
        padding-top: unset
    }
}

.styles_social__left__title__zq8sB {
    font-size: 30px;
    font-weight: 600;
    color: #202246;
    margin-bottom: 15px
}

@media(max-width: 900px) {
    .styles_social__left__title__zq8sB {
        font-size:18px;
        margin-bottom: 0;
        padding-right: 0
    }
}

.styles_social__left__desc__nYh0m {
    font-weight: 400;
    font-size: 16px;
    color: #535a73
}

@media(max-width: 900px) {
    .styles_social__left__desc__nYh0m {
        font-size:14px;
        margin: unset
    }
}

.styles_social__left__Webbtn__Lxs51 {
    background: #de832f;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px;
    width: 270px;
    cursor: pointer;
    text-align: center;
    margin-top: 30px
}

@media(max-width: 900px) {
    .styles_social__left__Webbtn__Lxs51 {
        margin:0 auto;
        display: none
    }
}

.styles_social__left__Mobilebtn__AWokh {
    background: #0095ff;
    border-radius: 5px;
    color: #fff;
    padding: 14px 15px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    margin-top: 30px;
    display: none
}

@media(max-width: 900px) {
    .styles_social__left__Mobilebtn__AWokh {
        display:block;
        margin: 10px auto 0
    }
}

.styles_social__right__wWPkQ {
    width: 65%
}

@media(max-width: 900px) {
    .styles_social__right__wWPkQ {
        width:unset
    }
}

.styles_social__card__LUUDh {
    background-color: #fff;
    width: 90%!important;
    height: 380px;
    margin-left: 5%;
    display: flex!important;
    justify-content: space-between;
    flex-direction: column;
    box-shadow: 5px 10px 20px rgba(47,48,50,.06);
    position: relative;
    padding: 25px
}

.styles_social__card__top__L9K6f {
    margin-bottom: 15px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 50px 1fr;
    grid-template-rows: 1fr;
    grid-gap: 10px 10px;
    gap: 10px 10px;
    grid-template-areas: "img data"
}

.styles_social__card__top__img__mbtje {
    grid-area: img
}

.styles_social__card__top__img__mbtje img,.styles_social__card__top__img__mbtje svg {
    -o-object-fit: cover;
    object-fit: cover;
    width: 45px;
    height: 45px;
    border-radius: 50%
}

.styles_social__card__top__data__JhbhK {
    grid-area: data
}

.styles_social__card__top__data__name__2WtDa {
    font-size: 16px;
    font-weight: 500;
    color: #1d1a41
}

.styles_social__card__top__data__uni__P9duY {
    color: #172b4d;
    font-size: 12px
}

.styles_social__card__post__5Vkh2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #535a73;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: left!important
}

.styles_social__card__bottom__likesComments__C0TAm {
    border-top: 1px solid #d9d9d9;
    padding-top: 7px
}

.styles_social__card__bottom__likesComments__C0TAm p {
    font-size: 14px;
    margin-right: 30px;
    display: inline
}

@media(max-width: 900px) {
    .styles_social__card__bottom__likesComments__C0TAm p {
        margin-right:10px
    }
}

.styles_social__card__bottom__likesComments__C0TAm svg {
    width: 15px;
    height: 15px;
    margin-right: 5px
}

.styles_social__card__bottom__btn__xIRoE {
    font-weight: 600;
    font-size: 18px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #de832f;
    cursor: pointer;
    margin-top: 15px
}

.styles_social__spinner__v42Fn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10rem 0
}

.styles_speakNow__FiNnL {

    background-color: #074da3;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 50px 0
}

@media(max-width: 900px) {
    .styles_speakNow__FiNnL {
        flex-direction:column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 15px
    }
}

.styles_speakNow__left__JsQYc {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    width: 40%
}

@media(max-width: 900px) {
    .styles_speakNow__left__JsQYc {
        width:70%;
        font-size: 18px
    }
}

.styles_speakNow__right__bhqBZ {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 15px;
    justify-content: center
}

@media(max-width: 900px) {
    .styles_speakNow__right__bhqBZ {
        flex-direction:column;
        align-items: center;
        justify-content: center;
        width: 100%
    }
}

.styles_speakNow__right__desc__pnTUk {
    font-size: 16px;
    color: #fff
}

@media(max-width: 900px) {
    .styles_speakNow__right__desc__pnTUk {
        text-align:center
    }
}

.styles_speakNow__right__btn__5lwZV {
    width: 200px;
    background-color: #de832f;
    color: #fff;
    height: 45px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 2.33;
    margin-top: 20px;
    cursor: pointer
}

@media(max-width: 900px) {
    .styles_speakNow__right__btn__5lwZV {
        width:100%
    }
}

.styles_onBoardingModal__F_Eyz {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 70vw
}

@media(max-width: 900px) {
    .styles_onBoardingModal__F_Eyz {
        width:100%;
        margin-left: 5px
    }
}

.styles_onBoardingModal__left__4xHbS {
    width: 50%;
    background-color: #fff;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    overflow-y: auto
}

.styles_onBoardingModal__left__4xHbS::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    border-radius: 5px
}

.styles_onBoardingModal__left__4xHbS::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #eee;
    border-radius: 5px
}

.styles_onBoardingModal__left__4xHbS::-webkit-scrollbar-thumb {
    background: #0095ff;
    border-radius: 3px
}

@media(max-width: 900px) {
    .styles_onBoardingModal__left__4xHbS {
        width:100%;
        height: 100%;
        overflow-y: unset
    }
}

.styles_onBoardingModal__left__title__sblY4 {
    font-weight: 700;
    font-size: 20px;
    color: #11142d
}

@media(max-width: 900px) {
    .styles_onBoardingModal__left__title__sblY4 {
        font-size:16px
    }
}

.styles_onBoardingModal__left__desc__USwxu {
    font-weight: 400;
    font-size: 14px;
    color: #92929d;
    line-height: 20px;
    margin: 10px 0
}

.styles_onBoardingModal__left__form__E3bG7 {
    width: 100%
}

.styles_onBoardingModal__left__btns__kMJDP {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.styles_onBoardingModal__left__btns__cancel__mtAOz {
    width: 45%;
    background-color: #fff;
    color: #0095ff;
    height: 45px;
    border-radius: 4px;
    border: 2px solid #0095ff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.33;
    cursor: pointer
}

@media(max-width: 900px) {
    .styles_onBoardingModal__left__btns__cancel__mtAOz {
        display:none
    }
}

.styles_onBoardingModal__left__btns__submit__ROF_K {
    width: 45%;
    background-color: #0095ff;
    color: #fff;
    height: 45px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.33;
    cursor: pointer
}

@media(max-width: 900px) {
    .styles_onBoardingModal__left__btns__submit__ROF_K {
        width:100%
    }
}

.styles_onBoardingModal__right__QPvuF {
    width: 50%;
    height: 80vh;
    overflow: hidden
}

.styles_onBoardingModal__right__QPvuF img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width: 1200px) {
    .styles_onBoardingModal__right__QPvuF img {
        -o-object-fit:cover;
        object-fit: cover
    }
}

@media(max-width: 900px) {
    .styles_onBoardingModal__right__QPvuF {
        display:none;
        height: 90vh
    }
}

.styles_forStudentsLandingPage__MlXn3 {
    min-height: 100vw;
    background-color: #fff;
    overflow: hidden
}

.styles_forStudentsLandingPage__head__XvHro {
    font-size: 18px;
    color: #fcb64d;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500
}

.styles_forStudentsLandingPage__title__8N2J_ {
    font-size: 35px;
    color: #302d3a;
    font-weight: 600;
    margin-bottom: 20px
}

@media(max-width: 900px) {
    .styles_forStudentsLandingPage__title__8N2J_ {
        font-size:27px
    }
}

.styles_forStudentsLandingPage__desc__Ec9gm {
    font-size: 16px;
    color: #a2a2a2;
    font-weight: 300;
    margin-bottom: 20px
}

.styles_forStudentsLandingPageHeader__AbmIN {
    height: 100vh
}

@media(max-width: 700px) {
    .styles_forStudentsLandingPageHeader__AbmIN {
        height:90vh
    }
}

.styles_forStudentsLandingPageHeader__container__OK_tn {
    display: flex;
    justify-content: space-between;
    height: 100%
}

.styles_forStudentsLandingPageHeader__container__OK_tn>* {
    width: 48%;
    height: 100%;
    display: flex
}

@media(max-width: 1020px) {
    .styles_forStudentsLandingPageHeader__container__OK_tn>* {
        width:100%
    }
}

.styles_forStudentsLandingPageHeader__start__V2eJh {
    flex-direction: column;
    justify-content: center
}

.styles_forStudentsLandingPageHeader__start__title__3B0xt {
    font-size: 50px;
    color: #172b4d;
    line-height: 77px;
    margin-bottom: 15px
}

@media(max-width: 700px) {
    .styles_forStudentsLandingPageHeader__start__title__3B0xt {
        font-size:43px;
        line-height: 72px
    }
}

@media(max-width: 500px) {
    .styles_forStudentsLandingPageHeader__start__title__3B0xt {
        font-size:35px;
        line-height: 64px
    }
}

@media(max-width: 330px) {
    .styles_forStudentsLandingPageHeader__start__title__3B0xt {
        font-size:30px;
        line-height: 60px
    }
}

.styles_forStudentsLandingPageHeader__start__desc__ButuO {
    font-size: 16px;
    font-weight: 500;
    color: #a2a2a2;
    margin-bottom: 25px;
    line-height: 30px
}

@media(max-width: 700px) {
    .styles_forStudentsLandingPageHeader__start__desc__ButuO {
        font-size:15px
    }
}

.styles_forStudentsLandingPageHeader__start__btn__XkHP6 {
    margin-bottom: 40px
}

.styles_forStudentsLandingPageHeader__end__l6DnP {
    display: flex;
    align-items: center;
    animation: styles_bounce__Fm4s8 .8s ease-in
}

@media(max-width: 1020px) {
    .styles_forStudentsLandingPageHeader__end__l6DnP {
        display:none
    }
}

.styles_forStudentsLandingPageHeader__end__left__top__YSDLR {
    margin-inline-start:115px;position: relative;
    border-radius: 50%;
    animation: styles_float__7nQso 6s ease-in-out infinite
}

.styles_forStudentsLandingPageHeader__end__left__top__YSDLR img {
    width: 470px
}

@media(max-width: 1220px) {
    .styles_forStudentsLandingPageHeader__end__left__top__YSDLR img {
        width:360px
    }
}

.styles_forStudentsLandingPageVideoSection__Cq3cm {
    margin-bottom: 50px
}

.styles_forStudentsLandingPageOurStudents__Nr3d6 {
    margin-bottom: 75px
}

.styles_forStudentsLandingPageOurStudents__body__0kj_T {
    display: flex;
    flex-direction: column
}

.styles_forStudentsLandingPageOurStudents__cards__OwjcC {
    display: flex;
    margin: 50px 0
}

.styles_forStudentsLandingPageOurStudents__swiper__3o045 {
    width: 100%;
    margin-bottom: 20px;
    position: relative
}

.styles_forStudentsLandingPageOurStudents__swiper__controls__DZdHM {
    display: flex;
    justify-content: center;
    padding: 5px 20px
}

.styles_forStudentsLandingPageOurStudents__swiper__controls__DZdHM>* {
    border-radius: 50%;
    background-color: #0095ff;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px
}

.styles_forStudentsLandingPageOurStudents__btn__H1kZD {
    display: flex;
    justify-content: center
}

.styles_forStudentsLandingPageAbout__v4qbl {
    display: flex;
    flex-direction: column;
    margin-bottom: 75px;
    margin-top: 75px
}

.styles_forStudentsLandingPageAbout__cards__PylZ9 {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px
}

@media(max-width: 900px) {
    .styles_forStudentsLandingPageAbout__cards__PylZ9 {
        grid-template-columns:repeat(1,1fr);
        grid-gap: unset
    }
}

.styles_forStudentsLandingPageAbout__head__ojDn_ {
    font-size: 18px;
    color: #fcb64d;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center
}

.styles_forStudentsLandingPageAbout__title__xRaDu {
    font-size: 35px;
    color: #302d3a;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center
}

@media(max-width: 900px) {
    .styles_forStudentsLandingPageAbout__title__xRaDu {
        font-size:27px
    }
}

.styles_forStudentsLandingPageAboutCard__yzLW5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    transition: all .25s ease-in-out
}

@media(max-width: 900px) {
    .styles_forStudentsLandingPageAboutCard__yzLW5 {
        margin-inline-end:unset;
        margin-bottom: 20px
    }
}

.styles_forStudentsLandingPageAboutCard__yzLW5:last-child {
    margin-inline-end:unset}

.styles_forStudentsLandingPageAboutCard__yzLW5:hover {
    box-shadow: 0 0 30px 20px rgba(0,0,0,.07)
}

.styles_forStudentsLandingPageAboutCard__image__or34o {
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center
}

.styles_forStudentsLandingPageAboutCard__image__iconImage__RQf2Z {
    width: 65px
}

.styles_forStudentsLandingPageAboutCard__name__lznvA {
    font-size: 18px;
    color: #260e4b;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center
}

.styles_forStudentsLandingPageAboutCard__desc__xptwJ {
    font-size: 16px;
    color: #777;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
    height: 105px
}

.styles_forStudentsLandingPageBookFree__ot_CS {
    width: 100%;
    background-image: url(/_next/static/media/bookFreeBG.4e941972.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 216px;
    border-radius: 10px;
    background-color: #0095ff;
    margin-bottom: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%
}

@media(max-width: 900px) {
    .styles_forStudentsLandingPageBookFree__ot_CS {
        flex-direction:column;
        padding: 40px 8%;
        height: -moz-fit-content;
        height: fit-content;
        align-items: flex-start
    }
}

.styles_forStudentsLandingPageBookFree__start__ICTQy {
    margin-inline-end:40px}

@media(max-width: 900px) {
    .styles_forStudentsLandingPageBookFree__start__ICTQy {
        margin-bottom:30px
    }
}

.styles_forStudentsLandingPageBookFree__start__head__AwLW2 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px
}

.styles_forStudentsLandingPageBookFree__start__title__fJJcB {
    font-size: 25px;
    color: #fff;
    font-weight: 600
}

.styles_forStudentsLandingPageBookFree__end__NmLG9 {
    width: 50%;
    display: flex;
    justify-content: flex-end
}

@media(max-width: 900px) {
    .styles_forStudentsLandingPageBookFree__end__NmLG9 {
        width:100%;
        justify-content: flex-start
    }
}

.styles_homeLandingPageStudentzCard__Gu3qE {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 0 20px;
    flex-wrap: wrap
}

.styles_homeLandingPageStudentzCard__top__vDTw_ {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/_next/static/media/landingConnectCard.284ec3b5.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 250px;
    width: 250px;
    margin-bottom: 20px
}

.styles_homeLandingPageStudentzCard__top__img__ylNj8 {
    height: 170px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1% 3.5% 3.5% 1%;
    position: relative;
    border-radius: 50%;
    overflow: hidden
}

.styles_homeLandingPageStudentzCard__top__img__ylNj8 img {
    width: 100%
}

.styles_homeLandingPageStudentzCard__bottom__45FiD {
    padding: 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-direction: column;
    width: 50vw
}

@media screen and (max-width: 850px) {
    .styles_homeLandingPageStudentzCard__bottom__45FiD {
        align-items:center;
        width: 100%
    }
}

@media screen and (min-width: 850px) {
    .styles_homeLandingPageStudentzCard__bottom__45FiD {
        box-shadow:inset 3px 0 0 0 #dfe1e6;
        padding-left: 70px
    }
}

.styles_homeLandingPageStudentzCard__bottom__name__FA0cs {
    color: #172b4d;
    font-size: 18px;
    font-weight: 600
}

@media screen and (max-width: 850px) {
    .styles_homeLandingPageStudentzCard__bottom__name__FA0cs {
        text-align:center
    }
}

.styles_homeLandingPageStudentzCard__bottom__title__vv1E4 {
    color: #172b4d;
    font-size: 18px;
    font-weight: 600
}

@media screen and (max-width: 850px) {
    .styles_homeLandingPageStudentzCard__bottom__title__vv1E4 {
        text-align:center
    }
}

.styles_homeLandingPageStudentzCard__bottom__rate__k1j6c {
    margin: 2px 0 7px
}

@media screen and (max-width: 850px) {
    .styles_homeLandingPageStudentzCard__bottom__rate__k1j6c {
        text-align:center
    }
}

.styles_homeLandingPageStudentzCard__bottom__comment__QeSAI {
    font-size: 16px;
    color: #a2a2a2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px
}

@media screen and (max-width: 850px) {
    .styles_homeLandingPageStudentzCard__bottom__comment__QeSAI {
        font-size:12px
    }
}

.styles_homeLandingPageStudentzCard__bottom__uni__ZItpY {
    font-size: 16px;
    color: #a2a2a2;
    margin-top: -10px
}

@media screen and (max-width: 850px) {
    .styles_homeLandingPageStudentzCard__bottom__uni__ZItpY {
        text-align:center
    }
}

.styles_homeStudentsLandingPageHowItWorks__14U8c {
    margin-bottom: 75px
}

.styles_homeStudentsLandingPageHowItWorks__steps__kyYGz {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap
}

@media(max-width: 990px) {
    .styles_homeStudentsLandingPageHowItWorks__steps__kyYGz {
        flex-direction:column;
        margin: 0 20px 40px
    }
}

.styles_homeStudentsLandingPageHowItWorks__steps__step__XTO1_ {
    width: 22%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 990px) {
    .styles_homeStudentsLandingPageHowItWorks__steps__step__XTO1_ {
        margin-bottom:10px;
        width: 100%
    }
}

.styles_homeStudentsLandingPageHowItWorks__steps__step__top__4IJhc {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    transition: all .25s ease-in-out;
    height: 435px
}

@media(max-width: 990px) {
    .styles_homeStudentsLandingPageHowItWorks__steps__step__top__4IJhc {
        margin-inline-end:unset;
        margin-bottom: 20px;
        height: 315px
    }
}

.styles_homeStudentsLandingPageHowItWorks__steps__step__top__4IJhc:last-child {
    margin-inline-end:unset}

.styles_homeStudentsLandingPageHowItWorks__steps__step__top__count__BO_OM {
    padding: 10px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    color: #fcb64d;
    background-color: #feeacc;
    border: 8px solid #fff5e6;
    margin-bottom: 10px
}

@media(max-width: 1170px) {
    .styles_homeStudentsLandingPageHowItWorks__steps__step__top__count__BO_OM {
        font-size:16px;
        padding: 4px
    }
}

@media(max-width: 870px) {
    .styles_homeStudentsLandingPageHowItWorks__steps__step__top__count__BO_OM {
        padding:8px;
        font-size: 14px;
        border: 10px solid #fff5e6
    }
}

.styles_homeStudentsLandingPageHowItWorks__steps__step__top__image__96jwD {
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center
}

.styles_homeStudentsLandingPageHowItWorks__steps__step__top__image__iconImage__uFfhO {
    width: 65px
}

.styles_homeStudentsLandingPageHowItWorks__steps__step__top__name__pJ2Ql {
    font-size: 16px;
    color: #260e4b;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center
}

.styles_homeStudentsLandingPageHowItWorks__steps__step__top__desc__e0uIN {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center
}

@media(min-width: 870px) {
    .styles_homeStudentsLandingPageHowItWorks__steps__step__icon__tHQHT svg {
        width:60px
    }
}

@media(max-width: 990px) {
    .styles_homeStudentsLandingPageHowItWorks__steps__step__icon__tHQHT {
        display:none
    }
}

.styles_homeStudentsLandingPageHowItWorks__btn__aSZWu {
    display: flex;
    justify-content: center;
    margin: -30px 0 20px
}

@media(min-width: 990px) {
    .styles_homeStudentsLandingPageHowItWorks__btn__aSZWu {
        margin:-80px 0 20px
    }
}

.styles_forStudentsLandingPageFaqs__TW58u {
    margin-bottom: 75px
}

.styles_forStudentsLandingPageFaqs__steps__wf2D7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px
}

@media(max-width: 870px) {
    .styles_forStudentsLandingPageFaqs__steps__wf2D7 {
        flex-direction:column;
        margin: 0 20px 40px
    }
}

.styles_forStudentsLandingPageFaqs__steps__step__ax_Z5 {
    width: 100%;
    display: flex;
    align-items: center
}

@media(max-width: 870px) {
    .styles_forStudentsLandingPageFaqs__steps__step__ax_Z5 {
        margin-bottom:10px
    }
}

.styles_forStudentsLandingPageFaqs__steps__step__ax_Z5:first-child .styles_forStudentsLandingPageFaqs__steps__step__icon__UXhLX svg path {
    fill: #74dbef
}

.styles_forStudentsLandingPageFaqs__steps__step__ax_Z5:last-child .styles_forStudentsLandingPageFaqs__steps__step__count__ACDE5 {
    color: #fcb64d;
    background-color: #feeacc;
    border: 15px solid #fff5e6
}

@media(max-width: 870px) {
    .styles_forStudentsLandingPageFaqs__steps__step__ax_Z5:last-child .styles_forStudentsLandingPageFaqs__steps__step__count__ACDE5 {
        border:10px solid #fff5e6
    }
}

.styles_forStudentsLandingPageFaqs__steps__step__ax_Z5:first-child .styles_forStudentsLandingPageFaqs__steps__step__count__ACDE5 {
    color: #0095ff;
    background-color: #c7e8ff;
    border: 15px solid #e4f4ff
}

@media(max-width: 870px) {
    .styles_forStudentsLandingPageFaqs__steps__step__ax_Z5:first-child .styles_forStudentsLandingPageFaqs__steps__step__count__ACDE5 {
        border:10px solid #e4f4ff
    }
}

.styles_forStudentsLandingPageFaqs__steps__step__count__ACDE5 {
    padding: 10px;
    border-radius: 50%;
    font-size: 20px;
    margin-inline-end:15px;font-weight: 600;
    color: #74dbef;
    background-color: #d0f1f7;
    border: 15px solid #eaf9fc
}

@media(max-width: 1170px) {
    .styles_forStudentsLandingPageFaqs__steps__step__count__ACDE5 {
        font-size:16px;
        margin-inline-end:10px;padding: 7px
    }
}

@media(max-width: 870px) {
    .styles_forStudentsLandingPageFaqs__steps__step__count__ACDE5 {
        padding:8px;
        font-size: 14px;
        border: 10px solid #eaf9fc
    }
}

.styles_forStudentsLandingPageFaqs__steps__step__name__7kN32 {
    margin-inline-end:15px;font-size: 20px;
    color: #260e4b;
    font-weight: 600
}

@media(max-width: 1170px) {
    .styles_forStudentsLandingPageFaqs__steps__step__name__7kN32 {
        font-size:16px
    }
}

.styles_forStudentsLandingPageFaqs__steps__step__icon__UXhLX {
    margin: 0 40px
}

@media(max-width: 1170px) {
    .styles_forStudentsLandingPageFaqs__steps__step__icon__UXhLX {
        margin:0 20px
    }

    .styles_forStudentsLandingPageFaqs__steps__step__icon__UXhLX svg {
        width: 60px
    }
}

@media(max-width: 870px) {
    .styles_forStudentsLandingPageFaqs__steps__step__icon__UXhLX {
        display:none
    }
}

.styles_forStudentsLandingPageFaqs__body___Foh_ {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.styles_forStudentsLandingPageFaqs__body__start__GLbKr {
    width: 100%;
    box-shadow: 0 0 7px 3px rgba(0,0,0,.075)
}

@media(max-width: 900px) {
    .styles_forStudentsLandingPageFaqs__body__start__GLbKr {
        width:100%;
        margin: 0 20px
    }
}

.styles_forStudentsLandingPageFaqs__body__end__TcBIk {
    width: 40%;
    padding: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/_next/static/media/landingPageAboutusBG.477d0956.png);
    background-repeat: no-repeat;
    background-size: 100%
}

@media(max-width: 900px) {
    .styles_forStudentsLandingPageFaqs__body__end__TcBIk {
        display:none
    }
}

.styles_forStudentsLandingPageFaqs__body__end__img__ehMNW {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6.5% 6.5% 0;
    position: relative
}

.styles_forStudentsLandingPageFaqs__body__end__img__ehMNW img {
    width: 100%
}

.styles_forStudentsLandingPageFaqs__body__end__reach__blHFz {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 170px;
    min-height: 100px;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 7px 2px rgba(0,0,0,.082);
    margin: 10% -15% 0 0
}

.styles_forStudentsLandingPageFaqs__body__end__reach__blHFz svg {
    width: 25px;
    height: 25px;
    margin-bottom: 5px
}

.styles_forStudentsLandingPageFaqs__body__end__reach__num__SyLXo {
    font-size: 22px;
    color: #0095ff;
    font-weight: 800
}

.styles_forStudentsLandingPageFaqs__body__end__reach__name__XWAra {
    font-size: 13px;
    color: #0095ff
}

.styles_forStudentsLandingPageFeatured__3Deh2 {
    margin-bottom: 75px
}

.styles_forStudentsLandingPageFeatured__body__AmlRG {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.styles_forStudentsLandingPageFeatured__body__start__dXI__ {
    width: 48%;
    position: relative
}

@media(max-width: 900px) {
    .styles_forStudentsLandingPageFeatured__body__start__dXI__ {
        display:none
    }
}

.styles_forStudentsLandingPageFeatured__body__start__dXI__ img {
    width: 100%
}

.styles_forStudentsLandingPageFeatured__body__start__dXI__ .styles_pin__U6UNc {
    position: absolute;
    top: 5%;
    left: 60%;
    margin-left: 115px;
    border-radius: 50%;
    border: 8px solid transparent;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.styles_forStudentsLandingPageFeatured__body__start__dXI__ .styles_pin__U6UNc:hover {
    border: 6px solid transparent
}

.styles_forStudentsLandingPageFeatured__body__start__dXI__ .styles_pin__U6UNc img {
    overflow: hidden
}

.styles_forStudentsLandingPageFeatured__body__start__dXI__ .styles_pinAfter__k197z {
    position: absolute;
    width: 0;
    height: 0;
    bottom: -45px;
    left: 2px;
    border: 20px solid transparent;
    border-top-width: 25px
}

.styles_forStudentsLandingPageFeatured__body__end__vEvEB {
    width: 48%;
    padding-bottom: 25px
}

@media(max-width: 900px) {
    .styles_forStudentsLandingPageFeatured__body__end__vEvEB {
        width:100%;
        position: relative
    }

    .styles_forStudentsLandingPageFeatured__body__end__vEvEB:before {
        position: absolute;
        height: 100%;
        width: 100%;
        content: "";
        background-image: url(/_next/static/media/landingConnectBG.346d8b5f.png);
        background-repeat: no-repeat;
        background-size: 100%;
        filter: opacity(.3)
    }
}

.styles_forStudentsLandingPageFeatured__body__end__vEvEB .styles_slick-dots__HsM5y li.styles_slick-active__mLFEr button:before {
    color: transparent
}

.styles_forStudentsLandingPageFeatured__body__end__vEvEB .styles_ant-carousel__5vRko .styles_slick-dots__HsM5y li.styles_slick-active__mLFEr button {
    background: #0095ff;
    padding: 4px 0
}

.styles_forStudentsLandingPageFeatured__body__end__vEvEB .styles_ant-carousel__5vRko .styles_slick-dots__HsM5y li button {
    background: #a0a0a0;
    padding: 4px 0
}

.styles_forStudentsLandingPageFeatured__body__end__vEvEB .styles_slick-dots__HsM5y .styles_slick-dots-bottom__eOa2c {
    margin-left: 0
}

.styles_forStudentsLandingPageFeatured__body__end__vEvEB .styles_ant-carousel__5vRko .styles_slick-dots__HsM5y li {
    margin: 0 5px
}

.styles_forStudentsLandingPageFeatured__body__end__vEvEB .styles_ant-carousel__5vRko .styles_slick-dots-bottom__eOa2c {
    bottom: -20px
}

.styles_forStudentsLandingPageFeatured__btn__zXB0N {
    display: flex;
    justify-content: center;
    margin: 40px 0 20px
}

.styles_forStudentsLandingPageFeaturedCard__DZtRs {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px
}

.styles_forStudentsLandingPageFeaturedCard__top__CDwtS {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/_next/static/media/featuredCard.1bfa4d5a.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 200px;
    width: 200px;
    margin-bottom: 20px
}

.styles_forStudentsLandingPageFeaturedCard__top__img__vOK5n {
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3.5% 3.5% 0;
    position: relative;
    border-radius: 50%;
    overflow: hidden
}

.styles_forStudentsLandingPageFeaturedCard__top__img__vOK5n img {
    width: 100%
}

.styles_forStudentsLandingPageFeaturedCard__name__nVisa {
    color: #172b4d;
    font-size: 18px;
    font-weight: 600
}

.styles_forStudentsLandingPageFeaturedCard__title__JZE9y {
    color: rgba(23,44,79,.42);
    font-size: 16px
}

.styles_forStudentsLandingPageFeaturedCard__rate__thmzJ {
    margin: 2px 0 7px
}

.styles_forStudentsLandingPageFeaturedCard__comment__OVgd4 {
    font-size: 16px;
    color: #a2a2a2;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media screen and (max-width: 850px) {
    .styles_forStudentsLandingPageFeaturedCard__comment__OVgd4 {
        font-size:12px
    }
}

.styles_forStudentsLandingPageFeaturedCard__bot__I9rW9 {
    display: flex;
    align-items: center;
    color: #0095ff;
    font-size: 14px;
    text-decoration: underline!important;
    margin-top: auto
}

.styles_forStudentsLandingPageFeaturedCard__bot__I9rW9 svg {
    margin-inline-start:8px;margin-top: 4px
}

.styles_forStudentsLandingPageFeaturedCard__bot__I9rW9 svg path {
    fill: #0095ff
}

.styles_forStudentsLandingPageOurBlog__7jvuB {
    margin-bottom: 75px
}

.styles_forStudentsLandingPageOurBlog__cards__i1scx {
    display: grid;
    grid-template-columns: repeat(3,32.2%);
    grid-gap: 2rem;
    margin-bottom: 50px
}

@media(max-width: 1170px) {
    .styles_forStudentsLandingPageOurBlog__cards__i1scx {
        grid-template-columns:repeat(2,49%)
    }
}

@media(max-width: 760px) {
    .styles_forStudentsLandingPageOurBlog__cards__i1scx {
        grid-template-columns:repeat(1,100%)
    }
}

.styles_forStudentsLandingPageOurBlog__btn__JL973 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.styles_forStudentsLandingPageOurBlog__spinner__P08Kn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10rem 0
}

.styles_forStudentsLandingPageConsultation__BzlG5 {
    background-image: url(/_next/static/media/landingConsultationBG.6660a940.png);
    background-repeat: no-repeat;
    background-size: cover
}

.styles_forStudentsLandingPageConsultation__body__tkzoS {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 110px 0 140px
}

.styles_forStudentsLandingPageConsultation__body__tkzoS>* {
    text-align: center
}

.styles_forStudentsLandingPageConsultation__desc__QZdoe {
    font-size: 16px;
    color: #a2a2a2;
    margin-bottom: 40px;
    max-width: 50%;
    text-align: center
}

@media(max-width: 900px) {
    .styles_forStudentsLandingPageConsultation__desc__QZdoe {
        max-width:80%
    }
}

.styles_forStudentsLandingPageConsultation__btn__ubXlh {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}
