﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.main_edu {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1144px;
}.wrapping-container {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}html,body {
    color: #000000;
    auto
contain
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.webinar_cta {
    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;
}}
.take_a_spin {
    padding: 120px 0;
    position: relative;
    background-size: 200% 200%;
    animation: gradientFlow 15s ease infinite;
    background: linear-gradient(130deg, rgb(206,183,202) 0%, rgb(183,130,174) 50%, rgb(206,183,202) 100%);
    overflow: hidden;
    z-index: 1;
}.take_a_spin::before {
    z-index: -1;
    content: '';
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 10deg,
            rgba(255, 255, 255, 0.03) 10deg,
            rgba(255, 255, 255, 0.03) 20deg
        );
    left: 0;
    top: 0;
    animation: rotateQuantum 30s linear infinite;
    width: 100%;
    position: absolute;
    height: 100%;
}.take_a_spin::after {
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    height: 200%;
    left: -50%;
    top: -50%;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    width: 200%;
    content: '';
    animation: pulseRadial 10s ease-in-out infinite alternate;
}.take_a_spin .knowledge_study {
    border-radius: 12px;
    padding: 60px 40px;
    max-width: 1000px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    z-index: 2;
    backdrop-filter: blur(10px);
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    display: flex;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.take_a_spin .knowledge_study::before {
    content: '';
    animation: pulseGrid 4s linear infinite alternate;
    background-size: 40px 40px;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%),
        linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%);
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    top: 0;
    left: 0;
}.take_a_spin .knowledge_study::after {
    height: 200%;
    content: '';
    animation: rotateQuantumGradient 20s linear infinite;
    z-index: -1;
    opacity: 0.1;
    width: 200%;
    top: -50%;
    left: -50%;
    position: absolute;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(206,183,202,0.5) 0deg,
        rgb(183,130,174,0.5) 120deg,
        rgb(206,183,202,0.5) 240deg,
        rgb(183,130,174,0.5) 360deg
    );
}.take_a_spin h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    animation: floatTitle 6s ease-in-out infinite;
    letter-spacing: 3px;
    font-size: 28px;
    position: relative;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    margin-bottom: 60px;
    color: #ffffff;
}.take_a_spin h3::before {
    bottom: -20px;
    transform: translateX(-50%);
    position: absolute;
    height: 1px;
    box-shadow: 0 0 10px #ffffff;
    content: '';
    width: 80px;
    left: 50%;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
}.take_a_spin h3::after {
    width: 100%;
    height: 100%;
    content: '';
    animation: titleScan 3s ease-in-out infinite;
    top: 0;
    left: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    opacity: 0;
    position: absolute;
}.take_a_spin .edu_help {
    font-family: Arial, sans-serif;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: all 0.4s ease;
    position: relative;
    background: transparent;
    z-index: 1;
    color: #ffffff;
    overflow: hidden;
    letter-spacing: 2px;
    padding: 18px 45px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
}.take_a_spin .edu_help::before {
    width: 100%;
    opacity: 0;
    content: '';
    z-index: -1;
    transition: opacity 0.4s ease;
    position: absolute;
    top: 0;
    background: linear-gradient(
        170deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    height: 100%;
    left: 0;
}.take_a_spin .edu_help::after {
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    transform: rotate(35deg);
    width: 20px;
    z-index: 2;
    left: -100px;
    position: absolute;
    height: 200%;
    content: '';
    top: -50%;
    transition: all 0.6s ease;
}.take_a_spin .edu_help:hover {
    border-color: transparent;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.2);
    color: rgb(206,183,202);
    transform: translateY(-5px);
}.take_a_spin .edu_help:hover::before {
    opacity: 1;
}.take_a_spin .edu_help:hover::after {
    left: 120%;
}

@media screen and (max-width: 992px) {.take_a_spin {
    padding: 100px 0;
}.take_a_spin .knowledge_study {
    max-width: 90%;
    padding: 50px 30px;
}.take_a_spin h3 {
    margin-bottom: 50px;
    letter-spacing: 2.5px;
    font-size: calc(28px * 0.9);
}.take_a_spin h3::before {
    bottom: -18px;
    width: 70px;
}.take_a_spin .edu_help {
    font-size: calc(20px * 0.95);
    padding: 16px 40px;
}
}

