﻿html,body {
    color: #000000;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}

html {
    scrollbar-color: rgb(238,229,238) #ffffff;
    scrollbar-width: thin;
}

a {
    color: inherit;
    text-decoration: none;
}

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

.help_center05736::before {
    left: 0;
    position: absolute;
    animation: moveBackground 20s linear infinite;
    opacity: 0.05;
    z-index: -2;
    content: '';
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(175,121,176,0.5) 0,
        rgb(175,121,176,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
}

.help_center05736 .container::after {
    left: 15%;
    transform: rotate(15deg);
    height: 120px;
    animation-delay: -5s;
    background: rgb(175,121,176,0.5);
    width: 120px;
    bottom: -60px;
}

.help_center05736 .write_form10798:hover {
    box-shadow: 
        0 30px 60px -15px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        inset 0 0 20px rgba(255, 255, 255, 0.7);
    transform: translateY(-10px);
}

.write_form10798::after {
    left: -15px;
    z-index: 0;
    width: 80px;
    opacity: 0.3;
    bottom: -15px;
    border: 1px solid rgb(175,121,176,0.5);
    border-radius: 50%;
    content: '';
    animation: rotate 25s linear infinite reverse;
    position: absolute;
    height: 80px;
}

.help_center05736 .edu_asksup29046 svg path {
    stroke-dashoffset: 60;
    stroke-dasharray: 60;
    animation: draw 1.5s forwards ease-out;
}


.help_center05736 .edu_asksup29046::before {
    top: 0;
    height: 100%;
    z-index: -1;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 5px, rgba(255, 255, 255, 0.05) 5px, rgba(255, 255, 255, 0.05) 10px),
        repeating-linear-gradient(90deg, transparent, transparent 5px, rgba(255, 255, 255, 0.05) 5px, rgba(255, 255, 255, 0.05) 10px);
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
}

.help_center05736 .edu_coach28175::after {
    left: 0;
    height: 100%;
    z-index: -1;
    top: 0;
    width: 100%;
    background-size: 20px 20px;
    position: absolute;
    content: '';
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
}

.help_center05736 .edu_coach28175 p svg path {
    stroke-dasharray: 40;
    animation: drawPath 1s forwards ease-out;
    stroke-dashoffset: 40;
}

.help_center05736 .edu_coach28175 p:nth-child(3) svg path {
    animation-delay: 0.3s;
}

.help_center05736 .edu_coach28175 p:nth-child(5) svg path {
    animation-delay: 0.5s;
}

.help_center05736 .edu_coach28175 p a {
    padding: 2px 5px;
    text-decoration: none;
    background-size: 200% 100%;
    transition: all 0.3s ease;
    background: linear-gradient(to right, transparent 50%, rgb(209,183,210,0.5) 50%);
    color: rgb(209,183,210);
    border-radius: 10px;
    background-position: 0 0;
    position: relative;
    font-weight: 600;
}

.help_center05736 .assist_support39468:hover svg {
    transform: rotate(135deg);
}

.help_center05736 .assist_support39468 svg path {
    animation: drawPath 1s forwards ease-out 0.6s;
    stroke-dashoffset: 40;
    stroke-dasharray: 40;
}

.help_center05736 .get_contactinfo49612 {
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    font-size: calc(18px - 1px);
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    color: #000000;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px 20px 15px 40px;
    backdrop-filter: blur(5px);
    border-radius: 10px;
}

.help_center05736 .get_contactinfo49612::before {
    transform: scaleY(0);
    width: 5px;
    transform-origin: top;
    position: absolute;
    top: 0;
    transition: transform 0.4s ease;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, rgb(209,183,210) 0%, rgb(175,121,176) 100%);
    left: 0;
}

.teaching_process38170 .content_wrap25986 {
    width: 80%;
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 0;
}

.teaching_process38170 .content_wrap25986 h2 {
    font-size: 30px;
    transition: transform 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    transform: translateY(10px);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 50px;
    font-weight: 700;
    border-radius: 21px 21px 0 0;
    z-index: 3;
    position: relative;
    color: #ffffff;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.teaching_process38170 .content_wrap25986 h2::before {
    height: 30px;
    position: absolute;
    border-radius: 50%;
    left: 10px;
    top: 50%;
    width: 30px;
    background: rgb(209,183,210);
    opacity: 0.2;
    transform: translateY(-50%);
    content: '';
}

