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

.head_info_149 {
    flex: 1 0 auto;
}

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

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


.plan_selection_714 {
    background: linear-gradient(135deg, rgb(224,220,237) 0%, rgba(245, 247, 252, 1) 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.plan_selection_714 .cost_matrix_052 {
    display: flex;
    flex-direction: column-reverse;
}

.plan_selection_714 .study_rates_871 h2 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 29px;
    color: #000000;
    margin-bottom: 15px;
}

.plan_selection_714 .monthly_plan_486 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.plan_selection_714 .discount_price_956 {
    border-radius: 8px;
    color: #000000;
    overflow: hidden;
    display: block;
    position: relative;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.plan_selection_714 .discount_price_956:hover .fee_chart_785 h3 {
    transform: translateX(5px);
}

.plan_selection_714 .fee_pricing_386::before {
    top: 50%;
    transform: translateX(-10px);
    position: absolute;
    opacity: 0;
    height: 2px;
    background: rgb(194,188,216);
    left: -20px;
    width: 10px;
    content: "";
    transition: all 0.3s ease;
}

.plan_selection_714 .img_display_046::after {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(rgb(194,188,216,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    left: 0;
}

.plan_selection_714 .discount_price_956:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}

.plan_selection_714 .discount_price_956:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}

.course_summary_471 .training_flow_641 {
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
    overflow: hidden;
}

.course_summary_471 .education_map_601:nth-child(odd) {
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}

.course_summary_471 .education_map_601:hover img {
    filter: grayscale(0) contrast(1.3);
    transform: scale(1.05);
}

.course_summary_471 .study_programs_571 {
    justify-content: center;
    width: 100%;
    align-items: center;
    display: flex;
}

.course_summary_471 .learn_tools_358 h3 {
    margin-bottom: 1.5rem;
    display: inline-block;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: 31px;
}

.course_summary_471 .learn_tools_358 p {
    color: #ffffff;
    margin-bottom: 2.5rem;
    position: relative;
    line-height: 1.8;
    font-size: 17px;
}

.course_summary_471 .learn_tools_358 .request_list_145 {
    color: #ffffff;
    background-color: transparent;
    font-weight: 600;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    z-index: 1;
    font-size: 17px;
    padding: 0.9rem 2.5rem;
    border: 2px solid rgb(194,188,216);
    transition: all 0.4s ease;
    display: inline-block;
    position: relative;
}

.help_center_870::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    width: 100%;
    z-index: -1;
    height: 100%;
}

.help_center_870 .edu_asksup_359::before {
    animation: shineEffect 6s infinite;
    transform: rotate(45deg);
    width: 200%;
    position: absolute;
    transition: all 0.7s ease;
    z-index: -1;
    height: 200%;
    top: -150%;
    content: "";
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 30%,
        rgba(255, 255, 255, 0.07) 50%,
        rgba(255, 255, 255, 0.03) 70%,
        transparent 100%
    );
    left: -50%;
}

.help_center_870 .img_display_046:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.4);
}

.help_center_870 .send_message_059 {
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.03);
    padding: 2rem;
}

.help_center_870 .send_message_059 p {
    color: #000000;
    font-size: 16px;
    display: flex;
    position: relative;
    padding-left: 2rem;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    flex-direction: column;
}

.help_center_870 .send_message_059 p a:hover {
    transform: scale(1.03);
    color: rgb(161,156,192);
}

.help_center_870 .send_message_059 p:hover svg {
    transform: scale(1.1);
}

.help_center_870 .send_message_059 p:hover svg path {
    stroke: rgb(161,156,192);
}

.help_center_870 .send_message_059 p:nth-child(1) svg path {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: drawSVG 1.5s forwards;
}

.help_center_870 .send_message_059 p:nth-child(4) svg path {
    animation: drawSVG 1.5s 0.6s forwards;
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
}

.help_center_870 .edu_chat_605::before,
.help_center_870 .edu_chat_605::after {
    background: linear-gradient(90deg, transparent, rgb(194,188,216,0.5), transparent);
    width: 30px;
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
}

.help_center_870 .edu_chat_605::before {
    left: 20%;
}

