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

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

.abuse_ctrl {
    flex: 0 0 auto;
}

.abuse_ctrl {
    padding: 5rem 0 3rem;
    position: relative;
    z-index: 1;
}


.interested_learners {
    background: linear-gradient(120deg, rgb(183,194,215) 0%, #ffffff 100%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.interested_learners .success_story {
    position: relative;
}

.interested_learners h4 {
    font-weight: 700;
    transition: transform 0.5s ease;
    font-size: 48px;
    color: rgb(146,157,178);
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.interested_learners p {
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-size: 16px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: relative;
    margin: 0;
    align-items: center;
    height: 200px;
    color: #000000;
    padding: 40px 30px;
    transition: all 0.3s ease;
    display: flex;
}

.interested_learners p svg path {
    fill: rgb(146,157,178);
    transition: fill 0.3s ease;
}

.interested_learners p:hover svg path {
    fill: rgb(110,120,135);
}

.interested_learners .success_story > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.interested_learners .success_story > div p:nth-child(3) {
    animation-delay: 0.3s;
}

.interested_learners .success_story > div p:nth-child(5) {
    animation-delay: 0.5s;
}

.cookieNotificationBanner {
    background: rgb(183,194,215);
    z-index: 90;
    border-top: 2px solid rgb(146,157,178);
    position: fixed;
    bottom: 0;
    width: 100%;
}

.cookie_view svg, .cookie_view svg path, .cookie_view img {
    width: 100px;
    height: 100px;
    fill: rgb(146,157,178);
}

#cookieMessageModal:checked ~ .cookieNotificationBanner {
    visibility: hidden;
    opacity: 0;
}

.wrapper-canvas .cookie_ack {
    margin-left: 30px;
    color: #ffffff;
    background: rgb(146,157,178);
    font-size: 20px;
    padding: 10px;
}

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

.reach_out_info h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    color: rgb(146,157,178);
    font-size: 35px;
    display: inline-block;
}

.reach_out_info .talk_answer:hover h3::after {
    transform: scaleX(1.2);
}

.reach_out_info p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.reach_out_info .edu_asksup {
    gap: 1rem;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 2rem 0 0;
    padding: 0;
}

.reach_out_info svg {
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.reach_out_info .reach_team:hover svg {
    transform: scale(1.1);
}

.reach_out_info .reach_team:hover svg path {
    fill: rgb(110,120,135);
}

.leadership_profile {
    background: linear-gradient(135deg, rgb(183,194,215) 0%, rgb(146,157,178,0.5) 100%);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

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

.leadership_profile .review_voices::before {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(146,157,178), rgb(110,120,135));
    z-index: 1;
    top: 0;
    position: absolute;
    width: 4px;
    left: 0;
}

.leadership_profile .review_voices .pic_cell::after {
    inset: 0;
    position: absolute;
    background: linear-gradient(to top right, rgba(rgb(146,157,178), 0.2), transparent);
    z-index: 1;
    mix-blend-mode: overlay;
    content: "";
}

.leadership_profile .review_voices .name::after {
    left: 0;
    transform-origin: left;
    transform: scaleX(0.7);
    width: 60%;
    position: absolute;
    height: 2px;
    content: "";
    transition: transform 0.3s ease-out;
    bottom: -4px;
    background: rgb(110,120,135);
}

.leadership_profile .review_voices .exp_achievements::before {
    font-size: 5rem;
    opacity: 0.3;
    color: rgb(146,157,178,0.5);
    top: -0.5rem;
    position: absolute;
    line-height: 1;
    left: 0;
    content: "";
}

.program_details::after {
    height: 200px;
    left: -50px;
    content: "";
    transform: rotate(15deg);
    background: linear-gradient(225deg, rgb(110,120,135,0.5) 0%, transparent 70%);
    width: 200px;
    bottom: -50px;
    z-index: 1;
    position: absolute;
    opacity: 0.5;
}

.program_details .pic_cell::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(
        to right,
        rgb(146,157,178,0.5) 0%,
        transparent 20%,
        transparent 80%,
        rgb(110,120,135,0.5) 100%
    );
    transition: opacity 0.5s ease;
    opacity: 0.4;
}

.program_details .insight_box:hover::before {
    height: 100%;
}

