* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.search_foot_965 {
    flex: 0 0 auto;
}

.search_foot_965 {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2.5rem;
}

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

.wrapper-border_475 {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}

.plan_selection_714::before {
    top: 0;
    content: "";
    pointer-events: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    height: 100%;
    left: 0;
}

.plan_selection_714 .package_pricing_934 {
    overflow-wrap: break-word;
    line-height: 1.6;
    margin: 0 auto;
    word-break: break-word;
    max-width: 700px;
    white-space: normal;
    color: #000000;
    font-size: 17px;
}

.plan_selection_714 .plan_options_074 {
    min-height: 450px;
    flex-direction: column;
    position: relative;
    display: flex;
    background-color: #ffffff;
    overflow: hidden;
}

.plan_selection_714 .fee_chart_785 h3 {
    transform: translateX(0);
    color: #000000;
    font-weight: 600;
    margin-bottom: 8px;
    transition: transform 0.3s ease;
    position: relative;
    font-size: calc(18px + 2px);
}

.plan_selection_714 .discount_price_956:hover .fee_pricing_386::before {
    opacity: 1;
    transform: translateX(0);
}

.plan_selection_714 .img_display_046 {
    overflow: hidden;
    height: 200px;
    width: 100%;
    position: relative;
    transition: transform 0.6s ease;
}

.plan_selection_714 .discount_price_956:hover .img_display_046 {
    transform: scale(1.05);
}

.plan_selection_714 .discount_price_956:nth-child(even) .plan_options_074 {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}

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

.course_summary_471 .job_classes_826 {
    animation: split-carousel 40s linear infinite;
    display: flex;
    width: 500%;
    height: 100%;
}

.course_summary_471 .education_map_601 {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.course_summary_471 .education_map_601 img {
    height: 100%;
    transition: all 0.7s ease;
    object-fit: cover;
    transform: scale(1.1);
    width: 100%;
    filter: grayscale(0.3) contrast(1.2);
}

.course_summary_471 .learn_tools_358 {
    text-align: center;
    border: 1px solid rgb(194,188,216,0.5);
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    padding: 3rem;
    border-radius: 24px;
    max-width: 550px;
}

.course_summary_471 .learn_tools_358 h3::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: "";
    background: rgb(194,188,216);
    height: 2px;
    width: 80px;
    transform: translateX(-50%);
}

.course_summary_471 .learn_tools_358 .request_list_145::before {
    top: 50%;
    content: "";
    height: 0;
    background-color: rgb(194,188,216);
    width: 0;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    position: absolute;
    left: 50%;
}

.help_center_870::before {
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(194,188,216,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(161,156,192,0.5) 0%, transparent 40%);
    animation: ambientGlow 15s infinite alternate;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
}

