﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    width: 1203px;
    max-width: 100%;
    margin: auto;
}.content-wrapper_uOamz {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}.first_pagebar_erytG {
    flex: 1 0 auto;
}.slack_invite_07B31 {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.secure_lodge_EfNy7 {
    z-index: 1;
    position: relative;
    padding: 4rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: linear-gradient(145deg, rgb(237,222,222) 0%, rgb(237,222,222) 85%, rgb(218,188,188,0.5) 100%);
}.secure_lodge_EfNy7::before {
    top: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    opacity: 0.03;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(237,222,222) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(237,222,222) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(237,222,222) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(237,222,222) 75%);
    background-size: 20px 20px;
    position: absolute;
}.secure_lodge_EfNy7::after {
    opacity: 0.05;
    position: absolute;
    top: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: -1;
    left: -50%;
    height: 200%;
    content: "";
    width: 200%;
    transform: scale(1);
    background: radial-gradient(circle at center, rgb(218,188,188,0.5) 0%, transparent 70%);
}@keyframes pulse {
    0% { transform: scale(1); opacity: 0.05; }
    50% { transform: scale(1.05); opacity: 0.08; }
    100% { transform: scale(1); opacity: 0.05; }
}

.secure_lodge_EfNy7 .container {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    position: relative;
    max-width: 1200px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06), 
                0 2px 5px rgba(0, 0, 0, 0.03),
                0 -1px 0 rgb(218,188,188,0.5);
    margin: 0 auto;
    transform: translateY(0);
}.secure_lodge_EfNy7 .container:hover {
    transform: translateY(-5px);
}.secure_lodge_EfNy7 h1 {
    font-size: 42px;
    color: #000000;
    transition: transform 0.3s ease-out;
    position: relative;
    margin-bottom: 2rem;
    line-height: 1.2;
    padding-bottom: 0.75rem;
    transform: translateX(0);
    font-weight: 700;
}.secure_lodge_EfNy7 h1::after {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    bottom: 0;
    width: 60px;
    background: rgb(218,188,188);
    left: 0;
    position: absolute;
    transform-origin: left;
    transform: scaleX(1);
    height: 3px;
}.secure_lodge_EfNy7:hover h1::after {
    transform: scaleX(1.5);
}.secure_lodge_EfNy7 h2 {
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
    position: relative;
    color: #000000;
    font-size: 33px;
    transition: padding 0.3s ease;
}.secure_lodge_EfNy7 h2::before {
    height: 70%;
    transition: transform 0.3s ease;
    width: 3px;
    transform: scaleY(1);
    content: "";
    position: absolute;
    top: 0.25em;
    left: 0;
    background: rgb(194,154,154);
}.secure_lodge_EfNy7 h2:hover::before {
    transform: scaleY(1.2);
}.secure_lodge_EfNy7 h3 {
    position: relative;
    font-weight: 600;
    font-size: calc(18px + 0.1rem);
    margin: 1.75rem 0 1rem;
    color: #000000;
}.secure_lodge_EfNy7 h4 {
    color: #000000;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
    font-size: 21px;
}.secure_lodge_EfNy7 p {
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 15px;
    margin-bottom: 1.25rem;
    max-width: 90ch;
}.secure_lodge_EfNy7 span {
    font-weight: 600;
    position: relative;
    color: rgb(218,188,188);
    display: inline-block;
    transition: color 0.3s ease;
}.secure_lodge_EfNy7 span:hover {
    color: rgb(194,154,154);
}.secure_lodge_EfNy7 ul {
    margin: 1.5rem 0 2rem 1.25rem;
    list-style-type: none;
}.secure_lodge_EfNy7 li {
    line-height: 1.6;
    padding-left: 1.5rem;
    font-size: 15px;
    margin-bottom: 0.75rem;
    color: #000000;
    transition: transform 0.2s ease-out;
    position: relative;
}.secure_lodge_EfNy7 li::before {
    width: 8px;
    content: "";
    border-radius: 1px;
    transform: rotate(45deg);
    transition: transform 0.3s ease, background-color 0.3s ease;
    top: 0.7em;
    height: 8px;
    left: 0;
    background: rgb(218,188,188,0.5);
    position: absolute;
}.secure_lodge_EfNy7 li:hover::before {
    transform: rotate(135deg);
    background: rgb(218,188,188);
}.secure_lodge_EfNy7 li:hover {
    transform: translateX(3px);
}.secure_lodge_EfNy7 div {
    position: relative;
}

@media (max-width: 992px) {.secure_lodge_EfNy7 {
    padding: 3rem 1.5rem;
}.secure_lodge_EfNy7 .container {
    padding: 2.5rem 2rem;
}.secure_lodge_EfNy7 h1 {
    font-size: calc(42px - 0.2rem);
}.secure_lodge_EfNy7 h2 {
    font-size: calc(33px - 0.15rem);
}
}

@media (max-width: 768px) {.secure_lodge_EfNy7 {
    padding: 2.5rem 1rem;
}.secure_lodge_EfNy7 .container {
    padding: 2rem 1.5rem;
}.secure_lodge_EfNy7 h1 {
    font-size: calc(42px - 0.4rem);
    margin-bottom: 1.5rem;
}.secure_lodge_EfNy7 h2 {
    font-size: calc(33px - 0.3rem);
    margin: 2rem 0 1rem;
}.secure_lodge_EfNy7 h3 {
    font-size: 18px;
    margin: 1.5rem 0 0.75rem;
}.secure_lodge_EfNy7 p {
    font-size: calc(15px - 0.05rem);
}.secure_lodge_EfNy7 ul {
    margin-left: 0.5rem;
}.secure_lodge_EfNy7 li {
    padding-left: 1.25rem;
    font-size: calc(15px - 0.05rem);
}
}

@media (max-width: 576px) {.secure_lodge_EfNy7 {
    padding: 2rem 0.75rem;
}.secure_lodge_EfNy7 .container {
    padding: 1.5rem 1.25rem;
}.secure_lodge_EfNy7 h1 {
    font-size: calc(42px - 0.6rem);
}.secure_lodge_EfNy7 h2 {
    font-size: calc(33px - 0.4rem);
    padding-left: 0.75rem;
}.secure_lodge_EfNy7 h2::before {
    width: 2px;
}.secure_lodge_EfNy7 li::before {
    width: 6px;
    height: 6px;
}
}

@media (prefers-reduced-motion: reduce) {.secure_lodge_EfNy7::after {
    animation: none;
}.secure_lodge_EfNy7 .container,
    .secure_lodge_EfNy7 li,
    .secure_lodge_EfNy7 h1::after,
    .secure_lodge_EfNy7 h2::before {
    transition: none;
}}.course_program_description_tzELG {
    background-color: rgb(237,222,222);
    overflow: hidden;
    display: grid;
    position: relative;
    grid-template-rows: 1fr;
    min-height: 100vh;
    grid-template-columns: repeat(12, 1fr);
}.course_program_description_tzELG .education_plan_rC4yf {
    grid-row: 1;
    height: 100%;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
    position: relative;
    grid-column: 4 / span 8;
}.course_program_description_tzELG .education_plan_rC4yf::before {
    pointer-events: none;
    top: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgb(194,154,154,0.5), transparent);
    width: 30%;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
}.course_program_description_tzELG .training_route_R54cB {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
}.course_program_description_tzELG .skill_master_VdLEs {
    height: 100%;
    perspective: 1000px;
    position: relative;
    width: 100%;
}.course_program_description_tzELG .learn_code_fDTzg {
    z-index: 1;
    transform: translateZ(-50px);
    top: 0;
    left: 0;
    position: absolute;
    transition: opacity 0.8s, transform 0.8s;
    opacity: 0;
    width: 100%;
    height: 100%;
}.course_program_description_tzELG .learn_code_fDTzg:nth-child(1) {
    animation: slide-cube 25s infinite 0s;
}.course_program_description_tzELG .learn_code_fDTzg:nth-child(2) {
    animation: slide-cube 25s infinite -5s;
}.course_program_description_tzELG .learn_code_fDTzg:nth-child(3) {
    animation: slide-cube 25s infinite -10s;
}.course_program_description_tzELG .learn_code_fDTzg:nth-child(4) {
    animation: slide-cube 25s infinite -15s;
}.course_program_description_tzELG .learn_code_fDTzg:nth-child(5) {
    animation: slide-cube 25s infinite -20s;
}.course_program_description_tzELG .learn_code_fDTzg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}.course_program_description_tzELG .training_route_R54cB:hover .learn_code_fDTzg {
    animation-play-state: paused;
}.course_program_description_tzELG .container {
    position: relative;
    align-items: center;
    grid-row: 1;
    justify-content: flex-start;
    grid-column: 1 / span 7;
    display: flex;
    z-index: 2;
    padding: 0 0 0 4rem;
}.course_program_description_tzELG .edu_beliefs_VIoFh {
    margin-left: 0;
    margin-right: auto;
    width: 100%;
    max-width: 550px;
    position: relative;
}.course_program_description_tzELG .next_skill_MpARx {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}.course_program_description_tzELG .next_skill_MpARx h3 {
    margin-bottom: 1.5rem;
    position: relative;
    opacity: 0;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 700;
    animation: slide-up 0.7s ease-out forwards;
    font-size: 46px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transform: translateY(30px);
}.course_program_description_tzELG .next_skill_MpARx::before {
    content: "";
    top: -40px;
    opacity: 0;
    left: -40px;
    border-top: 3px solid rgb(218,188,188);
    position: absolute;
    width: 80px;
    animation: fade-in 0.5s 0.9s ease-out forwards;
    border-left: 3px solid rgb(218,188,188);
    height: 80px;
}.course_program_description_tzELG .next_skill_MpARx::after {
    position: absolute;
    bottom: -40px;
    height: 80px;
    width: 80px;
    border-right: 3px solid rgb(218,188,188);
    animation: fade-in 0.5s 0.9s ease-out forwards;
    right: -40px;
    content: "";
    border-bottom: 3px solid rgb(218,188,188);
    opacity: 0;
}.course_program_description_tzELG .next_skill_MpARx p {
    opacity: 0;
    line-height: 1.8;
    animation: slide-up 0.7s 0.4s ease-out forwards;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-bottom: 2.5rem;
    transform: translateY(30px);
    font-size: 12px;
}.course_program_description_tzELG .connect_box_56ruE {
    letter-spacing: 1px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding: 1rem 2.5rem;
    transform: translateY(30px);
    overflow: hidden;
    opacity: 0;
    background: rgb(218,188,188);
    transition: all 0.3s;
    font-size: 15px;
    font-weight: 600;
    animation: slide-up 0.7s 0.6s ease-out forwards;
}.course_program_description_tzELG .connect_box_56ruE:hover {
    background: transparent;
    box-shadow: 0 0 30px rgba(rgb(218,188,188), 0.5);
    transform: scale(1.05);
}.course_program_description_tzELG .connect_box_56ruE::before {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgb(218,188,188);
    transform: scale(1);
    transform-origin: bottom right;
    content: "";
    z-index: -1;
    transition: transform 0.5s;
    position: absolute;
}.course_program_description_tzELG .connect_box_56ruE:hover::before {
    transition: transform 0.5s;
    transform: scale(0);
}@keyframes slide-cube {
    0%, 20%, 100% {
        opacity: 0;
        transform: translateZ(-50px) rotateY(-5deg);
    }
    4%, 16% {
        opacity: 1;
        transform: translateZ(0) rotateY(0);
    }
}