.program_details h3 {
    position: relative;
    font-weight: 600;
    transform: translateX(0);
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: transform 0.4s ease;
    padding-bottom: 15px;
    font-size: calc(21px * 1.1);
}

.program_details .insight_box:hover .description {
    opacity: 1;
}

.program_details span.description {
    display: none;
}

.customer_reviews {
    position: relative;
    background: rgb(183,194,215);
    perspective: 1200px;
    overflow: hidden;
    padding: 7rem 2rem;
}

.customer_reviews h4 {
    font-size: 31px;
    letter-spacing: 1px;
    margin-bottom: 5rem;
    color: #000000;
    font-weight: 700;
    text-align: center;
    position: relative;
    transform: perspective(800px) rotateX(10deg);
}

.customer_reviews h4::after {
    position: absolute;
    height: 1px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    width: 100px;
    background: rgb(110,120,135);
    bottom: -15px;
}

.customer_reviews .review_voices {
    padding: 2.5rem;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        20px 20px 0 -5px rgb(183,194,215),
        20px 20px 0 0px rgb(146,157,178,0.5);
    transform: translateZ(0) translateY(0);
    transition: all 0.5s ease;
    background: #ffffff;
    transform-style: preserve-3d;
    border-radius: 19px;
}

.customer_reviews .review_voices:hover::before {
    opacity: 0.1;
}

.customer_reviews .review_voices:hover::after {
    transform: scaleY(1);
}

.customer_reviews .review_voices .pic_cell {
    height: 90px;
    transform: translateZ(30px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-radius: 19px;
    width: 90px;
    border: 3px solid #ffffff;
    overflow: hidden;
    margin: 0 auto 1.5rem;
    transition: all 0.4s ease;
}

.customer_reviews .review_voices:hover span {
    color: rgb(146,157,178);
    transform: translateZ(35px);
}

.customer_reviews .review_voices p {
    transform: translateZ(10px);
    color: #000000;
    font-size: 14px;
    text-align: center;
    transition: all 0.4s ease;
    line-height: 1.7;
}

.customer_reviews .review_voices:nth-child(3n+3) {
    transform: translateZ(5px) translateY(0);
}

.customer_reviews .review_voices:nth-child(3n+3):hover {
    transform: translateZ(35px) translateY(-10px);
}

footer::after {
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    z-index: -1;
    position: absolute;
    top: 0;
    content: "";
    animation: scanline 10s linear infinite;
    left: 0;
    height: 100%;
    width: 100%;
}

.abuse_ctrl .company_holder h3 {
    position: relative;
    font-weight: 700;
    padding-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: calc(34px * 0.9);
    color: #ffffff;
    margin-bottom: 1.75rem;
}

.abuse_ctrl .company_holder:hover h3::after {
    width: 100%;
}

.abuse_ctrl .footer_account::before {
    top: 0;
    height: 100%;
    width: 2px;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, 
                rgb(146,157,178) 0%, 
                transparent 100%);
    position: absolute;
}

.abuse_ctrl .head_pagebar::before {
    height: 200%;
    top: -50%;
    transition: all 0.6s ease;
    left: -50%;
    position: absolute;
    transform: rotate(45deg);
    content: "";
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    z-index: -1;
    width: 200%;
}

.abuse_ctrl .head_pagebar::before {
    left: -20px;
    top: -20px;
}

.abuse_ctrl .head_pagebar h5 {
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.abuse_ctrl .head_pagebar .nav_pagebar {
    display: flex;
    gap: 0.875rem;
    flex-direction: column;
}

.abuse_ctrl .head_pagebar a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    transform: translateX(20px);
}

.abuse_ctrl .head_pagebar a:hover::before {
    left: 0;
    opacity: 1;
}

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

.footer_caption .glossary:hover {
    box-shadow: 0 0 15px rgba(rgb(146,157,178), 0.3);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
}



