svg {
    height: 30px;
    width: 30px;
}

.container {
    max-width: 100%;
    margin: auto;
    width: 1277px;
}

.footnote_ref_7401 {
    flex: 0 0 auto;
}

.footnote_ref_7401 {
    position: relative;
    z-index: 1;
    color: #ffffff;
    background-position: center center;
    padding: 5rem 0 3rem;
}


.developer_experience_8275 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(216,235,206) 0%, rgb(178,209,162,0.5) 100%);
}

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

.developer_experience_8275 .edu_voices_3045::before {
    transform-origin: left center;
    height: 100%;
    width: 5px;
    position: absolute;
    left: 0;
    content: "";
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(to bottom, rgb(178,209,162), rgb(138,181,116));
    transform: scaleY(0);
    top: 0;
}

.developer_experience_8275 .img_item_wrapper_0643::after {
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(178,209,162,0.5) 0%, transparent 50%, rgb(138,181,116,0.5) 100%);
    width: 100%;
    content: "";
    transition: opacity 0.6s ease;
    left: 0;
    top: 0;
    opacity: 0;
}

.developer_experience_8275 .edu_voices_3045:hover .name::after {
    width: 100%;
}

.developer_experience_8275 .edu_voices_3045 > div:nth-child(2) > div {
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: calc(16px * 0.95);
    font-weight: 600;
    padding-left: 0;
    margin-bottom: 15px;
    position: relative;
    color: #000000;
}

.developer_experience_8275 .experience_path_8320::before,
.developer_experience_8275 .experience_path_8320::after {
    font-size: 60px;
    content: "";
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    line-height: 1;
    font-family: Georgia, serif;
    color: rgb(178,209,162,0.5);
    position: absolute;
}

.developer_experience_8275 .experience_path_8320::before {
    transform: translateX(-20px) translateY(-20px) scale(0.8);
    top: -10px;
    left: -10px;
    opacity: 0.5;
}

.landing_page_9065 .skill_track_6541 {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.8s ease-out forwards;
    padding: 3rem;
    width: 85%;
    position: relative;
    backdrop-filter: blur(10px);
    grid-gap: 2.5rem;
    max-width: 1200px;
    z-index: 2;
    transform: translateY(-20px);
    grid-template-columns: 1fr;
    display: grid;
}

.landing_page_9065 .skill_track_6541 > div:first-child {
    animation: slideUp 0.6s ease-out forwards 0.5s;
}

.landing_page_9065 h3 {
    margin: 0 0 1.5rem 0;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
    font-size: calc(18px * 1.05);
    padding-left: 1rem;
    position: relative;
}

.landing_page_9065 p {
    font-weight: 400;
    padding-left: 1rem;
    color: #ffffff;
    margin: 0;
    font-size: calc(12px * 1.1);
    line-height: 1.6;
    position: relative;
}

header::after {
    background: 
        linear-gradient(to right, transparent 0%, rgb(138,181,116,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(138,181,116,0.5) 50%, transparent 100%);
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    content: '';
    left: 0;
}

header .main_pagewrap_8014::before {
    left: 0;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    width: 100%;
    content: '';
    transform: scaleX(0);
    transition: all 0.4s ease;
    height: 100%;
}

header .nav_block_8561 {
    position: relative;
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    z-index: 2;
}

header .head_mainwrap_4031 a {
    z-index: 1;
    overflow: hidden;
    display: flex;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    border-left: 1px solid transparent;
    font-size: 13px;
    position: relative;
    padding: 0 1.2rem;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-right: 1px solid transparent;
    text-decoration: none;
    letter-spacing: 1px;
}

header .head_mainwrap_4031::before {
    left: -10px;
    position: absolute;
    top: 50%;
    transition: transform 0.3s ease;
    height: 5px;
    transform: translateY(-50%) scale(0);
    background: rgb(178,209,162);
    content: '';
    width: 5px;
}



header .head_mainwrap_4031:last-child::after {
    color: rgb(178,209,162);
    animation: typingCursor 1s infinite;
    transform: translateY(-50%);
    right: -10px;
    top: 50%;
    font-weight: 700;
    content: '|';
    position: absolute;
}

.privacy_quarters_2586 h2 {
    font-weight: 600;
    font-size: 33px;
}

.privacy_quarters_2586 h4 {
    font-weight: 400;
    font-size: 1.25em;
}

.privacy_quarters_2586 h6 {
    font-weight: 300;
    font-size: 22px;
}

.privacy_quarters_2586 ul li:before {
    left: 0;
    position: absolute;
    font-size: 1.2em;
    color: rgb(138,181,116);
    content: '•';
}


.privacy_quarters_2586 a {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: rgb(178,209,162);
}

.privacy_quarters_2586 hr {
    height: 1px;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    margin: 30px 0;
}

.price_offer_5276 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    color: #ffffff;
}

