* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-viewport_UqCO {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}.top_skill_ApML {
    flex: 1 0 auto;
}.teach_supp_Rhro {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1271px;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.secure_preserve_IRfp {
    display: flex;
    width: 100%;
    align-items: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    background-color: #ffffff;
    color: #000000;
    height: auto;
    font-family: Arial, sans-serif;
    padding: 40px;
}.secure_preserve_IRfp .container {
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}.secure_preserve_IRfp h1, .secure_preserve_IRfp h2 {
    background: linear-gradient(90deg, rgb(152,195,200), rgb(90,150,181));
    width: 100%;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}.secure_preserve_IRfp h1 {
    margin-top: 30px;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}.secure_preserve_IRfp h2 {
    margin-bottom: 15px;
    margin-top: 25px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 30px;
}.secure_preserve_IRfp ul {
    padding: 0;
    width: 100%;
    margin: 0;
    list-style-type: none;
}.secure_preserve_IRfp li {
    margin-bottom: 15px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    background-color: rgb(90,150,181,0.5);
    border-radius: 10px;
    color: #000000;
    font-size: 16px;
    padding: 15px;
}.secure_preserve_IRfp li::before {
    font-size: 1.2em;
    content: '✔';
    color: rgb(152,195,200);
    margin-right: 10px;
}.secure_preserve_IRfp p, .secure_preserve_IRfp span, .secure_preserve_IRfp div {
    line-height: 1.8;
    margin-bottom: 10px;
    color: #000000;
    font-size: 16px;
}

@media only screen and (max-width: 800px) {.secure_preserve_IRfp {
    padding: 20px;
}.secure_preserve_IRfp h1 {
    font-size: calc(24px - 5px);
    margin-bottom: 15px;
    margin-top: 25px;
}.secure_preserve_IRfp h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: calc(24px - 3px);
}.secure_preserve_IRfp ul, .secure_preserve_IRfp ol {
    padding: 0;
    margin: 10px 0;
}.secure_preserve_IRfp li {
    margin-bottom: 10px;
    font-size: calc(16px - 1px);
}.secure_preserve_IRfp p, .secure_preserve_IRfp span, .secure_preserve_IRfp div {
    font-size: calc(16px - 1px);
    margin-bottom: 8px;
}}
.gratBox_xCkG {
    background: linear-gradient(135deg, rgb(199,218,219) 0%, rgba(255,255,255,0.95) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}.gratBox_xCkG::before {
    z-index: 0;
    background: linear-gradient(45deg, rgb(152,195,200,0.5) 0%, rgb(90,150,181) 100%);
    animation: float 12s ease-in-out infinite;
    height: 70%;
    filter: blur(40px);
    content: "";
    opacity: 0.4;
    width: 60%;
    position: absolute;
    right: -20%;
    transform: rotate(-15deg);
    top: -20%;
}.gratBox_xCkG::after {
    left: -10%;
    background: linear-gradient(-45deg, rgb(90,150,181,0.5) 0%, rgb(152,195,200) 100%);
    z-index: 0;
    bottom: -10%;
    filter: blur(30px);
    opacity: 0.3;
    width: 50%;
    transform: rotate(15deg);
    content: "";
    height: 60%;
    position: absolute;
    animation: float 15s ease-in-out infinite reverse;
}.gratBox_xCkG .container {
    position: relative;
    max-width: 1200px;
    animation: fadeIn 0.8s ease-out forwards;
    margin: 0 auto;
    display: flex;
    z-index: 2;
    flex-direction: column;
    align-items: center;
}.gratBox_xCkG h2 {
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
    max-width: 90%;
    position: relative;
    font-size: clamp(1.75rem, 4vw, 31px);
    font-weight: 700;
    opacity: 0;
    transform: translateY(20px);
    color: #000000;
    text-align: center;
    animation: slideUp 0.7s ease-out 0.2s forwards;
    font-family: Arial, sans-serif;
    line-height: 1.3;
}.gratBox_xCkG h2::before {
    height: 4px;
    background: linear-gradient(90deg, rgb(152,195,200) 0%, rgb(90,150,181) 100%);
    left: 50%;
    border-radius: 2px;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    bottom: -16px;
    content: "";
}.gratBox_xCkG .pro_learning_ZFNG {
    transform: translateY(30px);
    border-radius: 26px;
    opacity: 0;
    width: 100%;
    position: relative;
    border-left: 4px solid rgb(152,195,200);
    animation: slideUp 0.8s ease-out 0.4s forwards;
    backdrop-filter: blur(8px);
    background: linear-gradient(120deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.96) 100%);
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06), 0 8px 16px rgba(0,0,0,0.04);
    max-width: 880px;
}.gratBox_xCkG .pro_learning_ZFNG::before {
    top: 15px;
    left: 15px;
    content: "";
    bottom: 15px;
    right: 15px;
    border: 1px dashed rgba(0,0,0,0.07);
    position: absolute;
    z-index: 0;
    pointer-events: none;
    border-radius: calc(26px - 15px);
}.gratBox_xCkG ul {
    padding: 0;
    list-style: none;
    z-index: 1;
    position: relative;
    margin: 0;
}.gratBox_xCkG li {
    position: relative;
    padding-left: 2rem;
}.gratBox_xCkG li::before {
    content: "";
    box-shadow: 0 0 0 4px rgb(152,195,200,0.5);
    background: rgb(152,195,200);
    position: absolute;
    height: 8px;
    top: 8px;
    width: 8px;
    left: 0;
    border-radius: 50%;
    animation: pulse 3s ease-in-out infinite;
}.gratBox_xCkG span {
    z-index: 2;
    color: #000000;
    position: relative;
    line-height: 1.7;
    display: block;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 1.1rem);
}

@keyframes slideUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(152,195,200,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) translate(-10px, -15px);
    }
    100% {
        transform: rotate(-15deg) translate(0, 0);
    }
}

@media screen and (max-width: 767px) {.gratBox_xCkG {
    padding: 3rem 1.25rem;
}.gratBox_xCkG h2 {
    margin-bottom: 2rem;
    max-width: 100%;
}.gratBox_xCkG .pro_learning_ZFNG {
    border-left-width: 3px;
    padding: 2rem 1.5rem;
}.gratBox_xCkG li {
    padding-left: 1.5rem;
}.gratBox_xCkG li::before {
    top: 6px;
    width: 6px;
    height: 6px;
}.gratBox_xCkG h2::before {
    height: 3px;
    width: 60px;
    bottom: -12px;
}
}