.help_center_870 .message_form_592 svg {
    width: 12px;
    stroke-width: 2;
    fill: none;
    height: 12px;
    transition: transform 0.3s ease;
    margin-right: 5px;
    stroke: rgb(194,188,216);
}

.about_this_620::before {
    top: 0;
    backdrop-filter: blur(3px);
    left: 0;
    background: linear-gradient(135deg, rgb(194,188,216,0.5), rgba(20, 30, 60, 0.85), rgba(40, 50, 80, 0.82));
    position: absolute;
    right: 0;
    content: "";
    bottom: 0;
    z-index: 1;
}

.about_this_620 h2::before {
    width: 40%;
    content: "";
    bottom: -10px;
    left: 0;
    background: rgb(161,156,192);
    position: absolute;
    animation: expandLine 1.5s forwards ease-out;
    height: 3px;
    transform-origin: left;
}

.about_this_620 .content_box_490::before {
    content: "";
    height: 100%;
    top: 0;
    transform: translateX(-100%);
    position: absolute;
    animation: shimmer 5s infinite;
    left: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    width: 100%;
}

.about_this_620 .content_box_490 p {
    transform: translateZ(0);
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    font-size: calc(24px * 1.1);
}

.course_instructor_471 {
    padding: 80px 40px;
    min-height: 450px;
    overflow: hidden;
    background: rgb(224,220,237);
    position: relative;
}

.course_instructor_471 .alumni_reviews_658 {
    max-width: 1000px;
    flex-direction: column;
    transform-style: preserve-3d;
    position: relative;
    margin: 0 auto;
    perspective: 1000px;
    display: flex;
}

.course_instructor_471 .alumni_reviews_658:hover .img_display_046 {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(194,188,216);
}

.course_instructor_471 .exp_box_837::before {
    height: 0;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(194,188,216), rgb(161,156,192));
    transition: height 0.5s ease;
    width: 4px;
}

.course_instructor_471 .exp_box_837 > div:nth-child(2) {
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    opacity: 0.8;
    transform: translateX(0);
    font-size: 14px;
    font-weight: 600;
    transition: all 0.4s ease 0.1s;
    color: rgb(161,156,192);
}

.course_instructor_471 .work_block_031::before,
.course_instructor_471 .work_block_031::after {
    position: absolute;
    height: 1px;
    background: rgb(161,156,192,0.5);
    width: 35px;
    transition: all 0.4s ease;
    content: "";
}

.course_instructor_471 .work_block_031::before {
    left: 0;
    top: 0;
}

.title_opener_702 h1 {
    font-size: calc(22px * 1.2);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
    margin-bottom: 2rem;
    letter-spacing: 0.5px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
    transform: translateY(0);
    color: rgb(194,188,216);
}

.title_opener_702 .content_box_490 {
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    padding: 2rem;
    transition: transform 0.4s ease-out;
    backdrop-filter: blur(5px);
    border-left: 4px solid rgb(194,188,216);
    flex: 1;
}

.title_opener_702 svg:hover {
    transform: scale(1.05) rotate(2deg);
}

.title_opener_702 svg:hover path {
    fill: rgb(161,156,192);
}

.title_opener_702 .course_open_597 p {
    margin: 0 0 1.5rem;
    font-weight: 400;
    color: #000000;
    font-size: calc(18px * 1.1);
    line-height: 1.6;
    max-width: 85%;
}

.title_opener_702 .request_list_145:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15), 0 15px 30px rgb(194,188,216,0.5);
    transform: translateY(-3px) translateZ(0);
}

.title_opener_702 .img_display_046 {
    overflow: hidden;
    border-radius: 23px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    width: 100%;
    height: 300px;
    position: relative;
}

.launch_now_940 {
    transform-style: preserve-3d;
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(194,188,216,0.5), rgb(194,188,216));
    perspective: 1000px;
}

.launch_now_940 .container {
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.08);
    padding: 3rem;
    animation: container-rise 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    z-index: 2;
    margin: 0 auto;
    transform: translateZ(20px);
    backdrop-filter: blur(8px);
    border-bottom: 3px solid rgb(161,156,192);
    position: relative;
    padding: 0 2rem;
    transform-style: preserve-3d;
}

