﻿header,footer {
    width: 100%;
}

header {
    width: 100%;
    border-bottom: 2px solid rgb(229,233,225);
    position: fixed;
    background-color: #ffffff;
    transition: all 0.3s ease;
    left: 0;
    top: 0;
    z-index: 1000;
}

.thanksWrap_pGeW::before {
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(80deg, transparent 30%, rgba(255, 255, 255, 0.03) 40%, transparent 60%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    z-index: 1;
    animation: backgroundShift 20s infinite alternate ease-in-out;
    content: "";
    position: absolute;
}

.thanksWrap_pGeW .who_weare_EzsD > div:first-child {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(20px);
    position: relative;
}

.thanksWrap_pGeW .who_weare_EzsD > div:last-child {
    position: relative;
    transform: translateZ(15px);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.thanksWrap_pGeW .who_weare_EzsD:hover a::before {
    left: 100%;
}

.thanksWrap_pGeW a:hover p {
    opacity: 1;
    color: rgb(197,208,191);
}

footer::before {
    background: linear-gradient(to right,
    #000000 0%,
    rgb(197,208,191,0.5) 50%,
    #000000 100%);
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.9;
}

.cloud_lab_TWrH .discord_cta_rcgA {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-column: span 8;
    grid-gap: 30px;
}

.cloud_lab_TWrH .nav_info_lDbr .head_train_cWGw {
    display: grid;
    grid-gap: 15px;
}

.cloud_lab_TWrH .nav_info_lDbr .head_train_cWGw a::before {
    top: 50%;
    width: 6px;
    height: 6px;
    content: "";
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
    background: rgb(160,173,152);
}



.cloud_lab_TWrH .company_holder:hover,
.cloud_lab_TWrH .nav_info_lDbr:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}

footer::after {
    opacity: 0.3;
    background: linear-gradient(to right,
    rgb(197,208,191),
    rgb(160,173,152),
    rgb(197,208,191));
    bottom: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
}

.contact_edu_uLBr .diploma_cta_adHC::before {
    left: -40px;
    content: "";
    top: 50%;
    background: rgb(197,208,191);
    opacity: 0.5;
    position: absolute;
    height: 1px;
    width: 30px;
    transform: translateY(-50%);
}

.course_program_description_IDnB .container {
    z-index: 3;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}

.course_program_description_IDnB .text_details_HLmD::before {
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(197,208,191,0.5) 49%, rgb(197,208,191,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 48%, rgb(160,173,152,0.5) 49%, rgb(160,173,152,0.5) 51%, transparent 52%) 0 0 / 20px 20px;
    content: "";
    opacity: 0.1;
}

.course_program_description_IDnB .text_details_HLmD .description:last-child {
    border-left: 2px solid rgb(160,173,152);
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}

.course_program_description_IDnB .img_shadow_box_Bkeg::after {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.05) 20px, rgba(255, 255, 255, 0.05) 40px);
    z-index: 3;
    width: 100%;
    content: "";
}

.our_story_vrud h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 36px;
    position: relative;
    color: #ffffff;
    text-align: left;
    margin-bottom: 48px;
    transform: translateX(-8px);
}

.our_story_vrud .text_details_HLmD::before {
    animation: growHeight 1s 0.4s ease-out forwards;
    content: "";
    height: 0;
    position: absolute;
    background: rgb(197,208,191);
    width: 4px;
    left: 0;
    top: 0;
}

.contact_form_box_dJFb {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(229,233,225) 50%);
    overflow: hidden;
}

.contact_form_box_dJFb .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}

.contact_form_box_dJFb .help_list_dCWw {
    overflow: hidden;
    border-radius: 17px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    background: #ffffff;
    position: relative;
}

.contact_form_box_dJFb .support_request_Hceg {
    padding: 60px 50px;
    background: #ffffff;
    flex: 0 0 50%;
    position: relative;
}

