* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.wrapper-bordersW67yb {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    background: rgb(237,228,242);
    width: thin;
    padding: 0px;
}::-webkit-scrollbar-button {
    border-radius: 5px;
    background: rgb(215,195,225,0.5);
    height: 1px;
}::-webkit-scrollbar-track {
    margin: 2px 0;
    border: 1px ridge rgb(184,158,202);
    background: #ffffff;
    box-shadow: inset -1px -1px 5px 0px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb {
    background: rgb(184,158,202,0.5);
    border-radius: 19.6rem;
    border: 2px double rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(184,158,202);
    box-shadow: -3px -3px 15px 7px rgba(0, 0, 0, 0.8);
    background: rgb(184,158,202);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 4px -2px 15px -1px rgba(0, 0, 0, 0.2);
    background: #ffffff;
}* {
    scrollbar-width: thin;
    scrollbar-color: rgb(184,158,202) rgb(237,228,242);
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 7px;
}::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
}}

.top_pagewrapt1EivU {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.vr_labsdDjOmf {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1164px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_program_descriptioneVwJMX {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgba(245, 247, 252, 0.95) 100%);
    position: relative;
    overflow: hidden;
}.course_program_descriptioneVwJMX::before {
    top: -50px;
    right: -50px;
    content: '';
    z-index: 1;
    width: 300px;
    position: absolute;
    background: rgb(215,195,225,0.5);
    opacity: 0.1;
    transform: rotate(35deg);
    height: 300px;
}.course_program_descriptioneVwJMX::after {
    height: 250px;
    bottom: -50px;
    background: rgb(184,158,202,0.5);
    content: '';
    z-index: 1;
    transform: rotate(-15deg);
    left: -50px;
    position: absolute;
    opacity: 0.15;
    width: 250px;
}.course_program_descriptioneVwJMX .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.course_program_descriptioneVwJMX .learn_businessIkYKna {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 40px;
}.course_program_descriptioneVwJMX .background_image8AUVZW {
    transform: perspective(1000px) rotateY(-3deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.course_program_descriptioneVwJMX .background_image8AUVZW::before {
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        to bottom right,
        rgba(rgb(215,195,225), 0.2),
        rgba(rgb(184,158,202), 0.2)
    );
    z-index: 1;
    position: absolute;
    content: '';
    left: 0;
}.course_program_descriptioneVwJMX .background_image8AUVZW::after {
    content: '';
    transform: scale(0.95);
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: 20px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 2;
}.course_program_descriptioneVwJMX .background_image8AUVZW:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_program_descriptioneVwJMX .background_image8AUVZW:hover::after {
    opacity: 1;
    transform: scale(1);
}.course_program_descriptioneVwJMX .text_bannerxgkRIN {
    position: relative;
    padding: 10px 0 0 0;
}.course_program_descriptioneVwJMX h3 {
    line-height: 1.3;
    transform: translateX(-5px);
    opacity: 0;
    position: relative;
    color: #000000;
    font-size: calc(28px * 0.9);
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    margin-bottom: 25px;
    font-weight: 700;
}.course_program_descriptioneVwJMX h3::after {
    height: 3px;
    width: 80px;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(215,195,225) 0%, rgb(184,158,202) 100%);
    transform-origin: left;
    content: '';
    transform: scaleX(0);
    position: absolute;
    animation: expandLine 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s forwards;
    left: 0;
}.course_program_descriptioneVwJMX .description {
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    animation: fadeInUp 0.8s ease 0.4s forwards;
    transform: translateY(10px);
    font-size: 14px;
    opacity: 0;
    line-height: 1.8;
}.course_program_descriptioneVwJMX p.description {
    overflow-y: auto;
    max-height: 300px;
    padding-right: 20px;
    scrollbar-color: rgb(215,195,225,0.5) rgb(237,228,242);
    scrollbar-width: thin;
}.course_program_descriptioneVwJMX p.description::-webkit-scrollbar {
    width: 6px;
}.course_program_descriptioneVwJMX p.description::-webkit-scrollbar-track {
    background: rgb(237,228,242);
}.course_program_descriptioneVwJMX p.description::-webkit-scrollbar-thumb {
    background-color: rgb(215,195,225,0.5);
    border-radius: 10px;
}.course_program_descriptioneVwJMX span.description {
    display: none;
}

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

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

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

@media (min-width: 768px) {.course_program_descriptioneVwJMX .learn_businessIkYKna {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}.course_program_descriptioneVwJMX .background_image8AUVZW {
    transform: perspective(1200px) rotateY(-5deg) translateZ(0);
    height: 550px;
}.course_program_descriptioneVwJMX .text_bannerxgkRIN {
    padding: 0 0 0 20px;
}.course_program_descriptioneVwJMX h3 {
    font-size: 28px;
    margin-bottom: 35px;
}.course_program_descriptioneVwJMX h3::after {
    width: 120px;
    height: 4px;
}.course_program_descriptioneVwJMX p.description {
    max-height: 380px;
}
}

@media (min-width: 992px) {.course_program_descriptioneVwJMX {
    padding: 150px 0;
}.course_program_descriptioneVwJMX .learn_businessIkYKna {
    gap: 80px;
}.course_program_descriptioneVwJMX .background_image8AUVZW {
    height: 600px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.course_program_descriptioneVwJMX .text_bannerxgkRIN {
    padding: 0 0 0 40px;
}.course_program_descriptioneVwJMX h3 {
    margin-bottom: 40px;
    transform: translateX(-10px);
}.course_program_descriptioneVwJMX h3::after {
    bottom: -15px;
}.course_program_descriptioneVwJMX p.description {
    max-height: 450px;
    line-height: 1.9;
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.course_program_descriptioneVwJMX {
    padding: 80px 0;
}.course_program_descriptioneVwJMX .background_image8AUVZW {
    height: 300px;
    margin-bottom: 20px;
}.course_program_descriptioneVwJMX h3 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.8);
}.course_program_descriptioneVwJMX p.description {
    line-height: 1.6;
    max-height: 250px;
}}.join_nowavAVrg {
    position: relative;
    padding: 5rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    z-index: 1;
    background: linear-gradient(135deg, rgb(184,158,202) 0%, rgb(215,195,225) 100%);
    overflow: hidden;
}.join_nowavAVrg::before {
    left: -20%;
    width: 80%;
    transform: rotate(25deg);
    top: -50%;
    z-index: -1;
    content: "";
    height: 200%;
    position: absolute;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
}.join_nowavAVrg::after {
    content: "";
    bottom: -50px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(215,195,225,0.5) 0%, transparent 70%);
    position: absolute;
    animation: pulse 8s infinite alternate ease-in-out;
    z-index: -1;
    height: 250px;
    right: -50px;
    width: 250px;
}.join_nowavAVrg .container {
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    transform-origin: center center;
    align-items: center;
    max-width: 1140px;
    flex-direction: column;
    display: flex;
    z-index: 2;
    justify-content: center;
    transform: perspective(1000px) rotateX(2deg);
}.join_nowavAVrg .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.join_nowavAVrg h6 {
    text-align: center;
    font-family: Arial, sans-serif;
    animation: fadeInUp 0.8s ease-out;
    letter-spacing: 0.5px;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    max-width: 80%;
    font-weight: 700;
    line-height: 1.5;
    font-size: calc(20px * 1.2);
    position: relative;
}.join_nowavAVrg h6::after {
    width: 80px;
    height: 3px;
    background: #ffffff;
    bottom: -15px;
    position: absolute;
    opacity: 0.7;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}.join_nowavAVrg div div {
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
    justify-content: center;
    display: flex;
}.join_nowavAVrg div div span {
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
    margin-top: 10px;
}.join_nowavAVrg div div span:hover {
    transform: translateY(-5px);
}.join_nowavAVrg .query_cardTwNX8h {
    color: rgb(184,158,202);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    font-size: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);
    align-items: center;
    background: #ffffff;
    font-weight: 600;
    padding: 1rem 2.5rem;
    position: relative;
    text-decoration: none;
}.join_nowavAVrg .query_cardTwNX8h::before {
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
    transform-origin: right;
    opacity: 0;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(184,158,202), rgb(215,195,225));
    left: 0;
    z-index: -1;
    height: 100%;
}.join_nowavAVrg .query_cardTwNX8h:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.12);
}.join_nowavAVrg .query_cardTwNX8h:hover::before {
    transform-origin: left;
    transform: scaleX(1);
    opacity: 1;
}.join_nowavAVrg .query_cardTwNX8h span {
    transition: transform 0.3s ease;
    z-index: 2;
    position: relative;
}.join_nowavAVrg .query_cardTwNX8h:hover span {
    transform: translateX(5px);
}

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.4;
    }
}