.launch_now_940 svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.launch_now_940 .request_list_145 {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    text-decoration: none;
    background: #ffffff;
    color: #000000;
    transform: translateY(0);
    display: inline-block;
    border: none;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1),
              0 6px 6px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 1rem 2.5rem;
    font-size: 15px;
}

.cookie_overlay_window_982 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.data_control_395 {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookie_overlay_window_982 p a {
    text-decoration: none;
    color: rgb(194,188,216);
}



.wrapper-border_475 .cookie_overlay_window_982 {
    padding: 40px 0;
    box-shadow: rgb(161,156,192,0.5) 0px 0px 40px 39px;
    background: rgb(161,156,192);
    border: none;
}

.wrapper-border_475 .digital_consent_856 h5, .wrapper-border_475 .digital_consent_856 p {
    color: #ffffff;
}

.search_foot_965::before {
    top: 0;
    left: 0;
    height: 20px;
    content: "";
    position: absolute;
    background: repeating-linear-gradient(
        90deg,
        rgb(194,188,216) 0px,
        rgb(194,188,216) 40px,
        rgb(161,156,192) 40px,
        rgb(161,156,192) 80px
    );
    width: 100%;
}

.search_foot_965 .company_holder {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    border-bottom: 6px solid rgb(194,188,216);
    flex: 1 1 380px;
    padding: 2rem;
    background: rgb(194,188,216,0.5);
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    transform: rotateX(5deg);
    border-radius: 0;
    position: relative;
}

.search_foot_965 .transcript_209 {
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    transform: translateZ(10px);
    border-radius: 10px;
    padding: 1.5rem;
    font-size: 17px;
    color: #ffffff;
}

.search_foot_965 .top_expert_481 h5 {
    font-size: 18px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    margin: 0 0 1.5rem;
    padding: 1rem 1.5rem;
    color: #ffffff;
    display: inline-block;
    transform: translateZ(15px);
    min-width: 200px;
    font-weight: 600;
    background: rgb(161,156,192,0.5);
    position: relative;
}

.search_foot_965 .top_expert_481 .top_primary_356 a::before {
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    transition: all 0.5s ease;
}

.chrome_ext_529::before {
    background: rgb(161,156,192);
    left: 0;
    transform: rotateX(45deg);
    content: "";
    width: 100%;
    transform-origin: bottom;
    height: 20px;
    position: absolute;
    top: -20px;
}

.confidential_armory_856:before {
    background: rgb(194,188,216,0.5);
    left: -50px;
    width: 150px;
    top: -50px;
    z-index: 1;
    height: 150px;
    position: absolute;
    content: "";
    border-radius: 50%;
}

.confidential_armory_856 h1 {
    font-weight: 700;
    border-bottom: 3px solid rgb(194,188,216);
    z-index: 2;
    margin-bottom: 30px;
    font-size: 41px;
    margin-top: 40px;
    color: #000000;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
}

.confidential_armory_856 ul, .confidential_armory_856 ol {
    list-style: none;
    margin-bottom: 30px;
    z-index: 2;
    list-style-type: disc;
    position: relative;
    padding-left: 40px;
}

.confidential_armory_856 div {
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    padding: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    z-index: 2;
    line-height: 1.8;
}

.confidential_armory_856 a {
    text-decoration: none;
    color: rgb(161,156,192);
    border-bottom: 1px solid rgb(161,156,192);
    font-weight: 400;
    position: relative;
    z-index: 2;
}

header:before {
    content: '';
    width: 100%;
    animation: shimmer 8s infinite linear;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}

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

header .head_know_537 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
}

header .top_expert_481 {
    display: flex;
    gap: 35px;
    align-items: center;
    position: relative;
}

header .site_top_387 {
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    padding: 5px 0;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 17px;
}

header .site_top_387:after {
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    height: 100%;
    transform: scaleY(0);
    width: 100%;
    content: '';
    opacity: 0;
    z-index: -1;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(194,188,216,0.5),
        transparent
    );
    top: 0;
}