.contact_form_box_dJFb h3 {
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.contact_form_box_dJFb input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.contact_form_box_dJFb .feedback_info_kwiX input[type="checkbox"]:checked {
    border-color: rgb(197,208,191);
    background: rgb(197,208,191);
}

.contact_form_box_dJFb .feedback_info_kwiX a {
    transition: all 0.3s ease;
    color: rgb(197,208,191);
    font-weight: 600;
    text-decoration: none;
}

.contact_form_box_dJFb .inquiry_widget_BgoO:hover {
    background: rgb(160,173,152);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(160,173,152,0.5);
}

.contact_form_box_dJFb svg path {
    fill: rgb(197,208,191);
    transition: all 0.3s ease;
}

.training_method_lYwj {
    background: linear-gradient(135deg, rgb(229,233,225) 0%, rgba(rgb(160,173,152,0.5), 0.1) 100%);
    position: relative;
    padding: 6rem 0;
    z-index: 1;
    overflow: hidden;
}

.training_method_lYwj h2 {
    line-height: 1.3;
    transform: translateX(-5px);
    padding-bottom: 1.5rem;
    position: relative;
    z-index: 2;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 33px;
    font-weight: 700;
}

.training_method_lYwj .text_details_HLmD::before {
    height: 100%;
    mask-size: 20px 20px;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(rgb(160,173,152,0.5), 0.08) 0%,
        rgba(rgb(197,208,191,0.5), 0.05) 100%
    );
    opacity: 0.4;
    mask-image: linear-gradient(45deg, #000 25%, transparent 25%), 
                linear-gradient(-45deg, #000 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, #000 75%),
                linear-gradient(-45deg, transparent 75%, #000 75%);
    left: 0;
    z-index: -1;
    width: 100%;
    top: 0;
    position: absolute;
    mask-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.secure_grotto_tAsr .container {
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 15px),
        calc(100% - 15px) 100%,
        0 100%
    );
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.02),
                0 20px 50px rgba(50, 50, 93, 0.05);
    transform: translateZ(0);
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    max-width: 1140px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 auto;
    z-index: 1;
    padding: 3rem;
    backdrop-filter: blur(10px) saturate(120%);
}

.secure_grotto_tAsr h4 {
    color: #000000;
    letter-spacing: 0.05em;
    margin: 1.5rem 0 0.75rem;
    text-transform: uppercase;
    opacity: 0.85;
    font-weight: 600;
    font-size: calc(28px * 0.7);
}

.secure_grotto_tAsr ul::before {
    background: linear-gradient(to bottom, 
        rgb(197,208,191,0.5),
        rgb(160,173,152,0.5),
        transparent);
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    width: 1px;
    left: 0;
}

.cookie_guide_aqTA {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin: auto;
    display: flex;
    max-width: 1200px;
    padding: 0 20px;
}

.privacyPolicyOverlay_gvie p {
    color: #000000;
    font-size: 13px;
    max-width: 500px;
}

.cookie_updates_bjcw {
    text-transform: uppercase;
    transition: border 0.2s;
    flex-shrink: 0;
    font-size: 14px;
    padding: 12px 24px;
    border: 2px solid transparent;
    font-weight: 600;
    text-decoration: none;
    min-width: 140px;
    margin-left: 10px;
    text-align: center;
    color: #ffffff;
    background: rgb(197,208,191);
    border-radius: 10px;
}

.pricing_offer_bwCW h2 {
    font-size: 31px;
    text-align: center;
    position: relative;
    color: #ffffff;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    margin-bottom: 20px;
    font-weight: 700;
    opacity: 0;
}

.pricing_offer_bwCW .fee_package_kYKI li:nth-child(1) {
    --i: 0;
}

.pricing_offer_bwCW .fee_package_kYKI li:nth-child(3) {
    --i: 2;
}

.pricing_offer_bwCW .value_fees_eBak:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}

.pricing_offer_bwCW .price_grid_VBlS::before {
    z-index: -1;
    transform: rotate(45deg);
    opacity: 0;
    content: "";
    transition: opacity 0.8s ease;
    width: 200%;
    left: -50%;
    background: radial-gradient(circle at center, transparent 60%, rgba(rgb(160,173,152,0.5), 0.1) 100%);
    top: -50%;
    position: absolute;
    height: 200%;
}