@media screen and (max-width: 480px) {.gratBox_xCkG {
    padding: 2.5rem 1rem;
}.gratBox_xCkG h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}.gratBox_xCkG .pro_learning_ZFNG {
    padding: 1.5rem 1.25rem;
}.gratBox_xCkG span {
    font-size: 0.95rem;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    z-index: -2;
    right: 0;
    position: absolute;
    left: 0;
    opacity: 0.9;
    background: linear-gradient(145deg, rgb(199,218,219) 0%, rgb(152,195,200,0.5) 100%);
    content: "";
    top: 0;
    bottom: 0;
}footer::after {
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    right: 0;
    content: "";
    left: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(152,195,200,0.5), rgb(152,195,200,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(152,195,200,0.5), rgb(152,195,200,0.5) 1px, transparent 1px, transparent 20px);
    top: 0;
    bottom: 0;
}.teach_supp_Rhro {
    color: #000000;
    position: relative;
    padding: 4rem 0 2rem;
}.teach_supp_Rhro::after {
    background: linear-gradient(90deg, rgb(152,195,200), rgb(90,150,181));
    height: 6px;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
}.teach_supp_Rhro .container {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    position: relative;
}.teach_supp_Rhro .company_holder {
    flex: 1 1 400px;
    padding: 2rem 2.5rem;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 19px;
}.teach_supp_Rhro .company_holder::before {
    position: absolute;
    height: 5px;
    left: 0;
    background: rgb(152,195,200);
    content: "";
    border-top-left-radius: 19px;
    width: 100%;
    top: 0;
    border-top-right-radius: 19px;
}.teach_supp_Rhro .company_holder h3 {
    color: rgb(152,195,200);
    font-weight: 700;
    margin: 0 0 1.5rem;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 32px;
}.teach_supp_Rhro .company_holder h3::after {
    height: 3px;
    position: absolute;
    background: rgb(90,150,181);
    width: 80px;
    left: 0;
    content: "";
    bottom: -0.5rem;
}.teach_supp_Rhro .rating_stars_OfxH {
    background: rgb(199,218,219);
    border-radius: 10px;
    position: relative;
    line-height: 1.7;
    padding: 1.5rem;
    border-left: 3px solid rgb(90,150,181);
    color: #000000;
    font-size: 18px;
}.teach_supp_Rhro .campus_links_tbhM {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.teach_supp_Rhro .main_navbar_cwqN {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.teach_supp_Rhro .header_bar_DdbN {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 19px;
    overflow: hidden;
    min-width: 200px;
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
}.teach_supp_Rhro .header_bar_DdbN h5 {
    font-weight: 600;
    font-size: 20px;
    padding: 1rem 1.5rem;
    position: relative;
    color: #ffffff;
    background: rgb(90,150,181);
    margin: 0;
}.teach_supp_Rhro .header_bar_DdbN .main_navbar_cwqN {
    flex-direction: column;
    display: flex;
    padding: 1rem 0;
    gap: 0;
}.teach_supp_Rhro .header_bar_DdbN .main_navbar_cwqN a {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    padding: 0.8rem 1.5rem;
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    position: relative;
}.teach_supp_Rhro .header_bar_DdbN .main_navbar_cwqN a::before {
    content: "";
    transition: all 0.3s ease;
    background: rgb(199,218,219);
    height: 100%;
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    z-index: -1;
}.teach_supp_Rhro .header_bar_DdbN .main_navbar_cwqN a::after {
    border-radius: 50%;
    width: 5px;
    content: "";
    opacity: 0;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(90,150,181);
    position: absolute;
    left: 1.5rem;
    transition: all 0.3s ease;
    height: 5px;
}.teach_supp_Rhro .header_bar_DdbN .main_navbar_cwqN a:hover {
    color: rgb(152,195,200);
    padding-left: 2.2rem;
}.teach_supp_Rhro .header_bar_DdbN .main_navbar_cwqN a:hover::before {
    width: 100%;
}.teach_supp_Rhro .header_bar_DdbN .main_navbar_cwqN a:hover::after {
    opacity: 1;
}.peer_help_ucKk {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 3rem;
    position: relative;
    padding: 2rem 0;
    background: rgb(199,218,219);
}.peer_help_ucKk::before {
    right: 10%;
    height: 1px;
    left: 10%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(152,195,200,0.5), transparent);
    top: 0;
    position: absolute;
}.peer_help_ucKk .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.peer_help_ucKk .digital_res_CXnv {
    text-align: center;
    padding: 0.8rem 2rem;
    font-weight: 400;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    font-size: 15px;
    color: #000000;
    border-radius: 50px;
}

@media (max-width: 1200px) {.teach_supp_Rhro .container {
    gap: 2rem;
}.teach_supp_Rhro .company_holder {
    flex: 1 1 360px;
}.teach_supp_Rhro .campus_links_tbhM {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.teach_supp_Rhro .main_navbar_cwqN {
    gap: 2rem;
}
}

@media (max-width: 992px) {.teach_supp_Rhro {
    padding: 3.5rem 0 2rem;
}.teach_supp_Rhro .container {
    flex-direction: column;
    gap: 2.5rem;
}.teach_supp_Rhro .company_holder,
    .teach_supp_Rhro .campus_links_tbhM {
    flex: 1 1 100%;
    min-width: 100%;
}.teach_supp_Rhro .header_bar_DdbN {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.teach_supp_Rhro {
    padding: 3rem 0 1.5rem;
}.teach_supp_Rhro .main_navbar_cwqN {
    gap: 1.5rem;
}.teach_supp_Rhro .company_holder {
    padding: 2rem;
}.teach_supp_Rhro .company_holder h3 {
    font-size: calc(32px - 2px);
}.peer_help_ucKk {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.teach_supp_Rhro {
    padding: 2.5rem 0 1rem;
}.teach_supp_Rhro .container {
    gap: 1.5rem;
}.teach_supp_Rhro .header_bar_DdbN {
    flex: 1 1 100%;
    min-width: 100%;
}.teach_supp_Rhro .main_navbar_cwqN {
    gap: 1rem;
}.teach_supp_Rhro .company_holder {
    padding: 1.5rem;
}.teach_supp_Rhro .rating_stars_OfxH {
    padding: 1.2rem;
}.peer_help_ucKk {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.teach_supp_Rhro .company_holder h3::after {
    width: 50px;
}.teach_supp_Rhro .header_bar_DdbN .main_navbar_cwqN a:hover {
    padding-left: 2rem;
}.peer_help_ucKk .digital_res_CXnv {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.mentorship_experience_VdQZ {
    background: linear-gradient(170deg, rgb(199,218,219), #ffffff);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.mentorship_experience_VdQZ::before {
    content: "";
    width: 500px;
    opacity: 0.1;
    position: absolute;
    right: -200px;
    border-radius: 50%;
    height: 500px;
    top: -200px;
    background-color: rgb(152,195,200,0.5);
}.mentorship_experience_VdQZ .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.mentorship_experience_VdQZ .client_views_MgIy {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    max-width: 800px;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    padding: 50px;
    margin: 0 auto;
    position: relative;
}.mentorship_experience_VdQZ .client_views_MgIy:hover {
    transform: translateY(-10px);
}.mentorship_experience_VdQZ .client_views_MgIy::before {
    position: absolute;
    height: 30px;
    left: 50px;
    top: -15px;
    background-color: rgb(90,150,181);
    width: 30px;
    content: "";
    transform: rotate(45deg);
    z-index: -1;
}.mentorship_experience_VdQZ .client_views_MgIy::after {
    transform: rotate(45deg);
    background-color: rgb(152,195,200);
    bottom: -15px;
    z-index: -1;
    width: 30px;
    right: 50px;
    height: 30px;
    position: absolute;
    content: "";
}.mentorship_experience_VdQZ .image_slider_nKZl {
    position: relative;
    transition: transform 0.3s ease;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
    align-self: center;
    border: 4px solid #ffffff;
    height: 120px;
    width: 120px;
}.mentorship_experience_VdQZ .client_views_MgIy:hover .image_slider_nKZl {
    transform: scale(1.05);
}.mentorship_experience_VdQZ .image_slider_nKZl::before {
    background: linear-gradient(45deg, transparent 40%, rgb(152,195,200,0.5));
    position: absolute;
    transition: opacity 0.3s ease;
    content: "";
    opacity: 0;
    inset: 0;
}.mentorship_experience_VdQZ .client_views_MgIy:hover .image_slider_nKZl::before {
    opacity: 1;
}.mentorship_experience_VdQZ .job_expertise_IhEo {
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
    border-radius: 10px;
    background-color: rgb(199,218,219);
    position: relative;
    padding: 20px 30px;
    margin: 25px 0 0;
    order: 3;
}.mentorship_experience_VdQZ .job_expertise_IhEo::before {
    border-left: 10px solid transparent;
    position: absolute;
    content: "";
    border-bottom: 10px solid rgb(199,218,219);
    left: 30px;
    top: -10px;
    border-right: 10px solid transparent;
}.mentorship_experience_VdQZ .name {
    padding-bottom: 10px;
    order: 1;
    font-size: 20px;
    margin: 5px 0;
    color: #000000;
    text-align: center;
    font-weight: 700;
    display: block;
    position: relative;
}.mentorship_experience_VdQZ .name::after {
    left: 50%;
    bottom: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    background-color: rgb(152,195,200);
    height: 2px;
    transform: translateX(-50%);
    width: 40px;
}.mentorship_experience_VdQZ .client_views_MgIy:hover .name::after {
    width: 80px;
}.mentorship_experience_VdQZ span:not(.name) {
    text-align: center;
    order: 2;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(90,150,181);
    text-transform: uppercase;
    font-size: calc(14px * 0.9);
}

@media (min-width: 768px) {.mentorship_experience_VdQZ .client_views_MgIy {
    gap: 10px 30px;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
}.mentorship_experience_VdQZ .image_slider_nKZl {
    height: 180px;
    grid-area: photo;
    margin-bottom: 0;
    align-self: start;
    width: 180px;
}.mentorship_experience_VdQZ .name {
    grid-area: name;
    font-size: 38px;
    text-align: left;
}.mentorship_experience_VdQZ .name::after {
    left: 0;
    transform: none;
}.mentorship_experience_VdQZ span:not(.name) {
    text-align: left;
    grid-area: job;
    margin-bottom: 0;
}.mentorship_experience_VdQZ .job_expertise_IhEo {
    margin-top: 30px;
    grid-area: quote;
}
}

@media (max-width: 768px) {.mentorship_experience_VdQZ {
    padding: 70px 0;
}.mentorship_experience_VdQZ .client_views_MgIy {
    padding: 40px 30px;
}
}

@media (max-width: 576px) {.mentorship_experience_VdQZ {
    padding: 50px 0;
}.mentorship_experience_VdQZ .client_views_MgIy {
    padding: 30px 20px;
}.mentorship_experience_VdQZ .job_expertise_IhEo {
    padding: 15px 20px;
    margin-top: 20px;
}}.cookieDisclosurePanel_KXNs {
    overflow: hidden;
    display: flex;
    bottom: 20px;
    transform: translateX(-50%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    width: 90%;
    align-items: center;
    max-width: 600px;
    text-align: center;
    border-radius: 25px;
    left: 50%;
    font-family: Arial, sans-serif;
    background: rgb(199,218,219);
    position: fixed;
    z-index: 1050;
    padding: 20px;
}.cookie_expand_vYiu {
    display: flex;
    z-index: 1;
    align-items: center;
    flex-direction: column;
}.digital_consent_jgJU {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.digital_consent_jgJU svg, .digital_consent_jgJU svg path, .digital_consent_jgJU img {
    height: 80px;
    fill: rgb(152,195,200);
    width: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookieDisclosurePanel_KXNs h5 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(152,195,200);
}.cookieDisclosurePanel_KXNs p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 17px;
}.data_policy_GwCx {
    color: #ffffff;
    margin: 5px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: calc(50% - 10px);
    font-size: 16px;
    cursor: pointer;
    background: rgb(152,195,200);
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}.data_policy_GwCx:hover {
    background: rgb(90,150,181);
    transform: translateY(-3px);
}.cookie_button.cookie_compl_aCJN {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_compl_aCJN:hover {
    background: rgb(90,150,181,0.5);
}.cookieDisclosurePanel_KXNs p a {
    color: rgb(152,195,200);
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}.cookieDisclosurePanel_KXNs p a:hover {
    color: rgb(90,150,181);
}
@media only screen and (max-width: 600px) {.cookieDisclosurePanel_KXNs {
    bottom: 0;
    transform: none;
    width: 100%;
    left: 0;
    border-radius: 0;
}.cookie_expand_vYiu {
    padding: 15px;
}.digital_consent_jgJU svg {
    width: 50px;
    height: 50px;
}.cookieDisclosurePanel_KXNs h5 {
    font-size: calc(23px - 2px);
}.cookieDisclosurePanel_KXNs p {
    font-size: calc(17px - 2px);
}.data_policy_GwCx {
    font-size: calc(16px - 2px);
    width: calc(100% - 10px);
    padding: 8px 16px;
}}
#cookie_popup_board_HUiC {
    display: none;
}#cookie_popup_board_HUiC:checked ~ .cookieDisclosurePanel_KXNs {
    opacity: 0;
    visibility: hidden;
}.company_info_nHdl {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,218,219) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 80px 0;
}.company_info_nHdl::before {
    top: 0;
    width: 100%;
    animation: pulse 15s infinite alternate;
    height: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(152,195,200,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(90,150,181,0.5) 0%, transparent 70%);
    opacity: 0.15;
}.company_info_nHdl::after {
    opacity: 0.03;
    height: 100%;
    background-size: 100px 100px;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 75%),
        linear-gradient(-45deg, transparent 75%, #000000 75%);
    width: 100%;
    content: "";
    z-index: 2;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    top: 0;
    left: 0;
    position: absolute;
}.company_info_nHdl .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 5;
    margin: 0 auto;
    position: relative;
}.company_info_nHdl .pro_learning_ZFNG {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
    border-radius: 18px;
    align-items: center;
    padding: 40px;
    justify-content: space-between;
    transition: all 0.5s ease;
    backdrop-filter: blur(10px);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(0);
    gap: 50px;
}.company_info_nHdl .pro_learning_ZFNG:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: rgb(152,195,200,0.5);
    transform: translateY(-5px);
}.company_info_nHdl .path_creators_aPZX {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 0 0 300px;
}.company_info_nHdl .path_creators_aPZX::before {
    position: absolute;
    left: -15px;
    top: -15px;
    border-radius: 18px;
    transform: scale(0.95);
    transition: all 0.5s ease;
    z-index: -1;
    height: calc(100% + 30px);
    width: calc(100% + 30px);
    opacity: 0;
    content: "";
    border: 2px solid rgb(152,195,200,0.5);
}.company_info_nHdl .path_creators_aPZX:hover::before {
    transform: scale(1);
    opacity: 0.5;
}.company_info_nHdl .image_slider_nKZl {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    height: 350px;
    border-radius: 18px;
    width: 100%;
}.company_info_nHdl .image_slider_nKZl::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, transparent 50%);
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
}.company_info_nHdl .edu_philosophy_tvPU {
    margin-top: -50px;
    transform: translateX(0);
    margin-left: 20px;
    transition: all 0.5s ease;
    z-index: 10;
    background: rgb(152,195,200);
    border-radius: 10px;
    position: relative;
    padding: 20px;
}.company_info_nHdl .path_creators_aPZX:hover .edu_philosophy_tvPU {
    transform: translateX(-10px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}.company_info_nHdl .student_journey_wFxM {
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 700;
}.company_info_nHdl .learn_studio_Jaiv {
    font-weight: 400;
    font-size: 17px;
    opacity: 0.9;
    font-family: Arial, sans-serif;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin: 0;
}.company_info_nHdl .text_stack_rzfp {
    display: flex;
    flex: 1;
    gap: 20px;
    flex-direction: column;
}.company_info_nHdl .impact_numbers_RYCD {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
    gap: 15px;
}.company_info_nHdl .impact_numbers_RYCD svg {
    width: 40px;
    fill: rgb(152,195,200);
    height: 40px;
    transition: all 0.3s ease;
}.company_info_nHdl .impact_numbers_RYCD:hover svg {
    transform: scale(1.1) rotate(5deg);
}.company_info_nHdl .impact_numbers_RYCD svg path {
    transition: all 0.3s ease;
    fill: rgb(152,195,200);
}.company_info_nHdl .impact_numbers_RYCD:hover svg path {
    fill: rgb(90,150,181);
}.company_info_nHdl h2 {
    color: #000000;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    position: relative;
    letter-spacing: 0.5px;
    font-size: 33px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
}.company_info_nHdl h2::after {
    width: 80px;
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(152,195,200) 0%, rgb(90,150,181) 100%);
    position: absolute;
    height: 3px;
    transition: all 0.5s ease;
    border-radius: 3px;
}.company_info_nHdl .text_stack_rzfp:hover h2::after {
    width: 120px;
}.company_info_nHdl p {
    font-size: 17px;
    color: #000000;
    letter-spacing: 0.3px;
    line-height: 1.8;
    margin: 0;
    font-weight: 400;
    font-family: Arial, sans-serif;
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@media (max-width: 992px) {.company_info_nHdl {
    padding: 60px 0;
}.company_info_nHdl .pro_learning_ZFNG {
    padding: 30px;
    gap: 40px;
    flex-direction: column;
}.company_info_nHdl .path_creators_aPZX {
    width: 100%;
    flex: 0 0 auto;
    max-width: 500px;
}.company_info_nHdl .image_slider_nKZl {
    height: 300px;
}.company_info_nHdl .edu_philosophy_tvPU {
    margin-left: 15px;
    margin-top: -40px;
}.company_info_nHdl h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.company_info_nHdl {
    padding: 50px 0;
}.company_info_nHdl .pro_learning_ZFNG {
    padding: 25px;
    gap: 30px;
}.company_info_nHdl .path_creators_aPZX {
    max-width: 400px;
}.company_info_nHdl .image_slider_nKZl {
    height: 250px;
}.company_info_nHdl .edu_philosophy_tvPU {
    margin-top: -35px;
    padding: 15px;
}.company_info_nHdl .student_journey_wFxM {
    font-size: calc(20px * 0.9);
}.company_info_nHdl .learn_studio_Jaiv {
    font-size: calc(17px * 0.9);
}.company_info_nHdl h2 {
    font-size: calc(33px * 0.8);
    padding-bottom: 10px;
}.company_info_nHdl h2::after {
    width: 60px;
}.company_info_nHdl .text_stack_rzfp:hover h2::after {
    width: 90px;
}.company_info_nHdl p {
    font-size: calc(17px * 0.9);
}
}

@media (max-width: 576px) {.company_info_nHdl {
    padding: 40px 0;
}.company_info_nHdl .pro_learning_ZFNG {
    padding: 20px;
    gap: 25px;
}.company_info_nHdl .image_slider_nKZl {
    height: 220px;
}.company_info_nHdl .edu_philosophy_tvPU {
    padding: 12px;
    margin-left: 10px;
    margin-top: -30px;
}.company_info_nHdl .impact_numbers_RYCD svg {
    width: 30px;
    height: 30px;
}.company_info_nHdl h2 {
    padding-bottom: 8px;
    font-size: calc(33px * 0.7);
    margin-bottom: 10px;
}.company_info_nHdl h2::after {
    width: 50px;
    height: 2px;
}.company_info_nHdl .text_stack_rzfp:hover h2::after {
    width: 70px;
}.company_info_nHdl p {
    font-size: calc(17px * 0.85);
}}.client_experience_EnsM {
    background: linear-gradient(135deg, rgb(199,218,219) 0%, rgba(rgb(152,195,200,0.5), 0.05) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.client_experience_EnsM::before {
    opacity: 0.1;
    top: -50px;
    content: "";
    right: -50px;
    height: 250px;
    width: 250px;
    z-index: 1;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 70%;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(152,195,200) 0%, transparent 70%);
    position: absolute;
}.client_experience_EnsM::after {
    position: absolute;
    z-index: 1;
    opacity: 0.08;
    background: linear-gradient(45deg, rgb(90,150,181) 0%, transparent 70%);
    left: -80px;
    bottom: -80px;
    width: 300px;
    border-radius: 30% 70% 40% 60% / 50% 40% 60% 50%;
    height: 300px;
    transform: rotate(15deg);
    content: "";
}.client_experience_EnsM .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.client_experience_EnsM h2 {
    text-align: center;
    font-size: 37px;
    letter-spacing: -0.5px;
    color: #000000;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 60px;
}.client_experience_EnsM h2::after {
    background: linear-gradient(90deg, transparent, rgb(152,195,200), transparent);
    bottom: -12px;
    position: absolute;
    left: 10%;
    width: 80%;
    height: 3px;
    content: "";
}.client_experience_EnsM .feedback_stories_JZlD {
    gap: 30px;
    list-style: none;
    padding: 0;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.client_experience_EnsM .client_views_MgIy {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.4s ease;
    overflow: hidden;
    background: #ffffff;
    border-left: 3px solid rgb(152,195,200);
    padding: 30px;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.06);
}.client_experience_EnsM .client_views_MgIy::before {
    right: 20px;
    position: absolute;
    top: 10px;
    color: rgba(rgb(152,195,200,0.5), 0.08);
    font-family: serif;
    font-size: 120px;
    content: "";
    line-height: 0.8;
}.client_experience_EnsM .client_views_MgIy:hover {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateY(-8px);
}.client_experience_EnsM .client_views_MgIy div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}.client_experience_EnsM .client_views_MgIy img {
    box-shadow: 0 4px 10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    object-fit: cover;
    transition: transform 0.3s ease;
    height: 60px;
    margin-right: 15px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    width: 60px;
}.client_experience_EnsM .client_views_MgIy:hover img {
    transform: scale(1.05);
}.client_experience_EnsM .client_views_MgIy h4 {
    font-weight: 600;
    position: relative;
    font-size: calc(22px - 2px);
    color: #000000;
    margin: 0;
}.client_experience_EnsM .client_views_MgIy h4::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 30px;
    bottom: -5px;
    left: 0;
    background-color: rgb(152,195,200);
    transition: width 0.3s ease;
}.client_experience_EnsM .client_views_MgIy:hover h4::after {
    width: 50px;
}.client_experience_EnsM .description {
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    font-size: 12px;
    position: relative;
    color: #000000;
}.client_experience_EnsM a {
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(rgb(152,195,200,0.5), 0.3);
    z-index: 10;
    font-size: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 12px 30px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    color: #ffffff;
    margin-top: 40px;
    display: inline-block;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(152,195,200) 0%, rgb(90,150,181) 100%);
}.client_experience_EnsM a::before {
    top: 0;
    width: 100%;
    left: -100%;
    transition: left 0.7s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    height: 100%;
}.client_experience_EnsM a:hover {
    box-shadow: 0 8px 25px rgba(rgb(152,195,200,0.5), 0.4);
    transform: translateX(-50%) translateY(-3px);
}.client_experience_EnsM a:hover::before {
    left: 100%;
}

@media (max-width: 991px) {.client_experience_EnsM {
    padding: 90px 0;
}.client_experience_EnsM h2 {
    margin-bottom: 50px;
    font-size: calc(37px - 4px);
}.client_experience_EnsM .feedback_stories_JZlD {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 767px) {.client_experience_EnsM {
    padding: 70px 0;
}.client_experience_EnsM h2 {
    font-size: calc(37px - 6px);
    margin-bottom: 40px;
    line-height: 1.3;
}.client_experience_EnsM .feedback_stories_JZlD {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.client_experience_EnsM .client_views_MgIy {
    padding: 25px;
}.client_experience_EnsM a {
    margin-top: 30px;
    padding: 10px 25px;
}
}

@media (max-width: 480px) {.client_experience_EnsM {
    padding: 60px 0;
}.client_experience_EnsM h2 {
    margin-bottom: 35px;
    font-size: calc(37px - 8px);
}.client_experience_EnsM .client_views_MgIy {
    padding: 20px;
}.client_experience_EnsM .client_views_MgIy img {
    height: 50px;
    width: 50px;
}.client_experience_EnsM .description {
    font-size: calc(12px - 1px);
}.client_experience_EnsM a {
    text-align: center;
    width: 90%;
}}.contact_form_section_Hpvl {
    padding: 0;
    position: relative;
}.contact_form_section_Hpvl::before {
    content: '';
    width: 100%;
    opacity: 0.92;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    background-color: rgb(199,218,219);
}.contact_form_section_Hpvl .container {
    margin: 0 auto;
    position: relative;
    padding: 0;
    max-width: 1200px;
}.contact_form_section_Hpvl .connect_support_NJCq {
    position: relative;
    display: flex;
}.contact_form_section_Hpvl .request_feedback_JRbo {
    justify-content: center;
    background-color: rgb(152,195,200);
    color: #ffffff;
    width: 40%;
    padding: 80px 50px;
    display: flex;
    flex-direction: column;
}.contact_form_section_Hpvl .request_feedback_JRbo h3 {
    margin-bottom: 50px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    font-size: 30px;
}.contact_form_section_Hpvl .request_feedback_JRbo h3::after {
    left: 0;
    width: 60px;
    position: absolute;
    content: '';
    background: #ffffff;
    height: 3px;
    bottom: -15px;
}.contact_form_section_Hpvl .request_feedback_JRbo div {
    margin-bottom: 30px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}.contact_form_section_Hpvl .request_feedback_JRbo div:last-child {
    border-bottom: none;
}.contact_form_section_Hpvl .request_feedback_JRbo svg {
    width: 25px;
    margin-right: 20px;
    height: 25px;
}.contact_form_section_Hpvl .request_feedback_JRbo svg path {
    fill: #ffffff;
}.contact_form_section_Hpvl .request_feedback_JRbo span {
    color: #ffffff;
    font-size: 14px;
}.contact_form_section_Hpvl .request_feedback_JRbo a {
    transition: opacity 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact_form_section_Hpvl .request_feedback_JRbo a:hover {
    opacity: 0.8;
}.contact_form_section_Hpvl .support_box_bGDC {
    width: 60%;
    align-items: center;
    padding: 100px 50px 100px 100px;
    display: flex;
    background-color: #ffffff;
}.contact_form_section_Hpvl form {
    width: 100%;
}.contact_form_section_Hpvl form h3 {
    margin-bottom: 40px;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 30px;
}.contact_form_section_Hpvl form h3::after {
    position: absolute;
    bottom: -15px;
    background: rgb(152,195,200);
    left: 0;
    width: 60px;
    content: '';
    height: 3px;
}.contact_form_section_Hpvl form input[type="text"],
.contact_form_section_Hpvl form input[type="email"] {
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    font-size: 14px;
    color: #000000;
    border: none;
    transition: all 0.3s ease;
    padding: 15px 0;
    margin-bottom: 25px;
    background: transparent;
}.contact_form_section_Hpvl form input[type="text"]:focus,
.contact_form_section_Hpvl form input[type="email"]:focus {
    border-bottom-color: rgb(152,195,200);
    outline: none;
}.contact_form_section_Hpvl form input::placeholder {
    color: #9e9e9e;
}.contact_form_section_Hpvl .feedback_card_rPZB {
    align-items: flex-start;
    margin: 30px 0;
    display: flex;
}.contact_form_section_Hpvl .feedback_card_rPZB input[type="checkbox"] {
    flex-shrink: 0;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    position: relative;
    width: 20px;
    appearance: none;
    height: 20px;
    -webkit-appearance: none;
    margin-right: 15px;
    background: transparent;
    transition: all 0.3s ease;
}.contact_form_section_Hpvl .feedback_card_rPZB input[type="checkbox"]:checked {
    background-color: rgb(152,195,200);
    border-color: rgb(152,195,200);
}.contact_form_section_Hpvl .feedback_card_rPZB input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    width: 6px;
    left: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border: solid white;
    top: 2px;
    transform: rotate(45deg);
}.contact_form_section_Hpvl .feedback_card_rPZB label {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}.contact_form_section_Hpvl .feedback_card_rPZB a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(152,195,200);
    transition: color 0.3s ease;
}.contact_form_section_Hpvl .feedback_card_rPZB a:hover {
    color: rgb(90,150,181);
}.contact_form_section_Hpvl .query_help_mItb {
    font-size: 18px;
    background: rgb(152,195,200);
    border: none;
    padding: 15px 40px;
    transition: all 0.3s ease;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    color: #ffffff;
}.contact_form_section_Hpvl .query_help_mItb::after {
    transform-origin: right;
    z-index: -1;
    content: '';
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    position: absolute;
    background: rgb(90,150,181);
    transform: scaleX(0);
    height: 100%;
    left: 0;
}.contact_form_section_Hpvl .query_help_mItb:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 1024px) {.contact_form_section_Hpvl .request_feedback_JRbo {
    padding: 60px 30px;
}.contact_form_section_Hpvl .support_box_bGDC {
    padding: 80px 40px 80px 70px;
}
}

@media (max-width: 768px) {.contact_form_section_Hpvl .connect_support_NJCq {
    flex-direction: column;
}.contact_form_section_Hpvl .request_feedback_JRbo {
    width: 100%;
    padding: 50px 30px;
    clip-path: none;
}.contact_form_section_Hpvl .support_box_bGDC {
    width: 100%;
    padding: 50px 30px;
}.contact_form_section_Hpvl .request_feedback_JRbo h3,
    .contact_form_section_Hpvl form h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}
}

@media (max-width: 576px) {.contact_form_section_Hpvl .request_feedback_JRbo,
    .contact_form_section_Hpvl .support_box_bGDC {
    padding: 40px 25px;
}.contact_form_section_Hpvl .request_feedback_JRbo h3,
    .contact_form_section_Hpvl form h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 25px;
}.contact_form_section_Hpvl .request_feedback_JRbo div {
    margin-bottom: 20px;
}.contact_form_section_Hpvl .query_help_mItb {
    width: 100%;
    padding: 15px 20px;
}}.analysis_summary_YqsM {
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,218,219) 0%, rgba(245, 245, 250, 0.9) 100%);
}.analysis_summary_YqsM::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(152,195,200,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(90,150,181,0.5) 0%, transparent 60%);
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.1;
    z-index: 0;
}.analysis_summary_YqsM h3 {
    letter-spacing: 0.015em;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    text-align: center;
    margin-bottom: 3.5rem;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    font-size: 35px;
    opacity: 0;
    font-weight: 600;
    color: #000000;
}.analysis_summary_YqsM h3::after {
    transform-origin: center;
    height: 3px;
    position: absolute;
    background: rgb(152,195,200);
    content: "";
    left: 50%;
    width: 60px;
    animation: expandLine 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-50%) scaleX(0);
    bottom: -16px;
}.analysis_summary_YqsM .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.analysis_summary_YqsM ul {
    margin: 0;
    gap: 2rem;
    display: grid;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.analysis_summary_YqsM .success_statistics_Vzhr {
    background: #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    border-left: 3px solid rgb(152,195,200);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    animation-delay: calc(0.15s * var(--i, 0));
    opacity: 0;
    transform: translateY(30px);
    animation: statAppear 0.7s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding: 1.8rem 1.5rem;
}.analysis_summary_YqsM .success_statistics_Vzhr:nth-child(1) {
    --i: 1;
}.analysis_summary_YqsM .success_statistics_Vzhr:nth-child(2) {
    --i: 2;
}.analysis_summary_YqsM .success_statistics_Vzhr:nth-child(3) {
    --i: 3;
}.analysis_summary_YqsM .success_statistics_Vzhr:nth-child(4) {
    --i: 4;
}.analysis_summary_YqsM .success_statistics_Vzhr:nth-child(5) {
    --i: 5;
}.analysis_summary_YqsM .success_statistics_Vzhr:nth-child(6) {
    --i: 6;
}.analysis_summary_YqsM .success_statistics_Vzhr:nth-child(7) {
    --i: 7;
}.analysis_summary_YqsM .success_statistics_Vzhr::before {
    content: "";
    border-width: 0 20px 20px 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-style: solid;
    right: 0;
    width: 0;
    height: 0;
    border-color: transparent rgb(90,150,181,0.5) transparent transparent;
    position: absolute;
    top: 0;
}.analysis_summary_YqsM .success_statistics_Vzhr:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.analysis_summary_YqsM .success_statistics_Vzhr:hover::before {
    opacity: 1;
}.analysis_summary_YqsM .success_statistics_Vzhr span {
    position: relative;
    font-size: calc(18px * 1.05);
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #000000;
    display: block;
    margin-bottom: 0.8rem;
}.analysis_summary_YqsM .success_statistics_Vzhr:hover span {
    transform: translateX(5px);
}.analysis_summary_YqsM .success_statistics_Vzhr p {
    transition: transform 0.3s ease;
    -webkit-background-clip: text !important;
    position: relative;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg, rgb(152,195,200) 0%, rgb(90,150,181) 100%);
    line-height: 1.1;
    color: rgb(152,195,200);
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: calc(35px * 1.2);
}.analysis_summary_YqsM .success_statistics_Vzhr:hover p {
    transform: scale(1.05);
}.analysis_summary_YqsM .success_statistics_Vzhr p::after {
    bottom: -5px;
    content: "";
    background: linear-gradient(90deg, rgb(152,195,200) 0%, transparent 100%);
    transform: scaleX(0);
    width: 40px;
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    height: 2px;
    position: absolute;
}.analysis_summary_YqsM .success_statistics_Vzhr:hover p::after {
    transform: scaleX(1);
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expandLine {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes statAppear {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {.analysis_summary_YqsM {
    padding: 8rem 3rem;
}.analysis_summary_YqsM h3 {
    font-size: calc(35px * 1.1);
    margin-bottom: 4.5rem;
}.analysis_summary_YqsM ul {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.analysis_summary_YqsM .success_statistics_Vzhr {
    padding: 2.2rem 1.8rem;
}
}

@media (min-width: 992px) {.analysis_summary_YqsM {
    padding: 10rem 4rem;
}.analysis_summary_YqsM .container {
    padding: 0 2rem;
}.analysis_summary_YqsM ul {
    gap: 3rem 2rem;
    grid-template-columns: repeat(3, 1fr);
}.analysis_summary_YqsM .success_statistics_Vzhr {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    transform-origin: center;
}.analysis_summary_YqsM .success_statistics_Vzhr:hover {
    transform: translateY(-8px) !important;
}
}

@media (max-width: 767px) {.analysis_summary_YqsM {
    padding: 4rem 1.5rem;
}.analysis_summary_YqsM h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 3rem;
}.analysis_summary_YqsM ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.analysis_summary_YqsM .success_statistics_Vzhr {
    padding: 1.5rem 1.2rem;
}.analysis_summary_YqsM .success_statistics_Vzhr span {
    font-size: 18px;
}.analysis_summary_YqsM .success_statistics_Vzhr p {
    font-size: calc(35px * 1.1);
}}.future_students_wLpb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, rgb(199,218,219) 100%);
    padding: 110px 0;
}.future_students_wLpb::before {
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.4;
    background-size: 30px 30px;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(90,150,181,0.5) 98%, rgb(90,150,181,0.5) 100%),
        linear-gradient(0deg, transparent 98%, rgb(90,150,181,0.5) 98%, rgb(90,150,181,0.5) 100%);
}.future_students_wLpb .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}.future_students_wLpb .pro_learning_ZFNG {
    position: relative;
}.future_students_wLpb h4 {
    left: 50%;
    display: inline-block;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    transform: translateX(-50%);
    box-shadow: 5px 5px 0 rgb(152,195,200,0.5);
    padding: 15px 30px;
    color: #000000;
    border: 2px solid rgb(152,195,200);
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 30px;
}.future_students_wLpb div > div {
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    gap: 50px;
}.future_students_wLpb div > div::before {
    top: 50%;
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(152,195,200,0.5), transparent);
}.future_students_wLpb div > div::after {
    top: 0;
    content: "";
    background: linear-gradient(180deg, transparent, rgb(90,150,181,0.5), transparent);
    width: 2px;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 50%;
}.future_students_wLpb p {
    padding: 20px;
    font-size: 18px;
    color: #000000;
    border-radius: 10px;
    z-index: 1;
    align-items: center;
    margin: 0;
    position: relative;
    width: calc(33.333% - 50px);
    justify-content: flex-start;
    display: flex;
    border: 1px solid rgb(199,218,219);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.future_students_wLpb p::before {
    border-radius: 10px;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgb(152,195,200,0.5) 300%);
    position: absolute;
    left: 0;
    transition: opacity 0.4s ease;
}.future_students_wLpb p::after {
    content: "";
    background: #ffffff;
    border-radius: 50%;
    left: -10px;
    position: absolute;
    border: 1px solid rgb(152,195,200);
    top: -10px;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}.future_students_wLpb p:hover {
    border-color: rgb(152,195,200,0.5);
    transform: translateY(-10px);
}.future_students_wLpb p:hover::before {
    opacity: 0.2;
}.future_students_wLpb p:hover::after {
    background: rgb(152,195,200);
    transform: scale(1.5);
}.future_students_wLpb p svg {
    transition: all 0.3s ease;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    margin-right: 15px;
}.future_students_wLpb p svg path {
    transition: fill 0.3s ease;
    fill: rgb(152,195,200);
}.future_students_wLpb p:hover svg {
    transform: rotate(15deg);
}.future_students_wLpb p:hover svg path {
    fill: rgb(90,150,181);
}@keyframes circuitPath {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.future_students_wLpb::after {
    height: 300px;
    content: "";
    width: 300px;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background-position: bottom right;
    opacity: 0.3;
    right: 0;
}@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.future_students_wLpb .pro_learning_ZFNG > div p {
    opacity: 0;
    animation: fadeInScale 0.5s ease forwards;
}.future_students_wLpb .pro_learning_ZFNG > div p:nth-child(1) {
    animation-delay: 0.1s;
}.future_students_wLpb .pro_learning_ZFNG > div p:nth-child(2) {
    animation-delay: 0.2s;
}.future_students_wLpb .pro_learning_ZFNG > div p:nth-child(3) {
    animation-delay: 0.3s;
}.future_students_wLpb .pro_learning_ZFNG > div p:nth-child(4) {
    animation-delay: 0.4s;
}.future_students_wLpb .pro_learning_ZFNG > div p:nth-child(5) {
    animation-delay: 0.5s;
}.future_students_wLpb .pro_learning_ZFNG > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.future_students_wLpb {
    padding: 90px 0;
}.future_students_wLpb h4 {
    font-size: calc(30px * 0.9);
    padding: 12px 25px;
    margin-bottom: 50px;
}.future_students_wLpb div > div {
    gap: 30px;
}.future_students_wLpb p {
    padding: 18px;
    width: calc(50% - 30px);
}.future_students_wLpb p svg {
    height: 24px;
    width: 24px;
    margin-right: 12px;
}.future_students_wLpb::after {
    height: 200px;
    width: 200px;
}
}