@media (max-width: 991px) {.join_nowavAVrg {
    padding: 4rem 1.5rem;
}.join_nowavAVrg h6 {
    font-size: calc(20px * 1.1);
    max-width: 90%;
}.join_nowavAVrg .query_cardTwNX8h {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 767px) {.join_nowavAVrg {
    padding: 3.5rem 1rem;
}.join_nowavAVrg h6 {
    margin-bottom: 2rem;
    font-size: 20px;
    max-width: 100%;
}.join_nowavAVrg h6::after {
    width: 60px;
    bottom: -12px;
}.join_nowavAVrg .query_cardTwNX8h {
    font-size: calc(15px * 0.95);
    padding: 0.8rem 1.8rem;
}.join_nowavAVrg::before {
    width: 100%;
    left: -30%;
}
}

@media (max-width: 575px) {.join_nowavAVrg {
    padding: 3rem 0.8rem;
}.join_nowavAVrg .container {
    transform: perspective(1000px) rotateX(1deg);
}.join_nowavAVrg h6 {
    font-size: calc(20px * 0.9);
    line-height: 1.4;
    margin-bottom: 1.8rem;
}.join_nowavAVrg h6::after {
    height: 2px;
    width: 50px;
    bottom: -10px;
}.join_nowavAVrg .query_cardTwNX8h {
    font-size: calc(15px * 0.9);
    padding: 0.7rem 1.5rem;
}}.developer_experienceZ9sRhH {
    perspective: 1000px;
    padding: 7rem 2rem 5rem;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgb(215,195,225,0.5) 100%);
    overflow: hidden;
    position: relative;
}.developer_experienceZ9sRhH::before {
    opacity: 0.2;
    height: 70%;
    position: absolute;
    content: "";
    width: 60%;
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
    right: -10%;
    background: repeating-linear-gradient(
        45deg,
        rgb(184,158,202,0.5),
        rgb(184,158,202,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
    z-index: 1;
    top: -20%;
}.developer_experienceZ9sRhH::after {
    z-index: 1;
    border: 5px solid rgb(215,195,225,0.5);
    height: 50%;
    position: absolute;
    width: 40%;
    transform: rotateZ(15deg) rotateX(30deg) rotateY(-10deg);
    content: "";
    bottom: -15%;
    left: -5%;
    opacity: 0.3;
}.developer_experienceZ9sRhH .client_testimonialsgM3FwR {
    margin: 0 auto;
    transform-style: preserve-3d;
    position: relative;
    align-items: center;
    max-width: 1000px;
    z-index: 2;
    display: flex;
    justify-content: center;
}.developer_experienceZ9sRhH .background_image8AUVZW {
    width: 300px;
    z-index: 3;
    position: absolute;
    height: 380px;
    border-radius: 10px;
    left: 15%;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transform: 
        translateZ(60px) 
        rotateY(15deg) 
        rotateX(5deg);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
}.developer_experienceZ9sRhH .background_image8AUVZW:hover {
    transform: 
        translateZ(80px) 
        rotateY(5deg) 
        rotateX(0deg);
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.5);
    filter: brightness(1.1);
}.developer_experienceZ9sRhH .emp_expxpHWGT {
    border-radius: 21px;
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    margin-left: auto;
    background: #ffffff;
    position: relative;
    width: 550px;
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    z-index: 2;
    padding: 2.5rem 2.5rem 2.5rem 8rem;
}.developer_experienceZ9sRhH .emp_expxpHWGT::before {
    border-radius: 21px;
    opacity: 0.3;
    top: 15px;
    content: "";
    transition: all 0.5s ease;
    left: 15px;
    position: absolute;
    z-index: -1;
    height: 100%;
    background: rgb(215,195,225,0.5);
    width: 100%;
}.developer_experienceZ9sRhH .emp_expxpHWGT:hover {
    box-shadow: 25px 25px 40px -5px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(40px) 
        rotateY(-5deg) 
        rotateX(0deg);
}.developer_experienceZ9sRhH .emp_expxpHWGT:hover::before {
    top: 8px;
    left: 8px;
    opacity: 0.5;
}.developer_experienceZ9sRhH .name {
    position: relative;
    margin-bottom: 0.7rem;
    transform: translateY(30px);
    font-weight: 700;
    animation: slide-up 0.7s forwards 0.2s;
    font-size: 29px;
    color: rgb(215,195,225);
    z-index: 2;
    opacity: 0;
}.developer_experienceZ9sRhH .emp_expxpHWGT > div:nth-child(2) {
    font-weight: 600;
    z-index: 2;
    color: rgb(184,158,202);
    transform: translateY(30px);
    margin-bottom: 2rem;
    animation: slide-up 0.7s forwards 0.4s;
    font-size: 16px;
    position: relative;
    opacity: 0;
}.developer_experienceZ9sRhH .career_summarypFwcIi {
    font-weight: 400;
    position: relative;
    transform: translateY(30px);
    font-style: italic;
    z-index: 2;
    animation: slide-up 0.7s forwards 0.6s;
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
    opacity: 0;
}@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.developer_experienceZ9sRhH .career_summarypFwcIi::after {
    font-size: 6rem;
    right: 0;
    font-family: serif;
    bottom: -50px;
    z-index: -1;
    color: rgb(184,158,202,0.5);
    opacity: 0.4;
    content: "";
    position: absolute;
}@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.developer_experienceZ9sRhH .client_testimonialsgM3FwR:hover .background_image8AUVZW {
    animation: floating 6s ease-in-out infinite;
}

@media (max-width: 1100px) {.developer_experienceZ9sRhH .client_testimonialsgM3FwR {
    flex-direction: column;
    align-items: center;
}.developer_experienceZ9sRhH .background_image8AUVZW {
    width: 250px;
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
    height: 320px;
    position: relative;
    margin-bottom: 4rem;
    left: auto;
}.developer_experienceZ9sRhH .emp_expxpHWGT {
    padding: 2rem;
    margin-left: 0;
    width: 100%;
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
}}.homepagewb4CnJ {
    display: flex;
    position: relative;
    padding: 3rem 1.5rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgb(215,195,225,0.5) 100%);
    align-items: center;
    min-height: 100vh;
    justify-content: center;
}.homepagewb4CnJ::before {
    background: rgb(184,158,202,0.5);
    top: -10%;
    content: "";
    right: -10%;
    opacity: 0.4;
    position: absolute;
    height: 70%;
    filter: blur(80px);
    width: 40%;
    animation: float 15s ease-in-out infinite alternate;
    z-index: 0;
    transform: rotate(-15deg);
}.homepagewb4CnJ::after {
    filter: blur(60px);
    animation: float 18s ease-in-out infinite alternate-reverse;
    z-index: 0;
    width: 30%;
    height: 60%;
    left: -10%;
    bottom: -10%;
    opacity: 0.3;
    transform: rotate(15deg);
    background: rgb(215,195,225,0.5);
    content: "";
    position: absolute;
}.homepagewb4CnJ .learn_teamnqMreL {
    width: 100%;
    grid-template-columns: 1fr;
    z-index: 1;
    gap: 3rem;
    display: grid;
    position: relative;
    max-width: 1200px;
}.homepagewb4CnJ h3 {
    line-height: 1.4;
    font-weight: 600;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(20px * 1.1);
    padding-left: 1.5rem;
    animation: slideUp 0.8s ease-out forwards;
    color: #000000;
    transform: translateY(20px);
    opacity: 0;
}.homepagewb4CnJ h3::before {
    transform: scaleY(0);
    width: 5px;
    animation: scaleIn 1s 0.4s forwards ease-out;
    top: 0;
    content: "";
    height: 100%;
    transform-origin: top;
    position: absolute;
    background: linear-gradient(180deg, rgb(215,195,225) 0%, rgb(184,158,202) 100%);
    left: 0;
}.homepagewb4CnJ h1 {
    margin-bottom: 2rem;
    animation: slideUp 0.8s 0.2s ease-out forwards;
    opacity: 0;
    color: rgb(215,195,225);
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 47px);
    transform: translateY(30px);
    letter-spacing: -0.02em;
    display: inline-block;
    line-height: 1.2;
    position: relative;
}.homepagewb4CnJ h1::after {
    height: 3px;
    transform-origin: left;
    transform: scaleX(0);
    width: 80px;
    content: "";
    bottom: -10px;
    left: 0;
    background: rgb(184,158,202);
    position: absolute;
    animation: scaleInX 1s 0.8s forwards ease-out;
}.homepagewb4CnJ .path_edu2eBJys {
    padding: 3rem;
    overflow: hidden;
    animation: slideUp 0.8s 0.4s ease-out forwards;
    opacity: 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    border-left: 5px solid rgb(215,195,225);
    background: #ffffff;
    transform: translateY(40px);
}.homepagewb4CnJ .path_edu2eBJys > div {
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    transform: translateY(20px);
    position: relative;
    animation: slideUp 0.8s 0.6s ease-out forwards;
    overflow: hidden;
    margin-top: 1.5rem;
}.homepagewb4CnJ .path_edu2eBJys > div::before {
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    opacity: 0.7;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.7), rgba(var(--secondary-color-rgb), 0.4));
}.homepagewb4CnJ p {
    color: #ffffff;
    font-size: calc(17px * 1.1);
    font-weight: 600;
    padding: 2.5rem;
    z-index: 2;
    position: relative;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

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

@keyframes scaleIn {
  to {
    transform: scaleY(1);
  }
}

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

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

@media (min-width: 768px) {.homepagewb4CnJ {
    padding: 4rem 2rem;
}.homepagewb4CnJ .learn_teamnqMreL {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}.homepagewb4CnJ h3 {
    margin-bottom: 0;
    font-size: calc(20px * 1.2);
}.homepagewb4CnJ h1 {
    font-size: 47px;
}.homepagewb4CnJ .path_edu2eBJys {
    padding: 4rem;
}.homepagewb4CnJ p {
    font-size: calc(17px * 1.2);
    padding: 3rem;
}
}

@media (min-width: 992px) {.homepagewb4CnJ {
    padding: 5rem 3rem;
}.homepagewb4CnJ .learn_teamnqMreL {
    gap: 6rem;
}.homepagewb4CnJ h3 {
    padding-left: 2rem;
    font-size: calc(20px * 1.3);
}.homepagewb4CnJ h3::before {
    width: 8px;
}.homepagewb4CnJ h1 {
    margin-bottom: 2.5rem;
}.homepagewb4CnJ h1::after {
    width: 120px;
    height: 4px;
}.homepagewb4CnJ .path_edu2eBJys {
    border-left-width: 8px;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
}.homepagewb4CnJ .path_edu2eBJys:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.homepagewb4CnJ p {
    padding: 3.5rem;
}
}

@media (min-width: 1200px) {.homepagewb4CnJ .learn_teamnqMreL {
    gap: 8rem;
}.homepagewb4CnJ h3 {
    font-size: calc(20px * 1.4);
}.homepagewb4CnJ .path_edu2eBJys {
    padding: 5rem;
}.homepagewb4CnJ p {
    padding: 4rem;
}
}

@media (max-width: 767px) {.homepagewb4CnJ {
    padding-top: 3rem;
    padding-bottom: 3rem;
}.homepagewb4CnJ .path_edu2eBJys {
    padding: 2rem;
}.homepagewb4CnJ p {
    padding: 2rem;
}
}

@media (max-width: 480px) {.homepagewb4CnJ h3 {
    font-size: 17px;
    padding-left: 1rem;
}.homepagewb4CnJ h1 {
    font-size: calc(37px * 0.9);
}.homepagewb4CnJ .path_edu2eBJys {
    padding: 1.5rem;
}.homepagewb4CnJ p {
    padding: 1.5rem;
    font-size: 17px;
}}.thanks_areaC6KWUs {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(184,158,202,0.5), rgb(215,195,225,0.5));
}.thanks_areaC6KWUs::before {
    pointer-events: none;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
}.thanks_areaC6KWUs::after {
    z-index: 2;
    bottom: -5px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(184,158,202) 25%, 
        rgb(215,195,225) 75%, 
        transparent 100%);
    animation: shimmer 4s infinite ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    height: 10px;
    width: 100%;
    opacity: 0.7;
}.thanks_areaC6KWUs .container {
    position: relative;
    max-width: 1200px;
    z-index: 3;
    width: 90%;
    margin: 0 auto;
}.thanks_areaC6KWUs .learn_classeswWl1Dr {
    border-radius: 10px;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 3px 10px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.2) inset;
    position: relative;
    transform-style: preserve-3d;
    padding: 4rem 3rem;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.95), 
        rgba(255,255,255,0.85));
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
    transition: transform 0.5s ease-out;
}.thanks_areaC6KWUs .learn_classeswWl1Dr::before {
    width: 200px;
    right: -10%;
    position: absolute;
    animation: float 8s infinite ease-in-out;
    height: 200px;
    z-index: -1;
    border-radius: 50%;
    top: -10%;
    filter: blur(20px);
    opacity: 0.7;
    content: "";
    background: linear-gradient(135deg, 
        rgb(215,195,225,0.5) 0%, 
        transparent 70%);
}.thanks_areaC6KWUs .learn_classeswWl1Dr:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3) inset;
}.thanks_areaC6KWUs .learn_classeswWl1Dr > div:first-child {
    animation: fadeSlideUp 0.8s ease-out;
    transform: translateY(0);
    opacity: 1;
    margin-bottom: 2rem;
    position: relative;
}.thanks_areaC6KWUs .learn_classeswWl1Dr > div:last-child {
    animation: fadeSlideUp 0.8s 0.2s ease-out both;
    position: relative;
    opacity: 1;
    transform: translateY(0);
}.thanks_areaC6KWUs h5 {
    line-height: 1.4;
    font-size: 19px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: rgb(215,195,225);
    margin: 0 0 1rem;
    font-family: Arial, sans-serif;
}.thanks_areaC6KWUs h5::after {
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    content: "";
    border-radius: 2px;
    position: absolute;
    height: 3px;
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg, rgb(184,158,202), transparent);
    transform: scaleX(0);
    width: 60%;
}.thanks_areaC6KWUs a {
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}.thanks_areaC6KWUs a:hover p {
    transform: translateY(-3px);
    color: rgb(215,195,225);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}.thanks_areaC6KWUs p {
    font-size: 14px;
    color: #000000;
    position: relative;
    font-weight: 400;
    line-height: 1.8;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    margin: 0;
}

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

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

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