.teaching_process38170::after {
    height: 1px;
    bottom: 80px;
    opacity: 0.6;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(209,183,210,0.5) 20%, 
        rgb(209,183,210,0.5) 80%, 
        transparent 100%
    );
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}



.teaching_process38170 .content_wrap25986 p::first-line {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.training_specialist10279::before {
    opacity: 0.05;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(209,183,210,0.5) 30px,
        rgb(209,183,210,0.5) 32px
    );
}

.training_specialist10279 .career_milestones38102 {
    border-radius: 19px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin-top: -40px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 60px 40px 40px;
    background: #ffffff;
    transform: translateZ(0);
}

.training_specialist10279 .review_grid18532:hover .name {
    transform: translateX(15px);
    color: rgb(209,183,210);
}

.training_specialist10279 .review_grid18532:hover .career_milestones38102 > div:nth-child(2) {
    transform: translateX(15px);
}

.training_specialist10279 .review_grid18532:hover .career_details29584 {
    transform: translateY(-5px);
}

.training_specialist10279 .career_details29584::after {
    right: 0;
    bottom: 0;
}

.training_specialist10279 .review_grid18532:hover .career_details29584::before,
.training_specialist10279 .review_grid18532:hover .career_details29584::after {
    width: 100px;
    background: rgb(175,121,176);
    height: 2px;
}

header::after {
    height: 10px;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(209,183,210,0.5), 
        transparent
    );
    bottom: 0;
    opacity: 0.6;
}

header .nav_pro07198:hover {
    transform: translateY(-5px);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
}

header .top_sitebar41865 img {
    max-height: 38px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

header .nav_master48531:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}

header .nav_mainwrap85064 a {
    position: relative;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    justify-content: center;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000000;
    transition: all 0.4s ease;
    font-weight: 600;
    z-index: 1;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    font-size: 17px;
    padding: 0.8rem 1.3rem;
}

header .nav_mainwrap85064:hover::after {
    transform: translateX(-50%) scale(1);
}

header .nav_know26417::after {
    filter: blur(30px);
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    left: -75px;
    bottom: -75px;
    background: radial-gradient(circle, rgb(175,121,176,0.5) 0%, transparent 70%);
    content: '';
    width: 150px;
    height: 150px;
}

.sign_up_for_updates97531::after {
    content: "";
    bottom: -100px;
    background: rgb(175,121,176);
    z-index: -1;
    width: 250px;
    animation: morphShape 15s ease-in-out infinite alternate-reverse;
    border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    left: -100px;
    position: absolute;
    height: 250px;
    opacity: 0.07;
}

.sign_up_for_updates97531 p::before,
.sign_up_for_updates97531 p::after {
    position: absolute;
    content: "";
    opacity: 0.2;
    z-index: -1;
    background: rgb(209,183,210);
}

.sign_up_for_updates97531 p::before {
    transform: skewX(-20deg);
    top: 30%;
    animation: slideLeft 5s cubic-bezier(0.33, 1, 0.68, 1) infinite alternate;
    left: -10%;
    height: 30%;
    width: 120%;
}