header .head_expert_204:after {
    border: 1px solid transparent;
    transition: all 0.3s ease;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(194,188,216),
        transparent
    ) 1;
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.gratMessage_532::after {
    filter: blur(25px);
    background: linear-gradient(225deg, rgb(161,156,192,0.5) 0%, rgb(194,188,216,0.5) 100%);
    bottom: -20%;
    z-index: 0;
    transform: rotate(10deg);
    content: "";
    left: -5%;
    opacity: 0.2;
    height: 60%;
    position: absolute;
    animation: float 18s ease-in-out infinite alternate-reverse;
    width: 40%;
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
}

.gratMessage_532 .study_programs_571 > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}

.gratMessage_532 .study_programs_571 > div:first-child::after {
    width: 80px;
    transform-origin: left;
    left: 0;
    border-radius: 10px;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(194,188,216) 0%, rgb(161,156,192) 100%);
    bottom: -0.75rem;
    position: absolute;
    transition: width 0.3s ease;
}

.gratMessage_532 h5::before {
    transition: opacity 0.5s ease, transform 0.5s ease;
    top: 50%;
    opacity: 0;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    display: flex;
    justify-content: center;
    content: "✓";
    width: 26px;
    align-items: center;
    border-radius: 50%;
    height: 26px;
    left: -35px;
    transform: translateY(-50%);
    background: linear-gradient(135deg, rgb(194,188,216) 0%, rgb(161,156,192) 100%);
}

.data_summary_912 {
    padding: 5rem 1.5rem;
    background: linear-gradient(145deg, rgb(224,220,237), rgb(194,188,216,0.5));
    position: relative;
    overflow: hidden;
}

.data_summary_912 h3::after {
    bottom: -10px;
    height: 3px;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(194,188,216), rgb(161,156,192));
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
}

.data_summary_912 ul {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
    display: grid;
    margin: 0;
    padding: 0;
}

.data_summary_912 .statistics_extras_028:nth-child(4) {
    --i: 4;
}

.data_summary_912 .statistics_extras_028:nth-child(6) {
    --i: 6;
}

.data_summary_912 .statistics_extras_028::before {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    background: linear-gradient(to bottom, rgb(194,188,216), rgb(161,156,192));
    left: 0;
    transform: scaleY(0);
    width: 4px;
    transform-origin: bottom;
    opacity: 0.8;
    content: "";
    height: 100%;
    top: 0;
}

.data_summary_912 .statistics_extras_028 p {
    color: rgb(194,188,216);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), 
                color 0.3s ease;
    font-size: calc(32px * 1.2);
    margin: 0;
    position: relative;
    font-weight: 700;
}

.contact_form_section_321 {
    background: linear-gradient(125deg, rgb(224,220,237) 0%, rgb(224,220,237) 60%, rgb(194,188,216,0.5) 100%);
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}

.contact_form_section_321 h2 {
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 35px;
}

.contact_form_section_321 .img_display_046 {
    height: 550px;
    border-radius: 18px;
    transition: transform 0.5s ease;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
}

.contact_form_section_321 form {
    width: 100%;
}

.contact_form_section_321 form h3 {
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.contact_form_section_321 form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.contact_form_section_321 .request_query_768 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_form_section_321 .request_query_768 input[type="checkbox"]:checked + label::before {
    background: rgb(194,188,216);
}

.contact_form_section_321 .request_query_768 input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    height: 10px;
    top: 6px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    width: 6px;
    position: absolute;
    left: 8px;
    content: "";
}

.contact_form_section_321 form .request_list_145:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.contact_form_section_321 form .request_list_145 span {
    z-index: 1;
    position: relative;
}

.contact_form_section_321 svg path {
    fill: rgb(194,188,216);
    transition: fill 0.3s ease;
}

.study_process_395 .study_programs_571 {
    margin: 0 auto;
    display: flex;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    align-items: center;
    z-index: 2;
}

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

.study_process_395 .content_box_490::before {
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    background-image: 
        linear-gradient(0deg, transparent 24px, rgb(194,188,216,0.5) 25px, rgb(194,188,216,0.5) 26px, transparent 27px),
        linear-gradient(90deg, transparent 24px, rgb(194,188,216,0.5) 25px, rgb(194,188,216,0.5) 26px, transparent 27px);
    width: 100%;
    z-index: -1;
    background-size: 50px 50px;
    position: absolute;
    opacity: 0.05;
}