@keyframes shimmer {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(0%);
    }
    50% {
        opacity: 0.8;
        transform: translateX(2%);
    }
}

@media (max-width: 991px) {.thanks_areaC6KWUs {
    padding: 5rem 0;
}.thanks_areaC6KWUs .learn_classeswWl1Dr {
    padding: 3rem 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thanks_areaC6KWUs h5 {
    font-size: calc(19px * 0.95);
}.thanks_areaC6KWUs p {
    font-size: calc(14px * 0.98);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.thanks_areaC6KWUs {
    padding: 4rem 0;
}.thanks_areaC6KWUs .learn_classeswWl1Dr {
    transform: none;
    padding: 2.5rem 2rem;
}.thanks_areaC6KWUs .learn_classeswWl1Dr::before {
    width: 150px;
    height: 150px;
}.thanks_areaC6KWUs h5 {
    font-size: calc(19px * 0.9);
}.thanks_areaC6KWUs h5::after {
    width: 50%;
}.thanks_areaC6KWUs p {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.thanks_areaC6KWUs {
    padding: 3rem 0;
}.thanks_areaC6KWUs .container {
    width: 92%;
}.thanks_areaC6KWUs .learn_classeswWl1Dr {
    padding: 2rem 1.5rem;
}.thanks_areaC6KWUs .learn_classeswWl1Dr > div:first-child {
    margin-bottom: 1.5rem;
}.thanks_areaC6KWUs h5 {
    font-size: calc(19px * 0.85);
}.thanks_areaC6KWUs p {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}}.about_thisOmUwJV {
    overflow: hidden;
    position: relative;
    background: rgb(237,228,242);
    padding: 120px 0;
}.about_thisOmUwJV::before {
    animation: gradientShift 15s infinite alternate ease-in-out;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(215,195,225,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(184,158,202,0.5) 0%, transparent 40%);
    width: 100%;
    top: 0;
    height: 100%;
}.about_thisOmUwJV::after {
    content: "";
    top: 0;
    height: 100%;
    opacity: 0.1;
    width: 100%;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(215,195,225,0.5) 49%, rgb(215,195,225,0.5) 51%, transparent 52%) 0 0 / 60px 60px,
        linear-gradient(-45deg, transparent 48%, rgb(184,158,202,0.5) 49%, rgb(184,158,202,0.5) 51%, transparent 52%) 0 0 / 60px 60px;
    z-index: 1;
}.about_thisOmUwJV .container {
    z-index: 2;
    position: relative;
}.about_thisOmUwJV .learn_classeswWl1Dr {
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    gap: 50px;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.4s ease;
    border-radius: 17px;
    display: grid;
    backdrop-filter: blur(5px);
    padding: 60px;
}.about_thisOmUwJV .learn_classeswWl1Dr::before {
    border: 1px solid transparent;
    bottom: 0;
    top: 0;
    border-radius: 17px;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    left: 0;
    pointer-events: none;
    mask-composite: exclude;
    position: absolute;
    right: 0;
    content: "";
    background: linear-gradient(135deg, rgb(215,195,225,0.5), transparent, rgb(184,158,202,0.5)) border-box;
}.about_thisOmUwJV .learn_classeswWl1Dr h3 {
    position: relative;
    color: rgb(215,195,225);
    margin-bottom: 40px;
    font-weight: 700;
    padding-bottom: 15px;
    display: inline-block;
    grid-column: 1 / -1;
    font-size: 32px;
}.about_thisOmUwJV .learn_classeswWl1Dr h3::after {
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(215,195,225), rgb(184,158,202));
    bottom: 0;
    width: 80px;
    border-radius: 10px;
    left: 0;
    content: "";
}.about_thisOmUwJV .mentor_teamRMVics {
    flex-direction: column;
    display: flex;
    position: relative;
}.about_thisOmUwJV .mentor_teamRMVics::before {
    height: 100px;
    border: 2px solid rgb(215,195,225,0.5);
    top: -20px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    left: -20px;
    animation: pulseEffect 4s infinite alternate;
    content: "";
    width: 100px;
}.about_thisOmUwJV .mentor_teamRMVics span {
    font-size: 24px;
    color: rgb(184,158,202);
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
}.about_thisOmUwJV .mentor_teamRMVics span::before {
    position: absolute;
    background: rgb(184,158,202);
    height: 2px;
    content: "";
    width: 30px;
    bottom: -10px;
    left: 0;
}.about_thisOmUwJV .mentor_teamRMVics p {
    position: relative;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 30px;
    font-size: 13px;
}.about_thisOmUwJV .mentor_teamRMVics .background_image8AUVZW {
    border-radius: 17px;
    position: relative;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    height: 300px;
    overflow: hidden;
    transition: all 0.4s ease;
}.about_thisOmUwJV .mentor_teamRMVics .background_image8AUVZW::before {
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgb(215,195,225,0.5) 100%);
    opacity: 0.4;
    inset: 0;
    position: absolute;
}.about_thisOmUwJV .mentor_teamRMVics .background_image8AUVZW::after {
    height: 200%;
    content: "";
    width: 200%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    top: 0;
    animation: shineEffect 5s infinite;
    position: absolute;
    left: 0;
}.about_thisOmUwJV .class_expertsDbhN8q {
    display: flex;
    flex-direction: column;
    position: relative;
}.about_thisOmUwJV .class_expertsDbhN8q::after {
    height: 150px;
    right: -30px;
    border: 2px solid rgb(184,158,202,0.5);
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    bottom: -30px;
    animation: pulseEffect 4s infinite alternate 1s;
    content: "";
    width: 150px;
}.about_thisOmUwJV .class_expertsDbhN8q p {
    color: #000000;
    order: 2;
    position: relative;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 30px;
}.about_thisOmUwJV .class_expertsDbhN8q .learning_studioNGuasB {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: all 0.4s ease;
    order: 1;
    height: 300px;
    border-radius: 17px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}.about_thisOmUwJV .class_expertsDbhN8q .learning_studioNGuasB::before {
    z-index: 1;
    inset: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(184,158,202,0.5) 0%, transparent 100%);
    opacity: 0.4;
    content: "";
}.about_thisOmUwJV .class_expertsDbhN8q .learning_studioNGuasB::after {
    transform: rotate(45deg);
    width: 200%;
    height: 200%;
    content: "";
    position: absolute;
    left: 0;
    animation: shineEffect 5s infinite 2s;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

@keyframes pulseEffect {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

@keyframes shineEffect {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }
    20%, 100% {
        transform: translateX(100%) rotate(45deg);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1024px) {.about_thisOmUwJV {
    padding: 80px 0;
}.about_thisOmUwJV .learn_classeswWl1Dr {
    padding: 40px;
    gap: 30px;
}.about_thisOmUwJV .mentor_teamRMVics .background_image8AUVZW,
    .about_thisOmUwJV .class_expertsDbhN8q .learning_studioNGuasB {
    height: 250px;
}
}

@media (max-width: 768px) {.about_thisOmUwJV {
    padding: 60px 0;
}.about_thisOmUwJV .learn_classeswWl1Dr {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 30px;
}.about_thisOmUwJV .learn_classeswWl1Dr h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
}.about_thisOmUwJV .mentor_teamRMVics::before,
    .about_thisOmUwJV .class_expertsDbhN8q::after {
    height: 80px;
    width: 80px;
}.about_thisOmUwJV .mentor_teamRMVics .background_image8AUVZW,
    .about_thisOmUwJV .class_expertsDbhN8q .learning_studioNGuasB {
    height: 220px;
}
}

@media (max-width: 576px) {.about_thisOmUwJV {
    padding: 40px 0;
}.about_thisOmUwJV .learn_classeswWl1Dr {
    gap: 30px;
    padding: 25px 20px;
}.about_thisOmUwJV .learn_classeswWl1Dr h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 25px;
}.about_thisOmUwJV .learn_classeswWl1Dr h3::after {
    height: 3px;
    width: 60px;
}.about_thisOmUwJV .mentor_teamRMVics span {
    font-size: calc(24px * 0.9);
}.about_thisOmUwJV .mentor_teamRMVics::before,
    .about_thisOmUwJV .class_expertsDbhN8q::after {
    display: none;
}.about_thisOmUwJV .mentor_teamRMVics p,
    .about_thisOmUwJV .class_expertsDbhN8q p {
    font-size: calc(13px * 0.95);
    margin-bottom: 20px;
    line-height: 1.6;
}.about_thisOmUwJV .mentor_teamRMVics .background_image8AUVZW,
    .about_thisOmUwJV .class_expertsDbhN8q .learning_studioNGuasB {
    height: 200px;
}}footer {
    width: 100%;
    position: relative;
}.vr_labsdDjOmf {
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: #ffffff;
    position: relative;
}.vr_labsdDjOmf::before {
    left: 0;
    height: 1px;
    background-image: repeating-linear-gradient(
        to right,
        rgb(215,195,225),
        rgb(215,195,225) 10px,
        transparent 10px,
        transparent 20px
    );
    content: "";
    width: 100%;
    bottom: 0;
    position: absolute;
}footer .affiliate_cta47aSQx {
    position: relative;
    z-index: 1;
}footer .quick_contactl27wdU {
    overflow: hidden;
    display: flex;
    height: 100px;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-bottom: 70px;
}footer .info_item {
    overflow: hidden;
    align-items: center;
    position: relative;
    flex: 1;
    cursor: pointer;
    min-width: 250px;
    padding: 0 25px;
    display: flex;
    transition: all 0.5s ease;
    background-color: rgb(184,158,202);
    margin-right: 1px;
    height: 100px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    flex: 1.5;
    background-color: rgb(215,195,225);
}footer .info_item::after {
    top: 0;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    width: 1px;
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    margin-right: 15px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
    position: relative;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}footer .info_item::before {
    content: "";
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    width: 100%;
    position: absolute;
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    flex-wrap: nowrap;
    margin: 0 -20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scrollbar-width: none;
    display: flex;
    gap: 0;
    -ms-overflow-style: none;
    padding: 0 20px;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .header_pagewrap547ikU, footer .top_proZ3cb8K, footer .subscribe_holder {
    min-width: 280px;
    scroll-snap-align: start;
    position: relative;
    margin-right: 30px;
    padding: 30px;
    max-width: 500px;
    transition: all 0.4s ease;
    border-radius: 30px;
    height: 450px;
    flex: 0 0 100%;
}footer .header_pagewrap547ikU {
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    background-color: rgb(237,228,242);
}footer .header_pagewrap547ikU svg {
    height: 50px;
    margin-bottom: 30px;
    width: auto;
}footer .insta_feedybIuDE {
    color: #000000;
    max-width: 300px;
    font-size: 13px;
    line-height: 1.6;
}footer .top_proZ3cb8K {
    position: relative;
    flex-direction: column;
    justify-content: center;
    display: flex;
    overflow: hidden;
    color: #ffffff;
    background-color: rgb(184,158,202);
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(184,158,202,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(215,195,225,0.5) 0%, transparent 40%);
}footer .top_proZ3cb8K::after {
    position: absolute;
    content: "";
    opacity: 0.3;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: 30px 30px;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    pointer-events: none;
    top: 0;
}footer .top_proZ3cb8K h5 {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
}footer .top_proZ3cb8K h5::after {
    bottom: -10px;
    left: 0;
    background-color: rgb(215,195,225);
    height: 2px;
    width: 30px;
    content: "";
    position: absolute;
}footer .top_train7vxduk {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    max-height: 280px;
    height: auto;
}footer .top_train7vxduk a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px 0;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    display: block;
}footer .top_train7vxduk a:hover {
    border-bottom-color: rgb(215,195,225);
    padding-left: 10px;
    color: #ffffff;
}footer .subscribe_holder {
    background-color: rgb(215,195,225);
    display: flex;
    color: #ffffff;
    flex-direction: column;
    justify-content: center;
}footer .subscribe_holder h5 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}footer .subscribe_holder p {
    font-size: 13px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 13px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_permissionCQVjXN {
    border: none;
    transition: all 0.3s ease;
    background-color: rgb(184,158,202);
    padding: 15px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
}footer .sub_permissionCQVjXN:hover {
    background-color: rgb(184,158,202,0.5);
}footer .terms_legalMZ5oiC {
    margin-top: 40px;
    position: relative;
    padding-top: 20px;
}footer .terms_legalMZ5oiC::before {
    content: "";
    left: 20%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    height: 1px;
    right: 20%;
    top: 0;
}footer .price_tableIGSYLJ {
    font-size: 13px;
    color: #000000;
    text-align: center;
}

@media (min-width: 992px) {footer .text_main_holder {
    padding: 0;
    scroll-snap-type: none;
    margin: 0;
    overflow-x: visible;
    gap: 30px;
    flex-wrap: wrap;
}footer .header_pagewrap547ikU, footer .top_proZ3cb8K, footer .subscribe_holder {
    margin-right: 0;
    min-width: 0;
    height: 500px;
    flex: 1;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .header_pagewrap547ikU::before,
    footer .top_proZ3cb8K::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .vr_labsdDjOmf {
    padding: 60px 0 30px;
}footer .quick_contactl27wdU {
    margin-bottom: 40px;
    flex-direction: column;
    height: auto;
}footer .info_item {
    margin-bottom: 1px;
    margin-right: 0;
    width: 100%;
}footer .info_item:hover {
    padding-left: 35px;
    flex: 1;
}footer .header_pagewrap547ikU, footer .top_proZ3cb8K, footer .subscribe_holder {
    min-height: 350px;
    height: auto;
    padding: 25px 20px;
}
}

@media (max-width: 576px) {footer .vr_labsdDjOmf {
    padding: 50px 0 20px;
}footer .header_pagewrap547ikU::before,
    footer .top_proZ3cb8K::before,
    footer .subscribe_holder::before {
    top: 15px;
    font-size: 2rem;
    left: 15px;
}footer .top_train7vxduk {
    height: auto;
    max-height: 220px;
}footer .header_pagewrap547ikU, footer .top_proZ3cb8K, footer .subscribe_holder {
    padding: 20px 15px;
    min-height: 300px;
}footer .top_proZ3cb8K h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(18px - 2px);
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .sub_permissionCQVjXN {
    padding: 12px;
}}.usageAgreementAlertrV4dQ9 {
    background: rgb(237,228,242);
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 20px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    border-top: 3px solid rgb(215,195,225);
}.cookie_verifymAfYZM {
    display: flex;
    margin: auto;
    padding: 0 20px;
    flex-wrap: nowrap;
    max-width: 1200px;
    justify-content: space-between;
    align-items: center;
}#cookieAlertPrompta6mMwt {
    display: none;
}#cookieAlertPrompta6mMwt:checked ~ .usageAgreementAlertrV4dQ9 {
    visibility: hidden;
    opacity: 0;
}.usageAgreementAlertrV4dQ9 h5 {
    letter-spacing: 1px;
    font-weight: 700;
    color: rgb(215,195,225);
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 6px;
}.usageAgreementAlertrV4dQ9 p {
    color: #000000;
    max-width: 500px;
    font-size: 15px;
}.user_dialogAtseqD {
    margin-right: 20px;
    flex-shrink: 0;
}.user_dialogAtseqD svg, .user_dialogAtseqD svg path {
    width: 80px;
    fill: rgb(215,195,225);
    height: 80px;
}.cookie_disclaimerB2IeHi {
    text-transform: uppercase;
    margin-left: 10px;
    text-align: center;
    padding: 12px 24px;
    min-width: 140px;
    flex-shrink: 0;
    border-radius: 10px;
    text-decoration: none;
    font-size: 19px;
    transition: border 0.2s;
    color: #ffffff;
    border: 2px solid transparent;
    font-weight: 600;
    background: rgb(215,195,225);
}.cookie_button.manage_trackingOA6gjG {
    background: rgb(215,195,225);
}.cookie_button.edu_approvePV4oyF {
    background: rgb(184,158,202);
}.cookie_disclaimerB2IeHi:hover {
    border: 2px solid #ffffff;
}.usageAgreementAlertrV4dQ9 p a {
    color: rgb(215,195,225);
    text-decoration: underline;
    font-weight: 700;
}
@media only screen and (max-width: 1200px) {.cookie_verifymAfYZM {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.user_dialogAtseqD {
    display: none;
}.cookie_verifymAfYZM {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}.usageAgreementAlertrV4dQ9 h5, .usageAgreementAlertrV4dQ9 p {
    text-align: center;
}.track_switch7NWD3M {
    margin-bottom: 20px;
}.cookie_disclaimerB2IeHi {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    max-width: 300px;
}}
.wrapper-bordersW67yb .usageAgreementAlertrV4dQ9 {
    background: rgb(184,158,202);
    padding: 30px 0;
    border: none;
}.wrapper-bordersW67yb .cookie_disclaimerB2IeHi {
    font-weight: 600;
    margin-left: 0;
    border-radius: 10px;
    border: none;
    background: rgb(215,195,225);
    color: #ffffff;
    font-size: 19px;
}.wrapper-bordersW67yb .track_switch7NWD3M h5, .wrapper-bordersW67yb .track_switch7NWD3M p {
    color: #ffffff;
}header {
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 0;
    z-index: 100;
    margin-top: 0;
    overflow: visible;
}header::before {
    width: 100%;
    left: 0;
    content: '';
    z-index: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    position: absolute;
    top: 0;
    background-size: 20px 20px;
    height: 100%;
}header::after {
    background: linear-gradient(90deg, 
        rgb(215,195,225) 0%,
        rgb(184,158,202) 50%,
        rgb(215,195,225) 100%
    );
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    animation: gradientSlide 5s linear infinite;
    height: 4px;
    background-size: 200% auto;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .header_wrapNdmfxi {
    display: flex;
    z-index: 5;
    position: relative;
    padding: 1.3rem 2rem;
    justify-content: space-between;
    align-items: center;
}header .header_pagewrap547ikU {
    z-index: 5;
    flex: 0 0 auto;
    position: relative;
}header .head_mainbars82F4N {
    padding: 0.5rem;
    text-decoration: none;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}header .head_mainbars82F4N:hover {
    transform: translateY(-3px) scale(1.02);
}header .head_mainbars82F4N img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}header .header_pagewrap547ikU::before {
    border-radius: 10px;
    border: 1px solid rgb(215,195,225);
    transition: all 0.3s ease;
    top: -8px;
    bottom: -8px;
    position: absolute;
    right: -8px;
    left: -8px;
    transform: skew(-3deg);
    content: '';
    opacity: 0.3;
}header .header_pagewrap547ikU:hover::before {
    box-shadow: 0 0 15px rgb(215,195,225,0.5);
    transform: skew(-5deg) scale(1.05);
    opacity: 0.7;
}header .top_proZ3cb8K {
    position: relative;
    padding: 0;
    z-index: 5;
    margin: 0;
    list-style: none;
    display: flex;
}header .nav_classpehDkA {
    position: relative;
    margin: 0 0.3rem;
    perspective: 800px;
}header .nav_classpehDkA a {
    text-decoration: none;
    z-index: 1;
    color: #ffffff;
    display: block;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid transparent;
    position: relative;
    transition: all 0.4s ease;
    padding: 0.8rem 1.2rem;
    letter-spacing: 0.5px;
}header .nav_classpehDkA a::before {
    transform: scaleX(0);
    background: rgb(215,195,225);
    content: '';
    height: 1px;
    bottom: 5px;
    width: 80%;
    transition: transform 0.3s ease;
    opacity: 0.7;
    position: absolute;
    left: 10%;
}header .nav_classpehDkA a:hover {
    background: rgba(0, 0, 0, 0.2);
    transform: translateZ(10px);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgb(215,195,225);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}header .nav_classpehDkA a:hover::before {
    transform: scaleX(1);
}header .nav_classpehDkA::after {
    transition: opacity 0.3s ease;
    content: '';
    background: radial-gradient(circle at center, rgb(215,195,225,0.5) 0%, transparent 70%);
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    width: 100%;
    position: absolute;
}header .nav_classpehDkA:hover::after {
    opacity: 0.4;
}header .header_wrapNdmfxi::before {
    top: 0;
    width: 30%;
    content: '';
    position: absolute;
    left: 35%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(215,195,225), transparent);
}header .header_wrapNdmfxi::after {
    bottom: 0;
    content: '';
    opacity: 0.1;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    width: 60%;
    position: absolute;
    left: 20%;
}.top_pagewrapt1EivU {
    margin-top: 0;
    background: rgb(237,228,242);
    z-index: 1;
    padding-top: 2rem;
    position: relative;
}