@media screen and (max-width: 768px) {.take_a_spin {
    padding: 80px 0;
}.take_a_spin .knowledge_study {
    padding: 40px 25px;
}.take_a_spin h3 {
    letter-spacing: 2px;
    font-size: calc(28px * 0.8);
    margin-bottom: 45px;
}.take_a_spin h3::before {
    bottom: -15px;
    width: 60px;
}.take_a_spin .edu_help {
    font-size: calc(20px * 0.9);
    padding: 14px 35px;
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.take_a_spin {
    padding: 60px 0;
}.take_a_spin .knowledge_study {
    padding: 30px 20px;
}.take_a_spin h3 {
    letter-spacing: 1.5px;
    font-size: calc(28px * 0.7);
    margin-bottom: 40px;
}.take_a_spin h3::before {
    width: 50px;
    bottom: -12px;
}.take_a_spin .edu_help {
    letter-spacing: 1px;
    font-size: calc(20px * 0.85);
    padding: 12px 30px;
}}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rotateQuantum {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes pulseGrid {
    0% {
        opacity: 0.2;
        background-size: 40px 40px;
    }
    100% {
        opacity: 0.3;
        background-size: 45px 45px;
    }
}

@keyframes rotateQuantumGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes floatTitle {
    0%, 100% {
        transform: translateY(0);
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    }
    50% {
        transform: translateY(-10px);
        text-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
    }
}

@keyframes titleScan {
    0%, 100% {
        opacity: 0;
        transform: translateX(-100%);
    }
    50% {
        opacity: 0.5;
        transform: translateX(100%);
    }
}.primary_page {
    isolation: isolate;
    overflow: hidden;
    position: relative;
    width: 100%;
}.primary_page .start_lead {
    justify-content: center;
    isolation: isolate;
    position: relative;
    min-height: 100vh;
    align-items: center;
    padding: 4rem 2rem;
    display: flex;
}.primary_page .start_lead::before {
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    background: linear-gradient(135deg, 
        rgb(206,183,202,0.5) 0%, 
        rgba(0,0,0,0.7) 100%);
    z-index: 1;
    bottom: 0;
    right: 0;
}.primary_page .start_lead::after {
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    pointer-events: none;
    position: absolute;
    background: linear-gradient(to bottom, 
        transparent 30%, 
        rgba(0, 0, 0, 0.5) 100%);
}.primary_page .value_vision {
    position: relative;
    padding: 3rem;
    width: 100%;
    animation: fadeInUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    z-index: 3;
    max-width: 900px;
    transform: translateY(-2vh);
}.primary_page .value_vision::before {
    background: linear-gradient(135deg, 
        rgb(183,130,174,0.5) 0%, 
        rgb(206,183,202,0.5) 100%);
    z-index: -1;
    transition: transform 0.4s ease-out, opacity 0.4s ease;
    opacity: 0.15;
    width: 100%;
    left: 0;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    transform: scale(1.05);
}.primary_page .value_vision:hover::before {
    transform: scale(1.08);
    opacity: 0.25;
}.primary_page .value_vision::after {
    top: -10px;
    animation: lineGrow 1.5s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: rgb(183,130,174);
    transform-origin: left center;
    left: 0;
    width: 120px;
    content: '';
    transform: scaleX(0);
    position: absolute;
    height: 4px;
}.primary_page h1 {
    margin-bottom: 1.5rem;
    font-size: clamp(2.5rem, 5vw, 46px);
    opacity: 0;
    color: #ffffff;
    letter-spacing: -0.02em;
    position: relative;
    font-weight: 700;
    animation: slideInFromLeft 0.8s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateX(-10px);
    line-height: 1.2;
}.primary_page h1::after {
    position: absolute;
    transform-origin: left;
    width: 70px;
    background: rgb(206,183,202);
    bottom: -0.5rem;
    left: 0;
    height: 4px;
    animation: lineGrow 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: scaleX(0);
    content: '';
}.primary_page h3 {
    animation: fadeInUp 0.8s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    line-height: 1.4;
    max-width: 90%;
    color: #ffffff;
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    transform: translateY(15px);
    margin-bottom: 1.5rem;
    position: relative;
    opacity: 0;
}.primary_page p {
    color: #ffffff;
    backdrop-filter: blur(3px);
    padding: 1rem;
    animation: fadeInUp 0.8s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    border-left: 3px solid rgb(183,130,174);
    font-size: clamp(1rem, 2vw, 17px);
    position: relative;
    max-width: 85%;
    opacity: 0;
    transform: translateY(20px);
    line-height: 1.6;
    font-weight: 400;
    margin-top: 2rem;
}.primary_page p::before {
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    transition: transform 0.4s ease;
    content: '';
    background: rgb(206,183,202);
    top: 0;
    transform-origin: bottom;
}

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

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

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

@media (min-width: 1200px) {.primary_page .value_vision {
    padding: 4rem;
    transform: translateY(-4vh);
}.primary_page .value_vision::before {
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}.primary_page h1 {
    max-width: 90%;
}.primary_page h3 {
    max-width: 80%;
}.primary_page p {
    max-width: 75%;
}
}

@media (max-width: 991px) {.primary_page .start_lead {
    padding: 3rem 1.5rem;
}.primary_page .value_vision {
    padding: 2.5rem 2rem;
}.primary_page .value_vision::before {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
}

@media (max-width: 767px) {.primary_page .start_lead {
    min-height: 90vh;
    padding: 2rem 1rem;
}.primary_page .value_vision {
    padding: 2rem 1.5rem;
}.primary_page .value_vision::before {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}.primary_page h3 {
    max-width: 100%;
}.primary_page p {
    max-width: 100%;
    margin-top: 1.5rem;
}
}

@media (max-width: 480px) {.primary_page .start_lead {
    padding: 1.5rem 1rem;
}.primary_page .value_vision {
    padding: 1.5rem 1rem;
}.primary_page .value_vision::before {
    clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
}.primary_page h1::after {
    height: 3px;
    width: 50px;
}.primary_page .value_vision::after {
    width: 80px;
    height: 3px;
}}.thankYouHub {
    background: linear-gradient(135deg, rgba(rgb(206,183,202,0.5), 0.05), rgba(rgb(183,130,174,0.5), 0.1));
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.thankYouHub::before {
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(206,183,202,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(183,130,174,0.5), 0.1) 0%, transparent 70%);
}.thankYouHub::after {
    opacity: 0.05;
    content: "";
    width: 300px;
    animation: floatShape 15s ease-in-out infinite alternate;
    background: rgb(206,183,202);
    position: absolute;
    height: 300px;
    right: -150px;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    top: -150px;
    z-index: 0;
    filter: blur(20px);
}.thankYouHub .container {
    max-width: 1200px;
    padding: 0 30px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.thankYouHub h2 {
    font-size: 35px;
    text-align: left;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) translateZ(10px);
    margin-bottom: 40px;
    font-weight: 600;
    color: #000000;
    position: relative;
}.thankYouHub h2::after {
    bottom: -12px;
    content: "";
    width: 120px;
    height: 4px;
    transform: scaleX(0.8);
    background: linear-gradient(90deg, rgb(206,183,202), rgb(183,130,174));
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform-origin: left;
    position: absolute;
    border-radius: 10px;
}.thankYouHub:hover h2::after {
    transform: scaleX(1);
}.thankYouHub .knowledge_study {
    border-radius: 29px;
    position: relative;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 40px;
    overflow: hidden;
}.thankYouHub .knowledge_study::before {
    left: 0;
    height: 5px;
    animation: gradientShift 6s ease infinite;
    top: 0;
    background: linear-gradient(90deg, rgb(206,183,202), rgb(183,130,174), rgb(206,183,202));
    background-size: 200% 100%;
    width: 100%;
    content: "";
    position: absolute;
}.thankYouHub ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thankYouHub li {
    transition: transform 0.3s ease-out;
    padding: 10px 0 10px 20px;
    position: relative;
}.thankYouHub li::before {
    top: 24px;
    width: 8px;
    background: rgb(206,183,202);
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    height: 8px;
    content: "";
    box-shadow: 0 0 10px rgba(rgb(206,183,202,0.5), 0.5);
    position: absolute;
}.thankYouHub span {
    font-size: 14px;
    line-height: 1.7;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    position: relative;
    display: block;
    font-weight: 400;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.thankYouHub span::after {
    bottom: -10px;
    position: absolute;
    height: 1px;
    width: 40%;
    transition: all 0.5s ease;
    content: "";
    transform-origin: right;
    right: 0;
    opacity: 0;
    transform: scaleX(0.5);
    background: linear-gradient(90deg, transparent, rgba(rgb(206,183,202,0.5), 0.3));
}.thankYouHub .knowledge_study:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}.thankYouHub .knowledge_study:hover span::after {
    opacity: 1;
    transform: scaleX(1);
}

@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(20px, 30px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (min-width: 768px) {.thankYouHub {
    padding: 150px 0;
}.thankYouHub .container {
    padding: 0 60px;
}.thankYouHub h2 {
    max-width: 90%;
    margin-bottom: 50px;
    font-size: calc(35px * 1.1);
}.thankYouHub .knowledge_study {
    transform: perspective(1000px) rotateX(2deg);
    padding: 50px;
}.thankYouHub .knowledge_study:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thankYouHub li {
    padding: 10px 0 10px 30px;
}.thankYouHub li::before {
    height: 10px;
    width: 10px;
}.thankYouHub span {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.thankYouHub {
    padding: 80px 0;
}.thankYouHub .container {
    padding: 0 20px;
}.thankYouHub h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.9);
}.thankYouHub .knowledge_study {
    padding: 30px 20px;
}.thankYouHub li {
    padding: 10px 0 10px 15px;
}.thankYouHub li::before {
    width: 6px;
    height: 6px;
}.thankYouHub span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.thankYouHub {
    padding: 60px 0;
}.thankYouHub h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
}.thankYouHub .knowledge_study {
    padding: 25px 15px;
}.thankYouHub span {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}.privacy_block {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(233,226,232), #ffffff 80%);
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    padding: 4rem 2rem;
}.privacy_block::before {
    position: absolute;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.97);
    top: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(206,183,202), rgb(183,130,174));
    width: 100%;
    content: "";
    height: 5px;
}.privacy_block:hover::before {
    transform: scaleX(1);
}.privacy_block::after {
    position: absolute;
    content: "";
    right: 0;
    transform: skewX(-12deg) translateX(30%);
    z-index: 0;
    opacity: 0.03;
    height: 100%;
    bottom: 0;
    width: 50%;
    background: linear-gradient(to left, rgb(206,183,202,0.5), transparent);
}.privacy_block .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1140px;
}.privacy_block h1 {
    position: relative;
    font-size: 48px;
    color: rgb(206,183,202);
    font-weight: 700;
    margin-bottom: 2rem;
    letter-spacing: -0.03em;
    transition: transform 0.3s ease;
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
}.privacy_block h1::after {
    background: rgb(183,130,174);
    width: 80px;
    left: 0;
    height: 3px;
    transition: width 0.4s ease-out;
    content: "";
    transform-origin: left;
    position: absolute;
    bottom: 0;
}.privacy_block:hover h1::after {
    width: 120px;
}.privacy_block h2 {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 1.25rem;
    margin-top: 2.5rem;
    font-weight: 600;
    transition: padding-left 0.3s ease;
    border-left: 3px solid rgb(206,183,202);
    color: #000000;
    font-size: 29px;
}.privacy_block h2:hover {
    padding-left: 1.5rem;
}.privacy_block h3 {
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(29px * 0.85);
    color: #000000;
    font-weight: 600;
    margin-top: 2rem;
}.privacy_block h4 {
    margin-bottom: 0.75rem;
    font-size: calc(29px * 0.7);
    display: inline-block;
    margin-top: 1.75rem;
    font-weight: 400;
    position: relative;
    color: #000000;
}.privacy_block h4::after {
    background: linear-gradient(to right, rgb(183,130,174), transparent);
    position: absolute;
    bottom: -5px;
    height: 1px;
    width: 100%;
    left: 0;
    content: "";
}.privacy_block p {
    font-size: 18px;
    line-height: 1.7;
    padding-right: 1rem;
    color: #000000;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    position: relative;
}.privacy_block p:hover {
    transform: translateX(5px);
}.privacy_block p strong {
    color: rgb(206,183,202);
    position: relative;
    font-weight: 600;
    display: inline-block;
}.privacy_block p strong::after {
    bottom: -2px;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0.7);
    height: 1px;
    width: 100%;
    transition: transform 0.3s ease;
    content: "";
    background-color: rgb(206,183,202,0.5);
    left: 0;
}.privacy_block p strong:hover::after {
    transform: scaleX(1);
}.privacy_block span {
    margin-bottom: 1.5rem;
    display: block;
    border-left: 1px dashed rgb(183,130,174,0.5);
    font-size: 18px;
    color: #000000;
    padding-left: 1rem;
    line-height: 1.7;
}.privacy_block ul {
    list-style-type: none;
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
}.privacy_block li {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    transition: transform 0.3s ease;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}.privacy_block li:hover {
    transform: translateX(5px);
}.privacy_block li::before {
    top: 0.5rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
    transform: rotate(45deg);
    content: "";
    left: 0;
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: rgb(183,130,174);
}.privacy_block li:hover::before {
    background-color: rgb(206,183,202);
    transform: rotate(225deg);
}


