* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    color: #000000;
    auto
contain
touch-action: none;
    height: 100%;
    scroll-snap-type: none;
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}.app_store {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.head_sitebar {
    flex: 1 0 auto;
}.wrapper-template {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.container {
    width: 1230px;
    margin: auto;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_program_description {
    background: linear-gradient(120deg, rgb(244,239,244) 0%, rgba(0, 0, 0, 0.5) 60%, rgb(207,178,206,0.5) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.course_program_description::before {
    opacity: 0.6;
    background: 
        radial-gradient(ellipse at 75% 40%, rgb(179,124,175,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 80%, rgb(207,178,206,0.5) 0%, transparent 40%);
    width: 100%;
    animation: pulseGlow 12s infinite alternate;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    z-index: 1;
    position: absolute;
}.course_program_description::after {
    background-image: 
        repeating-linear-gradient(45deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px),
        repeating-linear-gradient(135deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px);
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    animation: gridShift 30s linear infinite;
    opacity: 0.05;
    width: 100%;
    left: 0;
    z-index: 1;
}.course_program_description .container {
    position: relative;
    z-index: 3;
}.course_program_description .knowledge_sessions {
    border-radius: 28px;
    background: transparent;
    flex-direction: column;
    display: flex;
    overflow: visible;
    position: relative;
}.course_program_description .grow_skills {
    width: 75%;
    margin-left: auto;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(207,178,206,0.5),
        0 0 40px rgb(179,124,175,0.5);
    padding: 60px;
    z-index: 3;
    margin-right: auto;
    backdrop-filter: blur(10px);
    transform: translateY(80px);
    border-radius: 28px;
    background: #ffffff;
    position: relative;
}.course_program_description .grow_skills::before {
    z-index: -1;
    background: linear-gradient(135deg, rgb(207,178,206,0.5), rgb(179,124,175,0.5));
    right: -15px;
    animation: morphShape 15s infinite alternate ease-in-out;
    height: 200px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
    width: 200px;
    top: -15px;
    position: absolute;
}.course_program_description .site_prime {
    justify-content: center;
    border-radius: 30% 70% 50% 50% / 40% 40% 60% 60%;
    animation: floatAndRotate 8s ease-in-out infinite;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.5),
        0 0 0 8px #ffffff,
        0 0 0 12px rgb(207,178,206,0.5);
    top: -60px;
    align-items: center;
    left: 60px;
    position: absolute;
    display: flex;
    transform-origin: center center;
    width: 120px;
    height: 120px;
    background: #ffffff;
}.course_program_description .site_prime svg {
    fill: rgb(207,178,206);
    height: 60%;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 60%;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}.course_program_description .site_prime:hover svg {
    fill: rgb(179,124,175);
    transform: scale(1.2) rotate(-10deg);
}.course_program_description .site_prime svg path {
    stroke-width: 0.5;
    transition: stroke 0.4s ease;
    stroke: #000000;
}.course_program_description .site_prime:hover svg path {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    animation: drawPath 2s forwards;
    stroke: rgb(207,178,206);
}.course_program_description .grow_skills h3 {
    padding-bottom: 15px;
    transform: translateZ(0);
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    font-size: 35px;
}.course_program_description .grow_skills h3::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(207,178,206);
}.course_program_description .grow_skills h3::after {
    width: 80px;
    left: 15px;
    content: "";
    background: linear-gradient(90deg, rgb(207,178,206), transparent);
    height: 3px;
    bottom: 2.5px;
    position: absolute;
}.course_program_description .grow_skills p {
    font-weight: 400;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
}.course_program_description .grow_skills p::first-letter {
    font-weight: 700;
    margin-top: 8px;
    margin-right: 8px;
    font-size: 2em;
    color: rgb(207,178,206);
    float: left;
    line-height: 0.8;
}.course_program_description .image_wrapper {
    height: 400px;
    transition: transform 0.6s ease;
    transform: perspective(1200px) rotateY(-5deg) rotateX(3deg);
    overflow: hidden;
    margin-left: auto;
    width: 85%;
    box-shadow: 
        0 15px 35px -5px rgba(0, 0, 0, 0.5),
        0 0 0 5px #ffffff;
    border-radius: 
        28px 28px 
        calc(28px * 3) 28px;
    z-index: 2;
    position: relative;
}.course_program_description .knowledge_sessions:hover .image_wrapper {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg) translateZ(30px);
}.course_program_description .image_wrapper::before {
    left: 0;
    height: 100%;
    mix-blend-mode: multiply;
    width: 100%;
    top: 0;
    background: 
        linear-gradient(
            to right,
            rgb(207,178,206,0.5) 0%,
            transparent 40%,
            rgb(179,124,175,0.5) 100%
        );
    position: absolute;
    transition: opacity 0.5s ease;
    content: "";
    opacity: 0.7;
    z-index: 2;
}.course_program_description .knowledge_sessions:hover .image_wrapper::before {
    opacity: 0.5;
}.course_program_description .image_wrapper::after {
    position: absolute;
    height: 100%;
    mix-blend-mode: overlay;
    left: 0;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 10px
        );
    content: "";
    top: 0;
    width: 100%;
    z-index: 2;
    opacity: 0.1;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes morphShape {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}

@keyframes floatAndRotate {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-5px) rotate(-3deg);
    }
    75% {
        transform: translateY(5px) rotate(3deg);
    }
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

@media screen and (max-width: 1200px) {.course_program_description {
    padding: 100px 0;
}.course_program_description .grow_skills {
    padding: 50px;
    width: 85%;
    transform: translateY(70px);
}.course_program_description .image_wrapper {
    height: 350px;
    width: 90%;
}
}

@media screen and (max-width: 992px) {.course_program_description {
    padding: 80px 0;
}.course_program_description .knowledge_sessions {
    flex-direction: column-reverse;
}.course_program_description .grow_skills {
    transform: translateY(-70px);
    padding: 40px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}.course_program_description .site_prime {
    left: 40px;
    height: 100px;
    top: -50px;
    width: 100px;
}.course_program_description .image_wrapper {
    margin-left: 0;
    height: 320px;
    border-radius: 28px;
    width: 100%;
    transform: perspective(800px) rotateY(0) rotateX(0);
    margin-right: 0;
}.course_program_description .knowledge_sessions:hover .image_wrapper {
    transform: perspective(800px) rotateY(0) rotateX(0);
}
}

@media screen and (max-width: 768px) {.course_program_description {
    padding: 60px 0;
}.course_program_description .grow_skills {
    padding: 30px;
    width: 100%;
    transform: translateY(-60px);
}.course_program_description .site_prime {
    width: 80px;
    left: 30px;
    height: 80px;
    top: -40px;
}.course_program_description .grow_skills h3 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.85);
}.course_program_description .grow_skills p {
    font-size: calc(14px * 0.95);
}.course_program_description .image_wrapper {
    height: 280px;
}.course_program_description .grow_skills::before {
    top: -10px;
    height: 150px;
    width: 150px;
    right: -10px;
}
}

