﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.container {
    width: 1271px;
    max-width: 100%;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    auto;
    min-height: 100%;
    auto
contain
touch-action: none;
    color: #000000;
}.grid-container70 {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.nav_tutor31 {
    flex: 1 0 auto;
}.proposal_cta58 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_summary07 {
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(150deg, rgb(189,133,193,0.5) 0%, rgb(209,179,207) 50%, rgb(116,88,173,0.5) 100%);
    position: relative;
}.course_summary07::before {
    opacity: 0.6;
    z-index: 0;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(189,133,193,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(116,88,173,0.5) 0%, transparent 50%);
    height: 150%;
    transform-origin: center;
    width: 150%;
    filter: blur(60px);
    top: -25%;
    animation: pulseBackground 20s ease-in-out infinite alternate;
    left: -25%;
    position: absolute;
    content: "";
}.course_summary07::after {
    background-size: 20px 20px;
    position: absolute;
    animation: gridMove 30s linear infinite;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    content: "";
}.course_summary07 .container {
    position: relative;
    z-index: 2;
}.course_summary07 .student_voice34 {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    gap: 15px;
    min-height: 550px;
    grid-template-rows: repeat(12, minmax(30px, auto));
    position: relative;
}.course_summary07 .fast_development72 {
    transform: translateZ(0);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    grid-row: 3 / 11;
    grid-column: 1 / 8;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 2.5rem;
    z-index: 5;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.07);
    border-radius: 16px;
}.course_summary07 .fast_development72::before {
    opacity: 0.15;
    height: 100%;
    z-index: -1;
    background: 
        radial-gradient(circle at 90% 10%, rgb(189,133,193,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(116,88,173,0.5) 0%, transparent 80%);
    border-radius: 16px;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}.course_summary07 .fast_development72::after {
    left: 50%;
    position: absolute;
    bottom: -10px;
    filter: blur(1px);
    height: 1px;
    content: "";
    width: 80%;
    background: linear-gradient(to right, rgb(189,133,193) 0%, transparent 100%);
    transform: translateX(-50%);
}.course_summary07 .head_teach85 {
    transform-style: preserve-3d;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: relative;
    margin-bottom: 1.5rem;
    width: 110px;
    transition: all 0.5s ease;
    height: 110px;
}.course_summary07 .head_teach85::before {
    content: "";
    position: absolute;
    inset: -4px;
    animation: rotateConic 10s linear infinite;
    z-index: -1;
    background: conic-gradient(
        from 0deg, 
        rgb(189,133,193) 0%, 
        rgb(116,88,173) 50%, 
        rgb(189,133,193) 100%
    );
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
}.course_summary07 .head_teach85::after {
    z-index: -1;
    inset: 6px;
    content: "";
    background: rgb(209,179,207);
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.course_summary07 .head_teach85 svg {
    animation: floatLogo 6s ease-in-out infinite;
    left: 50%;
    filter: drop-shadow(0 0 10px rgb(189,133,193,0.5));
    transform: translate(-50%, -50%);
    z-index: 1;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
}.course_summary07 .head_teach85 svg path {
    transition: fill 0.3s ease;
    fill: rgb(189,133,193);
}.course_summary07 h3 {
    transform: perspective(1000px) rotateX(2deg);
    padding-right: 2rem;
    transform-origin: left bottom;
    font-size: 35px;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    text-shadow: 0 0 20px rgb(189,133,193,0.5);
}.course_summary07 h3::before {
    transform-origin: left;
    position: absolute;
    left: 0;
    height: 3px;
    width: 60px;
    bottom: -8px;
    background: rgb(189,133,193);
    content: "";
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.course_summary07 p {
    position: relative;
    transform: perspective(1000px) rotateX(1deg);
    line-height: 1.8;
    transform-origin: left bottom;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    margin-bottom: 0;
    max-width: 100%;
    color: #ffffff;
}.course_summary07 .img_cell10 {
    height: 500px;
    position: relative;
    grid-row: 1 / 13;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    overflow: hidden;
    z-index: 4;
    animation: morphShape 20s ease-in-out infinite alternate;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-column: 5 / 13;
}.course_summary07 .img_cell10::before {
    background: 
        linear-gradient(135deg, transparent 0%, rgb(189,133,193,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(116,88,173,0.5) 0%, transparent 70%);
    content: "";
    mix-blend-mode: overlay;
    z-index: 1;
    position: absolute;
    opacity: 0.6;
    inset: 0;
}.course_summary07 .img_cell10::after {
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(209,179,207) 100%
    );
    opacity: 0.2;
    z-index: 1;
    left: -25%;
    content: "";
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    mix-blend-mode: multiply;
    animation: pulseOverlay 15s ease-in-out infinite;
}.course_summary07 .student_voice34:hover .img_cell10 {
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
}.course_summary07 .student_voice34:hover .fast_development72 {
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) translateX(10px);
}.course_summary07 .student_voice34:hover .head_teach85 {
    transform: rotate(5deg) scale(1.05);
}.course_summary07 .student_voice34:hover .head_teach85 svg path {
    fill: rgb(116,88,173);
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes pulseOverlay {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {.course_summary07 .student_voice34 {
    min-height: 500px;
}.course_summary07 .fast_development72 {
    padding: 2.2rem;
    grid-column: 1 / 8;
}.course_summary07 h3 {
    font-size: calc(35px * 0.9);
}.course_summary07 .head_teach85 {
    height: 100px;
    width: 100px;
}.course_summary07 .head_teach85 svg {
    height: 55px;
    width: 55px;
}
}

@media (max-width: 992px) {.course_summary07 {
    padding: 5rem 0;
}.course_summary07 .student_voice34 {
    grid-template-columns: 1fr;
    min-height: auto;
    grid-template-rows: auto auto;
    gap: 10px;
}.course_summary07 .fast_development72 {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    margin-top: -80px;
    padding: 2.5rem;
    z-index: 5;
}.course_summary07 .img_cell10 {
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
    grid-column: 1 / -1;
    height: 350px;
    grid-row: 1 / 2;
}.course_summary07 .head_teach85 {
    margin-left: auto;
    margin-right: auto;
}.course_summary07 h3 {
    padding-right: 0;
    text-align: center;
}.course_summary07 h3::before {
    transform: translateX(-50%) scaleX(0);
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 50%;
}.course_summary07 p {
    text-align: center;
}.course_summary07 .student_voice34:hover .img_cell10 {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.course_summary07 .student_voice34:hover .fast_development72 {
    transform: translateZ(10px) translateY(-15px);
}
}

@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 768px) {.course_summary07 {
    padding: 4rem 0;
}.course_summary07 .img_cell10 {
    height: 300px;
}.course_summary07 .fast_development72 {
    margin-top: -60px;
    padding: 2rem;
}.course_summary07 .head_teach85 {
    margin-bottom: 1.3rem;
    width: 90px;
    height: 90px;
}.course_summary07 .head_teach85 svg {
    width: 50px;
    height: 50px;
}.course_summary07 h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1.3rem;
}.course_summary07 p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.course_summary07 {
    padding: 3rem 0;
}.course_summary07 .img_cell10 {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    height: 250px;
}.course_summary07 .fast_development72 {
    padding: 1.8rem 1.5rem;
    margin-top: -50px;
}.course_summary07 .head_teach85 {
    height: 80px;
    margin-bottom: 1.2rem;
    width: 80px;
}.course_summary07 .head_teach85 svg {
    width: 45px;
    height: 45px;
}.course_summary07 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(35px * 0.7);
}.course_summary07 h3::before {
    height: 2px;
    width: 50px;
}.course_summary07 p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}}.cookie_window_banner30 {
    transition: all 0.3s ease-in-out;
    position: fixed;
    font-family: Arial, sans-serif;
    bottom: 0;
    z-index: 1050;
    width: 100%;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    border-top: 3px solid rgb(189,133,193);
    padding: 15px 20px;
    background: #ffffff;
}.track_bar64 {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.cookie_all03 {
    flex-shrink: 0;
    margin-right: 15px;
}.cookie_all03 svg {
    height: 50px;
    transition: fill 0.3s ease-in-out;
    width: 50px;
    fill: rgb(189,133,193);
}.digital_consent30 {
    margin-right: 15px;
    flex-grow: 1;
}.digital_consent30 h5 {
    margin-bottom: 5px;
    color: rgb(189,133,193);
    font-size: 18px;
    font-weight: 700;
}.digital_consent30 p {
    color: #000000;
    font-size: 13px;
    margin-bottom: 0;
}.track_cookies90 {
    user-select: none;
    text-align: center;
    margin-left: 10px;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    vertical-align: middle;
    border-radius: 10px;
    font-size: 17px;
    text-decoration: none;
    border: 1px solid transparent;
    white-space: nowrap;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}.cookie_button.cookie_customize29 {
    border-color: rgb(189,133,193);
    color: #ffffff;
    background-color: rgb(189,133,193);
}#cookiePolicyPrompt76 {
    display: none;
}#cookiePolicyPrompt76:checked ~ .cookie_window_banner30 {
    opacity: 0;
    visibility: hidden;
}.cookie_button.cookie_customize29:hover {
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.cookie_guard63 {
    background-color: rgb(116,88,173);
    color: #000000;
    border-color: rgb(116,88,173);
}.cookie_button.cookie_guard63:hover {
    background-color: rgb(189,133,193);
    color: #ffffff;
    border-color: rgb(189,133,193);
}.cookie_window_banner30 p a {
    text-decoration: underline;
    color: rgb(189,133,193);
}.cookie_window_banner30 p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.digital_consent30 h5 {
    font-size: calc(18px - 2px);
}.digital_consent30 p {
    font-size: calc(13px - 2px);
}.track_cookies90 {
    font-size: calc(17px - 2px);
}
}
@media (max-width: 800px) {.track_bar64 {
    flex-direction: column;
    align-items: center;
}.cookie_all03 {
    margin-bottom: 10px;
}.digital_consent30 {
    margin-bottom: 15px;
    text-align: center;
}.track_cookies90 {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}
.course_candidates20 {
    overflow: hidden;
    padding: 140px 0;
    background: rgb(209,179,207);
    position: relative;
}.course_candidates20::before {
    content: "";
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.03;
    position: absolute;
    z-index: 0;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(189,133,193,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(189,133,193,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(189,133,193,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(189,133,193,0.5) 75%
        );
    width: 100%;
}.course_candidates20::after {
    background: linear-gradient(to top, rgb(209,179,207), transparent);
    left: 0;
    z-index: 1;
    content: "";
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 150px;
}.course_candidates20 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.course_candidates20 .student_voice34 {
    position: relative;
}.course_candidates20 h4 {
    position: relative;
    font-weight: 700;
    font-size: 34px;
    padding: 20px 0;
    color: #000000;
    text-align: center;
    margin-bottom: 80px;
}.course_candidates20 h4::before {
    left: 50%;
    border-radius: 2px;
    width: 100px;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    position: absolute;
    top: 0;
    background: rgb(189,133,193,0.5);
}.course_candidates20 h4::after {
    bottom: 0;
    width: 100px;
    transform: translateX(-50%);
    height: 3px;
    border-radius: 2px;
    background: rgb(116,88,173,0.5);
    content: "";
    position: absolute;
    left: 50%;
}.course_candidates20 div {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}.course_candidates20 div::before {
    width: 2px;
    content: "";
    left: 50%;
    opacity: 0.5;
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, rgb(189,133,193,0.5), rgb(116,88,173,0.5), transparent);
}.course_candidates20 div p {
    align-items: center;
    transition: all 0.4s ease;
    width: 70%;
    border-radius: 50px;
    font-size: 15px;
    position: relative;
    z-index: 1;
    display: flex;
    padding: 25px 30px;
    color: #000000;
    background: #ffffff;
    line-height: 1.6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 0 0 60px 0;
}.course_candidates20 div p:nth-child(odd) {
    border-top-left-radius: 0;
    align-self: flex-start;
}.course_candidates20 div p:nth-child(even) {
    border-top-right-radius: 0;
    align-self: flex-end;
}.course_candidates20 div p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
}.course_candidates20 div p::before {
    height: 30px;
    z-index: 2;
    background: #ffffff;
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 30px;
}.course_candidates20 div p:nth-child(odd)::before {
    left: -15px;
    top: -15px;
}.course_candidates20 div p:nth-child(even)::before {
    right: -15px;
    top: -15px;
}.course_candidates20 div p::after {
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(189,133,193), rgb(116,88,173));
    z-index: 3;
    width: 15px;
    position: absolute;
    height: 15px;
    content: "";
    border-radius: 50%;
}.course_candidates20 div p:nth-child(odd)::after {
    left: -7.5px;
    top: -7.5px;
}.course_candidates20 div p:nth-child(even)::after {
    right: -7.5px;
    top: -7.5px;
}.course_candidates20 div p:hover::after {
    transform: scale(1.3);
    box-shadow: 0 0 10px rgb(189,133,193,0.5);
}.course_candidates20 div p svg {
    transition: all 0.3s ease;
    height: 32px;
    margin-right: 20px;
    min-width: 32px;
    width: 32px;
}.course_candidates20 div p:hover svg {
    transform: rotate(15deg);
}.course_candidates20 div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(189,133,193);
}.course_candidates20 div p:hover svg path {
    fill: rgb(116,88,173);
}