@media (min-width: 1400px) {header .header_wrapNdmfxi {
    margin: 0 auto;
    max-width: 1300px;
}header .nav_classpehDkA {
    margin: 0 0.5rem;
}header .nav_classpehDkA a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .header_wrapNdmfxi {
    flex-direction: row;
    padding: 1rem 1.5rem;
    justify-content: space-between;
    flex-wrap: wrap;
}header .header_pagewrap547ikU {
    margin-bottom: 0;
}header .top_proZ3cb8K {
    flex: 1 0 100%;
    justify-content: center;
    margin-top: 1rem;
}header .nav_classpehDkA {
    margin: 0 0.2rem;
}header .nav_classpehDkA a {
    font-size: calc(16px - 1px);
    padding: 0.6rem 0.8rem;
}header .header_pagewrap547ikU::before {
    bottom: -5px;
    right: -5px;
    top: -5px;
    left: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .header_wrapNdmfxi {
    padding: 0.8rem 1.2rem;
}header .header_pagewrap547ikU {
    max-width: 130px;
}header .header_pagewrap547ikU::before {
    display: none;
}header .top_proZ3cb8K {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    overflow-x: auto;
    justify-content: flex-start;
}header .top_proZ3cb8K::-webkit-scrollbar {
    height: 2px;
}header .top_proZ3cb8K::-webkit-scrollbar-thumb {
    background: rgb(215,195,225);
    border-radius: 10px;
}header .nav_classpehDkA {
    margin: 0 0.1rem;
    flex: 0 0 auto;
}header .nav_classpehDkA a {
    letter-spacing: 0;
    white-space: nowrap;
    font-size: calc(16px - 2px);
    padding: 0.5rem 0.7rem;
}header .nav_classpehDkA a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .header_wrapNdmfxi {
    padding: 0.7rem 1rem;
}header .header_pagewrap547ikU {
    max-width: 110px;
}header .nav_classpehDkA a {
    padding: 0.4rem 0.6rem;
    font-size: calc(16px - 3px);
}}.privacy_holdingsyM4Obt {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 5rem 1.5rem;
}.privacy_holdingsyM4Obt::before {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(45deg, rgb(215,195,225,0.5) 25%, transparent 25%), 
                      linear-gradient(-45deg, rgb(215,195,225,0.5) 25%, transparent 25%);
    opacity: 0.04;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: 60px 60px;
}.privacy_holdingsyM4Obt::after {
    position: absolute;
    right: -10%;
    background: linear-gradient(120deg, rgb(184,158,202,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    content: "";
    height: 40%;
    width: 40%;
    opacity: 0.2;
    z-index: 0;
    top: -10%;
}.privacy_holdingsyM4Obt .container {
    margin: 0 auto;
    padding: 3.5rem 4rem;
    position: relative;
    background-color: #ffffff;
    z-index: 1;
    transform: translateZ(0);
    max-width: 1140px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}.privacy_holdingsyM4Obt h1 {
    font-size: 43px;
    position: relative;
    margin-bottom: 2.5rem;
    line-height: 1.2;
    padding-bottom: 1.2rem;
    transform: translateX(-0.5rem);
    color: #000000;
    font-weight: 700;
}.privacy_holdingsyM4Obt h1::after {
    content: "";
    transform-origin: left;
    width: 8rem;
    bottom: 0;
    background: linear-gradient(90deg, rgb(215,195,225) 0%, rgb(184,158,202) 100%);
    left: 0;
    height: 4px;
    position: absolute;
    animation: expandWidth 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.privacy_holdingsyM4Obt h2 {
    margin: 3rem 0 1.5rem;
    font-size: 36px;
    position: relative;
    padding-left: 1.2rem;
    color: #000000;
    font-weight: 600;
    transform: translateX(-1.2rem);
    line-height: 1.3;
}.privacy_holdingsyM4Obt h2::before {
    content: "";
    border-radius: 2px;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 4px;
    background: rgb(215,195,225);
    left: 0;
    position: absolute;
}.privacy_holdingsyM4Obt h3 {
    padding-left: 1rem;
    margin: 2.5rem 0 1.2rem;
    font-weight: 600;
    transform: translateX(-1rem);
    color: #000000;
    position: relative;
    font-size: calc(36px * 0.85);
}.privacy_holdingsyM4Obt h3::before {
    border-radius: 1.5px;
    width: 3px;
    background: rgb(184,158,202);
    position: absolute;
    content: "";
    top: 0.4rem;
    bottom: 0.4rem;
    left: 0;
}.privacy_holdingsyM4Obt h4 {
    padding-left: 0.8rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    font-size: calc(36px * 0.7);
    position: relative;
    color: #000000;
    transform: translateX(-0.8rem);
}.privacy_holdingsyM4Obt h4::before {
    border-radius: 1px;
    position: absolute;
    bottom: 0.3rem;
    background: rgb(184,158,202,0.5);
    content: "";
    top: 0.3rem;
    left: 0;
    width: 2px;
}.privacy_holdingsyM4Obt p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 18px;
    position: relative;
    max-width: 95%;
    color: #000000;
}.privacy_holdingsyM4Obt strong {
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #000000;
}.privacy_holdingsyM4Obt strong::after {
    position: absolute;
    background-color: rgb(184,158,202,0.5);
    width: 100%;
    left: 0;
    content: "";
    height: 1px;
    bottom: -2px;
}.privacy_holdingsyM4Obt ul {
    position: relative;
    padding-left: 1.5rem;
    list-style: none;
    margin: 1.5rem 0 2rem;
}.privacy_holdingsyM4Obt li {
    color: #000000;
    position: relative;
    line-height: 1.6;
    padding-left: 1.8rem;
    margin-bottom: 1rem;
    font-size: 18px;
}.privacy_holdingsyM4Obt li::before {
    left: 0;
    content: "";
    height: 0.6rem;
    transform: rotate(45deg);
    width: 0.6rem;
    border: 1px solid rgb(215,195,225);
    transition: transform 0.3s ease, background-color 0.3s ease;
    position: absolute;
    background-color: rgb(215,195,225,0.5);
    top: 0.7rem;
}.privacy_holdingsyM4Obt li:hover::before {
    background-color: rgb(215,195,225);
    transform: rotate(135deg);
}.privacy_holdingsyM4Obt span {
    padding: 0.5rem 0;
    display: block;
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
}.privacy_holdingsyM4Obt span::after {
    left: 0;
    background: linear-gradient(90deg, rgb(215,195,225,0.5) 0%, transparent 100%);
    transform-origin: left;
    bottom: 0;
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 8rem; }
}

@media (max-width: 991px) {.privacy_holdingsyM4Obt {
    padding: 4rem 1rem;
}.privacy_holdingsyM4Obt .container {
    padding: 2.5rem 3rem;
}.privacy_holdingsyM4Obt h1 {
    font-size: calc(43px * 0.9);
    margin-bottom: 2rem;
}.privacy_holdingsyM4Obt h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 767px) {.privacy_holdingsyM4Obt {
    padding: 3rem 0.8rem;
}.privacy_holdingsyM4Obt .container {
    padding: 2rem 1.5rem;
}.privacy_holdingsyM4Obt h1 {
    margin-bottom: 1.8rem;
    padding-bottom: 1rem;
    font-size: calc(43px * 0.8);
}.privacy_holdingsyM4Obt h1::after {
    width: 6rem;
}.privacy_holdingsyM4Obt h2 {
    font-size: calc(36px * 0.8);
    padding-left: 1rem;
    transform: translateX(-1rem);
    margin: 2rem 0 1rem;
}.privacy_holdingsyM4Obt h3 {
    font-size: calc(36px * 0.7);
    transform: translateX(-0.8rem);
    margin: 1.8rem 0 1rem;
    padding-left: 0.8rem;
}.privacy_holdingsyM4Obt h4 {
    margin: 1.5rem 0 0.8rem;
    font-size: calc(36px * 0.6);
}.privacy_holdingsyM4Obt p, 
    .privacy_holdingsyM4Obt span, 
    .privacy_holdingsyM4Obt li {
    margin-bottom: 1.2rem;
    font-size: calc(18px * 0.95);
}.privacy_holdingsyM4Obt ul {
    padding-left: 0.8rem;
    margin: 1.2rem 0 1.8rem;
}.privacy_holdingsyM4Obt li {
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
}
}

@media (max-width: 479px) {.privacy_holdingsyM4Obt {
    padding: 2rem 0.5rem;
}.privacy_holdingsyM4Obt .container {
    padding: 1.5rem 1.2rem;
}.privacy_holdingsyM4Obt h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.7);
}.privacy_holdingsyM4Obt h1::after {
    width: 5rem;
    height: 3px;
}.privacy_holdingsyM4Obt h2 {
    font-size: calc(36px * 0.7);
    transform: translateX(-0.8rem);
    margin: 1.8rem 0 0.8rem;
    padding-left: 0.8rem;
}.privacy_holdingsyM4Obt h2::before {
    width: 3px;
}.privacy_holdingsyM4Obt h3, .privacy_holdingsyM4Obt h4 {
    transform: translateX(-0.7rem);
    margin: 1.5rem 0 0.8rem;
    font-size: calc(36px * 0.6);
    padding-left: 0.7rem;
}.privacy_holdingsyM4Obt p, 
    .privacy_holdingsyM4Obt span, 
    .privacy_holdingsyM4Obt li {
    max-width: 100%;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.privacy_holdingsyM4Obt ul {
    padding-left: 0.5rem;
}.privacy_holdingsyM4Obt li {
    padding-left: 1.3rem;
}.privacy_holdingsyM4Obt li::before {
    width: 0.5rem;
    height: 0.5rem;
}}.operation_processE0wHz7 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, #ffffff 100%);
    perspective: 1000px;
    position: relative;
    padding: 120px 0;
}.operation_processE0wHz7::before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0.08;
    width: 100%;
    height: 100%;
    background-size: 60px 60px;
    transform: rotateX(10deg) translateZ(-20px);
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(184,158,202,0.5) 49.5%, rgb(184,158,202,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(215,195,225,0.5) 49.5%, rgb(215,195,225,0.5) 50.5%, transparent 50.5%);
    left: 0;
    top: 0;
}.operation_processE0wHz7::after {
    right: -50px;
    height: 200px;
    opacity: 0.15;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    animation: rotate-shape 30s infinite linear;
    width: 200px;
    filter: blur(20px);
    background: rgb(215,195,225,0.5);
    top: -50px;
    transform: rotate(15deg) translateZ(50px);
}.operation_processE0wHz7 .container {
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
}.operation_processE0wHz7 .learn_classeswWl1Dr {
    transform: translateZ(0) rotateY(-2deg);
    position: relative;
    padding: 50px 60px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(184,158,202);
}.operation_processE0wHz7 .learn_classeswWl1Dr:hover {
    transform: translateZ(10px) rotateY(0deg);
}.operation_processE0wHz7 .learn_classeswWl1Dr::before {
    left: -20px;
    position: absolute;
    content: "";
    width: calc(100% + 40px);
    top: 20px;
    transform: translateY(-10px);
    height: 1px;
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
    background: linear-gradient(90deg, transparent, rgb(215,195,225,0.5), transparent);
}.operation_processE0wHz7 .learn_classeswWl1Dr:hover::before {
    opacity: 1;
    transform: translateY(0);
}.operation_processE0wHz7 .learn_classeswWl1Dr::after {
    content: "";
    position: absolute;
    right: -20px;
    width: calc(100% + 40px);
    opacity: 0;
    height: 1px;
    bottom: 20px;
    background: linear-gradient(90deg, transparent, rgb(184,158,202,0.5), transparent);
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform: translateY(10px);
}.operation_processE0wHz7 .learn_classeswWl1Dr:hover::after {
    opacity: 1;
    transform: translateY(0);
}.operation_processE0wHz7 h3 {
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(0);
    font-size: calc(28px * 0.85);
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}.operation_processE0wHz7 .learn_classeswWl1Dr:hover h3 {
    transform: translateX(10px);
}.operation_processE0wHz7 h3::after {
    width: 60px;
    background: linear-gradient(90deg, rgb(184,158,202), rgb(215,195,225,0.5));
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    left: 0;
    bottom: -10px;
    position: absolute;
    transform: scaleX(0.7);
    transform-origin: left;
}.operation_processE0wHz7 .learn_classeswWl1Dr:hover h3::after {
    transform: scaleX(1);
}.operation_processE0wHz7 p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    position: relative;
}.operation_processE0wHz7 .learn_classeswWl1Dr:hover p {
    transform: translateY(5px);
}.operation_processE0wHz7 p span {
    transition: color 0.4s ease;
    display: inline-block;
    transform-origin: 50% 50%;
    position: relative;
}.operation_processE0wHz7 p span::before {
    transform: scaleX(0);
    bottom: 0;
    position: absolute;
    height: 1px;
    content: "";
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(184,158,202,0.5);
    left: 0;
    opacity: 0.3;
    transform-origin: left;
}.operation_processE0wHz7 .learn_classeswWl1Dr:hover p span::before {
    transform: scaleX(1);
}

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