.study_process_395 .content_box_490 p {
    z-index: 2;
    font-size: 17px;
    position: relative;
    opacity: 0.85;
    color: #ffffff;
    line-height: 1.8;
}



.study_process_395 .content_box_490 p {
    position: relative;
    overflow: hidden;
}

.study_process_395::after {
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(194,188,216) 20%, 
        rgb(194,188,216) 40%, 
        transparent 40.1%, 
        transparent 60%, 
        rgb(161,156,192) 60%, 
        rgb(161,156,192) 80%, 
        transparent 100%
    );
    left: 0;
    z-index: 3;
    width: 100%;
    position: absolute;
    height: 2px;
    bottom: 0;
}



.study_process_395 .content_box_490:hover {
    transition: all 0.3s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(194,188,216,0.5),
                0 0 20px rgb(194,188,216,0.5);
    transform: translateY(-5px);
}



@media (min-width: 1200px) {.plan_selection_714 .monthly_plan_486 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.plan_selection_714 .plan_options_074 {
    min-height: 500px;
}.plan_selection_714 .img_display_046 {
    height: 220px;
}.plan_selection_714 .fee_chart_785 h3 {
    font-size: calc(18px + 2px);
}.plan_selection_714 .fee_pricing_386 {
    font-size: calc(18px + 6px);
}}



@media (max-width: 576px) {.course_summary_471 .container {
    padding: 0 1rem;
}.course_summary_471 .learn_tools_358 {
    padding: 1.5rem;
    max-width: 100%;
}.course_summary_471 .learn_tools_358 h3 {
    font-size: calc(31px * 0.7);
}.course_summary_471 .learn_tools_358 .request_list_145 {
    width: 100%;
    display: block;
    padding: 0.8rem 1.5rem;
}.course_summary_471 .education_map_601 img {
    filter: grayscale(0.2) contrast(1.1);
}
}



@media (min-width: 992px) {.help_center_870 .edu_asksup_359 {
    padding: 4rem;
}.help_center_870 .img_display_046 {
    height: 300px;
    width: 300px;
}.help_center_870 .send_message_059 {
    padding: 2.5rem;
}.help_center_870 .send_message_059 svg {
    width: 22px;
    height: 22px;
}.help_center_870 .edu_asknow_495 {
    grid-template-columns: repeat(4, 1fr);
}
}



@media (min-width: 768px) {.about_this_620 {
    padding: 150px 0 100px;
}.about_this_620 h2 {
    margin-bottom: 60px;
}.about_this_620 .content_box_490 {
    transform: perspective(1200px) rotateY(-1deg);
    padding: 40px 50px;
}.about_this_620 .content_box_490 div div {
    column-count: 2;
}
}



@media (max-width: 480px) {.about_this_620 {
    padding: 70px 0 50px;
}.about_this_620 .content_box_490 {
    padding: 20px 15px;
    transform: none;
}.about_this_620 h2 {
    font-size: calc(32px * 0.85);
}.about_this_620 .content_box_490 p {
    font-size: calc(24px * 0.9);
}.about_this_620 .content_box_490 div div {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}}



@media screen and (min-width: 768px) {.title_opener_702 {
    padding: 6% 5%;
}.title_opener_702 h1 {
    font-size: calc(31px * 0.85);
    margin-bottom: 3rem;
}.title_opener_702 .study_programs_571 {
    align-items: center;
    gap: 3rem;
    flex-direction: row;
}.title_opener_702 .content_box_490 {
    padding: 3rem;
}.title_opener_702 svg {
    height: 150px;
    width: 150px;
}.title_opener_702 .img_display_046 {
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
    flex: 1;
    height: 450px;
}.title_opener_702 .course_open_597 p {
    font-size: calc(18px * 1.2);
    line-height: 1.7;
}.title_opener_702 .request_list_145 {
    font-size: calc(20px * 1.1);
    padding: 1.2rem 2.5rem;
}
}



@media (max-width: 992px) {.launch_now_940 {
    padding: 5rem 0;
}.launch_now_940 .container {
    padding: 2.5rem 2rem;
}.launch_now_940 h2 {
    font-size: calc(30px * 0.9);
}
}