.pricing_offer_bwCW .study_pricing_FPoD p {
    margin-bottom: 25px;
    overflow-y: auto;
    color: rgba(255, 255, 255, 0.75);
    scrollbar-width: thin;
    font-size: calc(13px * 0.95);
    overflow-wrap: break-word;
    padding-right: 5px;
    scrollbar-color: rgba(rgb(197,208,191,0.5), 0.5) rgba(255, 255, 255, 0.05);
    word-break: break-word;
    max-height: 250px;
    line-height: 1.6;
    flex-grow: 1;
}

.leadership_profile_PlYT .container {
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.leadership_profile_PlYT .img_shadow_box_Bkeg {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    height: 120px;
    border-radius: 2px;
    transition: all 0.5s ease;
    position: absolute;
    left: 40px;
    top: -60px;
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(197,208,191);
    width: 120px;
}

.leadership_profile_PlYT .experience_data_FNZO {
    padding-left: 0;
    transition: padding 0.5s ease;
    margin-top: 40px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-size: 16px;
}

header .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 20px;
}

header .first_class_giJx {
    font-family: Arial, sans-serif;
    text-decoration: none;
    padding: 5px 0;
    color: #000000;
    font-size: 17px;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
}

header .first_class_giJx:hover:after {
    transform: scaleX(1);
}

header .head_main_fqNi:before {
    border-radius: 10px;
    -webkit-mask-composite: xor;
    top: 0;
    opacity: 0;
    border: 2px solid transparent;
    mask-composite: exclude;
    background: linear-gradient(to right, rgb(197,208,191), rgb(160,173,152)) border-box;
    content: '';
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    position: absolute;
    transition: opacity 0.3s ease;
    width: 100%;
    left: 0;
    height: 100%;
}