.payment_plans_0572 {
    transform-origin: center top;
    transform: perspective(1000px) rotateX(2deg);
}

.price_offer_5276 h2::after {
    width: 60px;
    bottom: -10px;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(178,209,162);
    height: 4px;
    transform: skewX(-20deg);
}

.price_offer_5276 .fee_plan_5982 li {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}

.price_offer_5276 .bundle_rate_5130:hover .plan_pricing_8034 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: translateZ(20px);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,0.98) 100%);
}

.price_offer_5276 .bundle_rate_5130:hover .plan_pricing_8034::after {
    opacity: 0.15;
    transform: rotate(45deg) translate(20px, -60px) scale(1.2);
}

.price_offer_5276 .cost_plan_8730 h4 {
    margin-top: 0;
    padding-bottom: 15px;
    transform: translateX(-5px);
    margin-bottom: 20px;
    color: rgb(178,209,162);
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    font-size: calc(18px + 2px);
}

.price_offer_5276 .study_offers_1948 {
    border-top: 1px solid rgba(0,0,0,0.08);
    margin-top: auto;
    padding: 15px 0 0;
    font-weight: 700;
    font-size: calc(18px + 6px);
    position: relative;
    transition: color 0.3s ease;
    margin-bottom: 0;
    display: block;
    color: rgb(138,181,116);
}

.appField_7351::after {
    width: 250px;
    background: radial-gradient(circle, rgb(138,181,116,0.5) 0%, transparent 70%);
    left: -5%;
    bottom: -5%;
    opacity: 0.6;
    height: 250px;
    content: "";
    filter: blur(30px);
    animation: float 12s infinite ease-in-out reverse;
    position: absolute;
}