@keyframes slide-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in {
    to {
        opacity: 1;
    }
}

.course_program_description_tzELG::before {
    top: 0;
    pointer-events: none;
    z-index: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(to right,
        rgb(194,154,154,0.5) 0%,
        rgb(194,154,154,0.5) 40%,
        transparent 70%);
    height: 100%;
}.course_program_description_tzELG::after {
    background: radial-gradient(
        circle at 30% 50%,
        rgb(218,188,188,0.5) 0%,
        transparent 50%
    );
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    pointer-events: none;
    position: absolute;
    opacity: 0.5;
    z-index: 0;
    height: 100%;
}

@media screen and (max-width: 1400px) {.course_program_description_tzELG .edu_beliefs_VIoFh {
    margin-right: 1rem;
}
}

@media screen and (max-width: 1200px) {.course_program_description_tzELG {
    grid-template-columns: repeat(10, 1fr);
}.course_program_description_tzELG .education_plan_rC4yf {
    grid-column: 6 / span 5;
}.course_program_description_tzELG .container {
    grid-column: 1 / span 6;
    padding: 0 0 0 3rem;
}.course_program_description_tzELG .edu_beliefs_VIoFh {
    max-width: 100%;
}.course_program_description_tzELG::before {
    background: linear-gradient(to right,
            rgb(194,154,154,0.5) 0%,
            rgb(194,154,154,0.5) 30%,
            transparent 60%);
}
}

@media screen and (max-width: 992px) {.course_program_description_tzELG {
    padding: 0;
    flex-direction: column;
    display: flex;
    min-height: auto;
}.course_program_description_tzELG .education_plan_rC4yf {
    width: 100%;
    clip-path: none;
    height: 50vh;
    order: 1;
}.course_program_description_tzELG .education_plan_rC4yf::before {
    display: none;
}.course_program_description_tzELG .container {
    padding: 4rem 3rem;
    order: 2;
    width: 100%;
}.course_program_description_tzELG .edu_beliefs_VIoFh {
    margin: 0;
    max-width: 600px;
}.course_program_description_tzELG .next_skill_MpARx {
    background: rgba(0, 0, 0, 0.7);
}.course_program_description_tzELG::before {
    opacity: 0.95;
    background: rgb(194,154,154,0.5);
}.course_program_description_tzELG::after {
    background: none;
}.course_program_description_tzELG .learn_code_fDTzg {
    animation-duration: 20s;
}
}

@media screen and (max-width: 768px) {.course_program_description_tzELG .education_plan_rC4yf {
    height: 40vh;
}.course_program_description_tzELG .container {
    padding: 3rem 2rem;
}.course_program_description_tzELG .next_skill_MpARx h3 {
    font-size: calc(46px * 0.8);
}.course_program_description_tzELG .next_skill_MpARx::before,
    .course_program_description_tzELG .next_skill_MpARx::after {
    height: 60px;
    width: 60px;
}
}

@media screen and (max-width: 576px) {.course_program_description_tzELG .education_plan_rC4yf {
    height: 35vh;
}.course_program_description_tzELG .container {
    padding: 2.5rem 1.5rem;
}.course_program_description_tzELG .next_skill_MpARx h3 {
    font-size: calc(36px * 1.1);
}.course_program_description_tzELG .next_skill_MpARx::before,
    .course_program_description_tzELG .next_skill_MpARx::after {
    left: -20px;
    height: 40px;
    width: 40px;
    bottom: -20px;
    top: -20px;
    right: -20px;
}.course_program_description_tzELG .connect_box_56ruE {
    text-align: center;
    width: 100%;
}}.register_now_ZKHRN {
    transform-style: preserve-3d;
    position: relative;
    background: linear-gradient(135deg, rgb(237,222,222) 0%, #ffffff 70%, rgb(218,188,188,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
    perspective: 1000px;
}.register_now_ZKHRN::before {
    pointer-events: none;
    height: 110%;
    width: 120%;
    position: absolute;
    z-index: 0;
    background: linear-gradient(45deg, rgb(218,188,188,0.5) 0%, transparent 60%);
    left: -10%;
    content: "";
    transform: rotateZ(-5deg) translateZ(-10px);
    top: -5%;
}.register_now_ZKHRN::after {
    width: 40%;
    content: "";
    pointer-events: none;
    right: 0;
    position: absolute;
    z-index: 0;
    transform: translateZ(-5px);
    background: linear-gradient(210deg, rgb(194,154,154,0.5) 0%, transparent 80%);
    bottom: 0;
    height: 60%;
}.register_now_ZKHRN .container {
    padding: 2rem;
    max-width: 1200px;
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
}.register_now_ZKHRN h2 {
    margin-bottom: 2.5rem;
    line-height: 1.4;
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    transform: translateZ(10px);
    max-width: 90%;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}.register_now_ZKHRN h2::after {
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, rgb(218,188,188) 0%, rgb(194,154,154) 100%);
    width: 8rem;
    bottom: -0.75rem;
    position: absolute;
    left: 0;
    transform-origin: left center;
    transform: scaleX(1);
    content: "";
}.register_now_ZKHRN .edu_beliefs_VIoFh {
    transform: translateZ(20px);
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 2rem;
    gap: 2.5rem;
}.register_now_ZKHRN .edu_beliefs_VIoFh::before {
    transform: translateZ(-5px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    width: calc(100% + 4rem);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: calc(100% + 2rem);
    z-index: -1;
    content: "";
    position: absolute;
    left: -2rem;
    top: -1rem;
}.register_now_ZKHRN svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    height: 4rem;
    transform: translateZ(15px) rotate(-5deg);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 4rem;
}.register_now_ZKHRN svg:hover {
    transform: translateZ(25px) rotate(0deg) scale(1.1);
}.register_now_ZKHRN svg path {
    transition: fill 0.3s ease-out;
    fill: rgb(218,188,188);
}.register_now_ZKHRN svg:hover path {
    fill: rgb(194,154,154);
}.register_now_ZKHRN .edu_beliefs_VIoFh div {
    position: relative;
    transform: translateZ(5px);
    flex-grow: 1;
}.register_now_ZKHRN .connect_box_56ruE {
    letter-spacing: 0.5px;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    position: relative;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(218,188,188) 0%, rgb(194,154,154) 100%);
    transform: translateZ(5px);
    font-weight: 600;
    align-items: center;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 0.9rem 2.2rem;
    justify-content: center;
    font-size: 19px;
    overflow: hidden;
    border: none;
    display: inline-flex;
}.register_now_ZKHRN .connect_box_56ruE::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    transition: left 0.7s ease;
    width: 100%;
}.register_now_ZKHRN .connect_box_56ruE:hover {
    transform: translateZ(10px) scale(1.05);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.05);
}.register_now_ZKHRN .connect_box_56ruE:hover::before {
    left: 100%;
}.register_now_ZKHRN .connect_box_56ruE::after {
    position: absolute;
    content: "";
    height: 10px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 90%;
    z-index: -1;
    bottom: 0;
    left: 50%;
    transition: all 0.4s ease;
    transform: translateX(-50%) scaleX(0.9);
    filter: blur(5px);
}.register_now_ZKHRN .connect_box_56ruE:hover::after {
    width: 95%;
    filter: blur(8px);
    height: 15px;
    transform: translateX(-50%) scaleX(0.95);
}

@media (max-width: 992px) {.register_now_ZKHRN {
    padding: 4rem 0;
}.register_now_ZKHRN .container {
    padding: 1.5rem;
}.register_now_ZKHRN h2 {
    max-width: 100%;
    font-size: calc(32px * 0.9);
}.register_now_ZKHRN .edu_beliefs_VIoFh {
    gap: 2rem;
}.register_now_ZKHRN svg {
    width: 3.5rem;
    height: 3.5rem;
}
}

@media (max-width: 768px) {.register_now_ZKHRN {
    padding: 3rem 0;
}.register_now_ZKHRN .container {
    padding: 1.25rem;
}.register_now_ZKHRN h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 2rem;
}.register_now_ZKHRN h2::after {
    width: 6rem;
}.register_now_ZKHRN .edu_beliefs_VIoFh {
    gap: 1.5rem;
    align-items: flex-start;
    flex-direction: column;
}.register_now_ZKHRN svg {
    height: 3rem;
    width: 3rem;
}.register_now_ZKHRN .connect_box_56ruE {
    width: 100%;
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 576px) {.register_now_ZKHRN {
    padding: 2.5rem 0;
}.register_now_ZKHRN .container {
    padding: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}.register_now_ZKHRN h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.5rem;
}.register_now_ZKHRN h2::after {
    height: 2px;
    width: 5rem;
}.register_now_ZKHRN .edu_beliefs_VIoFh {
    margin-top: 1.5rem;
}.register_now_ZKHRN svg {
    width: 2.5rem;
    height: 2.5rem;
}.register_now_ZKHRN .connect_box_56ruE {
    padding: 0.7rem 1.5rem;
    font-size: calc(19px * 0.9);
}
}