@media (max-width: 991px) {.operation_processE0wHz7 {
    padding: 80px 0;
}.operation_processE0wHz7 .learn_classeswWl1Dr {
    padding: 40px 30px;
    transform: translateZ(0) rotateY(-1deg);
}.operation_processE0wHz7 h3 {
    font-size: calc(28px * 0.75);
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.operation_processE0wHz7 {
    padding: 60px 0;
}.operation_processE0wHz7 .learn_classeswWl1Dr {
    transform: translateZ(0) rotateY(0deg);
    padding: 30px 25px;
    border-left-width: 3px;
}.operation_processE0wHz7 h3 {
    font-size: calc(28px * 0.7);
    margin-bottom: 15px;
}.operation_processE0wHz7 p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.operation_processE0wHz7 h3::after {
    width: 50px;
    height: 2px;
}
}

@media (max-width: 575px) {.operation_processE0wHz7 {
    padding: 50px 0;
}.operation_processE0wHz7 .learn_classeswWl1Dr {
    padding: 25px 20px;
    border-left-width: 2px;
}.operation_processE0wHz7 h3 {
    margin-bottom: 15px;
    font-size: calc(28px * 0.65);
}.operation_processE0wHz7 p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.operation_processE0wHz7 h3::after {
    width: 40px;
}.operation_processE0wHz7::before {
    background-size: 40px 40px;
}}.subscribe_to_newsletterfTUopq {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(215,195,225,0.5), rgb(184,158,202), rgb(215,195,225));
}.subscribe_to_newsletterfTUopq::before {
    animation: rotateBg 120s linear infinite;
    content: "";
    top: -50%;
    height: 200%;
    opacity: 0.5;
    background: radial-gradient(circle at 30% 40%, rgba(255,255,255,0.1) 1px, transparent 2px),
                radial-gradient(circle at 70% 60%, rgba(255,255,255,0.1) 1px, transparent 2px),
                radial-gradient(circle at 40% 80%, rgba(255,255,255,0.1) 1px, transparent 2px),
                radial-gradient(circle at 60% 20%, rgba(255,255,255,0.1) 1px, transparent 2px);
    width: 200%;
    background-size: 100px 100px;
    position: absolute;
    transform-origin: center;
    z-index: -1;
    left: -50%;
}.subscribe_to_newsletterfTUopq::after {
    left: 0;
    opacity: 0.7;
    z-index: -1;
    width: 100%;
    background: radial-gradient(ellipse at 30% 50%, rgb(215,195,225,0.5) 0%, transparent 70%);
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
}.subscribe_to_newsletterfTUopq .container {
    padding: 0 1.5rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.subscribe_to_newsletterfTUopq .learn_classeswWl1Dr {
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: center;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.08);
    padding: 3rem 2rem;
    border-radius: 10px;
    display: flex;
}.subscribe_to_newsletterfTUopq .learn_classeswWl1Dr:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}.subscribe_to_newsletterfTUopq .learn_classeswWl1Dr > div {
    width: 100%;
    transform: translateZ(20px);
    margin-bottom: 2rem;
}.subscribe_to_newsletterfTUopq h4 {
    line-height: 1.4;
    letter-spacing: 0.01em;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: calc(19px * 1.1);
    text-align: center;
    transition: transform 0.3s ease;
    transform: translateZ(30px);
    color: #ffffff;
}.subscribe_to_newsletterfTUopq .input_holder {
    gap: 1.25rem;
    flex-direction: column;
    transform: translateZ(10px);
    display: flex;
    width: 100%;
}.subscribe_to_newsletterfTUopq .input_holder span {
    display: block;
    position: relative;
    width: 100%;
}.subscribe_to_newsletterfTUopq .input_holder input[type="email"] {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    outline: none;
    padding: 1.2rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), inset 0 2px 5px rgba(0, 0, 0, 0.05);
    border: none;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-size: 18px;
    color: #000000;
}.subscribe_to_newsletterfTUopq .input_holder input[type="email"]:focus {
    transform: scale(1.02);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 0 0 2px rgb(215,195,225);
}.subscribe_to_newsletterfTUopq .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.4);
}.subscribe_to_newsletterfTUopq .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.subscribe_to_newsletterfTUopq .input_holder .query_cardTwNX8h {
    position: relative;
    color: #ffffff;
    font-size: 17px;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(184,158,202), rgb(215,195,225));
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: none;
    width: 100%;
    overflow: hidden;
}.subscribe_to_newsletterfTUopq .input_holder .query_cardTwNX8h::before {
    left: -100%;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
}.subscribe_to_newsletterfTUopq .input_holder .query_cardTwNX8h:hover {
    transform: translateY(-3px) scale(1.02);
    background: linear-gradient(135deg, rgb(215,195,225), rgb(184,158,202));
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}.subscribe_to_newsletterfTUopq .input_holder .query_cardTwNX8h:hover::before {
    left: 100%;
}.subscribe_to_newsletterfTUopq .input_holder .query_cardTwNX8h:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

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

