* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}.whatsapp_grp_fxPBSsv {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1272px;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    width: 2%;
}::-webkit-scrollbar-track {
    background: rgb(231,204,154);
    border-radius: 3%;
}::-webkit-scrollbar-thumb {
    transition: all, background, border-radius 3.4s ease-out;
    background: rgb(231,204,154,0.5);
    border-radius: 3%;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 4px -4px 2px -2px rgba(0, 0, 0, 0.7);
    background: rgb(231,204,154,0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
    transform: scale(0.95);
}* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(231,204,154);
    scrollbar-width: auto;
}html,body {
    min-height: 100%;
    height: 100%;
    scroll-snap-type: none;
    scroll-behavior: auto;
    auto
contain
touch-action: none;
    color: #000000;
    font-family: Arial, sans-serif;
}.main_info_1TDJ8mA {
    flex: 1 0 auto;
}.wrapper-viewport_biCodG1 {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_structure_IR8yVx7 {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(244,230,200) 0%, rgba(249, 249, 249, 0.95) 100%);
}.course_structure_IR8yVx7::before {
    bottom: 0;
    right: 0;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgb(217,173,108,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(217,173,108,0.5) 25%, transparent 25%);
    left: 0;
    top: 0;
    background-size: 60px 60px;
    z-index: 0;
    opacity: 0.05;
    content: "";
}.course_structure_IR8yVx7 .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
}.course_structure_IR8yVx7 .tech_skills_wIgKlau {
    display: grid;
    grid-template-columns: 1fr;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards 0.3s;
    gap: 3rem;
    transform: translateY(20px);
}.course_structure_IR8yVx7 .image_zoom_1Jx5oUb {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
                0 8px 16px rgba(0, 0, 0, 0.08);
    height: 380px;
    transform: perspective(1000px) rotateY(-2deg);
}.course_structure_IR8yVx7 .image_zoom_1Jx5oUb::after {
    left: 0;
    top: 0;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    right: 0;
    position: absolute;
    bottom: 0;
    content: "";
    background: linear-gradient(to bottom right, 
                rgb(231,204,154,0.5) 0%, 
                transparent 40%, 
                transparent 60%, 
                rgb(217,173,108,0.5) 100%);
    z-index: 1;
}.course_structure_IR8yVx7 .image_zoom_1Jx5oUb:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_structure_IR8yVx7 .image_zoom_1Jx5oUb:hover::after {
    opacity: 0.2;
}.course_structure_IR8yVx7 .text_area_GhH9JnP {
    display: flex;
    justify-content: center;
    padding: 2rem;
    position: relative;
    transform: translateX(0);
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.course_structure_IR8yVx7 .text_area_GhH9JnP::before {
    background: linear-gradient(to bottom, rgb(231,204,154), rgb(217,173,108));
    position: absolute;
    width: 5px;
    top: 0;
    content: "";
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    height: 0;
}.course_structure_IR8yVx7 .tech_skills_wIgKlau:hover .text_area_GhH9JnP::before {
    height: 100%;
}.course_structure_IR8yVx7 h3 {
    font-weight: 700;
    transform: translateY(0);
    color: #000000;
    font-size: calc(23px * 1.1);
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    transition: transform 0.4s ease;
}.course_structure_IR8yVx7 h3::after {
    transition: width 0.5s ease;
    height: 3px;
    position: absolute;
    bottom: 0;
    content: "";
    width: 60px;
    left: 0;
    background: linear-gradient(90deg, rgb(231,204,154), rgb(217,173,108));
}.course_structure_IR8yVx7 .text_area_GhH9JnP:hover h3 {
    transform: translateY(-5px);
}.course_structure_IR8yVx7 .text_area_GhH9JnP:hover h3::after {
    width: 100px;
}.course_structure_IR8yVx7 .description {
    margin-bottom: 1.5rem;
    max-height: 200px;
    position: relative;
    line-height: 1.7;
    padding-right: 1rem;
    overflow-y: auto;
    font-size: 16px;
    color: #000000;
}.course_structure_IR8yVx7 .description::-webkit-scrollbar {
    width: 4px;
}.course_structure_IR8yVx7 .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}.course_structure_IR8yVx7 .description::-webkit-scrollbar-thumb {
    background: rgb(217,173,108,0.5);
    border-radius: 10px;
}.course_structure_IR8yVx7 span.description {
    display: none;
}

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

@media (min-width: 768px) {.course_structure_IR8yVx7 {
    padding: 8rem 0;
}.course_structure_IR8yVx7 .tech_skills_wIgKlau {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.course_structure_IR8yVx7 .text_area_GhH9JnP {
    transform: translateX(-30px);
}.course_structure_IR8yVx7 .tech_skills_wIgKlau:hover .text_area_GhH9JnP {
    transform: translateX(0);
}.course_structure_IR8yVx7 .image_zoom_1Jx5oUb {
    height: 480px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.course_structure_IR8yVx7 .image_zoom_1Jx5oUb:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-10px);
}.course_structure_IR8yVx7 h3 {
    font-size: 23px;
}
}

@media (min-width: 992px) {.course_structure_IR8yVx7 {
    padding: 10rem 0;
}.course_structure_IR8yVx7 .container {
    padding: 0 3rem;
}.course_structure_IR8yVx7 .tech_skills_wIgKlau {
    gap: 6rem;
}.course_structure_IR8yVx7 .text_area_GhH9JnP {
    padding: 3rem;
}.course_structure_IR8yVx7 .image_zoom_1Jx5oUb {
    height: 550px;
}.course_structure_IR8yVx7 h3 {
    font-size: calc(23px * 1.2);
    margin-bottom: 2rem;
}.course_structure_IR8yVx7 .description {
    max-height: 300px;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.course_structure_IR8yVx7 {
    padding: 4rem 0;
}.course_structure_IR8yVx7 .container {
    padding: 0 1.5rem;
}.course_structure_IR8yVx7 .image_zoom_1Jx5oUb {
    margin-bottom: 1rem;
    height: 280px;
}.course_structure_IR8yVx7 .text_area_GhH9JnP {
    padding: 1.5rem;
}.course_structure_IR8yVx7 h3 {
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
    font-size: calc(21px * 1.1);
}.course_structure_IR8yVx7 .description {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
    max-height: 180px;
}}.ty_footer_ctZNzkK {
    background: linear-gradient(135deg, rgb(244,230,200) 0%, rgba(rgb(231,204,154,0.5), 0.05) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.ty_footer_ctZNzkK::before {
    width: 40%;
    filter: blur(60px);
    right: -5%;
    z-index: 0;
    content: "";
    animation: float 18s ease-in-out infinite alternate;
    transform: rotate(-15deg) skew(5deg);
    background: linear-gradient(225deg, rgb(217,173,108) 0%, rgba(rgb(217,173,108,0.5), 0.2) 100%);
    height: 80%;
    opacity: 0.2;
    top: -15%;
    position: absolute;
}.ty_footer_ctZNzkK::after {
    filter: blur(50px);
    height: 70%;
    background: linear-gradient(45deg, rgb(231,204,154) 0%, rgba(rgb(231,204,154,0.5), 0.1) 100%);
    position: absolute;
    animation: float 15s ease-in-out infinite alternate-reverse;
    bottom: -10%;
    content: "";
    z-index: 0;
    width: 35%;
    transform: rotate(15deg) skew(-5deg);
    left: -5%;
    opacity: 0.15;
}.ty_footer_ctZNzkK .container {
    z-index: 1;
    max-width: 1140px;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
}.ty_footer_ctZNzkK .virtual_track_qI1Kxn5 {
    transform: translateY(20px);
    gap: calc(16px * 1.5);
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    display: grid;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    grid-template-rows: auto auto;
    padding: clamp(2rem, 5vw, 3.5rem);
}.ty_footer_ctZNzkK .virtual_track_qI1Kxn5::before {
    left: 0;
    width: 5px;
    transform: scaleY(0);
    transform-origin: top;
    background: linear-gradient(180deg, rgb(231,204,154) 0%, rgb(217,173,108) 100%);
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}.ty_footer_ctZNzkK h5 {
    overflow: hidden;
    letter-spacing: -0.01em;
    line-height: 1.3;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #000000;
    padding-bottom: 0.75rem;
}.ty_footer_ctZNzkK h5::after {
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    position: absolute;
    content: "";
    height: 3px;
    transform: translateX(-100%);
    bottom: 0;
    background: rgb(217,173,108);
    left: 0;
    width: 80px;
}.ty_footer_ctZNzkK a {
    overflow: hidden;
    display: block;
    text-decoration: none;
    transition: transform 0.4s ease-out;
    position: relative;
}.ty_footer_ctZNzkK a:hover {
    transform: translateY(-5px);
}.ty_footer_ctZNzkK a::before {
    border-radius: 50% 0 50% 0;
    opacity: 0;
    bottom: -20px;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(217,173,108,0.5), 0.1) 50%);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 80px;
    width: 80px;
    right: -20px;
    transform: scale(0);
    content: "";
    position: absolute;
}.ty_footer_ctZNzkK a:hover::before {
    opacity: 1;
    transform: scale(1);
}.ty_footer_ctZNzkK p {
    margin: 0;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
}

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

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

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

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

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skew(3deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) skew(7deg) translate(10px, -10px);
    }
}

@media screen and (min-width: 768px) {.ty_footer_ctZNzkK {
    padding: 8rem 0;
}.ty_footer_ctZNzkK .virtual_track_qI1Kxn5 {
    border-radius: 10px;
    padding: clamp(2.5rem, 6vw, 4rem);
    gap: calc(16px * 2);
}.ty_footer_ctZNzkK h5 {
    padding-bottom: 1rem;
    font-size: calc(24px * 1.1);
}.ty_footer_ctZNzkK h5::after {
    height: 4px;
    width: 120px;
}
}

@media screen and (min-width: 992px) {.ty_footer_ctZNzkK {
    padding: 10rem 0;
}.ty_footer_ctZNzkK .virtual_track_qI1Kxn5 {
    grid-template-columns: 1fr 1fr;
    padding: clamp(3rem, 7vw, 5rem);
    gap: calc(16px * 3);
}.ty_footer_ctZNzkK h5 {
    padding-bottom: 0;
    font-size: calc(24px * 1.2);
}.ty_footer_ctZNzkK h5::after {
    bottom: -0.75rem;
}.ty_footer_ctZNzkK p {
    font-size: calc(16px * 1.05);
}
}