@media (hover: none) {.register_now_ZKHRN .connect_box_56ruE:active {
    transform: translateZ(5px) scale(0.95);
}.register_now_ZKHRN svg:active {
    transform: translateZ(15px) scale(1.1);
}
}

@media (prefers-reduced-motion) {.register_now_ZKHRN .connect_box_56ruE::before,
  .register_now_ZKHRN .connect_box_56ruE:hover::before,
  .register_now_ZKHRN .connect_box_56ruE:hover,
  .register_now_ZKHRN svg:hover {
    transition: none;
    transform: none;
}}.prospective_members_UxMgu {
    padding: 120px 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}.prospective_members_UxMgu::before {
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0.3;
    height: 100%;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(218,188,188,0.5) 0, transparent 80px),
        radial-gradient(circle at 80% 70%, rgb(194,154,154,0.5) 0, transparent 80px);
    width: 100%;
}.prospective_members_UxMgu .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    max-width: 1140px;
}.prospective_members_UxMgu .edu_beliefs_VIoFh {
    position: relative;
}.prospective_members_UxMgu h4 {
    text-align: center;
    position: relative;
    color: #000000;
    margin-bottom: 80px;
    font-weight: 400;
    font-size: 48px;
}.prospective_members_UxMgu h4::after {
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    height: 2px;
    width: 50px;
    background: rgb(218,188,188);
    content: "";
    position: absolute;
}.prospective_members_UxMgu div > div {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 900px;
    gap: 40px 20px;
}.prospective_members_UxMgu p {
    position: relative;
    color: #000000;
    font-size: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease;
    align-items: center;
    margin: 0;
    flex: 0 0 calc(33.333% - 20px);
    padding: 0;
}.prospective_members_UxMgu p::before {
    top: 50%;
    left: 50%;
    z-index: -1;
    background: rgb(237,222,222);
    border-radius: 50%;
    position: absolute;
    width: 0;
    transform: translate(-50%, -50%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    content: "";
}.prospective_members_UxMgu p:hover::before {
    height: 200%;
    width: 170%;
}.prospective_members_UxMgu p svg {
    margin-bottom: 15px;
    border: 1px solid rgb(218,188,188,0.5);
    transition: all 0.4s ease;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
}.prospective_members_UxMgu p svg path {
    transition: fill 0.3s ease;
    fill: rgb(218,188,188);
}.prospective_members_UxMgu p:hover svg {
    background: #ffffff;
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.prospective_members_UxMgu p:hover svg path {
    fill: rgb(194,154,154);
}.prospective_members_UxMgu p span {
    position: relative;
    padding-top: 10px;
}.prospective_members_UxMgu p span::before {
    content: "";
    width: 0;
    background: rgb(218,188,188);
    left: 50%;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    height: 1px;
}.prospective_members_UxMgu p:hover span::before {
    width: 30px;
}@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.prospective_members_UxMgu p:nth-child(odd) {
    animation: floatAnimation 5s infinite ease-in-out;
}.prospective_members_UxMgu p:nth-child(even) {
    animation: floatAnimation 6s infinite ease-in-out reverse;
}@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.prospective_members_UxMgu .edu_beliefs_VIoFh > div p {
    animation: fadeIn 0.6s ease forwards;
    opacity: 0;
}.prospective_members_UxMgu .edu_beliefs_VIoFh > div p:nth-child(1) {
    animation-delay: 0.1s;
}.prospective_members_UxMgu .edu_beliefs_VIoFh > div p:nth-child(2) {
    animation-delay: 0.2s;
}.prospective_members_UxMgu .edu_beliefs_VIoFh > div p:nth-child(3) {
    animation-delay: 0.3s;
}.prospective_members_UxMgu .edu_beliefs_VIoFh > div p:nth-child(4) {
    animation-delay: 0.4s;
}.prospective_members_UxMgu .edu_beliefs_VIoFh > div p:nth-child(5) {
    animation-delay: 0.5s;
}.prospective_members_UxMgu .edu_beliefs_VIoFh > div p:nth-child(6) {
    animation-delay: 0.6s;
}.prospective_members_UxMgu::after {
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(218,188,188,0.5), 
        rgb(194,154,154,0.5), 
        transparent);
    content: "";
    bottom: 0;
}

@media (max-width: 991px) {.prospective_members_UxMgu {
    padding: 100px 0;
}.prospective_members_UxMgu h4 {
    font-size: calc(48px * 0.9);
    margin-bottom: 60px;
}.prospective_members_UxMgu div > div {
    gap: 30px 20px;
}.prospective_members_UxMgu p {
    flex: 0 0 calc(50% - 20px);
}.prospective_members_UxMgu p svg {
    margin-bottom: 12px;
    height: 45px;
    width: 45px;
}
}

@media (max-width: 768px) {.prospective_members_UxMgu {
    padding: 80px 0;
}.prospective_members_UxMgu h4 {
    margin-bottom: 50px;
    font-size: calc(48px * 0.8);
}.prospective_members_UxMgu h4::after {
    bottom: -15px;
    width: 40px;
}.prospective_members_UxMgu div > div {
    gap: 40px 0;
}.prospective_members_UxMgu p {
    flex: 0 0 100%;
}.prospective_members_UxMgu p:nth-child(odd),
    .prospective_members_UxMgu p:nth-child(even) {
    animation: none;
}
}

@media (max-width: 576px) {.prospective_members_UxMgu {
    padding: 60px 0;
}.prospective_members_UxMgu h4 {
    font-size: calc(48px * 0.7);
    margin-bottom: 40px;
}.prospective_members_UxMgu h4::after {
    bottom: -12px;
    width: 30px;
}.prospective_members_UxMgu div > div {
    gap: 30px 0;
}.prospective_members_UxMgu p svg {
    height: 40px;
    padding: 8px;
    margin-bottom: 10px;
    width: 40px;
}.prospective_members_UxMgu p {
    font-size: calc(18px * 0.9);
}}header {
    z-index: 1000;
    background: linear-gradient(to right, rgb(194,154,154,0.5), rgb(218,188,188));
    padding: 1.5rem 0;
    overflow: visible;
    position: relative;
}header::before {
    left: 0;
    opacity: 0.1;
    position: absolute;
    height: 100%;
    content: '';
    z-index: -1;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
}header .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}header .main_edu_bHBYN {
    gap: 1.5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}header .head_sitebar_0zQaZ {
    padding: 1rem;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
}header .head_sitebar_0zQaZ::after {
    width: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
    transition: width 0.3s ease, opacity 0.3s ease;
    position: absolute;
    background: #ffffff;
    bottom: 0;
    content: '';
    left: 50%;
    height: 2px;
}header .head_sitebar_0zQaZ:hover::after {
    width: 80%;
    opacity: 1;
}header .head_sitebar_0zQaZ svg {
    filter: drop-shadow(0 4px 8px rgb(218,188,188,0.5));
    width: 220px;
    transition: all 0.3s ease;
    height: auto;
}header .head_sitebar_0zQaZ:hover svg {
    transform: translateY(-5px);
}header .main_start_62D3v {
    display: flex;
    padding: 0.6rem 1rem;
    flex-wrap: wrap;
    backdrop-filter: blur(5px);
    position: relative;
    border-radius: 23px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    max-width: 800px;
    gap: 0.8rem;
    justify-content: center;
}header .main_start_62D3v::before {
    z-index: -1;
    width: 100%;
    position: absolute;
    border-radius: 23px;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
}header .head_master_OiJ4U {
    font-weight: 400;
    font-size: 18px;
    transition: all 0.3s ease;
    color: #ffffff;
    letter-spacing: 0.5px;
    padding: 0.7rem 1.2rem;
    font-family: Arial, sans-serif;
    position: relative;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
}header .head_master_OiJ4U::before {
    left: 0;
    opacity: 0;
    z-index: -1;
    height: 100%;
    background: #ffffff;
    position: absolute;
    transform: translateY(100%) scale(0.8);
    transition: opacity 0.3s ease;
    width: 100%;
    content: '';
    border-radius: 10px;
    top: 0;
}header .head_master_OiJ4U:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: rgb(218,188,188);
}header .head_master_OiJ4U:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .main_edu_bHBYN {
    gap: 1.2rem;
}header .head_sitebar_0zQaZ svg {
    width: 180px;
}header .main_start_62D3v {
    gap: 0.6rem;
    padding: 0.5rem;
}header .head_master_OiJ4U {
    font-size: calc(18px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .main_edu_bHBYN {
    gap: 1rem;
}header .head_sitebar_0zQaZ svg {
    width: 150px;
}header .main_start_62D3v {
    padding: 0.4rem;
    gap: 0.4rem;
}header .head_master_OiJ4U {
    font-size: calc(18px - 2px);
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .main_edu_bHBYN {
    gap: 0.8rem;
}header .head_sitebar_0zQaZ svg {
    width: 140px;
}header .main_start_62D3v {
    justify-content: flex-start;
    padding: 0.4rem 0.6rem;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .main_start_62D3v::-webkit-scrollbar {
    height: 3px;
}header .main_start_62D3v::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}header .head_master_OiJ4U {
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
    font-size: calc(18px - 3px);
}}.instructor_profile_tema5 {
    border-radius: 16px;
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,222,222) 0%, rgb(218,188,188,0.5) 100%);
}.instructor_profile_tema5::before {
    animation: pulse 8s infinite alternate;
    background: rgb(194,154,154,0.5);
    z-index: 1;
    top: -10%;
    content: "";
    left: -10%;
    width: 70%;
    transform: rotate(-15deg);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    height: 120%;
    position: absolute;
}.instructor_profile_tema5 .reviews_block_zqPZX {
    transition: transform 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    display: grid;
    z-index: 2;
    gap: 2rem;
    grid-template-columns: 1fr 1.2fr;
}.instructor_profile_tema5 .reviews_block_zqPZX:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.instructor_profile_tema5 .image_wrap_vN2O1 {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: relative;
    transform: rotate(-3deg) translateY(20px);
    height: 400px;
}.instructor_profile_tema5 .image_wrap_vN2O1::after {
    height: 100%;
    background: linear-gradient(45deg, rgb(218,188,188,0.5) 0%, transparent 70%);
    border-radius: 10px;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
}.instructor_profile_tema5 .reviews_block_zqPZX:hover .image_wrap_vN2O1 {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) translateY(0);
}.instructor_profile_tema5 .job_milestones_XSJ57 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease;
    z-index: 3;
    background: #ffffff;
    border-radius: 16px;
    position: relative;
    transform: translateY(30px) rotate(2deg);
    padding: 2rem;
}.instructor_profile_tema5 .reviews_block_zqPZX:hover .job_milestones_XSJ57 {
    transform: translateY(0) rotate(0deg);
}.instructor_profile_tema5 .name {
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 29px;
    font-weight: 700;
    color: rgb(218,188,188);
}.instructor_profile_tema5 .name::after {
    width: 60px;
    transform-origin: left;
    position: absolute;
    content: "";
    height: 3px;
    transition: transform 0.3s ease;
    left: 0;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(194,154,154) 0%, rgb(218,188,188) 100%);
    transform: scaleX(0.6);
}.instructor_profile_tema5 .reviews_block_zqPZX:hover .name::after {
    transform: scaleX(1);
}.instructor_profile_tema5 .job_milestones_XSJ57 > div:nth-child(2) {
    margin-bottom: 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(194,154,154);
    opacity: 0.8;
    font-size: 21px;
    transform: translateX(5px);
}.instructor_profile_tema5 .reviews_block_zqPZX:hover .job_milestones_XSJ57 > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.instructor_profile_tema5 .work_list_cvjWT {
    font-style: italic;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
}.instructor_profile_tema5 .work_list_cvjWT::before {
    background: linear-gradient(to bottom, rgb(218,188,188), rgb(194,154,154));
    left: 0;
    width: 3px;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 768px) {.instructor_profile_tema5 .reviews_block_zqPZX {
    grid-template-columns: 1fr;
}.instructor_profile_tema5 .image_wrap_vN2O1 {
    height: 300px;
}}.cookieWarningContainer_yR7KM {
    border-top: 2px solid rgb(218,188,188);
    z-index: 90;
    background: rgb(237,222,222);
    bottom: 0;
    position: fixed;
    width: 100%;
}.cookie_view_Tm0Dj {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 0;
}.cookieWarningContainer_yR7KM h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieWarningContainer_yR7KM p {
    font-size: 18px;
}.cookie_screen_TSteC {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_screen_TSteC svg, .cookie_screen_TSteC svg path, .cookie_screen_TSteC img {
    height: 100px;
    fill: rgb(218,188,188);
    width: 100px;
}.privacy_ctrl_8qWKA {
    min-width: 120px;
    line-height: 35px;
    color: rgb(218,188,188);
    cursor: pointer;
    font-size: 24px;
    margin-left: 10px;
    border-bottom: 2px solid rgb(218,188,188);
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}.cookieWarningContainer_yR7KM p a {
    color: rgb(218,188,188);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookieWarningContainer_yR7KM {
    padding: 20px;
}}
#cookieNoticeBanner_0G3cA {
    display: none;
}#cookieNoticeBanner_0G3cA:checked ~ .cookieWarningContainer_yR7KM {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.cookie_screen_TSteC {
    display: none;
}.cookie_view_Tm0Dj {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookieWarningContainer_yR7KM h5 {
    text-align: center;
}.cookieWarningContainer_yR7KM p {
    text-align: center;
}.track_ack_lntFg {
    margin-bottom: 20px;
}body .content-wrapper_uOamz .privacy_ctrl_8qWKA {
    margin-left: 0;
}}.slack_invite_07B31 {
    position: relative;
    padding: 5rem 0 2rem;
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(237,222,222);
}.slack_invite_07B31::before {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    content: '';
    background: 
        linear-gradient(135deg, rgb(218,188,188,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(194,154,154,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
    opacity: 0.07;
}.slack_invite_07B31::after {
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(237,222,222) 0%,
        rgb(218,188,188) 35%, 
        rgb(194,154,154) 65%,
        rgb(237,222,222) 100%);
    left: 0;
    z-index: 1;
    width: 100%;
    height: 7px;
    content: '';
    top: 0;
}.slack_invite_07B31 .container {
    position: relative;
    z-index: 2;
}.slack_invite_07B31 .footer_disclaimer_50W6G {
    flex-direction: column;
    display: flex;
}.slack_invite_07B31 .edu_guide_maD6r {
    gap: 0;
    margin-bottom: 4rem;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    padding-bottom: 2rem;
    position: relative;
}.slack_invite_07B31 .edu_guide_maD6r::after {
    width: 100%;
    content: '';
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(194,154,154,0.5) 50%,
        transparent 100%);
    left: 0;
    position: absolute;
}.slack_invite_07B31 .info_item {
    width: 25%;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    flex: 0 0 auto;
}.slack_invite_07B31 .info_item::before {
    background-color: rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 60%;
    transform: translateY(-50%);
    content: '';
}.slack_invite_07B31 .info_item:first-child::before {
    display: none;
}.slack_invite_07B31 .info_item p,
.slack_invite_07B31 .info_item a {
    text-align: center;
    display: flex;
    gap: 0.75rem;
    text-decoration: none;
    font-weight: 400;
    justify-content: center;
    font-size: calc(15px - 1px);
    align-items: center;
    transition: all 0.3s ease;
    color: #000000;
}.slack_invite_07B31 .info_item:hover {
    transform: translateY(-5px);
}.slack_invite_07B31 .info_item:hover p,
.slack_invite_07B31 .info_item:hover a {
    color: rgb(218,188,188);
}.slack_invite_07B31 .info_item svg {
    fill: rgb(218,188,188);
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}.slack_invite_07B31 .info_item:hover svg {
    transform: rotate(10deg);
}.slack_invite_07B31 .text_main_holder {
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}.slack_invite_07B31 .header_navbar_xkKDI {
    gap: 1.5rem;
    width: 100%;
    flex-direction: column;
    margin-right: auto;
    max-width: 300px;
    display: flex;
}.slack_invite_07B31 .header_navbar_xkKDI svg {
    max-width: 160px;
    transition: all 0.3s ease;
    height: auto;
}.slack_invite_07B31 .header_navbar_xkKDI:hover svg {
    transform: scale(1.05);
}.slack_invite_07B31 .learn_nav_J8oiq {
    padding-left: 2rem;
    color: #000000;
    position: relative;
    line-height: 1.6;
    font-size: 16px;
}.slack_invite_07B31 .learn_nav_J8oiq::before {
    bottom: 0;
    top: 0;
    left: 0;
    border-radius: 2px;
    position: absolute;
    width: 4px;
    content: '';
    background: linear-gradient(to bottom, rgb(218,188,188), rgb(194,154,154));
}.slack_invite_07B31 .main_start_62D3v {
    flex-direction: column;
    display: flex;
    position: relative;
    max-width: 400px;
    flex: 1;
    min-width: 240px;
    gap: 2rem;
}.slack_invite_07B31 .main_start_62D3v::before {
    z-index: -1;
    position: absolute;
    top: 0;
    border-radius: 13px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.02);
    left: 0;
    content: '';
}.slack_invite_07B31 .main_start_62D3v h5 {
    color: #000000;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.03);
    margin-bottom: 1rem;
    font-size: 21px;
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
}.slack_invite_07B31 .nav_pagewrap_dtfW6 {
    flex-direction: column;
    padding: 0 1.5rem;
    display: flex;
    gap: 0.75rem;
}.slack_invite_07B31 .nav_pagewrap_dtfW6:first-child {
    position: relative;
}.slack_invite_07B31 .nav_pagewrap_dtfW6 a {
    padding-left: 1.25rem;
    font-size: 15px;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
    position: relative;
}.slack_invite_07B31 .nav_pagewrap_dtfW6 a::before {
    width: 6px;
    left: 0;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-color: rgb(194,154,154,0.5);
    transition: all 0.3s ease;
    content: '';
    height: 6px;
}.slack_invite_07B31 .nav_pagewrap_dtfW6 a:hover {
    color: rgb(218,188,188);
    padding-left: 1.5rem;
}.slack_invite_07B31 .nav_pagewrap_dtfW6 a:hover::before {
    width: 8px;
    background-color: rgb(218,188,188);
    height: 8px;
}.slack_invite_07B31 .subscribe_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 13px;
    position: relative;
    gap: 1.5rem;
    width: 100%;
    display: flex;
    padding: 2rem;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    flex-direction: column;
    max-width: 400px;
}.slack_invite_07B31 .subscribe_holder::before {
    border-top-left-radius: 13px;
    height: 0;
    border-color: rgb(218,188,188,0.5) transparent transparent transparent;
    left: 0;
    border-width: 50px 50px 0 0;
    content: '';
    width: 0;
    top: 0;
    border-style: solid;
    position: absolute;
}.slack_invite_07B31 .subscribe_holder h5 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #000000;
}.slack_invite_07B31 .subscribe_holder p {
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
}.slack_invite_07B31 .input_holder {
    position: relative;
    flex-direction: column;
    margin-top: 0.5rem;
    display: flex;
    gap: 1rem;
}.slack_invite_07B31 .input_holder input[type="email"] {
    color: #000000;
    border-radius: 10px;
    padding: 1.125rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    font-size: 15px;
}.slack_invite_07B31 .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(218,188,188);
    box-shadow: 0 0 0 3px rgb(218,188,188,0.5);
}.slack_invite_07B31 .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.slack_invite_07B31 .sub_area_X9FP0 {
    border: none;
    background: linear-gradient(135deg, rgb(218,188,188) 0%, rgb(194,154,154) 100%);
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    padding: 1.125rem 1.25rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
}.slack_invite_07B31 .sub_area_X9FP0::before {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    transition: opacity 0.3s ease;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(135deg, rgb(194,154,154) 0%, rgb(218,188,188) 100%);
}.slack_invite_07B31 .sub_area_X9FP0:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.slack_invite_07B31 .sub_area_X9FP0:hover::before {
    opacity: 1;
}.slack_invite_07B31 .reg_remind_WJQgt {
    position: relative;
    padding-top: 2rem;
    text-align: center;
    margin-top: 4rem;
}.slack_invite_07B31 .reg_remind_WJQgt::before {
    left: 30%;
    background: rgba(0, 0, 0, 0.1);
    width: 40%;
    position: absolute;
    height: 1px;
    top: 0;
    content: '';
}.slack_invite_07B31 .partner_logo_1CYns {
    font-size: 16px;
    opacity: 0.8;
    color: #000000;
}