@media (max-width: 991px) {.privacy_block {
    padding: 3rem 1.5rem;
}.privacy_block h1 {
    font-size: calc(48px * 0.9);
}.privacy_block h2 {
    font-size: calc(29px * 0.9);
}.privacy_block p, .privacy_block span, .privacy_block li {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 767px) {.privacy_block {
    padding: 2.5rem 1.25rem;
}.privacy_block::after {
    display: none;
}.privacy_block h1 {
    transform: translateX(0);
    font-size: calc(48px * 0.8);
}.privacy_block h2 {
    font-size: calc(29px * 0.8);
    padding-left: 0.75rem;
}.privacy_block h3 {
    font-size: calc(29px * 0.7);
}.privacy_block h4 {
    font-size: calc(29px * 0.6);
}.privacy_block p, .privacy_block span, .privacy_block li {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.privacy_block ul {
    margin-left: 0.5rem;
}.privacy_block li {
    padding-left: 1.25rem;
}
}

@media (max-width: 480px) {.privacy_block {
    padding: 2rem 1rem;
}.privacy_block h1 {
    margin-bottom: 1.5rem;
    font-size: calc(48px * 0.7);
}.privacy_block h1::after {
    width: 60px;
}.privacy_block:hover h1::after {
    width: 80px;
}.privacy_block h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: calc(29px * 0.7);
}.privacy_block p, .privacy_block span, .privacy_block li {
    line-height: 1.5;
    font-size: calc(18px * 0.85);
    margin-bottom: 1.25rem;
}.privacy_block li::before {
    height: 6px;
    width: 6px;
    top: 0.4rem;
}.privacy_block p:hover, .privacy_block li:hover {
    transform: translateX(3px);
}}header .top_plank {
    background: rgb(206,183,202);
    color:  #ffffff;
}header .top_plank .top_learnbar div svg, header .top_plank .top_learnbar div svg path {
    fill: #ffffff;
}header .top_plank .top_learnbar div span {
    color: #ffffff;
}header .top_plank .top_learnbar {
    padding: 15px 0 10px 0;
    width: 100%;
    flex-wrap: wrap;
    line-height: 21px;
    align-items: center;
    display: flex;
    font-size: 12px;
    justify-content: flex-start;
}header .top_plank .top_learnbar div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .top_learnbar div img, header .top_plank .top_learnbar div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.data_statistics {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(233,226,232);
}.data_statistics::before {
    z-index: 0;
    position: absolute;
    background: 
        linear-gradient(120deg, rgb(206,183,202,0.5) 0%, transparent 30%),
        linear-gradient(240deg, rgb(183,130,174,0.5) 0%, transparent 30%);
    height: 100%;
    opacity: 0.6;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}.data_statistics .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0;
}.data_statistics h2 {
    position: relative;
    color: #000000;
    margin-bottom: 80px;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
}.data_statistics h2::after {
    background: rgb(206,183,202);
    bottom: -20px;
    height: 3px;
    width: 60px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    content: "";
}.data_statistics ul {
    justify-content: center;
    display: flex;
    list-style: none;
    perspective: 1000px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}.data_statistics .statistics_boosters {
    margin: 0 20px 80px;
    flex: 0 0 calc(50% - 100px);
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
    position: relative;
    border-radius: 19px;
    height: 200px;
    perspective: 1000px;
}.data_statistics .statistics_boosters:hover {
    transform: scale(1.05);
}.data_statistics .statistics_boosters::before {
    width: 100%;
    background: #ffffff;
    transform: rotate(-2deg);
    z-index: -1;
    content: "";
    height: 100%;
    top: 0;
    transition: transform 0.4s ease;
    border-radius: 19px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 0;
}.data_statistics .statistics_boosters:hover::before {
    transform: rotate(0deg);
}.data_statistics .statistics_boosters::after {
    width: 80px;
    right: -20px;
    opacity: 0.2;
    border-radius: 50%;
    z-index: -1;
    top: -20px;
    background: rgb(206,183,202,0.5);
    transition: transform 0.4s ease;
    position: absolute;
    height: 80px;
    content: "";
}.data_statistics .statistics_boosters:hover::after {
    transform: scale(1.2);
}.data_statistics .statistics_boosters:nth-child(even)::after {
    background: rgb(183,130,174,0.5);
    right: auto;
    left: -20px;
}.data_statistics .statistics_boosters p {
    line-height: 1;
    color: rgb(206,183,202);
    font-size: calc(40px * 1.5);
    right: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    position: absolute;
    top: 30px;
    margin: 0;
}.data_statistics .statistics_boosters:nth-child(even) p {
    color: rgb(183,130,174);
    left: 30px;
    right: auto;
}.data_statistics .statistics_boosters span {
    color: #000000;
    position: absolute;
    bottom: 30px;
    max-width: 70%;
    font-size: 12px;
    line-height: 1.5;
    left: 30px;
}.data_statistics .statistics_boosters:nth-child(even) span {
    right: 30px;
    left: auto;
    text-align: right;
}.data_statistics .statistics_boosters:nth-child(1) {
    animation: fadeInUp 0.8s 0.1s both;
}.data_statistics .statistics_boosters:nth-child(2) {
    animation: fadeInUp 0.8s 0.3s both;
}.data_statistics .statistics_boosters:nth-child(3) {
    animation: fadeInUp 0.8s 0.5s both;
}.data_statistics .statistics_boosters:nth-child(4) {
    animation: fadeInUp 0.8s 0.7s both;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.data_statistics .statistics_boosters:nth-child(1)::before {
    animation: float 6s ease-in-out infinite;
}.data_statistics .statistics_boosters:nth-child(2)::before {
    animation: float 7s ease-in-out infinite;
}.data_statistics .statistics_boosters:nth-child(3)::before {
    animation: float 8s ease-in-out infinite;
}.data_statistics .statistics_boosters:nth-child(4)::before {
    animation: float 9s ease-in-out infinite;
}.data_statistics .statistics_boosters::before {
    animation-delay: calc(var(--i) * 0.2s);
}.data_statistics .statistics_boosters:nth-child(1) {
    --i: 1;
}.data_statistics .statistics_boosters:nth-child(2) {
    --i: 2;
}.data_statistics .statistics_boosters:nth-child(3) {
    --i: 3;
}.data_statistics .statistics_boosters:nth-child(4) {
    --i: 4;
}

@media (max-width: 1200px) {.data_statistics .statistics_boosters {
    margin: 0 20px 60px;
    flex: 0 0 calc(50% - 40px);
}
}

@media (max-width: 1024px) {.data_statistics {
    padding: 80px 0;
}.data_statistics h2 {
    margin-bottom: 60px;
}.data_statistics .statistics_boosters {
    height: 180px;
    flex: 0 0 calc(50% - 30px);
    margin: 0 15px 50px;
}.data_statistics .statistics_boosters p {
    right: 25px;
    top: 25px;
    font-size: calc(40px * 1.3);
}.data_statistics .statistics_boosters:nth-child(even) p {
    left: 25px;
}.data_statistics .statistics_boosters span {
    bottom: 25px;
    left: 25px;
}.data_statistics .statistics_boosters:nth-child(even) span {
    right: 25px;
}
}

@media (max-width: 767px) {.data_statistics {
    padding: 60px 0;
}.data_statistics .container {
    padding: 0 15px;
}.data_statistics h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 50px;
}.data_statistics ul {
    align-items: center;
    flex-direction: column;
}.data_statistics .statistics_boosters {
    width: 100%;
    margin: 0 0 40px;
    flex: 0 0 100%;
    height: 160px;
    max-width: 320px;
}.data_statistics .statistics_boosters p,
    .data_statistics .statistics_boosters:nth-child(even) p {
    right: 20px;
    left: auto;
    font-size: calc(40px * 1.2);
    top: 20px;
}.data_statistics .statistics_boosters span,
    .data_statistics .statistics_boosters:nth-child(even) span {
    left: 20px;
    bottom: 20px;
    text-align: left;
    right: auto;
}.data_statistics .statistics_boosters::before {
    transform: rotate(-1deg);
}
}

@media (min-width: 768px) and (max-width: 1023px) {.data_statistics .statistics_boosters {
    height: 170px;
}.data_statistics .statistics_boosters p {
    font-size: calc(40px * 1.3);
}
}