.customer_support_Cvrw .get_contactbox_LUJR {
    padding: 3rem;
    transform: translateZ(10px) rotateX(2deg);
    position: relative;
    border-radius: 25px;
    grid-template-columns: 1fr;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 
        0 20px 60px -15px rgba(0,0,0,0.15),
        0 5px 12px -3px rgba(0,0,0,0.1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    backdrop-filter: blur(5px);
    gap: 2rem;
    background: #ffffff;
    display: grid;
}

.customer_support_Cvrw h5:hover svg {
    transform: translateY(0) scale(1.1);
}

.customer_support_Cvrw .contact_list_ZKwD li {
    position: relative;
    transform-origin: left;
    transition: transform 0.3s ease;
}

.customer_support_Cvrw .contact_panel_MZLh svg {
    transform: translateY(0);
    margin-left: 10px;
    transition: transform 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.customer_support_Cvrw .contact_panel_MZLh:hover svg {
    transform: translateY(-3px) rotate(-5deg);
}

.explore_now_dCOa {
    padding: 6rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    background: linear-gradient(135deg, rgb(197,208,191) 0%, rgb(160,173,152) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transform: skewY(-2deg);
}

.explore_now_dCOa h6 {
    color: #ffffff;
    margin-bottom: 2.5rem;
    line-height: 1.5;
    animation: textFloat 5s infinite alternate ease-in-out;
    font-size: 18px;
    position: relative;
    max-width: 800px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    letter-spacing: 0.5px;
    transform: translateY(0);
    text-align: center;
}

.explore_now_dCOa .inquiry_widget_BgoO::after {
    left: -100%;
    transform: skewX(-25deg);
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    width: 70%;
    transition: all 0.7s ease;
}

.explore_now_dCOa .inquiry_widget_BgoO:hover::before {
    opacity: 0.1;
}

.explore_now_dCOa div div span:hover::before {
    transform: translateZ(-5px) scale(1.05);
    opacity: 0.25;
}

.title_board_WlCs .text_details_HLmD {
    transform: translateY(0);
    padding: 2rem;
    border-left: 4px solid rgb(197,208,191);
    flex-direction: column;
    position: relative;
    animation: float 6s ease-in-out infinite;
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
    justify-content: center;
}

.title_board_WlCs svg {
    height: 80px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: rotate(-5deg);
    width: 80px;
    margin-bottom: 1rem;
    filter: drop-shadow(0px 5px 15px rgba(94, 170, 168, 0.2));
}

.title_board_WlCs .inquiry_widget_BgoO {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border: none;
    transform: translateY(0);
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.2);
    padding: 1rem 2rem;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(197,208,191) 0%, rgba(94, 170, 168, 0.9) 100%);
    cursor: pointer;
    font-size: 17px;
    color: #ffffff;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.course_rewards_qhKW .container {
    gap: 60px;
    z-index: 1;
    padding: 0 20px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.course_rewards_qhKW .img_shadow_box_Bkeg:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(30px);
}

.course_rewards_qhKW .text_details_HLmD {
    padding: 20px 0;
    position: relative;
}

.course_rewards_qhKW .text_details_HLmD::before {
    top: 0;
    border-radius: 10px;
    position: absolute;
    left: -20px;
    width: 4px;
    background: linear-gradient(to bottom, rgb(197,208,191), rgb(160,173,152));
    opacity: 0.8;
    transition: transform 0.4s ease;
    transform: scaleY(0.9);
    height: 100%;
    content: "";
}

.course_rewards_qhKW li p {
    margin: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 1.6;
    color: #000000;
}

.course_rewards_qhKW li svg path {
    fill: rgb(197,208,191);
    transition: fill 0.3s ease;
}

.course_rewards_qhKW li:nth-child(odd):hover {
    transform: translateX(0) translateY(-2px);
}



@media (min-width: 768px) {.thanksWrap_pGeW {
    padding: 7rem 0;
}.thanksWrap_pGeW .who_weare_EzsD {
    padding: 4rem;
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.thanksWrap_pGeW h5 {
    font-size: calc(20px * 1.1);
}.thanksWrap_pGeW p {
    font-size: calc(17px * 1.05);
}.thanksWrap_pGeW .who_weare_EzsD::after {
    border-right: 3px solid rgb(197,208,191);
    top: -15px;
    width: 30px;
    border-top: 3px solid rgb(197,208,191);
    height: 30px;
    position: absolute;
    right: -15px;
    opacity: 0;
    content: "";
    transform: translateZ(10px) scale(0.9);
    transition: opacity 0.5s ease, transform 0.5s ease;
}.thanksWrap_pGeW .who_weare_EzsD:hover::after {
    transform: translateZ(10px) scale(1);
    opacity: 1;
}.thanksWrap_pGeW .who_weare_EzsD::before {
    transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.thanksWrap_pGeW .who_weare_EzsD:hover::before {
    clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
}
}



@media (max-width: 576px) {.course_program_description_IDnB {
    padding: 50px 0;
}.course_program_description_IDnB .text_details_HLmD {
    padding: 25px 20px;
    margin-bottom: 20px;
}.course_program_description_IDnB .text_details_HLmD h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.course_program_description_IDnB .text_details_HLmD .description {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
    padding-left: 15px;
}.course_program_description_IDnB .img_shadow_box_Bkeg {
    height: 40%;
    clip-path: polygon(0 15%, 100% 5%, 100% 100%, 0% 100%);
}}



@media (max-width: 1200px) {.contact_form_box_dJFb {
    background: #ffffff;
}
}



@media (max-width: 768px) {.contact_form_box_dJFb {
    padding: 60px 0;
}.contact_form_box_dJFb h2 {
    margin-bottom: 40px;
    font-size: calc(36px - 4px);
}.contact_form_box_dJFb .support_request_Hceg {
    padding: 40px 30px;
}.contact_form_box_dJFb #contact {
    gap: 25px;
}.contact_form_box_dJFb .img_shadow_box_Bkeg {
    min-height: 300px;
}
}



@media (min-width: 992px) {.training_method_lYwj {
    padding: 8rem 0;
}.training_method_lYwj .who_weare_EzsD {
    gap: 6rem;
}.training_method_lYwj h2 {
    transform: translateX(-15px);
    font-size: calc(33px * 1.4);
}.training_method_lYwj .text_details_HLmD {
    padding: 3.5rem 4rem;
    border-left-width: 8px;
}.training_method_lYwj p {
    line-height: 1.8;
    font-size: calc(15px * 1.05);
}
}



@media (max-width: 768px) {.secure_grotto_tAsr {
    padding: 2.5rem 1rem;
}.secure_grotto_tAsr .container {
    padding: 2rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 10px),
            calc(100% - 10px) 100%,
            0 100%
        );
}.secure_grotto_tAsr h1 {
    font-size: calc(47px * 0.8);
    margin-bottom: 1.5rem;
}.secure_grotto_tAsr h2 {
    font-size: calc(28px * 0.8);
    margin: 2rem 0 1rem;
}.secure_grotto_tAsr h3 {
    font-size: calc(28px * 0.7);
}.secure_grotto_tAsr h4 {
    font-size: calc(28px * 0.6);
}.secure_grotto_tAsr p, 
    .secure_grotto_tAsr li,
    .secure_grotto_tAsr span {
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 480px) {.pricing_offer_bwCW {
    padding: 50px 0;
}.pricing_offer_bwCW h2 {
    font-size: calc(31px * 0.8);
}.pricing_offer_bwCW .value_pricing_Fpcj {
    margin-bottom: 30px;
    font-size: calc(13px * 0.9);
}.pricing_offer_bwCW .price_grid_VBlS {
    padding: 20px;
}.pricing_offer_bwCW .study_pricing_FPoD h4 {
    font-size: calc(24px * 0.95);
    margin-bottom: 10px;
}.pricing_offer_bwCW .trial_pricing_lBOI {
    font-size: calc(24px * 1.1);
}}



@media (min-width: 768px) {.customer_support_Cvrw .get_contactbox_LUJR {
    gap: 2rem 4rem;
    align-items: start;
    grid-template-columns: 1fr 1fr;
}.customer_support_Cvrw .get_contactbox_LUJR > div:first-of-type {
    grid-column: 1 / -1;
}.customer_support_Cvrw .contact_list_ZKwD {
    grid-column: 1 / -1;
}
}



@media (max-width: 992px) {.explore_now_dCOa {
    padding: 5rem 0;
}.explore_now_dCOa h6 {
    font-size: calc(22px * 1.1);
    margin-bottom: 2rem;
}.explore_now_dCOa .inquiry_widget_BgoO {
    padding: 0.8rem 2.2rem;
}
}



@media (max-width: 576px) {.explore_now_dCOa {
    padding: 3.5rem 0;
    transform: skewY(0);
}.explore_now_dCOa .container {
    padding: 0 1rem;
    transform: skewY(0);
}.explore_now_dCOa h6 {
    font-size: calc(18px * 1.2);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.explore_now_dCOa .inquiry_widget_BgoO {
    padding: 0.7rem 1.8rem;
    font-size: calc(20px * 0.9);
}.explore_now_dCOa div div span::before {
    width: calc(100% + 10px);
    left: -5px;
    top: -5px;
    height: calc(100% + 10px);
}}



@media (max-width: 992px) {.course_rewards_qhKW {
    padding: 80px 0;
}.course_rewards_qhKW .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.course_rewards_qhKW .img_shadow_box_Bkeg {
    transform: perspective(1000px) rotateY(0) translateZ(0);
    max-height: 400px;
}.course_rewards_qhKW .who_weare_EzsD {
    transform: none;
}.course_rewards_qhKW h1 {
    margin-bottom: 25px;
    font-size: calc(46px * 0.9);
}
}



@keyframes expandWidth {
  from { width: 0; }
  to { width: 80px; }
}



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



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



@keyframes growLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes textFloat {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-8px);
    }
}