.appField_7351 .study_learn_3562 {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.appField_7351 li::before {
    transform: rotate(45deg);
    animation: pulse 4s infinite alternate;
    left: 0;
    position: absolute;
    height: 8px;
    background: rgb(178,209,162);
    width: 8px;
    top: 12px;
    content: "";
}

.footnote_ref_7401::after {
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.5;
    position: absolute;
}

.footnote_ref_7401 .company_holder::before {
    background: linear-gradient(45deg, rgb(178,209,162), transparent 70%);
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    opacity: 0.5;
    left: -5px;
    filter: blur(5px);
    position: absolute;
    height: calc(100% + 10px);
    content: "";
    z-index: -1;
    top: -5px;
    width: calc(100% + 10px);
}

.footnote_ref_7401 .degree_path_5263::before {
    background: linear-gradient(90deg, transparent, rgb(178,209,162), transparent);
    content: "";
    position: absolute;
    top: -20px;
    height: 1px;
    width: 100%;
    left: 0;
}

.footnote_ref_7401 .nav_block_8561 h5 {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    color: rgb(138,181,116);
    font-weight: 600;
    font-size: 23px;
}

.footnote_ref_7401 .nav_block_8561 .head_nav_7042 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footnote_ref_7401 .nav_block_8561 .head_nav_7042 a::before {
    color: rgb(178,209,162);
    font-size: 0.8em;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    content: "//";
}

.lang_learn_0962 {
    position: relative;
    margin-top: 3rem;
    background: rgba(0, 0, 0, 0.6);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 1.5rem 0;
}

.lang_learn_0962 .online_tools_2834 {
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.7;
}

.customer_support_5420::after {
    opacity: 0.15;
    bottom: -5%;
    left: -5%;
    background: rgb(178,209,162,0.5);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    animation: float 8s ease-in-out infinite reverse;
    width: 25%;
    z-index: 1;
    transform: rotate(15deg);
    content: "";
    position: absolute;
    height: 25%;
}

.customer_support_5420 h3 {
    color: rgb(178,209,162);
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: 32px;
}

.customer_support_5420 .edu_help_0248:hover h3::after {
    transform: scaleX(1.2);
}

.customer_support_5420 h5 {
    margin-bottom: 0.5rem;
    text-transform: capitalize;
    gap: 0.5rem;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    align-items: center;
}

.customer_support_5420 .message_card_9013:hover {
    background: linear-gradient(to right, rgba(rgb(178,209,162,0.5), 0.1), rgba(rgb(216,235,206), 0.2));
    border-left: 2px solid rgb(178,209,162);
    transform: translateX(5px);
}

.customer_support_5420 svg path {
    fill: rgb(178,209,162);
    transition: fill 0.3s ease;
}

.cookieAlertPromptPanel_3214 {
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(178,209,162);
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    padding: 20px 0;
    background: rgb(138,181,116);
}

.cookie_option_4260:hover svg {
    transform: rotate(10deg);
}

.cookie_button.track_ack_7281 {
    background: rgb(178,209,162);
}

.cookie_button.track_cookies_9870 {
    background: rgb(138,181,116);
}

.cookieAlertPromptPanel_3214 p a {
    color: rgb(178,209,162);
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    font-weight: 600;
}

.wrapper-section_8964 .cookie_show_9867 {
    padding: 10px;
    margin-left: 30px;
    border: none;
    background: rgb(178,209,162);
    font-weight: 400;
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 10px;
}

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

.about_this_5128 h2 {
    position: relative;
    animation: slideInTitle 0.8s ease-out forwards;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    transform: translateX(-10px);
    font-size: calc(36px * 1.2);
    margin-bottom: 2rem;
}

.about_this_5128 .text_block_1524::before {
    content: "";
    position: absolute;
    left: -10px;
    opacity: 0.6;
    background: rgb(178,209,162);
    height: 80px;
    top: 20px;
    z-index: -1;
    width: 20px;
}

.about_this_5128 .text_block_1524 p {
    transform: translateX(-10px);
    font-size: calc(16px * 1.5);
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0;
    margin: 0 0 10px;
    position: relative;
    animation: fadeIn 0.5s 0.8s forwards;
    font-weight: 600;
}

.about_this_5128 .text_block_1524 div div::first-letter {
    padding-right: 8px;
    line-height: 1;
    float: left;
    font-weight: 700;
    color: rgb(178,209,162);
    font-size: 1.5em;
}

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

.statistics_information_5460 .success_factors_3957 {
    flex-wrap: wrap;
    z-index: 2;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    gap: 0;
    position: relative;
}

.statistics_information_5460 .statistics_edges_5837:first-child::before {
    opacity: 0;
}

.statistics_information_5460 .statistics_edges_5837:hover {
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 3px solid rgb(178,209,162);
    transform: translateY(-10px);
}

.statistics_information_5460 .statistics_edges_5837 span {
    font-weight: 400;
    color: #000000;
    display: block;
    transition: all 0.3s ease;
    font-size: 16px;
}

.statistics_information_5460 .career_statistics_3105::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.3;
    content: "";
    width: 150%;
    position: absolute;
    background: radial-gradient(ellipse at center, rgb(178,209,162,0.5) 0%, transparent 70%);
    height: 120%;
}

.statistics_information_5460 .career_benefits_9503 {
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
}

.statistics_information_5460 .statistics_edges_5837:hover svg {
    opacity: 1;
    fill: rgb(138,181,116);
    transform: rotateY(180deg);
}

.statistics_information_5460 .statistics_edges_5837:nth-child(2) h4 {
    --i: 2;
}

.connect_form_0475 {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(216,235,206);
    position: relative;
}

.connect_form_0475 .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
}

.connect_form_0475 h2 {
    transform: translateX(-50%);
    padding-bottom: 20px;
    left: 50%;
    display: inline-block;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    position: relative;
}

.connect_form_0475 .feedback_message_0129 {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin-top: 50px;
    position: relative;
    display: flex;
}

.connect_form_0475 .feedback_support_0913::before {
    border: 30px solid rgb(178,209,162,0.5);
    height: 150px;
    border-radius: 50%;
    content: "";
    top: -75px;
    position: absolute;
    z-index: 0;
    right: -75px;
    width: 150px;
}

.connect_form_0475 form h3::after {
    position: absolute;
    left: 0;
    background: rgb(178,209,162);
    content: "";
    bottom: -15px;
    height: 2px;
    width: 50%;
}

.connect_form_0475 form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}

.connect_form_0475 .query_query_6013 {
    position: relative;
    margin-bottom: 40px;
}

.connect_form_0475 .query_query_6013 label::before {
    width: 22px;
    content: "";
    height: 22px;
    top: 0;
    position: absolute;
    transition: all 0.3s ease;
    border: 2px solid rgb(216,235,206);
    background: transparent;
    left: 0;
}