@media (prefers-reduced-motion: reduce) {.data_statistics .statistics_boosters,
    .data_statistics .statistics_boosters::before {
    animation: none;
}}header {
    position: relative;
    width: 100%;
    padding: 0;
    z-index: 100;
    background: rgb(233,226,232);
}header::before {
    left: 0;
    opacity: 0.6;
    z-index: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(135deg, 
        rgb(206,183,202,0.5) 0%, 
        transparent 60%, 
        rgb(183,130,174,0.5) 100%);
}header .container {
    max-width: 100%;
    z-index: 1;
    padding: 0;
    width: 100%;
    margin: 0;
    position: relative;
}header .main_mentor {
    display: flex;
    padding: 0.8rem 3%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}header .nav_expert {
    text-decoration: none;
    padding: 0.6rem;
    align-items: center;
    display: flex;
    margin-right: 1rem;
    position: relative;
}header .nav_expert::after {
    width: 100%;
    left: 0;
    position: absolute;
    height: 2px;
    background: linear-gradient(to right, rgb(206,183,202), rgb(183,130,174));
    transform: scaleX(0.7);
    bottom: 0;
    content: '';
    transition: transform 0.3s ease;
}header .nav_expert:hover::after {
    transform: scaleX(1);
}header .nav_expert svg {
    width: 140px;
    transition: all 0.3s ease;
    height: auto;
}header .nav_expert:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .head_teach {
    background: rgba(255, 255, 255, 0.5);
    padding: 0.5rem;
    flex-wrap: wrap;
    display: flex;
    border-radius: 10px;
    gap: 0.4rem;
}header .head_know {
    border-radius: 10px;
    font-size: 20px;
    transition: all 0.3s ease;
    color: #000000;
    z-index: 1;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-weight: 400;
    position: relative;
    padding: 0.4rem 0.7rem;
    text-decoration: none;
}header .head_know::after {
    height: 2px;
    content: '';
    transition: transform 0.3s ease;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, rgb(206,183,202), rgb(183,130,174));
    transform-origin: left;
    transform: scaleX(0);
    bottom: 0;
}header .head_know:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(206,183,202);
}header .head_know:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .main_mentor {
    padding: 0.7rem 2.5%;
}header .nav_expert svg {
    width: 130px;
}header .head_teach {
    padding: 0.4rem;
    gap: 0.35rem;
}header .head_know {
    font-size: calc(20px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header .main_mentor {
    padding: 0.7rem 2%;
    justify-content: center;
}header .nav_expert {
    margin: 0 0 0.6rem 0;
}header .nav_expert svg {
    width: 120px;
}header .head_teach {
    width: 100%;
    justify-content: center;
}header .head_know {
    font-size: calc(20px - 2px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header .main_mentor {
    padding: 0.6rem 1.5%;
}header .nav_expert svg {
    width: 110px;
}header .head_teach {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .head_teach::-webkit-scrollbar {
    height: 2px;
}header .head_teach::-webkit-scrollbar-thumb {
    background: rgb(206,183,202);
    border-radius: 10px;
}header .head_know {
    white-space: nowrap;
    flex-shrink: 0;
}}.program_assets {
    background: linear-gradient(135deg, rgb(233,226,232) 30%, rgba(rgb(183,130,174,0.5), 0.15) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.program_assets::before {
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(206,183,202,0.5), 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(183,130,174,0.5), 0.15) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 0;
    top: 0;
}.program_assets::after {
    content: "";
    right: -20%;
    background: linear-gradient(135deg, rgba(rgb(206,183,202,0.5), 0.05) 0%, rgba(rgb(183,130,174,0.5), 0.12) 100%);
    top: -50%;
    z-index: 0;
    width: 60%;
    height: 200%;
    position: absolute;
    transform: rotate(-15deg);
}.program_assets .container {
    flex-direction: column;
    padding: 0 1.5rem;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.program_assets .main_photo {
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    width: 100%;
    max-height: 420px;
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 0 0 1px rgba(rgb(206,183,202,0.5), 0.1);
    height: auto;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 22px;
    object-fit: cover;
    margin-bottom: 2.5rem;
}.program_assets .main_photo:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.18), 
                0 0 0 1px rgba(rgb(206,183,202,0.5), 0.15);
}.program_assets .knowledge_study {
    padding: 2.5rem;
    transform: translateY(-20px);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 0 0 1px rgba(rgb(206,183,202,0.5), 0.05);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95), rgba(rgb(255, 255, 255, 0.5), 0.85));
    position: relative;
}.program_assets .text_card {
    position: relative;
}.program_assets h1 {
    color: #000000;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    margin-bottom: 2rem;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    background: linear-gradient(90deg, #000000 0%, rgb(206,183,202) 100%);
    font-size: calc(29px * 1.1);
    color: transparent;
}.program_assets h1::after {
    content: "";
    background: linear-gradient(90deg, rgb(206,183,202) 0%, rgb(183,130,174) 100%);
    bottom: -12px;
    height: 3px;
    left: 0;
    width: 80px;
    border-radius: 5px;
    position: absolute;
}.program_assets ul {
    gap: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
    list-style: none;
    padding: 0;
    display: grid;
    margin: 0;
}.program_assets li {
    transition: transform 0.3s ease-out;
    position: relative;
    padding-left: 2.5rem;
}.program_assets li:hover {
    transform: translateX(5px);
}.program_assets li p {
    font-size: calc(16px * 1.05);
    align-items: center;
    color: #000000;
    display: flex;
    line-height: 1.6;
    margin: 0;
}.program_assets li svg {
    width: 24px;
    transform: scale(0.9);
    left: 0;
    height: 24px;
    top: 0;
    position: absolute;
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.program_assets li:hover svg {
    transform: scale(1.1);
}.program_assets svg path {
    transition: fill 0.3s ease;
    fill: rgb(206,183,202);
}.program_assets li:hover svg path {
    fill: rgb(183,130,174);
}

@media (min-width: 768px) {.program_assets {
    padding: 8rem 0;
}.program_assets .container {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
}.program_assets .main_photo {
    width: 45%;
    max-height: 500px;
    margin-bottom: 0;
}.program_assets .knowledge_study {
    transform: translateY(0) translateX(-30px);
    width: 55%;
}.program_assets ul {
    grid-template-columns: repeat(2, 1fr);
}.program_assets h1 {
    font-size: 40px;
}
}

@media (min-width: 992px) {.program_assets .container {
    gap: 4rem;
}.program_assets .main_photo {
    max-height: 600px;
}.program_assets .knowledge_study {
    padding: 3rem;
}.program_assets h1 {
    margin-bottom: 2.5rem;
}.program_assets h1::after {
    width: 100px;
}
}

@media (max-width: 767px) {.program_assets {
    padding: 4rem 0;
}.program_assets .knowledge_study {
    padding: 1.5rem;
}.program_assets h1 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.9);
}.program_assets li {
    padding-left: 2rem;
}.program_assets li p {
    font-size: 16px;
}.program_assets svg {
    transform: scale(0.8);
}
}

@media (max-width: 480px) {.program_assets {
    padding: 3rem 0;
}.program_assets .knowledge_study {
    transform: translateY(-10px);
    padding: 1.25rem;
}.program_assets h1 {
    font-size: calc(29px * 0.8);
    margin-bottom: 1.25rem;
}.program_assets ul {
    gap: 1rem;
}.program_assets li p {
    font-size: calc(16px * 0.95);
}
}

@media (hover: hover) {.program_assets .knowledge_study {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.program_assets .knowledge_study:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
                    0 0 0 1px rgba(rgb(206,183,202,0.5), 0.1);
}}.connect_form {
    padding: 100px 0;
    position: relative;
}.connect_form::before {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    height: 100%;
    opacity: 0.85;
    left: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background: rgb(233,226,232);
}.connect_form::after {
    position: absolute;
    width: 100%;
    clip-path: polygon(0 65%, 100% 25%, 100% 100%, 0 100%);
    background: rgb(206,183,202,0.5);
    content: '';
    left: 0;
    height: 100%;
    z-index: 1;
    bottom: 0;
}.connect_form .container {
    max-width: 1200px;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.connect_form .connect_inquiry {
    transform-style: preserve-3d;
    border-radius: 29px;
    position: relative;
    perspective: 1000px;
    display: flex;
    overflow: hidden;
}.connect_form .query_support {
    background: #ffffff;
    border-radius: 29px 0 0 29px;
    padding: 60px 40px;
    transform: rotateY(10deg);
    flex: 1;
    transform-origin: left center;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
}.connect_form .query_support h3 {
    font-weight: 700;
    color: #000000;
    font-size: 29px;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
}.connect_form .query_support h3::before {
    height: 5px;
    content: '';
    background: rgb(206,183,202);
    left: 0;
    width: 30px;
    position: absolute;
    top: -15px;
}.connect_form .query_support div {
    background: #f5f7fa;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    align-items: center;
    transform: translateZ(0);
    border-radius: 10px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 30px;
    display: flex;
    padding: 15px;
}.connect_form .query_support div:hover {
    transform: scale(1.05) translateZ(10px);
}.connect_form .query_support svg {
    background: #ffffff;
    width: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    padding: 6px;
    border-radius: 50%;
    height: 30px;
    margin-right: 15px;
}.connect_form .query_support svg path {
    fill: rgb(206,183,202);
}.connect_form .query_support span {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}.connect_form .query_support a {
    position: relative;
    color: rgb(206,183,202);
    text-decoration: none;
    font-weight: 600;
}.connect_form .query_support a::after {
    background: rgb(206,183,202);
    bottom: -2px;
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    transition: width 0.3s ease;
    left: 0;
}.connect_form .query_support a:hover::after {
    width: 100%;
}.connect_form .reach_list {
    padding: 60px 40px;
    transform: rotateY(-5deg);
    flex: 1.2;
    border-radius: 0 29px 29px 0;
    background: rgb(233,226,232);
    transform-origin: right center;
}.connect_form form {
    position: relative;
}.connect_form form h3 {
    text-transform: uppercase;
    font-size: 29px;
    letter-spacing: 2px;
    color: rgb(206,183,202);
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}.connect_form form input[type="text"],
.connect_form form input[type="email"] {
    transition: all 0.3s ease;
    color: rgb(206,183,202);
    font-size: 18px;
    margin-bottom: 25px;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border: none;
    padding: 20px 25px;
    width: 100%;
    border-radius: 0;
}.connect_form form input[type="text"]:focus,
.connect_form form input[type="email"]:focus {
    border-bottom-color: rgb(206,183,202);
    outline: none;
    box-shadow: 0 5px 10px -5px rgb(206,183,202,0.5);
}.connect_form form input::placeholder {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
}.connect_form .query_feedback {
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
}.connect_form .query_feedback input[type="checkbox"] {
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
    height: 0;
    position: absolute;
    width: 0;
}.connect_form .query_feedback label {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
}.connect_form .query_feedback label::before {
    content: '';
    height: 22px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    background: transparent;
    width: 22px;
    left: 0;
    top: 0;
    position: absolute;
}.connect_form .query_feedback input[type="checkbox"]:checked + label::before {
    background: rgb(206,183,202);
    border-color: rgb(206,183,202);
}.connect_form .query_feedback input[type="checkbox"]:checked + label::after {
    height: 12px;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 8px;
    border: solid rgb(206,183,202);
    content: '';
    transform: rotate(45deg);
    width: 6px;
    top: 4px;
}.connect_form .query_feedback a {
    font-weight: 600;
    color: rgb(206,183,202);
    transition: color 0.3s ease;
    text-decoration: none;
}.connect_form .query_feedback a:hover {
    color: rgb(183,130,174);
}.connect_form .support_request {
    letter-spacing: 2px;
    position: relative;
    padding: 18px 25px;
    overflow: hidden;
    border: none;
    width: 100%;
    color: #ffffff;
    background: rgb(206,183,202);
    transition: all 0.4s ease;
    z-index: 1;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
}.connect_form .support_request::before {
    z-index: -1;
    position: absolute;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    width: 0;
    left: 0;
    background: rgb(183,130,174);
    top: 0;
    content: '';
}.connect_form .support_request:hover::before {
    width: 100%;
}.connect_form .support_request:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

@media (max-width: 1024px) {.connect_form .connect_inquiry {
    transform-style: flat;
}.connect_form .query_support,
    .connect_form .reach_list {
    transform: none;
}
}

@media (max-width: 768px) {.connect_form {
    padding: 80px 0;
}.connect_form .connect_inquiry {
    flex-direction: column;
}.connect_form .query_support,
    .connect_form .reach_list {
    padding: 40px 30px;
    width: 100%;
    border-radius: 0;
}.connect_form .query_support {
    border-radius: 29px 29px 0 0;
}.connect_form .reach_list {
    border-radius: 0 0 29px 29px;
}.connect_form .query_support h3,
    .connect_form form h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}
}

@media (max-width: 576px) {.connect_form {
    padding: 60px 0;
}.connect_form::before,
    .connect_form::after {
    opacity: 0.9;
    clip-path: none;
}.connect_form::before {
    height: 60%;
}.connect_form::after {
    top: 60%;
    height: 40%;
}.connect_form .query_support,
    .connect_form .reach_list {
    padding: 30px 20px;
}.connect_form .query_support h3,
    .connect_form form h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 25px;
}.connect_form .query_support div {
    margin-bottom: 20px;
    padding: 12px;
}.connect_form form input[type="text"],
    .connect_form form input[type="email"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.connect_form .query_feedback {
    margin: 25px 0;
}.connect_form .support_request {
    padding: 15px 20px;
}}.stay_updated {
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(206,183,202,0.5), rgb(183,130,174) 120%);
}.stay_updated::before {
    background: repeating-linear-gradient(
    45deg,
    rgb(206,183,202,0.5) 0%,
    transparent 5%,
    transparent 10%
  );
    top: -10%;
    left: -5%;
    content: "";
    z-index: 0;
    transform: translateZ(-5px);
    animation: subtleShift 20s infinite linear;
    height: 120%;
    opacity: 0.05;
    position: absolute;
    width: 120%;
}.stay_updated::after {
    width: 80%;
    content: "";
    background: linear-gradient(225deg, rgb(183,130,174) 0%, transparent 65%);
    opacity: 0.15;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 40%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    transform: translateZ(-2px);
    z-index: 0;
}.stay_updated .container {
    max-width: 1140px;
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
    margin: 0 auto;
}.stay_updated .knowledge_study {
    transform: translateZ(20px);
    backdrop-filter: blur(12px);
    background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.15),
    0 8px 24px rgba(0, 0, 0, 0.08),
    0 0 1px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(206,183,202);
    -webkit-backdrop-filter: blur(12px);
    padding: 3.5rem 3rem;
}.stay_updated .knowledge_study:hover {
    transform: translateZ(25px) translateX(5px);
}.stay_updated h3 {
    font-size: calc(20px * 1.15);
    margin-bottom: 2.5rem;
    line-height: 1.4;
    position: relative;
    max-width: 90%;
    transform: translateZ(10px);
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.01em;
    font-weight: 600;
}.stay_updated h3::after {
    bottom: -1rem;
    width: 3.5rem;
    height: 3px;
    transform: scaleX(1);
    left: 0;
    position: absolute;
    background: rgb(206,183,202);
    content: "";
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.stay_updated .knowledge_study:hover h3::after {
    transform: scaleX(1.5);
}.stay_updated .input_holder {
    position: relative;
    gap: 1rem;
    display: flex;
    transform: translateZ(15px);
}.stay_updated .input_holder div {
    flex: 1;
    position: relative;
}.stay_updated input[type="email"] {
    font-size: 18px;
    box-shadow: 
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
    color: #000000;
    width: 100%;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    outline: none;
    padding: 1rem 1.5rem;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}.stay_updated input[type="email"]:focus {
    box-shadow: 
    0 10px 15px -3px rgba(0, 0, 0, 0.08),
    0 4px 6px -2px rgba(0, 0, 0, 0.04),
    0 0 0 3px rgba(var(--primary-color-rgb), 0.15);
    transform: translateY(-2px);
    background-color: #ffffff;
}.stay_updated input[type="email"]::placeholder {
    transition: opacity 0.25s ease;
    color: rgba(var(--dark-color-rgb), 0.5);
    font-weight: 300;
}.stay_updated input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.stay_updated .subscribe_widget {
    font-weight: 600;
    transition: all 0.35s cubic-bezier(0.33, 1, 0.68, 1);
    white-space: nowrap;
    letter-spacing: 0.02em;
    cursor: pointer;
    position: relative;
    box-shadow: 0 4px 12px rgba(var(--primary-color-rgb), 0.25);
    font-size: 17px;
    background: rgb(206,183,202);
    overflow: hidden;
    border: none;
    padding: 1rem 1.75rem;
    color: #ffffff;
}.stay_updated .subscribe_widget::before {
    content: "";
    width: 100%;
    position: absolute;
    transition: transform 0.75s ease;
    top: 0;
    height: 100%;
    background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.15) 50%,
    transparent 100%
  );
    left: -100%;
}.stay_updated .subscribe_widget:hover {
    transform: translateY(-2px) scale(1.02);
    background: rgb(183,130,174);
    box-shadow: 
    0 8px 20px rgba(var(--primary-color-rgb), 0.3),
    0 2px 4px rgba(var(--primary-color-rgb), 0.2);
}.stay_updated .subscribe_widget:hover::before {
    transform: translateX(200%);
}.stay_updated .subscribe_widget:active {
    box-shadow: 0 2px 6px rgba(var(--primary-color-rgb), 0.2);
    transform: translateY(1px) scale(0.98);
}