.help_center_870 .talk_team_501 {
    font-weight: 700;
    color: rgb(194,188,216);
    display: inline-block;
    margin-bottom: 2rem;
    font-size: 29px;
    align-self: center;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.help_center_870 .img_display_046 {
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
    margin: 0 auto 2rem;
    height: 200px;
    width: 200px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.help_center_870 .send_message_059::before {
    background: linear-gradient(to bottom, rgb(194,188,216), rgb(161,156,192));
    border-radius: 10px;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    width: 5px;
    position: absolute;
}

.help_center_870 .send_message_059 p span {
    font-weight: 600;
    margin-top: 0.3rem;
}

.help_center_870 .send_message_059 svg {
    stroke-width: 2;
    position: absolute;
    width: 18px;
    stroke-linejoin: round;
    left: 0;
    fill: none;
    height: 18px;
    transition: transform 0.3s ease;
    top: 5px;
    stroke-linecap: round;
}

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

.help_center_870 .edu_chat_605 {
    text-align: center;
    font-size: 19px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    color: rgb(194,188,216);
}

.help_center_870 .edu_chat_605 svg {
    width: 18px;
    margin-right: 8px;
    stroke: rgb(194,188,216);
    height: 18px;
    vertical-align: middle;
    fill: none;
    stroke-width: 2;
    animation: pulseAnimation 2s infinite;
}

.help_center_870 .message_form_592:hover {
    border-color: rgba(0, 123, 255, 0.2);
    background: rgba(0, 123, 255, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.about_this_620 {
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}

.about_this_620 .container {
    max-width: 1140px;
    margin: 0 auto;
    z-index: 5;
    position: relative;
    padding: 0 20px;
}

.about_this_620 h2 {
    color: #ffffff;
    margin-bottom: 40px;
    letter-spacing: 1.5px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    transform: translateZ(0);
    font-size: 32px;
}

.about_this_620 .content_box_490 {
    backdrop-filter: blur(8px);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 30px 40px;
    border-left: 4px solid rgb(161,156,192);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateY(-1deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.about_this_620 .content_box_490 div div {
    text-align: justify;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.7;
    column-count: 1;
    margin-bottom: 0;
    column-gap: 40px;
    transition: all 0.5s ease;
}

.course_instructor_471 .img_display_046 {
    z-index: 5;
    margin-left: 60px;
    height: 140px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: 4px solid #ffffff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    position: relative;
    width: 140px;
}

.course_instructor_471 .alumni_reviews_658:hover .exp_box_837 {
    transform: translateZ(30px);
}

.course_instructor_471 .alumni_reviews_658:hover .exp_box_837::before {
    height: 100%;
    animation: pulseGlow 2s infinite;
}

.course_instructor_471 .name {
    font-weight: 700;
    transition: all 0.4s ease;
    letter-spacing: 1px;
    font-size: 28px;
    color: #000000;
    margin-bottom: 5px;
    transform: translateX(0);
}

.course_instructor_471 .work_block_031 {
    font-size: 14px;
    padding: 20px 0;
    color: #000000;
    position: relative;
    transition: all 0.4s ease 0.2s;
    transform: translateY(0);
    line-height: 1.8;
    opacity: 0.9;
}

.course_instructor_471 .alumni_reviews_658:hover .work_block_031::before,
.course_instructor_471 .alumni_reviews_658:hover .work_block_031::after {
    background: rgb(161,156,192);
    height: 2px;
    width: 100px;
}

.title_opener_702::before {
    opacity: 0.1;
    background-size: 50px 50px;
    top: 0;
    left: 0;
    content: "";
    animation: backgroundShift 30s linear infinite;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(194,188,216,0.5) 49.5%, rgb(194,188,216,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(161,156,192,0.5) 49.5%, rgb(161,156,192,0.5) 50.5%, transparent 50.5%);
    z-index: 0;
    position: absolute;
    width: 100%;
}

.title_opener_702 ol li {
    margin-bottom: 1.5rem;
}

.title_opener_702 .course_open_597 {
    text-align: center;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.title_opener_702 svg path {
    transition: fill 0.4s ease;
}

.title_opener_702 svg text {
    transition: fill 0.4s ease;
}

.title_opener_702 .request_list_145 {
    color: #ffffff;
    display: block;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(135deg, rgb(194,188,216), rgb(161,156,192));
    padding: 1rem 2rem;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
    transform: translateZ(0);
    margin: 1rem auto;
    text-align: center;
    border-radius: 23px;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    max-width: 250px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1), 0 10px 20px rgb(194,188,216,0.5);
}

.title_opener_702 .img_display_046:hover {
    transform: scale(1.02) translateY(-5px);
}

.launch_now_940::after {
    background: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 12px
  );
    opacity: 0.7;
    filter: blur(1px);
}

.launch_now_940 h2 {
    margin-bottom: 3rem;
    transform: translateY(10px);
    letter-spacing: -0.01em;
    font-size: 30px;
    line-height: 1.4;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    opacity: 0;
    color: #ffffff;
    animation: text-fade 0.8s ease-out 0.3s forwards;
    text-align: center;
    font-weight: 700;
}

.launch_now_940 svg {
    animation: svg-pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s forwards;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: scale(0);
    width: 48px;
    height: 48px;
}

.launch_now_940 .request_list_145:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2),
              0 10px 10px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    color: #ffffff;
    background: rgb(161,156,192);
}

.launch_now_940 .request_list_145:hover::before {
    left: 100%;
}

.cookie_overlay_window_982 {
    position: fixed;
    background: rgb(224,220,237);
    z-index: 90;
    bottom: 0;
    width: 100%;
    border-top: 2px solid rgb(194,188,216);
}

#consentAlertWindow_940 {
    display: none;
}

.cookie_overlay_window_982 p {
    font-size: 18px;
}

.data_control_395 svg, .data_control_395 svg path, .data_control_395 img {
    height: 100px;
    width: 100px;
    fill: rgb(194,188,216);
}

.wrapper-border_475 .user_choices_963 {
    font-weight: 400;
    border: none;
    margin-left: 30px;
    color: #ffffff;
    padding: 10px;
    background: rgb(194,188,216);
    font-size: 20px;
}

footer::before {
    opacity: 0.9;
    content: "";
    top: 0;
    z-index: -2;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(161,156,192,0.5) 0%, rgb(194,188,216,0.5) 100%);
    left: 0;
    position: absolute;
}

.search_foot_965 .container {
    justify-content: space-between;
    position: relative;
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
}

.search_foot_965 .company_holder:hover {
    transform: rotateX(0deg);
}

.search_foot_965 .company_holder h3 {
    position: relative;
    display: inline-block;
    margin: 0 0 1.5rem;
    font-size: 31px;
    letter-spacing: 1px;
    transform: translateZ(20px);
    font-weight: 700;
    color: #ffffff;
}

.search_foot_965 .company_holder h3::after {
    position: absolute;
    border-right: 3px solid #ffffff;
    width: 30px;
    right: -10px;
    bottom: -10px;
    content: "";
    height: 30px;
    border-bottom: 3px solid #ffffff;
}

.search_foot_965 .top_expert_481 {
    transition: all 0.4s ease;
    position: relative;
    transform-style: preserve-3d;
    flex: 1 1 calc(50% - 1.5rem);
    transform: rotateX(-5deg);
    min-width: 220px;
}

.search_foot_965 .top_expert_481 .top_primary_356 {
    transform: translateZ(5px);
    flex-direction: column;
    display: flex;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    gap: 1rem;
    padding: 1rem;
}

.search_foot_965 .top_expert_481 .top_primary_356 a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgb(161,156,192,0.5);
}