@media screen and (min-width: 768px) {.subscribe_to_newsletterfTUopq .learn_classeswWl1Dr {
    padding: 3.5rem 3rem;
}.subscribe_to_newsletterfTUopq h4 {
    font-size: calc(19px * 1.2);
}.subscribe_to_newsletterfTUopq .input_holder {
    gap: 1rem;
    align-items: center;
    flex-direction: row;
}.subscribe_to_newsletterfTUopq .input_holder span:first-child {
    flex: 1;
}.subscribe_to_newsletterfTUopq .input_holder span:last-child {
    flex: 0 0 auto;
    width: auto;
}.subscribe_to_newsletterfTUopq .input_holder .query_cardTwNX8h {
    white-space: nowrap;
    padding: 1.2rem 2rem;
    width: auto;
}
}

@media screen and (min-width: 992px) {.subscribe_to_newsletterfTUopq {
    padding: 6rem 0;
}.subscribe_to_newsletterfTUopq .learn_classeswWl1Dr {
    padding: 4rem;
    gap: 3rem;
    flex-direction: row;
}.subscribe_to_newsletterfTUopq .learn_classeswWl1Dr > div {
    margin-bottom: 0;
    width: 40%;
}.subscribe_to_newsletterfTUopq h4 {
    text-align: left;
    font-size: calc(19px * 1.3);
}.subscribe_to_newsletterfTUopq .input_holder {
    width: 60%;
}
}