.sign_up_for_updates97531 .input_holder:hover {
    transform: translateX(-15%) rotateZ(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.sign_up_for_updates97531 .input_holder::after {
    bottom: -8px;
    right: -8px;
    top: 8px;
    left: 8px;
    animation: pulseBoxShadow 3s ease-in-out 1.5s infinite alternate;
}

.sign_up_for_updates97531 .instant_learn09352 {
    background: #ffffff;
    color: #000000;
    flex: 1;
    font-family: Arial, sans-serif;
    font-size: 16px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
    border: none;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    border-top-left-radius: 10px;
    outline: none;
    border-bottom-left-radius: 10px;
}

.sign_up_for_updates97531 .support_inquiry58374:hover {
    color: #ffffff;
}

.sign_up_for_updates97531 .support_inquiry58374:hover::before {
    animation: slideGradient 2s linear infinite;
    opacity: 1;
}

.landing_page85642::before {
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(94,170,168,0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(94,170,168,0.15) 0%, transparent 40%);
    z-index: 1;
    content: "";
    top: 0;
}

.landing_page85642 .content_wrap25986 {
    position: relative;
    gap: 2rem;
    flex-direction: column;
    display: flex;
}

.landing_page85642 .course_first29617 {
    border-left: 4px solid rgb(209,183,210);
    transform: translateY(20px);
    padding: 2rem;
    animation: fadeUp 0.8s 0.6s ease-out forwards;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    box-shadow: 0 15px 30px rgba(94,170,168,0.15), 
                0 5px 15px rgba(0,0,0,0.05);
    opacity: 0;
}

.landing_page85642 svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}

.landing_page85642 .support_inquiry58374::before {
    top: 0;
    content: "";
    left: -100%;
    position: absolute;
    width: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
}

.landing_page85642 .image_frame75084::before {
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(94,170,168,0.3), transparent);
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

.ty_block_id10278::after {
    right: -50%;
    filter: blur(100px);
    transform: rotate(45deg);
    position: absolute;
    height: 100%;
    content: "";
    top: -50%;
    animation: glow 10s infinite alternate;
    background: rgb(255, 255, 255, 0.5);
    width: 100%;
    opacity: 0.2;
}

.ty_block_id10278 h2 {
    position: relative;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    margin-bottom: 2.5rem;
    animation: fadeSlideIn 0.8s ease-out both;
    transform: translateZ(30px);
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: clamp(1.5rem, 3vw, 37px);
}

.ty_block_id10278 .legacy_story78415:hover {
    transform: translateZ(25px) rotateX(0deg);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.06);
}

.ty_block_id10278 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ty_block_id10278 li:hover::before {
    opacity: 1;
    left: -20px;
    height: 8px;
    width: 8px;
    transform: scale(1);
}

.secure_protection95461 {
    color: #000000;
    background-color: rgb(238,229,238);
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.secure_protection95461 h2 {
    text-transform: capitalize;
    border-left: 4px solid rgb(175,121,176,0.5);
    font-size: 28px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    padding-left: 10px;
    color: rgb(175,121,176);
}

.secure_protection95461 li {
    font-size: 15px;
    margin-bottom: 10px;
}

.secure_protection95461 p {
    font-size: 15px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin-bottom: 20px;
}

.secure_protection95461 a:hover {
    color: rgb(175,121,176);
    border-color: rgb(175,121,176,0.5);
}

.secure_protection95461 button:hover {
    background-color: rgb(175,121,176);
    transform: scale(1.05);
}

.sustain_cta78413 .container {
    display: flex;
    flex-wrap: wrap;
}

.sustain_cta78413 .company_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    text-align: center;
    border-radius: 20px;
    padding: 25px;
    flex: 0 0 100%;
}

.sustain_cta78413 .main_primary29056 {
    margin-top: 30px;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sustain_cta78413 .nav_master48531:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
}

.sustain_cta78413 .nav_master48531 .main_primary29056 a {
    font-size: 12px;
    transition: all 0.3s ease;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 10px;
    color: #ffffff;
}

.fund_cta74321::before {
    position: absolute;
    height: 1px;
    left: 20%;
    opacity: 0.2;
    content: '';
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    right: 20%;
}