@media screen and (max-width: 576px) {.course_program_description {
    padding: 50px 0;
}.course_program_description .grow_skills {
    padding: 25px 20px;
    transform: translateY(-40px);
}.course_program_description .site_prime {
    width: 70px;
    height: 70px;
    left: 20px;
    top: -35px;
}.course_program_description .grow_skills h3 {
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: calc(35px * 0.75);
}.course_program_description .grow_skills h3::after {
    width: 60px;
}.course_program_description .grow_skills p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.course_program_description .image_wrapper {
    height: 220px;
}.course_program_description .grow_skills::before {
    height: 100px;
    width: 100px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    content: "";
    z-index: -2;
    bottom: 0;
    opacity: 0.9;
    right: 0;
    position: absolute;
    background: linear-gradient(145deg, rgb(244,239,244) 0%, rgb(207,178,206,0.5) 100%);
    top: 0;
    left: 0;
}footer::after {
    right: 0;
    top: 0;
    opacity: 0.1;
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
    background-image: 
        repeating-linear-gradient(0deg, rgb(207,178,206,0.5), rgb(207,178,206,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(207,178,206,0.5), rgb(207,178,206,0.5) 1px, transparent 1px, transparent 20px);
    z-index: -1;
}.app_store {
    position: relative;
    color: #000000;
    padding: 4rem 0 2rem;
}.app_store::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    position: absolute;
    background: linear-gradient(90deg, rgb(207,178,206), rgb(179,124,175));
}.app_store .container {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 3rem;
}.app_store .company_holder {
    background: #ffffff;
    position: relative;
    padding: 2rem 2.5rem;
    flex: 1 1 400px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.app_store .company_holder::before {
    left: 0;
    border-top-right-radius: 24px;
    content: "";
    top: 0;
    background: rgb(207,178,206);
    height: 5px;
    position: absolute;
    border-top-left-radius: 24px;
    width: 100%;
}.app_store .company_holder h3 {
    font-size: 32px;
    margin: 0 0 1.5rem;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 700;
    color: rgb(207,178,206);
}.app_store .company_holder h3::after {
    bottom: -0.5rem;
    height: 3px;
    width: 80px;
    background: rgb(179,124,175);
    left: 0;
    position: absolute;
    content: "";
}.app_store .recycle_info {
    font-size: 12px;
    color: #000000;
    line-height: 1.7;
    position: relative;
    border-radius: 10px;
    border-left: 3px solid rgb(179,124,175);
    background: rgb(244,239,244);
    padding: 1.5rem;
}.app_store .terms_legal {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.app_store .nav_lesson {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}.app_store .nav_prime {
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}.app_store .nav_prime h5 {
    margin: 0;
    color: #ffffff;
    padding: 1rem 1.5rem;
    position: relative;
    background: rgb(179,124,175);
    font-weight: 600;
    font-size: 20px;
}.app_store .nav_prime .nav_lesson {
    display: flex;
    padding: 1rem 0;
    flex-direction: column;
    gap: 0;
}.app_store .nav_prime .nav_lesson a {
    padding: 0.8rem 1.5rem;
    display: flex;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 12px;
    position: relative;
}.app_store .nav_prime .nav_lesson a::before {
    top: 0;
    background: rgb(244,239,244);
    position: absolute;
    width: 0;
    content: "";
    z-index: -1;
    height: 100%;
    transition: all 0.3s ease;
    left: 0;
}.app_store .nav_prime .nav_lesson a::after {
    left: 1.5rem;
    opacity: 0;
    top: 50%;
    height: 5px;
    content: "";
    width: 5px;
    background: rgb(179,124,175);
    transform: translateY(-50%);
    transition: all 0.3s ease;
    border-radius: 50%;
    position: absolute;
}.app_store .nav_prime .nav_lesson a:hover {
    padding-left: 2.2rem;
    color: rgb(207,178,206);
}.app_store .nav_prime .nav_lesson a:hover::before {
    width: 100%;
}.app_store .nav_prime .nav_lesson a:hover::after {
    opacity: 1;
}.math_tools {
    position: relative;
    background: rgb(244,239,244);
    padding: 2rem 0;
    margin-top: 3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.math_tools::before {
    top: 0;
    right: 10%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(207,178,206,0.5), transparent);
    position: absolute;
    left: 10%;
    height: 1px;
}.math_tools .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.math_tools .footer_address {
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-weight: 400;
    padding: 0.8rem 2rem;
    font-size: 15px;
    border-radius: 50px;
    color: #000000;
    background: #ffffff;
}

@media (max-width: 1200px) {.app_store .container {
    gap: 2rem;
}.app_store .company_holder {
    flex: 1 1 360px;
}.app_store .terms_legal {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.app_store .nav_lesson {
    gap: 2rem;
}
}

@media (max-width: 992px) {.app_store {
    padding: 3.5rem 0 2rem;
}.app_store .container {
    flex-direction: column;
    gap: 2.5rem;
}.app_store .company_holder,
    .app_store .terms_legal {
    min-width: 100%;
    flex: 1 1 100%;
}.app_store .nav_prime {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.app_store {
    padding: 3rem 0 1.5rem;
}.app_store .nav_lesson {
    gap: 1.5rem;
}.app_store .company_holder {
    padding: 2rem;
}.app_store .company_holder h3 {
    font-size: calc(32px - 2px);
}.math_tools {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.app_store {
    padding: 2.5rem 0 1rem;
}.app_store .container {
    gap: 1.5rem;
}.app_store .nav_prime {
    min-width: 100%;
    flex: 1 1 100%;
}.app_store .nav_lesson {
    gap: 1rem;
}.app_store .company_holder {
    padding: 1.5rem;
}.app_store .recycle_info {
    padding: 1.2rem;
}.math_tools {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}

@media (max-width: 420px) {.app_store .company_holder h3::after {
    width: 50px;
}.app_store .nav_prime .nav_lesson a:hover {
    padding-left: 2rem;
}.math_tools .footer_address {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.follow {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(207,178,206,0.5), rgb(179,124,175) 120%);
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 4rem 2rem;
}.follow::before {
    top: 0;
    pointer-events: none;
    z-index: -1;
    position: absolute;
    transform: translateX(-100%);
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 40%, transparent 60%);
    height: 100%;
    animation: lightSweep 8s ease-in-out infinite;
    content: "";
}.follow::after {
    animation: gradientShift 8s linear infinite;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, rgb(207,178,206), rgb(179,124,175), rgb(207,178,206));
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background-size: 200% 100%;
    z-index: 1;
}.follow .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.follow .knowledge_sessions {
    display: flex;
    border-radius: 10px;
    padding: 3rem 2.5rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.95);
}.follow .knowledge_sessions:hover {
    transform: perspective(1000px) rotateX(0);
}.follow h4 {
    padding-left: 1.5rem;
    line-height: 1.4;
    position: relative;
    margin: 0 0 1.5rem;
    transition: transform 0.3s ease;
    font-size: 19px;
    max-width: 90%;
    font-weight: 600;
    color: #000000;
}.follow h4::before {
    width: 4px;
    height: 80%;
    left: 0;
    transform-origin: top;
    position: absolute;
    top: 10%;
    background: rgb(207,178,206);
    animation: lineGrow 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    content: "";
    transform: scaleY(0);
}.follow .input_holder {
    flex-wrap: wrap;
    gap: 1rem;
    display: flex;
    margin-top: 1rem;
    transition: all 0.4s ease;
}.follow .input_holder span {
    min-width: 180px;
    position: relative;
    flex: 1 1 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
}.follow .input_holder span:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}.follow input[type="email"] {
    width: 100%;
    font-family: Arial, sans-serif;
    background: #ffffff;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    color: #000000;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: border 0.3s ease, box-shadow 0.3s ease;
}.follow input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(207,178,206,0.5);
    outline: none;
    border-color: rgb(207,178,206);
}.follow input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}.follow input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.follow .sub_banner {
    background: rgb(207,178,206);
    letter-spacing: 0.5px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    width: 100%;
    font-size: 19px;
    cursor: pointer;
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}.follow .sub_banner::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    transition: all 0.4s ease;
}.follow .sub_banner:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(179,124,175);
    transform: translateY(-2px);
}.follow .sub_banner:hover::before {
    transition: all 0.8s ease;
    left: 100%;
}.follow .sub_banner:active {
    transform: translateY(1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@keyframes lineGrow {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes lightSweep {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

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

@media screen and (min-width: 768px) {.follow {
    padding: 5rem 3rem;
}.follow .knowledge_sessions {
    padding: 3.5rem 3rem;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}.follow h4 {
    max-width: 50%;
    margin: 0;
    padding-right: 2rem;
}.follow .input_holder {
    justify-content: flex-end;
    flex: 1;
    margin-top: 0;
    max-width: 500px;
}
}

@media screen and (min-width: 992px) {.follow {
    padding: 6rem 4rem;
}.follow .knowledge_sessions {
    padding: 4rem;
}.follow h4 {
    font-size: calc(19px * 1.1);
}.follow .input_holder {
    gap: 1.5rem;
}
}

@media screen and (max-width: 767px) {.follow {
    padding: 3rem 1.5rem;
}.follow .knowledge_sessions {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 2rem;
}.follow h4 {
    font-size: calc(19px * 0.9);
    margin-bottom: 2rem;
}.follow .input_holder {
    gap: 0.8rem;
}.follow input[type="email"],
    .follow .sub_banner {
    padding: 0.9rem 1.2rem;
}
}

@media (prefers-reduced-motion) {.follow::before,
    .follow::after,
    .follow h4::before,
    .follow .sub_banner::before {
    animation: none;
}.follow .knowledge_sessions,
    .follow .knowledge_sessions:hover,
    .follow .input_holder span:hover,
    .follow .sub_banner:hover {
    transform: none;
    transition: none;
}}.launch_now {
    background: linear-gradient(135deg, rgb(207,178,206) 0%, rgb(179,124,175) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 4rem 2rem;
}.launch_now::before {
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 15px,
        transparent 15px,
        transparent 30px
    );
    content: "";
    left: 0;
    z-index: -1;
    position: absolute;
    top: 0;
}.launch_now::after {
    background: radial-gradient(circle, rgb(207,178,206,0.5) 0%, transparent 70%);
    width: 300px;
    z-index: -1;
    border-radius: 50%;
    content: "";
    filter: blur(20px);
    right: -100px;
    position: absolute;
    animation: float 15s infinite ease-in-out;
    opacity: 0.6;
    top: -150px;
    height: 300px;
}.launch_now .container {
    gap: 2.5rem;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    display: flex;
}.launch_now h6 {
    margin: 0;
    color: #ffffff;
    letter-spacing: 0.02em;
    transform: perspective(1000px) translateZ(10px);
    text-align: center;
    line-height: 1.4;
    max-width: 85%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-size: clamp(1.25rem, 2vw + 0.5rem, 2rem);
    font-weight: 600;
}.launch_now div div {
    perspective: 1000px;
    justify-content: center;
    display: flex;
}.launch_now div span {
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
}.launch_now .feedback_section {
    padding: 1rem 2rem;
    border: none;
    font-size: 15px;
    align-items: center;
    color: rgb(207,178,206);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    font-weight: 700;
    background-color: #ffffff;
    cursor: pointer;
    transform: translateZ(0);
    outline: none;
    overflow: hidden;
    min-width: 200px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    text-decoration: none;
    position: relative;
    justify-content: center;
    display: inline-flex;
}.launch_now .feedback_section::before {
    width: 100%;
    transform: translateX(-100%) skewX(-15deg);
    position: absolute;
    transition: transform 0.7s ease;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(
        45deg,
        transparent 20%,
        rgba(255, 255, 255, 0.2) 40%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.2) 60%,
        transparent 80%
    );
}.launch_now .feedback_section span {
    z-index: 2;
    transition: transform 0.3s ease;
    position: relative;
}.launch_now .feedback_section:hover {
    background-color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
    color: rgb(179,124,175);
    transform: translateY(-5px) scale(1.03);
}.launch_now .feedback_section:hover::before {
    transform: translateX(100%) skewX(-15deg);
}.launch_now .feedback_section:hover span {
    transform: translateX(5px);
}.launch_now .feedback_section:active {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px) scale(0.98);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(30px) scale(1.1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@media (max-width: 768px) {.launch_now {
    padding: 3rem 1.5rem;
}.launch_now h6 {
    font-size: clamp(1rem, 4vw, 1.5rem);
    max-width: 100%;
}.launch_now .feedback_section {
    padding: 0.875rem 1.5rem;
    min-width: 180px;
}
}

@media (max-width: 480px) {.launch_now {
    padding: 2.5rem 1rem;
}.launch_now .container {
    gap: 1.5rem;
}.launch_now h6 {
    line-height: 1.5;
    font-size: clamp(0.875rem, 3.5vw, 1.25rem);
}.launch_now .feedback_section {
    padding: 0.75rem 1.25rem;
    min-width: 160px;
}.launch_now::after {
    width: 200px;
    height: 200px;
}
}

@media (min-width: 1200px) {.launch_now {
    padding: 5rem 2rem;
}.launch_now h6 {
    max-width: 70%;
}.launch_now .feedback_section {
    min-width: 220px;
    padding: 1.125rem 2.25rem;
}
}

@media (prefers-reduced-motion: reduce) {.launch_now::after,
    .launch_now .feedback_section::before {
    animation: none;
    transition: none;
}.launch_now .feedback_section,
    .launch_now .feedback_section span,
    .launch_now div span {
    transition-duration: 0.1s;
}}.cookie_popup_overlay {
    width: 100%;
    background: rgb(244,239,244);
    border-top: 2px solid rgb(207,178,206);
    z-index: 90;
    bottom: 0;
    position: fixed;
}#cookie_box_notice {
    display: none;
}#cookie_box_notice:checked ~ .cookie_popup_overlay {
    visibility: hidden;
    opacity: 0;
}.cookie_protect {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}.cookie_popup_overlay h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_popup_overlay p {
    font-size: 18px;
}.learn_prefs {
    margin-right: 10px;
    flex-shrink: 0;
}.learn_prefs svg, .learn_prefs svg path, .learn_prefs img {
    fill: rgb(207,178,206);
    height: 100px;
    width: 100px;
}.user_alert {
    margin-left: 10px;
    font-size: 24px;
    color: rgb(207,178,206);
    white-space: nowrap;
    text-decoration: none;
    flex-shrink: 0;
    min-width: 120px;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
    border-bottom: 2px solid rgb(207,178,206);
}.cookie_popup_overlay p a {
    text-decoration: none;
    color: rgb(207,178,206);
}
@media only screen and (max-width: 1200px) {.cookie_popup_overlay {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.learn_prefs {
    display: none;
}.cookie_protect {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_popup_overlay h5 {
    text-align: center;
}.cookie_popup_overlay p {
    text-align: center;
}.gdpr_banner {
    margin-bottom: 20px;
}body .wrapper-template .user_alert {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-template .cookie_popup_overlay {
    box-shadow: rgb(179,124,175,0.5) 0px 0px 10px 10px;
    background: rgb(207,178,206);
}.wrapper-template .cookie_protect {
    justify-content: space-between;
    padding: 40px 0;
}.wrapper-template .user_alert {
    padding: 10px;
    color: rgb(207,178,206);
    border: none;
    background: #ffffff;
    margin-left: 30px;
    font-size: 20px;
}.wrapper-template .gdpr_banner {
    text-align: left;
    color: #ffffff;
}.wrapper-template .gdpr_banner h5 {
    font-weight: 700;
}.wrapper-template .gdpr_banner h5, .wrapper-template .gdpr_banner p {
    color: #ffffff;
}.wrapper-template .cookie_popup_overlay p a {
    text-decoration: underline;
    color: rgb(179,124,175);
}.pricing_set {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(244,239,244) 0%, #ffffff 100%);
}.pricing_set::before {
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(207,178,206,0.5) 0%, transparent 40%);
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
}.pricing_set .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.pricing_set .premium_cost {
    display: flex;
    flex-direction: column;
}.pricing_set .learning_cost {
    margin-right: auto;
    max-width: 800px;
    margin-bottom: 3rem;
    text-align: center;
    margin-left: auto;
    order: 1;
}.pricing_set .learning_cost h2 {
    font-size: 28px;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
}.pricing_set .learning_cost h2::after {
    width: 80px;
    background: rgb(207,178,206);
    position: absolute;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    bottom: -10px;
    left: 50%;
}.pricing_set .rate_choice {
    word-break: break-word;
    line-height: 1.6;
    margin: 0 auto;
    overflow-wrap: break-word;
    max-width: 600px;
    font-size: 13px;
    color: #000000;
}.pricing_set .plan_rates {
    display: grid;
    order: 2;
    margin-top: 2rem;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_set .payment_deals {
    background: #ffffff;
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    border-radius: 10px;
    text-decoration: none;
}.pricing_set .payment_deals:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.pricing_set .deal_opts {
    height: 100%;
    flex-direction: column;
    display: flex;
}.pricing_set .pricing_tiers {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    z-index: 1;
    word-break: break-word;
    padding: 2rem;
    overflow-wrap: break-word;
}.pricing_set .pricing_tiers::before {
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.7;
    width: 100%;
}.pricing_set .pricing_tiers h3 {
    position: relative;
    padding-bottom: 0.5rem;
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: calc(18px * 1.2);
}.pricing_set .pricing_tiers h3::after {
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
    bottom: 0;
    background: rgb(179,124,175);
    width: 40px;
    left: 0;
}.pricing_set .payment_deals:hover .pricing_tiers h3::after {
    width: 80px;
}.pricing_set .learning_fee {
    font-size: calc(18px * 1.5);
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
    color: rgb(207,178,206);
    font-weight: 700;
}.pricing_set .learning_fee::before {
    content: "";
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    bottom: -5px;
    background: rgb(207,178,206);
    position: absolute;
    height: 2px;
}.pricing_set .payment_deals:hover .learning_fee::before {
    width: 100%;
}.pricing_set .pricing_tiers p {
    color: #000000;
    overflow-wrap: break-word;
    line-height: 1.6;
    word-break: break-word;
    font-size: 13px;
    margin-top: auto;
}.pricing_set .image_wrapper {
    transition: transform 0.5s ease;
    position: relative;
    height: 200px;
    overflow: hidden;
}.pricing_set .image_wrapper::after {
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
}.pricing_set .payment_deals:hover .image_wrapper {
    transform: scale(1.05);
}.pricing_set .payment_deals:nth-child(odd) .deal_opts {
    flex-direction: column-reverse;
}.pricing_set .payment_deals:nth-child(3n+1) {
    border-top: 3px solid rgb(207,178,206);
}.pricing_set .payment_deals:nth-child(3n+2) {
    border-top: 3px solid rgb(179,124,175);
}.pricing_set .payment_deals:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.pricing_set .premium_cost {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.pricing_set .learning_cost {
    flex: 0 0 30%;
    margin-bottom: 0;
    order: 2;
    text-align: left;
}.pricing_set .learning_cost h2 {
    text-align: left;
}.pricing_set .learning_cost h2::after {
    transform: none;
    left: 0;
}.pricing_set .rate_choice {
    text-align: left;
    margin: 0;
}.pricing_set .plan_rates {
    flex: 0 0 65%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.pricing_set .plan_rates {
    grid-template-columns: repeat(2, 1fr);
}.pricing_set .payment_deals:nth-child(4n+1) {
    transform: translateY(20px);
}.pricing_set .payment_deals:nth-child(4n+3) {
    transform: translateY(-20px);
}.pricing_set .payment_deals:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.pricing_set {
    padding: 4rem 0;
}.pricing_set .pricing_tiers {
    padding: 1.5rem;
}.pricing_set .pricing_tiers h3 {
    font-size: 18px;
}.pricing_set .learning_fee {
    font-size: 18px;
}.pricing_set .pricing_tiers p {
    overflow-y: auto;
    max-height: 150px;
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}.pricing_set .image_wrapper {
    height: 150px;
}
}

@media (max-width: 480px) {.pricing_set .plan_rates {
    grid-template-columns: 1fr;
}.pricing_set .learning_cost h2 {
    font-size: calc(28px * 0.8);
}.pricing_set .rate_choice {
    font-size: calc(13px * 0.9);
}.pricing_set .pricing_tiers p {
    max-height: 120px;
}}header {
    width: 100%;
    border-bottom: 2px solid rgb(244,239,244);
    background-color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    z-index: 1000;
}header:before {
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(207,178,206), rgb(179,124,175), rgb(207,178,206));
    position: absolute;
    left: 0;
    content: '';
    animation: gradientMove 6s infinite linear;
    width: 100%;
    background-size: 200% 100%;
}header .site_info {
    padding: 0;
    width: 100%;
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 20px;
}header .page_top {
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}header .nav_prime {
    gap: 35px;
    align-items: center;
    display: flex;
}header .nav_learning {
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    padding: 5px 0;
    color: #000000;
    font-size: 15px;
}header .nav_learning:before {
    position: absolute;
    left: -15px;
    width: 6px;
    transition: transform 0.3s ease;
    content: '';
    transform: translateY(-50%) scale(0);
    height: 6px;
    top: 50%;
    border-radius: 10px;
    background-color: rgb(207,178,206);
}header .nav_learning:after {
    left: 0;
    background-color: rgb(207,178,206);
    position: absolute;
    transform-origin: center;
    width: 100%;
    height: 2px;
    transition: transform 0.3s ease;
    content: '';
    transform: scaleX(0);
    bottom: 0;
}header .nav_learning:hover {
    color: rgb(207,178,206);
}header .nav_learning:hover:before {
    transform: translateY(-50%) scale(1);
}header .nav_learning:hover:after {
    transform: scaleX(1);
}header .nav_begin {
    transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
    position: relative;
    display: flex;
    padding: 5px 10px;
}header .nav_begin:before {
    border: 2px solid transparent;
    top: 0;
    background: linear-gradient(to right, rgb(207,178,206), rgb(179,124,175)) border-box;
    left: 0;
    -webkit-mask-composite: xor;
    transition: opacity 0.3s ease;
    height: 100%;
    position: absolute;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    border-radius: 10px;
    content: '';
    opacity: 0;
    width: 100%;
    mask-composite: exclude;
}header .nav_begin:hover:before {
    opacity: 1;
}header .nav_begin svg {
    transition: transform 0.3s ease;
    width: auto;
    height: 42px;
}header .nav_begin:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .nav_prime {
    gap: 20px;
}header .nav_learning:before {
    left: -10px;
}header .nav_begin svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav_prime {
    border-bottom: 3px solid rgb(207,178,206);
    max-height: 0;
    transition: max-height 0.4s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 0;
    width: 100%;
    gap: 0;
    position: absolute;
    background-color: #ffffff;
    left: 0;
    top: 100%;
    z-index: 1001;
    flex-direction: column;
    overflow: hidden;
}header .menu.active {
    max-height: 400px;
}header .nav_learning {
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid rgb(244,239,244);
}header .nav_learning:last-child {
    border-bottom: none;
}header .nav_learning:before {
    left: 5px;
}header .page_top {
    padding: 5px 0;
}header .nav_begin {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .nav_begin svg {
    height: 32px;
}}.get_help_info {
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}.get_help_info::before {
    top: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(207,178,206,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(179,124,175,0.5) 0%, transparent 25%);
    left: 0;
    opacity: 0.15;
    content: "";
    right: 0;
    bottom: 0;
    position: absolute;
}.get_help_info::after {
    position: absolute;
    top: 0;
    animation: backgroundShift 15s linear infinite;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    z-index: 1;
    background: 
        linear-gradient(90deg, transparent 0%, rgb(207,178,206,0.5) 50%, transparent 100%) 0% 0% / 200% 100%,
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px);
}@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}
.get_help_info .container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.get_help_info .send_message {
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.15),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-radius: 30px;
}.get_help_info .send_message::before {
    top: -50%;
    transform: rotate(30deg);
    width: 200%;
    pointer-events: none;
    height: 200%;
    position: absolute;
    animation: reflectionEffect 8s linear infinite;
    left: -50%;
    content: "";
    background: linear-gradient(
        to bottom right,
        transparent,
        transparent,
        transparent,
        transparent,
        rgba(255, 255, 255, 0.08),
        transparent,
        transparent,
        transparent
    );
}@keyframes reflectionEffect {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(100%);
    }
}
.get_help_info .submit_feedback {
    font-size: 29px;
    letter-spacing: 2px;
    background: linear-gradient(90deg, transparent, rgb(207,178,206,0.5), transparent);
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    position: relative;
    font-weight: 700;
    color: #ffffff;
}.get_help_info .submit_feedback::after {
    height: 3px;
    width: 80px;
    border-radius: 10px;
    background: rgb(207,178,206);
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    bottom: 0;
}.get_help_info .image_wrapper {
    overflow: hidden;
    height: 280px;
    position: relative;
    transition: transform 0.5s ease;
    width: 100%;
}.get_help_info .image_wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 80px;
    background: linear-gradient(to bottom, transparent, #000000);
    left: 0;
    right: 0;
}.get_help_info .join_conversation {
    padding: 40px 50px;
    gap: 20px;
    display: grid;
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr;
}.get_help_info .join_conversation p {
    display: flex;
    padding-bottom: 10px;
    position: relative;
    align-items: baseline;
    margin: 0;
    word-break: break-word;
    font-size: 12px;
    line-height: 1.5;
    transition: transform 0.3s ease;
    color: #000000;
    padding-left: 28px;
}.get_help_info .join_conversation p:hover {
    transform: translateX(5px);
}.get_help_info .join_conversation p svg {
    stroke-linecap: round;
    left: 0;
    top: 0.25em;
    transition: all 0.3s ease;
    height: 18px;
    position: absolute;
    filter: drop-shadow(0 0 2px rgb(207,178,206,0.5));
    fill: none;
    stroke-linejoin: round;
    stroke: rgb(207,178,206);
    width: 18px;
    stroke-width: 2;
}.get_help_info .join_conversation p:hover svg {
    filter: drop-shadow(0 0 4px rgb(207,178,206));
    transform: scale(1.2);
    stroke: #ffffff;
}.get_help_info .join_conversation p svg path {
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    animation: svgDraw 1.2s forwards;
}.get_help_info .join_conversation p:nth-child(1) svg path {
    animation-delay: 0.1s;
}.get_help_info .join_conversation p:nth-child(2) svg path {
    animation-delay: 0.3s;
}.get_help_info .join_conversation p:nth-child(3) svg path {
    animation-delay: 0.5s;
}.get_help_info .join_conversation p:nth-child(4) svg path {
    animation-delay: 0.7s;
}@keyframes svgDraw {
    to {
        stroke-dashoffset: 0;
    }
}
.get_help_info .join_conversation p::before {
    display: none;
}.get_help_info .join_conversation p span {
    max-width: 100%;
    display: inline-block;
    white-space: normal;
    font-weight: 400;
}.get_help_info .join_conversation p a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}.get_help_info .join_conversation p a::after {
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    position: absolute;
    height: 1px;
    background: rgb(207,178,206);
    bottom: -2px;
}.get_help_info .join_conversation p a:hover {
    color: rgb(207,178,206);
}.get_help_info .join_conversation p a:hover::after {
    width: 100%;
}.get_help_info .edu_talk {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
    padding-top: 20px;
}.get_help_info .connect_experts {
    font-size: 19px;
    padding-left: 20px;
    align-items: center;
    color: #ffffff;
    position: relative;
    margin: 0 0 15px 0;
    display: flex;
    font-weight: 600;
}.get_help_info .connect_experts svg {
    stroke-width: 2;
    stroke-linejoin: round;
    width: 14px;
    stroke-linecap: round;
    position: absolute;
    left: 0;
    height: 14px;
    transform: translateY(-50%);
    fill: none;
    top: 50%;
    animation: clockAnimation 4s linear infinite;
    stroke: rgb(179,124,175);
}@keyframes clockAnimation {
    0%, 100% {
        transform: translateY(-50%) rotate(0deg);
    }
    25% {
        transform: translateY(-50%) rotate(90deg);
    }
    50% {
        transform: translateY(-50%) rotate(180deg);
    }
    75% {
        transform: translateY(-50%) rotate(270deg);
    }
}
.get_help_info .connect_experts::before {
    display: none;
}.get_help_info .reach_contact {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.get_help_info .msg_support {
    font-size: 12px;
    color: #000000;
    transition: all 0.3s ease;
    align-items: center;
    border-left: 3px solid rgb(179,124,175);
    border-radius: 0 10px 10px 0;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
}.get_help_info .msg_support:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.get_help_info .msg_support svg {
    height: 12px;
    stroke-width: 2;
    stroke: rgb(179,124,175);
    stroke-linejoin: round;
    stroke-linecap: round;
    width: 12px;
    opacity: 0.7;
    fill: none;
    transition: all 0.3s ease;
    margin-right: 8px;
}.get_help_info .msg_support:hover svg {
    stroke: #ffffff;
    opacity: 1;
    transform: rotate(45deg);
}
@media (min-width: 768px) {.get_help_info .send_message {
    flex-wrap: wrap;
    flex-direction: row;
}.get_help_info .submit_feedback {
    width: 100%;
}.get_help_info .image_wrapper {
    height: auto;
    width: 35%;
    min-height: 350px;
}.get_help_info .join_conversation {
    padding: 40px;
    width: 65%;
}.get_help_info .join_conversation p svg {
    height: 20px;
    width: 20px;
}.get_help_info .edu_talk {
    padding: 0 40px 40px;
    width: 100%;
    margin-top: 30px;
}.get_help_info .connect_experts svg {
    width: 16px;
    height: 16px;
}.get_help_info .reach_contact {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.get_help_info .msg_support svg {
    height: 14px;
    width: 14px;
}
}
@media (max-width: 767px) {.get_help_info {
    padding: 60px 0;
}.get_help_info .image_wrapper {
    height: 220px;
}.get_help_info .submit_feedback {
    padding: 20px 0;
    font-size: calc(29px - 2px);
}.get_help_info .join_conversation {
    padding: 30px 25px;
    gap: 15px;
}.get_help_info .join_conversation p svg {
    height: 16px;
    top: 0.3em;
    width: 16px;
}.get_help_info .edu_talk {
    margin-top: 10px;
    padding: 20px 25px 30px;
}.get_help_info .reach_contact {
    grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {.get_help_info {
    padding: 40px 0;
}.get_help_info .image_wrapper {
    height: 180px;
}.get_help_info .submit_feedback {
    padding: 15px 0;
    font-size: calc(29px - 4px);
}.get_help_info .submit_feedback::after {
    width: 60px;
}.get_help_info .join_conversation {
    padding: 20px 15px;
}.get_help_info .join_conversation p {
    font-size: calc(12px - 1px);
    padding-left: 24px;
}.get_help_info .join_conversation p svg {
    height: 14px;
    width: 14px;
    top: 0.35em;
}.get_help_info .connect_experts svg {
    height: 12px;
    width: 12px;
}.get_help_info .msg_support svg {
    height: 10px;
    width: 10px;
    margin-right: 6px;
}
}
@media (min-width: 992px) {.get_help_info .send_message {
    max-width: 1200px;
    margin: 0 auto;
}.get_help_info .image_wrapper {
    transition: transform 0.5s ease;
}.get_help_info .image_wrapper:hover {
    transform: scale(1.02);
}.get_help_info .join_conversation {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.get_help_info .join_conversation p svg {
    width: 22px;
    height: 22px;
}.get_help_info .edu_talk {
    grid-column: 1 / span 2;
}.get_help_info .connect_experts svg {
    width: 18px;
    height: 18px;
}}.connect_with_us {
    background: rgb(244,239,244);
    overflow: hidden;
    padding: 90px 0;
    position: relative;
}.connect_with_us::before {
    right: -150px;
    position: absolute;
    top: -150px;
    height: 400px;
    z-index: 1;
    content: "";
    background: linear-gradient(45deg, rgb(207,178,206,0.5), rgb(179,124,175,0.5));
    filter: blur(70px);
    width: 400px;
    border-radius: 50%;
}.connect_with_us::after {
    width: 300px;
    left: -100px;
    border-radius: 50%;
    background: linear-gradient(225deg, rgb(179,124,175,0.5), rgb(207,178,206,0.5));
    bottom: -100px;
    z-index: 1;
    content: "";
    filter: blur(60px);
    position: absolute;
    height: 300px;
}.connect_with_us .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}.connect_with_us h2 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
    font-size: 33px;
    text-align: center;
    position: relative;
}.connect_with_us h2::before {
    background: rgb(207,178,206,0.5);
    z-index: -1;
    width: 50px;
    position: absolute;
    content: "";
    border-radius: 50%;
    left: calc(50% - 120px);
    height: 50px;
    top: -25px;
}.connect_with_us h2::after {
    z-index: -1;
    right: calc(50% - 100px);
    height: 30px;
    content: "";
    background: rgb(179,124,175,0.5);
    border-radius: 50%;
    position: absolute;
    width: 30px;
    bottom: -15px;
}.connect_with_us .request_box {
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}.connect_with_us .request_box::before {
    pointer-events: none;
    content: "";
    z-index: 0;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(207,178,206,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(179,124,175,0.5) 99%
    );
    position: absolute;
    inset: 0;
}.connect_with_us .image_wrapper {
    flex: 0 0 45%;
    transition: transform 0.5s ease;
    min-height: 500px;
    position: relative;
}.connect_with_us .image_wrapper::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    inset: 0;
    content: "";
    position: absolute;
    z-index: 1;
}.connect_with_us .image_wrapper::after {
    top: 20px;
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    content: "";
    z-index: 2;
    left: 20px;
    bottom: 20px;
    right: 20px;
}.connect_with_us .request_info {
    justify-content: center;
    flex: 0 0 55%;
    position: relative;
    flex-direction: column;
    padding: 60px;
    display: flex;
}.connect_with_us form {
    position: relative;
    z-index: 3;
}.connect_with_us form h3 {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin-bottom: 30px;
}.connect_with_us form input[type="text"] {
    padding: 18px 25px;
    border: none;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 12px;
    margin-bottom: 25px;
    border-radius: 12px;
    background: rgb(244,239,244);
    color: #000000;
}.connect_with_us form input[type="text"]:focus {
    border: 1px solid transparent;
    box-shadow: 0 5px 15px rgba(rgb(207,178,206), 0.1);
    outline: none;
    background: linear-gradient(rgb(244,239,244), rgb(244,239,244)) padding-box,
                linear-gradient(to right, rgb(207,178,206), rgb(179,124,175)) border-box;
}.connect_with_us form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.connect_with_us .request_inquiry {
    margin-bottom: 30px;
    position: relative;
}.connect_with_us .request_inquiry input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_with_us .request_inquiry label {
    font-size: 14px;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    align-items: center;
    color: #000000;
    display: flex;
}.connect_with_us .request_inquiry label::before {
    left: 0;
    background: rgb(244,239,244);
    border-radius: 6px;
    content: "";
    position: absolute;
    top: 0;
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
}.connect_with_us .request_inquiry input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(207,178,206), rgb(179,124,175));
}.connect_with_us .request_inquiry input[type="checkbox"]:checked + label::after {
    left: 8px;
    width: 6px;
    position: absolute;
    border-width: 0 2px 2px 0;
    top: 4px;
    border: solid #ffffff;
    content: "";
    height: 12px;
    transform: rotate(45deg);
}.connect_with_us .request_inquiry label a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(207,178,206);
    transition: color 0.3s ease;
}.connect_with_us .request_inquiry label a:hover {
    color: rgb(179,124,175);
}.connect_with_us .feedback_section {
    background: linear-gradient(135deg, rgb(207,178,206), rgb(179,124,175));
    color: #ffffff;
    font-weight: 600;
    padding: 20px;
    transition: all 0.5s ease;
    overflow: hidden;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    font-size: 17px;
    z-index: 1;
    position: relative;
    width: 100%;
}.connect_with_us .feedback_section::before {
    height: 100%;
    transition: transform 0.5s ease;
    background: linear-gradient(135deg, rgb(179,124,175), rgb(207,178,206));
    position: absolute;
    width: 100%;
    transform-origin: right;
    content: "";
    transform: scaleX(0);
    z-index: -1;
    left: 0;
    top: 0;
}.connect_with_us .feedback_section:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.connect_with_us svg {
    stroke: rgb(207,178,206);
    transition: all 0.3s ease;
    margin-right: 12px;
    fill: none;
    height: 24px;
    width: 24px;
}.connect_with_us svg path {
    stroke: rgb(207,178,206);
    stroke-width: 2;
    transition: all 0.3s ease;
    fill: none;
}.connect_with_us svg:hover,
.connect_with_us svg:hover path {
    stroke: rgb(179,124,175);
}