.connect_form_0475 .query_query_6013 label a::after {
    height: 1px;
    bottom: -1px;
    position: absolute;
    background: rgb(178,209,162);
    left: 0;
    transform-origin: left;
    width: 100%;
    transform: scaleX(1);
    content: "";
    transition: transform 0.3s ease;
}

.connect_form_0475 .support_request_2930::before {
    height: 100%;
    transform: skewX(-25deg);
    content: "";
    background: rgb(138,181,116);
    width: 0;
    left: -10px;
    transition: width 0.5s ease;
    top: 0;
    z-index: -1;
    position: absolute;
}

.connect_form_0475 svg:hover,
.connect_form_0475 svg:hover path {
    stroke: rgb(138,181,116);
}

.program_information_3451 {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(216,235,206) 0%, rgba(245, 247, 252, 0.95) 100%);
    position: relative;
}

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

.program_information_3451 .img_item_wrapper_0643::before {
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        to bottom right,
        rgba(rgb(178,209,162), 0.2),
        rgba(rgb(138,181,116), 0.2)
    );
    content: '';
    top: 0;
}

.program_information_3451 .img_item_wrapper_0643:hover::after {
    opacity: 1;
    transform: scale(1);
}

.program_information_3451 h3::after {
    position: absolute;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(178,209,162) 0%, rgb(138,181,116) 100%);
    animation: expandLine 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s forwards;
    transform: scaleX(0);
    height: 3px;
    content: '';
    width: 80px;
    transform-origin: left;
    left: 0;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (min-width: 768px) {.developer_experience_8275 .edu_voices_3045 {
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
    gap: 25px 40px;
}.developer_experience_8275 .edu_voices_3045 > div:first-child {
    display: flex;
    grid-row: 1 / 3;
    justify-content: center;
    align-items: center;
}.developer_experience_8275 .edu_voices_3045 > div:nth-child(2) {
    align-self: end;
}.developer_experience_8275 .edu_voices_3045 > div:nth-child(3) {
    grid-column: 2 / 3;
}.developer_experience_8275 .img_item_wrapper_0643 {
    width: 200px;
    height: 200px;
}
}



@media screen and (min-width: 768px) {.landing_page_9065 .skill_track_6541 {
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
}.landing_page_9065 .title_style_header {
    font-size: calc(48px * 1.3);
}.landing_page_9065 h3 {
    font-size: calc(18px * 1.1);
}.landing_page_9065 p {
    font-size: calc(12px * 1.2);
}
}



@media screen and (max-width: 480px) {.landing_page_9065 .course_main_8129 {
    padding: 2rem 0;
}.landing_page_9065 .skill_track_6541 {
    padding: 1.5rem;
    width: 95%;
    grid-gap: 1.5rem;
}.landing_page_9065 .title_style_header {
    font-size: calc(48px * 0.9);
}.landing_page_9065 h3 {
    padding-left: 0.75rem;
    font-size: calc(18px * 0.95);
}.landing_page_9065 p {
    font-size: calc(12px * 0.95);
    padding-left: 0.75rem;
}}