.our_story76123::before {
    z-index: 1;
    left: 0;
    opacity: 0.08;
    width: 100%;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(175,121,176,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgb(175,121,176,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 50% 50%, rgb(175,121,176,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 30% 80%, rgb(175,121,176,0.5) 0.5%, transparent 5%);
    background-size: 250px 250px;
    top: 0;
    position: absolute;
    height: 100%;
}

.our_story76123 .smart_guide18064 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 40px;
}

.our_story76123 .smart_guide18064 h4 {
    margin-bottom: 20px;
    font-size: calc(18px + 2px);
    color: rgb(209,183,210);
    transform: translateX(0);
    transition: transform 0.3s ease;
    font-weight: 700;
    position: relative;
}

.our_story76123 .smart_guide18064:hover h4::after {
    width: 60px;
}

.our_story76123 .smart_guide18064:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.user_testimonials64087::before {
    opacity: 0.1;
    top: -10%;
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: 0;
    width: 25rem;
    right: -5%;
    background: radial-gradient(circle, rgb(209,183,210,0.5) 0%, transparent 70%);
    height: 25rem;
    filter: blur(50px);
}

.user_testimonials64087 h2::after {
    bottom: -12px;
    height: 4px;
    background: linear-gradient(90deg, rgb(209,183,210) 0%, rgb(175,121,176) 100%);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    content: "";
    border-radius: 10px;
    position: absolute;
    width: 120px;
    left: 0;
}

.user_testimonials64087 .review_grid18532::before {
    color: rgb(209,183,210,0.5);
    content: "";
    right: 20px;
    top: 10px;
    position: absolute;
    z-index: 0;
    opacity: 0.1;
    font-size: 120px;
    line-height: 0.7;
    font-family: serif;
}

.user_testimonials64087 .review_grid18532::after {
    position: absolute;
    background: radial-gradient(circle, rgb(175,121,176,0.5) 0%, transparent 70%);
    bottom: -10px;
    width: 100px;
    transition: all 0.5s ease;
    right: -10px;
    border-radius: 50%;
    opacity: 0.1;
    filter: blur(20px);
    z-index: 0;
    content: "";
    height: 100px;
}

.user_testimonials64087 .review_grid18532 h4 {
    font-size: calc(23px * 0.9);
    color: #000000;
    margin: 0;
    position: relative;
    font-weight: 600;
}

.user_testimonials64087 .description {
    font-size: 12px;
    line-height: 1.6;
    z-index: 1;
    position: relative;
    font-weight: 400;
    position: relative;
    margin: 0;
    color: #000000;
}

.user_testimonials64087 a {
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(0);
    display: inline-block;
    margin-top: 3rem;
    background: linear-gradient(135deg, rgb(209,183,210) 0%, rgb(175,121,176) 100%);
    font-weight: 600;
    position: relative;
    padding: 1rem 2rem;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1), 
                -5px -5px 15px rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.contact_us09173 h2 {
    margin-bottom: 60px;
    padding-left: 20px;
    text-align: left;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 36px;
}

.contact_us09173 form {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 50px;
    border-radius: 13px;
    background: #ffffff;
    width: 100%;
}

.contact_us09173 form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(209,183,210,0.5);
    outline: none;
    background: #ffffff;
}

.contact_us09173 .help_query97406 {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}

.contact_us09173 .help_query97406 label::before {
    height: 22px;
    position: absolute;
    transition: all 0.2s ease;
    width: 22px;
    top: 2px;
    left: 0;
    content: "";
    background: rgb(238,229,238);
    border-radius: 10px;
}

.contact_us09173 .help_query97406 label a:hover {
    color: rgb(175,121,176);
}