@media (max-width: 1024px) {.connect_with_us {
    padding: 70px 0;
}.connect_with_us .request_info {
    padding: 45px;
}.connect_with_us .image_wrapper {
    min-height: 450px;
}
}

@media (max-width: 768px) {.connect_with_us {
    padding: 60px 0;
}.connect_with_us h2 {
    margin-bottom: 40px;
}.connect_with_us .request_box {
    flex-direction: column;
}.connect_with_us .image_wrapper {
    width: 100%;
    flex: 0 0 300px;
    min-height: 300px;
}.connect_with_us .request_info {
    flex: 0 0 auto;
    padding: 40px 30px;
}.connect_with_us form h3 {
    margin-bottom: 25px;
}.connect_with_us form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}
}

@media (max-width: 480px) {.connect_with_us {
    padding: 50px 0;
}.connect_with_us h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}.connect_with_us .image_wrapper {
    min-height: 220px;
}.connect_with_us .request_info {
    padding: 30px 20px;
}.connect_with_us form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 20px;
}.connect_with_us form input[type="text"] {
    margin-bottom: 16px;
    font-size: calc(12px * 0.95);
    padding: 14px 16px;
}.connect_with_us .feedback_section {
    padding: 16px;
}.connect_with_us .request_inquiry label {
    font-size: calc(14px * 0.95);
}}.thankYouWeb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(244,239,244) 0%, #ffffff 100%);
    padding: 120px 0;
}.thankYouWeb::before {
    content: "";
    background: rgb(179,124,175,0.5);
    filter: blur(80px);
    left: -50px;
    height: 300px;
    width: 300px;
    position: absolute;
    animation: float 12s ease-in-out infinite;
    z-index: 0;
    top: -50px;
}.thankYouWeb::after {
    background: rgb(207,178,206,0.5);
    animation: float 15s ease-in-out infinite reverse;
    height: 280px;
    content: "";
    bottom: -80px;
    width: 280px;
    position: absolute;
    filter: blur(70px);
    right: -80px;
    z-index: 0;
}.thankYouWeb .container {
    z-index: 2;
    position: relative;
}.thankYouWeb .knowledge_sessions {
    backdrop-filter: blur(15px);
    clip-path: polygon(
        0% 0%, 
        97% 0%, 
        100% 3%, 
        100% 100%, 
        3% 100%, 
        0% 97%
    );
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    gap: 2rem;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    grid-template-columns: 1fr;
    display: grid;
}.thankYouWeb .knowledge_sessions::before {
    opacity: 0.08;
    top: 0;
    content: "";
    background-size: 10px 10px;
    pointer-events: none;
    left: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent 48%, rgb(179,124,175,0.5) 49%, transparent 51%);
    height: 100%;
    width: 100%;
}.thankYouWeb .knowledge_sessions > div:first-child {
    position: relative;
}.thankYouWeb .knowledge_sessions > div:first-child::after {
    position: absolute;
    content: "";
    width: 80px;
    bottom: -1rem;
    height: 4px;
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
    left: 0;
    background: linear-gradient(90deg, rgb(207,178,206) 0%, rgb(179,124,175) 100%);
}.thankYouWeb .knowledge_sessions:hover > div:first-child::after {
    transform: scaleX(1.5);
}.thankYouWeb h5 {
    font-weight: 700;
    line-height: 1.3;
    transform: translateX(0);
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    font-size: 22px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    color: #000000;
}.thankYouWeb .knowledge_sessions:hover h5 {
    transform: translateX(10px);
}.thankYouWeb a {
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    transform: translateY(0);
    position: relative;
    text-decoration: none;
}.thankYouWeb a:hover {
    transform: translateY(-5px);
}.thankYouWeb a::before {
    position: absolute;
    opacity: 0;
    width: 100%;
    background: linear-gradient(to top, rgb(207,178,206,0.5) 0%, transparent 100%);
    bottom: 0;
    content: "";
    z-index: -1;
    left: 0;
    transition: height 0.5s ease, opacity 0.5s ease;
    height: 0;
}.thankYouWeb a:hover::before {
    height: 100%;
    opacity: 0.1;
}.thankYouWeb p {
    font-family: Arial, sans-serif;
    margin: 0;
    color: #000000;
    line-height: 1.7;
    font-size: 13px;
    font-weight: 400;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

@media (min-width: 768px) {.thankYouWeb {
    padding: 150px 0;
}.thankYouWeb .knowledge_sessions {
    gap: 3rem;
    padding: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.thankYouWeb h5 {
    margin-bottom: 0;
    font-size: calc(22px * 1.1);
}.thankYouWeb p {
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.thankYouWeb {
    padding: 180px 0;
}.thankYouWeb .knowledge_sessions {
    padding: 5rem;
}.thankYouWeb h5 {
    font-size: calc(22px * 1.2);
}.thankYouWeb .knowledge_sessions > div:first-child::after {
    width: 100px;
}
}

@media (max-width: 767px) {.thankYouWeb {
    padding: 80px 0;
}.thankYouWeb .knowledge_sessions {
    padding: 2.5rem;
}.thankYouWeb h5 {
    font-size: calc(22px * 0.9);
}.thankYouWeb p {
    font-size: calc(13px * 0.95);
}.thankYouWeb .knowledge_sessions > div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.thankYouWeb {
    padding: 60px 0;
}.thankYouWeb .knowledge_sessions {
    padding: 2rem;
    clip-path: polygon(
            0% 0%, 
            95% 0%, 
            100% 5%, 
            100% 100%, 
            5% 100%, 
            0% 95%
        );
}.thankYouWeb h5 {
    font-size: calc(22px * 0.85);
}.thankYouWeb p {
    font-size: calc(13px * 0.9);
}}.our_team {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0 120px;
}.our_team::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    z-index: -1;
    width: 100%;
}.our_team::after {
    position: absolute;
    filter: blur(40px);
    right: -10%;
    width: 60%;
    z-index: -1;
    height: 60%;
    animation: floatGradient 20s ease-in-out infinite alternate;
    transform: rotate(-15deg);
    top: -10%;
    background: linear-gradient(to bottom right, 
        rgb(179,124,175) 0%, 
        rgb(207,178,206) 100%);
    opacity: 0.15;
    content: "";
}.our_team h4 {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    font-size: calc(22px * 1.1);
    color: #ffffff;
    opacity: 1;
    letter-spacing: 3px;
    transform: translateY(0);
}.our_team h4::after {
    transform: translateX(-50%);
    content: "";
    width: 60px;
    bottom: -10px;
    background: rgb(179,124,175);
    left: 50%;
    position: absolute;
    height: 2px;
}.our_team .container {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
}.our_team .text_cube {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    -webkit-backdrop-filter: blur(10px);
    padding: 50px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    position: relative;
    border-left: 4px solid rgb(179,124,175);
}.our_team .text_cube:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 
                0 10px 20px rgba(0, 0, 0, 0.15);
}.our_team .text_cube::before {
    left: 0;
    height: 100%;
    opacity: 0.07;
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, 
        rgb(207,178,206,0.5) 0%, 
        transparent 40%);
}.our_team h6 {
    font-size: calc(19px * 1.2);
    color: rgb(179,124,175);
    position: relative;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}.our_team h6::after {
    background: rgb(179,124,175);
    height: 2px;
    left: 0;
    transition: width 0.4s ease;
    content: "";
    bottom: -8px;
    position: absolute;
    width: 40%;
}.our_team .text_cube:hover h6::after {
    width: 70%;
}.our_team span {
    display: block;
    opacity: 0.9;
    line-height: 1.8;
    column-gap: 40px;
    font-family: Arial, sans-serif;
    text-align: justify;
    columns: 1;
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
}

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