@keyframes subtleShift {
  0% {
    transform: translateZ(-5px) rotate(0deg);
  }
  100% {
    transform: translateZ(-5px) rotate(360deg);
  }
}

@media screen and (max-width: 991px) {.stay_updated {
    padding: 5rem 1.5rem;
}.stay_updated .knowledge_study {
    padding: 2.5rem 2rem;
}.stay_updated h3 {
    max-width: 100%;
    font-size: calc(20px * 1.05);
}
}

@media screen and (max-width: 767px) {.stay_updated {
    padding: 4rem 1rem;
}.stay_updated .knowledge_study {
    padding: 2rem 1.5rem;
}.stay_updated h3 {
    margin-bottom: 2rem;
    font-size: 20px;
}.stay_updated .input_holder {
    flex-direction: column;
    gap: 1rem;
}.stay_updated input[type="email"] {
    padding: 0.875rem 1.25rem;
}.stay_updated .subscribe_widget {
    width: 100%;
    padding: 0.875rem 1.5rem;
}
}

@media screen and (max-width: 480px) {.stay_updated {
    padding: 3rem 0.75rem;
}.stay_updated .knowledge_study {
    padding: 1.75rem 1.25rem;
    border-left-width: 3px;
}.stay_updated h3 {
    font-size: calc(20px * 0.9);
    line-height: 1.5;
}.stay_updated h3::after {
    width: 2.5rem;
    height: 2px;
}}.course_highlights {
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgb(206,183,202,0.5) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.course_highlights::before {
    position: absolute;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(206,183,202,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(183,130,174,0.5) 0%, transparent 40%);
    right: 0;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
}.course_highlights::after {
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(206,183,202,0.5) 49%, rgb(206,183,202,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(183,130,174,0.5) 49%, rgb(183,130,174,0.5) 51%, transparent 52%) 10px 0 / 20px 20px;
    content: '';
    animation: backgroundShift 30s linear infinite;
    top: 0;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 10px 0;
    }
    100% {
        background-position: 500px 500px, 510px 500px;
    }
}