@media (max-width: 1200px) {.slack_invite_07B31 .text_main_holder {
    gap: 2.5rem;
}.slack_invite_07B31 .header_navbar_xkKDI {
    max-width: 260px;
}.slack_invite_07B31 .main_start_62D3v {
    min-width: 220px;
}
}

@media (max-width: 991px) {.slack_invite_07B31 {
    padding: 4rem 0 2rem;
}.slack_invite_07B31 .info_item {
    padding: 1rem;
    width: 50%;
}.slack_invite_07B31 .info_item:nth-child(3)::before {
    display: none;
}.slack_invite_07B31 .text_main_holder {
    gap: 3rem;
    flex-direction: column;
    align-items: center;
}.slack_invite_07B31 .header_navbar_xkKDI {
    align-items: center;
    width: 100%;
    text-align: center;
    max-width: 100%;
}.slack_invite_07B31 .learn_nav_J8oiq {
    text-align: center;
    max-width: 500px;
    padding-left: 0;
}.slack_invite_07B31 .learn_nav_J8oiq::before {
    display: none;
}.slack_invite_07B31 .main_start_62D3v {
    width: 100%;
    max-width: 600px;
}.slack_invite_07B31 .subscribe_holder {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 768px) {.slack_invite_07B31 {
    padding: 3.5rem 0 1.5rem;
}.slack_invite_07B31 .edu_guide_maD6r {
    margin-bottom: 3rem;
}.slack_invite_07B31 .info_item {
    width: 100%;
}.slack_invite_07B31 .info_item::before {
    display: none;
}.slack_invite_07B31 .nav_pagewrap_dtfW6 {
    gap: 0.5rem 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}.slack_invite_07B31 .nav_pagewrap_dtfW6 a {
    text-align: center;
    padding: 0.5rem 1rem;
}.slack_invite_07B31 .nav_pagewrap_dtfW6 a::before {
    display: none;
}.slack_invite_07B31 .nav_pagewrap_dtfW6 a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    padding-left: 1rem;
    border-radius: 10px;
}.slack_invite_07B31 .reg_remind_WJQgt {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.slack_invite_07B31 {
    padding: 3rem 0 1.5rem;
}.slack_invite_07B31 .edu_guide_maD6r {
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}.slack_invite_07B31 .text_main_holder {
    gap: 2.5rem;
}.slack_invite_07B31 .main_start_62D3v {
    padding: 1rem;
}.slack_invite_07B31 .main_start_62D3v h5 {
    text-align: center;
}.slack_invite_07B31 .subscribe_holder {
    padding: 1.5rem;
}.slack_invite_07B31 .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.slack_invite_07B31 .reg_remind_WJQgt {
    margin-top: 2.5rem;
}}.our_story_cTb4N {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.our_story_cTb4N::before {
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(218,188,188,0.5), rgba(0, 0, 0, 0.5) 70%);
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    backdrop-filter: saturate(120%) contrast(105%);
}.our_story_cTb4N .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.our_story_cTb4N .heading_frame_Q3M1S {
    background: linear-gradient(to right, rgba(255,255,255,0.92), rgba(255,255,255,0.85));
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 3px 10px rgba(0,0,0,0.1);
    position: relative;
    padding: 50px 40px;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    margin-left: auto;
    max-width: 800px;
}.our_story_cTb4N .heading_frame_Q3M1S::before {
    top: 0;
    transform: scaleY(0.92);
    height: 100%;
    background: rgb(218,188,188);
    content: "";
    position: absolute;
    width: 5px;
    left: -20px;
    transition: transform 0.4s ease-out;
}.our_story_cTb4N .heading_frame_Q3M1S:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_story_cTb4N .heading_frame_Q3M1S:hover::before {
    transform: scaleY(1);
}.our_story_cTb4N h5 {
    color: rgb(218,188,188);
    letter-spacing: 1.5px;
    transform: translateX(-10px);
    margin: 0 0 20px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    animation: slideInTitle 0.8s forwards 0.3s;
    opacity: 0;
    display: inline-block;
    text-transform: uppercase;
}.our_story_cTb4N h5::after {
    transform: scaleX(0);
    background: rgb(194,154,154);
    bottom: 0;
    animation: growLine 0.6s forwards 1s;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    left: 0;
    content: "";
    height: 3px;
    width: 40px;
}.our_story_cTb4N p {
    font-family: Arial, sans-serif;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeUp 0.7s forwards 0.6s;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #000000;
    font-size: calc(14px * 1.2);
}.our_story_cTb4N p b {
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: rgb(194,154,154);
    font-size: 1.2em;
}.our_story_cTb4N p b::before {
    left: -5%;
    bottom: 2px;
    position: absolute;
    background-color: rgb(218,188,188,0.5);
    z-index: -1;
    width: 110%;
    content: "";
    height: 8px;
}.our_story_cTb4N ol {
    counter-reset: item;
    margin: 0;
    position: relative;
    padding: 0;
    list-style-position: inside;
}.our_story_cTb4N ol li {
    color: #000000;
    transform: translateY(20px);
    font-size: 14px;
    text-align: justify;
    line-height: 1.8;
    opacity: 0;
    margin-bottom: 15px;
    position: relative;
    list-style: none;
    counter-increment: item;
    padding-left: 0;
    animation: fadeUp 0.8s forwards 0.9s;
}.our_story_cTb4N ol li::before {
    display: none;
}

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

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

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

@media (max-width: 991px) {.our_story_cTb4N {
    padding: 80px 0;
}.our_story_cTb4N .heading_frame_Q3M1S {
    padding: 40px 30px;
    transform: perspective(800px) rotateY(-1deg);
}.our_story_cTb4N h5 {
    font-size: calc(24px - 2px);
}.our_story_cTb4N p {
    font-size: 14px;
}
}

@media (max-width: 767px) {.our_story_cTb4N {
    padding: 60px 0;
}.our_story_cTb4N .heading_frame_Q3M1S {
    box-shadow: 0 10px 20px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.08);
    max-width: 100%;
    transform: none;
    padding: 30px 25px;
}.our_story_cTb4N .heading_frame_Q3M1S::before {
    width: 4px;
    left: 0;
}.our_story_cTb4N h5 {
    margin-bottom: 15px;
}.our_story_cTb4N p {
    margin-bottom: 20px;
}.our_story_cTb4N ol li {
    line-height: 1.6;
}
}