@media (max-width: 991px) {.course_candidates20 {
    padding: 120px 0;
}.course_candidates20 h4 {
    font-size: calc(34px - 2px);
    margin-bottom: 70px;
}.course_candidates20 div p {
    padding: 22px 25px;
    margin-bottom: 50px;
    width: 80%;
}.course_candidates20 div p svg {
    margin-right: 15px;
    width: 28px;
    height: 28px;
    min-width: 28px;
}
}

@media (max-width: 767px) {.course_candidates20 {
    padding: 100px 0;
}.course_candidates20 h4 {
    font-size: calc(34px - 4px);
    margin-bottom: 60px;
}.course_candidates20 div p {
    width: 90%;
    border-radius: 30px !important;
    align-self: center !important;
    margin-bottom: 40px;
    padding: 18px 22px;
}.course_candidates20 div p::before,
    .course_candidates20 div p::after {
    display: none;
}.course_candidates20 div p svg {
    min-width: 24px;
    margin-right: 12px;
    width: 24px;
    height: 24px;
}
}

@media (max-width: 479px) {.course_candidates20 {
    padding: 80px 0;
}.course_candidates20 h4 {
    margin-bottom: 50px;
    font-size: calc(34px - 6px);
}.course_candidates20 div p {
    width: 100%;
    margin-bottom: 30px;
    font-size: calc(15px - 1px);
    padding: 15px 18px;
}.course_candidates20 div p svg {
    height: 22px;
    margin-right: 10px;
    min-width: 22px;
    width: 22px;
}}.pricing_level53 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.pricing_level53::before {
    position: absolute;
    bottom: 0;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    content: "";
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
}.pricing_level53 .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.pricing_level53 .price_opts87 {
    display: flex;
    align-items: center;
    flex-direction: column;
}.pricing_level53 h2 {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    animation: float 6s ease-in-out infinite;
    position: relative;
    font-weight: 700;
    transform: translateY(0);
}.pricing_level53 h2::after {
    background: linear-gradient(90deg, rgb(189,133,193), rgb(116,88,173));
    left: 50%;
    content: "";
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
    bottom: -10px;
}.pricing_level53 .premium_plan29 {
    margin: 0 auto 50px;
    line-height: 1.6;
    font-size: 12px;
    max-width: 800px;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
}.pricing_level53 .offer_box40 {
    width: 100%;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    margin: 0;
}.pricing_level53 .offer_box40 li {
    perspective: 1000px;
}.pricing_level53 .lesson_plans89 {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 100%;
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
    box-sizing: border-box;
}.pricing_level53 .lesson_plans89:hover {
    transform: translateY(-10px) rotateY(2deg);
}.pricing_level53 .indv_cost43 {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    box-sizing: border-box;
    transition: all 0.4s ease;
    flex-direction: column;
    display: flex;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    backdrop-filter: blur(5px);
    border-radius: 8px;
    padding: 35px 30px;
}.pricing_level53 .indv_cost43::before {
    width: 100%;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(189,133,193), rgb(116,88,173));
    transition: transform 0.4s ease;
    transform: scaleX(0.5);
    height: 5px;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
}.pricing_level53 .lesson_plans89:hover .indv_cost43::before {
    transform: scaleX(1);
}.pricing_level53 .sub_options19 {
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    display: flex;
}.pricing_level53 .lesson_plans89 h4 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px;
    font-size: calc(22px * 1.2);
}.pricing_level53 .lesson_plans89 h4::after {
    content: "";
    height: 2px;
    bottom: -10px;
    background-color: rgb(189,133,193);
    width: 40px;
    position: absolute;
    left: 0;
}.pricing_level53 .lesson_plans89 p {
    word-wrap: break-word;
    margin: 0 0 25px;
    overflow-wrap: break-word;
    font-size: 12px;
    white-space: normal;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    flex-grow: 1;
}.pricing_level53 .pro_rates82 {
    transform: translateZ(10px);
    display: inline-block;
    font-size: calc(22px * 1.4);
    padding: 10px 20px;
    transition: all 0.3s ease;
    align-self: flex-start;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(189,133,193,0.5) 0%, rgb(116,88,173,0.5) 100%);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 6px;
}.pricing_level53 .lesson_plans89:hover .pro_rates82 {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateZ(15px) scale(1.05);
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 1200px) {.pricing_level53 {
    padding: 100px 0;
}.pricing_level53 .offer_box40 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing_level53 {
    padding: 80px 0;
}.pricing_level53 .offer_box40 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.pricing_level53 h2 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 768px) {.pricing_level53 {
    padding: 60px 0;
}.pricing_level53 .offer_box40 {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_level53 .premium_plan29 {
    margin-bottom: 40px;
}.pricing_level53 h2 {
    font-size: calc(30px * 0.8);
}.pricing_level53 .indv_cost43 {
    padding: 30px 25px;
}
}

@media (max-width: 576px) {.pricing_level53 {
    padding: 50px 0;
}.pricing_level53 h2 {
    font-size: calc(30px * 0.7);
}.pricing_level53 .premium_plan29 {
    font-size: calc(12px * 0.9);
    margin-bottom: 30px;
}.pricing_level53 .indv_cost43 {
    padding: 25px 20px;
}.pricing_level53 .lesson_plans89 h4 {
    font-size: calc(22px * 1.1);
}.pricing_level53 .lesson_plans89 p {
    font-size: calc(12px * 0.9);
}.pricing_level53 .pro_rates82 {
    font-size: calc(22px * 1.2);
    padding: 8px 16px;
}}.learning_profits61 {
    padding: 6rem 0 8rem;
    position: relative;
    background: linear-gradient(45deg, rgb(209,179,207) 0%, #ffffff 100%);
    overflow: hidden;
}.learning_profits61::before {
    z-index: 1;
    content: '';
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 20px, rgb(189,133,193,0.5) 20px, rgb(189,133,193,0.5) 21px),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgb(189,133,193,0.5) 20px, rgb(189,133,193,0.5) 21px);
    opacity: 0.1;
    top: 0;
    position: absolute;
    left: -10%;
    width: 120%;
    height: 100%;
}.learning_profits61 .student_voice34 {
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    max-width: 1400px;
    width: 90%;
    grid-template-rows: auto auto;
    gap: 2rem;
    display: grid;
    z-index: 2;
    margin: 0 auto;
}.learning_profits61 h2 {
    position: relative;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #000000;
    grid-row: 1;
    margin-bottom: 1rem;
    grid-column: 1 / span 12;
    padding-bottom: 1.5rem;
}.learning_profits61 h2::after {
    height: 4px;
    transform: translateX(-50%);
    content: '';
    border-radius: 10px;
    bottom: 0;
    background: rgb(189,133,193);
    position: absolute;
    width: 60px;
    left: 50%;
}.learning_profits61 .text_holder47 {
    display: flex;
    grid-column: 7 / span 6;
    position: relative;
    grid-row: 2;
    flex-direction: column;
    gap: 1.5rem;
}.learning_profits61 .img_cell10 {
    transform: translateX(-5vw);
    border-radius: 0;
    min-height: 450px;
    height: 100%;
    grid-column: 1 / span 6;
    position: relative;
    z-index: 1;
    grid-row: 2;
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}.learning_profits61 .img_cell10::after {
    position: absolute;
    content: '';
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5));
    z-index: 1;
}.learning_profits61 .img_cell10::before {
    top: -10%;
    position: absolute;
    opacity: 0.3;
    background: rgb(116,88,173,0.5);
    z-index: -1;
    animation: morphBg 15s infinite alternate ease-in-out;
    width: 120%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: '';
    right: -10%;
    height: 120%;
}.learning_profits61 .text_main_holder {
    gap: 1.5rem;
    display: grid;
}.learning_profits61 .text_main_holder > div {
    align-items: flex-start;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    display: flex;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1.5rem;
    position: relative;
    background: #ffffff;
    transform: translateX(5vw);
}.learning_profits61 .text_main_holder > div:nth-child(even) {
    transform: translateX(2vw);
}.learning_profits61 .text_main_holder > div:hover {
    transform: translateX(3vw) translateY(-5px);
    box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
}.learning_profits61 .text_main_holder > div:nth-child(even):hover {
    transform: translateX(0) translateY(-5px);
}.learning_profits61 .text_main_holder > div::before {
    top: 0;
    background: rgb(189,133,193);
    content: '';
    width: 5px;
    transition: height 0.3s ease;
    position: absolute;
    left: 0;
    height: 0;
}.learning_profits61 .text_main_holder > div:hover::before {
    height: 100%;
}.learning_profits61 .text_main_holder svg {
    flex-shrink: 0;
    margin-right: 1rem;
    height: 2.5rem;
    fill: rgb(189,133,193);
    width: 2.5rem;
    transition: all 0.3s ease;
}.learning_profits61 .text_main_holder > div:hover svg {
    fill: rgb(116,88,173);
    transform: rotate(10deg);
}.learning_profits61 .text_main_holder svg path {
    fill: rgb(189,133,193);
    transition: fill 0.3s ease;
}.learning_profits61 .text_main_holder > div:hover svg path {
    fill: rgb(116,88,173);
}.learning_profits61 .text_main_holder p {
    color: #000000;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

@keyframes morphBg {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 1200px) {.learning_profits61 .img_cell10 {
    transform: translateX(-3vw);
}.learning_profits61 .text_main_holder > div {
    transform: translateX(3vw);
}.learning_profits61 .text_main_holder > div:nth-child(even) {
    transform: translateX(1vw);
}
}

@media (max-width: 992px) {.learning_profits61 .student_voice34 {
    grid-template-columns: 1fr;
    width: 85%;
}.learning_profits61 h2 {
    grid-column: 1;
}.learning_profits61 .img_cell10 {
    transform: translateX(0);
    margin-bottom: 2rem;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    grid-column: 1;
    grid-row: 2;
    height: 350px;
}.learning_profits61 .text_holder47 {
    grid-row: 3;
    grid-column: 1;
}.learning_profits61 .text_main_holder > div,
    .learning_profits61 .text_main_holder > div:nth-child(even) {
    transform: translateX(0);
}.learning_profits61 .text_main_holder > div:hover,
    .learning_profits61 .text_main_holder > div:nth-child(even):hover {
    transform: translateY(-5px);
}
}

@media (max-width: 768px) {.learning_profits61 {
    padding: 4rem 0 6rem;
}.learning_profits61 .student_voice34 {
    gap: 1.5rem;
    width: 90%;
}.learning_profits61 .img_cell10 {
    height: 300px;
}.learning_profits61 h2 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 576px) {.learning_profits61 .student_voice34 {
    width: 92%;
}.learning_profits61 .img_cell10 {
    height: 250px;
}.learning_profits61 .text_main_holder > div {
    padding: 1.2rem;
}.learning_profits61 .text_main_holder svg {
    width: 2rem;
    margin-right: 0.8rem;
    height: 2rem;
}}.company_info90 {
    position: relative;
    background: linear-gradient(145deg, rgb(209,179,207) 0%, rgb(116,88,173,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
}.company_info90::before {
    right: -10%;
    width: 50%;
    background: linear-gradient(120deg, rgb(189,133,193,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    top: -5%;
    opacity: 0.7;
    height: 70%;
    transform: rotate(-15deg);
    z-index: 1;
}.company_info90::after {
    opacity: 0.6;
    background: linear-gradient(240deg, rgb(116,88,173,0.5) 0%, transparent 80%);
    left: -10%;
    z-index: 1;
    bottom: -5%;
    position: absolute;
    height: 50%;
    width: 60%;
    transform: rotate(10deg);
    content: "";
}.company_info90 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
}.company_info90 h1 {
    font-size: 48px;
    color: #000000;
    transform: translateX(-0.5rem);
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 1rem;
    font-weight: 700;
    margin-bottom: 3rem;
}.company_info90 h1::after {
    position: absolute;
    transform-origin: left;
    content: "";
    width: 6rem;
    background: linear-gradient(90deg, rgb(189,133,193) 0%, rgb(116,88,173) 100%);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: 0;
    transform: scaleX(1);
    left: 0;
    height: 3px;
}.company_info90 h1:hover::after {
    transform: scaleX(1.5);
}.company_info90 .study_sessions13 {
    position: relative;
}.company_info90 .study_sessions13 ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    list-style: none;
    gap: 3rem;
}.company_info90 .instructor_bio30 {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 2.5rem;
    transform: translateY(0);
    border-radius: 2px;
}.company_info90 .instructor_bio30::before {
    content: "";
    transition: height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(to bottom, rgb(189,133,193), rgb(116,88,173));
    top: 0;
    position: absolute;
}.company_info90 .instructor_bio30:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.company_info90 .instructor_bio30:hover::before {
    height: 100%;
}.company_info90 .instructor_bio30 h4 {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    font-weight: 600;
    transform: translateX(0);
    font-size: calc(24px * 1.2);
    color: rgb(189,133,193);
    position: relative;
}.company_info90 .instructor_bio30:hover h4 {
    transform: translateX(0.5rem);
}.company_info90 .instructor_bio30 h4::after {
    background: rgb(116,88,173,0.5);
    position: absolute;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    left: 0;
    height: 2px;
    bottom: 0;
    width: 3rem;
    transform-origin: left;
}.company_info90 .instructor_bio30:hover h4::after {
    width: 5rem;
}.company_info90 .instructor_bio30 div {
    font-size: 12px;
    color: #000000;
    padding-right: 0.5rem;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    overflow-y: auto;
    max-height: 300px;
}.company_info90 .instructor_bio30 div::-webkit-scrollbar {
    width: 4px;
}.company_info90 .instructor_bio30 div::-webkit-scrollbar-track {
    background: rgb(209,179,207);
    border-radius: 10px;
}.company_info90 .instructor_bio30 div::-webkit-scrollbar-thumb {
    background: rgb(116,88,173,0.5);
    border-radius: 10px;
}.company_info90 .instructor_bio30 div::-webkit-scrollbar-thumb:hover {
    background: rgb(116,88,173);
}

@media (min-width: 768px) {.company_info90 {
    padding: 7rem 0;
}.company_info90 .container {
    padding: 0 4rem;
}.company_info90 h1 {
    margin-bottom: 4rem;
    font-size: calc(48px * 1.2);
}.company_info90 .study_sessions13 ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.company_info90 .instructor_bio30 {
    flex-direction: column;
    display: flex;
    height: 500px;
}.company_info90 .instructor_bio30 div {
    overflow-y: auto;
    flex-grow: 1;
    max-height: none;
}
}

@media (min-width: 1200px) {.company_info90 {
    padding: 8rem 0;
}.company_info90 .container {
    padding: 0 2rem;
}.company_info90 .study_sessions13 ul {
    gap: 3rem;
}.company_info90 .instructor_bio30 {
    padding: 3rem;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}.company_info90 .instructor_bio30:first-child:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.company_info90 .instructor_bio30:last-child:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-5px);
}.company_info90 .instructor_bio30 h4 {
    font-size: calc(24px * 1.4);
}
}

@media (max-width: 767px) {.company_info90 {
    padding: 4rem 0;
}.company_info90 .container {
    padding: 0 1.5rem;
}.company_info90 h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 2.5rem;
}.company_info90 .study_sessions13 ul {
    gap: 2rem;
}.company_info90 .instructor_bio30 {
    padding: 1.5rem;
}.company_info90 .instructor_bio30 h4 {
    margin-bottom: 1rem;
    font-size: 24px;
}.company_info90 .instructor_bio30 div {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
    max-height: 200px;
}}.title_opener15 {
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(209,179,207) 40%, rgb(189,133,193,0.5) 100%);
    position: relative;
    display: flex;
    overflow: hidden;
}.title_opener15::before {
    animation: gradientShift 12s ease-in-out infinite alternate;
    background: linear-gradient(145deg, rgb(116,88,173,0.5) 0%, rgb(189,133,193) 100%);
    transform: rotate(-15deg);
    right: -10%;
    height: 140%;
    width: 60%;
    position: absolute;
    content: "";
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    top: -30%;
    z-index: 1;
}.title_opener15::after {
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%);
    width: 40%;
    transform: rotate(25deg);
    height: 60%;
    left: -5%;
    bottom: -10%;
    content: "";
    position: absolute;
    background: rgb(116,88,173);
    z-index: 1;
    opacity: 0.07;
}.title_opener15 .learn_main54 {
    width: 88%;
    margin: 0 auto;
    padding: 2rem;
    max-width: 1200px;
    transform: translateY(-2vh);
    z-index: 2;
    position: relative;
}.title_opener15 .learn_main54 > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}.title_opener15 h3 {
    animation: slideInLeft 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: calc(23px * 1.05);
    line-height: 1.4;
    margin-bottom: 1rem;
    font-weight: 600;
    transform: translateX(-20px);
    padding-left: 2rem;
    opacity: 0;
    color: #000000;
}.title_opener15 h3::before {
    top: 0.5rem;
    background: rgb(116,88,173);
    content: "";
    height: 75%;
    left: 0;
    animation: scaleDown 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s forwards;
    transform: scaleY(0);
    position: absolute;
    width: 6px;
    transform-origin: top;
}.title_opener15 .learning_dna13 {
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    border-radius: 13px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 0 5px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease-out;
    position: relative;
    overflow: hidden;
}.title_opener15 .learning_dna13:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.title_opener15 .learning_dna13::before {
    z-index: 1;
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.7)
  );
}.title_opener15 .learning_dna13::after {
    height: 200%;
    position: absolute;
    background: linear-gradient(
    45deg,
    transparent 65%,
    rgba(255, 255, 255, 0.08) 67%,
    rgba(255, 255, 255, 0.12) 69%,
    transparent 71%
  );
    width: 200%;
    content: "";
    pointer-events: none;
    left: -50%;
    top: -50%;
    z-index: 2;
    animation: shimmer 5s linear infinite;
}.title_opener15 .learning_dna13 > div {
    min-height: 360px;
    position: relative;
    padding: 4rem 3rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}.title_opener15 .learning_dna13 p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    margin-bottom: 1.5rem;
    font-size: calc(17px * 1.1);
    font-weight: 400;
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s forwards;
    color: #ffffff;
    max-width: 90%;
    transform: translateY(15px);
}.title_opener15 .title_style_header {
    font-size: calc(39px * 1.1);
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s forwards;
    margin-top: 1rem;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transform: translateY(20px);
    opacity: 0;
}.title_opener15 .title_style_header::after {
    content: "";
    left: 0;
    bottom: -1rem;
    height: 4px;
    background: rgb(116,88,173);
    position: absolute;
    transform-origin: left;
    width: 8rem;
    transform: scaleX(0);
    animation: scaleRight 1s cubic-bezier(0.19, 1, 0.22, 1) 1.8s forwards;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@keyframes scaleDown {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes scaleRight {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

@keyframes gradientShift {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.7;
  }
}

@media (min-width: 768px) {.title_opener15 .learn_main54 > div {
    grid-template-columns: 1fr 2fr;
    align-items: center;
}.title_opener15 h3 {
    font-size: 23px;
    padding-left: 2.5rem;
}.title_opener15 .learning_dna13 {
    transform: perspective(1200px) rotateX(3deg) rotateY(-2deg);
}.title_opener15 .learning_dna13 > div {
    min-height: 450px;
    padding: 5rem 4rem;
}.title_opener15 .learning_dna13 p {
    font-size: calc(17px * 1.2);
    max-width: 80%;
}.title_opener15 .title_style_header {
    font-size: calc(39px * 1.2);
}
}

@media (min-width: 992px) {.title_opener15 .learn_main54 {
    width: 90%;
}.title_opener15 h3 {
    font-size: calc(23px * 1.1);
}.title_opener15 .learning_dna13 {
    transform: perspective(1500px) rotateX(4deg) rotateY(-3deg);
}.title_opener15 .learning_dna13 > div {
    padding: 6rem 5rem;
    min-height: 500px;
}.title_opener15 .learning_dna13 p {
    margin-bottom: 2rem;
    font-size: calc(17px * 1.3);
}.title_opener15 .title_style_header {
    font-size: calc(39px * 1.3);
}.title_opener15 .title_style_header::after {
    width: 10rem;
    height: 5px;
}
}

@media (max-width: 767px) {.title_opener15 {
    padding: 5rem 0;
    min-height: auto;
}.title_opener15::before {
    width: 80%;
    top: -20%;
}.title_opener15 .learn_main54 {
    padding: 1rem;
    width: 92%;
}.title_opener15 h3 {
    padding-left: 1.5rem;
    font-size: calc(16px * 1.15);
}.title_opener15 h3::before {
    width: 4px;
}.title_opener15 .learning_dna13 > div {
    padding: 3rem 2rem;
    min-height: 300px;
}.title_opener15 .learning_dna13 p {
    margin-bottom: 1rem;
    font-size: 17px;
    max-width: 100%;
}.title_opener15 .title_style_header {
    font-size: calc(36px * 1.1);
}.title_opener15 .title_style_header::after {
    width: 6rem;
    height: 3px;
}
}

@media (max-width: 480px) {.title_opener15 {
    padding: 4rem 0;
}.title_opener15 .learn_main54 {
    padding: 0.5rem;
    width: 94%;
}.title_opener15 h3 {
    font-size: 16px;
    padding-left: 1.25rem;
}.title_opener15 .learning_dna13 > div {
    padding: 2.5rem 1.5rem;
    min-height: 280px;
}.title_opener15 .title_style_header {
    font-size: 36px;
}}.client_opinions83 {
    overflow: hidden;
    background: linear-gradient(to right, rgb(209,179,207), #ffffff);
    padding: 100px 0 120px;
    position: relative;
}.client_opinions83::before {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(189,133,193,0.5) 0,
        rgb(189,133,193,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}.client_opinions83 .student_voice34 {
    z-index: 1;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
}.client_opinions83 h4 {
    display: block;
    transform: skewY(0);
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    font-size: 41px;
    color: #000000;
    font-weight: 700;
}.client_opinions83 h4::after {
    left: -10%;
    transform: skewX(0);
    content: "";
    position: absolute;
    height: 10px;
    background: rgb(189,133,193);
    bottom: -20px;
    width: 120%;
}.client_opinions83 .edu_ratings50 {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
}.client_opinions83 .user_quotes87 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    margin: 0 20px 40px;
    display: flex;
    padding: 30px 0;
    width: calc(33.333% - 40px);
    transform: translateY(0);
    flex-direction: column;
}.client_opinions83 .user_quotes87:hover {
    transform: translateY(-15px);
}.client_opinions83 .user_quotes87::before {
    background: rgb(189,133,193);
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    position: absolute;
    transition: height 0.5s ease;
    height: 0;
}.client_opinions83 .user_quotes87:hover::before {
    height: 100%;
}.client_opinions83 .user_quotes87::after {
    height: 2px;
    bottom: 0;
    left: 0;
    transition: width 0.5s ease 0.2s;
    content: "";
    width: 0;
    position: absolute;
    background: rgb(189,133,193);
}.client_opinions83 .user_quotes87:hover::after {
    width: 100%;
}.client_opinions83 .img_cell10 {
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    height: 80px;
    transform: rotate(-3deg);
    border-radius: 13px;
    box-shadow: 5px 5px 0 rgb(116,88,173,0.5);
    position: relative;
    width: 80px;
}.client_opinions83 .user_quotes87:hover .img_cell10 {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(116,88,173,0.5);
}.client_opinions83 .user_quotes87 span {
    margin: 10px 0;
    transform: translateX(0);
    font-size: calc(16px * 1.1);
    transition: transform 0.3s ease;
    color: #000000;
    position: relative;
    padding-left: 15px;
    font-weight: 600;
}.client_opinions83 .user_quotes87:hover span {
    transform: translateX(10px);
    color: rgb(189,133,193);
}.client_opinions83 .user_quotes87 p {
    border-left: 1px dashed rgb(116,88,173,0.5);
    transition: border-left-color 0.3s ease;
    color: #000000;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    margin-top: 15px;
    padding-left: 15px;
}.client_opinions83 .user_quotes87:hover p {
    border-left-color: rgb(189,133,193);
}.client_opinions83 .user_quotes87:nth-child(3n+1) {
    transform: translateY(20px);
}.client_opinions83 .user_quotes87:nth-child(3n+2) {
    transform: translateY(40px);
}.client_opinions83 .user_quotes87:nth-child(3n+1):hover {
    transform: translateY(5px);
}.client_opinions83 .user_quotes87:nth-child(3n+2):hover {
    transform: translateY(25px);
}

@media (max-width: 1024px) {.client_opinions83 .user_quotes87 {
    width: calc(50% - 40px);
}.client_opinions83 .user_quotes87:nth-child(2n+1) {
    transform: translateY(20px);
}.client_opinions83 .user_quotes87:nth-child(2n+2) {
    transform: translateY(40px);
}.client_opinions83 .user_quotes87:nth-child(2n+1):hover {
    transform: translateY(5px);
}.client_opinions83 .user_quotes87:nth-child(2n+2):hover {
    transform: translateY(25px);
}.client_opinions83 h4 {
    font-size: calc(41px * 0.9);
}
}

@media (max-width: 768px) {.client_opinions83 {
    padding: 70px 0 90px;
}.client_opinions83 .user_quotes87 {
    transform: translateY(0) !important;
    width: 100%;
    margin: 0 0 50px;
}.client_opinions83 .user_quotes87:hover {
    transform: translateY(-10px) !important;
}.client_opinions83 h4 {
    font-size: calc(41px * 0.8);
}.client_opinions83 h4::after {
    transform: skewX(0);
    width: 80%;
    left: 10%;
}}.secure_depot16 {
    padding: 40px;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    color: #000000;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
    position: relative;
}.secure_depot16:before, .secure_depot16:after {
    transform-origin: center;
    height: 100%;
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    content: "";
    background: linear-gradient(45deg, rgb(189,133,193,0.5), rgb(116,88,173,0.5));
    width: 100%;
    transform: rotate(45deg) translate(-50%, -50%);
    pointer-events: none;
    top: 0;
    left: 0;
}.secure_depot16 h1 {
    font-size: 45px;
    z-index: 1;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(189,133,193);
    position: relative;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #000000;
}.secure_depot16 h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(116,88,173,0.5);
    z-index: 1;
    font-size: 32px;
    color: rgb(116,88,173);
    position: relative;
}.secure_depot16 ul, .secure_depot16 ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}.secure_depot16 li {
    padding-left: 30px;
    line-height: 1.6;
    counter-increment: list-counter;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
}.secure_depot16 li:before {
    position: absolute;
    content: counter(list-counter, decimal-leading-zero);
    top: 0;
    font-size: 17px;
    color: rgb(189,133,193);
    font-weight: 700;
    left: 0;
}.secure_depot16 div {
    padding: 20px;
    line-height: 1.8;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}.secure_depot16 .container {
    z-index: 1;
    position: relative;
}.secure_depot16 h3, .secure_depot16 h4, .secure_depot16 h5, .secure_depot16 h6 {
    z-index: 1;
    font-size: 19px;
    color: rgb(189,133,193);
    margin-top: 20px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    margin-bottom: 10px;
}.secure_depot16 p, .secure_depot16 span {
    color: #000000;
    font-size: 16px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 10px;
    z-index: 1;
}.secure_depot16 a {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgb(116,88,173);
    text-decoration: none;
    color: rgb(116,88,173);
    font-weight: 600;
}.secure_depot16 a:hover {
    border-bottom: 1px solid rgb(189,133,193);
    color: rgb(189,133,193);
}.secure_depot16 button {
    cursor: pointer;
    padding: 15px 30px;
    text-transform: uppercase;
    border-radius: 10px;
    color: #ffffff;
    background: rgb(189,133,193);
    font-weight: 700;
    border: none;
    font-size: 17px;
    z-index: 1;
    position: relative;
}.secure_depot16 button:hover {
    background: rgb(116,88,173);
}

@media only screen and (max-width: 800px) {.secure_depot16 {
    padding: 20px;
    width: 95%;
}.secure_depot16 h1 {
    font-size: calc(19px - 5px);
}.secure_depot16 h2 {
    font-size: calc(19px - 3px);
}.secure_depot16 ul, .secure_depot16 ol {
    padding-left: 10px;
}.secure_depot16 li {
    padding-left: 20px;
}.secure_depot16 button {
    padding: 10px 20px;
}}footer {
    width: 100%;
    z-index: 1;
    position: relative;
}.proposal_cta58 {
    padding: 80px 0 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, #000000, rgb(116,88,173));
}.proposal_cta58::before {
    pointer-events: none;
    background: radial-gradient(circle at 10% 20%, rgb(116,88,173,0.5) 0%, transparent 50%);
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
}.proposal_cta58::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    animation: shiftGradient 15s infinite linear;
    content: "";
    background: linear-gradient(45deg, transparent 40%, rgb(189,133,193,0.5) 70%, transparent 100%);
    pointer-events: none;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.proposal_cta58 .container {
    position: relative;
    z-index: 2;
}footer .donate_books83 {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .edu_faq63 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    gap: 20px;
    flex-wrap: wrap;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 25px;
    display: flex;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 23px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}footer .edu_faq63:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    flex: 1 1 220px;
    display: flex;
    align-items: center;
}footer .info_item svg {
    fill: rgb(189,133,193);
    filter: drop-shadow(0 0 3px rgb(189,133,193,0.5));
    transition: transform 0.3s ease;
    width: 20px;
    margin-right: 12px;
    height: 20px;
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    transition: color 0.3s ease;
    color: #ffffff;
    align-items: center;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
}footer .info_item a:hover {
    color: rgb(189,133,193);
    text-shadow: 0 0 8px rgb(189,133,193,0.5);
}footer .text_main_holder {
    margin-top: 20px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .head_teach85 {
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .head_teach85 svg {
    transition: filter 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(189,133,193,0.5));
    margin-bottom: 10px;
    height: 50px;
    width: auto;
}footer .head_teach85:hover svg {
    filter: drop-shadow(0 0 8px rgb(189,133,193));
}footer .glossary45 {
    font-size: 15px;
    opacity: 0.8;
    line-height: 1.5;
    max-width: 300px;
    color: #ffffff;
}footer .head_expert30 {
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px;
    transition: box-shadow 0.3s ease;
    position: relative;
    border-radius: 23px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.03);
}footer .head_expert30:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .head_expert30::before {
    transition: opacity 0.5s ease;
    z-index: -1;
    border-radius: calc(23px + 2px);
    background: linear-gradient(45deg, rgb(189,133,193), transparent, rgb(116,88,173), transparent);
    top: -2px;
    position: absolute;
    bottom: -2px;
    left: -2px;
    right: -2px;
    opacity: 0;
    content: "";
}footer .head_expert30:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .head_expert30 h5 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
}footer .head_expert30 h5::after {
    background: rgb(189,133,193);
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    transition: width 0.3s ease;
    bottom: -1px;
}footer .head_expert30:hover h5::after {
    width: 100px;
}footer .top_start04 {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}footer .top_start04 a {
    transition: color 0.3s ease, padding-left 0.3s ease;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    padding-left: 15px;
    font-size: calc(17px - 1px);
    font-weight: 400;
}footer .top_start04 a::before {
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    opacity: 0.7;
    top: 50%;
    background-color: rgb(189,133,193);
    border-radius: 50%;
    width: 6px;
    content: "";
    position: absolute;
    left: 0;
    height: 6px;
    transform: translateY(-50%) scale(0.8);
}footer .top_start04 a:hover {
    color: rgb(189,133,193);
    padding-left: 20px;
}footer .top_start04 a:hover::before {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 5px rgb(189,133,193), 0 0 10px rgb(189,133,193,0.5);
    opacity: 1;
    background-color: rgb(189,133,193);
}footer .subscribe_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 23px;
    background: linear-gradient(135deg, rgb(116,88,173,0.5), #000000);
    overflow: hidden;
    position: relative;
    padding: 30px;
}footer .subscribe_holder::before {
    content: "";
    animation: pulseBackground 10s infinite ease-in-out;
    position: absolute;
    left: -50%;
    width: 200%;
    height: 200%;
    top: -50%;
    z-index: -1;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
}footer .subscribe_holder h5::after {
    bottom: -5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(189,133,193), transparent);
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
}footer .subscribe_holder p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 17px;
    color: #ffffff;
    opacity: 0.9;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    position: relative;
    display: flex;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    font-size: 17px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(189,133,193);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgb(189,133,193,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .subscribe_title56 {
    border: none;
    display: inline-block;
    position: relative;
    background: rgb(189,133,193);
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    font-size: 18px;
    padding: 14px 24px;
    color: #ffffff;
    font-weight: 600;
}footer .subscribe_title56::before {
    top: 0;
    left: -100%;
    height: 100%;
    content: "";
    transition: left 0.7s ease;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}footer .subscribe_title56:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background: rgb(116,88,173);
}footer .subscribe_title56:hover::before {
    left: 100%;
}footer .brainstorm20 {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .patent_info16 {
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 15px;
    opacity: 0.7;
    color: #ffffff;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe_title56 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .donate_books83 {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .edu_faq63 {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .proposal_cta58 {
    padding: 60px 0 30px;
}footer .edu_faq63 {
    gap: 15px;
    padding: 20px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
}footer .head_expert30, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .head_expert30 h5 {
    font-size: calc(20px - 2px);
}footer .subscribe_holder p, footer .top_start04 a {
    font-size: calc(17px - 2px);
}footer .brainstorm20 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .proposal_cta58 {
    padding: 40px 0 20px;
}footer .edu_faq63, footer .head_expert30, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .subscribe_title56 {
    padding: 12px;
}footer .head_teach85 svg {
    height: 40px;
}footer .glossary45 {
    font-size: calc(15px - 1px);
}}.connect_with_us72 {
    padding: 70px 0;
    background: rgb(209,179,207);
    position: relative;
    overflow: hidden;
}.connect_with_us72::before {
    width: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    top: 0;
    content: "";
    position: absolute;
    z-index: 0;
    height: 100%;
    left: 0;
}.connect_with_us72 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}.connect_with_us72 h2 {
    color: rgb(116,88,173);
    font-size: 29px;
    position: relative;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}.connect_with_us72 h2::after {
    left: 50%;
    bottom: -15px;
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    width: 60px;
    content: "";
    background: rgb(189,133,193);
}.connect_with_us72 .feedback_form15 {
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    border-radius: 24px;
    display: grid;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    gap: 0;
}.connect_with_us72 .img_cell10 {
    grid-column: 2;
    border-top-right-radius: 24px;
    min-height: 500px;
    grid-row: 1;
    transition: transform 0.6s ease;
    height: 100%;
    border-bottom-right-radius: 24px;
}.connect_with_us72 .help_query39 {
    background: #ffffff;
    grid-column: 1;
    padding: 50px 40px;
    grid-row: 1;
}.connect_with_us72 #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.connect_with_us72 h3 {
    color: rgb(189,133,193);
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: 600;
}.connect_with_us72 input[type="text"] {
    border: 1px solid rgb(209,179,207);
    font-size: 17px;
    padding: 15px 20px;
    background: #ffffff;
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
}.connect_with_us72 input[type="text"]:focus {
    outline: none;
    border-color: rgb(189,133,193);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}.connect_with_us72 input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.connect_with_us72 .connect_box39 {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    margin-top: 10px;
}.connect_with_us72 .connect_box39 input[type="checkbox"] {
    border: 2px solid rgb(209,179,207);
    flex-shrink: 0;
    width: 24px;
    margin-top: 2px;
    height: 24px;
    appearance: none;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
}.connect_with_us72 .connect_box39 input[type="checkbox"]:checked {
    border-color: rgb(189,133,193);
    background: rgb(189,133,193);
}.connect_with_us72 .connect_box39 input[type="checkbox"]:checked::after {
    top: 50%;
    content: "✓";
    color: #ffffff;
    position: absolute;
    left: 50%;
    font-size: 16px;
    transform: translate(-50%, -50%);
}.connect_with_us72 .connect_box39 label {
    color: #000000;
    line-height: 1.5;
    font-size: 17px;
}.connect_with_us72 .connect_box39 a {
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(189,133,193);
}.connect_with_us72 .connect_box39 a:hover {
    color: rgb(116,88,173);
}.connect_with_us72 .request_reach92 {
    position: relative;
    letter-spacing: 1px;
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 15px 35px;
    align-self: flex-start;
    overflow: hidden;
    margin-top: 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background: rgb(189,133,193);
}.connect_with_us72 .request_reach92::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    height: 100%;
    left: -100%;
    width: 100%;
    top: 0;
    content: "";
    transition: all 0.6s ease;
}.connect_with_us72 .request_reach92:hover {
    background: rgb(116,88,173);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.connect_with_us72 .request_reach92:hover::before {
    left: 100%;
}.connect_with_us72 svg {
    fill: rgb(189,133,193);
    height: 22px;
    width: 22px;
    vertical-align: middle;
    margin-right: 10px;
}.connect_with_us72 svg path {
    fill: rgb(189,133,193);
}

@media (max-width: 992px) {.connect_with_us72 .feedback_form15 {
    grid-template-columns: 1fr;
}.connect_with_us72 .img_cell10 {
    border-radius: 0;
    min-height: 300px;
    grid-row: 1;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    grid-column: 1;
}.connect_with_us72 .help_query39 {
    padding: 40px 30px;
    grid-row: 2;
    grid-column: 1;
}
}

@media (max-width: 768px) {.connect_with_us72 {
    padding: 50px 0;
}.connect_with_us72 h2 {
    margin-bottom: 30px;
    font-size: calc(29px - 4px);
}.connect_with_us72 .help_query39 {
    padding: 30px 25px;
}.connect_with_us72 .img_cell10 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.connect_with_us72 {
    padding: 40px 0;
}.connect_with_us72 .container {
    padding: 0 15px;
}.connect_with_us72 h2::after {
    width: 40px;
}.connect_with_us72 .help_query39 {
    padding: 25px 20px;
}.connect_with_us72 #contact {
    gap: 20px;
}.connect_with_us72 .request_reach92 {
    padding: 14px 20px;
    width: 100%;
}.connect_with_us72 .img_cell10 {
    min-height: 200px;
}}.thxPage20 {
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(209,179,207) 0%, rgb(116,88,173,0.5) 100%);
}.thxPage20::before {
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(189,133,193,0.5) 0%, transparent 50%);
    height: 100%;
}.thxPage20::after {
    opacity: 0.15;
    transform: rotate(-15deg);
    z-index: 0;
    bottom: -5rem;
    width: 15rem;
    right: -5rem;
    height: 15rem;
    background: linear-gradient(225deg, rgb(116,88,173) 0%, transparent 70%);
    content: "";
    position: absolute;
}.thxPage20 .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.thxPage20 .student_voice34 {
    display: flex;
    transform: translateX(-20px);
    gap: 2.5rem;
    opacity: 0;
    flex-direction: column;
    position: relative;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.thxPage20 .student_voice34 > div:first-child {
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    transition: transform 0.5s ease;
}.thxPage20 .student_voice34 > div:first-child::before {
    content: "";
    top: 50%;
    width: 0.5rem;
    transform: translateY(-50%);
    left: -2rem;
    background: rgb(189,133,193);
    height: 50%;
    position: absolute;
}.thxPage20 .student_voice34 > div:last-child {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    position: relative;
    transform: translateY(15px);
    padding: 2.5rem;
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}.thxPage20 .student_voice34 > div:last-child::after {
    height: 4px;
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    position: absolute;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    bottom: 0;
    transform-origin: left;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(189,133,193), rgb(116,88,173));
    left: 0;
}.thxPage20 h5 {
    margin: 0;
    position: relative;
    font-size: 21px;
    padding-left: 1rem;
    transform: translateY(0);
    transition: transform 0.4s ease;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
}.thxPage20 p {
    position: relative;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: 15px;
}.thxPage20 a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.thxPage20 a:hover {
    transform: translateY(-5px);
}.thxPage20 a:hover p {
    color: rgb(189,133,193);
}.thxPage20 a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(189,133,193,0.5);
}

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

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

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.thxPage20 {
    padding: 6rem 0;
}.thxPage20 .student_voice34 {
    gap: 3.5rem;
}.thxPage20 .student_voice34 > div:first-child::before {
    width: 0.6rem;
    height: 70%;
}.thxPage20 h5 {
    font-size: calc(21px * 1.2);
    padding-left: 1.5rem;
}.thxPage20 .student_voice34 > div:last-child {
    max-width: 90%;
    padding: 3rem;
    margin-left: 3rem;
}
}