@media screen and (min-width: 1200px) {.subscribe_to_newsletterfTUopq .learn_classeswWl1Dr {
    gap: 4rem;
}.subscribe_to_newsletterfTUopq h4 {
    font-size: calc(19px * 1.4);
}.subscribe_to_newsletterfTUopq .learn_classeswWl1Dr > div {
    width: 45%;
}.subscribe_to_newsletterfTUopq .input_holder {
    width: 55%;
}
}

@media (prefers-reduced-motion: reduce) {.subscribe_to_newsletterfTUopq::before {
    animation: none;
}.subscribe_to_newsletterfTUopq .learn_classeswWl1Dr,
    .subscribe_to_newsletterfTUopq .learn_classeswWl1Dr:hover,
    .subscribe_to_newsletterfTUopq .input_holder input[type="email"]:focus,
    .subscribe_to_newsletterfTUopq .input_holder .query_cardTwNX8h,
    .subscribe_to_newsletterfTUopq .input_holder .query_cardTwNX8h:hover,
    .subscribe_to_newsletterfTUopq .input_holder .query_cardTwNX8h:active {
    transform: none;
    transition: none;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(215,195,225);
}header .top_plank .top_utilsa7Ms8K div svg, header .top_plank .top_utilsa7Ms8K div svg path {
    fill: #ffffff;
}header .top_plank .top_utilsa7Ms8K div span {
    color: #ffffff;
}header .top_plank .top_utilsa7Ms8K {
    line-height: 21px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    font-size: 14px;
    width: 100%;
}header .top_plank .top_utilsa7Ms8K div {
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}header .top_plank .top_utilsa7Ms8K div img, header .top_plank .top_utilsa7Ms8K div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.plan_chooserwAOus5 {
    background-color: rgb(237,228,242);
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 100px 0;
    position: relative;
}.plan_chooserwAOus5::before {
    width: 100%;
    background: linear-gradient(135deg, rgba(rgb(184,158,202,0.5), 0.05) 0%, rgba(rgb(215,195,225,0.5), 0.08) 100%);
    position: absolute;
    content: "";
    z-index: 0;
    top: 0;
    height: 100%;
    left: 0;
}.plan_chooserwAOus5 .container {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}.plan_chooserwAOus5 .discount_dealsKEkpom {
    display: flex;
    flex-direction: column;
}.plan_chooserwAOus5 .tuition_planskD9W4r {
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards;
    margin-bottom: 60px;
    opacity: 0;
}.plan_chooserwAOus5 .tuition_planskD9W4r h2 {
    font-weight: 700;
    color: #000000;
    font-size: 35px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
}.plan_chooserwAOus5 .tuition_planskD9W4r h2::after {
    content: "";
    position: absolute;
    left: 0;
    width: 80px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(184,158,202), rgb(215,195,225));
    bottom: -10px;
    height: 4px;
}.plan_chooserwAOus5 .cost_feeJL3QdA {
    margin-top: 25px;
    color: #000000;
    max-width: 800px;
    font-size: 14px;
    line-height: 1.6;
}.plan_chooserwAOus5 .promo_costul1Z65 {
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}.plan_chooserwAOus5 .learning_packagexvMSc2 {
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    text-decoration: none;
    display: block;
    perspective: 1000px;
    animation-delay: calc(0.15s * var(--i, 1));
}.plan_chooserwAOus5 .learning_packagexvMSc2:nth-child(1) {
    --i: 1;
}.plan_chooserwAOus5 .learning_packagexvMSc2:nth-child(2) {
    --i: 2;
}.plan_chooserwAOus5 .learning_packagexvMSc2:nth-child(3) {
    --i: 3;
}.plan_chooserwAOus5 .learning_packagexvMSc2:nth-child(4) {
    --i: 4;
}.plan_chooserwAOus5 .study_offersmiv4Zs {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    background-color: #ffffff;
}.plan_chooserwAOus5 .learning_packagexvMSc2:hover .study_offersmiv4Zs {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(215,195,225,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}.plan_chooserwAOus5 .skill_pricingWTf18w {
    box-sizing: border-box;
    z-index: 2;
    position: relative;
    min-height: 250px;
    padding: 35px 30px;
}.plan_chooserwAOus5 .skill_pricingWTf18w h3 {
    position: relative;
    color: #000000;
    display: inline-block;
    font-size: calc(18px + 2px);
    margin-bottom: 20px;
    font-weight: 700;
    transition: transform 0.3s ease;
}.plan_chooserwAOus5 .learning_packagexvMSc2:hover .skill_pricingWTf18w h3 {
    transform: translateX(5px);
    color: rgb(215,195,225);
}.plan_chooserwAOus5 .rate_schemesPIDFOw {
    font-size: calc(18px + 4px);
    color: rgb(184,158,202);
    display: block;
    position: relative;
    font-weight: 700;
    margin: 20px 0;
    transition: all 0.3s ease;
}.plan_chooserwAOus5 .rate_schemesPIDFOw::before {
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(184,158,202), transparent);
    left: 0;
    top: -10px;
    position: absolute;
    border-radius: 2px;
    width: 40px;
}.plan_chooserwAOus5 .learning_packagexvMSc2:hover .rate_schemesPIDFOw {
    transform: scale(1.05);
    color: rgb(215,195,225);
}.plan_chooserwAOus5 .skill_pricingWTf18w p {
    hyphens: auto;
    transition: color 0.3s ease;
    margin-top: 15px;
    font-size: 14px;
    word-break: normal;
    word-wrap: break-word;
    color: #000000;
    white-space: normal;
    line-height: 1.6;
    overflow-wrap: break-word;
}.plan_chooserwAOus5 .background_image8AUVZW {
    transition: all 0.5s ease;
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}.plan_chooserwAOus5 .background_image8AUVZW::after {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    left: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.6;
}.plan_chooserwAOus5 .learning_packagexvMSc2:hover .background_image8AUVZW {
    transform: scale(1.05);
}.plan_chooserwAOus5 .learning_packagexvMSc2:hover .background_image8AUVZW::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.plan_chooserwAOus5 .discount_dealsKEkpom {
    flex-direction: row-reverse;
}.plan_chooserwAOus5 .tuition_planskD9W4r {
    padding-left: 50px;
    width: 30%;
    margin-bottom: 0;
}.plan_chooserwAOus5 .promo_costul1Z65 {
    width: 70%;
}.plan_chooserwAOus5 .tuition_planskD9W4r h2 {
    font-size: calc(35px + 4px);
}
}

@media (max-width: 1199px) {.plan_chooserwAOus5 {
    padding: 80px 0;
}.plan_chooserwAOus5 .tuition_planskD9W4r {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}.plan_chooserwAOus5 .tuition_planskD9W4r h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 767px) {.plan_chooserwAOus5 {
    padding: 60px 0;
}.plan_chooserwAOus5 .promo_costul1Z65 {
    grid-template-columns: 1fr;
    gap: 20px;
}.plan_chooserwAOus5 .skill_pricingWTf18w {
    padding: 25px 20px;
}.plan_chooserwAOus5 .background_image8AUVZW {
    height: 180px;
}.plan_chooserwAOus5 .tuition_planskD9W4r h2 {
    font-size: calc(35px - 2px);
}.plan_chooserwAOus5 .cost_feeJL3QdA {
    font-size: calc(14px - 1px);
}
}