@media (max-width: 480px) {.our_story_cTb4N {
    padding: 50px 0;
}.our_story_cTb4N .heading_frame_Q3M1S {
    padding: 25px 20px;
}.our_story_cTb4N h5 {
    font-size: calc(24px - 4px);
}.our_story_cTb4N p {
    font-size: calc(14px - 1px);
}.our_story_cTb4N ol li {
    line-height: 1.5;
    font-size: calc(14px - 1px);
}}.thxPage_hab82 {
    padding: 6rem 0;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,222,222) 0%, rgba(rgb(218,188,188,0.5), 0.08) 100%);
}.thxPage_hab82::before {
    left: -50%;
    top: -50%;
    width: 200%;
    background: radial-gradient(circle at center, rgba(rgb(194,154,154,0.5), 0.03) 0%, transparent 60%);
    content: "";
    animation: orbital 30s infinite linear;
    position: absolute;
    height: 200%;
    transform: rotate(-12deg);
    opacity: 0.8;
    pointer-events: none;
}.thxPage_hab82::after {
    left: 0;
    height: 100%;
    background-size: 8rem 8rem;
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(218,188,188,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(218,188,188,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(218,188,188,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(218,188,188,0.5), 0.05) 1px, transparent 2px);
    pointer-events: none;
    width: 100%;
    content: "";
    opacity: 0.4;
    position: absolute;
}.thxPage_hab82 .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    transform-style: preserve-3d;
}.thxPage_hab82 .edu_beliefs_VIoFh {
    mask-image: linear-gradient(
        to bottom right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
    overflow: hidden;
    display: flex;
    position: relative;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(0);
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    gap: 2.5rem;
    padding: 3.5rem;
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.85) 100%
    );
}.thxPage_hab82 .edu_beliefs_VIoFh:hover {
    transform: translateZ(20px) translateY(-5px);
}.thxPage_hab82 .edu_beliefs_VIoFh > div:first-child {
    position: relative;
    transform: translateZ(10px);
}.thxPage_hab82 .edu_beliefs_VIoFh > div:first-child::before {
    top: 50%;
    width: 2.5rem;
    height: 2px;
    transform: translateY(-50%);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(218,188,188), transparent);
    left: -3.5rem;
    position: absolute;
}.thxPage_hab82 .edu_beliefs_VIoFh > div:last-child {
    position: relative;
    transform: translateZ(5px);
}.thxPage_hab82 .edu_beliefs_VIoFh > div:last-child::after {
    right: -3.5rem;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(218,188,188), transparent);
    bottom: 2rem;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    width: 2.5rem;
}.thxPage_hab82 h5 {
    margin: 0;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    padding-left: 1.5rem;
    line-height: 1.4;
    transition: transform 0.5s ease;
    color: #000000;
    font-size: 18px;
}.thxPage_hab82 h5::before {
    top: 0.5rem;
    box-shadow: 0 0 10px rgba(rgb(218,188,188,0.5), 0.5);
    border-radius: 50%;
    width: 0.5rem;
    background: rgb(218,188,188);
    height: 0.5rem;
    position: absolute;
    left: 0;
    content: "";
    animation: pulse 3s infinite ease-in-out;
}.thxPage_hab82 a {
    text-decoration: none;
    transition: transform 0.4s ease-out;
    display: block;
}.thxPage_hab82 a:hover {
    transform: translateX(5px);
}.thxPage_hab82 p {
    line-height: 1.8;
    border-left: 1px solid rgba(rgb(218,188,188,0.5), 0.2);
    margin: 0;
    position: relative;
    color: #000000;
    font-size: 12px;
    padding: 0 0 0 1.5rem;
    font-weight: 400;
}