.course_highlights .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.course_highlights .knowledge_study {
    transition: all 0.5s ease;
    display: grid;
    backdrop-filter: blur(5px);
    background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.05) 0%, 
                rgba(255, 255, 255, 0.02) 100%);
    position: relative;
    gap: 40px;
    border-radius: 22px;
    overflow: hidden;
    padding: 40px;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 0 1px rgb(206,183,202,0.5),
                inset 0 0 20px rgb(206,183,202,0.5);
}.course_highlights .knowledge_study::before {
    border-radius: 50%;
    animation: pulseLight 8s ease-in-out infinite;
    filter: blur(20px);
    top: -100px;
    background: radial-gradient(circle, rgb(206,183,202) 0%, transparent 70%);
    right: -100px;
    content: '';
    width: 200px;
    opacity: 0.2;
    position: absolute;
    height: 200px;
}.course_highlights .knowledge_study::after {
    border-radius: 50%;
    left: -100px;
    background: radial-gradient(circle, rgb(183,130,174) 0%, transparent 70%);
    position: absolute;
    animation: pulseLight 8s ease-in-out infinite 4s;
    height: 200px;
    filter: blur(20px);
    opacity: 0.2;
    width: 200px;
    content: '';
    bottom: -100px;
}@keyframes pulseLight {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.course_highlights .skill_academy {
    display: flex;
    z-index: 3;
    padding-right: 20px;
    justify-content: center;
    position: relative;
    flex-direction: column;
}.course_highlights .top_learning {
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    display: inline-block;
    transition: transform 0.5s ease;
    margin-bottom: 25px;
}.course_highlights .top_learning:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_highlights .top_learning svg {
    height: 50px;
    width: 50px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 5px 15px rgb(206,183,202,0.5));
}.course_highlights .top_learning svg path {
    fill: rgb(206,183,202);
    transition: fill 0.3s ease;
}.course_highlights .top_learning:hover svg path {
    fill: rgb(183,130,174);
}.course_highlights h3 {
    position: relative;
    color: #ffffff;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    backface-visibility: hidden;
    transform: translateZ(0);
    font-size: 31px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.course_highlights h3::after {
    height: 3px;
    position: absolute;
    border-radius: 10px;
    animation: lineExpand 4s ease-in-out infinite;
    width: 60px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(206,183,202) 0%, rgb(183,130,174) 100%);
    content: '';
    left: 0;
}@keyframes lineExpand {
    0% {
        width: 60px;
        opacity: 1;
    }
    50% {
        width: 100px;
        opacity: 0.8;
    }
    100% {
        width: 60px;
        opacity: 1;
    }
}

.course_highlights p {
    position: relative;
    line-height: 1.7;
    font-weight: 400;
    font-size: 16px;
    font-family: Arial, sans-serif;
    z-index: 2;
    margin-bottom: 0;
    color: #ffffff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}.course_highlights .main_photo {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(206,183,202,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    border-radius: calc(22px * 1.5);
    height: 350px;
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}.course_highlights .main_photo:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgb(206,183,202),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
}.course_highlights .main_photo::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
}.course_highlights .main_photo::after {
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 0 0 / 30px 30px,
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 15px 0 / 30px 30px;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: 2;
    left: 0;
    animation: scanlines 10s linear infinite;
    opacity: 0.5;
    top: 0;
}

@keyframes scanlines {
    0% {
        background-position: 0 0, 15px 0;
    }
    100% {
        background-position: 300px 300px, 315px 300px;
    }
}


@media (max-width: 991px) {.course_highlights {
    padding: 60px 0;
}.course_highlights .knowledge_study {
    padding: 30px;
    gap: 30px;
    grid-template-columns: 1fr;
}.course_highlights .skill_academy {
    padding-right: 0;
    text-align: center;
}.course_highlights h3::after {
    left: 50%;
    transform: translateX(-50%);
}.course_highlights .main_photo {
    min-height: 300px;
}
}

@media (max-width: 767px) {.course_highlights {
    padding: 40px 0;
}.course_highlights .knowledge_study {
    padding: 25px;
    gap: 25px;
}.course_highlights h3 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.85);
}.course_highlights p {
    font-size: calc(16px * 0.95);
}.course_highlights .main_photo {
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
    min-height: 250px;
}
}

@media (max-width: 576px) {.course_highlights {
    padding: 30px 0;
}.course_highlights .knowledge_study {
    padding: 20px;
    gap: 20px;
}.course_highlights .top_learning {
    margin-bottom: 15px;
}.course_highlights h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(31px * 0.7);
}.course_highlights p {
    font-size: calc(16px * 0.9);
}.course_highlights .main_photo {
    min-height: 200px;
}}
.pricing_grid {
    background-color: rgb(233,226,232);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.pricing_grid::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
    background: linear-gradient(135deg, rgb(206,183,202), rgb(183,130,174));
    transform: rotate(15deg);
    opacity: 0.07;
    height: 12rem;
    right: -3rem;
    width: 12rem;
    top: -3rem;
    position: absolute;
}.pricing_grid::after {
    bottom: -5rem;
    height: 18rem;
    width: 18rem;
    position: absolute;
    opacity: 0.05;
    background: linear-gradient(45deg, rgb(183,130,174), rgb(206,183,202,0.5));
    content: "";
    transform: rotate(-10deg);
    z-index: 0;
    left: -5rem;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}.pricing_grid .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.pricing_grid .access_rates {
    flex-direction: column;
    display: flex;
}.pricing_grid .pay_options {
    margin-bottom: 3rem;
    order: -1;
    position: relative;
}.pricing_grid .pay_options h2 {
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
}.pricing_grid .pay_options h2::after {
    position: absolute;
    width: 60%;
    content: "";
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(206,183,202), transparent);
    bottom: -0.5rem;
}.pricing_grid .fee_schemes {
    max-width: 800px;
    margin-bottom: 1rem;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}.pricing_grid .discount_plan {
    width: 100%;
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.pricing_grid .plan_pricing {
    color: #000000;
    overflow: hidden;
    text-decoration: none;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    position: relative;
}.pricing_grid .price_tiers {
    display: flex;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.06);
    transform: translateY(0);
    min-height: 480px;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}.pricing_grid .plan_pricing:hover .price_tiers {
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}.pricing_grid .learn_rates {
    flex: 1;
    z-index: 2;
    padding: 2rem;
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}.pricing_grid .learn_rates h3 {
    transition: color 0.3s ease;
    font-size: calc(18px + 0.1rem);
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.5rem;
}.pricing_grid .plan_pricing:hover .learn_rates h3 {
    color: rgb(206,183,202);
}.pricing_grid .annual_plan {
    font-weight: 700;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 1.5rem;
    color: rgb(206,183,202);
    display: block;
    font-size: calc(18px + 0.5rem);
}.pricing_grid .annual_plan::before {
    width: 3rem;
    bottom: -0.75rem;
    height: 2px;
    left: 0;
    transition: transform 0.4s ease;
    position: absolute;
    content: "";
    transform: scaleX(1);
    transform-origin: left;
    background-color: rgb(206,183,202,0.5);
}.pricing_grid .plan_pricing:hover .annual_plan::before {
    transform: scaleX(1.5);
}.pricing_grid .learn_rates p {
    line-height: 1.6;
    font-size: calc(12px - 0.1rem);
    margin-bottom: 1.5rem;
    color: #000000;
    flex-grow: 1;
    overflow-wrap: break-word;
    word-break: break-word;
}.pricing_grid .main_photo {
    transition: transform 0.6s ease;
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
}.pricing_grid .main_photo::after {
    right: 0;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    left: 0;
    position: absolute;
    opacity: 0.7;
    top: 0;
    bottom: 0;
    transition: opacity 0.3s ease;
}.pricing_grid .plan_pricing:hover .main_photo {
    transform: scale(1.03);
}.pricing_grid .plan_pricing:hover .main_photo::after {
    opacity: 0.4;
}.pricing_grid .price_tiers::before {
    content: "";
    top: 0;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(206,183,202), rgb(183,130,174));
    left: 0;
    width: 100%;
    position: absolute;
    height: 5px;
}.pricing_grid .plan_pricing:hover .price_tiers::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.pricing_grid .access_rates {
    gap: 2rem;
    flex-direction: row;
    align-items: flex-start;
}.pricing_grid .pay_options {
    order: 0;
    padding-top: 2rem;
    margin-bottom: 0;
    flex: 0 0 30%;
}.pricing_grid .discount_plan {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing_grid .price_tiers {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.pricing_grid {
    padding: 3rem 0;
}.pricing_grid .discount_plan {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}.pricing_grid .pay_options h2 {
    text-align: center;
    display: block;
}.pricing_grid .pay_options h2::after {
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
}.pricing_grid .fee_schemes {
    text-align: center;
}.pricing_grid .price_tiers {
    min-height: auto;
}.pricing_grid .learn_rates {
    padding: 1.5rem;
}.pricing_grid .main_photo {
    height: 160px;
}
}

@media (min-width: 1024px) {.pricing_grid .discount_plan {
    grid-template-columns: repeat(2, 1fr);
}.pricing_grid .plan_pricing:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.pricing_grid .pay_options {
    padding-top: 4rem;
}.pricing_grid .plan_pricing:hover {
    z-index: 5;
}.pricing_grid .discount_plan {
    row-gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.pricing_grid .plan_pricing,
    .pricing_grid .price_tiers,
    .pricing_grid .main_photo,
    .pricing_grid .annual_plan::before,
    .pricing_grid .price_tiers::before {
    transition: none;
}}.who_we_are {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
}.who_we_are::before {
    right: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 100%);
    bottom: 0;
    z-index: 1;
    top: 0;
    position: absolute;
}.who_we_are::after {
    position: absolute;
    opacity: 0.7;
    top: -10%;
    width: 60%;
    background: linear-gradient(135deg, rgb(206,183,202,0.5) 0%, transparent 70%);
    filter: blur(50px);
    right: -10%;
    height: 60%;
    z-index: 2;
    transform: rotate(-15deg);
    animation: glow 12s infinite alternate ease-in-out;
    content: "";
}.who_we_are .container {
    z-index: 5;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
}.who_we_are .text_card {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-left: 4px solid rgb(183,130,174);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    padding: 3rem;
    backdrop-filter: blur(10px);
    max-width: 900px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    transform: perspective(1000px) rotateY(-2deg);
}.who_we_are .text_card:hover {
    transform: perspective(1000px) rotateY(0deg);
}.who_we_are h1 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 2.5rem;
    animation: slideIn 0.8s 0.3s forwards cubic-bezier(0.22, 1, 0.36, 1);
    letter-spacing: 1px;
    opacity: 0;
    position: relative;
    transform: translateX(-10px);
    font-size: 39px;
}.who_we_are h1::after {
    transform: scaleX(0);
    height: 4px;
    bottom: -12px;
    transform-origin: left;
    background: linear-gradient(to right, rgb(183,130,174), transparent);
    left: 0;
    content: "";
    position: absolute;
    animation: expandLine 1.2s 0.8s forwards cubic-bezier(0.22, 1, 0.36, 1);
    width: 80px;
}.who_we_are ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.who_we_are ul li {
    margin-bottom: 1.5rem;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(20px);
    opacity: 0;
}.who_we_are ul li:last-child {
    animation-delay: 0.8s;
}.who_we_are h4 {
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 600;
    font-size: calc(24px * 1.2);
    color: rgb(183,130,174);
}.who_we_are h4::before {
    position: absolute;
    left: -20px;
    opacity: 0;
    width: 30px;
    animation: fadeIn 1s 1.2s forwards ease-out;
    border-top: 2px solid rgb(183,130,174,0.5);
    content: "";
    border-left: 2px solid rgb(183,130,174,0.5);
    height: 30px;
    top: -10px;
}.who_we_are span {
    position: relative;
    display: block;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    column-count: 1;
    font-size: 18px;
}