.search_foot_965 .top_expert_481 .top_primary_356 a:hover::before {
    left: 100%;
}

.chrome_ext_529 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.confidential_armory_856 {
    border: 1px solid rgb(194,188,216);
    background: #ffffff;
    color: #000000;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    padding: 50px;
    font-family: Arial, sans-serif;
    width: 90%;
}

.confidential_armory_856 h1:before {
    left: 0;
    width: 50px;
    content: "";
    bottom: -5px;
    z-index: -1;
    position: absolute;
    height: 5px;
    background: rgb(161,156,192);
}

.confidential_armory_856 h2:before {
    width: 30px;
    height: 3px;
    left: 0;
    background: rgb(194,188,216);
    position: absolute;
    z-index: -1;
    bottom: -5px;
    content: "";
}

.confidential_armory_856 li:before {
    content: "•";
    color: rgb(194,188,216);
    line-height: 1;
    position: absolute;
    font-size: 1.5em;
    left: -25px;
}

.confidential_armory_856 h3, .confidential_armory_856 h4, .confidential_armory_856 h5, .confidential_armory_856 h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: rgb(194,188,216);
    position: relative;
    font-size: 1.2em;
    z-index: 2;
    font-weight: 600;
}

.confidential_armory_856 button {
    z-index: 2;
    border-radius: 10px;
    cursor: pointer;
    padding: 12px 25px;
    background: rgb(161,156,192);
    font-size: 16px;
    border: 2px solid rgb(194,188,216);
    position: relative;
    color: #ffffff;
}

header .top_main_530 {
    overflow: hidden;
    position: relative;
}

header .top_main_530:before {
    width: 100%;
    mix-blend-mode: overlay;
    height: 100%;
    position: absolute;
    content: '';
    opacity: 0.15;
    background: 
        radial-gradient(circle at 10% 20%, rgb(194,188,216,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(161,156,192,0.5) 0%, transparent 40%);
    pointer-events: none;
    top: 0;
    left: 0;
}

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

header .site_top_387:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}