@media (min-width: 768px) {.thxPage_hab82 {
    padding: 8rem 0;
}.thxPage_hab82 .edu_beliefs_VIoFh {
    gap: 3rem;
    padding: 4.5rem;
}.thxPage_hab82 h5 {
    font-size: calc(18px * 1.1);
    padding-left: 2rem;
}.thxPage_hab82 p {
    padding: 0 0 0 2rem;
    font-size: calc(12px * 1.05);
}.thxPage_hab82 .edu_beliefs_VIoFh > div:first-child::before {
    width: 4rem;
}.thxPage_hab82 .edu_beliefs_VIoFh > div:last-child::after {
    width: 4rem;
}
}

@media (min-width: 992px) {.thxPage_hab82 {
    padding: 10rem 0;
}.thxPage_hab82 .edu_beliefs_VIoFh {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.thxPage_hab82 .edu_beliefs_VIoFh > div:first-child {
    flex: 0 0 40%;
}.thxPage_hab82 .edu_beliefs_VIoFh > div:last-child {
    flex: 0 0 60%;
}.thxPage_hab82 .edu_beliefs_VIoFh > div:first-child::before {
    left: auto;
    height: 3rem;
    width: 2px;
    right: -2rem;
    top: 50%;
    background: linear-gradient(to bottom, transparent, rgb(218,188,188), transparent);
}.thxPage_hab82 .edu_beliefs_VIoFh > div:last-child::after {
    height: 3rem;
    width: 2px;
    right: auto;
    left: -2rem;
    background: linear-gradient(to bottom, transparent, rgb(218,188,188), transparent);
    bottom: 2rem;
}
}

@media (min-width: 1200px) {.thxPage_hab82 .edu_beliefs_VIoFh {
    padding: 5rem;
    gap: 5rem;
}.thxPage_hab82 h5 {
    font-size: calc(18px * 1.2);
}.thxPage_hab82 p {
    font-size: calc(12px * 1.1);
}
}

@media (max-width: 767px) {.thxPage_hab82 {
    padding: 4rem 0;
}.thxPage_hab82 .edu_beliefs_VIoFh {
    gap: 2rem;
    padding: 2.5rem;
}.thxPage_hab82 h5 {
    font-size: calc(18px * 0.95);
}.thxPage_hab82 .edu_beliefs_VIoFh > div:first-child::before,
    .thxPage_hab82 .edu_beliefs_VIoFh > div:last-child::after {
    display: none;
}}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.7; }
}