@media (min-width: 768px) {.who_we_are span {
    column-count: 2;
    column-gap: 2.5rem;
}.who_we_are .text_card {
    padding: 4rem;
    margin-left: 2rem;
}
}

@media (min-width: 992px) {.who_we_are {
    padding: 10rem 0;
}.who_we_are .text_card {
    margin-left: 4rem;
    padding: 5rem;
}.who_we_are h1 {
    font-size: calc(39px * 1.2);
}.who_we_are span {
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.who_we_are {
    padding: 6rem 0;
}.who_we_are .text_card {
    transform: none;
    padding: 2rem;
    clip-path: none;
    border-left-width: 3px;
}.who_we_are h1 {
    font-size: calc(39px * 0.9);
}.who_we_are h4 {
    font-size: 24px;
}.who_we_are span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.who_we_are::after {
    height: 40%;
    width: 100%;
}}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

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

@keyframes fadeIn {
    to {
        opacity: 0.8;
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.7;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.4;
        transform: rotate(-10deg) scale(1.1);
    }
}.operation_process {
    position: relative;
    background: linear-gradient(135deg, rgb(183,130,174,0.5), rgb(206,183,202,0.5));
    overflow: hidden;
    padding: 7rem 0;
}.operation_process::before {
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.15) 0%, transparent 70%);
    content: "";
}.operation_process::after {
    content: "";
    bottom: -5%;
    transform: rotate(-15deg);
    position: absolute;
    height: 50%;
    right: -10%;
    z-index: 0;
    width: 50%;
    background: radial-gradient(ellipse, rgb(206,183,202,0.5) 0%, transparent 70%);
}.operation_process .knowledge_study {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
}.operation_process h2 {
    text-align: left;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 30px;
    transform: translateX(-20px);
    opacity: 0;
    position: relative;
    animation: slideInTitle 0.8s ease-out forwards;
    font-weight: 700;
    color: #ffffff;
}.operation_process h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(206,183,202), rgb(183,130,174));
    bottom: -12px;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    animation: expandLine 1s ease-out 0.3s forwards;
    width: 120px;
    position: absolute;
    height: 3px;
}.operation_process .text_card {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    padding: 2.5rem 3rem;
    backdrop-filter: blur(10px);
    border-left: 5px solid rgb(206,183,202);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
}.operation_process .text_card:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1);
}.operation_process .text_card::before {
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(135deg, transparent 0%, transparent 50%, rgba(rgb(183,130,174,0.5), 0.05) 100%);
    right: 0;
    position: absolute;
}.operation_process p {
    font-size: 13px;
    line-height: 1.8;
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    margin: 0;
    transform: translateY(20px);
    opacity: 0;
    color: #000000;
}.operation_process p::first-letter {
    font-size: 1.5em;
    color: rgb(206,183,202);
    font-weight: 700;
}

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

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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


@media screen and (max-width: 992px) {.operation_process {
    padding: 5rem 0;
}.operation_process h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.9);
}.operation_process .text_card {
    padding: 2rem 2.5rem;
    transform: perspective(1000px) rotateX(1deg) rotateY(-0.5deg);
}
}


@media screen and (max-width: 768px) {.operation_process {
    padding: 4rem 0;
}.operation_process h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1.5rem;
}.operation_process h2::after {
    bottom: -8px;
    height: 2px;
    width: 80px;
}.operation_process .text_card {
    transform: none;
    padding: 1.75rem 2rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}
}


@media screen and (max-width: 576px) {.operation_process {
    padding: 3rem 0;
}.operation_process .knowledge_study {
    padding: 0 1.5rem;
}.operation_process h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.25rem;
}.operation_process .text_card {
    padding: 1.5rem;
    border-left: 3px solid rgb(206,183,202);
    clip-path: none;
}.operation_process p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.cookie_dialog_notice {
    position: fixed;
    background-color: rgb(233,226,232);
    border-top: 1px solid rgb(206,183,202);
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 0.5s ease-out;
    padding: 20px 0;
    width: 100%;
    z-index: 1000;
    bottom: 0;
}.cookie_dialog_notice .cookie_hide {
    transform-origin: center;
    margin-right: 20px;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
}.cookie_dialog_notice .cookie_hide svg {
    height: 60px;
    width: 60px;
    fill: rgb(206,183,202);
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookie_dialog_notice .online_tracking {
    flex-grow: 1;
}.cookie_dialog_notice .online_tracking h5 {
    font-size: 21px;
    color: rgb(206,183,202);
    margin-bottom: 6px;
}.cookie_dialog_notice .online_tracking p {
    margin: 0;
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
}.cookie_dialog_notice .cookie_eductrl {
    border-radius: 5px;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    background-color: rgb(206,183,202);
    margin-top: 20px;
    margin-right: 15px;
    padding: 10px 20px;
    font-size: 14px;
}.cookie_dialog_notice .cookie_eductrl:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.cookie_dialog_notice .cookie_eductrl:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.cookie_dialog_notice .cookie_hide {
    margin-right: 0;
    margin-bottom: 15px;
}.cookie_dialog_notice .cookie_eductrl {
    text-align: center;
    margin-left: 0;
    width: 48%;
}}
#cookiePopupNotice {
    display: none;
}#cookiePopupNotice:checked ~ .cookie_dialog_notice {
    opacity: 0;
    visibility: hidden;
}.webinar_cta {
    z-index: 1;
    position: relative;
    color: #ffffff;
    padding: 5rem 0 1rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #000000 0%, rgb(206,183,202,0.5) 100%);
}.webinar_cta::before {
    z-index: -1;
    right: 0;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 30% 50%, rgb(206,183,202,0.5) 0%, transparent 50%);
    content: '';
    position: absolute;
    bottom: 0;
}.webinar_cta::after {
    top: 0;
    position: absolute;
    content: '';
    right: 0;
    height: 3px;
    z-index: 2;
    left: 0;
    animation: glowLine 3s infinite alternate;
    background: linear-gradient(90deg, transparent, rgb(206,183,202), transparent);
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.webinar_cta .container {
    position: relative;
    z-index: 2;
}.webinar_cta .footer_edu {
    display: flex;
    gap: 3rem;
    flex-direction: column;
}.webinar_cta .instant_contact {
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 1.5rem;
    border-radius: 26px;
    display: flex;
    border: 1px solid rgb(183,130,174,0.5);
    gap: 2rem;
    backdrop-filter: blur(8px);
    flex-wrap: wrap;
    margin-bottom: 1rem;
    justify-content: center;
}.webinar_cta .instant_contact::before {
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(183,130,174), transparent);
    width: 50%;
    height: 2px;
    transform: translateX(-50%);
    top: -2px;
    content: '';
    animation: scanLine 4s infinite linear;
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.webinar_cta .info_item {
    text-align: center;
    transition: transform 0.3s ease;
    flex: 1;
    min-width: 200px;
    max-width: 300px;
}.webinar_cta .info_item:hover {
    transform: translateY(-5px);
}.webinar_cta .info_item p, 
.webinar_cta .info_item a {
    border-radius: 10px;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    border: 1px solid transparent;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    justify-content: center;
    font-size: calc(17px - 2px);
    padding: 0.75rem;
    color: #ffffff;
    gap: 0.5rem;
    text-decoration: none;
}.webinar_cta .info_item svg {
    transition: fill 0.3s ease;
    fill: rgb(183,130,174);
    height: 1.25rem;
    width: 1.25rem;
}.webinar_cta .info_item a:hover {
    border-color: rgb(206,183,202,0.5);
    box-shadow: 0 0 15px rgb(206,183,202,0.5);
    background: #000000;
}.webinar_cta .info_item a:hover svg {
    fill: rgb(206,183,202);
}.webinar_cta .text_main_holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}.webinar_cta .top_learning {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.webinar_cta .top_learning svg {
    filter: drop-shadow(0 0 5px rgb(206,183,202,0.5));
    max-width: 180px;
    transition: filter 0.3s ease;
    height: auto;
}.webinar_cta .top_learning svg:hover {
    filter: drop-shadow(0 0 10px rgb(206,183,202));
}.webinar_cta .collab_net {
    max-width: 280px;
    color: #ffffff;
    opacity: 0.7;
    font-size: calc(16px - 1px);
    line-height: 1.5;
}.webinar_cta .head_teach {
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}.webinar_cta .head_teach h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    padding-bottom: 0.75rem;
    color: #ffffff;
    font-size: 19px;
    position: relative;
}.webinar_cta .head_teach h5::after {
    height: 2px;
    left: 0;
    width: 40px;
    content: '';
    bottom: 0;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(183,130,174);
}.webinar_cta .head_teach:hover h5::after {
    width: 80px;
}.webinar_cta .header_train {
    flex-direction: column;
    display: flex;
    gap: 0.75rem;
}.webinar_cta .header_train a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 17px;
    opacity: 0.8;
    padding-left: 1rem;
    color: #ffffff;
    position: relative;
}.webinar_cta .header_train a::before {
    content: '';
    height: 5px;
    background: rgb(183,130,174);
    border-radius: 50%;
    top: 50%;
    width: 5px;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}.webinar_cta .header_train a:hover {
    opacity: 1;
    color: rgb(206,183,202);
    transform: translateX(5px);
}.webinar_cta .header_train a:hover::before {
    box-shadow: 0 0 8px rgb(206,183,202);
    background: rgb(206,183,202);
    width: 7px;
    height: 7px;
}.webinar_cta .subscribe_holder {
    border: 1px solid rgb(183,130,174,0.5);
    gap: 1.25rem;
    display: flex;
    overflow: hidden;
    border-radius: 26px;
    flex-direction: column;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    position: relative;
}.webinar_cta .subscribe_holder::before {
    background: radial-gradient(circle at top right, rgb(206,183,202,0.5) 0%, transparent 70%);
    bottom: 0;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0.1;
    top: 0;
    z-index: -1;
}.webinar_cta .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 19px;
}.webinar_cta .subscribe_holder p {
    font-size: calc(17px - 1px);
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
}.webinar_cta .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 0.75rem;
}.webinar_cta .input_holder input[type="email"] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    font-size: 17px;
    color: #ffffff;
    flex: 1;
    border: 1px solid rgb(183,130,174,0.5);
    transition: all 0.3s ease;
    padding: 0.875rem 1rem;
    width: 100%;
}.webinar_cta .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(206,183,202,0.5);
    outline: none;
    border-color: rgb(206,183,202);
}.webinar_cta .input_holder input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.5;
}.webinar_cta .subscribe_widget {
    background: rgb(206,183,202);
    position: relative;
    font-size: 18px;
    overflow: hidden;
    width: 100%;
    border: none;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 0.875rem 1.5rem;
}.webinar_cta .subscribe_widget::before {
    content: '';
    height: 100%;
    transition: left 0.7s ease;
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
}.webinar_cta .subscribe_widget:hover {
    box-shadow: 0 0 15px rgb(183,130,174,0.5);
    background: rgb(183,130,174);
    transform: translateY(-2px);
}.webinar_cta .subscribe_widget:hover::before {
    left: 100%;
}.webinar_cta .compliance {
    text-align: center;
    border-top: 1px solid rgb(183,130,174,0.5);
    padding-top: 1.5rem;
    margin-top: 3rem;
    position: relative;
}.webinar_cta .compliance::before {
    top: -1px;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(183,130,174,0.5), transparent);
    height: 1px;
    content: '';
}.webinar_cta .green_edu {
    opacity: 0.7;
    font-size: 16px;
    color: #ffffff;
}