@media (hover: none) {.plan_chooserwAOus5 .learning_packagexvMSc2:hover .study_offersmiv4Zs {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.plan_chooserwAOus5 .learning_packagexvMSc2:hover .skill_pricingWTf18w h3 {
    transform: none;
}.plan_chooserwAOus5 .learning_packagexvMSc2:hover .rate_schemesPIDFOw {
    transform: none;
}.plan_chooserwAOus5 .learning_packagexvMSc2:hover .background_image8AUVZW {
    transform: none;
}}.contact_boxjIz2DO {
    padding: 100px 0;
    position: relative;
    background: rgb(237,228,242);
    overflow: hidden;
}.contact_boxjIz2DO::before {
    z-index: 0;
    content: "";
    width: 100%;
    opacity: 0.03;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    left: 0;
    position: absolute;
    height: 100%;
    background-size: 40px 40px;
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(215,195,225,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(215,195,225,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(215,195,225,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(215,195,225,0.5) 75%);
}.contact_boxjIz2DO::after {
    position: absolute;
    right: -50%;
    top: -50%;
    width: 100%;
    transform: rotate(45deg);
    background: linear-gradient(135deg, rgb(215,195,225,0.5) 0%, transparent 70%);
    content: "";
    z-index: 0;
    height: 100%;
}.contact_boxjIz2DO .background_image8AUVZW {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    opacity: 0.1;
    filter: saturate(0.5) brightness(1.2);
    z-index: 0;
    top: 0;
}.contact_boxjIz2DO .container {
    padding: 0 15px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.contact_boxjIz2DO h3 {
    font-weight: 700;
    z-index: 2;
    letter-spacing: 2px;
    font-size: 37px;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: rgb(215,195,225);
    position: relative;
    text-align: center;
}.contact_boxjIz2DO h3::before {
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    background: rgb(215,195,225);
    transform: translateX(-50%);
    content: "";
}.contact_boxjIz2DO h3::after {
    bottom: -25px;
    left: 50%;
    content: "";
    height: 2px;
    transform: translateX(-50%);
    width: 40px;
    background: rgb(184,158,202);
    position: absolute;
}.contact_boxjIz2DO .support_supportPz7yoc {
    border-radius: 19px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 5px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: #ffffff;
    z-index: 2;
    position: relative;
    flex-wrap: wrap;
    display: flex;
}.contact_boxjIz2DO .reach_widgetB0VQhJ {
    flex: 1 1 60%;
    position: relative;
    padding: 50px;
}.contact_boxjIz2DO .reach_widgetB0VQhJ::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(237,228,242), transparent);
    height: 100%;
    width: 1px;
}.contact_boxjIz2DO .reach_widgetB0VQhJ h3 {
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    margin-bottom: 30px;
    text-align: left;
}.contact_boxjIz2DO .reach_widgetB0VQhJ h3::before {
    width: 50px;
    bottom: -10px;
    transform: none;
    left: 0;
}.contact_boxjIz2DO .reach_widgetB0VQhJ h3::after {
    left: 0;
    width: 25px;
    bottom: -18px;
    transform: none;
}.contact_boxjIz2DO .reach_widgetB0VQhJ input[type="text"],
.contact_boxjIz2DO .reach_widgetB0VQhJ textarea {
    padding: 15px 20px;
    font-size: 14px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: #ffffff;
    border: 2px solid rgb(237,228,242);
    margin-bottom: 20px;
    width: 100%;
    color: #000000;
}.contact_boxjIz2DO .reach_widgetB0VQhJ input[type="text"]:focus,
.contact_boxjIz2DO .reach_widgetB0VQhJ textarea:focus {
    box-shadow: 0 0 0 4px rgb(215,195,225,0.5);
    border-color: rgb(215,195,225);
    outline: none;
}.contact_boxjIz2DO .reach_widgetB0VQhJ textarea {
    min-height: 140px;
    resize: vertical;
}.contact_boxjIz2DO .reach_widgetB0VQhJ .feedback_inquirybwYEha {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.contact_boxjIz2DO .reach_widgetB0VQhJ .feedback_inquirybwYEha input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_boxjIz2DO .reach_widgetB0VQhJ .feedback_inquirybwYEha label {
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
    padding-left: 30px;
    cursor: pointer;
    position: relative;
}.contact_boxjIz2DO .reach_widgetB0VQhJ .feedback_inquirybwYEha label::before {
    height: 18px;
    width: 18px;
    left: 0;
    top: 3px;
    content: "";
    border: 2px solid rgb(237,228,242);
    position: absolute;
    border-radius: 2px;
    transition: all 0.3s ease;
}.contact_boxjIz2DO .reach_widgetB0VQhJ .feedback_inquirybwYEha input[type="checkbox"]:checked + label::before {
    border-color: rgb(215,195,225);
    background: rgb(215,195,225);
}.contact_boxjIz2DO .reach_widgetB0VQhJ .feedback_inquirybwYEha input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    width: 6px;
    transform: rotate(45deg);
    position: absolute;
    border: solid #ffffff;
    content: "";
    left: 6px;
    top: 8px;
    height: 10px;
}.contact_boxjIz2DO .reach_widgetB0VQhJ .feedback_inquirybwYEha a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(215,195,225);
    font-weight: 600;
}.contact_boxjIz2DO .reach_widgetB0VQhJ .feedback_inquirybwYEha a::after {
    bottom: -2px;
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    left: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    background: rgb(215,195,225);
    transition: transform 0.3s ease;
}.contact_boxjIz2DO .reach_widgetB0VQhJ .feedback_inquirybwYEha a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.contact_boxjIz2DO .reach_widgetB0VQhJ .query_cardTwNX8h {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    background: rgb(215,195,225);
    padding: 15px 35px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
}.contact_boxjIz2DO .reach_widgetB0VQhJ .query_cardTwNX8h::before {
    z-index: -1;
    position: absolute;
    content: "";
    background: rgb(184,158,202);
    height: 100%;
    left: 0;
    transition: all 0.3s ease;
    width: 0;
    top: 0;
}.contact_boxjIz2DO .reach_widgetB0VQhJ .query_cardTwNX8h:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateY(-3px);
}.contact_boxjIz2DO .reach_widgetB0VQhJ .query_cardTwNX8h:hover::before {
    width: 100%;
}.contact_boxjIz2DO .request_infoQqA9vw {
    background: linear-gradient(to bottom right, rgb(237,228,242), #ffffff);
    flex: 1 1 35%;
    flex-direction: column;
    position: relative;
    justify-content: center;
    padding: 50px;
    display: flex;
}.contact_boxjIz2DO .request_infoQqA9vw::before {
    content: "";
    background-image: 
        linear-gradient(45deg, rgb(215,195,225,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(215,195,225,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(215,195,225,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(215,195,225,0.5) 75%);
    top: 0;
    position: absolute;
    background-size: 30px 30px;
    opacity: 0.03;
    height: 100%;
    width: 100%;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    left: 0;
}.contact_boxjIz2DO .request_infoQqA9vw h4 {
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    font-weight: 600;
    font-size: 19px;
}.contact_boxjIz2DO .request_infoQqA9vw h4::after {
    position: absolute;
    bottom: -10px;
    width: 40px;
    background: rgb(215,195,225);
    content: "";
    left: 0;
    height: 2px;
}.contact_boxjIz2DO .request_infoQqA9vw .feedback_box8rvaUy {
    list-style: none;
    padding: 0;
    margin: 0;
}.contact_boxjIz2DO .request_infoQqA9vw .feedback_box8rvaUy li {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    border-radius: 10px;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    align-items: center;
    background: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
}.contact_boxjIz2DO .request_infoQqA9vw .feedback_box8rvaUy li:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}.contact_boxjIz2DO .request_infoQqA9vw .feedback_box8rvaUy li svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}.contact_boxjIz2DO .request_infoQqA9vw .feedback_box8rvaUy li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.contact_boxjIz2DO .request_infoQqA9vw .feedback_box8rvaUy li svg path {
    transition: all 0.3s ease;
    fill: rgb(215,195,225);
}.contact_boxjIz2DO .request_infoQqA9vw .feedback_box8rvaUy li:hover svg path {
    fill: rgb(184,158,202);
}.contact_boxjIz2DO .request_infoQqA9vw .feedback_box8rvaUy li span {
    font-size: 14px;
    color: #000000;
}.contact_boxjIz2DO .request_infoQqA9vw .feedback_box8rvaUy li a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
}.contact_boxjIz2DO .request_infoQqA9vw .feedback_box8rvaUy li a:hover {
    color: rgb(215,195,225);
}

@media (max-width: 992px) {.contact_boxjIz2DO {
    padding: 60px 0;
}.contact_boxjIz2DO h3 {
    margin-bottom: 40px;
}.contact_boxjIz2DO .support_supportPz7yoc {
    flex-direction: column;
}.contact_boxjIz2DO .reach_widgetB0VQhJ,
    .contact_boxjIz2DO .request_infoQqA9vw {
    flex: 1 1 100%;
}.contact_boxjIz2DO .reach_widgetB0VQhJ::before {
    display: none;
}.contact_boxjIz2DO .reach_widgetB0VQhJ {
    padding: 40px;
}.contact_boxjIz2DO .request_infoQqA9vw {
    padding: 40px;
}
}

@media (max-width: 768px) {.contact_boxjIz2DO {
    padding: 50px 0;
}.contact_boxjIz2DO h3 {
    margin-bottom: 35px;
    font-size: calc(37px * 0.8);
}.contact_boxjIz2DO .reach_widgetB0VQhJ h3,
    .contact_boxjIz2DO .request_infoQqA9vw h4 {
    font-size: calc(19px * 0.9);
}.contact_boxjIz2DO .reach_widgetB0VQhJ,
    .contact_boxjIz2DO .request_infoQqA9vw {
    padding: 30px;
}.contact_boxjIz2DO .reach_widgetB0VQhJ input[type="text"],
    .contact_boxjIz2DO .reach_widgetB0VQhJ textarea {
    padding: 12px 15px;
}.contact_boxjIz2DO .reach_widgetB0VQhJ .query_cardTwNX8h {
    padding: 12px 25px;
}
}

@media (max-width: 576px) {.contact_boxjIz2DO {
    padding: 40px 0;
}.contact_boxjIz2DO h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.7);
}.contact_boxjIz2DO .reach_widgetB0VQhJ,
    .contact_boxjIz2DO .request_infoQqA9vw {
    padding: 25px 20px;
}.contact_boxjIz2DO .reach_widgetB0VQhJ input[type="text"],
    .contact_boxjIz2DO .reach_widgetB0VQhJ textarea {
    margin-bottom: 15px;
}.contact_boxjIz2DO .reach_widgetB0VQhJ .feedback_inquirybwYEha label {
    font-size: calc(13px * 0.9);
}.contact_boxjIz2DO .reach_widgetB0VQhJ .query_cardTwNX8h {
    padding: 12px 20px;
    width: 100%;
}.contact_boxjIz2DO .request_infoQqA9vw .feedback_box8rvaUy li {
    margin-bottom: 15px;
    padding: 12px;
}
}