@media screen and (max-width: 767px) {.ty_footer_ctZNzkK {
    padding: 4rem 0;
}.ty_footer_ctZNzkK .virtual_track_qI1Kxn5 {
    padding: 1.75rem;
}.ty_footer_ctZNzkK h5 {
    font-size: calc(24px * 0.9);
}.ty_footer_ctZNzkK p {
    font-size: calc(16px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.ty_footer_ctZNzkK::before,
    .ty_footer_ctZNzkK::after {
    animation: none;
}.ty_footer_ctZNzkK .virtual_track_qI1Kxn5,
    .ty_footer_ctZNzkK h5::after,
    .ty_footer_ctZNzkK p {
    animation-duration: 0.1s;
}.ty_footer_ctZNzkK a:hover {
    transform: none;
}}.info_hub_oA7HzdV {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(to right, rgb(244,230,200) 60%, rgb(231,204,154) 60%);
}.info_hub_oA7HzdV::before {
    opacity: 0.15;
    z-index: 0;
    content: '';
    height: 100%;
    background: radial-gradient(circle at 25% 25%, rgb(231,204,154,0.5) 0%, transparent 50%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}.info_hub_oA7HzdV::after {
    z-index: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    opacity: 0.1;
    width: 100%;
    content: '';
    background: linear-gradient(135deg, transparent 0%, rgb(217,173,108,0.5) 100%);
    position: absolute;
}.info_hub_oA7HzdV .container {
    z-index: 1;
    position: relative;
}.info_hub_oA7HzdV .get_support_jTGIe0x {
    gap: 0;
    display: grid;
    position: relative;
    grid-template-columns: 2fr 1fr;
}.info_hub_oA7HzdV .edu_input_SnCAmtL {
    position: relative;
}.info_hub_oA7HzdV .edu_input_SnCAmtL:nth-child(1) {
    background: transparent;
    padding: 0 4rem 0 0;
}.info_hub_oA7HzdV .edu_input_SnCAmtL:nth-child(1) h2 {
    letter-spacing: -1px;
    position: relative;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.1;
    font-size: calc(44px * 1.2);
    text-transform: uppercase;
    color: rgb(231,204,154);
}.info_hub_oA7HzdV .edu_input_SnCAmtL:nth-child(1) h2::before {
    background: rgb(217,173,108);
    height: 8px;
    content: '';
    width: 60px;
    left: 0;
    top: -20px;
    position: absolute;
}.info_hub_oA7HzdV .message_section_qwoSQtR {
    position: relative;
    font-size: calc(20px * 1.1);
    margin-bottom: 1.5rem;
    color: rgb(217,173,108);
    font-weight: 600;
    display: inline-block;
}.info_hub_oA7HzdV .message_section_qwoSQtR::after {
    left: 0;
    background: rgb(217,173,108,0.5);
    height: 1px;
    content: '';
    bottom: -10px;
    position: absolute;
    width: 100%;
}.info_hub_oA7HzdV .get_contactus_YEC2FOW {
    line-height: 1.8;
    font-size: calc(17px * 1.1);
    color: #000000;
    margin-bottom: 2.5rem;
    max-width: 90%;
}.info_hub_oA7HzdV .edu_input_SnCAmtL > p {
    margin-bottom: 1rem;
    display: flex;
    padding-left: 30px;
    color: #000000;
    font-size: 17px;
    position: relative;
    align-items: center;
}.info_hub_oA7HzdV .edu_input_SnCAmtL > p svg {
    left: 0;
    height: 20px;
    position: absolute;
    width: 20px;
    transform: translateY(-50%);
    top: 50%;
}.info_hub_oA7HzdV .edu_input_SnCAmtL > p svg path {
    fill: rgb(231,204,154);
}.info_hub_oA7HzdV .edu_input_SnCAmtL > p span {
    margin-left: 0.25rem;
    font-weight: 600;
}.info_hub_oA7HzdV .edu_talk_IXJcizC {
    padding: 2rem;
    background: linear-gradient(to right, rgb(244,230,200), transparent);
    border-radius: 10px;
    margin-top: 3rem;
    position: relative;
}.info_hub_oA7HzdV .edu_talk_IXJcizC h3 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    color: rgb(231,204,154);
    text-transform: uppercase;
    font-weight: 700;
}.info_hub_oA7HzdV .edu_asksup_REfiGcx {
    gap: 1rem;
    flex-wrap: wrap;
    display: flex;
}.info_hub_oA7HzdV .edu_asksup_REfiGcx span {
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-weight: 600;
    background: #ffffff;
    border-left: 3px solid rgb(217,173,108);
    font-size: 17px;
    color: #000000;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}.info_hub_oA7HzdV .edu_asksup_REfiGcx span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    color: #ffffff;
    background: rgb(217,173,108);
}.info_hub_oA7HzdV .edu_input_SnCAmtL:nth-child(2) {
    position: relative;
    grid-row: span 2;
    grid-column: 2;
}.info_hub_oA7HzdV .edu_input_SnCAmtL .image_zoom_1Jx5oUb {
    border-radius: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    overflow: hidden;
}.info_hub_oA7HzdV .contact_tile.send_query_9fdlubL {
    z-index: 1;
    padding: 2rem;
    background: transparent;
    position: relative;
    grid-column: 2;
}.info_hub_oA7HzdV .send_query_9fdlubL a {
    padding-left: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    text-decoration: none;
    transition: all 0.3s ease;
}.info_hub_oA7HzdV .send_query_9fdlubL a:last-child {
    margin-bottom: 0;
}.info_hub_oA7HzdV .send_query_9fdlubL a:hover {
    transform: translateX(10px);
}.info_hub_oA7HzdV .send_query_9fdlubL svg {
    top: 5px;
    left: 0;
    transition: all 0.3s ease;
    width: 24px;
    position: absolute;
    height: 24px;
}.info_hub_oA7HzdV .send_query_9fdlubL a:hover svg {
    transform: scale(1.2);
}.info_hub_oA7HzdV .send_query_9fdlubL svg path {
    fill: #ffffff;
}.info_hub_oA7HzdV .send_query_9fdlubL a span {
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: calc(17px * 0.85);
    margin-bottom: 5px;
}.info_hub_oA7HzdV .send_query_9fdlubL a p {
    font-weight: 600;
    font-size: calc(17px * 1.2);
    position: relative;
    margin-bottom: 0;
    color: #ffffff;
}.info_hub_oA7HzdV .send_query_9fdlubL a p::after {
    content: '';
    background: #ffffff;
    height: 2px;
    bottom: -5px;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    width: 0;
}.info_hub_oA7HzdV .send_query_9fdlubL a:hover p::after {
    width: 100%;
}

@media (max-width: 1200px) {.info_hub_oA7HzdV {
    background: linear-gradient(to right, rgb(244,230,200) 50%, rgb(231,204,154) 50%);
}.info_hub_oA7HzdV .edu_input_SnCAmtL:nth-child(1) {
    padding-right: 2rem;
}.info_hub_oA7HzdV .get_contactus_YEC2FOW {
    max-width: 100%;
}
}

@media (max-width: 992px) {.info_hub_oA7HzdV {
    background: linear-gradient(to bottom, rgb(244,230,200) 65%, rgb(231,204,154) 65%);
    padding: 80px 0 350px;
}.info_hub_oA7HzdV .get_support_jTGIe0x {
    grid-template-columns: 1fr;
}.info_hub_oA7HzdV .edu_input_SnCAmtL:nth-child(1) {
    padding-right: 0;
    margin-bottom: 3rem;
}.info_hub_oA7HzdV .edu_input_SnCAmtL:nth-child(2) {
    right: 0;
    top: auto;
    left: 0;
    height: 300px;
    position: static;
    grid-column: auto;
    bottom: 200px;
    grid-row: auto;
}.info_hub_oA7HzdV .contact_tile.send_query_9fdlubL {
    grid-column: auto;
    margin-top: 250px;
}
}

@media (max-width: 768px) {.info_hub_oA7HzdV {
    background: linear-gradient(to bottom, rgb(244,230,200) 60%, rgb(231,204,154) 60%);
    padding: 60px 0 100px;
}.info_hub_oA7HzdV .edu_input_SnCAmtL:nth-child(1) h2 {
    font-size: 44px;
}.info_hub_oA7HzdV .edu_input_SnCAmtL:nth-child(2) {
    bottom: 180px;
    height: 200px;
}.info_hub_oA7HzdV .contact_tile.send_query_9fdlubL {
    margin-top: 150px;
}
}

@media (max-width: 576px) {.info_hub_oA7HzdV {
    padding: 50px 0 350px;
    background: linear-gradient(to bottom, rgb(244,230,200) 55%, rgb(231,204,154) 55%);
}.info_hub_oA7HzdV .edu_input_SnCAmtL:nth-child(1) h2 {
    font-size: calc(44px * 0.8);
}.info_hub_oA7HzdV .edu_input_SnCAmtL:nth-child(1) h2::before {
    height: 6px;
    width: 40px;
}.info_hub_oA7HzdV .edu_talk_IXJcizC {
    padding: 1.5rem;
}.info_hub_oA7HzdV .edu_asksup_REfiGcx {
    flex-direction: column;
}.info_hub_oA7HzdV .edu_input_SnCAmtL:nth-child(2) {
    bottom: 200px;
    height: 180px;
}.info_hub_oA7HzdV .contact_tile.send_query_9fdlubL {
    padding: 1.5rem;
}}.opening_board_ONxm02s {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    display: flex;
    padding: 4rem 1rem;
    background: linear-gradient(135deg, rgb(244,230,200) 0%, rgb(217,173,108,0.5) 100%);
    justify-content: center;
}.opening_board_ONxm02s::before {
    opacity: 0.07;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
    45deg,
    rgb(217,173,108,0.5) 0px,
    rgb(217,173,108,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    z-index: 1;
    content: "";
}.opening_board_ONxm02s > div {
    max-width: 1200px;
    width: 100%;
    z-index: 2;
    gap: 3rem;
    position: relative;
    display: flex;
    flex-direction: column;
}.opening_board_ONxm02s > div > div:first-child {
    opacity: 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    animation: fadeSlideUp 0.8s forwards 0.2s ease-out;
    transform: translateY(20px);
    background: linear-gradient(to right, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
}.opening_board_ONxm02s .edu_trackfast_mCYHNb6 {
    color: rgb(231,204,154);
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    animation: fadeSlideRight 0.8s forwards 0.5s ease-out;
    opacity: 0;
    transform: translateX(-10px);
    line-height: 1.2;
    font-size: 44px;
}.opening_board_ONxm02s .edu_trackfast_mCYHNb6::after {
    position: absolute;
    animation: lineGrow 1s forwards 1s ease-out;
    bottom: -10px;
    content: "";
    left: 0;
    transform: scaleX(0);
    background: rgb(217,173,108);
    width: 80px;
    transform-origin: left;
    height: 4px;
}.opening_board_ONxm02s p {
    opacity: 0;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
    position: relative;
    animation: fadeSlideRight 0.8s forwards 0.7s ease-out;
    transform: translateX(-10px);
    font-size: calc(17px * 1.2);
}.opening_board_ONxm02s .edu_space_XVuMCbF {
    animation: fadeSlideUp 1s forwards 0.9s ease-out;
    opacity: 0;
    position: relative;
    transform: translateY(30px);
}.opening_board_ONxm02s .learn_guides_jdMg6el {
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 400px;
}.opening_board_ONxm02s .learn_guides_jdMg6el::before {
    left: 0;
    position: absolute;
    opacity: 0.9;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.1) 0%, 
    rgba(0, 0, 0, 0.7) 100%);
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
    transition: opacity 0.5s ease;
}.opening_board_ONxm02s .learn_guides_jdMg6el:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.opening_board_ONxm02s .learn_guides_jdMg6el:hover::before {
    opacity: 0.7;
}.opening_board_ONxm02s .learn_guides_jdMg6el span {
    animation: fadeSlideUp 0.8s forwards 1.2s ease-out;
    bottom: 0;
    padding: 2rem;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    transform: translateY(10px);
    opacity: 0;
}.opening_board_ONxm02s .learn_guides_jdMg6el h3 {
    line-height: 1.5;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    font-size: calc(22px * 0.9);
}.opening_board_ONxm02s .learn_guides_jdMg6el:hover h3 {
    transform: translateY(-5px);
}

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

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

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


@media (min-width: 768px) {.opening_board_ONxm02s > div {
    align-items: center;
    gap: 2rem;
    flex-direction: row;
}.opening_board_ONxm02s > div > div:first-child {
    flex: 1;
    margin-right: 2rem;
}.opening_board_ONxm02s .edu_space_XVuMCbF {
    flex: 1.2;
}.opening_board_ONxm02s .edu_trackfast_mCYHNb6 {
    font-size: calc(44px * 1.1);
}.opening_board_ONxm02s .learn_guides_jdMg6el {
    height: 450px;
}
}

@media (min-width: 992px) {.opening_board_ONxm02s {
    padding: 5rem 2rem;
}.opening_board_ONxm02s > div > div:first-child {
    padding: 3rem;
}.opening_board_ONxm02s .edu_trackfast_mCYHNb6 {
    font-size: calc(44px * 1.2);
}.opening_board_ONxm02s p {
    font-size: calc(17px * 1.3);
}.opening_board_ONxm02s .learn_guides_jdMg6el {
    height: 500px;
}.opening_board_ONxm02s .learn_guides_jdMg6el h3 {
    font-size: 22px;
}
}

@media (max-width: 767px) {.opening_board_ONxm02s {
    padding: 3rem 1rem;
}.opening_board_ONxm02s .edu_trackfast_mCYHNb6 {
    font-size: calc(44px * 0.85);
}.opening_board_ONxm02s p {
    font-size: 17px;
}.opening_board_ONxm02s .learn_guides_jdMg6el {
    height: 320px;
}.opening_board_ONxm02s .learn_guides_jdMg6el h3 {
    font-size: calc(22px * 0.8);
}
}

@media (max-width: 480px) {.opening_board_ONxm02s {
    padding: 2rem 1rem;
}.opening_board_ONxm02s > div > div:first-child {
    padding: 1.5rem;
}.opening_board_ONxm02s .edu_trackfast_mCYHNb6 {
    font-size: calc(44px * 0.7);
    margin-bottom: 1rem;
}.opening_board_ONxm02s .learn_guides_jdMg6el {
    height: 280px;
}.opening_board_ONxm02s .learn_guides_jdMg6el span {
    padding: 1.5rem;
}.opening_board_ONxm02s .learn_guides_jdMg6el h3 {
    font-size: calc(22px * 0.7);
}}header .main_primary_q1SbCDs {
    overflow: hidden;
    justify-content: space-between;
    width: 100%;
    border-radius: 0;
    z-index: 99;
    background: linear-gradient(to right, rgb(217,173,108) 0%, rgb(231,204,154,0.5) 100%);
    box-shadow: 0 0 20px 2px rgb(231,204,154,0.5);
    position: relative;
    display: flex;
    left: 0;
    align-items: center;
    padding: 1.5rem;
}header .main_primary_q1SbCDs::before {
    opacity: 0.3;
    background-size: 15px 15px;
    left: -50%;
    position: absolute;
    content: "";
    width: 200%;
    z-index: -1;
    height: 200%;
    animation: backgroundShift 20s linear infinite;
    top: -50%;
    background: radial-gradient(circle, rgb(217,173,108,0.5) 1%, transparent 10%);
}header .main_primary_q1SbCDs::after {
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    background-size: 200% 200%;
    z-index: -1;
    left: 0;
    background: linear-gradient(45deg, transparent 48%, rgb(217,173,108) 49%, rgb(217,173,108) 51%, transparent 52%);
    animation: gradientSlide 5s ease infinite;
    width: 100%;
    opacity: 0.1;
}header .main_primary_q1SbCDs .header_lesson_vDj2ikg {
    position: relative;
    overflow: visible;
}header .main_primary_q1SbCDs .header_lesson_vDj2ikg::after {
    transform-origin: left;
    transform: scaleX(0);
    box-shadow: 0 0 8px 2px rgb(217,173,108);
    animation: neonPulse 3s infinite alternate;
    width: 100%;
    position: absolute;
    content: "";
    background: rgb(217,173,108);
    bottom: -8px;
    height: 2px;
    left: 0;
}header .main_primary_q1SbCDs .header_lesson_vDj2ikg .top_info_m7sTqdy {
    position: relative;
    transform: perspective(800px) rotateY(0deg);
    transition: all 0.5s ease;
    display: block;
}header .main_primary_q1SbCDs .header_lesson_vDj2ikg .top_info_m7sTqdy:hover {
    transform: perspective(800px) rotateY(15deg);
}header .main_primary_q1SbCDs .header_lesson_vDj2ikg svg {
    filter: drop-shadow(0 0 5px rgb(217,173,108,0.5));
    height: auto;
    width: 120px;
}header .main_primary_q1SbCDs .nav_page_zI0j4Jx {
    padding: 0;
    margin: 0;
    perspective: 800px;
    list-style: none;
    position: relative;
    display: flex;
}header .main_primary_q1SbCDs .nav_page_zI0j4Jx::before {
    top: 105%;
    position: absolute;
    width: 100%;
    content: "";
    background: rgb(231,204,154);
    transform: scaleX(0.5);
    left: 0;
    animation: neonPulse 4s infinite alternate-reverse;
    height: 2px;
    box-shadow: 0 0 10px 2px rgb(231,204,154);
}header .main_primary_q1SbCDs .head_core_wmUKvos {
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
    position: relative;
    margin: 0 0.5rem;
    transform: translateZ(0);
}header .main_primary_q1SbCDs .head_core_wmUKvos:hover {
    transform: translateZ(20px);
}header .main_primary_q1SbCDs .head_core_wmUKvos a {
    position: relative;
    font-size: 14px;
    border: 1px solid transparent;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    padding: 0.5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-family: Arial, sans-serif;
    display: block;
}header .main_primary_q1SbCDs .head_core_wmUKvos a::before {
    z-index: -1;
    width: 100%;
    left: 0;
    border-radius: 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    height: 100%;
    top: 0;
    position: absolute;
    transform: scale(0.9);
    content: "";
    background: rgb(231,204,154,0.5);
}header .main_primary_q1SbCDs .head_core_wmUKvos a:hover {
    border: 1px solid rgb(217,173,108,0.5);
    color: rgb(217,173,108);
    text-shadow: 0 0 5px rgb(217,173,108,0.5);
}header .main_primary_q1SbCDs .head_core_wmUKvos a:hover::before {
    opacity: 0.2;
    transform: scale(1);
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .main_primary_q1SbCDs {
    width: 100vw;
    flex-direction: column;
    margin-left: calc(-50vw + 50%);
    padding: 1rem;
    box-sizing: border-box;
}header .main_primary_q1SbCDs .header_lesson_vDj2ikg {
    margin-bottom: 1.5rem;
}header .main_primary_q1SbCDs .nav_page_zI0j4Jx {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .main_primary_q1SbCDs .nav_page_zI0j4Jx::before {
    bottom: -10px;
    top: auto;
}header .main_primary_q1SbCDs .head_core_wmUKvos {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .main_primary_q1SbCDs {
    padding: 0.75rem;
}header .main_primary_q1SbCDs .nav_page_zI0j4Jx {
    flex-direction: column;
    align-items: center;
}header .main_primary_q1SbCDs .head_core_wmUKvos {
    text-align: center;
    margin: 0.25rem 0;
    width: 100%;
}header .main_primary_q1SbCDs .header_lesson_vDj2ikg svg {
    width: 100px;
}header .main_primary_q1SbCDs .header_lesson_vDj2ikg::after {
    left: 10%;
    width: 80%;
}}.education_experience_JxahEct {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(244,230,200) 0%, rgb(217,173,108,0.5) 100%);
}.education_experience_JxahEct::before {
    top: 0;
    left: 0;
    content: "";
    right: 0;
    z-index: 1;
    height: 5px;
    background: linear-gradient(90deg, rgb(231,204,154) 0%, rgb(217,173,108) 50%, rgb(231,204,154) 100%);
    position: absolute;
}.education_experience_JxahEct::after {
    bottom: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 5px,
        transparent 5px,
        transparent 10px
    );
    z-index: 0;
    transform-origin: bottom left;
    width: 100%;
    animation: patternShift 30s infinite alternate ease-in-out;
    height: 40%;
    content: "";
    left: 0;
    position: absolute;
}.education_experience_JxahEct .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.education_experience_JxahEct .student_insights_0etk3cB {
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    padding: 2rem;
    background-color: #ffffff;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.education_experience_JxahEct .student_insights_0etk3cB:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
}.education_experience_JxahEct .student_insights_0etk3cB > div:nth-child(1) {
    transform: translateZ(20px);
    display: flex;
    align-items: center;
    justify-content: center;
}.education_experience_JxahEct .student_insights_0etk3cB .image_zoom_1Jx5oUb {
    width: 180px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateZ(30px);
    border: 4px solid #ffffff;
    height: 180px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                clip-path 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
}.education_experience_JxahEct .student_insights_0etk3cB:hover .image_zoom_1Jx5oUb {
    transform: translateZ(40px) scale(1.05);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}.education_experience_JxahEct .student_insights_0etk3cB > div:nth-child(2) {
    transform: translateZ(10px);
    position: relative;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}.education_experience_JxahEct .student_insights_0etk3cB .name {
    transform: translateZ(15px);
    display: inline-block;
    margin: 0 0 0.5rem;
    position: relative;
    color: #000000;
    font-size: calc(19px * 1.2);
    font-weight: 700;
}.education_experience_JxahEct .student_insights_0etk3cB .name::after {
    background-color: rgb(231,204,154);
    width: 0;
    content: "";
    position: absolute;
    transition: width 0.5s ease;
    left: 0;
    bottom: -5px;
    height: 2px;
}.education_experience_JxahEct .student_insights_0etk3cB:hover .name::after {
    width: 100%;
}.education_experience_JxahEct .student_insights_0etk3cB > div:nth-child(2) > div {
    color: rgb(217,173,108);
    font-weight: 600;
    transition: opacity 0.5s ease, transform 0.5s ease;
    letter-spacing: 0.5px;
    opacity: 0;
    font-size: calc(13px * 1.05);
    transform: translateY(10px);
}.education_experience_JxahEct .student_insights_0etk3cB:hover > div:nth-child(2) > div {
    opacity: 1;
    transform: translateY(0);
}.education_experience_JxahEct .student_insights_0etk3cB > div:nth-child(3) {
    position: relative;
    transform: translateZ(5px);
}.education_experience_JxahEct .student_insights_0etk3cB .experience_summary_E49UmPW {
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
    padding: 0 1rem;
    position: relative;
    color: #000000;
}.education_experience_JxahEct .student_insights_0etk3cB .experience_summary_E49UmPW::before,
.education_experience_JxahEct .student_insights_0etk3cB .experience_summary_E49UmPW::after {
    position: absolute;
    font-family: serif;
    color: rgb(231,204,154,0.5);
    content: "";
    font-size: 4rem;
    line-height: 1;
}.education_experience_JxahEct .student_insights_0etk3cB .experience_summary_E49UmPW::before {
    left: -1rem;
    top: -1.5rem;
}.education_experience_JxahEct .student_insights_0etk3cB .experience_summary_E49UmPW::after {
    bottom: -3rem;
    right: -1rem;
    transform: rotate(180deg);
}

@keyframes patternShift {
    0% {
        transform: skewY(-2deg) translateX(-5%);
    }
    100% {
        transform: skewY(2deg) translateX(5%);
    }
}

@media (min-width: 768px) {.education_experience_JxahEct {
    padding: 7rem 0;
}.education_experience_JxahEct .student_insights_0etk3cB {
    grid-template-rows: auto 1fr;
    padding: 3rem;
    grid-template-columns: 220px 1fr;
    gap: 2.5rem 3rem;
}.education_experience_JxahEct .student_insights_0etk3cB > div:nth-child(1) {
    grid-row: span 2;
}.education_experience_JxahEct .student_insights_0etk3cB > div:nth-child(2) {
    align-items: flex-start;
    text-align: left;
}.education_experience_JxahEct .student_insights_0etk3cB > div:nth-child(3) {
    grid-column: 2;
}.education_experience_JxahEct .student_insights_0etk3cB .image_zoom_1Jx5oUb {
    width: 220px;
    height: 220px;
}
}

@media (min-width: 1024px) {.education_experience_JxahEct .student_insights_0etk3cB {
    padding: 4rem;
    gap: 3rem 4rem;
}.education_experience_JxahEct .student_insights_0etk3cB .image_zoom_1Jx5oUb {
    height: 250px;
    width: 250px;
}.education_experience_JxahEct .student_insights_0etk3cB .experience_summary_E49UmPW {
    padding: 0 2rem;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.education_experience_JxahEct .student_insights_0etk3cB {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.education_experience_JxahEct .student_insights_0etk3cB .name {
    font-size: 19px;
}.education_experience_JxahEct .student_insights_0etk3cB > div:nth-child(2) > div {
    opacity: 1;
    transform: translateY(0);
}.education_experience_JxahEct .student_insights_0etk3cB .experience_summary_E49UmPW {
    padding: 0;
}.education_experience_JxahEct .student_insights_0etk3cB .experience_summary_E49UmPW::before,
    .education_experience_JxahEct .student_insights_0etk3cB .experience_summary_E49UmPW::after {
    font-size: 3rem;
}
}

@media (prefers-reduced-motion: reduce) {.education_experience_JxahEct::after {
    animation: none;
}.education_experience_JxahEct .student_insights_0etk3cB,
    .education_experience_JxahEct .student_insights_0etk3cB:hover,
    .education_experience_JxahEct .student_insights_0etk3cB .image_zoom_1Jx5oUb,
    .education_experience_JxahEct .student_insights_0etk3cB:hover .image_zoom_1Jx5oUb {
    transform: none;
    transition: none;
}}.secure_safehouse_X3N5qzf {
    width: 100%;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgb(231,204,154,0.5);
    padding: 40px;
    font-family: Arial, sans-serif;
}.secure_safehouse_X3N5qzf h1 {
    padding-bottom: 10px;
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin-top: 40px;
    border-bottom: 2px solid rgb(217,173,108);
}.secure_safehouse_X3N5qzf h2 {
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(217,173,108);
    margin-top: 35px;
    font-size: 32px;
}.secure_safehouse_X3N5qzf h3, .secure_safehouse_X3N5qzf h4, .secure_safehouse_X3N5qzf h5, .secure_safehouse_X3N5qzf h6 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 25px;
    font-weight: 400;
}.secure_safehouse_X3N5qzf ul, .secure_safehouse_X3N5qzf ol {
    border-radius: 10px;
    padding-left: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    list-style-position: inside;
    padding: 15px 0;
    background-color: #ffffff;
}.secure_safehouse_X3N5qzf li {
    margin-bottom: 15px;
    position: relative;
    color: #000000;
    line-height: 1.6;
    padding-left: 20px;
    font-size: 17px;
}.secure_safehouse_X3N5qzf section {
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 22px;
}.secure_safehouse_X3N5qzf p, .secure_safehouse_X3N5qzf span, .secure_safehouse_X3N5qzf div {
    color: #000000;
    border-radius: 10px;
    font-weight: 300;
    padding: 5px 10px;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;
    border-left: 3px solid rgb(231,204,154);
    background-color: rgb(231,204,154,0.5);
}

@media only screen and (max-width: 800px) {.secure_safehouse_X3N5qzf {
    padding: 20px;
}.secure_safehouse_X3N5qzf h1 {
    font-size: calc(22px - 10%);
}.secure_safehouse_X3N5qzf h2 {
    font-size: calc(22px - 10%);
}.secure_safehouse_X3N5qzf h3, .secure_safehouse_X3N5qzf h4, .secure_safehouse_X3N5qzf h5, .secure_safehouse_X3N5qzf h6 {
    font-size: calc(22px - 10%);
}.secure_safehouse_X3N5qzf li {
    font-size: calc(17px - 10%);
}}.target_audience_T7dLYX0 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
}.target_audience_T7dLYX0::before {
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(231,204,154,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(217,173,108,0.5) 0%, transparent 40%);
    position: absolute;
    height: 100%;
    opacity: 0.15;
    content: '';
}.target_audience_T7dLYX0::after {
    content: '';
    background-size: 60px 60px;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(231,204,154,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(217,173,108,0.5) 49%, transparent 51%);
    opacity: 0.05;
    top: 0;
    left: 0;
    z-index: 2;
    position: absolute;
}.target_audience_T7dLYX0 .virtual_track_qI1Kxn5 {
    padding: 0 30px;
    z-index: 10;
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.target_audience_T7dLYX0 h3 {
    color: #000000;
    margin-bottom: 70px;
    position: relative;
    font-size: 36px;
    padding: 0 20px;
    font-weight: 700;
    display: inline-block;
}.target_audience_T7dLYX0 h3::before,
.target_audience_T7dLYX0 h3::after {
    height: 2px;
    content: '';
    transform: translateY(-50%);
    top: 50%;
    background: linear-gradient(90deg, rgb(231,204,154), rgb(217,173,108));
    position: absolute;
    width: 40px;
}.target_audience_T7dLYX0 h3::before {
    left: -60px;
}.target_audience_T7dLYX0 h3::after {
    right: -60px;
}.target_audience_T7dLYX0 ul {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 40px;
}.target_audience_T7dLYX0 ul li {
    display: flex;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    text-align: left;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 40px 30px;
    align-items: flex-start;
    min-width: 280px;
    gap: 20px;
    z-index: 1;
    border-radius: 30px;
    width: calc(33.333% - 27px);
}.target_audience_T7dLYX0 ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 5px;
    opacity: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(231,204,154), rgb(217,173,108));
    transition: opacity 0.4s ease;
}.target_audience_T7dLYX0 ul li::after {
    height: 100px;
    width: 100px;
    content: '';
    bottom: -50px;
    transition: all 0.6s ease;
    background: rgb(231,204,154,0.5);
    left: -50px;
    z-index: -1;
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
}.target_audience_T7dLYX0 ul li:hover {
    transform: translateY(-15px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
}.target_audience_T7dLYX0 ul li:hover::before {
    opacity: 1;
}.target_audience_T7dLYX0 ul li:hover::after {
    transform: scale(6);
    opacity: 0.05;
}.target_audience_T7dLYX0 ul li svg {
    height: 50px;
    position: relative;
    width: 50px;
    transition: all 0.5s ease;
    flex-shrink: 0;
}.target_audience_T7dLYX0 ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}.target_audience_T7dLYX0 ul li svg path {
    fill: rgb(231,204,154);
    transition: fill 0.5s ease;
}.target_audience_T7dLYX0 ul li:hover svg path {
    fill: rgb(217,173,108);
}@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.target_audience_T7dLYX0 ul li {
    animation: slideInBottom 0.6s forwards;
    opacity: 0;
}.target_audience_T7dLYX0 ul li:nth-child(1) {
    animation-delay: 0.1s;
}.target_audience_T7dLYX0 ul li:nth-child(2) {
    animation-delay: 0.25s;
}.target_audience_T7dLYX0 ul li:nth-child(3) {
    animation-delay: 0.4s;
}.target_audience_T7dLYX0 ul li:nth-child(4) {
    animation-delay: 0.55s;
}.target_audience_T7dLYX0 ul li:nth-child(5) {
    animation-delay: 0.7s;
}.target_audience_T7dLYX0 ul li:nth-child(6) {
    animation-delay: 0.85s;
}.target_audience_T7dLYX0 ul li:nth-child(3n+1) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
    animation-delay: 0.1s, 2s;
}.target_audience_T7dLYX0 ul li:nth-child(3n+2) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
    animation-delay: 0.25s, 3s;
}.target_audience_T7dLYX0 ul li:nth-child(3n+3) {
    animation-delay: 0.4s, 4s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
}