@media (max-width: 479px) {header .nav_learn_8635 {
    padding: 0.7rem 1.2rem;
}header .main_pagewrap_8014 {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .head_mainwrap_4031 a {
    font-size: calc(13px - 3px);
    padding: 0 0.6rem;
    height: 32px;
}}


@media only screen and (max-width: 800px) {.privacy_quarters_2586 {
    padding: 20px 10px;
}.privacy_quarters_2586 h1 {
    font-size: calc(20px - 10%);
}.privacy_quarters_2586 h2 {
    font-size: calc(20px - 10%);
}.privacy_quarters_2586 p, .privacy_quarters_2586 span, .privacy_quarters_2586 div {
    font-size: calc(15px - 10%);
}}



@media (max-width: 767px) {.price_offer_5276 {
    padding: 60px 0;
}.payment_plans_0572 {
    transform: none;
}.price_offer_5276 h2 {
    transform: none;
    font-size: calc(38px - 4px);
}.price_offer_5276 .learning_deals_4973 {
    max-width: 100%;
    margin-bottom: 30px;
    transform: none;
}.price_offer_5276 .fee_plan_5982 {
    gap: 20px;
    grid-template-columns: 1fr;
}.price_offer_5276 .plan_pricing_8034 {
    padding: 20px;
    min-height: 350px;
}.price_offer_5276 .cost_plan_8730 h4 {
    transform: none;
}.price_offer_5276 .cost_plan_8730 p {
    font-size: calc(15px - 1px);
}.price_offer_5276 .study_offers_1948 {
    font-size: calc(18px + 4px);
}
}



@media (max-width: 575px) {.appField_7351 {
    padding: 50px 0;
}.appField_7351 h2 {
    font-size: 24px;
    margin-bottom: 25px;
}.appField_7351 .study_learn_3562 {
    padding: 20px;
}.appField_7351 li {
    padding-left: 20px;
}.appField_7351 span {
    font-size: calc(17px - 1px);
    line-height: 1.6;
}.appField_7351 h2::before {
    height: 2px;
    width: 50px;
}}



@media (min-width: 768px) {.customer_support_5420 .edu_help_0248 {
    gap: 2rem;
    grid-template-columns: 1fr;
    padding: 4rem;
    display: grid;
}.customer_support_5420 h3 {
    font-size: calc(32px * 1.1);
}.customer_support_5420 .connect_section_5367 {
    gap: 1.5rem;
    flex-wrap: wrap;
    flex-direction: row;
}.customer_support_5420 .message_card_9013 {
    padding: 1rem 1.5rem;
}
}



@media (max-width: 767px) {.customer_support_5420 {
    padding: 4rem 0;
}.customer_support_5420 .edu_help_0248 {
    padding: 2rem;
    transform: none;
}.customer_support_5420 h3 {
    margin-bottom: 1.25rem;
    font-size: calc(32px * 0.9);
}.customer_support_5420 p {
    font-size: calc(12px * 0.95);
}.customer_support_5420 svg {
    height: 18px;
    width: 18px;
}.customer_support_5420 .message_card_9013 {
    padding: 0.65rem 0.75rem;
}
}




@media (min-width: 768px) {.about_this_5128 {
    padding: 150px 0;
}.about_this_5128 .container {
    grid-template-columns: 1fr;
}.about_this_5128 h2 {
    font-size: calc(36px * 1.4);
    margin-bottom: 3rem;
}.about_this_5128 .text_block_1524 {
    padding: 50px;
}.about_this_5128 .text_block_1524::before {
    height: 120px;
}.about_this_5128 .text_block_1524 div div {
    column-count: 2;
}
}



@media (min-width: 1200px) {.about_this_5128 .container {
    padding: 0 60px;
}.about_this_5128 h2 {
    margin-left: 30px;
}.about_this_5128 .text_block_1524 {
    margin-left: 30px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.about_this_5128 .text_block_1524:hover {
    box-shadow: 0 15px 45px rgba(0,0,0,0.3);
    transform: translateY(-5px);
}
}



@media (max-width: 768px) {.statistics_information_5460 {
    padding: 80px 0;
}.statistics_information_5460 .success_factors_3957 {
    margin-top: 50px;
}.statistics_information_5460 .statistics_edges_5837 {
    padding: 30px 15px;
}.statistics_information_5460 .statistics_edges_5837 h4 {
    font-size: 2.5rem;
}.statistics_information_5460 svg {
    height: 40px;
    width: 40px;
    margin-bottom: 15px;
}.statistics_information_5460 .benefits_block_1623 {
    font-size: calc(36px * 0.85);
}.statistics_information_5460 .benefits_block_1623::before,
    .statistics_information_5460 .benefits_block_1623::after {
    display: none;
}
}



@media (max-width: 480px) {.connect_form_0475 {
    padding: 50px 0;
}.connect_form_0475 h2 {
    font-size: calc(36px * 0.85);
}.connect_form_0475 .feedback_message_0129 {
    margin-top: 30px;
}.connect_form_0475 .img_item_wrapper_0643 {
    min-height: 200px;
}.connect_form_0475 .feedback_support_0913 {
    padding: 30px 20px;
}.connect_form_0475 form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.connect_form_0475 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.connect_form_0475 .query_query_6013 {
    margin-bottom: 25px;
}.connect_form_0475 .query_query_6013 label {
    font-size: calc(12px * 0.9);
}.connect_form_0475 .support_request_2930 {
    padding: 12px 25px;
}}



@media (max-width: 767px) {.program_information_3451 {
    padding: 80px 0;
}.program_information_3451 .img_item_wrapper_0643 {
    margin-bottom: 20px;
    height: 300px;
}.program_information_3451 h3 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.8);
}.program_information_3451 p.description {
    max-height: 250px;
    line-height: 1.6;
}
}



@keyframes expand {
    0% { width: 0; }
    100% { width: 80px; }
}



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



@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-5deg);
    }
}



@keyframes slideInTitle {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

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



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