@media (max-width: 768px) {.future_students_wLpb {
    padding: 70px 0;
}.future_students_wLpb h4 {
    box-shadow: 3px 3px 0 rgb(152,195,200,0.5);
    margin-bottom: 40px;
    padding: 10px 20px;
    font-size: calc(30px * 0.8);
}.future_students_wLpb div > div {
    gap: 25px;
}.future_students_wLpb div > div::before,
    .future_students_wLpb div > div::after {
    opacity: 0.4;
}.future_students_wLpb p {
    width: 100%;
    padding: 15px;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.future_students_wLpb {
    padding: 60px 0;
}.future_students_wLpb h4 {
    font-size: calc(30px * 0.7);
    margin-bottom: 35px;
    padding: 8px 16px;
    box-shadow: 2px 2px 0 rgb(152,195,200,0.5);
    border-width: 1px;
}.future_students_wLpb div > div {
    gap: 20px;
}.future_students_wLpb p {
    padding: 12px;
    font-size: calc(18px * 0.9);
}.future_students_wLpb p svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}.future_students_wLpb p::after {
    height: 12px;
    left: -5px;
    width: 12px;
    top: -5px;
}.future_students_wLpb::after {
    height: 100px;
    width: 100px;
}}.study_process_uQHX {
    overflow: visible;
    padding: 150px 0;
    position: relative;
    background: linear-gradient(110deg, rgb(199,218,219) 0%, rgb(90,150,181,0.5) 120%);
}.study_process_uQHX::before {
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.1;
    position: absolute;
    left: 0;
    background-size: 40px 40px;
    background-image: radial-gradient(rgb(152,195,200,0.5) 1px, transparent 1px);
    width: 100%;
    content: '';
}.study_process_uQHX .pro_learning_ZFNG {
    display: flex;
    position: relative;
    align-items: stretch;
    max-width: 1200px;
    justify-content: space-between;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.study_process_uQHX .text_stack_rzfp {
    width: 100%;
    flex-direction: column;
    display: flex;
    position: relative;
}.study_process_uQHX .text_stack_rzfp h2 {
    font-weight: 700;
    color: #ffffff;
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(120deg, rgb(152,195,200,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    font-size: 38px;
    margin-bottom: 0;
    border-radius: 21px;
    transform: translateX(-50px);
    align-self: flex-start;
    z-index: 3;
    padding: 35px 50px;
    width: 50%;
}.study_process_uQHX .text_stack_rzfp p {
    border-radius: 21px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 2;
    width: 65%;
    font-size: 13px;
    transform: translateX(50px);
    align-self: flex-end;
    color: #ffffff;
    line-height: 1.8;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 40px 50px;
    margin-top: -15px;
}.study_process_uQHX .text_stack_rzfp h2::before {
    filter: blur(30px);
    top: -60px;
    border-radius: 50%;
    width: 120px;
    position: absolute;
    background: rgb(152,195,200);
    left: -80px;
    content: '';
    height: 120px;
    z-index: -1;
    opacity: 0.1;
}.study_process_uQHX .text_stack_rzfp h2::after {
    border-radius: 50%;
    background: rgb(152,195,200);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    right: 30px;
    animation: float-small 8s infinite ease-in-out;
    position: absolute;
    z-index: 4;
    width: 40px;
    height: 40px;
    bottom: -20px;
    content: '';
}.study_process_uQHX .text_stack_rzfp p::before {
    content: '';
    left: 7.5%;
    background: linear-gradient(90deg, transparent, rgb(152,195,200,0.5), transparent);
    top: 20px;
    opacity: 0.6;
    width: 85%;
    height: 1px;
    position: absolute;
}.study_process_uQHX .text_stack_rzfp p::after {
    width: 70%;
    height: 1px;
    position: absolute;
    left: 15%;
    opacity: 0.6;
    background: linear-gradient(90deg, transparent, rgb(90,150,181,0.5), transparent);
    content: '';
    bottom: 20px;
}.study_process_uQHX::after {
    opacity: 0.2;
    left: 10%;
    position: absolute;
    transform: rotate(45deg);
    border: 2px solid rgb(152,195,200,0.5);
    height: 200px;
    content: '';
    width: 200px;
    animation: rotate-slow 30s linear infinite;
    bottom: -100px;
}.study_process_uQHX .pro_learning_ZFNG::before {
    height: 150px;
    content: '';
    animation: pulse-ring 10s infinite ease-in-out;
    width: 150px;
    border-radius: 50%;
    right: 15%;
    position: absolute;
    top: -75px;
    opacity: 0.2;
    border: 3px solid rgb(90,150,181,0.5);
}.study_process_uQHX .pro_learning_ZFNG::after {
    position: absolute;
    filter: blur(20px);
    content: '';
    height: 80px;
    width: 80px;
    animation: pulse-fade 8s infinite alternate;
    opacity: 0.1;
    top: 40%;
    background: rgb(152,195,200);
    right: -40px;
    border-radius: 10px;
}@keyframes float-small {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes rotate-slow {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@keyframes pulse-ring {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes pulse-fade {
    0% {
        opacity: 0.1;
        transform: scale(1) rotate(0);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) rotate(0);
    }
}

.study_process_uQHX .text_stack_rzfp h2 span {
    z-index: 2;
    position: relative;
    display: inline-block;
}.study_process_uQHX .text_stack_rzfp h2 span::after {
    width: 100%;
    opacity: 0.3;
    height: 4px;
    left: 0;
    content: '';
    bottom: 2px;
    position: absolute;
    background: rgb(152,195,200);
    z-index: -1;
}.study_process_uQHX .text_stack_rzfp p strong {
    color: rgb(152,195,200);
    font-weight: 600;
}

@media screen and (max-width: 1200px) {.study_process_uQHX .text_stack_rzfp h2 {
    width: 55%;
    transform: translateX(-30px);
}.study_process_uQHX .text_stack_rzfp p {
    transform: translateX(30px);
    width: 70%;
}
}

@media screen and (max-width: 992px) {.study_process_uQHX {
    padding: 120px 0;
}.study_process_uQHX .text_stack_rzfp h2 {
    padding: 30px 40px;
    transform: translateX(-20px);
    width: 60%;
}.study_process_uQHX .text_stack_rzfp p {
    width: 75%;
    transform: translateX(20px);
    padding: 35px 40px;
}.study_process_uQHX .text_stack_rzfp h2::before {
    height: 100px;
    top: -50px;
    left: -60px;
    width: 100px;
}.study_process_uQHX .text_stack_rzfp h2::after {
    height: 30px;
    width: 30px;
    bottom: -15px;
}.study_process_uQHX::after {
    width: 150px;
    height: 150px;
    bottom: -75px;
}.study_process_uQHX .pro_learning_ZFNG::before {
    width: 120px;
    top: -60px;
    height: 120px;
}.study_process_uQHX .pro_learning_ZFNG::after {
    right: -30px;
    width: 60px;
    height: 60px;
}
}

@media screen and (max-width: 768px) {.study_process_uQHX {
    padding: 100px 0;
    overflow: hidden;
}.study_process_uQHX .text_stack_rzfp h2 {
    transform: none;
    margin-bottom: 20px;
    align-self: center;
    padding: 25px 30px;
    width: 100%;
    font-size: calc(38px * 0.9);
}.study_process_uQHX .text_stack_rzfp p {
    align-self: center;
    padding: 30px;
    width: 100%;
    margin-top: 0;
    transform: none;
}.study_process_uQHX .text_stack_rzfp h2::before,
    .study_process_uQHX .text_stack_rzfp h2::after,
    .study_process_uQHX::after,
    .study_process_uQHX .pro_learning_ZFNG::before,
    .study_process_uQHX .pro_learning_ZFNG::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.study_process_uQHX {
    padding: 80px 0;
}.study_process_uQHX .text_stack_rzfp h2 {
    font-size: calc(38px * 0.8);
    padding: 20px 25px;
}.study_process_uQHX .text_stack_rzfp p {
    padding: 25px;
    font-size: calc(13px * 0.9);
}}.program_structure_GIzK {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(199,218,219);
}.program_structure_GIzK::before {
    position: absolute;
    background: rgb(152,195,200,0.5);
    animation: floatEffect 15s infinite alternate ease-in-out;
    height: 300px;
    width: 300px;
    filter: blur(120px);
    opacity: 0.4;
    z-index: 0;
    left: -100px;
    top: -100px;
    content: "";
}.program_structure_GIzK::after {
    position: absolute;
    filter: blur(150px);
    bottom: -100px;
    opacity: 0.3;
    width: 350px;
    right: -100px;
    background: rgb(90,150,181,0.5);
    height: 350px;
    z-index: 0;
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    content: "";
}.program_structure_GIzK .container {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.program_structure_GIzK .skill_map_SXiZ {
    display: flex;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    flex-direction: column;
}.program_structure_GIzK .skill_map_SXiZ:hover {
    transform: translateY(-10px);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.9);
}.program_structure_GIzK .image_slider_nKZl {
    position: relative;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    height: 280px;
}.program_structure_GIzK .image_slider_nKZl::after {
    inset: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    content: "";
    opacity: 0.7;
    background: linear-gradient(
        135deg,
        rgb(152,195,200,0.5) 0%,
        transparent 100%
    );
}.program_structure_GIzK .skill_map_SXiZ:hover .image_slider_nKZl {
    transform: scale(1.05);
}.program_structure_GIzK .skill_map_SXiZ:hover .image_slider_nKZl::after {
    opacity: 0.5;
}.program_structure_GIzK .text_stack_rzfp {
    box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(-30px);
    margin: 0 15px;
    position: relative;
    background: #ffffff;
    padding: 40px;
}.program_structure_GIzK .text_stack_rzfp::before {
    top: -8px;
    width: 40px;
    left: 20px;
    background: rgb(152,195,200);
    position: absolute;
    height: 4px;
    content: "";
}.program_structure_GIzK .text_stack_rzfp h3 {
    color: #000000;
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    font-size: calc(18px * 1.05);
    animation: slideIn 0.7s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    font-family: Arial, sans-serif;
    transform: translateX(-10px);
    margin-bottom: 25px;
}.program_structure_GIzK .text_stack_rzfp p.description {
    overflow-y: auto;
    margin-bottom: 20px;
    animation: fadeUp 0.7s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    position: relative;
    opacity: 0;
    font-weight: 400;
    max-height: 200px;
    padding-right: 15px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    transform: translateY(10px);
    font-size: 14px;
}.program_structure_GIzK .text_stack_rzfp p.description::-webkit-scrollbar {
    width: 4px;
}.program_structure_GIzK .text_stack_rzfp p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.program_structure_GIzK .text_stack_rzfp p.description::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    background: rgb(152,195,200,0.5);
}.program_structure_GIzK .text_stack_rzfp p.description::-webkit-scrollbar-thumb:hover {
    background: rgb(152,195,200);
}.program_structure_GIzK .text_stack_rzfp span.description {
    display: none;
}.program_structure_GIzK .text_stack_rzfp div {
    position: relative;
}.program_structure_GIzK .text_stack_rzfp div::after {
    bottom: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    height: 50px;
    left: 0;
    width: 100%;
    pointer-events: none;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(40px, 40px);
    }
}

@media (min-width: 768px) {.program_structure_GIzK .skill_map_SXiZ {
    flex-direction: row;
    align-items: stretch;
    max-height: 500px;
}.program_structure_GIzK .image_slider_nKZl {
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: auto;
}.program_structure_GIzK .text_stack_rzfp {
    display: flex;
    transform: translateY(0) translateX(-30px);
    margin: 30px 30px 30px 0;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 55%;
}.program_structure_GIzK .text_stack_rzfp::before {
    left: -8px;
    height: 40px;
    width: 4px;
    top: 20px;
}.program_structure_GIzK .text_stack_rzfp h3 {
    font-size: 18px;
}.program_structure_GIzK .text_stack_rzfp p.description {
    max-height: 330px;
}
}

@media (min-width: 992px) {.program_structure_GIzK .skill_map_SXiZ {
    max-height: 450px;
}.program_structure_GIzK .image_slider_nKZl {
    flex: 0 0 40%;
}.program_structure_GIzK .text_stack_rzfp {
    padding: 50px;
    flex: 0 0 60%;
}.program_structure_GIzK .text_stack_rzfp h3 {
    margin-bottom: 30px;
    font-size: calc(18px * 1.1);
}.program_structure_GIzK .text_stack_rzfp p.description {
    max-height: 250px;
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.program_structure_GIzK {
    padding: 150px 0;
}.program_structure_GIzK .skill_map_SXiZ {
    max-height: 480px;
}.program_structure_GIzK .image_slider_nKZl {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.program_structure_GIzK .text_stack_rzfp {
    padding: 60px;
}.program_structure_GIzK .text_stack_rzfp h3 {
    margin-bottom: 35px;
    font-size: calc(18px * 1.2);
}.program_structure_GIzK .text_stack_rzfp p.description {
    max-height: 280px;
}
}

@media (max-width: 767px) {.program_structure_GIzK {
    padding: 80px 0;
}.program_structure_GIzK .text_stack_rzfp {
    padding: 30px 25px;
}.program_structure_GIzK .text_stack_rzfp h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 1.2);
}.program_structure_GIzK .text_stack_rzfp p.description {
    max-height: 180px;
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}.price_option_lTik {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(199,218,219), #ffffff);
}.price_option_lTik::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
}.price_option_lTik .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1320px;
}.price_option_lTik .offer_box_ydMl {
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
}.price_option_lTik .cost_levels_FYPv {
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    opacity: 0;
    transform: translateY(20px);
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    animation: fadeInUp 0.8s forwards 0.2s;
    text-align: center;
    order: 1;
}.price_option_lTik .cost_levels_FYPv h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    color: rgb(152,195,200);
    font-size: 32px;
    display: inline-block;
}.price_option_lTik .cost_levels_FYPv h2::after {
    background: linear-gradient(90deg, transparent, rgb(152,195,200), transparent);
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    content: "";
    position: absolute;
    height: 3px;
    bottom: -10px;
}.price_option_lTik .cost_levels_FYPv .plan_rates_UDQC {
    font-size: 12px;
    color: #000000;
    margin: 0 auto;
    font-weight: 400;
    max-width: 80%;
    line-height: 1.6;
}.price_option_lTik .bundle_rate_IaxY {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
    order: 2;
}.price_option_lTik .learn_sub_SJUw {
    display: block;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    animation-delay: calc(0.1s * var(--i, 1));
    will-change: transform, opacity;
    text-decoration: none;
    transform: translateY(30px);
    animation: fadeInUp 0.8s forwards;
    opacity: 0;
}.price_option_lTik .learn_sub_SJUw:nth-child(1) {
    --i: 1;
}.price_option_lTik .learn_sub_SJUw:nth-child(2) {
    --i: 2;
}.price_option_lTik .learn_sub_SJUw:nth-child(3) {
    --i: 3;
}.price_option_lTik .learn_sub_SJUw:nth-child(4) {
    --i: 4;
}.price_option_lTik .learn_sub_SJUw:hover {
    transform: translateY(-5px) scale(1.02);
}.price_option_lTik .basic_rates_VjTH {
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    height: 100%;
    flex-direction: column;
    background: #ffffff;
    position: relative;
    display: flex;
    overflow: hidden;
    transition: all 0.4s ease;
}.price_option_lTik .learn_sub_SJUw:hover .basic_rates_VjTH {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.price_option_lTik .learn_pricing_ITEU {
    display: flex;
    padding: 2.5rem 2rem;
    z-index: 1;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
}.price_option_lTik .learn_pricing_ITEU::before {
    background: linear-gradient(135deg, transparent 50%, rgb(152,195,200,0.5) 50%);
    z-index: -1;
    transition: opacity 0.4s ease, transform 0.4s ease;
    top: 0;
    width: 120px;
    position: absolute;
    opacity: 0;
    height: 120px;
    right: 0;
    content: "";
    transform: translate(30px, -30px);
}.price_option_lTik .learn_sub_SJUw:hover .learn_pricing_ITEU::before {
    transform: translate(0, 0);
    opacity: 0.7;
}.price_option_lTik .learn_sub_SJUw h3 {
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(18px + 0.2rem);
    color: #000000;
    transition: color 0.3s ease;
    font-weight: 700;
}.price_option_lTik .learn_sub_SJUw:hover h3 {
    color: rgb(152,195,200);
}.price_option_lTik .monthly_plan_xHkC {
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: calc(18px + 0.8rem);
    color: rgb(152,195,200);
}.price_option_lTik .monthly_plan_xHkC::before {
    transition: width 0.3s ease;
    background: rgb(90,150,181);
    position: absolute;
    content: "";
    width: 40px;
    left: 0;
    bottom: -5px;
    height: 3px;
}.price_option_lTik .learn_sub_SJUw:hover .monthly_plan_xHkC::before {
    width: 80px;
}.price_option_lTik .learn_sub_SJUw p {
    overflow-wrap: break-word;
    color: #000000;
    line-height: 1.6;
    -ms-word-break: break-all;
    font-size: 12px;
    word-break: break-word;
    margin-bottom: 0;
    word-wrap: break-word;
}.price_option_lTik .image_slider_nKZl {
    height: 200px;
    transition: transform 0.5s ease;
    overflow: hidden;
    position: relative;
}.price_option_lTik .image_slider_nKZl::after {
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    inset: 0;
}.price_option_lTik .learn_sub_SJUw:hover .image_slider_nKZl {
    transform: scale(1.05);
}

@keyframes fadeInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 768px) {.price_option_lTik .bundle_rate_IaxY {
    grid-template-columns: repeat(2, 1fr);
}.price_option_lTik .cost_levels_FYPv {
    padding: 3rem;
}.price_option_lTik .learn_pricing_ITEU {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.price_option_lTik .offer_box_ydMl {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.price_option_lTik .cost_levels_FYPv {
    padding: 4rem 3rem;
    flex-direction: column;
    text-align: left;
    order: 2;
    display: flex;
    justify-content: center;
    height: 100%;
}.price_option_lTik .cost_levels_FYPv h2::after {
    transform: none;
    background: linear-gradient(90deg, rgb(152,195,200), transparent);
    left: 0;
    width: 100px;
}.price_option_lTik .cost_levels_FYPv .plan_rates_UDQC {
    margin: 0;
    max-width: 100%;
}.price_option_lTik .bundle_rate_IaxY {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (min-width: 1200px) {.price_option_lTik .bundle_rate_IaxY {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.price_option_lTik .learn_pricing_ITEU {
    padding: 3rem 2.5rem;
}.price_option_lTik .cost_levels_FYPv h2 {
    font-size: calc(32px + 0.3rem);
}
}

@media (max-width: 767px) {.price_option_lTik {
    padding: 4rem 0;
}.price_option_lTik .cost_levels_FYPv h2 {
    font-size: calc(32px - 0.2rem);
}.price_option_lTik .cost_levels_FYPv .plan_rates_UDQC {
    max-width: 100%;
    font-size: calc(12px - 0.1rem);
}.price_option_lTik .learn_sub_SJUw h3 {
    font-size: 18px;
}.price_option_lTik .monthly_plan_xHkC {
    font-size: calc(18px + 0.5rem);
}.price_option_lTik .image_slider_nKZl {
    height: 160px;
}}header {
    position: relative;
    background: linear-gradient(to bottom, rgb(199,218,219), rgba(0, 0, 0, 0.5));
    z-index: 99;
    overflow: visible;
    width: 100%;
}header::before {
    top: 0;
    height: 100%;
    opacity: 0.1;
    content: "";
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    width: 100%;
    left: 0;
    position: absolute;
}header .main_nav_VIzc {
    padding: 20px 30px;
    justify-content: space-between;
    position: relative;
    align-items: center;
    display: flex;
}header .main_nav_VIzc::before {
    height: 1px;
    position: absolute;
    width: 80%;
    background: linear-gradient(to right, transparent, rgb(152,195,200), transparent);
    content: "";
    left: 10%;
    bottom: 0;
}header .main_nav_VIzc .head_top_Loug {
    margin-right: 40px;
    z-index: 2;
    position: relative;
}header .main_nav_VIzc .head_top_Loug .top_wrap_ZKVT {
    display: block;
    position: relative;
    padding: 5px;
}header .main_nav_VIzc .head_top_Loug .top_wrap_ZKVT::before {
    opacity: 0;
    position: absolute;
    top: -5px;
    right: -5px;
    transform: scale(0.9);
    left: -5px;
    border-radius: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    bottom: -5px;
    content: "";
}header .main_nav_VIzc .head_top_Loug .top_wrap_ZKVT:hover::before {
    opacity: 0.1;
    transform: scale(1);
}header .main_nav_VIzc .head_top_Loug .top_wrap_ZKVT svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .main_nav_VIzc .header_bar_DdbN {
    display: flex;
    padding: 0;
    perspective: 1000px;
    list-style: none;
    margin: 0;
}header .main_nav_VIzc .header_bar_DdbN .nav_wrap_KADx {
    transform-style: preserve-3d;
    margin: 0;
    position: relative;
}header .main_nav_VIzc .header_bar_DdbN .nav_wrap_KADx a {
    font-weight: 600;
    background: linear-gradient(to bottom, transparent, transparent);
    text-decoration: none;
    padding: 12px 20px;
    letter-spacing: 0.5px;
    transform-style: preserve-3d;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
    font-family: Arial, sans-serif;
    display: block;
}header .main_nav_VIzc .header_bar_DdbN .nav_wrap_KADx a::before,
header .main_nav_VIzc .header_bar_DdbN .nav_wrap_KADx a::after {
    top: 0;
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
    left: 0;
    content: "";
}header .main_nav_VIzc .header_bar_DdbN .nav_wrap_KADx a::before {
    transform-origin: top center;
    opacity: 0;
    transform: translateZ(-1px) rotateX(10deg);
    background: linear-gradient(to bottom, rgb(152,195,200,0.5), transparent);
}header .main_nav_VIzc .header_bar_DdbN .nav_wrap_KADx a::after {
    transform: translateZ(-2px) rotateX(-10deg);
    opacity: 0;
    background: linear-gradient(to top, rgb(90,150,181,0.5), transparent);
    transform-origin: bottom center;
}header .main_nav_VIzc .header_bar_DdbN .nav_wrap_KADx:hover a {
    transform: translateZ(10px);
    color: rgb(152,195,200);
}header .main_nav_VIzc .header_bar_DdbN .nav_wrap_KADx:hover a::before,
header .main_nav_VIzc .header_bar_DdbN .nav_wrap_KADx:hover a::after {
    opacity: 0.1;
}header .main_nav_VIzc .header_bar_DdbN .nav_wrap_KADx:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .main_nav_VIzc .header_bar_DdbN .nav_wrap_KADx:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .main_nav_VIzc {
    padding: 15px;
    flex-direction: column;
}header .main_nav_VIzc .head_top_Loug {
    margin: 0 0 15px 0;
}header .main_nav_VIzc .header_bar_DdbN {
    perspective: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .main_nav_VIzc .header_bar_DdbN .nav_wrap_KADx a {
    font-size: calc(14px - 1px);
    padding: 10px 15px;
    transform-style: flat;
}header .main_nav_VIzc .header_bar_DdbN .nav_wrap_KADx:hover a {
    transform: none;
}header .main_nav_VIzc .header_bar_DdbN .nav_wrap_KADx a::before,
    header .main_nav_VIzc .header_bar_DdbN .nav_wrap_KADx a::after {
    display: none;
}
}

@media (max-width: 767px) {header .main_nav_VIzc .header_bar_DdbN .nav_wrap_KADx a {
    font-size: calc(14px - 2px);
    padding: 8px 12px;
}}.welcome_section_TkUS {
    position: relative;
    width: 100%;
    min-height: 650px;
    background: linear-gradient(125deg, #000000 0%, rgb(90,150,181,0.5) 100%);
    height: 100vh;
    overflow: hidden;
}.welcome_section_TkUS .pro_learning_ZFNG {
    align-items: center;
    height: 100%;
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
}.welcome_section_TkUS .main_entry_KdRF {
    height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
    overflow: hidden;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    left: 0;
}.welcome_section_TkUS .main_entry_KdRF::before {
    inset: 0;
    content: '';
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 80%,
        #000000 100%
    );
    position: absolute;
    z-index: 2;
}.welcome_section_TkUS .main_home_IcQf {
    display: flex;
    height: 100%;
    width: 500%;
    animation: parallax-carousel 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}.welcome_section_TkUS .study_master_hUHx {
    overflow: hidden;
    position: relative;
    width: 20%;
    height: 100%;
}.welcome_section_TkUS .study_master_hUHx:nth-child(odd) {
    filter: saturate(1.1) contrast(1.05);
}.welcome_section_TkUS .study_master_hUHx:nth-child(even) {
    filter: saturate(1.2) contrast(1.1);
}.welcome_section_TkUS .study_master_hUHx::before {
    background: rgb(152,195,200,0.5);
    z-index: 2;
    content: '';
    inset: 0;
    opacity: 0.15;
    position: absolute;
}.welcome_section_TkUS .study_master_hUHx img {
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
    width: 100%;
    transform: translateY(0);
}.welcome_section_TkUS .text_stack_rzfp {
    width: 100%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(
        to top,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 70%,
        transparent 100%
    );
    z-index: 10;
    padding: 3rem 10% 5rem;
    text-align: center;
    left: 0;
}.welcome_section_TkUS .text_stack_rzfp h1 {
    font-size: calc(47px * 1.5);
    margin-bottom: 1.5rem;
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-weight: 700;
}.welcome_section_TkUS .text_stack_rzfp h1::after {
    bottom: -10px;
    background: rgb(152,195,200);
    width: 100%;
    animation: pulse-width 4s ease-in-out infinite;
    transform-origin: center;
    left: 0;
    content: '';
    position: absolute;
    height: 2px;
}.welcome_section_TkUS .text_stack_rzfp p {
    max-width: 800px;
    margin-bottom: 2.5rem;
    line-height: 1.7;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    font-size: calc(15px * 1.1);
    opacity: 0.9;
}.welcome_section_TkUS .text_stack_rzfp .query_help_mItb {
    overflow: hidden;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: inline-block;
    text-decoration: none;
    border-radius: 28px;
    transition: all 0.4s ease;
    background: rgb(152,195,200);
    color: #ffffff;
    z-index: 1;
    padding: 15px 40px;
}.welcome_section_TkUS .text_stack_rzfp .query_help_mItb::before {
    z-index: -1;
    position: absolute;
    transition: transform 0.4s ease;
    inset: 0;
    background: rgb(90,150,181);
    transform: scaleX(0);
    transform-origin: right;
    content: '';
}.welcome_section_TkUS .text_stack_rzfp .query_help_mItb:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}.welcome_section_TkUS .text_stack_rzfp .query_help_mItb:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}@keyframes parallax-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes pulse-width {
    0%, 100% {
        opacity: 0.8;
        width: 100%;
    }
    50% {
        opacity: 1;
        width: 70%;
    }
}

.welcome_section_TkUS::after {
    width: 100%;
    height: 100%;
    opacity: 0.05;
    content: '';
    z-index: 3;
    left: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    background: linear-gradient(
        125deg,
        rgb(152,195,200,0.5) 0%,
        transparent 70%
    );
}

@media (max-width: 1200px) {.welcome_section_TkUS .text_stack_rzfp {
    padding: 3rem 8% 4rem;
}.welcome_section_TkUS .text_stack_rzfp h1 {
    font-size: calc(47px * 1.3);
}.welcome_section_TkUS .text_stack_rzfp p {
    font-size: 15px;
}
}

@media (max-width: 992px) {.welcome_section_TkUS {
    min-height: 600px;
}.welcome_section_TkUS .main_entry_KdRF {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}.welcome_section_TkUS .text_stack_rzfp {
    padding: 2.5rem 6% 3.5rem;
}.welcome_section_TkUS .text_stack_rzfp h1 {
    font-size: calc(47px * 1.2);
}
}

@media (max-width: 768px) {.welcome_section_TkUS {
    min-height: 550px;
}.welcome_section_TkUS .main_entry_KdRF {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}.welcome_section_TkUS .text_stack_rzfp {
    padding: 2rem 5% 3rem;
}.welcome_section_TkUS .text_stack_rzfp h1 {
    font-size: 47px;
}.welcome_section_TkUS .text_stack_rzfp h1::after {
    bottom: -5px;
}.welcome_section_TkUS .text_stack_rzfp p {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.welcome_section_TkUS {
    min-height: 500px;
}.welcome_section_TkUS .main_entry_KdRF {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 98%, 0 90%);
}.welcome_section_TkUS .text_stack_rzfp {
    padding: 1.5rem 5% 2.5rem;
}.welcome_section_TkUS .text_stack_rzfp h1 {
    font-size: calc(47px * 0.9);
    margin-bottom: 1rem;
}.welcome_section_TkUS .text_stack_rzfp p {
    font-size: calc(15px * 0.9);
    margin-bottom: 2rem;
}.welcome_section_TkUS .text_stack_rzfp .query_help_mItb {
    padding: 12px 30px;
    font-size: calc(20px * 0.9);
}

}

@media (orientation: landscape) and (max-height: 600px) {.welcome_section_TkUS {
    height: auto;
    min-height: 450px;
}.welcome_section_TkUS .text_stack_rzfp {
    padding: 1.5rem 5% 2rem;
}.welcome_section_TkUS .text_stack_rzfp h1 {
    margin-bottom: 0.8rem;
}.welcome_section_TkUS .text_stack_rzfp p {
    margin-bottom: 1.5rem;
}
}