@media (max-width: 992px) {.target_audience_T7dLYX0 {
    padding: 90px 0;
}.target_audience_T7dLYX0 h3 {
    margin-bottom: 60px;
}.target_audience_T7dLYX0 h3::before,
    .target_audience_T7dLYX0 h3::after {
    width: 30px;
}.target_audience_T7dLYX0 h3::before {
    left: -40px;
}.target_audience_T7dLYX0 h3::after {
    right: -40px;
}.target_audience_T7dLYX0 ul {
    gap: 30px;
}.target_audience_T7dLYX0 ul li {
    padding: 35px 25px;
    width: calc(50% - 15px);
}
}

@media (max-width: 768px) {.target_audience_T7dLYX0 ul li {
    width: 100%;
    max-width: 400px;
}.target_audience_T7dLYX0 ul li:nth-child(3n+1),
    .target_audience_T7dLYX0 ul li:nth-child(3n+2),
    .target_audience_T7dLYX0 ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}

@media (max-width: 576px) {.target_audience_T7dLYX0 {
    padding: 70px 0;
}.target_audience_T7dLYX0 h3 {
    margin-bottom: 50px;
    font-size: calc(36px * 0.9);
}.target_audience_T7dLYX0 h3::before,
    .target_audience_T7dLYX0 h3::after {
    display: none;
}.target_audience_T7dLYX0 ul {
    gap: 25px;
}.target_audience_T7dLYX0 ul li {
    padding: 30px 20px;
}.target_audience_T7dLYX0 ul li svg {
    width: 40px;
    height: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.target_audience_T7dLYX0 ul li {
    opacity: 1;
    animation: none;
}.target_audience_T7dLYX0 ul li:hover {
    transform: none;
}.target_audience_T7dLYX0 ul li:hover svg {
    transform: none;
}}.course_rewards_Kcl54rp {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(45deg, rgb(244,230,200), #ffffff);
    overflow: hidden;
}.course_rewards_Kcl54rp::before {
    top: -100px;
    z-index: 1;
    content: '';
    width: 150%;
    left: -25%;
    position: absolute;
    height: 200px;
    background: rgb(231,204,154,0.5);
    transform: rotate(-5deg);
}.course_rewards_Kcl54rp::after {
    height: 200px;
    content: '';
    transform: rotate(-5deg);
    right: -25%;
    bottom: -100px;
    background: rgb(217,173,108,0.5);
    position: absolute;
    width: 150%;
    z-index: 1;
}.course_rewards_Kcl54rp .virtual_track_qI1Kxn5 {
    z-index: 2;
    margin: 0 auto;
    max-width: 1400px;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}.course_rewards_Kcl54rp .image_zoom_1Jx5oUb {
    margin-left: -5%;
    border-radius: 0 20px 20px 0;
    position: relative;
    transition: all 0.5s ease;
    height: 600px;
    width: 45%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    margin-top: -50px;
    z-index: 3;
}.course_rewards_Kcl54rp .image_zoom_1Jx5oUb:hover {
    box-shadow: 20px 30px 60px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}.course_rewards_Kcl54rp .image_zoom_1Jx5oUb::after {
    width: 60%;
    border: 5px solid rgb(231,204,154);
    z-index: -1;
    height: 90%;
    border-left: none;
    position: absolute;
    top: 20px;
    content: '';
    right: -20px;
    opacity: 0.5;
}.course_rewards_Kcl54rp .text_area_GhH9JnP {
    padding-top: 20px;
    width: 60%;
    padding-left: 8%;
}.course_rewards_Kcl54rp h2 {
    font-size: 31px;
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    color: #000000;
    width: fit-content;
}.course_rewards_Kcl54rp h2::before {
    position: absolute;
    height: 30px;
    z-index: -1;
    background: rgb(231,204,154,0.5);
    width: 120%;
    bottom: -10px;
    content: '';
    left: -10%;
}.course_rewards_Kcl54rp .text_main_holder {
    padding-right: 5%;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.course_rewards_Kcl54rp .text_main_holder > div {
    display: flex;
    align-items: flex-start;
    border-radius: 10px;
    background: #ffffff;
    gap: 15px;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.course_rewards_Kcl54rp .text_main_holder > div::before {
    content: '';
    background: rgb(231,204,154);
    height: 0;
    left: 0;
    top: 0;
    position: absolute;
    width: 5px;
    transition: height 0.3s ease-out;
}.course_rewards_Kcl54rp .text_main_holder > div:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}.course_rewards_Kcl54rp .text_main_holder > div:hover::before {
    height: 100%;
}.course_rewards_Kcl54rp .text_main_holder > div:nth-child(even) {
    transform: translateY(20px);
}.course_rewards_Kcl54rp .text_main_holder > div:nth-child(even):hover {
    transform: translateY(10px);
}.course_rewards_Kcl54rp .text_main_holder svg {
    transition: transform 0.3s ease;
    width: 45px;
    height: 45px;
}.course_rewards_Kcl54rp .text_main_holder > div:hover svg {
    transform: scale(1.1);
}.course_rewards_Kcl54rp .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,173,108);
}.course_rewards_Kcl54rp .text_main_holder > div:hover svg path {
    fill: rgb(231,204,154);
}.course_rewards_Kcl54rp .text_main_holder p {
    margin: 0;
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    z-index: 1;
    position: relative;
}

@media (max-width: 1200px) {.course_rewards_Kcl54rp .image_zoom_1Jx5oUb {
    margin-left: 0;
    width: 40%;
}.course_rewards_Kcl54rp .text_area_GhH9JnP {
    padding-left: 5%;
    width: 60%;
}
}

@media (max-width: 992px) {.course_rewards_Kcl54rp .virtual_track_qI1Kxn5 {
    flex-direction: column;
    padding: 0 20px;
}.course_rewards_Kcl54rp .image_zoom_1Jx5oUb {
    margin-top: 0;
    height: 400px;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 20px;
}.course_rewards_Kcl54rp .text_area_GhH9JnP {
    width: 100%;
    padding-left: 0;
}.course_rewards_Kcl54rp .text_main_holder {
    grid-template-columns: 1fr;
    padding-right: 0;
}.course_rewards_Kcl54rp .text_main_holder > div:nth-child(even) {
    transform: translateY(0);
}.course_rewards_Kcl54rp .text_main_holder > div:nth-child(even):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 576px) {.course_rewards_Kcl54rp {
    padding: 80px 0;
}.course_rewards_Kcl54rp .image_zoom_1Jx5oUb {
    height: 300px;
}.course_rewards_Kcl54rp h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.course_rewards_Kcl54rp .text_main_holder > div {
    padding: 20px;
}.course_rewards_Kcl54rp .text_main_holder svg {
    height: 35px;
    width: 35px;
}}.tariff_item_dVuYbGZ {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.tariff_item_dVuYbGZ::before {
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7));
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}.tariff_item_dVuYbGZ .container {
    z-index: 2;
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.tariff_item_dVuYbGZ .deal_opts_xGtvwI3 {
    position: relative;
}.tariff_item_dVuYbGZ h2 {
    animation: fadeInUp 0.8s ease-out forwards;
    font-weight: 700;
    transform: translateY(0);
    font-size: 34px;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
    text-align: center;
}.tariff_item_dVuYbGZ .study_offers_Azo9pms {
    position: relative;
    line-height: 1.6;
    margin: 0 auto 50px;
    transform: translateY(20px);
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    font-size: 16px;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
}.tariff_item_dVuYbGZ .plan_table_qNph9eO {
    margin: 0;
    gap: 30px;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}.tariff_item_dVuYbGZ .plan_table_qNph9eO li {
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
    perspective: 1000px;
}.tariff_item_dVuYbGZ .cert_fees_5nr6hOH {
    display: block;
    transform: translateZ(0);
    text-decoration: none;
    will-change: transform;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.tariff_item_dVuYbGZ .cert_cost_M27yobY {
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    -webkit-backdrop-filter: blur(10px);
    min-height: 420px;
    position: relative;
    padding: 30px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    height: 100%;
    backdrop-filter: blur(10px);
}.tariff_item_dVuYbGZ .cert_cost_M27yobY::before {
    left: 0;
    width: 100%;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left;
    background: linear-gradient(90deg, 
        rgb(231,204,154), 
        rgb(217,173,108));
    height: 5px;
    transform: scaleX(0);
    content: "";
    top: 0;
}.tariff_item_dVuYbGZ .price_grid_lU8FaO0 {
    color: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    height: 100%;
}.tariff_item_dVuYbGZ .price_grid_lU8FaO0 h4 {
    font-size: calc(20px * 1.1);
    transition: color 0.3s ease;
    margin-bottom: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
}.tariff_item_dVuYbGZ .price_grid_lU8FaO0 h4::after {
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: 0;
    background-color: rgb(231,204,154);
    transition: width 0.4s ease;
    content: "";
    left: 0;
}.tariff_item_dVuYbGZ .price_grid_lU8FaO0 p {
    scrollbar-width: thin;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    flex-grow: 1;
    scrollbar-color: rgb(231,204,154) rgba(255, 255, 255, 0.1);
    word-break: break-word;
    overflow-y: auto;
    line-height: 1.6;
    margin-bottom: 30px;
    max-height: 200px;
    overflow-wrap: break-word;
}.tariff_item_dVuYbGZ .price_grid_lU8FaO0 p::-webkit-scrollbar {
    width: 4px;
}.tariff_item_dVuYbGZ .price_grid_lU8FaO0 p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.tariff_item_dVuYbGZ .price_grid_lU8FaO0 p::-webkit-scrollbar-thumb {
    background-color: rgb(231,204,154);
}.tariff_item_dVuYbGZ .cost_options_Zecd4nj {
    margin-top: auto;
    -webkit-background-clip: text !important;
    font-size: calc(20px * 1.3);
    align-self: flex-start;
    background-clip: text !important;
    padding: 10px 0;
    position: relative;
    display: inline-block;
    color: #ffffff;
    color: transparent;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(231,204,154), rgb(217,173,108));
}.tariff_item_dVuYbGZ .cost_options_Zecd4nj::before {
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, 
        rgb(231,204,154), 
        transparent);
    height: 1px;
    bottom: 0;
    position: absolute;
}.tariff_item_dVuYbGZ .plan_table_qNph9eO li:hover {
    transform: translateY(-5px);
}.tariff_item_dVuYbGZ .plan_table_qNph9eO li:hover .cert_cost_M27yobY {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.tariff_item_dVuYbGZ .plan_table_qNph9eO li:hover .cert_cost_M27yobY::before {
    transform: scaleX(1);
}.tariff_item_dVuYbGZ .plan_table_qNph9eO li:hover .price_grid_lU8FaO0 h4::after {
    width: 80px;
}.tariff_item_dVuYbGZ .plan_table_qNph9eO li:nth-child(1) {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}.tariff_item_dVuYbGZ .plan_table_qNph9eO li:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}.tariff_item_dVuYbGZ .plan_table_qNph9eO li:nth-child(3) {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}.tariff_item_dVuYbGZ .plan_table_qNph9eO li:nth-child(4) {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

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

@media (max-width: 1200px) {.tariff_item_dVuYbGZ {
    padding: 80px 0;
}.tariff_item_dVuYbGZ .plan_table_qNph9eO {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.tariff_item_dVuYbGZ .cert_cost_M27yobY {
    min-height: 400px;
    padding: 25px;
}
}

@media (max-width: 992px) {.tariff_item_dVuYbGZ {
    padding: 70px 0;
}.tariff_item_dVuYbGZ h2 {
    font-size: calc(34px * 0.9);
}.tariff_item_dVuYbGZ .study_offers_Azo9pms {
    font-size: calc(16px * 0.95);
    margin-bottom: 40px;
}.tariff_item_dVuYbGZ .plan_table_qNph9eO {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.tariff_item_dVuYbGZ .cert_cost_M27yobY {
    min-height: 380px;
    padding: 20px;
}.tariff_item_dVuYbGZ .price_grid_lU8FaO0 h4 {
    font-size: 20px;
}.tariff_item_dVuYbGZ .cost_options_Zecd4nj {
    font-size: calc(20px * 1.2);
}
}

@media (max-width: 768px) {.tariff_item_dVuYbGZ {
    padding: 60px 0;
}.tariff_item_dVuYbGZ h2 {
    font-size: calc(34px * 0.85);
    margin-bottom: 15px;
}.tariff_item_dVuYbGZ .study_offers_Azo9pms {
    font-size: calc(16px * 0.9);
    margin-bottom: 30px;
}.tariff_item_dVuYbGZ .plan_table_qNph9eO {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.tariff_item_dVuYbGZ .cert_cost_M27yobY {
    min-height: auto;
}.tariff_item_dVuYbGZ .price_grid_lU8FaO0 p {
    max-height: 150px;
}
}

@media (max-width: 576px) {.tariff_item_dVuYbGZ {
    padding: 50px 0;
}.tariff_item_dVuYbGZ h2 {
    font-size: calc(34px * 0.8);
}.tariff_item_dVuYbGZ .study_offers_Azo9pms {
    font-size: calc(16px * 0.85);
}.tariff_item_dVuYbGZ .cert_cost_M27yobY {
    padding: 20px 15px;
}.tariff_item_dVuYbGZ .price_grid_lU8FaO0 h4 {
    font-size: calc(20px * 0.95);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.tariff_item_dVuYbGZ .price_grid_lU8FaO0 p {
    margin-bottom: 20px;
    font-size: calc(16px * 0.9);
}.tariff_item_dVuYbGZ .cost_options_Zecd4nj {
    font-size: calc(20px * 1.1);
}}.who_we_are_Y1RPxEB {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    color: #ffffff;
}.who_we_are_Y1RPxEB::before {
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
    height: 100%;
    content: "";
}.who_we_are_Y1RPxEB::after {
    position: absolute;
    height: 70%;
    transform: rotate(-15deg) skewX(-15deg);
    top: -10%;
    background: rgb(217,173,108);
    content: "";
    right: -5%;
    animation: float 12s ease-in-out infinite;
    opacity: 0.15;
    width: 40%;
    z-index: 0;
}.who_we_are_Y1RPxEB h4 {
    opacity: 0;
    z-index: 2;
    position: relative;
    transform: translateX(-2rem);
    margin-bottom: 2rem;
    color: #ffffff;
    animation: slideInLeft 0.8s ease-out forwards 0.3s;
    padding-left: 4rem;
    font-size: calc(19px * 1.2);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}.who_we_are_Y1RPxEB h4::before {
    background: rgb(217,173,108);
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 2px;
    position: absolute;
}.who_we_are_Y1RPxEB .container {
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.who_we_are_Y1RPxEB .text_area_GhH9JnP {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    opacity: 0;
    transform: translateY(20px);
    border-left: 3px solid rgb(217,173,108);
    position: relative;
    backdrop-filter: blur(10px);
    animation: fadeUp 1s ease-out forwards 0.5s;
    background: rgba(255, 255, 255, 0.05);
    padding: 3.5rem;
}.who_we_are_Y1RPxEB .text_area_GhH9JnP::before {
    opacity: 0.2;
    height: 100%;
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(
        to right,
        rgb(217,173,108,0.5) 0%,
        transparent 15%
    );
    width: 100%;
    left: 0;
}.who_we_are_Y1RPxEB .text_area_GhH9JnP::after {
    right: 30px;
    transform: scaleX(0);
    content: "";
    background: rgb(217,173,108);
    width: 60%;
    bottom: -10px;
    animation: scaleIn 1.5s ease-out forwards 1.2s;
    height: 10px;
    opacity: 0.3;
    transform-origin: left center;
    filter: blur(10px);
    position: absolute;
}.who_we_are_Y1RPxEB h6 {
    transform-origin: left center;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    animation: popUp 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 0.7s;
    color: rgb(217,173,108);
    transform: translateY(15px);
    opacity: 0;
    display: inline-block;
    font-size: calc(17px * 1.5);
}.who_we_are_Y1RPxEB h6::after {
    height: 2px;
    bottom: -8px;
    transform: scaleX(0);
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    animation: expandWidth 0.8s ease-out forwards 1s;
    background: rgb(217,173,108);
    transform-origin: right center;
}.who_we_are_Y1RPxEB .text_area_GhH9JnP div {
    padding-right: 15px;
    position: relative;
    max-height: 320px;
    scrollbar-color: rgb(217,173,108) rgba(255, 255, 255, 0.1);
    overflow: hidden;
    scrollbar-width: thin;
    overflow-y: auto;
}.who_we_are_Y1RPxEB .text_area_GhH9JnP div::-webkit-scrollbar {
    width: 6px;
}.who_we_are_Y1RPxEB .text_area_GhH9JnP div::-webkit-scrollbar-thumb {
    background-color: rgb(217,173,108);
    border-radius: 10px;
}.who_we_are_Y1RPxEB .text_area_GhH9JnP div::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}.who_we_are_Y1RPxEB span {
    opacity: 0;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    color: #ffffff;
    line-height: 1.8;
    animation: fadeIn 1s ease-out forwards 1.2s;
    display: block;
    opacity: 0.9;
    font-size: 15px;
}

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

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

@keyframes popUp {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    70% {
        transform: translateY(-5px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.9;
    }
}

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

@keyframes float {
    0% {
        transform: rotate(-15deg) skewX(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-15deg) skewX(-15deg) translateY(-30px);
    }
    100% {
        transform: rotate(-15deg) skewX(-15deg) translateY(0);
    }
}

@media (min-width: 992px) {.who_we_are_Y1RPxEB {
    padding: 8rem 0;
}.who_we_are_Y1RPxEB .text_area_GhH9JnP {
    padding: 4rem;
    margin-left: 4rem;
    margin-right: 2rem;
}.who_we_are_Y1RPxEB h4 {
    padding-left: 6rem;
    font-size: calc(19px * 1.5);
}.who_we_are_Y1RPxEB h4::before {
    width: 5rem;
}.who_we_are_Y1RPxEB h6 {
    font-size: calc(17px * 1.8);
    margin-bottom: 2rem;
}.who_we_are_Y1RPxEB .text_area_GhH9JnP div {
    padding-right: 25px;
    max-height: 380px;
}.who_we_are_Y1RPxEB span {
    line-height: 1.9;
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 991px) {.who_we_are_Y1RPxEB {
    padding: 5rem 0;
}.who_we_are_Y1RPxEB .container {
    padding: 0 1.5rem;
}.who_we_are_Y1RPxEB .text_area_GhH9JnP {
    padding: 2.5rem;
    margin: 0 1rem;
}
}

@media (max-width: 767px) {.who_we_are_Y1RPxEB {
    padding: 4rem 0;
}.who_we_are_Y1RPxEB h4 {
    font-size: calc(19px * 1.1);
    text-align: left;
    padding-left: 3rem;
}.who_we_are_Y1RPxEB h4::before {
    width: 2rem;
}.who_we_are_Y1RPxEB .text_area_GhH9JnP {
    padding: 2rem;
    margin: 0 0.5rem;
}.who_we_are_Y1RPxEB h6 {
    margin-bottom: 1.25rem;
    font-size: calc(17px * 1.3);
}.who_we_are_Y1RPxEB span {
    line-height: 1.7;
    font-size: 15px;
}.who_we_are_Y1RPxEB .text_area_GhH9JnP div {
    max-height: 280px;
}
}

@media (max-width: 480px) {.who_we_are_Y1RPxEB {
    padding: 3rem 0;
}.who_we_are_Y1RPxEB .text_area_GhH9JnP {
    padding: 1.5rem;
    margin: 0;
}.who_we_are_Y1RPxEB h4 {
    font-size: 19px;
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
}.who_we_are_Y1RPxEB h4::before {
    width: 1.8rem;
}.who_we_are_Y1RPxEB h6 {
    font-size: 17px;
    margin-bottom: 1rem;
}.who_we_are_Y1RPxEB span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}.who_we_are_Y1RPxEB .text_area_GhH9JnP div {
    max-height: 240px;
}}.statistical_data_wkg5Tyc {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(244,230,200) 0%, rgb(217,173,108,0.5) 100%);
    position: relative;
}.statistical_data_wkg5Tyc::before {
    left: 0;
    height: 100%;
    transform: translateZ(0);
    content: "";
    background-image: linear-gradient(30deg, rgb(231,204,154,0.5) 10%, transparent 30%);
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
}.statistical_data_wkg5Tyc::after {
    background-image: radial-gradient(circle, rgb(217,173,108,0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    opacity: 0.4;
    right: -50%;
    top: -50%;
    z-index: 0;
    height: 100%;
    content: "";
    transform: translateZ(0);
}.statistical_data_wkg5Tyc .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 1.5rem;
}.statistical_data_wkg5Tyc h4 {
    color: #000000;
    text-align: center;
    margin-top: 3rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 18px;
}.statistical_data_wkg5Tyc h4::after {
    display: block;
    background: linear-gradient(90deg, rgb(231,204,154) 0%, rgb(217,173,108) 100%);
    transform: scaleX(0.8);
    height: 3px;
    content: "";
    transition: transform 0.5s ease;
    margin: 1rem auto 0;
    width: 80px;
}.statistical_data_wkg5Tyc h4:hover::after {
    transform: scaleX(1.2);
}.statistical_data_wkg5Tyc ul {
    gap: 2rem;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
}.statistical_data_wkg5Tyc .fast_statistics_jIrVLD9 {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    z-index: 1;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    padding: 2rem;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05), 
                -5px -5px 15px rgba(255, 255, 255, 0.8);
    position: relative;
}.statistical_data_wkg5Tyc .fast_statistics_jIrVLD9::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(231,204,154), rgb(217,173,108));
    z-index: -1;
    transition: height 0.5s ease;
    width: 4px;
    height: 0;
    left: 0;
    top: 0;
}.statistical_data_wkg5Tyc .fast_statistics_jIrVLD9:hover {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08), 
                -8px -8px 20px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
}.statistical_data_wkg5Tyc .fast_statistics_jIrVLD9:hover::before {
    height: 100%;
}.statistical_data_wkg5Tyc .fast_statistics_jIrVLD9 div {
    z-index: 2;
    flex-direction: column;
    display: flex;
    position: relative;
    align-items: center;
}.statistical_data_wkg5Tyc .fast_statistics_jIrVLD9 p {
    background-clip: text;
    transform: translateZ(0);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(90deg, rgb(231,204,154) 0%, rgb(217,173,108) 100%);
    margin: 0 0 0.5rem;
    font-size: 3.5rem;
    -webkit-background-clip: text;
    color: transparent;
}.statistical_data_wkg5Tyc .fast_statistics_jIrVLD9 p::after {
    transition: transform 0.4s ease;
    background-color: rgb(217,173,108);
    bottom: -0.5rem;
    content: "";
    width: 30px;
    transform: translateX(-50%) scaleX(0);
    left: 50%;
    height: 2px;
    position: absolute;
}.statistical_data_wkg5Tyc .fast_statistics_jIrVLD9:hover p {
    transform: translateY(-5px) scale(1.05);
}.statistical_data_wkg5Tyc .fast_statistics_jIrVLD9:hover p::after {
    transform: translateX(-50%) scaleX(1);
}.statistical_data_wkg5Tyc .fast_statistics_jIrVLD9 span {
    line-height: 1.4;
    margin-top: 0.5rem;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    max-width: 90%;
    color: #000000;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}.statistical_data_wkg5Tyc .fast_statistics_jIrVLD9:hover span {
    color: rgb(231,204,154);
}

@media (min-width: 768px) {.statistical_data_wkg5Tyc {
    padding: 6rem 0;
}.statistical_data_wkg5Tyc ul {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical_data_wkg5Tyc h4 {
    font-size: calc(18px * 1.1);
    margin-top: 4rem;
}.statistical_data_wkg5Tyc h4::after {
    width: 100px;
}
}

@media (min-width: 992px) {.statistical_data_wkg5Tyc {
    padding: 8rem 0;
}.statistical_data_wkg5Tyc ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2.5rem;
}.statistical_data_wkg5Tyc .container {
    padding: 0 2rem;
}.statistical_data_wkg5Tyc .fast_statistics_jIrVLD9 {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                    box-shadow 0.4s ease;
    transform: perspective(1000px) rotateY(0deg);
}.statistical_data_wkg5Tyc .fast_statistics_jIrVLD9:hover {
    transform: perspective(1000px) rotateY(5deg) translateY(-5px);
}.statistical_data_wkg5Tyc .fast_statistics_jIrVLD9:nth-child(even):hover {
    transform: perspective(1000px) rotateY(-5deg) translateY(-5px);
}
}

@media (min-width: 1200px) {.statistical_data_wkg5Tyc ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}.statistical_data_wkg5Tyc .fast_statistics_jIrVLD9 {
    padding: 2.5rem 2rem;
}.statistical_data_wkg5Tyc .fast_statistics_jIrVLD9 p {
    font-size: 4rem;
}@keyframes floatStat {
        0% { transform: translateY(0); }
        50% { transform: translateY(-5px); }
        100% { transform: translateY(0); }
    }
    
    .statistical_data_wkg5Tyc .fast_statistics_jIrVLD9:nth-child(odd) {
    animation: floatStat 6s ease-in-out infinite;
}.statistical_data_wkg5Tyc .fast_statistics_jIrVLD9:nth-child(even) {
    animation: floatStat 7s ease-in-out infinite 1s;
}
}

@media (max-width: 767px) {.statistical_data_wkg5Tyc {
    padding: 4rem 0;
}.statistical_data_wkg5Tyc ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.statistical_data_wkg5Tyc .fast_statistics_jIrVLD9 {
    padding: 1.5rem;
}.statistical_data_wkg5Tyc .fast_statistics_jIrVLD9 p {
    font-size: 3rem;
}.statistical_data_wkg5Tyc h4 {
    margin-top: 2rem;
    font-size: calc(18px * 0.9);
}}.user_feedback_bcQYHZ3 {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.user_feedback_bcQYHZ3::before {
    content: "";
    background: rgb(244,230,200);
    width: 100%;
    height: 100%;
    right: -50%;
    position: absolute;
    top: -50%;
    border-radius: 50%;
    z-index: 0;
}.user_feedback_bcQYHZ3 .container {
    z-index: 1;
    position: relative;
}.user_feedback_bcQYHZ3 h2 {
    margin-bottom: 100px;
    font-weight: 700;
    transform: translateX(-10%);
    position: relative;
    color: #000000;
    font-size: 32px;
}.user_feedback_bcQYHZ3 h2::first-letter {
    color: rgb(231,204,154);
    font-size: 1.8em;
}.user_feedback_bcQYHZ3 .user_opinions_WXAUdYI {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(12, 1fr);
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB {
    opacity: 0;
    padding: 30px 0;
    animation: fadeIn 0.8s ease forwards;
    position: relative;
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB:nth-child(3n+1) {
    grid-column: span 5;
    animation-delay: 0.1s;
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB:nth-child(3n+2) {
    margin-top: 80px;
    animation-delay: 0.3s;
    grid-column: span 4;
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB:nth-child(3n+3) {
    animation-delay: 0.5s;
    margin-top: 40px;
    grid-column: span 3;
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB::before {
    content: "";
    color: rgb(231,204,154,0.5);
    z-index: -1;
    font-family: Arial, sans-serif;
    position: absolute;
    top: -30px;
    line-height: 1;
    left: -20px;
    font-size: 120px;
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB img {
    height: 60px;
    border: 3px solid #ffffff;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    bottom: 20px;
    border-radius: 10px;
    filter: grayscale(100%);
    width: 60px;
    right: 0;
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB:hover img {
    transform: translateY(-15px);
    filter: grayscale(0%);
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB p {
    margin: 0;
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB p:first-of-type {
    color: rgb(231,204,154);
    position: absolute;
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    bottom: 0;
    right: 70px;
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB .description {
    position: relative;
    margin-bottom: 40px;
    color: #000000;
    font-size: calc(18px * 1.2);
    line-height: 1.6;
    font-weight: 300;
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB .description::first-letter {
    font-weight: 600;
    font-size: 1.3em;
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB .description::after {
    background: rgb(217,173,108);
    transform-origin: left;
    position: absolute;
    width: 40px;
    transform: scaleX(1);
    bottom: -20px;
    left: 0;
    content: "";
    transition: transform 0.4s ease;
    height: 2px;
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB:hover .description::after {
    transform: scaleX(3);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.user_feedback_bcQYHZ3 {
    padding: 80px 0;
}.user_feedback_bcQYHZ3 h2 {
    margin-bottom: 60px;
    transform: none;
}.user_feedback_bcQYHZ3 .user_opinions_WXAUdYI {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB:nth-child(3n+1),
    .user_feedback_bcQYHZ3 .student_insights_0etk3cB:nth-child(3n+2),
    .user_feedback_bcQYHZ3 .student_insights_0etk3cB:nth-child(3n+3) {
    margin-top: 0;
    grid-column: span 3;
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB:nth-child(2n) {
    margin-top: 40px;
}
}

@media (max-width: 767px) {.user_feedback_bcQYHZ3 {
    padding: 60px 0;
}.user_feedback_bcQYHZ3::before {
    right: -20%;
    top: -20%;
}.user_feedback_bcQYHZ3 h2 {
    margin-bottom: 50px;
    font-size: calc(32px * 0.9);
}.user_feedback_bcQYHZ3 .user_opinions_WXAUdYI {
    grid-template-columns: 1fr;
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB:nth-child(3n+1),
    .user_feedback_bcQYHZ3 .student_insights_0etk3cB:nth-child(3n+2),
    .user_feedback_bcQYHZ3 .student_insights_0etk3cB:nth-child(3n+3),
    .user_feedback_bcQYHZ3 .student_insights_0etk3cB:nth-child(2n) {
    margin-bottom: 50px;
    margin-top: 0;
    grid-column: 1;
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB::before {
    font-size: 80px;
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB img {
    height: 50px;
    width: 50px;
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB p:first-of-type {
    font-size: calc(17px * 0.9);
    right: 60px;
}.user_feedback_bcQYHZ3 .student_insights_0etk3cB .description {
    font-size: 18px;
}}.contact_w2zpcGk {
    background: rgb(244,230,200);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.contact_w2zpcGk::before {
    top: 0;
    width: 100%;
    position: absolute;
    background: rgb(244,230,200);
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(231,204,154,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(217,173,108,0.5) 0%, transparent 30%);
    z-index: 1;
    left: 0;
    height: 100%;
}.contact_w2zpcGk::after {
    left: 0;
    background-image: 
        repeating-linear-gradient(45deg, rgb(231,204,154,0.5) 0, rgb(231,204,154,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(217,173,108,0.5) 0, rgb(217,173,108,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(231,204,154,0.5), transparent 70%),
        linear-gradient(180deg, rgb(217,173,108,0.5), transparent 70%);
    background-position: 0 0, 0 0, 0 0, 0 0;
    animation: backgroundMove 30s infinite linear;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.2;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.contact_w2zpcGk .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}.contact_w2zpcGk h2 {
    text-transform: uppercase;
    font-size: 39px;
    text-align: center;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
}.contact_w2zpcGk h2::before {
    content: "";
    position: absolute;
    left: calc(50% - 50px);
    width: 100px;
    height: 2px;
    background: rgb(231,204,154);
    bottom: -15px;
    box-shadow: 
        0 0 5px rgb(231,204,154),
        0 0 10px rgb(231,204,154),
        0 0 15px rgb(231,204,154);
}.contact_w2zpcGk .help_query_bDE7oGl {
    overflow: hidden;
    display: flex;
    border-radius: 12px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(231,204,154,0.5);
    position: relative;
}.contact_w2zpcGk .help_query_bDE7oGl::before {
    inset: 0;
    border-radius: 12px;
    z-index: 3;
    position: absolute;
    border: 1px solid rgb(231,204,154);
    content: "";
    opacity: 0.2;
    pointer-events: none;
}.contact_w2zpcGk .image_zoom_1Jx5oUb {
    min-height: 550px;
    overflow: hidden;
    position: relative;
    flex: 0 0 45%;
}.contact_w2zpcGk .image_zoom_1Jx5oUb::before {
    z-index: 1;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
}.contact_w2zpcGk .image_zoom_1Jx5oUb::after {
    inset: 0;
    z-index: 2;
    position: absolute;
    content: "";
    background: 
        linear-gradient(135deg, transparent 0%, rgb(231,204,154,0.5) 100%);
    opacity: 0.7;
}.contact_w2zpcGk .query_map_YGeETmd {
    padding: 60px;
    background: #ffffff;
    flex: 0 0 55%;
    position: relative;
}.contact_w2zpcGk .query_map_YGeETmd::before {
    z-index: 0;
    top: -100px;
    right: -100px;
    width: 200px;
    filter: blur(100px);
    position: absolute;
    background: rgb(231,204,154,0.5);
    opacity: 0.3;
    content: "";
    height: 200px;
}.contact_w2zpcGk .query_map_YGeETmd::after {
    background: rgb(217,173,108,0.5);
    width: 150px;
    height: 150px;
    bottom: -75px;
    opacity: 0.3;
    filter: blur(80px);
    content: "";
    z-index: 0;
    position: absolute;
    left: -75px;
}.contact_w2zpcGk form {
    z-index: 2;
    position: relative;
}.contact_w2zpcGk form h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 40px;
    position: relative;
    color: #000000;
}.contact_w2zpcGk form h3::after {
    background: rgb(231,204,154);
    left: 0;
    width: 40px;
    box-shadow: 
        0 0 5px rgb(231,204,154,0.5),
        0 0 10px rgb(231,204,154,0.5);
    height: 2px;
    bottom: -15px;
    position: absolute;
    content: "";
}.contact_w2zpcGk form input[type="text"] {
    width: 100%;
    border-radius: 8px;
    background: rgb(244,230,200);
    padding: 18px 25px;
    transition: all 0.3s ease;
    color: #000000;
    border: 1px solid rgb(231,204,154,0.5);
    font-size: 14px;
    margin-bottom: 25px;
}.contact_w2zpcGk form input[type="text"]:focus {
    border-color: rgb(231,204,154);
    box-shadow: 
        0 0 0 1px rgb(231,204,154),
        0 0 5px rgb(231,204,154,0.5);
    outline: none;
}.contact_w2zpcGk form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.contact_w2zpcGk .inquiry_request_mU5jNPk {
    position: relative;
    margin-bottom: 35px;
}.contact_w2zpcGk .inquiry_request_mU5jNPk input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_w2zpcGk .inquiry_request_mU5jNPk label {
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    cursor: pointer;
}.contact_w2zpcGk .inquiry_request_mU5jNPk label::before {
    left: 0;
    width: 22px;
    border: 1px solid rgb(231,204,154,0.5);
    border-radius: 4px;
    content: "";
    top: 0;
    background: rgb(244,230,200);
    height: 22px;
    position: absolute;
    transition: all 0.3s ease;
}.contact_w2zpcGk .inquiry_request_mU5jNPk input[type="checkbox"]:checked + label::before {
    border-color: rgb(231,204,154);
    box-shadow: 0 0 5px rgb(231,204,154,0.5);
    background: rgb(231,204,154);
}.contact_w2zpcGk .inquiry_request_mU5jNPk input[type="checkbox"]:checked + label::after {
    content: "";
    border-width: 0 2px 2px 0;
    width: 6px;
    transform: rotate(45deg);
    border: solid #ffffff;
    top: 4px;
    position: absolute;
    height: 12px;
    left: 8px;
}.contact_w2zpcGk .inquiry_request_mU5jNPk label a {
    position: relative;
    text-decoration: none;
    font-weight: 600;
    color: rgb(231,204,154);
    transition: all 0.3s ease;
}.contact_w2zpcGk .inquiry_request_mU5jNPk label a::after {
    background: rgb(231,204,154);
    position: absolute;
    height: 1px;
    transition: transform 0.3s ease;
    bottom: -1px;
    content: "";
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: right;
}.contact_w2zpcGk .inquiry_request_mU5jNPk label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.contact_w2zpcGk .connect_box_NPTlAmG {
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 700;
    position: relative;
    background: rgb(231,204,154);
    text-transform: uppercase;
    box-shadow: 
        0 5px 15px rgb(231,204,154,0.5),
        0 0 0 1px rgb(231,204,154);
    letter-spacing: 1px;
    cursor: pointer;
    width: 100%;
    border: none;
    font-size: 17px;
    overflow: hidden;
    color: #ffffff;
    padding: 18px 30px;
}.contact_w2zpcGk .connect_box_NPTlAmG::before {
    z-index: -1;
    left: 0;
    transform: scaleX(0);
    content: "";
    top: 0;
    width: 100%;
    background: rgb(217,173,108);
    position: absolute;
    transition: transform 0.5s ease;
    height: 100%;
    transform-origin: right;
}.contact_w2zpcGk .connect_box_NPTlAmG:hover {
    box-shadow: 
        0 5px 20px rgb(217,173,108,0.5),
        0 0 0 1px rgb(217,173,108);
}.contact_w2zpcGk .connect_box_NPTlAmG:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact_w2zpcGk svg {
    filter: drop-shadow(0 0 2px rgb(231,204,154,0.5));
    fill: rgb(231,204,154);
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
}.contact_w2zpcGk svg path {
    fill: rgb(231,204,154);
    transition: all 0.3s ease;
}.contact_w2zpcGk svg:hover,
.contact_w2zpcGk svg:hover path {
    transform: translateY(-2px);
    fill: rgb(217,173,108);
    filter: drop-shadow(0 0 3px rgb(217,173,108,0.5));
}

@media (max-width: 1024px) {.contact_w2zpcGk {
    padding: 80px 0;
}.contact_w2zpcGk .image_zoom_1Jx5oUb {
    min-height: 500px;
}.contact_w2zpcGk .query_map_YGeETmd {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_w2zpcGk {
    padding: 60px 0;
}.contact_w2zpcGk h2 {
    font-size: calc(39px * 0.8);
    margin-bottom: 40px;
}.contact_w2zpcGk .help_query_bDE7oGl {
    flex-direction: column;
}.contact_w2zpcGk .image_zoom_1Jx5oUb {
    width: 100%;
    min-height: 300px;
}.contact_w2zpcGk .query_map_YGeETmd {
    padding: 40px 30px;
    width: 100%;
}.contact_w2zpcGk form h3 {
    margin-bottom: 30px;
}.contact_w2zpcGk form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_w2zpcGk .inquiry_request_mU5jNPk {
    margin-bottom: 25px;
}.contact_w2zpcGk .connect_box_NPTlAmG {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.contact_w2zpcGk {
    padding: 50px 0;
}.contact_w2zpcGk h2 {
    margin-bottom: 30px;
    font-size: calc(39px * 0.7);
}.contact_w2zpcGk .image_zoom_1Jx5oUb {
    min-height: 200px;
}.contact_w2zpcGk .query_map_YGeETmd {
    padding: 30px 20px;
}.contact_w2zpcGk form h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.contact_w2zpcGk form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_w2zpcGk .inquiry_request_mU5jNPk {
    margin-bottom: 20px;
}.contact_w2zpcGk .inquiry_request_mU5jNPk label {
    font-size: calc(15px * 0.9);
}.contact_w2zpcGk .connect_box_NPTlAmG {
    padding: 12px 20px;
}}footer {
    position: relative;
    perspective: 1000px;
    z-index: 1;
}footer::before {
    top: 0;
    z-index: -2;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(217,173,108,0.5) 0%, rgb(231,204,154,0.5) 100%);
    content: "";
    opacity: 0.9;
}footer::after {
    right: 0;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    bottom: 0;
    position: absolute;
}.whatsapp_grp_fxPBSsv {
    position: relative;
    padding: 5rem 0 2.5rem;
    color: #ffffff;
}.whatsapp_grp_fxPBSsv::before {
    left: 0;
    content: "";
    height: 20px;
    top: 0;
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        90deg,
        rgb(231,204,154) 0px,
        rgb(231,204,154) 40px,
        rgb(217,173,108) 40px,
        rgb(217,173,108) 80px
    );
}.whatsapp_grp_fxPBSsv .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    gap: 4rem;
}.whatsapp_grp_fxPBSsv .company_holder {
    position: relative;
    border-radius: 0;
    background: rgb(231,204,154,0.5);
    flex: 1 1 380px;
    transform-style: preserve-3d;
    border-bottom: 6px solid rgb(231,204,154);
    transform: rotateX(5deg);
    transition: all 0.4s ease;
    padding: 2rem;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}.whatsapp_grp_fxPBSsv .company_holder:hover {
    transform: rotateX(0deg);
}.whatsapp_grp_fxPBSsv .company_holder h3 {
    display: inline-block;
    transform: translateZ(20px);
    font-size: 35px;
    color: #ffffff;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
}.whatsapp_grp_fxPBSsv .company_holder h3::before {
    border-top: 3px solid #ffffff;
    left: -10px;
    width: 30px;
    position: absolute;
    border-left: 3px solid #ffffff;
    height: 30px;
    content: "";
    top: -10px;
}.whatsapp_grp_fxPBSsv .company_holder h3::after {
    border-bottom: 3px solid #ffffff;
    right: -10px;
    border-right: 3px solid #ffffff;
    width: 30px;
    bottom: -10px;
    height: 30px;
    position: absolute;
    content: "";
}.whatsapp_grp_fxPBSsv .faq_block_hePuvow {
    transform: translateZ(10px);
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 17px;
    padding: 1.5rem;
    border-radius: 10px;
}.whatsapp_grp_fxPBSsv .slack_invite_lRjUncW {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.whatsapp_grp_fxPBSsv .head_site_Am6qwup {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}.whatsapp_grp_fxPBSsv .nav_page_zI0j4Jx {
    transform: rotateX(-5deg);
    transition: all 0.4s ease;
    flex: 1 1 calc(50% - 1.5rem);
    transform-style: preserve-3d;
    position: relative;
    min-width: 220px;
}.whatsapp_grp_fxPBSsv .nav_page_zI0j4Jx:hover {
    transform: rotateX(0deg);
}.whatsapp_grp_fxPBSsv .nav_page_zI0j4Jx h5 {
    color: #ffffff;
    min-width: 200px;
    background: rgb(217,173,108,0.5);
    display: inline-block;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0 0 1.5rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
    font-size: 23px;
    transform: translateZ(15px);
}.whatsapp_grp_fxPBSsv .nav_page_zI0j4Jx h5::after {
    right: 0;
    height: 5px;
    position: absolute;
    bottom: -5px;
    content: "";
    left: 0;
    background: rgb(217,173,108);
}.whatsapp_grp_fxPBSsv .nav_page_zI0j4Jx .head_site_Am6qwup {
    transform: translateZ(5px);
    border-radius: 10px;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.1);
    gap: 1rem;
    padding: 1rem;
    display: flex;
}.whatsapp_grp_fxPBSsv .nav_page_zI0j4Jx .head_site_Am6qwup a {
    padding: 0.7rem 1rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: block;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    transform: translateZ(10px);
    font-size: 17px;
    overflow: hidden;
}.whatsapp_grp_fxPBSsv .nav_page_zI0j4Jx .head_site_Am6qwup a::before {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    left: -100%;
}.whatsapp_grp_fxPBSsv .nav_page_zI0j4Jx .head_site_Am6qwup a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgb(217,173,108,0.5);
}.whatsapp_grp_fxPBSsv .nav_page_zI0j4Jx .head_site_Am6qwup a:hover::before {
    left: 100%;
}.desktop_app_pomnGSt {
    position: relative;
    margin-top: 3rem;
    background: rgb(217,173,108,0.5);
    padding: 2rem 0;
    perspective: 1000px;
    transform-style: preserve-3d;
}.desktop_app_pomnGSt::before {
    content: "";
    left: 0;
    background: rgb(217,173,108);
    transform-origin: bottom;
    top: -20px;
    height: 20px;
    transform: rotateX(45deg);
    position: absolute;
    width: 100%;
}.desktop_app_pomnGSt .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.desktop_app_pomnGSt .footer_edu_mf5txvC {
    padding: 0.8rem 2rem;
    color: #ffffff;
    text-align: center;
    transform: translateZ(5px);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

@media (max-width: 1200px) {.whatsapp_grp_fxPBSsv .container {
    gap: 3rem;
}.whatsapp_grp_fxPBSsv .company_holder {
    flex: 1 1 350px;
}.whatsapp_grp_fxPBSsv .slack_invite_lRjUncW {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.whatsapp_grp_fxPBSsv .head_site_Am6qwup {
    gap: 2rem;
}
}

@media (max-width: 992px) {.whatsapp_grp_fxPBSsv {
    padding: 4rem 0 2rem;
}.whatsapp_grp_fxPBSsv .container {
    gap: 3rem;
    flex-direction: column;
}.whatsapp_grp_fxPBSsv .company_holder,
    .whatsapp_grp_fxPBSsv .slack_invite_lRjUncW {
    flex: 1 1 100%;
    min-width: 100%;
}.whatsapp_grp_fxPBSsv .nav_page_zI0j4Jx {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.whatsapp_grp_fxPBSsv .company_holder,
    .whatsapp_grp_fxPBSsv .nav_page_zI0j4Jx {
    transform: none;
}
}

@media (max-width: 768px) {.whatsapp_grp_fxPBSsv {
    padding: 3.5rem 0 1.5rem;
}.whatsapp_grp_fxPBSsv .head_site_Am6qwup {
    gap: 1.5rem;
}.whatsapp_grp_fxPBSsv .company_holder h3 {
    font-size: calc(35px - 2px);
}.whatsapp_grp_fxPBSsv .company_holder h3::before,
    .whatsapp_grp_fxPBSsv .company_holder h3::after {
    width: 20px;
    height: 20px;
}.desktop_app_pomnGSt {
    margin-top: 2rem;
}.desktop_app_pomnGSt::before {
    height: 15px;
    top: -15px;
}
}

@media (max-width: 576px) {.whatsapp_grp_fxPBSsv {
    padding: 3rem 0 1rem;
}.whatsapp_grp_fxPBSsv .nav_page_zI0j4Jx {
    flex: 1 1 100%;
    min-width: 100%;
}.whatsapp_grp_fxPBSsv .head_site_Am6qwup {
    gap: 0.7rem;
}.whatsapp_grp_fxPBSsv .nav_page_zI0j4Jx .head_site_Am6qwup a {
    padding: 0.6rem 0.8rem;
}.desktop_app_pomnGSt {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.desktop_app_pomnGSt::before {
    display: none;
}
}

@media (max-width: 420px) {.whatsapp_grp_fxPBSsv::before {
    height: 10px;
}.whatsapp_grp_fxPBSsv .company_holder h3::before,
    .whatsapp_grp_fxPBSsv .company_holder h3::after {
    display: none;
}.whatsapp_grp_fxPBSsv .nav_page_zI0j4Jx h5 {
    min-width: auto;
    width: 100%;
}.desktop_app_pomnGSt .footer_edu_mf5txvC {
    padding: 0.7rem 1.5rem;
    width: 90%;
}
}