@keyframes orbital {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}.contact_section_elnst {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.contact_section_elnst::before {
    top: 0;
    z-index: 1;
    backdrop-filter: blur(8px);
    position: absolute;
    width: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
}.contact_section_elnst::after {
    animation: gradientShift 15s ease infinite;
    background: linear-gradient(135deg, rgb(218,188,188,0.5) 0%, transparent 50%, rgb(194,154,154,0.5) 100%);
    z-index: 2;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contact_section_elnst .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
    padding: 0 15px;
}.contact_section_elnst .feedback_request_VXenP {
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 19px;
    position: relative;
}.contact_section_elnst .feedback_request_VXenP::before {
    animation: rotate 30s linear infinite;
    width: 200%;
    top: -50%;
    position: absolute;
    height: 200%;
    opacity: 0.1;
    content: '';
    background: radial-gradient(circle, rgb(218,188,188,0.5) 0%, transparent 30%);
    left: -50%;
    pointer-events: none;
}@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.contact_section_elnst .support_message_HxRor {
    overflow: hidden;
    padding: 50px;
    position: relative;
    flex: 1;
    background: linear-gradient(145deg, rgb(218,188,188,0.5) 0%, rgb(194,154,154,0.5) 100%);
}.contact_section_elnst .support_message_HxRor::after {
    width: 100px;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    top: 0;
    height: 100%;
    right: 0;
}.contact_section_elnst .support_message_HxRor h3 {
    color: #ffffff;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 28px;
}.contact_section_elnst .support_message_HxRor h3::after {
    content: '';
    background: #ffffff;
    position: absolute;
    height: 3px;
    width: 80px;
    left: 0;
    border-radius: 10px;
    bottom: 0;
}.contact_section_elnst .support_message_HxRor div {
    position: relative;
    transition: transform 0.3s ease;
    transform: translateX(0);
    align-items: center;
    margin-bottom: 25px;
    padding-left: 15px;
    display: flex;
}.contact_section_elnst .support_message_HxRor div:hover {
    transform: translateX(10px);
}.contact_section_elnst .support_message_HxRor div::before {
    left: 0;
    border-radius: 10px;
    height: 0;
    transition: height 0.3s ease, top 0.3s ease;
    position: absolute;
    top: 50%;
    content: '';
    background: #ffffff;
    width: 5px;
}.contact_section_elnst .support_message_HxRor div:hover::before {
    top: 10%;
    height: 80%;
}.contact_section_elnst .support_message_HxRor svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
    fill: #ffffff;
}.contact_section_elnst .support_message_HxRor svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact_section_elnst .support_message_HxRor div:hover svg path {
    fill: rgb(194,154,154);
}.contact_section_elnst .support_message_HxRor span {
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
}.contact_section_elnst .support_message_HxRor span a {
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_section_elnst .support_message_HxRor span a:hover {
    color: rgb(194,154,154);
}.contact_section_elnst .connect_inquiry_kgowt {
    background: rgba(255, 255, 255, 0.05);
    flex: 1.2;
    overflow: hidden;
    position: relative;
    padding: 50px;
    backdrop-filter: blur(10px);
}.contact_section_elnst .connect_inquiry_kgowt::before {
    top: -100px;
    position: absolute;
    height: 200px;
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite alternate;
    background: radial-gradient(circle, rgb(194,154,154,0.5) 0%, transparent 70%);
    width: 200px;
    right: -100px;
    content: '';
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.contact_section_elnst .connect_inquiry_kgowt h3 {
    color: #ffffff;
    margin-bottom: 40px;
    position: relative;
    font-weight: 600;
    text-align: center;
    font-size: 28px;
}.contact_section_elnst .connect_inquiry_kgowt h3::after {
    border-radius: 10px;
    background: rgb(194,154,154);
    position: absolute;
    content: '';
    left: 50%;
    bottom: -15px;
    height: 2px;
    width: 50px;
    transform: translateX(-50%);
}.contact_section_elnst .connect_inquiry_kgowt form {
    flex-direction: column;
    display: flex;
}.contact_section_elnst .connect_inquiry_kgowt input[type="text"],
.contact_section_elnst .connect_inquiry_kgowt input[type="email"] {
    backdrop-filter: blur(5px);
    font-size: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-radius: 19px;
    padding: 15px 20px;
}.contact_section_elnst .connect_inquiry_kgowt input[type="text"]:focus,
.contact_section_elnst .connect_inquiry_kgowt input[type="email"]:focus {
    border-color: rgb(194,154,154);
    box-shadow: 0 0 0 2px rgb(194,154,154,0.5);
    outline: none;
}.contact_section_elnst .connect_inquiry_kgowt input[type="text"]::placeholder,
.contact_section_elnst .connect_inquiry_kgowt input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.contact_section_elnst .connect_inquiry_kgowt .support_widget_uB6kv {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
}.contact_section_elnst .connect_inquiry_kgowt .support_widget_uB6kv input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_section_elnst .connect_inquiry_kgowt .support_widget_uB6kv label {
    color: #ffffff;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 30px;
    cursor: pointer;
}.contact_section_elnst .connect_inquiry_kgowt .support_widget_uB6kv label::before {
    content: '';
    width: 18px;
    position: absolute;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 18px;
    left: 0;
}.contact_section_elnst .connect_inquiry_kgowt .support_widget_uB6kv label::after {
    transform: rotate(-45deg) scale(0);
    left: 5px;
    transition: all 0.2s ease;
    width: 8px;
    content: '';
    position: absolute;
    border-bottom: 2px solid #ffffff;
    opacity: 0;
    height: 4px;
    border-left: 2px solid #ffffff;
    top: 9px;
}.contact_section_elnst .connect_inquiry_kgowt .support_widget_uB6kv input[type="checkbox"]:checked + label::before {
    border-color: rgb(194,154,154);
    background: rgb(194,154,154,0.5);
}.contact_section_elnst .connect_inquiry_kgowt .support_widget_uB6kv input[type="checkbox"]:checked + label::after {
    transform: rotate(-45deg) scale(1);
    opacity: 1;
}.contact_section_elnst .connect_inquiry_kgowt .support_widget_uB6kv label a {
    transition: color 0.3s ease;
    color: rgb(194,154,154);
    text-decoration: none;
}.contact_section_elnst .connect_inquiry_kgowt .support_widget_uB6kv label a:hover {
    text-decoration: underline;
    color: #ffffff;
}.contact_section_elnst .connect_inquiry_kgowt .connect_box_56ruE {
    background: linear-gradient(90deg, rgb(218,188,188) 0%, rgb(194,154,154) 100%);
    position: relative;
    border: none;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 1;
    overflow: hidden;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 19px;
    transition: all 0.3s ease;
    font-size: 14px;
}.contact_section_elnst .connect_inquiry_kgowt .connect_box_56ruE::before {
    top: 0;
    position: absolute;
    height: 100%;
    content: '';
    transition: all 0.6s ease;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    width: 100%;
}.contact_section_elnst .connect_inquiry_kgowt .connect_box_56ruE:hover::before {
    left: 100%;
}.contact_section_elnst .connect_inquiry_kgowt .connect_box_56ruE:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {.contact_section_elnst {
    padding: 80px 0;
}.contact_section_elnst .feedback_request_VXenP {
    flex-direction: column;
}.contact_section_elnst .support_message_HxRor,
    .contact_section_elnst .connect_inquiry_kgowt {
    padding: 40px;
}.contact_section_elnst .support_message_HxRor {
    text-align: center;
}.contact_section_elnst .support_message_HxRor h3::after {
    transform: translateX(-50%);
    left: 50%;
}.contact_section_elnst .support_message_HxRor div {
    justify-content: center;
    padding-left: 0;
}.contact_section_elnst .support_message_HxRor div::before {
    display: none;
}
}

@media (max-width: 768px) {.contact_section_elnst {
    padding: 60px 0;
}.contact_section_elnst .support_message_HxRor,
    .contact_section_elnst .connect_inquiry_kgowt {
    padding: 30px;
}.contact_section_elnst .support_message_HxRor h3,
    .contact_section_elnst .connect_inquiry_kgowt h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.contact_section_elnst .support_message_HxRor div {
    margin-bottom: 20px;
}.contact_section_elnst .connect_inquiry_kgowt input[type="text"],
    .contact_section_elnst .connect_inquiry_kgowt input[type="email"] {
    padding: 12px 15px;
}.contact_section_elnst .connect_inquiry_kgowt .connect_box_56ruE {
    padding: 12px 20px;
}
}

@media (max-width: 480px) {.contact_section_elnst {
    padding: 40px 0;
}.contact_section_elnst .container {
    padding: 0 10px;
}.contact_section_elnst .support_message_HxRor,
    .contact_section_elnst .connect_inquiry_kgowt {
    padding: 20px;
}.contact_section_elnst .support_message_HxRor h3,
    .contact_section_elnst .connect_inquiry_kgowt h3 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.7);
}.contact_section_elnst .support_message_HxRor svg {
    width: 20px;
    height: 20px;
}.contact_section_elnst .connect_inquiry_kgowt .support_widget_uB6kv label {
    font-size: calc(16px * 0.9);
}.contact_section_elnst .connect_inquiry_kgowt .connect_box_56ruE {
    width: 100%;
}}.price_table_PUIio {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(237,222,222) 0%, rgb(194,154,154,0.5) 100%);
    position: relative;
    overflow: hidden;
}.price_table_PUIio::before {
    z-index: 1;
    height: 100%;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(218,188,188), 0.03) 40px, rgba(rgb(218,188,188), 0.03) 80px);
    content: "";
    top: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}.price_table_PUIio .container {
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
}.price_table_PUIio .study_offers_5FS4u {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.5rem;
}.price_table_PUIio .edu_packages_hGFW8 {
    z-index: 3;
    margin: 0 auto;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 600px;
    padding: 2rem;
    background: rgba(#ffffff, 0.9);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.price_table_PUIio .edu_packages_hGFW8:hover {
    transform: translateY(-5px);
}.price_table_PUIio .edu_packages_hGFW8 h2 {
    color: #000000;
    line-height: 1.3;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 1rem;
    position: relative;
}.price_table_PUIio .edu_packages_hGFW8 h2::after {
    content: "";
    transition: transform 0.5s ease;
    transform: scaleX(1);
    left: 0;
    background: rgb(218,188,188);
    position: absolute;
    transform-origin: left;
    width: 80px;
    height: 3px;
    bottom: -10px;
}.price_table_PUIio .edu_packages_hGFW8:hover h2::after {
    transform: scaleX(1.5);
}.price_table_PUIio .learn_deals_YcPnq {
    margin-top: 1.5rem;
    max-width: 100%;
    line-height: 1.6;
    word-break: break-word;
    color: #000000;
    font-size: 18px;
    overflow-wrap: break-word;
}.price_table_PUIio .rate_card_5OYEb {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}.price_table_PUIio .discount_price_WBML5 {
    text-decoration: none;
    overflow: hidden;
    height: 100%;
    position: relative;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.price_table_PUIio .discount_price_WBML5:hover {
    transform: translateY(-8px);
}.price_table_PUIio .price_opts_TBibj {
    overflow: hidden;
    background: #ffffff;
    border-radius: 8px;
    height: 100%;
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    display: flex;
    transition: box-shadow 0.4s ease;
}.price_table_PUIio .discount_price_WBML5:hover .price_opts_TBibj {
    box-shadow: 0 15px 35px rgba(rgb(218,188,188,0.5), 0.15);
}.price_table_PUIio .fee_struct_MR7xh {
    display: flex;
    flex-grow: 1;
    min-height: 280px;
    flex-direction: column;
    padding: 2rem;
}.price_table_PUIio .fee_struct_MR7xh h3 {
    margin-bottom: 1rem;
    color: #000000;
    font-size: calc(18px + 0.1rem);
    font-weight: 600;
    line-height: 1.3;
    position: relative;
}.price_table_PUIio .plan_fee_SJUDO {
    font-size: calc(18px + 0.3rem);
    display: block;
    color: rgb(218,188,188);
    position: relative;
    font-weight: 700;
    margin: 0.5rem 0 1.25rem;
}.price_table_PUIio .plan_fee_SJUDO::before {
    left: 0;
    background: rgb(194,154,154);
    width: 40px;
    position: absolute;
    bottom: -10px;
    content: "";
    height: 2px;
}.price_table_PUIio .fee_struct_MR7xh p {
    word-break: break-word;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    overflow-wrap: break-word;
    flex-grow: 1;
    margin-top: 1.5rem;
}.price_table_PUIio .image_wrap_vN2O1 {
    transform: scale(1);
    transition: transform 0.6s ease-out;
    width: 100%;
    position: relative;
    height: 220px;
}.price_table_PUIio .image_wrap_vN2O1::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}.price_table_PUIio .discount_price_WBML5:hover .image_wrap_vN2O1 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.price_table_PUIio .rate_card_5OYEb {
    grid-template-columns: repeat(2, 1fr);
}.price_table_PUIio .edu_packages_hGFW8 {
    padding: 3rem;
}
}

@media (min-width: 992px) {.price_table_PUIio .study_offers_5FS4u {
    gap: 3rem;
    flex-direction: row;
    align-items: center;
}.price_table_PUIio .edu_packages_hGFW8 {
    width: 35%;
    margin: 0;
}.price_table_PUIio .rate_card_5OYEb {
    width: 65%;
}
}