header .site_top_387:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

header .head_expert_204 {
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
    padding: 5px;
}

header .head_expert_204:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}

header .head_expert_204:hover:after {
    opacity: 0.7;
}

header .head_expert_204 svg {
    height: 45px;
    filter: drop-shadow(0 0 3px rgb(194,188,216,0.5));
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gratMessage_532::before {
    animation: float 15s ease-in-out infinite alternate;
    opacity: 0.3;
    content: "";
    z-index: 0;
    width: 60%;
    position: absolute;
    filter: blur(30px);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(-15deg);
    background: linear-gradient(145deg, rgb(194,188,216,0.5) 0%, rgb(161,156,192,0.5) 100%);
    top: -30%;
    right: -10%;
    height: 70%;
}

.gratMessage_532 .study_programs_571:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.gratMessage_532 .study_programs_571:hover > div:first-child::after {
    width: 120px;
}

.gratMessage_532 h5 {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #000000;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}

.gratMessage_532 p {
    margin: 0;
    color: #000000;
    line-height: 1.8;
    transition: color 0.3s ease;
    font-size: 13px;
}

.gratMessage_532 a::before {
    bottom: 0;
    transform: scaleX(0);
    height: 2px;
    transform-origin: right;
    background: linear-gradient(90deg, rgb(194,188,216,0.5) 0%, rgb(161,156,192) 100%);
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.data_summary_912 h3 {
    font-size: 32px;
    z-index: 1;
    font-weight: 700;
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    color: #000000;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    text-align: center;
    margin-bottom: 3rem;
}

.data_summary_912 .statistics_extras_028 {
    transform: translateY(30px);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), 
                box-shadow 0.3s ease-out;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.08);
    opacity: 0;
    background: #ffffff;
    animation-delay: calc(0.15s * var(--i, 0));
    padding: 2rem 1.5rem;
    position: relative;
    justify-content: center;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.data_summary_912 .statistics_extras_028 span {
    text-align: center;
    z-index: 1;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0.75rem;
    position: relative;
    transform: translateZ(0);
    color: #000000;
    transition: color 0.3s ease;
}

.data_summary_912 .statistics_extras_028:hover p::after {
    transform: translateX(-50%) scaleX(1);
}

.contact_form_section_321::before {
    top: 0;
    position: absolute;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(194,188,216,0.5),
        rgb(194,188,216,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    opacity: 0.05;
    content: "";
    height: 100%;
    right: 0;
    width: 50%;
}

.contact_form_section_321 .support_widget_836 {
    position: relative;
    background: transparent;
    gap: 40px;
    grid-template-columns: 1fr 450px;
    align-items: center;
    display: grid;
}

.contact_form_section_321 .inquiry_section_964 {
    background: #ffffff;
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    border-radius: 18px;
    padding: 50px;
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.contact_form_section_321 form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(194,188,216);
    outline: none;
}

.contact_form_section_321 .request_query_768 {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}

.contact_form_section_321 .request_query_768 label::before {
    content: "";
    left: 0;
    position: absolute;
    top: 2px;
    height: 22px;
    transition: all 0.3s ease;
    width: 22px;
    background: rgb(224,220,237);
    border-radius: 4px;
}

.contact_form_section_321 .request_query_768 label a:hover {
    color: rgb(161,156,192);
}

.contact_form_section_321 form .request_list_145::after {
    position: absolute;
    background: rgb(161,156,192);
    z-index: 0;
    right: 0;
    content: "";
    width: 0;
    top: 0;
    transition: width 0.3s ease;
    height: 100%;
}

.contact_form_section_321 svg {
    width: 22px;
    height: 22px;
    fill: rgb(194,188,216);
}

.study_process_395::before {
    position: absolute;
    opacity: 0.15;
    z-index: 1;
    content: '';
    background: radial-gradient(circle at 30% 50%, rgb(194,188,216,0.5) 0%, transparent 50%),
                radial-gradient(circle at 70% 20%, rgb(161,156,192,0.5) 0%, transparent 40%);
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.study_process_395 .content_box_490::after {
    position: absolute;
    border-radius: 50%;
    background-image: conic-gradient(
        from 0deg at 50% 50%,
        rgb(194,188,216) 0deg,
        transparent 60deg,
        transparent 180deg,
        rgb(161,156,192) 240deg,
        transparent 300deg
    );
    width: 150px;
    opacity: 0.15;
    top: 0;
    transform: translate(50%, -50%);
    z-index: -1;
    content: '';
    right: 0;
    height: 150px;
    animation: spin 20s linear infinite;
}

.study_process_395 .content_box_490 h2::after {
    content: '';
    background-color: rgb(194,188,216);
    width: 40px;
    bottom: -10px;
    height: 4px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
}

.study_process_395 .content_box_490:hover h2::after {
    width: 100%;
}

.study_process_395 .study_programs_571::before,
.study_process_395 .study_programs_571::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.study_process_395 .study_programs_571::before {
    left: 10%;
    box-shadow: 0 0 20px rgb(194,188,216);
    background-color: rgb(194,188,216);
    width: 10px;
    animation: particle1 15s infinite alternate;
    top: 40px;
    height: 10px;
}

.study_process_395 .content_box_490 p::after {
    position: absolute;
    top: 0;
    content: '';
    animation: digital-wave 8s infinite;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.05), 
        transparent
    );
    z-index: -1;
    left: -100%;
    width: 100%;
}


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



@media (min-width: 992px) {.plan_selection_714 .cost_matrix_052 {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.plan_selection_714 .study_rates_871 {
    margin-bottom: 0;
    flex: 0 0 30%;
    text-align: left;
}.plan_selection_714 .study_rates_871 h2::after {
    transform: none;
    left: 0;
}.plan_selection_714 .monthly_plan_486 {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}.plan_selection_714 .fee_chart_785 {
    padding: 35px;
}
}



@media (min-width: 1800px) {.course_summary_471 .learn_tools_358 {
    max-width: 650px;
    padding: 3.5rem;
}.course_summary_471 .learn_tools_358 h3 {
    font-size: calc(31px * 1.2);
}.course_summary_471 .learn_tools_358 p {
    font-size: calc(17px * 1.1);
}.course_summary_471 .learn_tools_358 .request_list_145 {
    padding: 1rem 3rem;
}}



@media (min-width: 768px) {.help_center_870 .edu_asksup_359 {
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}.help_center_870 .talk_team_501 {
    margin-bottom: 3rem;
    width: 100%;
}.help_center_870 .img_display_046 {
    flex-shrink: 0;
    height: 250px;
    margin: 0;
    width: 250px;
}.help_center_870 .send_message_059 {
    margin-left: 2.5rem;
    flex: 1;
}.help_center_870 .send_message_059 svg {
    height: 20px;
    width: 20px;
}.help_center_870 .edu_asknow_495 {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (min-width: 992px) {.about_this_620 {
    padding: 180px 0 120px;
}.about_this_620 .container {
    padding: 0 30px;
}.about_this_620 h2 {
    font-size: calc(32px * 1.1);
}.about_this_620 .content_box_490 {
    padding: 50px 60px;
    transform: perspective(1500px) rotateY(-1deg);
}.about_this_620 .content_box_490 div div {
    line-height: 1.8;
    column-count: 2;
}
}



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



@media screen and (min-width: 992px) {.title_opener_702 {
    padding: 5% 8%;
}.title_opener_702 h1 {
    font-size: 31px;
}.title_opener_702 .study_programs_571 {
    gap: 5rem;
}.title_opener_702 .content_box_490 {
    border-left: 6px solid rgb(194,188,216);
    border-right: 1px solid rgb(161,156,192,0.5);
}.title_opener_702 .course_open_597 {
    align-items: flex-start;
    text-align: left;
}.title_opener_702 svg {
    height: 180px;
    width: 180px;
}.title_opener_702 .img_display_046 {
    transform-origin: center right;
    height: 500px;
}.title_opener_702 .course_open_597 p {
    max-width: 90%;
    font-size: calc(18px * 1.25);
}.title_opener_702 .request_list_145 {
    margin: 1rem 0;
}
}



@media (max-width: 768px) {.launch_now_940 {
    padding: 4rem 0;
}.launch_now_940 .container {
    padding: 2rem 1.5rem;
}.launch_now_940 .study_programs_571 {
    flex-direction: column;
    gap: 1.5rem;
}.launch_now_940 h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.launch_now_940 svg {
    width: 40px;
    height: 40px;
}.launch_now_940 .request_list_145 {
    width: 100%;
    text-align: center;
    padding: 0.9rem 2rem;
}
}



@media (max-width: 992px) {.search_foot_965 {
    padding: 4rem 0 2rem;
}.search_foot_965 .container {
    flex-direction: column;
    gap: 3rem;
}.search_foot_965 .company_holder,
    .search_foot_965 .flag_content_735 {
    min-width: 100%;
    flex: 1 1 100%;
}.search_foot_965 .top_expert_481 {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.search_foot_965 .company_holder,
    .search_foot_965 .top_expert_481 {
    transform: none;
}
}



@media (max-width: 420px) {.search_foot_965::before {
    height: 10px;
}.search_foot_965 .company_holder h3::before,
    .search_foot_965 .company_holder h3::after {
    display: none;
}.search_foot_965 .top_expert_481 h5 {
    min-width: auto;
    width: 100%;
}.chrome_ext_529 .terms_legal_230 {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}



@media (max-width: 767px) {header .top_expert_481 {
    max-width: 320px;
    padding: 80px 30px 30px;
    backdrop-filter: blur(15px);
    z-index: 1001;
    right: -100%;
    background: rgb(194,188,216);
    background: linear-gradient(
            135deg,
            rgb(194,188,216) 0%,
            rgb(194,188,216,0.5) 100%
        );
    top: 0;
    -webkit-backdrop-filter: blur(15px);
    flex-direction: column;
    position: fixed;
    height: 100vh;
    width: 80%;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    gap: 20px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
}header .top_expert_481:before {
    display: none;
}header .menu.active {
    right: 0;
}header .site_top_387 {
    padding: 12px 5px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .site_top_387:last-child {
    border-bottom: none;
}header .head_expert_204 {
    margin: 0 auto;
}
}



@media (max-width: 767px) {.data_summary_912 {
    padding: 3.5rem 0.75rem;
}.data_summary_912 ul {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
}.data_summary_912 .statistics_extras_028 {
    padding: 1.5rem 1rem;
}.data_summary_912 .statistics_extras_028 span {
    font-size: calc(13px * 0.9);
}.data_summary_912 .statistics_extras_028 p {
    font-size: 32px;
}
}



@media screen and (max-width: 991px) {.contact_form_section_321 {
    padding: 80px 0;
}.contact_form_section_321 .support_widget_836 {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_form_section_321 .img_display_046 {
    height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.contact_form_section_321 .inquiry_section_964 {
    transform: perspective(1000px) rotateY(0deg);
}
}



@media screen and (max-width: 768px) {.study_process_395 {
    padding: 60px 0;
}.study_process_395 .content_box_490 {
    padding: 30px 20px;
    margin-left: 0;
    width: 100%;
}.study_process_395 .content_box_490 h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.9);
}.study_process_395 .content_box_490::after {
    width: 80px;
    height: 80px;
}.study_process_395 .study_programs_571::before,
    .study_process_395 .study_programs_571::after {
    display: none;
}
}



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



@keyframes headerUnderline {
    0%, 100% {
        width: 30%;
        left: 35%;
    }
    50% {
        width: 100%;
        left: 0;
    }
}



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



@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: rotate(-15deg) scale(1.05);
    }
}



@keyframes container-rise {
  0% {
    transform: translateZ(0) translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateZ(20px) translateY(0);
    opacity: 1;
  }
}



@keyframes svg-pop {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}



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



@keyframes particle1 {
    0% {
        transform: translate(0, 0);
        opacity: 0.6;
    }
    25% {
        transform: translate(30px, 30px);
        opacity: 0.8;
    }
    50% {
        transform: translate(60px, 0);
        opacity: 0.6;
    }
    75% {
        transform: translate(30px, -30px);
        opacity: 0.8;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.6;
    }
}

@keyframes scan {
    0% {
        top: 0;
    }
    100% {
        top: 100%;
    }
}