@media (max-width: 1024px) {.webinar_cta {
    padding: 4rem 0 1rem;
}.webinar_cta .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.webinar_cta .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.webinar_cta .input_holder {
    flex-direction: row;
}.webinar_cta .subscribe_widget {
    width: auto;
}
}

@media (max-width: 768px) {.webinar_cta {
    padding: 3rem 0 1rem;
}.webinar_cta .instant_contact {
    gap: 1rem;
    align-items: center;
    flex-direction: column;
}.webinar_cta .info_item {
    min-width: 100%;
}.webinar_cta .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.webinar_cta .subscribe_holder {
    grid-column: auto;
}.webinar_cta .top_learning {
    align-items: center;
    text-align: center;
}.webinar_cta .collab_net {
    max-width: 100%;
    text-align: center;
}.webinar_cta .head_teach h5 {
    text-align: center;
}.webinar_cta .head_teach h5::after {
    left: 50%;
    transform: translateX(-50%);
}.webinar_cta .header_train {
    align-items: center;
}.webinar_cta .header_train a {
    text-align: center;
}.webinar_cta .header_train a:hover {
    transform: translateY(-2px);
}.webinar_cta .input_holder {
    flex-direction: column;
}.webinar_cta .subscribe_widget {
    width: 100%;
}
}

@media (max-width: 480px) {.webinar_cta {
    padding: 2.5rem 0 1rem;
}.webinar_cta .info_item p, 
    .webinar_cta .info_item a {
    font-size: calc(17px - 3px);
}.webinar_cta .head_teach h5, 
    .webinar_cta .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}.webinar_cta .header_train a, 
    .webinar_cta .subscribe_holder p {
    font-size: calc(17px - 2px);
}.webinar_cta .green_edu {
    font-size: calc(16px - 2px);
}}.course_instructor {
    perspective: 1000px;
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(233,226,232) 30%, rgb(183,130,174,0.5) 100%);
}.course_instructor::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(206,183,202,0.5) 0,
        rgb(206,183,202,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    opacity: 0.1;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
}.course_instructor::after {
    filter: blur(60px);
    top: -20%;
    right: -10%;
    height: 140%;
    z-index: 0;
    content: "";
    transform: rotate(-15deg);
    width: 50%;
    position: absolute;
    background: rgb(206,183,202,0.5);
}.course_instructor .testimonial_track {
    position: relative;
    transform-style: preserve-3d;
    max-width: 1100px;
    gap: 0;
    margin: 0 auto;
    z-index: 1;
    transform: rotateX(5deg) rotateZ(-1deg);
    display: grid;
    grid-template-columns: 1fr 1.2fr;
}.course_instructor .main_photo {
    transform-style: preserve-3d;
    height: 450px;
    transition: all 0.7s ease;
    border-radius: 0;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    position: relative;
    transform: translateZ(30px);
    z-index: 2;
}.course_instructor .exp_section {
    z-index: 1;
    position: relative;
    margin-left: -3rem;
    transition: all 0.7s ease;
    transform: translateZ(10px);
    padding: 3rem 3rem 3rem 5rem;
    justify-content: center;
    background: #ffffff;
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
}.course_instructor .exp_section::before {
    left: 0;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(206,183,202), rgb(183,130,174));
    top: 50%;
    width: 10px;
    height: 60%;
}.course_instructor .name {
    transition: transform 0.5s ease;
    transform: translateZ(20px);
    font-size: calc(33px * 1.2);
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.5rem;
}.course_instructor .exp_section div:nth-child(2) {
    margin-bottom: 2rem;
    font-size: 20px;
    transform: translateZ(15px);
    transition: transform 0.5s ease 0.1s;
    color: rgb(183,130,174);
    font-weight: 600;
}.course_instructor .work_box {
    transform: translateZ(10px);
    font-size: 12px;
    transition: transform 0.5s ease 0.2s;
    position: relative;
    color: #000000;
    line-height: 1.7;
    font-style: italic;
}.course_instructor .work_box::after {
    font-size: 5rem;
    right: 0;
    content: "";
    line-height: 0;
    color: rgb(206,183,202,0.5);
    position: absolute;
    font-family: serif;
    bottom: -2rem;
}.course_instructor .testimonial_track:hover .main_photo {
    transform: translateZ(50px) translateX(-20px);
}.course_instructor .testimonial_track:hover .exp_section {
    transform: translateZ(30px) translateX(20px);
}.course_instructor .testimonial_track:hover .name {
    transform: translateZ(40px);
}.course_instructor .testimonial_track:hover .exp_section div:nth-child(2) {
    transform: translateZ(35px);
}.course_instructor .testimonial_track:hover .work_box {
    transform: translateZ(30px);
}

@media screen and (max-width: 991px) {.course_instructor .testimonial_track {
    grid-template-columns: 1fr;
    transform: none;
}.course_instructor .main_photo {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transform: none;
    height: 350px;
    margin-bottom: -2rem;
}.course_instructor .exp_section {
    transform: none;
    z-index: 3;
    margin-left: 0;
    padding: 3rem 2rem 2rem;
}.course_instructor .exp_section::before {
    transform: translateX(-50%);
    height: 5px;
    left: 50%;
    top: 0;
    width: 50%;
}.course_instructor .testimonial_track:hover .main_photo,
    .course_instructor .testimonial_track:hover .exp_section,
    .course_instructor .testimonial_track:hover .name,
    .course_instructor .testimonial_track:hover .exp_section div:nth-child(2),
    .course_instructor .testimonial_track:hover .work_box {
    transform: none;
}
}