@media screen and (min-width: 768px) {.our_team span {
    columns: 2;
}.our_team .text_cube {
    padding: 60px;
}
}

@media screen and (min-width: 992px) {.our_team {
    padding: 140px 0 160px;
}.our_team h4 {
    margin-bottom: 60px;
    font-size: calc(22px * 1.3);
}.our_team h6 {
    margin-bottom: 30px;
    font-size: calc(19px * 1.4);
}.our_team .text_cube {
    margin: 0 auto;
    max-width: 90%;
    padding: 70px;
}
}

@media screen and (max-width: 767px) {.our_team {
    padding: 70px 0 80px;
}.our_team h4 {
    margin-bottom: 30px;
    font-size: 22px;
}.our_team .text_cube {
    padding: 30px 25px;
}.our_team h6 {
    font-size: 19px;
    margin-bottom: 20px;
}.our_team span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (hover: hover) {.our_team .text_cube::after {
    bottom: 0;
    pointer-events: none;
    right: 0;
    transition: opacity 0.5s ease;
    opacity: 0;
    content: "";
    background: linear-gradient(135deg, 
            rgba(255, 255, 255, 0.1) 0%, 
            rgba(255, 255, 255, 0) 50%);
    left: 0;
    position: absolute;
    top: 0;
}.our_team .text_cube:hover::after {
    opacity: 1;
}
}

@media (prefers-reduced-motion: reduce) {.our_team .text_cube,
    .our_team .text_cube:hover,
    .our_team h6::after,
    .our_team .text_cube:hover h6::after,
    .our_team::after {
    transition: none;
    animation: none;
    transform: none;
}}.educational_yield {
    background: linear-gradient(135deg, rgb(244,239,244) 0%, rgb(179,124,175,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 8rem 2rem;
}.educational_yield::before {
    content: "";
    pointer-events: none;
    background-image: radial-gradient(circle at 80% 20%, rgb(207,178,206,0.5) 0%, transparent 60%);
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
}.educational_yield::after {
    width: 20rem;
    bottom: -5rem;
    z-index: 0;
    content: "";
    background: linear-gradient(45deg, rgb(179,124,175,0.5) 0%, transparent 70%);
    filter: blur(5rem);
    position: absolute;
    height: 20rem;
    pointer-events: none;
    right: -5rem;
}.educational_yield h5 {
    transform: translateY(0);
    margin-bottom: 4rem;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    margin-right: auto;
    max-width: 80%;
    margin-left: auto;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    color: #000000;
    z-index: 2;
    font-weight: 700;
}.educational_yield h5::after {
    height: 0.25rem;
    position: absolute;
    content: "";
    border-radius: 10px;
    bottom: -1rem;
    width: 6rem;
    background: linear-gradient(90deg, rgb(207,178,206) 0%, rgb(179,124,175) 100%);
    left: 50%;
    transform: translateX(-50%);
}.educational_yield .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.educational_yield .knowledge_sessions {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 1rem;
    position: relative;
}.educational_yield .knowledge_sessions > div:first-child {
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
    order: 1;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 29px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.educational_yield .knowledge_sessions > div:first-child::before {
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    pointer-events: none;
    opacity: 0.4;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(207,178,206,0.5) 100%);
}.educational_yield .knowledge_sessions > div:first-child:hover {
    transform: perspective(1000px) rotateY(0deg);
}.educational_yield .image_wrapper {
    width: 100%;
    display: block;
    transform: scale(1.05);
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}.educational_yield .knowledge_sessions > div:first-child:hover .image_wrapper {
    transform: scale(1);
}.educational_yield .text_cube {
    order: 2;
    position: relative;
    padding: 1rem;
}.educational_yield .text_cube::before {
    z-index: -1;
    filter: blur(2rem);
    top: -3rem;
    height: 8rem;
    background: radial-gradient(circle, rgb(179,124,175,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    left: -1rem;
    width: 8rem;
    pointer-events: none;
}.educational_yield ul {
    list-style: none;
    display: grid;
    gap: 1.75rem;
    margin: 0;
    grid-template-columns: 1fr;
    padding: 0;
}.educational_yield li {
    transition: transform 0.4s ease-out;
    position: relative;
    padding-left: 3rem;
    transform: translateX(0);
}.educational_yield li:hover {
    transform: translateX(0.5rem);
}.educational_yield li div {
    position: relative;
}.educational_yield li p {
    position: relative;
    line-height: 1.6;
    display: flex;
    margin: 0;
    align-items: flex-start;
    font-size: 17px;
    color: #000000;
}.educational_yield li p svg {
    top: 0.125rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    left: -3rem;
    width: 1.75rem;
    transition: transform 0.3s ease;
    height: 1.75rem;
    position: absolute;
}.educational_yield li:hover p svg {
    transform: rotate(10deg) scale(1.1);
}.educational_yield li p svg path {
    transition: fill 0.3s ease;
    fill: rgb(207,178,206);
}.educational_yield li:hover p svg path {
    fill: rgb(179,124,175);
}.educational_yield li:nth-child(odd) {
    transform: translateX(0);
}.educational_yield li:nth-child(odd):hover {
    transform: translateX(0.5rem);
}.educational_yield li:nth-child(even) {
    transform: translateX(0);
}.educational_yield li:nth-child(even):hover {
    transform: translateX(0.5rem);
}

@media (min-width: 768px) {.educational_yield {
    padding: 10rem 3rem;
}.educational_yield h5 {
    max-width: 70%;
    font-size: calc(24px * 1.2);
}.educational_yield .knowledge_sessions {
    align-items: center;
    gap: 5rem;
    flex-direction: row;
}.educational_yield .knowledge_sessions > div:first-child {
    order: 0;
    transform: perspective(1000px) rotateY(-8deg);
    flex: 0 0 45%;
}.educational_yield .text_cube {
    flex: 0 0 50%;
    padding-right: 2rem;
}.educational_yield ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 3rem;
}.educational_yield li:nth-child(odd) {
    transform: translateY(-0.5rem);
}.educational_yield li:nth-child(odd):hover {
    transform: translateY(-0.5rem) translateX(0.5rem);
}.educational_yield li:nth-child(even) {
    transform: translateY(0.5rem);
}.educational_yield li:nth-child(even):hover {
    transform: translateY(0.5rem) translateX(0.5rem);
}
}

@media (min-width: 992px) {.educational_yield {
    padding: 12rem 4rem;
}.educational_yield h5 {
    max-width: 60%;
    font-size: calc(24px * 1.4);
}.educational_yield .knowledge_sessions {
    gap: 8rem;
}.educational_yield .knowledge_sessions > div:first-child {
    flex: 0 0 40%;
}.educational_yield .text_cube {
    flex: 0 0 55%;
}.educational_yield li p {
    font-size: calc(17px * 1.05);
}.educational_yield li p svg {
    width: 2rem;
    height: 2rem;
}
}

@media (min-width: 1200px) {.educational_yield .knowledge_sessions > div:first-child::after {
    border-radius: 10px;
    right: -2rem;
    bottom: -2rem;
    z-index: -1;
    filter: blur(1rem);
    background: linear-gradient(45deg, rgb(207,178,206,0.5) 0%, rgb(179,124,175,0.5) 100%);
    height: 70%;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    opacity: 0.7;
    transform: rotate(-5deg);
    width: 70%;
    content: "";
}.educational_yield .knowledge_sessions > div:first-child:hover::after {
    transform: rotate(0deg);
}.educational_yield ul {
    gap: 3rem 4rem;
}
}

@media (max-width: 767px) {.educational_yield {
    padding: 6rem 1.5rem;
}.educational_yield h5 {
    font-size: calc(24px * 0.9);
    margin-bottom: 3rem;
    max-width: 100%;
}.educational_yield li {
    margin-bottom: 1.25rem;
}.educational_yield li p {
    font-size: calc(17px * 0.95);
}}.teaching_history {
    padding: 8rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to bottom, #000000 0%, rgb(244,239,244) 100%);
}.teaching_history::before {
    width: 100%;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(207,178,206,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(179,124,175,0.5) 0%, transparent 25%);
    top: 0;
    filter: blur(60px);
    animation: ambientLight 20s ease-in-out infinite alternate;
    height: 100%;
    content: "";
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.teaching_history .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
    perspective: 1000px;
    z-index: 2;
}.teaching_history .student_praise {
    display: flex;
    transform-style: preserve-3d;
    border-radius: 17px;
    backdrop-filter: blur(15px);
    flex-wrap: wrap;
    transform: rotateX(5deg) rotateY(-5deg);
    position: relative;
    padding: 3rem;
    background-color: rgba(255, 255, 255, 0.03);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(179,124,175,0.5),
        inset 0 0 30px rgb(207,178,206,0.5);
}.teaching_history .student_praise:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(179,124,175,0.5),
        inset 0 0 50px rgb(207,178,206,0.5);
    transform: rotateX(0) rotateY(0);
}.teaching_history .image_wrapper {
    width: 180px;
    top: -90px;
    height: 180px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 50%;
    left: 50%;
    position: absolute;
    border: 3px solid #ffffff;
    transform: translateX(-50%) translateZ(30px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(207,178,206,0.5);
}.teaching_history .student_praise:hover .image_wrapper {
    transform: translateX(-50%) translateZ(50px);
}.teaching_history .name {
    font-size: 35px;
    margin-top: 100px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(207,178,206,0.5);
    letter-spacing: 1px;
    transform: translateZ(20px);
    color: #ffffff;
    width: 100%;
    text-align: center;
}.teaching_history .student_praise span:not(.name) {
    text-align: center;
    letter-spacing: 2px;
    color: rgb(179,124,175);
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    margin-top: 0.5rem;
    text-transform: uppercase;
    transform: translateZ(15px);
}.teaching_history .exp_milestones {
    transform: translateZ(10px);
    line-height: 1.7;
    font-size: 12px;
    transition: transform 0.3s ease;
    margin-top: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    width: 100%;
    padding: 2rem;
    position: relative;
    border-radius: 10px;
    border-left: 3px solid rgb(207,178,206);
    color: #ffffff;
}.teaching_history .exp_milestones::before {
    border-radius: 10px;
    top: 0;
    background: linear-gradient(45deg, rgb(207,178,206,0.5) 0%, transparent 70%);
    mix-blend-mode: overlay;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0.1;
    width: 100%;
}.teaching_history .student_praise:hover .exp_milestones {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.teaching_history {
    padding: 7rem 0 5rem;
}.teaching_history .student_praise {
    padding: 2.5rem 2rem;
}.teaching_history .image_wrapper {
    top: -75px;
    width: 150px;
    height: 150px;
}.teaching_history .name {
    margin-top: 80px;
}.teaching_history .exp_milestones {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.teaching_history {
    padding: 6rem 0 3rem;
}.teaching_history .container {
    padding: 0 1rem;
}.teaching_history .student_praise {
    padding: 2rem 1.5rem;
    transform: none;
}.teaching_history .image_wrapper {
    width: 120px;
    height: 120px;
    top: -60px;
}.teaching_history .name {
    font-size: calc(35px - 2px);
    margin-top: 70px;
}.teaching_history .student_praise span:not(.name) {
    font-size: calc(17px - 1px);
}.teaching_history .exp_milestones {
    padding: 1.2rem;
    font-size: calc(12px - 1px);
    margin-top: 1.5rem;
}.teaching_history .student_praise:hover {
    transform: none;
}}.secure_oasis {
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 5rem 1.5rem;
    background: linear-gradient(140deg, rgb(244,239,244) 0%, rgb(244,239,244) 85%, rgba(rgb(207,178,206,0.5), 0.05) 100%);
}.secure_oasis::before {
    content: "";
    height: 8px;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(207,178,206) 0%, rgb(179,124,175) 100%);
}.secure_oasis::after {
    bottom: 0;
    background: radial-gradient(circle at bottom right, rgba(rgb(207,178,206,0.5), 0.03), transparent 70%);
    pointer-events: none;
    content: "";
    z-index: 0;
    height: 35%;
    position: absolute;
    width: 35%;
    right: 0;
}.secure_oasis .container {
    max-width: 1140px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.secure_oasis h1 {
    font-weight: 700;
    margin-bottom: 2rem;
    transform: translateX(-0.5rem);
    color: rgb(207,178,206);
    font-size: 46px;
    position: relative;
    padding-bottom: 1rem;
}.secure_oasis h1::after {
    height: 3px;
    width: 85px;
    transform-origin: left;
    background: rgb(179,124,175);
    left: 0;
    bottom: 0;
    position: absolute;
    animation: expandWidth 0.8s ease-out forwards;
    content: "";
}.secure_oasis h2 {
    margin-bottom: 1.25rem;
    color: #000000;
    margin-top: 2.5rem;
    font-size: 29px;
    font-weight: 600;
    position: relative;
    padding-left: 1rem;
}.secure_oasis h2::before {
    border-radius: 2px;
    left: 0;
    width: 4px;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(207,178,206), rgb(179,124,175));
    top: 0.25rem;
    bottom: 0.25rem;
}.secure_oasis h3 {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000000;
    margin-top: 2rem;
    padding-bottom: 0.75rem;
    font-size: calc(29px * 0.85);
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
}.secure_oasis h4 {
    color: #000000;
    margin-bottom: 0.75rem;
    font-weight: 600;
    margin-top: 1.75rem;
    font-size: calc(29px * 0.7);
}.secure_oasis p {
    max-width: 90ch;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.25rem;
    font-size: 18px;
}.secure_oasis strong {
    color: rgb(207,178,206);
    font-weight: 600;
}.secure_oasis ul {
    list-style-type: none;
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
}.secure_oasis li {
    position: relative;
    font-size: 18px;
    margin-bottom: 1rem;
    padding-left: 1.75rem;
    color: #000000;
    line-height: 1.6;
}.secure_oasis li::before {
    content: "";
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: 0.5rem;
    left: 0;
    background-color: rgb(179,124,175);
}.secure_oasis span {
    border-left: 2px solid rgba(rgb(207,178,206,0.5), 0.3);
    background: linear-gradient(to right, rgba(rgb(207,178,206,0.5), 0.03), transparent 80%);
    color: #000000;
    line-height: 1.7;
    font-size: 18px;
    display: block;
    padding: 0.5rem 0 0.5rem 1rem;
    margin-bottom: 1.5rem;
}@keyframes expandWidth {
    from { width: 0; }
    to { width: 85px; }
}


.secure_oasis h2:hover::before {
    transition: background 0.3s ease;
    background: linear-gradient(to bottom, rgb(179,124,175), rgb(207,178,206));
}.secure_oasis li:hover::before {
    transform: rotate(135deg);
    transition: transform 0.3s ease;
}


@media (min-width: 768px) {.secure_oasis {
    padding: 7rem 3rem;
}.secure_oasis h1 {
    font-size: calc(46px * 1.2);
    transform: translateX(-1rem);
}.secure_oasis h1::after {
    width: 120px;
}.secure_oasis h2 {
    padding-left: 1.5rem;
}.secure_oasis h2::before {
    width: 6px;
}.secure_oasis ul {
    margin-left: 2.5rem;
}.secure_oasis li {
    padding-left: 2rem;
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }
}

@media (min-width: 992px) {.secure_oasis {
    background: linear-gradient(120deg, rgb(244,239,244) 0%, rgb(244,239,244) 75%, rgba(rgb(207,178,206,0.5), 0.08) 100%);
    padding: 8rem 2rem;
}.secure_oasis::after {
    height: 45%;
    width: 45%;
}.secure_oasis .container {
    padding: 0 2rem;
}.secure_oasis h1 {
    margin-bottom: 3rem;
}.secure_oasis h2 {
    margin-top: 3.5rem;
}.secure_oasis p, 
    .secure_oasis span {
    margin-left: 1rem;
}.secure_oasis span {
    border-left-width: 3px;
    margin-left: 2rem;
    background: linear-gradient(to right, rgba(rgb(207,178,206,0.5), 0.05), transparent 90%);
    padding: 1rem 1.5rem;
}.secure_oasis ul {
    margin-left: 3rem;
}
}

@media (max-width: 767px) {.secure_oasis {
    padding: 4rem 1rem;
}.secure_oasis h1 {
    font-size: calc(46px * 0.9);
}.secure_oasis h2 {
    font-size: calc(29px * 0.9);
}.secure_oasis h3 {
    font-size: calc(29px * 0.75);
}.secure_oasis h4 {
    font-size: calc(29px * 0.65);
}}.homepage {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, rgb(244,239,244) 0%, #ffffff 100%);
}.homepage::before {
    content: "";
    position: absolute;
    opacity: 0.05;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(207,178,206,0.5) 0px,
        transparent 2px,
        transparent 10px
    );
}.homepage .knowledge_sessions {
    padding: 2rem;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    width: 100%;
    display: grid;
    position: relative;
    gap: 2rem;
    z-index: 2;
}.homepage h1 {
    color: #000000;
    opacity: 0;
    font-size: 42px;
    transform: translateY(-10px);
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    margin-bottom: 1.5rem;
    position: relative;
    grid-column: 1 / -1;
    font-weight: 700;
}.homepage h1::after {
    transform: scaleX(0);
    background: rgb(207,178,206);
    transform-origin: left;
    left: 0;
    animation: expandLine 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
    position: absolute;
    height: 4px;
    width: 80px;
    bottom: -10px;
    content: "";
}.homepage .text_cube {
    opacity: 0;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    flex-direction: column;
    display: flex;
    justify-content: center;
    transform: translateX(-20px);
    position: relative;
    z-index: 3;
}.homepage .learn_entry {
    padding: 2.5rem;
    z-index: 2;
    transition: transform 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08),
                0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-3deg);
    background: #ffffff;
    position: relative;
    border-radius: 21px;
}.homepage .learn_entry:hover {
    transform: perspective(1000px) rotateY(0);
}.homepage .learn_entry::before {
    top: 0;
    background: linear-gradient(135deg, rgb(207,178,206,0.5) 0%, transparent 80%);
    border-radius: 21px;
    content: "";
    opacity: 0.1;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}.homepage .learn_entry p {
    margin-bottom: 2rem;
    line-height: 1.6;
    color: #000000;
    font-size: calc(16px * 1.2);
    position: relative;
}.homepage .learn_entry p::first-letter {
    font-size: calc(16px * 1.8);
    color: rgb(207,178,206);
    font-weight: 700;
}.homepage svg {
    transform-origin: center;
    height: 100px;
    display: block;
    margin: 2rem auto;
    animation: pulseGently 4s ease-in-out infinite;
    width: 100px;
}.homepage svg path {
    fill: rgb(207,178,206);
    transition: fill 0.3s ease;
}.homepage svg:hover path {
    fill: rgb(179,124,175);
}.homepage svg text {
    font-weight: 700;
    transition: all 0.3s ease;
}.homepage svg:hover text {
    fill: #000000;
}.homepage .feedback_section {
    position: relative;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    padding: 1rem 2rem;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(207,178,206) 0%, rgb(179,124,175) 100%);
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    margin-top: 1rem;
    font-size: 17px;
    display: inline-block;
    border-radius: 10px;
    letter-spacing: 0.5px;
    z-index: 2;
}.homepage .feedback_section::before {
    width: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: all 0.6s ease;
    height: 100%;
    left: -100%;
    content: "";
    top: 0;
}.homepage .feedback_section:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}.homepage .feedback_section:hover::before {
    left: 100%;
}.homepage .image_wrapper {
    border-radius: 21px;
    transition: transform 0.5s ease;
    width: 100%;
    transform: translateX(20px);
    overflow: hidden;
    opacity: 0;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15),
               -20px -20px 60px rgba(255, 255, 255, 0.8);
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    position: relative;
    height: 450px;
}.homepage .image_wrapper:hover {
    transform: scale(1.02) perspective(1000px) rotateY(3deg);
}.homepage .image_wrapper::after {
    bottom: 0;
    z-index: 1;
    right: 0;
    background: linear-gradient(135deg, rgb(207,178,206,0.5) 0%, transparent 70%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

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

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

@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes pulseGently {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.homepage .knowledge_sessions {
    grid-template-columns: 1fr;
}.homepage h1 {
    font-size: calc(42px * 0.9);
}.homepage .learn_entry {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}.homepage .image_wrapper {
    height: 350px;
    order: -1;
}
}

@media (max-width: 768px) {.homepage {
    padding: 3rem 0;
}.homepage .knowledge_sessions {
    padding: 1.5rem;
}.homepage h1 {
    font-size: calc(42px * 0.8);
}.homepage .learn_entry p {
    font-size: 16px;
}.homepage svg {
    width: 80px;
    margin: 1.5rem auto;
    height: 80px;
}.homepage .feedback_section {
    width: 100%;
}.homepage .image_wrapper {
    height: 280px;
}
}

@media (max-width: 576px) {.homepage .knowledge_sessions {
    padding: 1rem;
}.homepage h1 {
    font-size: calc(42px * 0.7);
}.homepage .learn_entry {
    padding: 1.5rem;
}.homepage .image_wrapper {
    height: 240px;
}.homepage .learn_entry p::first-letter {
    font-size: calc(16px * 1.4);
}}.user_comments {
    background: linear-gradient(135deg, rgb(244,239,244) 0%, rgba(240, 245, 255, 0.9) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.user_comments::before {
    top: -5%;
    right: -10%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(230deg, rgb(207,178,206,0.5) 0%, transparent 80%);
    height: 70%;
    transform: rotate(-15deg) skew(5deg);
    content: "";
    position: absolute;
    width: 50%;
}.user_comments::after {
    left: -5%;
    transform: rotate(10deg) skew(-5deg);
    content: "";
    z-index: 1;
    width: 40%;
    height: 60%;
    background: linear-gradient(45deg, rgb(179,124,175,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: -10%;
    pointer-events: none;
}.user_comments h2 {
    font-size: 36px;
    margin-bottom: 3.5rem;
    position: relative;
    color: #000000;
    transition: transform 0.5s ease-out;
    font-weight: 700;
    transform-origin: center left;
    text-align: center;
}.user_comments h2:hover {
    transform: scale(1.02);
}.user_comments h2::after {
    bottom: -1rem;
    box-shadow: 0 4px 12px rgba(rgb(207,178,206,0.5), 0.3);
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(207,178,206) 0%, rgb(179,124,175) 100%);
    height: 0.25rem;
    transform: translateX(-50%);
    width: 6rem;
    content: "";
}.user_comments .container.knowledge_sessions {
    position: relative;
    z-index: 5;
}.user_comments .success_opinions {
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
}.user_comments .student_praise {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    justify-content: space-between;
    display: flex;
    transform-style: preserve-3d;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    padding: 2rem;
    flex-direction: column;
}.user_comments .student_praise::before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(207,178,206,0.5), 0.05) 100%);
    top: 0;
}.user_comments .student_praise:hover {
    transform: translateY(-8px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.user_comments .student_praise h3 {
    font-size: calc(23px * 1.1);
    margin-bottom: 0.75rem;
    position: relative;
    color: rgb(207,178,206);
    font-weight: 700;
    display: inline-block;
}.user_comments .student_praise h3::after {
    bottom: -5px;
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(179,124,175);
    left: 0;
    content: "";
    height: 2px;
    width: 0;
}.user_comments .student_praise:hover h3::after {
    width: 100%;
}.user_comments .student_praise .description {
    line-height: 1.7;
    z-index: 2;
    margin-bottom: 1.5rem;
    font-size: 17px;
    position: relative;
    color: #000000;
}.user_comments .student_praise .description::before {
    top: -2rem;
    content: "";
    position: absolute;
    left: -1rem;
    font-size: 8rem;
    color: rgba(rgb(207,178,206,0.5), 0.05);
    z-index: -1;
    font-family: serif;
}.user_comments .student_praise div {
    height: 60px;
    border-radius: 24px;
    margin-top: auto;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 60px;
}.user_comments .student_praise div::before {
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(207,178,206,0.5), transparent);
    inset: 0;
    z-index: 1;
    content: "";
}.user_comments .student_praise:hover div::before {
    opacity: 0.3;
}.user_comments .student_praise div img {
    object-fit: cover;
    width: 100%;
    transition: transform 0.5s ease;
    height: 100%;
    display: block;
}.user_comments .student_praise:hover div img {
    transform: scale(1.05);
}

@media (max-width: 991px) {.user_comments {
    padding: 4rem 0;
}.user_comments h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 3rem;
}.user_comments .success_opinions {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 767px) {.user_comments {
    padding: 3rem 0;
}.user_comments::before,
    .user_comments::after {
    width: 70%;
    height: 50%;
}.user_comments h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 2.5rem;
}.user_comments h2::after {
    width: 5rem;
}.user_comments .success_opinions {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user_comments .student_praise {
    padding: 1.5rem;
}
}

@media (max-width: 575px) {.user_comments {
    padding: 2.5rem 0;
}.user_comments h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.7);
}.user_comments h2::after {
    height: 0.2rem;
    width: 4rem;
}.user_comments .success_opinions {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.user_comments .student_praise {
    padding: 1.25rem;
}.user_comments .student_praise:hover {
    transform: translateY(-5px) rotateX(1deg);
}
}

@media (hover: none) {.user_comments .student_praise:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: none;
}.user_comments .student_praise:hover h3::after {
    width: 0;
}.user_comments .student_praise:hover div::before {
    opacity: 0;
}.user_comments .student_praise:hover div img {
    transform: none;
}
}

@media (prefers-reduced-motion) {.user_comments .student_praise,
    .user_comments .student_praise div img,
    .user_comments .student_praise h3::after,
    .user_comments h2 {
    transition: none;
}.user_comments .student_praise:hover {
    transform: none;
}.user_comments .student_praise:hover div img {
    transform: none;
}
}