@media (min-width: 1200px) {.price_table_PUIio .rate_card_5OYEb {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.price_table_PUIio .fee_struct_MR7xh {
    padding: 2.5rem;
}.price_table_PUIio .edu_packages_hGFW8 h2 {
    font-size: calc(28px + 0.2rem);
}.price_table_PUIio .image_wrap_vN2O1 {
    height: 250px;
}
}

@media (max-width: 767px) {.price_table_PUIio {
    padding: 4rem 0;
}.price_table_PUIio .fee_struct_MR7xh {
    padding: 1.5rem;
    min-height: 240px;
}.price_table_PUIio .image_wrap_vN2O1 {
    height: 180px;
}.price_table_PUIio .edu_packages_hGFW8 {
    padding: 1.5rem;
}.price_table_PUIio .edu_packages_hGFW8 h2 {
    font-size: calc(28px - 0.2rem);
}.price_table_PUIio .learn_deals_YcPnq {
    font-size: calc(18px - 0.1rem);
}}.user_testimonials_BAb75 {
    background: linear-gradient(180deg, rgb(237,222,222) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 7rem 2rem;
}.user_testimonials_BAb75::before {
    left: 0;
    opacity: 0.3;
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(218,188,188,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(194,154,154,0.5) 0%, transparent 30%);
}.user_testimonials_BAb75::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(ellipse at 50% 50%, transparent 0%, rgb(237,222,222) 80%);
    position: absolute;
    opacity: 0.4;
    z-index: 0;
    content: "";
}.user_testimonials_BAb75 .edu_beliefs_VIoFh {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.user_testimonials_BAb75 h4 {
    margin-bottom: 6rem;
    font-size: 38px;
    text-align: center;
    color: #000000;
    position: relative;
    font-weight: 700;
}.user_testimonials_BAb75 h4::before {
    border-radius: 50%;
    top: 50%;
    position: absolute;
    z-index: -1;
    height: 120px;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 120px;
    opacity: 0.3;
    border: 2px solid rgb(218,188,188,0.5);
}.user_testimonials_BAb75 h4::after {
    top: 50%;
    z-index: -2;
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    height: 80px;
    background: rgb(218,188,188,0.5);
    width: 80px;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
}.user_testimonials_BAb75 .feedback_track_HwuO2 {
    justify-content: center;
    perspective: 1000px;
    flex-wrap: wrap;
    display: flex;
    margin: 0 -1.5rem;
}.user_testimonials_BAb75 .reviews_block_zqPZX {
    margin: 1.5rem;
    position: relative;
    overflow: hidden;
    width: calc(33.33% - 3rem);
    transform-style: preserve-3d;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgb(194,154,154,0.5);
    border-radius: 19px;
    transition: all 0.5s ease;
    padding: 2.5rem;
    background: #ffffff;
    transform: translateZ(0);
}.user_testimonials_BAb75 .reviews_block_zqPZX:hover {
    transform: translateZ(30px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(218,188,188);
}.user_testimonials_BAb75 .reviews_block_zqPZX::before {
    background: radial-gradient(circle at center, rgb(218,188,188,0.5) 0%, transparent 70%);
    top: -50%;
    content: "";
    position: absolute;
    height: 200%;
    z-index: -1;
    transition: all 0.5s ease;
    left: -50%;
    width: 200%;
    opacity: 0;
}.user_testimonials_BAb75 .reviews_block_zqPZX:hover::before {
    animation: pulse 2s infinite;
    opacity: 0.1;
}@keyframes pulse {
    0% { transform: scale(1); opacity: 0.1; }
    50% { transform: scale(1.05); opacity: 0.15; }
    100% { transform: scale(1); opacity: 0.1; }
}

.user_testimonials_BAb75 .reviews_block_zqPZX::after {
    right: 20px;
    transition: all 0.3s ease;
    opacity: 0.5;
    background: rgb(218,188,188,0.5);
    width: 20px;
    border-radius: 50%;
    content: "";
    top: 20px;
    height: 20px;
    position: absolute;
}.user_testimonials_BAb75 .reviews_block_zqPZX:hover::after {
    transform: scale(1.5);
    opacity: 0.7;
}.user_testimonials_BAb75 .reviews_block_zqPZX .image_wrap_vN2O1 {
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    margin: 0 auto 1.5rem;
    transition: all 0.5s ease;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    transform: translateZ(20px);
    width: 100px;
}.user_testimonials_BAb75 .reviews_block_zqPZX:hover .image_wrap_vN2O1 {
    transform: translateZ(40px) scale(1.1);
}.user_testimonials_BAb75 .reviews_block_zqPZX .image_wrap_vN2O1::before {
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    content: "";
    left: -10px;
    width: calc(100% + 20px);
    animation: spin 30s linear infinite;
    top: -10px;
    height: calc(100% + 20px);
    border-radius: 50%;
    border: 1px dashed rgb(194,154,154,0.5);
}.user_testimonials_BAb75 .reviews_block_zqPZX:hover .image_wrap_vN2O1::before {
    opacity: 1;
}@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.user_testimonials_BAb75 .reviews_block_zqPZX span {
    transform: translateZ(10px);
    color: #000000;
    transition: all 0.4s ease;
    font-size: 22px;
    display: block;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 600;
}.user_testimonials_BAb75 .reviews_block_zqPZX:hover span {
    color: rgb(218,188,188);
    transform: translateZ(25px);
}.user_testimonials_BAb75 .reviews_block_zqPZX p {
    text-align: center;
    line-height: 1.7;
    transition: all 0.4s ease;
    position: relative;
    font-size: 14px;
    color: #000000;
    transform: translateZ(5px);
}.user_testimonials_BAb75 .reviews_block_zqPZX:hover p {
    transform: translateZ(15px);
}.user_testimonials_BAb75 .reviews_block_zqPZX:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.user_testimonials_BAb75 .reviews_block_zqPZX:nth-child(3n+2) {
    animation: float 7s ease-in-out infinite;
    animation-delay: 0.3s;
}.user_testimonials_BAb75 .reviews_block_zqPZX:nth-child(3n+3) {
    animation: float 8s ease-in-out infinite;
    animation-delay: 0.6s;
}@keyframes float {
    0%, 100% { transform: translateY(0) translateZ(0); }
    50% { transform: translateY(-15px) translateZ(0); }
}

.user_testimonials_BAb75 .reviews_block_zqPZX:hover {
    animation-play-state: paused;
}

@media (max-width: 992px) {.user_testimonials_BAb75 {
    padding: 5rem 1.5rem;
}.user_testimonials_BAb75 h4 {
    margin-bottom: 4rem;
    font-size: calc(38px * 0.9);
}.user_testimonials_BAb75 .reviews_block_zqPZX {
    width: calc(50% - 3rem);
}.user_testimonials_BAb75 .reviews_block_zqPZX:nth-child(3n+1),
    .user_testimonials_BAb75 .reviews_block_zqPZX:nth-child(3n+2),
    .user_testimonials_BAb75 .reviews_block_zqPZX:nth-child(3n+3) {
    animation-duration: 5s;
}
}

@media (max-width: 768px) {.user_testimonials_BAb75 {
    padding: 4rem 1rem;
}.user_testimonials_BAb75 h4 {
    margin-bottom: 3rem;
    font-size: calc(38px * 0.8);
}.user_testimonials_BAb75 .reviews_block_zqPZX {
    width: 100%;
    margin: 1rem 0;
}.user_testimonials_BAb75 .reviews_block_zqPZX .image_wrap_vN2O1 {
    height: 80px;
    width: 80px;
}.user_testimonials_BAb75 .reviews_block_zqPZX:nth-child(n) {
    animation-name: float-mobile;
}@keyframes float-mobile {
        0%, 100% { transform: translateY(0) translateZ(0); }
        50% { transform: translateY(-8px) translateZ(0); }
    }
}.title_board_zKR8v {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
}.title_board_zKR8v .edu_welcome_EoyuR {
    left: 0;
    justify-content: flex-start;
    align-items: center;
    top: 0;
    height: 100%;
    display: flex;
    position: absolute;
    width: 100%;
}.title_board_zKR8v .edu_welcome_EoyuR::before {
    z-index: 1;
    left: 0;
    width: 100%;
    content: "";
    backdrop-filter: blur(5px);
    position: absolute;
    background: linear-gradient(
    135deg,
    rgb(218,188,188,0.5) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgb(194,154,154,0.5) 100%
  );
    height: 100%;
    top: 0;
}.title_board_zKR8v .edu_welcome_EoyuR::after {
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.7;
    background: 
    linear-gradient(90deg, transparent 0%, rgb(194,154,154,0.5) 100%),
    radial-gradient(circle at 75% 25%, rgb(218,188,188,0.5) 0%, transparent 50%);
    z-index: 2;
    width: 100%;
    top: 0;
    content: "";
}.title_board_zKR8v .learning_studio_S2K8E {
    transform-origin: left center;
    position: relative;
    clip-path: polygon(0 0, 100% 5%, 98% 95%, 0% 100%);
    box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(8px);
    padding: 5% 8%;
    max-width: 85%;
    margin-left: 5%;
    background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
    z-index: 10;
    animation: titlePageReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: perspective(1000px) rotateY(-2deg);
}.title_board_zKR8v .learning_studio_S2K8E::before {
    height: 10px;
    animation: slideIn 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: absolute;
    content: "";
    left: -10px;
    opacity: 0;
    top: -10px;
    animation-delay: 0.5s;
    transform: skewX(-20deg);
    width: 40%;
    background: rgb(218,188,188);
}.title_board_zKR8v .learning_studio_S2K8E::after {
    background: rgb(194,154,154);
    width: 40%;
    transform: skewX(-20deg);
    bottom: -10px;
    animation: slideIn 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: absolute;
    opacity: 0;
    content: "";
    animation-delay: 0.7s;
    height: 10px;
    right: -10px;
}.title_board_zKR8v h1 {
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    opacity: 0;
    animation: slideTextIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.3s;
    font-weight: 700;
    transform: translateX(-20px);
    position: relative;
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, #ffffff 0%, rgb(194,154,154) 100%);
    -webkit-text-fill-color: transparent;
    font-size: clamp(2.5rem, 5vw, 48px);
}.title_board_zKR8v h1::after {
    animation: expandLine 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    content: "";
    background: linear-gradient(90deg, rgb(218,188,188) 0%, rgb(194,154,154) 100%);
    position: absolute;
    left: 0;
    animation-delay: 0.8s;
    transform-origin: left center;
    height: 5px;
    bottom: -15px;
    opacity: 0;
    width: 80px;
}.title_board_zKR8v h3 {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    margin-bottom: 1.5rem;
    color: #ffffff;
    opacity: 0;
    transform: translateX(-20px);
    opacity: 0.9;
    max-width: 90%;
    animation: slideTextIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
    font-weight: 600;
    line-height: 1.4;
    animation-delay: 0.5s;
}.title_board_zKR8v p {
    animation-delay: 0.7s;
    margin-top: 2rem;
    color: #ffffff;
    opacity: 0;
    line-height: 1.6;
    border-left: 3px solid rgb(218,188,188);
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-weight: 400;
    font-size: clamp(1rem, 1.5vw, 16px);
    position: relative;
    padding-left: 1rem;
    transform: translateY(20px);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

@keyframes titlePageReveal {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-10deg) translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) translateX(0);
  }
}

@keyframes slideIn {
  0% {
    transform: skewX(-20deg) translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: skewX(-20deg) translateX(0);
    opacity: 1;
  }
}

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

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

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

@media (max-width: 991px) {.title_board_zKR8v .learning_studio_S2K8E {
    margin-left: 5%;
    padding: 6% 6%;
    clip-path: polygon(0 0, 100% 3%, 98% 97%, 0% 100%);
    max-width: 90%;
    transform: perspective(1000px) rotateY(-1deg);
}.title_board_zKR8v h1::after {
    width: 60px;
}.title_board_zKR8v h3 {
    max-width: 100%;
}
}

@media (max-width: 767px) {.title_board_zKR8v .edu_welcome_EoyuR {
    justify-content: center;
}.title_board_zKR8v .learning_studio_S2K8E {
    max-width: 92%;
    margin: 0 auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transform: none;
    padding: 8% 7%;
}.title_board_zKR8v h1 {
    letter-spacing: -0.01em;
}.title_board_zKR8v h3 {
    font-size: clamp(1.1rem, 4vw, 1.5rem);
}.title_board_zKR8v p {
    padding-left: 0.75rem;
    font-size: 1rem;
}
}

@media (max-width: 480px) {.title_board_zKR8v .learning_studio_S2K8E {
    padding: 10% 8%;
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.15) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );
}.title_board_zKR8v h1 {
    font-size: 2rem;
}.title_board_zKR8v .edu_welcome_EoyuR::before {
    background: linear-gradient(
      135deg,
      rgb(218,188,188,0.5) 0%,
      rgba(0, 0, 0, 0.75) 50%,
      rgb(194,154,154,0.5) 100%
    );
}
}