.abuse_ctrl .company_holder::before,
.abuse_ctrl .head_pagebar::before {
    width: 100px;
    opacity: 0;
    border-radius: 50%;
    height: 100px;
    content: "";
    filter: blur(30px);
    transition: opacity 0.5s ease;
    background: radial-gradient(circle, rgb(146,157,178,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: -1;
}

.abuse_ctrl .company_holder::before {
    right: -20px;
    bottom: -20px;
}

.abuse_ctrl::after {
    background-size: 40px 40px;
    content: "";
    z-index: -2;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
}

.secure_harbor h1 {
    border-bottom: 2px solid rgb(146,157,178);
    color: rgb(146,157,178);
    font-size: 39px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 25px;
}

.secure_harbor li {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
}

.secure_harbor p, .secure_harbor span, .secure_harbor div {
    font-weight: 300;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}

header .top_plank .main_panel div img, header .top_plank .main_panel div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.join_our_mailing_list::before {
    top: -10%;
    z-index: -1;
    content: "";
    width: 120%;
    left: -5%;
    transform: rotate(-3deg);
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 8px
    );
    height: 120%;
    position: absolute;
}

.join_our_mailing_list h4 {
    color: #000000;
    position: relative;
    margin: 0 0 1rem;
    padding-left: 1.5rem;
    font-size: calc(18px * 1.05);
    font-family: Arial, sans-serif;
    font-weight: 600;
    line-height: 1.4;
}

.join_our_mailing_list h4::before {
    width: 4px;
    background: rgb(146,157,178);
    position: absolute;
    content: "";
    transform: scaleY(1.2);
    height: calc(100% - 0.6em);
    left: 0;
    top: 0.3em;
}

.join_our_mailing_list .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.join_our_mailing_list .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.join_our_mailing_list .input_holder .subscribe_coupons:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.15);
}

.join_our_mailing_list .input_holder .subscribe_coupons:hover::before {
    left: 100%;
}

.contact_panel {
    isolation: isolate;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(
        135deg, 
        rgb(110,120,135,0.5) 0%, 
        rgb(146,157,178,0.5) 100%
    );
}

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

.contact_panel h2 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

.contact_panel .pic_cell {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}

.contact_panel .pic_cell::before {
    position: absolute;
    opacity: 0.6;
    content: '';
    height: 100%;
    mix-blend-mode: color-dodge;
    width: 100%;
    background: linear-gradient(
        45deg, 
        rgb(110,120,135,0.5) 0%, 
        rgb(146,157,178,0.5) 100%
    );
    top: 0;
    left: 0;
}

.contact_panel .reach_message input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(146,157,178);
    box-shadow: 0 0 15px rgba(rgb(146,157,178), 0.3);
}

.contact_panel .reach_message .feedback_links input[type="checkbox"] {
    margin-right: 1rem;
    position: relative;
    appearance: none;
    width: 22px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 22px;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.contact_panel .reach_message .feedback_links a {
    color: rgb(146,157,178);
    transition: color 0.3s ease;
    text-decoration: none;
    margin-left: 0.3rem;
}

.contact_panel .reach_message .inquiry_links:hover::before {
    left: 100%;
}

.contact_panel .reach_message .inquiry_links:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

header::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    z-index: 0;
    height: 100%;
    top: 0;
}

header .head_main:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}

header .head_teach::before {
    height: 0;
    transition: height 0.3s ease;
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(to top, rgb(146,157,178,0.5), transparent);
    bottom: 0;
}

.who_we_are {
    color: #ffffff;
    padding: 120px 0 90px;
    position: relative;
    overflow: hidden;
}

.who_we_are::after {
    top: -50%;
    right: -50%;
    width: 100%;
    background: linear-gradient(45deg, 
        rgb(146,157,178,0.5) 0%,
        transparent 50%);
    transform: rotate(-15deg);
    content: "";
    z-index: 2;
    opacity: 0.1;
    position: absolute;
    height: 200%;
}

.who_we_are h4::after {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: -10px;
    content: "";
    width: 60px;
    background: rgb(146,157,178);
    transform-origin: left;
    height: 2px;
    left: 2rem;
    transform: scaleX(1);
    position: absolute;
}

.who_we_are .insight_box::after {
    background: linear-gradient(to left, 
        rgb(110,120,135,0.5) 0%, 
        transparent 100%);
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 1px;
}

.who_we_are h6::after {
    bottom: -8px;
    height: 2px;
    background: linear-gradient(to right, 
        rgb(110,120,135) 0%, 
        transparent 90%);
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
}

.who_we_are .insight_box span::first-letter {
    font-size: 1.5em;
    color: rgb(110,120,135);
    font-weight: 600;
}