@media (min-width: 992px) {.thxPage20 {
    padding: 8rem 0;
}.thxPage20 .container {
    padding: 0 2rem;
}.thxPage20 .student_voice34 {
    gap: 4rem;
}.thxPage20 .student_voice34 > div:first-child {
    padding-left: 2rem;
}.thxPage20 .student_voice34 > div:first-child::before {
    left: 0;
    width: 0.7rem;
}.thxPage20 h5 {
    padding-left: 2rem;
    font-size: calc(21px * 1.4);
}.thxPage20 .student_voice34 > div:last-child {
    margin-left: 6rem;
    max-width: 80%;
    padding: 4rem;
}.thxPage20 p {
    line-height: 1.9;
    font-size: calc(15px * 1.1);
}
}

@media (min-width: 1200px) {.thxPage20 .student_voice34 > div:last-child {
    padding: 4.5rem;
    max-width: 75%;
    margin-left: 8rem;
}.thxPage20 h5 {
    font-size: calc(21px * 1.5);
}
}

@media (max-width: 767px) {.thxPage20 {
    padding: 3rem 0;
}.thxPage20 .student_voice34 > div:first-child::before {
    width: 0.4rem;
    left: -1rem;
}.thxPage20 h5 {
    font-size: calc(21px * 0.9);
    padding-left: 0.75rem;
}.thxPage20 .student_voice34 > div:last-child {
    padding: 1.75rem;
}}header .head_section12 {
    overflow: visible;
    display: flex;
    width: 100%;
    left: 0;
    z-index: 100;
    position: relative;
    background: linear-gradient(135deg, rgb(189,133,193,0.5) 0%, rgb(116,88,173) 100%);
    justify-content: space-between;
    border-bottom-right-radius: 0;
    align-items: center;
    padding: 1.5rem 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 25px;
}header .head_section12 .head_teach85 {
    z-index: 2;
    transform: skewX(5deg);
    position: relative;
}header .head_section12 .head_teach85 .main_primary24 {
    display: block;
    transition: transform 0.3s ease-in-out;
}header .head_section12 .head_teach85 .main_primary24:hover {
    transform: translateY(-8px) rotate(0deg);
}header .head_section12 .head_teach85 svg {
    height: auto;
    width: 80px;
}header .head_section12 .head_expert30 {
    padding: 0;
    display: flex;
    gap: 1rem;
    list-style: none;
    margin: 0;
    position: relative;
}header .head_section12 .head_expert30::before {
    content: "";
    height: calc(100% + 20px);
    left: -20px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    top: -10px;
    width: calc(100% + 40px);
    border-radius: 10px;
    opacity: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(189,133,193,0.5) 100%);
    z-index: -1;
}header .head_section12 .header_mentor41 {
    transition: transform 0.3s ease;
    position: relative;
}header .head_section12 .header_mentor41 a {
    font-size: 17px;
    font-weight: 600;
    display: block;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    padding: 0.5rem 1rem;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
}header .head_section12 .header_mentor41 a::before {
    position: absolute;
    transition: transform 0.3s ease;
    transform-origin: right;
    bottom: 0;
    content: "";
    background: rgb(116,88,173);
    left: 0;
    height: 2px;
    transform: scaleX(0) rotate(-2deg);
    width: 100%;
}header .head_section12 .header_mentor41 a:hover {
    color: rgb(116,88,173);
}header .head_section12 .header_mentor41 a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