@media (max-width: 576px) {.launch_now_940 {
    padding: 3rem 0;
}.launch_now_940 .container {
    padding: 1.5rem 1rem;
}.launch_now_940 h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.5rem;
}.launch_now_940 svg {
    height: 36px;
    width: 36px;
}.launch_now_940 .request_list_145 {
    font-size: calc(15px * 0.9);
    padding: 0.8rem 1.5rem;
}
}


@media only screen and (max-width: 800px) {.data_control_395 {
    display: none;
}.cookie_tab_803 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_overlay_window_982 h5 {
    text-align: center;
}.cookie_overlay_window_982 p {
    text-align: center;
}.digital_consent_856 {
    margin-bottom: 20px;
}body .wrapper-border_475 .user_choices_963 {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 576px) {.search_foot_965 {
    padding: 3rem 0 1rem;
}.search_foot_965 .top_expert_481 {
    min-width: 100%;
    flex: 1 1 100%;
}.search_foot_965 .top_primary_356 {
    gap: 0.7rem;
}.search_foot_965 .top_expert_481 .top_primary_356 a {
    padding: 0.6rem 0.8rem;
}.chrome_ext_529 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.chrome_ext_529::before {
    display: none;
}
}



@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .top_expert_481 {
    gap: 20px;
}header .head_expert_204 svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .head_expert_204 svg {
    height: 35px;
}}



@media (max-width: 991px) {.gratMessage_532 {
    padding: 3rem 0;
}.gratMessage_532 .study_programs_571 {
    padding: 2.5rem;
}.gratMessage_532 h5 {
    font-size: calc(22px - 2px);
}
}



@media (max-width: 576px) {.gratMessage_532 {
    padding: 2rem 0;
}.gratMessage_532 .study_programs_571 {
    transform: none;
    padding: 1.5rem;
    border-radius: 10px;
}.gratMessage_532 h5 {
    font-size: calc(22px - 6px);
}.gratMessage_532 .study_programs_571 > div:first-child::after {
    height: 2px;
    width: 60px;
}.gratMessage_532 .study_programs_571:hover > div:first-child::after {
    width: 90px;
}.gratMessage_532 h5::before {
    width: 20px;
    font-size: 10px;
    height: 20px;
}.gratMessage_532 p {
    line-height: 1.6;
    font-size: calc(13px - 2px);
}}



@media (max-width: 480px) {.data_summary_912 {
    padding: 3rem 0.5rem;
}.data_summary_912 h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 2rem;
}.data_summary_912 ul {
    max-width: 280px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.data_summary_912 .statistics_extras_028 {
    padding: 1.25rem 1rem;
}}



@media screen and (max-width: 767px) {.contact_form_section_321 {
    padding: 60px 0;
}.contact_form_section_321 h2 {
    margin-bottom: 40px;
}.contact_form_section_321 .img_display_046 {
    height: 350px;
}
}



@media screen and (max-width: 992px) {.study_process_395 {
    padding: 80px 0;
}.study_process_395 .content_box_490 {
    padding: 40px 30px;
    width: 65%;
    margin-left: 10%;
}.study_process_395 .content_box_490::after {
    width: 100px;
    height: 100px;
}.study_process_395 .study_programs_571::before {
    top: 20px;
}.study_process_395 .study_programs_571::after {
    bottom: 30px;
}
}



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



@keyframes split-carousel {
    0%, 18% {
        transform: translateX(0);
    }
    23%, 41% {
        transform: translateX(-20%);
    }
    46%, 64% {
        transform: translateX(-40%);
    }
    69%, 87% {
        transform: translateX(-60%);
    }
    92%, 100% {
        transform: translateX(-80%);
    }
}



@keyframes ambientGlow {
    0% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
        background-position: 100% 100%;
    }
}



@keyframes expandWiderLine {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}



@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(194,188,216,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(194,188,216);
    }
}



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



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}



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



@keyframes glitch {
    0%, 100% {
        opacity: 0.1;
        transform: translateX(0);
    }
    20% {
        opacity: 0.5;
        transform: translateX(-2px);
    }
    40% {
        opacity: 0.3;
        transform: translateX(2px);
    }
    60% {
        opacity: 0.4;
        transform: translateX(-1px);
    }
    80% {
        opacity: 0.2;
        transform: translateX(1px);
    }
}



@keyframes digital-wave {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