.thanksPoint::before {
    right: -10%;
    transform: rotate(-15deg) skew(15deg);
    filter: blur(60px);
    top: -20%;
    background: rgb(146,157,178,0.5);
    content: "";
    z-index: 0;
    height: 80%;
    position: absolute;
    animation: float 18s infinite ease-in-out;
    width: 50%;
    opacity: 0.3;
}

.thanksPoint h2::after {
    content: "";
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    left: 50%;
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
}

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

.thanksPoint li {
    padding-left: 25px;
    position: relative;
}

.thanksPoint span {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000000;
    display: block;
    font-weight: 400;
}

.analysis_summary::before {
    position: absolute;
    width: 100%;
    background: repeating-conic-gradient(
        rgb(183,194,215) 0%,
        rgba(240, 240, 240, 0.7) 0.5%,
        rgb(183,194,215) 1%
    );
    z-index: 1;
    left: 0;
    opacity: 0.3;
    height: 100%;
    top: 0;
    content: '';
    animation: rotateBg 60s linear infinite;
}

.analysis_summary .boost_growth::before {
    background: linear-gradient(
        to bottom,
        rgb(146,157,178),
        rgb(110,120,135),
        transparent
    );
    border-radius: 10px;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    width: 3px;
    height: 60%;
}

.analysis_summary .study_gain {
    justify-content: center;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.8);
    border-left: 3px solid rgb(146,157,178);
    padding: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 29px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.analysis_summary .study_gain:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.analysis_summary .study_gain:nth-child(even) h4 {
    color: rgb(110,120,135);
}

.analysis_summary svg {
    bottom: 20px;
    fill: #000000;
    right: 20px;
    height: 20px;
    transition: all 0.3s ease;
    opacity: 0.3;
    position: absolute;
    width: 20px;
}

.greeting_page .edu_title::before {
    background: linear-gradient(135deg, 
    rgb(146,157,178,0.5) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    backdrop-filter: blur(2px);
    right: 0;
    left: 0;
    z-index: 1;
    content: "";
    bottom: 0;
    top: 0;
}

.greeting_page .study_sessions::before {
    top: -10px;
    left: 5%;
    z-index: -1;
    width: 90%;
    content: "";
    opacity: 0.6;
    transform: translateZ(-10px);
    height: calc(100% + 20px);
    position: absolute;
    filter: blur(15px);
    background: linear-gradient(45deg, 
    rgb(146,157,178,0.5) 0%,
    rgb(110,120,135,0.5) 100%);
}

.greeting_page h3 {
    opacity: 0;
    font-weight: 600;
    font-size: 18px;
    transform: translateZ(15px);
    animation: subtitle-reveal 1.2s cubic-bezier(0.17, 0.67, 0.25, 1) 0.2s forwards;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    max-width: 90%;
    font-family: Arial, sans-serif;
    color: #ffffff;
}



.greeting_page .edu_title:hover .study_sessions {
    transform: perspective(1000px) rotateX(1deg) translateY(-5px);
}

.experience_trial::after {
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
    height: 100%;
    animation: scanLines 5s linear infinite alternate;
    top: 0;
    opacity: 0.05;
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    position: absolute;
    left: 0;
    background-size: 100% 100px, 100px 100%;
    content: '';
    background-position: center;
}

.experience_trial .success_story::after {
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    left: 0;
    background-size: 20px 20px;
    z-index: -1;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    content: '';
}

.experience_trial .reach_team::before {
    background-size: 400% 400%;
    animation: gradientFlow 5s ease infinite;
    position: absolute;
    right: -2px;
    z-index: -1;
    content: '';
    border-radius: calc(21px + 2px);
    left: -2px;
    opacity: 0.7;
    background: linear-gradient(45deg, rgb(146,157,178), rgb(110,120,135), rgb(146,157,178));
    top: -2px;
    bottom: -2px;
}

.experience_trial .reach_team:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(110,120,135),
        0 0 50px rgb(110,120,135,0.5);
    text-shadow: 0 0 10px #ffffff;
    transform: translateY(-5px) scale(1.03);
    color: #ffffff;
}


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