@media (max-width: 992px) {header .head_section12 {
    transform: skewX(0);
    margin-left: calc(-50vw + 50%);
    padding: 1rem;
    flex-direction: column;
    width: 100vw;
    box-sizing: border-box;
}header .head_section12 .head_teach85 {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .head_section12 .head_expert30 {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    transform: skewX(0);
}header .head_section12 .head_expert30::before {
    transform: skewX(0);
}header .head_section12 .head_expert30:hover::before {
    transform: skewX(0);
}header .head_section12 .header_mentor41 {
    margin: 0.25rem;
}header .head_section12 .header_mentor41:nth-child(odd),
  header .head_section12 .header_mentor41:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .head_section12 {
    padding: 0.75rem;
}header .head_section12 .head_expert30 {
    align-items: center;
    flex-direction: column;
}header .head_section12 .header_mentor41 {
    text-align: center;
    width: 100%;
}header .head_section12 .head_teach85 svg {
    width: 100px;
}}.education_history07 {
    background: linear-gradient(135deg, rgb(209,179,207) 0%, #ffffff 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.education_history07::before {
    content: "";
    opacity: 0.4;
    right: -5%;
    filter: blur(40px);
    width: 30%;
    height: 80%;
    position: absolute;
    z-index: 0;
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgb(116,88,173,0.5) 0%, rgb(189,133,193,0.5) 100%);
    top: -10%;
}.education_history07::after {
    transform: rotate(10deg);
    left: -5%;
    content: "";
    bottom: -10%;
    background: linear-gradient(-45deg, rgb(189,133,193,0.5) 0%, rgb(116,88,173,0.5) 100%);
    height: 70%;
    width: 40%;
    z-index: 0;
    position: absolute;
    opacity: 0.3;
    filter: blur(50px);
}.education_history07 .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
}.education_history07 .user_quotes87 {
    display: grid;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    gap: 2rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(-2deg);
    background: rgba(255, 255, 255, 0.85);
    border-left: 4px solid rgb(116,88,173);
    padding: 2rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.education_history07 .user_quotes87:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.education_history07 .img_cell10 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    border-radius: 10px;
    width: 180px;
    height: 180px;
    transform: rotate(-3deg);
    transition: all 0.4s ease-out;
    position: relative;
}.education_history07 .img_cell10:hover {
    transform: rotate(0deg) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.education_history07 .img_cell10::after {
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 10px;
    border-radius: 5px;
    top: 10px;
    content: "";
    bottom: 10px;
    right: 10px;
    pointer-events: none;
}.education_history07 .name {
    color: #000000;
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
}.education_history07 .name::after {
    background: linear-gradient(90deg, rgb(116,88,173) 0%, transparent 100%);
    width: 40%;
    bottom: -5px;
    transition: width 0.3s ease;
    height: 3px;
    content: "";
    left: 0;
    position: absolute;
}.education_history07 .user_quotes87:hover .name::after {
    width: 70%;
}.education_history07 .exp_achievements84 {
    position: relative;
    margin: 0;
    color: #000000;
    padding-left: 1.5rem;
    font-size: 16px;
    line-height: 1.7;
    border-left: 2px solid rgb(116,88,173,0.5);
}.education_history07 .exp_achievements84::before {
    color: rgb(116,88,173,0.5);
    top: -20px;
    opacity: 0.3;
    font-size: 5rem;
    position: absolute;
    font-family: serif;
    content: "";
    left: -10px;
}

@media (min-width: 768px) {.education_history07 {
    padding: 7rem 0;
}.education_history07 .user_quotes87 {
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
    padding: 3rem;
    gap: 2.5rem;
}.education_history07 .user_quotes87 > div:nth-child(1) {
    grid-row: 1 / 3;
}.education_history07 .img_cell10 {
    height: 280px;
    margin: 0;
    width: 220px;
}.education_history07 .exp_achievements84 {
    padding-left: 2rem;
    font-size: calc(16px + 0.1rem);
}
}

@media (min-width: 992px) {.education_history07 .user_quotes87 {
    grid-template-columns: 300px 1fr;
    gap: 3rem;
    padding: 4rem;
}.education_history07 .img_cell10 {
    width: 280px;
    height: 350px;
}.education_history07 .name {
    font-size: calc(18px + 0.2rem);
}.education_history07 .exp_achievements84 {
    padding-left: 2.5rem;
    line-height: 1.8;
    font-size: calc(16px + 0.2rem);
}
}

@media (min-width: 1200px) {.education_history07 .container {
    padding: 0 2rem;
}.education_history07 .user_quotes87 {
    grid-template-columns: 350px 1fr;
    gap: 4rem;
    padding: 5rem;
    transform: perspective(1500px) rotateY(-3deg);
}.education_history07 .img_cell10 {
    height: 400px;
    width: 320px;
}
}

@media (max-width: 767px) {.education_history07 .user_quotes87 > div:nth-child(2) {
    text-align: center;
}.education_history07 .name::after {
    transform: translateX(-50%);
    left: 50%;
}.education_history07 .exp_achievements84 {
    text-align: left;
    padding: 1.5rem;
}
}