.contact_us09173 form .support_inquiry58374 {
    cursor: pointer;
    border-radius: 10px;
    font-size: 17px;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    border: none;
    background: #000000;
    position: relative;
    padding: 18px 40px;
    display: inline-block;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

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

.learning_profits93054 .content_wrap25986 {
    transform: translateZ(0);
    background: linear-gradient(
    135deg,
    rgba(rgb(255, 255, 255, 0.5), 0.95),
    rgba(rgb(255, 255, 255, 0.5), 0.85)
  );
    border-left: 4px solid rgb(209,183,210);
    padding: 40px 30px;
    box-shadow: 
    0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    width: 100%;
    backdrop-filter: blur(8px);
    border-radius: 2px;
}

.learning_profits93054 .content_wrap25986 {
    padding: 60px 50px;
}

.learning_profits93054 .content_wrap25986 ul {
    padding: 0;
    list-style: none;
}

.learning_profits93054 .content_wrap25986 li p {
    align-items: flex-start;
    display: flex;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.learning_profits93054 .content_wrap25986 svg {
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
    filter: drop-shadow(0 2px 3px rgba(rgb(209,183,210,0.5), 0.3));
}

.learning_profits93054 .image_frame75084:hover {
    transform: translateY(-10px) rotate(1deg);
}

.tariff_row92864 {
    overflow: hidden;
    position: relative;
    background: rgb(238,229,238);
    padding: 100px 0;
}

.tariff_row92864::before {
    animation: float-effect 12s infinite alternate ease-in-out;
    position: absolute;
    background: rgb(209,183,210,0.5);
    content: "";
    height: 300px;
    filter: blur(80px);
    right: -50px;
    top: -50px;
    width: 300px;
    z-index: 0;
}

.tariff_row92864 .bundle_price64982 {
    display: flex;
    gap: 60px;
    flex-direction: column;
}

.tariff_row92864 .payment_scheme31894 h2 {
    margin-bottom: 20px;
    font-size: 31px;
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.tariff_row92864 .rate_options65720 {
    perspective: 1000px;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.tariff_row92864 .cost_breakdown80245 {
    flex-direction: column;
    background: #ffffff;
    transform-style: preserve-3d;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: box-shadow 0.4s ease;
    display: flex;
    position: relative;
}

.tariff_row92864 .study_fees68503:hover .plan_options91340::before {
    transform: scaleX(1);
}

.tariff_row92864 .study_fees68503:hover .plan_options91340 h3 {
    color: rgb(209,183,210);
    transform: translateX(5px);
}

.tariff_row92864 .price_schemes84512::before {
    width: 40px;
    left: 0;
    position: absolute;
    transition: width 0.4s ease;
    background: rgb(175,121,176,0.5);
    bottom: -8px;
    content: "";
    height: 2px;
}

.tariff_row92864 .image_frame75084 {
    height: 200px;
    transform: translateZ(-10px);
    transition: transform 0.6s ease, filter 0.6s ease;
    overflow: hidden;
    position: relative;
}

.tariff_row92864 .study_fees68503:hover .image_frame75084 {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}

.trackingNoticeModal48716 {
    justify-content: center;
    width: 100%;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    display: flex;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    padding: 1rem 0;
    bottom: 0;
    position: fixed;
    background: rgb(238,229,238);
    z-index: 90;
    border-top: 3px solid rgb(209,183,210);
}

.cookie_updates90312 {
    flex: 1;
    margin-bottom: 20px;
    min-width: 300px;
}

.track_optin39067 {
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    background: rgb(209,183,210);
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
    border: none;
    font-size: 1rem;
    display: inline-block;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
}

.program_details31945::before {
    content: "";
    opacity: 0.2;
    position: absolute;
    filter: blur(30px);
    top: -10%;
    height: 70%;
    right: -5%;
    animation: floatEffect 15s infinite alternate ease-in-out;
    width: 40%;
    background: linear-gradient(45deg, rgb(209,183,210,0.5) 0%, rgb(175,121,176,0.5) 100%);
    z-index: 0;
    transform: rotate(-15deg) skewX(15deg);
}

.program_details31945 h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(209,183,210) 0%, rgb(175,121,176) 100%);
    bottom: -12px;
    transition: transform 0.5s ease;
    transform: translateX(-50%) scaleX(0.8);
    height: 4px;
    position: absolute;
    width: 80px;
    left: 50%;
}

.program_details31945 .image_frame75084::before {
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(rgb(209,183,210), 0.3) 0%,
        rgba(rgb(175,121,176), 0.2) 100%
    );
    opacity: 0.5;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    transition: opacity 0.6s ease;
}

.program_details31945 .content_wrap25986:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.program_details31945 .content_wrap25986:hover::before {
    height: 100%;
}

.program_details31945 .description:first-child::first-letter {
    color: rgb(209,183,210);
    line-height: 0.8;
    padding: 0.1em 0.1em 0 0;
    font-size: 2.2em;
    float: left;
    font-weight: 700;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}


@media screen and (min-width: 992px) {.help_center05736 .write_form10798 {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-template-areas: 
            "header header"
            "photo info"
            "hours hours";
}.help_center05736 .edu_asksup29046 {
    grid-area: header;
}.help_center05736 .edu_asksup29046 svg {
    height: 28px;
    width: 28px;
    margin-right: 15px;
}.help_center05736 .image_frame75084 {
    grid-area: photo;
    margin-top: 0;
    clip-path: none;
    height: 100%;
}.help_center05736 .edu_coach28175 {
    grid-area: info;
    flex-direction: column;
    display: flex;
    justify-content: center;
}.help_center05736 .edu_coach28175 p svg {
    width: 22px;
    height: 22px;
}.help_center05736 .edu_askus74296 {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    grid-area: hours;
    margin-top: 0;
}.help_center05736 .assist_support39468 svg {
    width: 22px;
    height: 22px;
}.help_center05736 .get_contactinfo49612 svg {
    height: 16px;
    width: 16px;
}
}



@media screen and (max-width: 992px) {.teaching_process38170 {
    padding: 100px 0;
}.teaching_process38170 .content_wrap25986 {
    width: 90%;
}.teaching_process38170 .content_wrap25986 h2 {
    padding: 25px 40px;
}.teaching_process38170 .content_wrap25986 p {
    padding: 40px;
}.teaching_process38170 .legacy_story78415::before,
    .teaching_process38170 .legacy_story78415::after {
    width: 120px;
    height: 120px;
}
}



@media screen and (max-width: 480px) {.teaching_process38170 {
    padding: 60px 0;
}.teaching_process38170 .content_wrap25986 h2 {
    font-size: calc(30px * 0.8);
    padding: 20px 25px 20px 35px;
}.teaching_process38170 .content_wrap25986 p {
    font-size: calc(14px * 0.9);
    padding: 25px;
}.teaching_process38170 .content_wrap25986::after {
    display: none;
}.teaching_process38170 .legacy_story78415::before,
    .teaching_process38170 .legacy_story78415::after {
    display: none;
}}



@media (min-width: 768px) {.training_specialist10279 .review_grid18532 {
    align-items: center;
    flex-direction: row;
}.training_specialist10279 .image_frame75084 {
    width: 180px;
    z-index: 5;
    margin-left: 0;
    margin-right: -80px;
    height: 180px;
}.training_specialist10279 .career_milestones38102 {
    flex: 1;
    margin-top: 0;
    padding-left: 100px;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .nav_know26417 {
    padding: 0.8rem 1.5rem;
}header .nav_pro07198 {
    padding: 0.6rem;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    max-width: 140px;
}header .top_sitebar41865 img {
    max-height: 35px;
}header .nav_master48531 {
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    overflow-x: auto;
    justify-content: flex-start;
    margin-top: 0.8rem;
}header .nav_master48531::-webkit-scrollbar {
    height: 3px;
}header .nav_master48531::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(209,183,210,0.5);
}header .nav_mainwrap85064 {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .nav_mainwrap85064 a {
    font-size: calc(17px - 2px);
    white-space: nowrap;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    padding: 0.5rem 0.8rem;
}header .nav_mainwrap85064::after {
    display: none;
}header::after {
    height: 5px;
}
}



@media (min-width: 768px) {.landing_page85642 .legacy_story78415 {
    padding: 4rem 2rem;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.landing_page85642 h1 {
    margin-bottom: 2rem;
    grid-column: 1 / -1;
    font-size: calc(41px * 1.2);
}.landing_page85642 .course_first29617 {
    padding: 2.5rem;
}.landing_page85642 .image_frame75084 {
    height: 450px;
    margin-top: 0;
}.landing_page85642 svg {
    margin: 0 0 1rem 1rem;
    width: 150px;
    height: 150px;
    float: right;
}
}



@media (max-width: 767px) {.landing_page85642 .legacy_story78415 {
    padding: 3rem 1.5rem;
}.landing_page85642 h1 {
    font-size: calc(41px * 0.9);
}.landing_page85642 .course_first29617 p {
    font-size: 13px;
}.landing_page85642 .support_inquiry58374 {
    width: 100%;
    text-align: center;
}}



@media (max-width: 767px) {.ty_block_id10278 {
    padding: 4rem 0;
}.ty_block_id10278 .legacy_story78415 {
    transform: translateZ(10px) rotateX(1deg);
    padding: 1.5rem;
}.ty_block_id10278 h2 {
    transform: translateZ(15px);
    margin-bottom: 2rem;
    font-size: clamp(1.2rem, 5vw, 1.8rem);
}.ty_block_id10278 .legacy_story78415:hover {
    transform: translateZ(15px) rotateX(0deg);
}.ty_block_id10278 span {
    font-size: 0.95rem;
}
}



@media (max-width: 767px) {.sustain_cta78413 .nav_master48531 {
    flex: 0 0 100%;
    margin-bottom: 20px;
    max-width: 100%;
}.sustain_cta78413 .company_holder {
    padding: 20px 15px;
}.sustain_cta78413 .story_spot97348 {
    padding: 15px;
    max-width: 100%;
}
}



@media (min-width: 768px) {.our_story76123 .story_info38762 ul {
    grid-template-columns: repeat(2, 1fr);
}.our_story76123 h1 {
    margin-bottom: 70px;
    font-size: calc(39px + 4px);
}.our_story76123 .smart_guide18064 div {
    max-height: 300px;
}
}



@media (hover: hover) {.our_story76123 h1:hover {
    transform: perspective(1000px) translateZ(10px);
}.our_story76123 .smart_guide18064:hover div::-webkit-scrollbar-thumb {
    background: rgb(175,121,176);
}}



@media (max-width: 992px) {.user_testimonials64087 {
    padding: 4rem 0;
}.user_testimonials64087 .learn_reviews85321 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}.user_testimonials64087 h2 {
    font-size: calc(36px * 0.85);
    margin-bottom: 2.5rem;
}.user_testimonials64087 .review_grid18532 {
    padding: 1.75rem;
}
}



@media screen and (max-width: 991px) {.contact_us09173 {
    padding: 90px 0;
}.contact_us09173 .request_support75389 {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_us09173 .image_frame75084 {
    max-width: 600px;
    order: 1;
    margin: 0 auto;
    min-height: 400px;
}.contact_us09173 .request_map25791 {
    order: 2;
}.contact_us09173 form {
    max-width: 600px;
    margin: 0 auto;
}
}



@media (min-width: 768px) {.learning_profits93054 {
    padding: 120px 0;
}.learning_profits93054 .legacy_story78415 {
    flex-direction: row;
    gap: 40px;
    align-items: stretch;
}.learning_profits93054 .content_wrap25986 {
    padding: 50px 40px;
    z-index: 2;
    margin-right: -20px;
    width: 60%;
}.learning_profits93054 .image_frame75084 {
    height: 400px;
    width: 40%;
    transform: translateY(0) rotate(-2deg);
    margin-left: -20px;
    z-index: 1;
    margin-top: 60px;
}.learning_profits93054 .image_frame75084:hover {
    transform: translateY(-10px) rotate(0);
}.learning_profits93054 .content_wrap25986 > div {
    gap: 30px;
    display: flex;
    justify-content: space-between;
}.learning_profits93054 .content_wrap25986 > div > ul {
    flex: 1;
}.learning_profits93054 .content_wrap25986 h4 {
    font-size: 32px;
}
}



@media (max-width: 991px) {.tariff_row92864 {
    padding: 80px 0;
}.tariff_row92864 .payment_scheme31894 {
    margin-bottom: 20px;
}
}


@media only screen and (max-width: 768px) {.trackingNoticeModal48716 .container {
    flex-direction: column;
    align-items: center;
}.data_settings76942 {
    margin-bottom: 1rem;
    margin-right: 0;
}.cookie_updates90312 {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.digital_cookies86210 {
    margin-top: 0.5rem;
    margin-left: 0;
}}



@media (max-width: 767px) {.program_details31945 {
    padding: 4rem 0;
}.program_details31945 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2rem;
}.program_details31945 .image_frame75084 {
    height: 250px;
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.program_details31945 .content_wrap25986 {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
    padding: 1.5rem;
}.program_details31945 .description {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(18px * 0.95);
    margin-bottom: 1rem;
}
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}



@keyframes pulse-scale {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}



@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(209,183,210,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(209,183,210);
    }
}



@keyframes morphShape {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    }
}



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



@keyframes slideUpScale {
  from {
    opacity: 0;
    transform: translateY(40px) translateZ(20px) scale(0.95) rotateX(5deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(20px) scale(1) rotateX(2deg);
  }
}



@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}



@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