@media (max-width: 991px) {.interested_learners {
    padding: 80px 0;
}.interested_learners h4 {
    margin-bottom: 70px;
    font-size: calc(48px * 0.85);
}.interested_learners div > div {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 20px;
}.interested_learners p {
    height: 180px;
    padding: 35px 25px;
}.interested_learners p:nth-child(3n+2) {
    transform: translateY(0);
}.interested_learners p:nth-child(even) {
    transform: translateY(90px);
}.interested_learners p svg {
    top: 25px;
}.interested_learners p span {
    margin-top: 45px;
}.interested_learners::after {
    height: 150px;
    width: 150px;
}
}


@media only screen and (max-width: 800px) {.cookie_view {
    display: none;
}.manage_cookies {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieNotificationBanner h5 {
    text-align: center;
}.cookieNotificationBanner p {
    text-align: center;
}.digital_cookies {
    margin-bottom: 20px;
}body .wrapper-canvas .cookie_ack {
    margin-left: 0;
}}



@media (max-width: 767px) {.reach_out_info {
    padding: 4rem 0;
}.reach_out_info .talk_answer {
    padding: 2rem;
    transform: none;
}.reach_out_info h3 {
    margin-bottom: 1.25rem;
    font-size: calc(35px * 0.9);
}.reach_out_info p {
    font-size: calc(14px * 0.95);
}.reach_out_info svg {
    width: 18px;
    height: 18px;
}.reach_out_info .reach_team {
    padding: 0.65rem 0.75rem;
}
}



@media (min-width: 992px) {.leadership_profile .review_voices {
    padding: 5rem;
    grid-template-areas: 
      "photo info"
      "photo quote";
    grid-template-columns: 300px 1fr;
    gap: 3rem 4rem;
}.leadership_profile .review_voices > div:first-child {
    align-self: start;
}.leadership_profile .review_voices .pic_cell {
    width: 280px;
    height: 280px;
}.leadership_profile .review_voices .name {
    font-size: calc(18px * 1.3);
}.leadership_profile .review_voices > div:nth-child(2) > div {
    font-size: calc(13px * 1.1);
}.leadership_profile .review_voices .exp_achievements {
    font-size: calc(13px * 1.05);
    padding: 2.5rem;
    line-height: 1.8;
}
}



@media (min-width: 1200px) {.program_details .knowledge_guide {
    gap: 100px;
}.program_details .pic_cell {
    height: 550px;
    transform: perspective(1200px) rotateY(5deg) translateX(-30px);
}.program_details .pic_cell:hover {
    transform: perspective(1200px) rotateY(0deg) translateX(0);
}.program_details .insight_box {
    padding: 60px 70px 60px 60px;
}.program_details h3 {
    padding-bottom: 20px;
    margin-bottom: 35px;
    font-size: calc(21px * 1.3);
}.program_details p.description {
    max-height: 450px;
}
}



@media (max-width: 768px) {.customer_reviews {
    padding: 4rem 1rem;
}.customer_reviews .success_ratings {
    transform: perspective(1000px) rotateX(10deg);
    gap: 2rem;
    grid-template-columns: 1fr;
}.customer_reviews h4 {
    transform: perspective(800px) rotateX(5deg);
    font-size: calc(31px * 0.8);
    margin-bottom: 3rem;
}.customer_reviews .review_voices:nth-child(n) {
    transform: translateZ(0) translateY(0);
}.customer_reviews .review_voices:nth-child(n):hover {
    transform: translateZ(20px) translateY(-5px);
}}



@media (max-width: 576px) {.abuse_ctrl {
    padding: 3rem 0 1rem;
}.abuse_ctrl .company_holder {
    padding: 1.25rem;
}.abuse_ctrl .company_holder h3 {
    font-size: calc(34px * 0.8);
}.abuse_ctrl .head_pagebar h5 {
    font-size: calc(23px * 0.9);
}.abuse_ctrl .head_pagebar a,
    .abuse_ctrl .footer_account {
    font-size: calc(16px * 0.9);
}.footer_caption .glossary {
    font-size: calc(12px * 0.9);
    padding: 0.4rem 1rem;
}}



@media (min-width: 992px) {.join_our_mailing_list {
    padding: 6rem 2rem;
}.join_our_mailing_list .success_story {
    transform: perspective(1500px) rotateX(1deg) translateZ(0);
    padding: 4rem 5rem;
}.join_our_mailing_list h4 {
    font-size: calc(18px * 1.2);
}.join_our_mailing_list .input_holder input[type="email"],
    .join_our_mailing_list .input_holder .subscribe_coupons {
    padding: 1.1rem 1.75rem;
}
}



@media (prefers-reduced-motion) {.join_our_mailing_list .input_holder input[type="email"],
    .join_our_mailing_list .input_holder .subscribe_coupons,
    .join_our_mailing_list .input_holder .subscribe_coupons::before {
    transition: none;
}}



@media screen and (max-width: 480px) {.contact_panel .help_feedback {
    border-radius: 0;
}.contact_panel .pic_cell {
    min-height: 250px;
}.contact_panel .reach_message {
    padding: 2rem 1.5rem;
}}



@media (max-width: 767px) {header .header_know {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .head_main {
    padding: 0 0 0.7rem 0;
}header .head_main svg {
    width: 140px;
}header .head_pagebar {
    max-width: 95%;
    gap: 0.5rem;
    padding: 0.7rem 1rem 0;
}header .head_teach {
    padding: 0.5rem 1rem;
    font-size: calc(17px - 1px);
}
}



@media (max-width: 768px) {.who_we_are {
    padding: 60px 0 40px;
}.who_we_are h4 {
    padding-left: 0;
    text-align: center;
    font-size: 32px;
    transform: translateX(0);
    margin-bottom: 30px;
}.who_we_are h4::before {
    left: 50%;
    width: 25px;
    transform: translate(-50%, -50%);
}.who_we_are h4::after {
    transform: translateX(-50%);
    width: 40px;
    left: 50%;
}.who_we_are:hover h4::after {
    transform: translateX(-50%) scaleX(1.5);
}.who_we_are .insight_box {
    padding: 25px 20px;
    border-left: 3px solid rgb(110,120,135);
}.who_we_are h6 {
    margin-bottom: 1rem;
    font-size: calc(20px * 1.1);
}.who_we_are .insight_box span {
    font-size: calc(12px * 0.9);
    line-height: 1.7;
}
}



@media screen and (max-width: 992px) {.analysis_summary .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.analysis_summary .key_statistics {
    order: 2;
}.analysis_summary .boost_growth {
    padding-right: 0;
    align-items: center;
    text-align: center;
    order: 1;
}.analysis_summary .boost_growth::before {
    transform: translateX(-50%);
    background: linear-gradient(
            to right,
            transparent,
            rgb(146,157,178),
            rgb(110,120,135),
            transparent
        );
    left: 50%;
    width: 60%;
    top: auto;
    height: 3px;
    bottom: -20px;
}.analysis_summary .expert_benefitsALwG,
    .analysis_summary .statistics_gain {
    padding-left: 0;
}
}



@media screen and (max-width: 768px) {.greeting_page .edu_title {
    height: 80vh;
}.greeting_page .study_sessions {
    transform: perspective(800px) rotateX(1deg);
    padding: 1.5rem;
}.greeting_page h1 {
    font-size: calc(44px * 0.9);
    margin-bottom: 1rem;
}.greeting_page h3 {
    margin-bottom: 1rem;
    font-size: calc(18px * 0.9);
}.greeting_page p {
    max-width: 100%;
    font-size: calc(13px * 0.9);
}
}



@media screen and (max-width: 768px) {.experience_trial {
    padding: 80px 0;
}.experience_trial .success_story {
    padding: 40px 25px;
}.experience_trial h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 40px;
    letter-spacing: 2px;
}.experience_trial .reach_team {
    padding: 14px 35px;
    font-size: calc(14px * 0.95);
}
}



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



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(110,120,135,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(110,120,135);
    }
}



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



@keyframes subtitle-reveal {
  0% {
    opacity: 0;
    transform: translateZ(15px) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateZ(15px) translateY(0);
  }
}



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



@keyframes glitchEffect {
    0% {
        transform: translateX(-2px) translateY(2px);
    }
    25% {
        transform: translateX(2px) translateY(-2px);
    }
    50% {
        transform: translateX(-1px) translateY(1px);
    }
    75% {
        transform: translateX(3px) translateY(-3px);
    }
    100% {
        transform: translateX(-2px) translateY(2px);
    }
}

