* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.warp-containerb2B {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1181px;
    margin: auto;
    max-width: 100%;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.top_headufZ {
    flex: 1 0 auto;
}.online_toolso0g {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    width: 100%;
    position: relative;
    z-index: 99;
    overflow: visible;
    background: linear-gradient(to bottom, rgb(213,211,205), rgba(0, 0, 0, 0.5));
}header::before {
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    width: 100%;
    opacity: 0.1;
}header .main_infocVM {
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 20px 30px;
    display: flex;
}header .main_infocVM::before {
    bottom: 0;
    content: "";
    position: absolute;
    left: 10%;
    height: 1px;
    width: 80%;
    background: linear-gradient(to right, transparent, rgb(179,172,152), transparent);
}header .main_infocVM .nav_masteraSy {
    margin-right: 40px;
    z-index: 2;
    position: relative;
}header .main_infocVM .nav_masteraSy .head_mainYVN {
    padding: 5px;
    position: relative;
    display: block;
}header .main_infocVM .nav_masteraSy .head_mainYVN::before {
    background: rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, opacity 0.3s ease;
    content: "";
    bottom: -5px;
    position: absolute;
    transform: scale(0.9);
    right: -5px;
    z-index: -1;
    border-radius: 10px;
    top: -5px;
    opacity: 0;
    left: -5px;
}header .main_infocVM .nav_masteraSy .head_mainYVN:hover::before {
    transform: scale(1);
    opacity: 0.1;
}header .main_infocVM .nav_masteraSy .head_mainYVN svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 45px;
    width: auto;
}header .main_infocVM .top_classJDo {
    list-style: none;
    padding: 0;
    display: flex;
    perspective: 1000px;
    margin: 0;
}header .main_infocVM .top_classJDo .site_studyGYS {
    margin: 0;
    transform-style: preserve-3d;
    position: relative;
}header .main_infocVM .top_classJDo .site_studyGYS a {
    position: relative;
    letter-spacing: 0.5px;
    padding: 12px 20px;
    font-weight: 600;
    display: block;
    background: linear-gradient(to bottom, transparent, transparent);
    text-decoration: none;
    transform-style: preserve-3d;
    color: #000000;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: 13px;
}header .main_infocVM .top_classJDo .site_studyGYS a::before,
header .main_infocVM .top_classJDo .site_studyGYS a::after {
    height: 100%;
    content: "";
    width: 100%;
    pointer-events: none;
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
}header .main_infocVM .top_classJDo .site_studyGYS a::before {
    opacity: 0;
    transform: translateZ(-1px) rotateX(10deg);
    background: linear-gradient(to bottom, rgb(179,172,152,0.5), transparent);
    transform-origin: top center;
}header .main_infocVM .top_classJDo .site_studyGYS a::after {
    background: linear-gradient(to top, rgb(157,108,145,0.5), transparent);
    opacity: 0;
    transform: translateZ(-2px) rotateX(-10deg);
    transform-origin: bottom center;
}header .main_infocVM .top_classJDo .site_studyGYS:hover a {
    transform: translateZ(10px);
    color: rgb(179,172,152);
}header .main_infocVM .top_classJDo .site_studyGYS:hover a::before,
header .main_infocVM .top_classJDo .site_studyGYS:hover a::after {
    opacity: 0.1;
}header .main_infocVM .top_classJDo .site_studyGYS:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .main_infocVM .top_classJDo .site_studyGYS:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .main_infocVM {
    flex-direction: column;
    padding: 15px;
}header .main_infocVM .nav_masteraSy {
    margin: 0 0 15px 0;
}header .main_infocVM .top_classJDo {
    perspective: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .main_infocVM .top_classJDo .site_studyGYS a {
    padding: 10px 15px;
    transform-style: flat;
    font-size: calc(13px - 1px);
}header .main_infocVM .top_classJDo .site_studyGYS:hover a {
    transform: none;
}header .main_infocVM .top_classJDo .site_studyGYS a::before,
    header .main_infocVM .top_classJDo .site_studyGYS a::after {
    display: none;
}
}

@media (max-width: 767px) {header .main_infocVM .top_classJDo .site_studyGYS a {
    font-size: calc(13px - 2px);
    padding: 8px 12px;
}}.operation_processK81 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(157,108,145,0.5) 100%);
}.operation_processK81::before {
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.03) 15px,
        rgba(255, 255, 255, 0.03) 30px
    );
    position: absolute;
    content: '';
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
}.operation_processK81::after {
    top: -50%;
    right: -50%;
    position: absolute;
    z-index: 0;
    transform: scale(2);
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at center,
        rgb(179,172,152,0.5) 0%,
        transparent 70%
    );
    animation: pulse 15s infinite alternate ease-in-out;
    content: '';
    opacity: 0.7;
}.operation_processK81 .virtual_academyGXS {
    z-index: 2;
    transition: transform 0.5s ease-out;
    position: relative;
    transform-style: preserve-3d;
    padding: 0 30px;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    max-width: 1200px;
}.operation_processK81 .virtual_academyGXS:hover {
    transform: perspective(1000px) rotateX(0deg);
}.operation_processK81 h2 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 34px;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 15px;
    transform: translateZ(30px);
}.operation_processK81 h2::after {
    bottom: 0;
    left: 0;
    transform-origin: left center;
    position: absolute;
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(179,172,152);
    width: 80px;
    height: 3px;
    content: '';
}.operation_processK81 .virtual_academyGXS:hover h2::after {
    transform: scaleX(1.5);
}.operation_processK81 .text_cliperl {
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-left: 4px solid rgb(179,172,152);
    backdrop-filter: blur(10px);
    transform: translateZ(20px);
    position: relative;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), 
                -20px -20px 60px rgba(255, 255, 255, 0.05);
}.operation_processK81 .text_cliperl::before {
    left: 0;
    width: 100%;
    background: linear-gradient(
        to right,
        rgb(179,172,152,0.5) 0%,
        transparent 100%
    );
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
    opacity: 0.1;
    z-index: -1;
}.operation_processK81 .text_cliperl:hover {
    box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.15), 
                -30px -30px 80px rgba(255, 255, 255, 0.07);
    transform: translateZ(40px) translateX(5px);
}.operation_processK81 p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 0;
    font-size: 17px;
    color: #ffffff;
    z-index: 2;
    position: relative;
    line-height: 1.8;
    transition: transform 0.3s ease;
}.operation_processK81 p::first-letter {
    font-size: 1.5em;
    color: rgb(179,172,152);
    font-weight: 700;
}.operation_processK81 .text_cliperl:hover p {
    transform: scale(1.01);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(2);
    }
    50% {
        opacity: 0.7;
        transform: scale(2.2);
    }
}

@media (max-width: 991px) {.operation_processK81 {
    padding: 80px 0;
}.operation_processK81 h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.9);
}.operation_processK81 .text_cliperl {
    padding: 30px;
}
}

@media (max-width: 767px) {.operation_processK81 {
    padding: 60px 0;
}.operation_processK81 .virtual_academyGXS {
    padding: 0 20px;
    transform: perspective(800px) rotateX(1deg);
}.operation_processK81 h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 25px;
    transform: translateZ(20px);
}.operation_processK81 .text_cliperl {
    padding: 25px;
    transform: translateZ(15px);
}.operation_processK81 .text_cliperl:hover {
    transform: translateZ(25px) translateX(3px);
}.operation_processK81 p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.operation_processK81 {
    padding: 50px 0;
}.operation_processK81 .virtual_academyGXS {
    padding: 0 15px;
    transform: perspective(600px) rotateX(0.5deg);
}.operation_processK81 h2 {
    font-size: calc(34px * 0.7);
    transform: translateZ(10px);
    margin-bottom: 20px;
}.operation_processK81 h2::after {
    width: 60px;
    height: 2px;
}.operation_processK81 .text_cliperl {
    border-left-width: 3px;
    padding: 20px;
    transform: translateZ(10px);
}.operation_processK81 .text_cliperl:hover {
    transform: translateZ(15px) translateX(2px);
}.operation_processK81 p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.operation_processK81 p::first-letter {
    font-size: 1.3em;
}}.title_greetingEhx {
    background: linear-gradient(135deg, rgb(157,108,145,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    min-height: 700px;
    display: flex;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}.title_greetingEhx::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.05) 0%, transparent 50%);
    left: 0;
    top: 0;
}.title_greetingEhx .snapAYy {
    position: absolute;
    top: 0;
    height: 100%;
    filter: brightness(0.7) contrast(1.1) saturate(1.2);
    transform: scale(1.05);
    width: 100%;
    z-index: 0;
    left: 0;
}.title_greetingEhx .snapAYy::after {
    position: absolute;
    width: 100%;
    mix-blend-mode: multiply;
    content: "";
    height: 100%;
    background: linear-gradient(to right, 
        rgba(rgb(179,172,152), 0.85) 0%, 
        rgba(rgb(157,108,145), 0.6) 100%);
    left: 0;
    top: 0;
}.title_greetingEhx .virtual_academyGXS {
    margin: 0 auto;
    padding: 4rem 2rem;
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    backdrop-filter: blur(8px);
    max-width: 1400px;
    z-index: 2;
}.title_greetingEhx h1 {
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    opacity: 0;
    transform: translateX(-2rem);
    font-size: calc(39px * 1.2);
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    font-weight: 700;
    max-width: 800px;
    margin-bottom: 1.5rem;
    color: #ffffff;
}.title_greetingEhx h1::after {
    transform-origin: left;
    position: absolute;
    bottom: -0.5rem;
    transform: scaleX(0);
    left: 0;
    animation: growLine 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards 0.8s;
    content: "";
    width: 120px;
    box-shadow: 0 2px 8px rgba(rgb(157,108,145), 0.5);
    background: rgb(157,108,145);
    height: 4px;
}.title_greetingEhx .text_cliperl {
    border-radius: 20px;
    backdrop-filter: blur(12px);
    background: rgba(255,255,255,0.1);
    max-width: 650px;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 2.5rem;
    margin-left: 2rem;
    border-bottom: none;
    transform: translateY(1rem);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1),
        inset 0 1px 1px rgba(255,255,255,0.2),
        inset 0 -1px 1px rgba(0,0,0,0.1);
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards 0.6s;
}.title_greetingEhx .text_cliperl::before {
    bottom: -10px;
    z-index: -1;
    position: absolute;
    content: "";
    opacity: 0.4;
    top: -10px;
    left: -10px;
    right: -10px;
    background: linear-gradient(135deg, rgb(157,108,145,0.5) 0%, transparent 50%, rgb(179,172,152,0.5) 100%);
    filter: blur(10px);
    border-radius: calc(20px + 10px);
}.title_greetingEhx p {
    position: relative;
    font-size: calc(18px * 1.2);
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 2rem;
    line-height: 1.6;
}.title_greetingEhx .main_begin4Oo {
    justify-content: center;
    margin: 2rem 0;
    animation: zoomIn 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards 1s;
    transform: scale(0.9);
    opacity: 0;
    display: flex;
}.title_greetingEhx svg {
    width: 120px;
    height: 120px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
}.title_greetingEhx svg:hover {
    transform: rotate(5deg) scale(1.05);
}.title_greetingEhx svg path {
    fill: rgb(157,108,145);
    transition: fill 0.3s ease;
}.title_greetingEhx svg:hover path {
    fill: rgb(115, 190, 188);
}.title_greetingEhx svg text {
    transition: fill 0.3s ease;
    fill: rgb(157,108,145);
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    font-weight: 700;
}.title_greetingEhx svg:hover text {
    fill: rgb(115, 190, 188);
}.title_greetingEhx h6 {
    margin-top: 2rem;
}.title_greetingEhx .contact_queryJkq {
    z-index: 1;
    display: inline-block;
    color: #ffffff;
    background: rgb(157,108,145);
    transform: translateY(0);
    position: relative;
    border-radius: 10px;
    font-weight: 600;
    padding: 1rem 2.5rem;
    text-decoration: none;
    box-shadow: 
        0 8px 20px rgba(rgb(157,108,145), 0.3),
        0 4px 10px rgba(0,0,0,0.2);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 16px;
}.title_greetingEhx .contact_queryJkq::before {
    content: "";
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
}.title_greetingEhx .contact_queryJkq::after {
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
    height: 10px;
    width: 10px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s ease;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    left: 50%;
    position: absolute;
    top: 50%;
    content: "";
    opacity: 0;
}.title_greetingEhx .contact_queryJkq:hover {
    box-shadow: 
        0 12px 25px rgba(rgb(157,108,145), 0.4),
        0 8px 15px rgba(0,0,0,0.2);
    transform: translateY(-4px);
    background: rgb(84, 160, 158);
}.title_greetingEhx .contact_queryJkq:active {
    box-shadow: 
        0 5px 15px rgba(rgb(157,108,145), 0.3),
        0 3px 8px rgba(0,0,0,0.2);
    transform: translateY(-1px);
}.title_greetingEhx .contact_queryJkq:hover::after {
    opacity: 0.1;
    transform: translate(-50%, -50%) scale(15);
}

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

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

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

@keyframes zoomIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 991px) {.title_greetingEhx {
    min-height: 600px;
    height: auto;
}.title_greetingEhx .virtual_academyGXS {
    padding: 3rem 1.5rem;
}.title_greetingEhx h1 {
    margin-bottom: 1.2rem;
    font-size: calc(39px * 1.1);
}.title_greetingEhx .text_cliperl {
    max-width: 600px;
    padding: 2rem;
    margin-left: 0;
}.title_greetingEhx p {
    font-size: 18px;
}.title_greetingEhx svg {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 767px) {.title_greetingEhx {
    min-height: 500px;
}.title_greetingEhx .virtual_academyGXS {
    padding: 2.5rem 1rem;
}.title_greetingEhx h1 {
    text-align: center;
    font-size: 39px;
}.title_greetingEhx h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes growLine {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .title_greetingEhx .text_cliperl {
    text-align: center;
    margin: 0 auto;
    padding: 1.5rem;
}.title_greetingEhx p {
    font-size: calc(18px * 0.95);
}.title_greetingEhx svg {
    width: 90px;
    height: 90px;
}.title_greetingEhx .contact_queryJkq {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 575px) {.title_greetingEhx {
    min-height: 450px;
}.title_greetingEhx .virtual_academyGXS {
    padding: 2rem 0.8rem;
}.title_greetingEhx h1 {
    font-size: calc(39px * 0.9);
}.title_greetingEhx .text_cliperl {
    padding: 1.2rem;
}.title_greetingEhx p {
    font-size: calc(18px * 0.9);
    margin-bottom: 1.5rem;
}.title_greetingEhx svg {
    width: 80px;
    height: 80px;
}.title_greetingEhx .main_begin4Oo {
    margin: 1.5rem 0;
}.title_greetingEhx h6 {
    margin-top: 1.5rem;
}.title_greetingEhx .contact_queryJkq {
    padding: 0.7rem 1.8rem;
    font-size: calc(16px * 0.9);
}}.get_updatesINO {
    background: linear-gradient(170deg, rgb(213,211,205) 0%, rgb(179,172,152,0.5) 100%);
    margin: 5rem 0;
    position: relative;
    overflow: hidden;
    padding: 5rem 3rem 7rem;
}.get_updatesINO::before {
    background: rgb(157,108,145,0.5);
    content: "";
    position: absolute;
    opacity: 0.4;
    transform: rotate(30deg);
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    top: -30%;
    z-index: 1;
    height: 200%;
    left: -10%;
    width: 80%;
    animation: wave 15s infinite alternate;
}.get_updatesINO::after {
    transform: rotate(-15deg);
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
    background: rgb(179,172,152,0.5);
    bottom: -10%;
    right: -10%;
    position: absolute;
    opacity: 0.3;
    filter: blur(8px);
    animation: float 12s infinite alternate;
    z-index: 1;
    height: 60%;
    width: 80%;
    content: "";
}.get_updatesINO .virtual_academyGXS {
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 2;
    align-items: center;
}.get_updatesINO p {
    max-width: 80%;
    font-family: Arial, sans-serif;
    opacity: 0.9;
    text-align: center;
    line-height: 1.4;
    position: relative;
    margin-bottom: 3rem;
    font-size: 37px;
    color: #000000;
    font-weight: 700;
}.get_updatesINO p::after {
    border-radius: 3px;
    position: absolute;
    background: rgb(157,108,145);
    width: 3rem;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    bottom: -1.5rem;
}.get_updatesINO .input_holder {
    transform: rotate(-2deg);
    position: relative;
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
    display: flex;
    max-width: 600px;
}.get_updatesINO .join_blockhQw {
    background: #ffffff;
    padding: 1.5rem;
    width: 100%;
    border-radius: 14px;
    transform: translateY(0);
    font-size: 18px;
    color: #000000;
    border: none;
    font-family: Arial, sans-serif;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}.get_updatesINO .join_blockhQw:focus {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    outline: none;
}.get_updatesINO .join_blockhQw::placeholder {
    color: #000000;
    opacity: 0.6;
}.get_updatesINO .email_input_boxcZ5 {
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border: none;
    padding: 1.2rem 3rem;
    align-self: flex-end;
    z-index: 2;
    font-size: 14px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: linear-gradient(90deg, rgb(179,172,152) 0%, rgb(157,108,145) 100%);
    color: #ffffff;
    border-radius: 14px;
    position: relative;
    cursor: pointer;
    transform: rotate(2deg) translateY(0);
}.get_updatesINO .email_input_boxcZ5::before {
    transition: opacity 0.3s ease;
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(90deg, rgb(157,108,145) 0%, rgb(179,172,152) 100%);
    content: "";
    left: 0;
    height: 100%;
    top: 0;
}.get_updatesINO .email_input_boxcZ5:hover {
    transform: rotate(2deg) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.get_updatesINO .email_input_boxcZ5:hover::before {
    opacity: 1;
}

@keyframes wave {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) translateY(-10px);
    }
    100% {
        transform: rotate(-15deg) translateY(0);
    }
}

@media (max-width: 768px) {.get_updatesINO {
    padding: 4rem 1.5rem 5rem;
}.get_updatesINO p {
    max-width: 100%;
    font-size: 21px;
}.get_updatesINO .input_holder {
    transform: none;
}.get_updatesINO .email_input_boxcZ5 {
    align-self: center;
    transform: none;
    width: 100%;
}.get_updatesINO .email_input_boxcZ5:hover {
    transform: translateY(-5px);
}}.experience_trialGpd {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(179,172,152,0.5), rgb(179,172,152), rgb(157,108,145));
}.experience_trialGpd::before {
    left: 0;
    top: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.15) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 20%);
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}.experience_trialGpd::after {
    height: 30rem;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.05));
    bottom: -2rem;
    animation: floatEffect 20s infinite alternate ease-in-out;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    content: '';
    width: 30rem;
    transform: rotate(-15deg);
    z-index: 0;
    right: -2rem;
    position: absolute;
}.experience_trialGpd .container {
    position: relative;
    padding: 0 2rem;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.experience_trialGpd h2 {
    margin-left: auto;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    transform: translateY(-10px);
    max-width: 800px;
    animation: fadeInUp 0.8s forwards ease-out;
    opacity: 0;
    margin-right: auto;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
    margin-bottom: 3rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 37px;
}.experience_trialGpd .virtual_academyGXS {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    animation: fadeInUp 0.8s 0.3s forwards ease-out;
    transition: transform 0.5s, box-shadow 0.5s;
    gap: 2rem;
    display: flex;
    justify-content: center;
    padding: 2.5rem;
    align-items: center;
    transform: translateY(20px);
}.experience_trialGpd .virtual_academyGXS:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}.experience_trialGpd svg {
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    transform: rotate(0);
    width: 48px;
    height: 48px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}.experience_trialGpd .virtual_academyGXS:hover svg {
    transform: rotate(12deg) scale(1.1);
}.experience_trialGpd svg path {
    fill: #ffffff;
    transition: fill 0.3s ease-out;
}.experience_trialGpd .virtual_academyGXS:hover svg path {
    fill: #ffffff;
}.experience_trialGpd .contact_queryJkq {
    color: rgb(179,172,152);
    overflow: hidden;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
    border-radius: 10px;
    font-weight: 600;
    padding: 1rem 2.5rem;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    z-index: 1;
    display: inline-block;
}.experience_trialGpd .contact_queryJkq::before {
    width: 100%;
    z-index: -1;
    transition: left 0.6s ease-out;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    left: -100%;
}.experience_trialGpd .contact_queryJkq:hover {
    color: rgb(157,108,145);
    box-shadow: 0 15px 25px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}.experience_trialGpd .contact_queryJkq:hover::before {
    left: 100%;
}.experience_trialGpd .contact_queryJkq:active {
    transform: translateY(1px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

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

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

@media (max-width: 992px) {.experience_trialGpd {
    padding: 5rem 0;
}.experience_trialGpd h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.9);
}.experience_trialGpd .virtual_academyGXS {
    padding: 2rem;
}
}

@media (max-width: 768px) {.experience_trialGpd {
    padding: 4rem 0;
}.experience_trialGpd h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.8);
}.experience_trialGpd .virtual_academyGXS {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem;
}.experience_trialGpd svg {
    height: 42px;
    width: 42px;
}.experience_trialGpd .contact_queryJkq {
    width: 100%;
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.experience_trialGpd {
    padding: 3.5rem 0;
}.experience_trialGpd h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.5rem;
    line-height: 1.5;
}.experience_trialGpd .virtual_academyGXS {
    gap: 1rem;
    padding: 1.2rem;
}.experience_trialGpd svg {
    width: 36px;
    height: 36px;
}.experience_trialGpd .contact_queryJkq {
    padding: 0.8rem 1.5rem;
    font-size: calc(16px * 0.9);
}.experience_trialGpd::after {
    height: 15rem;
    width: 15rem;
}
}

@media (prefers-reduced-motion) {.experience_trialGpd h2,
  .experience_trialGpd .virtual_academyGXS {
    transform: none;
    animation: none;
    opacity: 1;
}.experience_trialGpd::after {
    animation: none;
}.experience_trialGpd .contact_queryJkq::before {
    display: none;
}.experience_trialGpd .virtual_academyGXS:hover,
  .experience_trialGpd .contact_queryJkq:hover,
  .experience_trialGpd svg {
    transform: none;
    transition: none;
}}.pricing_card_setCv3 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.pricing_card_setCv3::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
    content: "";
}.pricing_card_setCv3 .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.pricing_card_setCv3 .study_ratesd5D {
    position: relative;
}.pricing_card_setCv3 h2 {
    color: #ffffff;
    font-size: 34px;
    opacity: 0;
    transform: translateY(20px);
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease-out forwards;
    position: relative;
}.pricing_card_setCv3 .study_offersTkb {
    transform: translateY(20px);
    font-size: 16px;
    color: rgb(255, 255, 255, 0.5);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    line-height: 1.6;
    margin: 0 auto 50px;
    max-width: 800px;
    text-align: center;
    opacity: 0;
}.pricing_card_setCv3 .learning_packageskvI {
    perspective: 1000px;
    gap: 30px;
    padding: 0;
    display: grid;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_card_setCv3 .learning_packageskvI li {
    opacity: 0;
    animation: fadeInStagger 0.8s ease-out forwards;
    transform: translateZ(0) rotateY(5deg) translateX(20px);
}.pricing_card_setCv3 .learning_packageskvI li:nth-child(1) {
    animation-delay: 0.3s;
}.pricing_card_setCv3 .learning_packageskvI li:nth-child(2) {
    animation-delay: 0.5s;
}.pricing_card_setCv3 .learning_packageskvI li:nth-child(3) {
    animation-delay: 0.7s;
}.pricing_card_setCv3 .learning_packageskvI li:nth-child(4) {
    animation-delay: 0.9s;
}.pricing_card_setCv3 .bundle_rateZR4 {
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    text-decoration: none;
}.pricing_card_setCv3 .study_costs2Os {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    transform: translateZ(0);
    border-radius: 8px;
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    height: 100%;
    transition: all 0.4s ease;
}.pricing_card_setCv3 .study_costs2Os::before {
    opacity: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(179,172,152,0.5), rgb(157,108,145,0.5));
    height: 100%;
    transition: opacity 0.6s ease;
    top: 0;
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
}.pricing_card_setCv3 .fee_dealso2c {
    color: #ffffff;
    min-height: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 35px 30px;
}.pricing_card_setCv3 .fee_dealso2c h4 {
    transition: transform 0.3s ease-out;
    margin: 0 0 15px;
    color: #ffffff;
    position: relative;
    font-size: calc(24px * 1.1);
    padding-bottom: 15px;
    font-weight: 700;
}.pricing_card_setCv3 .fee_dealso2c h4::after {
    transition: width 0.4s ease;
    height: 3px;
    content: "";
    background: rgb(179,172,152);
    position: absolute;
    width: 60px;
    bottom: 0;
    left: 0;
}.pricing_card_setCv3 .fee_dealso2c p {
    flex-grow: 1;
    word-wrap: break-word;
    color: rgba(255,255,255,0.8);
    overflow-wrap: break-word;
    line-height: 1.7;
    hyphens: auto;
    margin: 0 0 auto;
    font-size: 16px;
}.pricing_card_setCv3 .fee_schemesdnZ {
    font-size: calc(24px * 1.3);
    align-self: flex-start;
    color: #ffffff;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(179,172,152) 0%, rgb(157,108,145) 100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: inline-block;
    margin-top: 25px;
    border-radius: 6px;
    padding: 10px 20px;
}.pricing_card_setCv3 .bundle_rateZR4:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_card_setCv3 .bundle_rateZR4:hover .study_costs2Os {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.2);
}.pricing_card_setCv3 .bundle_rateZR4:hover .study_costs2Os::before {
    opacity: 0.05;
}.pricing_card_setCv3 .bundle_rateZR4:hover .fee_dealso2c h4 {
    transform: translateY(-5px);
}.pricing_card_setCv3 .bundle_rateZR4:hover .fee_dealso2c h4::after {
    width: 100px;
}.pricing_card_setCv3 .bundle_rateZR4:hover .fee_schemesdnZ {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

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

@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateZ(-50px) rotateY(10deg) translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateZ(0) rotateY(0) translateX(0);
    }
}

@media (max-width: 1024px) {.pricing_card_setCv3 {
    padding: 80px 0;
}.pricing_card_setCv3 .learning_packageskvI {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.pricing_card_setCv3 .fee_dealso2c {
    min-height: 380px;
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.pricing_card_setCv3 {
    padding: 60px 0;
}.pricing_card_setCv3 h2 {
    font-size: calc(34px * 0.9);
}.pricing_card_setCv3 .study_offersTkb {
    font-size: calc(16px * 0.95);
    margin-bottom: 40px;
}.pricing_card_setCv3 .learning_packageskvI {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.pricing_card_setCv3 .fee_dealso2c {
    min-height: 350px;
    padding: 25px 20px;
}.pricing_card_setCv3 .fee_dealso2c h4 {
    font-size: 24px;
}.pricing_card_setCv3 .fee_schemesdnZ {
    font-size: calc(24px * 1.1);
}
}

@media (max-width: 576px) {.pricing_card_setCv3 {
    padding: 50px 0;
}.pricing_card_setCv3 .container {
    padding: 0 15px;
}.pricing_card_setCv3 h2 {
    font-size: calc(34px * 0.8);
}.pricing_card_setCv3 .study_offersTkb {
    font-size: calc(16px * 0.9);
    margin-bottom: 30px;
}.pricing_card_setCv3 .learning_packageskvI {
    gap: 25px;
    grid-template-columns: 1fr;
}.pricing_card_setCv3 .fee_dealso2c {
    min-height: auto;
}.pricing_card_setCv3 .fee_dealso2c p {
    font-size: calc(16px * 0.9);
}.pricing_card_setCv3 .fee_schemesdnZ {
    align-self: center;
    margin-top: 20px;
}}footer {
    position: relative;
    width: 100%;
}footer .online_toolso0g {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0 30px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(179,172,152), rgb(157,108,145));
}footer .online_toolso0g::before {
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
}footer .intern_oppBtY {
    position: relative;
    z-index: 1;
}footer .edu_inputug3 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: center;
    gap: 20px;
}footer .info_item {
    position: relative;
    flex: 0 1 220px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    height: 220px;
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
    padding: 20px;
    justify-content: center;
    background-color: rgb(179,172,152,0.5);
    z-index: 1;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    transform: scale(1.05) translateY(0);
    z-index: 2;
    background-color: rgb(157,108,145,0.5);
}footer .info_item svg {
    height: 24px;
    margin-right: 10px;
    width: 24px;
    flex-shrink: 0;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    max-width: 80%;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    flex-wrap: wrap;
    position: relative;
    gap: 30px;
    justify-content: center;
    display: flex;
}footer .nav_masteraSy, footer .top_classJDo, footer .subscribe_holder {
    overflow: hidden;
    backdrop-filter: blur(5px);
    padding: 30px;
    flex: 1 1 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    text-align: center;
    position: relative;
    border-radius: 15px;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    background-color: rgb(179,172,152,0.5);
    max-width: 400px;
}footer .nav_masteraSy:hover, footer .top_classJDo:hover, footer .subscribe_holder:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    background-color: rgb(157,108,145,0.5);
}footer .nav_masteraSy::before, footer .top_classJDo::before, footer .subscribe_holder::before {
    border-radius: 50%;
    height: 150px;
    z-index: -1;
    position: absolute;
    opacity: 0.1;
    content: "";
    width: 150px;
}footer .nav_masteraSy::before {
    top: -50px;
    left: -50px;
    background-color: rgb(179,172,152);
}footer .top_classJDo::before {
    background-color: rgb(157,108,145);
    bottom: -50px;
    right: -50px;
}footer .subscribe_holder::before {
    left: -50px;
    background-color: rgb(179,172,152);
    bottom: -50px;
}footer .nav_masteraSy svg {
    height: 50px;
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}footer .stats_tooldbY {
    max-width: 300px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 14px;
}footer .top_classJDo h5, footer .subscribe_holder h5 {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
}footer .top_classJDo h5::after, footer .subscribe_holder h5::after {
    bottom: -8px;
    transform: translateX(-50%);
    height: 2px;
    content: "";
    width: 40px;
    transition: width 0.3s ease;
    background-color: #ffffff;
    left: 50%;
    position: absolute;
}footer .top_classJDo:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .top_sitewrapIBV {
    margin-bottom: 20px;
    flex-wrap: wrap;
    max-width: 300px;
    display: flex;
    justify-content: center;
    gap: 10px;
}footer .top_sitewrapIBV a {
    text-decoration: none;
    background-color: rgb(179,172,152,0.5);
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 8px 15px;
    font-size: 16px;
    color: #ffffff;
}footer .top_sitewrapIBV a:hover {
    transform: translateY(-3px);
    background-color: rgb(157,108,145,0.5);
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    max-width: 300px;
    margin-bottom: 25px;
    font-size: 16px;
}footer .input_holder {
    flex-direction: column;
    align-items: center;
    display: flex;
    max-width: 300px;
    width: 100%;
    gap: 15px;
}footer .input_holder input[type="email"] {
    font-size: 16px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    color: #ffffff;
    width: 100%;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.3);
    outline: none;
    box-shadow: 0 0 0 3px rgb(179,172,152,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .email_input_boxcZ5 {
    font-weight: 600;
    font-size: 18px;
    background-color: rgb(179,172,152);
    border: none;
    width: 100%;
    border-radius: 10px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    color: #ffffff;
    cursor: pointer;
}footer .email_input_boxcZ5:hover {
    background-color: rgb(157,108,145);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .calc_footqoQ {
    position: relative;
    text-align: center;
    margin-top: 60px;
}footer .skill_linksn8x {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    background-color: rgb(179,172,152,0.5);
    padding: 8px 20px;
    backdrop-filter: blur(5px);
    border-radius: 10px;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    height: 180px;
    flex: 0 1 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .online_toolso0g {
    padding: 60px 0 30px;
}footer .edu_inputug3 {
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    padding: 15px;
    height: 100px;
    flex: 0 1 100px;
}footer .nav_masteraSy, footer .top_classJDo, footer .subscribe_holder {
    padding: 25px 20px;
}footer .calc_footqoQ {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .online_toolso0g {
    padding: 50px 0 20px;
}footer .info_item {
    height: 90px;
    flex: 0 1 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(16px - 1px);
}footer .top_classJDo h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .top_sitewrapIBV a {
    padding: 6px 12px;
    font-size: calc(16px - 1px);
}footer .input_holder input[type="email"],
    footer .email_input_boxcZ5 {
    padding: 12px 15px;
}footer .skill_linksn8x {
    padding: 6px 15px;
}}.thxNoteQM6 {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(179,172,152,0.5) 0%, rgb(213,211,205) 50%, rgb(157,108,145,0.5) 100%);
}.thxNoteQM6::before {
    content: "";
    opacity: 0.7;
    width: 100%;
    animation: pulse 10s infinite alternate ease-in-out;
    height: 100%;
    top: 0;
    z-index: 0;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(179,172,152,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(157,108,145,0.5) 0%, transparent 40%);
}.thxNoteQM6::after {
    animation: float 15s infinite alternate ease-in-out;
    transform: rotate(35deg);
    top: -50%;
    right: -50%;
    filter: blur(80px);
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
}.thxNoteQM6 .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}.thxNoteQM6 .virtual_academyGXS {
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    flex-direction: column;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: top center;
    backdrop-filter: blur(10px);
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.85);
    padding: 3.5rem;
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
}.thxNoteQM6 .virtual_academyGXS:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.thxNoteQM6 .virtual_academyGXS > div:first-child {
    position: relative;
    animation: slideRight 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1) both;
    border-left: 4px solid rgb(179,172,152);
    padding-left: 1.5rem;
    margin-left: -1.5rem;
}.thxNoteQM6 .virtual_academyGXS > div:first-child::before {
    top: 50%;
    height: 1rem;
    width: 1rem;
    content: "";
    background: rgb(179,172,152);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: -0.5rem;
}.thxNoteQM6 h5 {
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    color: #000000;
    margin: 0;
    font-size: 24px;
}.thxNoteQM6 .virtual_academyGXS > div:last-child {
    position: relative;
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) both;
}.thxNoteQM6 a {
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.95) 100%);
    padding: 1.5rem 2rem;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
    transform-origin: center;
    display: block;
    overflow: hidden;
}.thxNoteQM6 a::before {
    position: absolute;
    width: 4px;
    height: 100%;
    content: "";
    top: 0;
    transition: width 0.3s ease;
    background: linear-gradient(to bottom, rgb(179,172,152), rgb(157,108,145));
    left: 0;
}.thxNoteQM6 a:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.04);
}.thxNoteQM6 a:hover::before {
    width: 8px;
}.thxNoteQM6 p {
    color: #000000;
    position: relative;
    z-index: 1;
    line-height: 1.7;
    transition: color 0.3s ease;
    margin: 0;
    font-size: 18px;
}.thxNoteQM6 a:hover p {
    color: #000000;
}

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

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

@keyframes slideUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}

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

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

@media (max-width: 991px) {.thxNoteQM6 {
    padding: 5rem 0;
}.thxNoteQM6 .virtual_academyGXS {
    padding: 2.5rem;
    gap: 2rem;
}.thxNoteQM6 h5 {
    font-size: calc(24px * 0.95);
}
}

@media (max-width: 768px) {.thxNoteQM6 {
    padding: 4rem 0;
}.thxNoteQM6 .container {
    padding: 0 1.5rem;
}.thxNoteQM6 .virtual_academyGXS {
    gap: 1.8rem;
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.thxNoteQM6 h5 {
    font-size: calc(24px * 0.9);
}.thxNoteQM6 a {
    padding: 1.2rem 1.5rem;
}.thxNoteQM6 p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.thxNoteQM6 {
    padding: 3rem 0;
}.thxNoteQM6 .container {
    padding: 0 1rem;
}.thxNoteQM6 .virtual_academyGXS {
    transform: none;
    padding: 1.5rem;
    gap: 1.5rem;
}.thxNoteQM6 .virtual_academyGXS > div:first-child {
    margin-left: -1rem;
    padding-left: 1rem;
    border-left-width: 3px;
}.thxNoteQM6 h5 {
    font-size: calc(24px * 0.85);
}.thxNoteQM6 a {
    padding: 1rem;
}.thxNoteQM6 p {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}.learning_profits49z {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,211,205) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 4rem 0;
}.learning_profits49z::before {
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(179,172,152,0.5) 0%, transparent 70%),
    radial-gradient(circle at 80% 70%, rgb(157,108,145,0.5) 0%, transparent 60%);
    content: "";
    z-index: 0;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
}.learning_profits49z .container {
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    margin: 0 auto;
    display: grid;
    max-width: 1200px;
}.learning_profits49z .snapAYy {
    height: auto;
    object-fit: cover;
    transform: perspective(1000px) rotateY(-2deg);
    clip-path: polygon(0 0, 100% 4%, 96% 100%, 4% 96%);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}.learning_profits49z .snapAYy:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.learning_profits49z .virtual_academyGXS {
    display: flex;
    justify-content: center;
    flex-direction: column;
}.learning_profits49z .text_cliperl {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transform: translateX(0) translateY(0);
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%,#ffffff 100%);
    padding: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.learning_profits49z .text_cliperl::before {
    content: "";
    left: 0;
    transition: height 0.5s ease;
    height: 0;
    width: 4px;
    top: 0;
    background: rgb(179,172,152);
    position: absolute;
}.learning_profits49z .text_cliperl:hover::before {
    height: 100%;
}.learning_profits49z h1 {
    font-size: calc(38px * 1.1);
    transform: translateZ(0);
    color: #000000;
    position: relative;
    line-height: 1.3;
    letter-spacing: -0.01em;
    margin-bottom: 1.75rem;
    font-weight: 700;
}.learning_profits49z h1::after {
    background: rgb(157,108,145);
    transform-origin: left;
    position: absolute;
    left: 0;
    height: 3px;
    bottom: -0.75rem;
    transform: scaleX(0.6);
    width: 70px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
}.learning_profits49z .text_cliperl:hover h1::after {
    transform: scaleX(1);
}.learning_profits49z ul {
    display: grid;
    gap: 1.2rem;
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    grid-template-columns: 1fr;
}.learning_profits49z li {
    padding-left: 2.5rem;
    transition: transform 0.4s ease;
    position: relative;
}.learning_profits49z li:hover {
    transform: translateX(8px);
}.learning_profits49z li p {
    display: flex;
    align-items: center;
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
}.learning_profits49z svg {
    left: 0;
    transform: scale(0.9);
    width: 24px;
    top: 0;
    position: absolute;
    height: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.learning_profits49z li:hover svg {
    transform: scale(1.1);
}.learning_profits49z svg path {
    transition: fill 0.3s ease;
    fill: rgb(157,108,145);
}.learning_profits49z li:hover svg path {
    fill: rgb(179,172,152);
}.learning_profits49z li:nth-child(odd) {
    transform: translateX(0);
}.learning_profits49z li:nth-child(even) {
    transform: translateX(0);
}.learning_profits49z li:nth-child(odd):hover {
    transform: translateX(8px);
}.learning_profits49z li:nth-child(even):hover {
    transform: translateX(8px);
}

@media (min-width: 768px) {.learning_profits49z {
    padding: 6rem 0;
}.learning_profits49z .container {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.learning_profits49z h1 {
    font-size: 47px;
    margin-bottom: 2rem;
}.learning_profits49z ul {
    gap: 1.5rem 2rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.learning_profits49z .text_cliperl {
    padding: 2.5rem;
    transform: translateX(-20px);
}.learning_profits49z .text_cliperl:hover {
    transform: translateX(0);
}.learning_profits49z .snapAYy {
    height: 100%;
    max-height: 500px;
}
}

@media (min-width: 992px) {.learning_profits49z .container {
    gap: 4rem;
}.learning_profits49z .snapAYy {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.learning_profits49z h1 {
    font-size: calc(47px * 1.05);
}.learning_profits49z li {
    padding-left: 3rem;
}.learning_profits49z svg {
    transform: scale(1);
}
}

@media (max-width: 767px) {.learning_profits49z {
    padding: 3rem 0;
}.learning_profits49z .container {
    gap: 2rem;
}.learning_profits49z h1 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.9);
}.learning_profits49z li {
    margin-bottom: 1rem;
}.learning_profits49z .snapAYy {
    max-height: 300px;
    clip-path: polygon(0 0, 100% 3%, 97% 100%, 3% 97%);
}.learning_profits49z ul {
    gap: 1rem;
}
}

@media (max-width: 480px) {.learning_profits49z h1 {
    font-size: 38px;
}.learning_profits49z .text_cliperl {
    padding: 1.25rem;
}.learning_profits49z li p {
    font-size: calc(14px * 0.95);
}.learning_profits49z .snapAYy {
    max-height: 250px;
}}.privacy_concealmentGkR {
    position: relative;
    background-color: rgb(213,211,205);
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
}.privacy_concealmentGkR::before {
    transform: translateX(-50%);
    left: 50%;
    height: 120px;
    width: 120px;
    z-index: -1;
    background-color: rgb(179,172,152);
    top: 0;
    position: absolute;
    content: '';
    border-radius: 50%;
}.privacy_concealmentGkR h1 {
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: calc(21px * 1.2);
    position: relative;
    font-family: Arial, sans-serif;
}.privacy_concealmentGkR h1::after {
    position: absolute;
    background-color: rgb(179,172,152);
    content: '';
    width: 40%;
    left: 0;
    height: 3px;
    bottom: -8px;
}.privacy_concealmentGkR h2 {
    font-size: calc(21px * 1.2);
    color: rgb(157,108,145);
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.privacy_concealmentGkR h3, .privacy_concealmentGkR h4, .privacy_concealmentGkR h5, .privacy_concealmentGkR h6 {
    margin: 1rem 0;
}.privacy_concealmentGkR ul {
    margin: 20px 0;
    list-style-type: none;
    padding: 0;
}.privacy_concealmentGkR li {
    font-size: 14px;
    padding-left: 20px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
}.privacy_concealmentGkR li::before {
    content: "\2022";
    left: 0;
    color: rgb(179,172,152);
    position: absolute;
}
@media only screen and (max-width: 800px) {.privacy_concealmentGkR {
    padding: 30px;
}.privacy_concealmentGkR h1 {
    font-size: 36px;
}.privacy_concealmentGkR h2 {
    font-size: 21px;
}.privacy_concealmentGkR li {
    font-size: 14px;
}}.training_specialistkBZ {
    overflow: hidden;
    background: rgb(213,211,205);
    position: relative;
    padding: 100px 0;
}.training_specialistkBZ::before {
    opacity: 0.3;
    animation: gradientSlide 30s linear infinite;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(179,172,152,0.5) 10%, 
        transparent 11%);
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    background-size: 150px 100%;
}.training_specialistkBZ .container {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    z-index: 2;
}.training_specialistkBZ .alumni_viewsdMQ {
    background: #ffffff;
    flex-direction: column;
    padding: 60px 40px 40px;
    border-radius: 2px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
}.training_specialistkBZ .alumni_viewsdMQ:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.training_specialistkBZ .snapAYy {
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(179,172,152);
    transform: rotate(0deg);
    width: 120px;
    height: 120px;
    top: -60px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    left: 40px;
    border-radius: 2px;
    transition: all 0.5s ease;
    position: absolute;
}.training_specialistkBZ .alumni_viewsdMQ:hover .snapAYy {
    transform: rotate(-5deg);
}.training_specialistkBZ .name {
    color: #000000;
    margin-left: 0;
    transition: transform 0.5s ease;
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: calc(24px * 1.2);
    margin-top: 40px;
    transform: translateX(0);
}.training_specialistkBZ .alumni_viewsdMQ:hover .name {
    transform: translateX(10px);
}.training_specialistkBZ .alumni_viewsdMQ span:not(.name) {
    font-size: 17px;
    transform: translateX(0);
    transition: transform 0.5s ease;
    font-weight: 300;
    margin-top: 5px;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
}.training_specialistkBZ .alumni_viewsdMQ:hover span:not(.name) {
    color: rgb(179,172,152);
    transform: translateX(10px);
}.training_specialistkBZ .exp_flexnSo {
    margin-top: 40px;
    line-height: 1.8;
    padding-left: 0;
    font-size: 17px;
    transition: padding 0.5s ease;
    color: #000000;
    position: relative;
    font-weight: 400;
}.training_specialistkBZ .exp_flexnSo::before {
    background: rgb(179,172,152);
    position: absolute;
    height: 2px;
    transform-origin: right;
    top: 15px;
    transition: transform 0.5s ease;
    transform: scaleX(0);
    left: -40px;
    content: "";
    width: 30px;
}.training_specialistkBZ .alumni_viewsdMQ:hover .exp_flexnSo {
    padding-left: 20px;
}.training_specialistkBZ .alumni_viewsdMQ:hover .exp_flexnSo::before {
    transform: scaleX(1);
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 768px) {.training_specialistkBZ {
    padding: 80px 0;
}.training_specialistkBZ .alumni_viewsdMQ {
    margin: 0 15px;
    padding: 80px 25px 30px;
}.training_specialistkBZ .snapAYy {
    height: 100px;
    left: 25px;
    width: 100px;
}.training_specialistkBZ .name {
    font-size: 24px;
}.training_specialistkBZ .exp_flexnSo {
    font-size: calc(17px * 0.95);
}.training_specialistkBZ .exp_flexnSo::before {
    left: -25px;
    width: 20px;
}}.meet_uswCn {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: #ffffff;
}.meet_uswCn::before {
    width: 100%;
    z-index: 1;
    height: 50%;
    content: '';
    left: 0;
    top: 0;
    transform: skewY(-6deg) translateY(-30%);
    background: rgb(179,172,152);
    position: absolute;
}.meet_uswCn .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.meet_uswCn .virtual_academyGXS {
    flex-wrap: wrap;
    gap: 40px;
    position: relative;
    display: flex;
}.meet_uswCn .knowledge_tracknLs {
    position: relative;
    text-align: center;
    flex: 0 0 300px;
}.meet_uswCn .snapAYy {
    overflow: hidden;
    width: 220px;
    height: 220px;
    margin: 0 auto 25px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 8px solid #ffffff;
    z-index: 3;
    border-radius: 50%;
}.meet_uswCn .knowledge_guidesqvj {
    margin-bottom: 20px;
}.meet_uswCn .story_tl36J {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000000;
}.meet_uswCn .mentor_approach4KE {
    color: rgb(179,172,152);
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-size: 12px;
    padding: 0 15px;
}.meet_uswCn .mentor_approach4KE::before,
.meet_uswCn .mentor_approach4KE::after {
    width: 30px;
    content: '';
    position: absolute;
    background-color: rgb(179,172,152,0.5);
    height: 1px;
    top: 50%;
}.meet_uswCn .mentor_approach4KE::before {
    left: -30px;
}.meet_uswCn .mentor_approach4KE::after {
    right: -30px;
}.meet_uswCn .text_cliperl {
    padding: 50px;
    position: relative;
    min-width: 300px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 12px;
    flex: 1;
}.meet_uswCn .text_cliperl::before {
    opacity: 0.5;
    border-top: 4px solid rgb(179,172,152,0.5);
    top: 30px;
    position: absolute;
    height: 60px;
    left: 30px;
    width: 60px;
    content: '';
    border-left: 4px solid rgb(179,172,152,0.5);
}.meet_uswCn .text_cliperl::after {
    width: 60px;
    border-bottom: 4px solid rgb(157,108,145,0.5);
    opacity: 0.5;
    height: 60px;
    right: 30px;
    bottom: 30px;
    position: absolute;
    border-right: 4px solid rgb(157,108,145,0.5);
    content: '';
}.meet_uswCn .student_voiceXz1 {
    font-size: 19px;
    color: #000000;
    align-items: center;
    font-weight: 600;
    margin-bottom: 25px;
    display: flex;
}.meet_uswCn .student_voiceXz1 svg {
    fill: rgb(179,172,152);
    width: 35px;
    margin-right: 10px;
    height: 35px;
}.meet_uswCn .student_voiceXz1 svg path {
    fill: rgb(179,172,152);
}.meet_uswCn h2 {
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    padding-bottom: 15px;
    font-size: 30px;
}.meet_uswCn h2::after {
    background: rgb(179,172,152);
    content: '';
    height: 3px;
    width: 70px;
    left: 0;
    position: absolute;
    bottom: 0;
}.meet_uswCn p {
    font-size: 12px;
    line-height: 1.8;
    position: relative;
    color: #000000;
}.meet_uswCn p::first-line {
    color: #000000;
    font-weight: 600;
}

@media (max-width: 992px) {.meet_uswCn {
    padding: 80px 0;
}.meet_uswCn .knowledge_tracknLs {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.meet_uswCn .text_cliperl {
    padding: 40px;
    flex: 0 0 100%;
}.meet_uswCn .text_cliperl::before,
    .meet_uswCn .text_cliperl::after {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 768px) {.meet_uswCn {
    padding: 60px 0;
}.meet_uswCn .snapAYy {
    height: 180px;
    width: 180px;
    border-width: 6px;
}.meet_uswCn .text_cliperl {
    padding: 30px;
}.meet_uswCn h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 20px;
}.meet_uswCn .text_cliperl::before,
    .meet_uswCn .text_cliperl::after {
    width: 30px;
    height: 30px;
}
}

@media (max-width: 480px) {.meet_uswCn {
    padding: 40px 0;
}.meet_uswCn .snapAYy {
    margin-bottom: 20px;
    width: 150px;
    border-width: 5px;
    height: 150px;
}.meet_uswCn .story_tl36J {
    font-size: calc(24px * 0.9);
}.meet_uswCn .mentor_approach4KE {
    font-size: calc(12px * 0.9);
    padding: 0 10px;
}.meet_uswCn .mentor_approach4KE::before,
    .meet_uswCn .mentor_approach4KE::after {
    width: 20px;
}.meet_uswCn .mentor_approach4KE::before {
    left: -20px;
}.meet_uswCn .mentor_approach4KE::after {
    right: -20px;
}.meet_uswCn .text_cliperl {
    padding: 25px 20px;
}.meet_uswCn h2 {
    padding-bottom: 10px;
    font-size: calc(30px * 0.8);
    margin-bottom: 15px;
}.meet_uswCn p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.meet_uswCn .student_voiceXz1 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
}.meet_uswCn .student_voiceXz1 svg {
    height: 30px;
    width: 30px;
}.meet_uswCn .text_cliperl::before,
    .meet_uswCn .text_cliperl::after {
    border-width: 3px;
    width: 25px;
    height: 25px;
}}.program_informationP6W {
    padding: 100px 0;
    background: linear-gradient(125deg, rgb(213,211,205) 0%, rgb(179,172,152,0.5) 100%);
    position: relative;
    overflow: hidden;
}.program_informationP6W::before {
    content: "";
    z-index: 1;
    opacity: 0.6;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(ellipse at 20% 30%, rgb(179,172,152,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(157,108,145,0.5) 0%, transparent 60%);
    position: absolute;
    width: 100%;
    top: 0;
}.program_informationP6W::after {
    content: "";
    animation: shiftBackground 30s linear infinite;
    left: 0;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    top: 0;
}@keyframes shiftBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.program_informationP6W .container {
    position: relative;
    z-index: 2;
}.program_informationP6W .virtual_academyGXS {
    position: relative;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.02), 
        rgba(255, 255, 255, 0.08)
    );
    overflow: hidden;
    display: flex;
}.program_informationP6W .virtual_academyGXS::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    background: 
        linear-gradient(
            135deg,
            transparent,
            rgba(rgb(179,172,152), 0.05)
        );
    top: 0;
}.program_informationP6W .snapAYy {
    width: 45%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    animation: morphShape 15s infinite alternate ease-in-out;
    height: 440px;
    overflow: hidden;
    top: 5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    right: 3%;
    z-index: 2;
}@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 40% 60% 50% 50% / 30% 60% 40% 60%;
    }
}

.program_informationP6W .snapAYy::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.6;
    z-index: 2;
    mix-blend-mode: overlay;
    left: 0;
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(179,172,152,0.5) 100%
    );
}.program_informationP6W .snapAYy::after {
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    content: "";
    top: 0;
    background-size: 20px 20px;
    opacity: 0.2;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        );
}.program_informationP6W .education_flowxg9 {
    padding: 60px 50% 60px 60px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    position: relative;
}.program_informationP6W .nav_masteraSy {
    position: relative;
    margin-bottom: 25px;
    z-index: 4;
    display: inline-block;
}.program_informationP6W .nav_masteraSy svg {
    z-index: 2;
    height: auto;
    position: relative;
    fill: #ffffff;
    width: 70px;
}.program_informationP6W .nav_masteraSy svg path {
    stroke-dasharray: 100;
    stroke-width: 0.5;
    stroke: rgb(179,172,152);
    stroke-dashoffset: 100;
}.program_informationP6W h3 {
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    position: relative;
    z-index: 4;
    margin-bottom: 20px;
    font-size: 35px;
}.program_informationP6W h3::after {
    bottom: -10px;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    height: 3px;
    position: absolute;
    border-radius: 3px;
    width: 60px;
    background: linear-gradient(90deg, rgb(179,172,152), rgb(157,108,145));
}.program_informationP6W .virtual_academyGXS:hover h3::after {
    width: 120px;
}.program_informationP6W p {
    margin: 0;
    line-height: 1.7;
    max-width: 100%;
    font-size: 14px;
    z-index: 4;
    position: relative;
    color: #000000;
}.program_informationP6W .virtual_academyGXS::after {
    bottom: -50px;
    left: -50px;
    z-index: 1;
    background: rgb(157,108,145,0.5);
    filter: blur(80px);
    border-radius: 50%;
    height: 200px;
    width: 200px;
    position: absolute;
    opacity: 0.3;
    content: "";
}.program_informationP6W .education_flowxg9::before {
    position: absolute;
    content: "";
    background-size: 20px 20px, 25px 25px;
    top: 20px;
    background-image: 
        radial-gradient(circle, rgb(179,172,152,0.5) 1px, transparent 1px),
        radial-gradient(circle, rgb(157,108,145,0.5) 1px, transparent 1px);
    background-position: 0 0, 10px 10px;
    animation: floatDots 10s infinite alternate ease-in-out;
    opacity: 0.2;
    height: 90%;
    right: 48%;
    z-index: 1;
    width: 150px;
}

@keyframes floatDots {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0.4;
    }
}

@media (max-width: 1199px) {.program_informationP6W .education_flowxg9 {
    padding: 50px 50% 50px 50px;
}.program_informationP6W .snapAYy {
    height: 85%;
    width: 42%;
}
}

@media (max-width: 991px) {.program_informationP6W {
    padding: 80px 0;
}.program_informationP6W .virtual_academyGXS {
    flex-direction: column;
    display: flex;
}.program_informationP6W .education_flowxg9 {
    min-height: auto;
    padding: 220px 40px 50px 40px;
}.program_informationP6W .snapAYy {
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    left: 10%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    height: 200px;
    width: 80%;
}.program_informationP6W .nav_masteraSy {
    margin-bottom: 0;
    left: 40px;
    top: 160px;
    position: absolute;
}.program_informationP6W h3 {
    font-size: calc(35px * 0.9);
}.program_informationP6W .education_flowxg9::before {
    display: none;
}
}

@media (max-width: 767px) {.program_informationP6W {
    padding: 60px 0;
}.program_informationP6W .education_flowxg9 {
    padding: 200px 30px 40px 30px;
}.program_informationP6W .snapAYy {
    height: 180px;
}.program_informationP6W .nav_masteraSy {
    left: 30px;
    top: 140px;
}.program_informationP6W .nav_masteraSy svg {
    width: 60px;
}.program_informationP6W h3 {
    font-size: calc(35px * 0.8);
}.program_informationP6W p {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.program_informationP6W {
    padding: 40px 0;
}.program_informationP6W .education_flowxg9 {
    padding: 180px 25px 30px 25px;
}.program_informationP6W .snapAYy {
    height: 160px;
}.program_informationP6W .nav_masteraSy {
    left: 25px;
    top: 120px;
}.program_informationP6W .nav_masteraSy svg {
    width: 50px;
}.program_informationP6W h3 {
    margin-bottom: 15px;
    font-size: calc(35px * 0.7);
}.program_informationP6W p {
    font-size: calc(14px * 0.9);
}}.cookie_window_overlaylgX {
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    background: rgb(213,211,205);
    justify-content: center;
    bottom: 0;
    padding: 20px 0;
    display: flex;
    border-top: 3px solid rgb(179,172,152);
    width: 100%;
    z-index: 100;
}.cookie_panelvaf {
    padding: 20px;
    margin: auto;
    display: flex;
    border: 2px solid rgb(179,172,152);
    width: 90%;
    border-radius: 11px;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    max-width: 1200px;
    align-items: center;
}.edu_consentpNR {
    margin-right: 20px;
    flex-shrink: 0;
}.edu_consentpNR svg {
    fill: rgb(179,172,152);
    width: 50px;
    height: 50px;
}.learn_cookies5le {
    text-align: left;
    color: #ffffff;
    flex-grow: 1;
}.learn_cookies5le h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    color: rgb(179,172,152);
    margin-bottom: 10px;
}.learn_cookies5le p {
    font-size: 13px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}.learn_cookies5le p a {
    text-decoration: underline;
    color: rgb(179,172,152);
}.data_controltHF {
    text-decoration: none;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 20px;
    border: none;
    flex-shrink: 0;
    cursor: pointer;
    min-width: 120px;
    text-align: center;
    background: rgb(179,172,152);
}.cookie_button.cookie_reviewyjL {
    margin-right: 10px;
}#cookieMessageBannerwZG {
    display: none;
}#cookieMessageBannerwZG:checked ~ .cookie_window_overlaylgX {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_panelvaf {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.edu_consentpNR {
    margin-bottom: 20px;
    margin-right: 0;
}.data_controltHF {
    width: 100%;
    margin: 10px 0;
    max-width: 250px;
}}
.contact_form_boxs0I {
    background: linear-gradient(125deg, rgb(213,211,205) 0%, rgb(157,108,145,0.5) 50%, rgb(213,211,205) 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    z-index: 1;
}.contact_form_boxs0I::before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px);
    z-index: -1;
    opacity: 0.7;
    content: '';
}.contact_form_boxs0I::after {
    animation: rotate 120s linear infinite;
    width: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    opacity: 0.2;
    z-index: -1;
    height: 200%;
    background: 
        conic-gradient(
            from 0deg at 50% 50%,
            transparent 0%,
            rgb(179,172,152,0.5) 5%,
            transparent 10%,
            transparent 90%,
            rgb(157,108,145,0.5) 95%,
            transparent 100%
        );
    content: '';
}.contact_form_boxs0I .snapAYy {
    z-index: 0;
    top: 0;
    opacity: 0.15;
    position: absolute;
    filter: contrast(120%) brightness(110%) blur(5px);
    width: 100%;
    height: 100%;
    mix-blend-mode: luminosity;
    left: 0;
}.contact_form_boxs0I .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.contact_form_boxs0I h3 {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 50px;
    font-size: 28px;
    font-family: Arial, sans-serif;
    position: relative;
    letter-spacing: 2px;
}.contact_form_boxs0I h3::before {
    background: rgb(179,172,152);
    width: 40px;
    top: -15px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    border-radius: 10px;
}.contact_form_boxs0I h3::after {
    width: 80px;
    height: 4px;
    left: 50%;
    content: '';
    background: rgb(179,172,152);
    bottom: -15px;
    border-radius: 10px;
    position: absolute;
    transform: translateX(-50%);
}.contact_form_boxs0I .contact_inquirywgo {
    flex-wrap: wrap;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.01);
    display: flex;
    position: relative;
    border-radius: 10px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(10px);
}.contact_form_boxs0I .contact_inquirywgo::before {
    z-index: 0;
    pointer-events: none;
    position: absolute;
    content: '';
    background: linear-gradient(135deg, 
        transparent 20%, 
        rgba(255, 255, 255, 0.05) 40%, 
        rgba(255, 255, 255, 0.1) 60%, 
        transparent 80%);
    inset: 0;
}.contact_form_boxs0I .contact_inquirywgo::after {
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
    box-shadow: 0 0 25px rgb(179,172,152,0.5);
    inset: 0;
    content: '';
    border-radius: 10px;
    position: absolute;
    animation: pulse-border 4s infinite alternate;
}.contact_form_boxs0I .support_gridxHf {
    overflow: hidden;
    position: relative;
    flex: 1 1 60%;
    padding: 50px;
    background: #ffffff;
}.contact_form_boxs0I .support_gridxHf::before {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.02) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.02) 0%, transparent 25%);
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    z-index: 0;
}.contact_form_boxs0I .support_gridxHf::after {
    top: 0;
    z-index: 0;
    position: absolute;
    width: 150px;
    background: 
        linear-gradient(135deg, transparent 40%, rgb(179,172,152,0.5) 100%);
    content: '';
    opacity: 0.5;
    border-radius: 0 0 0 150px;
    right: 0;
    height: 150px;
}.contact_form_boxs0I .support_gridxHf #contact {
    position: relative;
    z-index: 2;
}.contact_form_boxs0I .support_gridxHf h3 {
    color: #000000;
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    font-size: 22px;
}.contact_form_boxs0I .support_gridxHf h3::before {
    display: none;
}.contact_form_boxs0I .support_gridxHf h3::after {
    bottom: -10px;
    transform: none;
    width: 60px;
    left: 0;
    background: rgb(179,172,152);
}.contact_form_boxs0I .support_gridxHf input[type="text"],
.contact_form_boxs0I .support_gridxHf textarea {
    color: #000000;
    background-color: rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 18px 25px;
    margin-bottom: 25px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03) inset;
}.contact_form_boxs0I .support_gridxHf input[type="text"]:focus,
.contact_form_boxs0I .support_gridxHf textarea:focus {
    outline: none;
    background-color: #ffffff;
    box-shadow: 
        0 2px 5px rgba(0, 0, 0, 0.03) inset,
        0 0 0 3px rgb(179,172,152,0.5);
    border-color: rgb(179,172,152);
}.contact_form_boxs0I .support_gridxHf textarea {
    resize: vertical;
    height: 150px;
}.contact_form_boxs0I .support_gridxHf .inquiry_infocTq {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.contact_form_boxs0I .support_gridxHf .inquiry_infocTq input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_boxs0I .support_gridxHf .inquiry_infocTq label {
    font-size: calc(13px - 2px);
    padding-left: 38px;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    color: #000000;
}.contact_form_boxs0I .support_gridxHf .inquiry_infocTq label::before {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    top: 2px;
    border-radius: 10px;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    content: '';
}.contact_form_boxs0I .support_gridxHf .inquiry_infocTq label::after {
    content: '';
    left: 5px;
    border-radius: calc(10px - 2px);
    top: 2px;
    width: 15px;
    transition: all 0.3s ease;
    transform: scale(0.6);
    position: absolute;
    background-color: rgb(179,172,152);
    opacity: 0;
    height: 15px;
}.contact_form_boxs0I .support_gridxHf .inquiry_infocTq input[type="checkbox"]:checked + label::before {
    border-color: rgb(179,172,152);
}.contact_form_boxs0I .support_gridxHf .inquiry_infocTq input[type="checkbox"]:checked + label::after {
    transform: scale(1);
    opacity: 1;
}.contact_form_boxs0I .support_gridxHf .inquiry_infocTq a {
    position: relative;
    font-weight: 600;
    color: rgb(179,172,152);
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_form_boxs0I .support_gridxHf .inquiry_infocTq a::after {
    transform-origin: right;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
    bottom: -2px;
    transform: scaleX(0);
    width: 100%;
    height: 1px;
    background-color: rgb(179,172,152);
    content: '';
}.contact_form_boxs0I .support_gridxHf .inquiry_infocTq a:hover {
    color: rgb(157,108,145);
}.contact_form_boxs0I .support_gridxHf .inquiry_infocTq a:hover::after {
    background-color: rgb(157,108,145);
    transform-origin: left;
    transform: scaleX(1);
}.contact_form_boxs0I .support_gridxHf .contact_queryJkq {
    padding: 16px 35px;
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 19px;
    box-shadow: 
        0 5px 15px rgb(179,172,152,0.5),
        0 0 0 1px rgb(179,172,152,0.5) inset;
    cursor: pointer;
    position: relative;
    background: linear-gradient(135deg, rgb(179,172,152) 0%, rgb(157,108,145) 100%);
    display: inline-block;
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
}.contact_form_boxs0I .support_gridxHf .contact_queryJkq::before {
    width: 100%;
    left: -100%;
    transition: all 0.5s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: 0;
    content: '';
    position: absolute;
}.contact_form_boxs0I .support_gridxHf .contact_queryJkq::after {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    animation: glow 2s infinite;
    opacity: 0.5;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    position: absolute;
}.contact_form_boxs0I .support_gridxHf .contact_queryJkq:hover {
    box-shadow: 
        0 8px 25px rgb(179,172,152,0.5),
        0 0 0 1px rgb(179,172,152) inset;
    background: linear-gradient(135deg, rgb(157,108,145) 0%, rgb(179,172,152) 100%);
    transform: translateY(-3px);
}.contact_form_boxs0I .support_gridxHf .contact_queryJkq:hover::before {
    left: 100%;
}.contact_form_boxs0I .connect_listk3N {
    overflow: hidden;
    flex: 1 1 40%;
    position: relative;
    background: linear-gradient(135deg, rgb(179,172,152) 0%, rgb(157,108,145) 100%);
    padding: 50px;
}.contact_form_boxs0I .connect_listk3N::before {
    height: 100%;
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    content: '';
    width: 100%;
    left: 0;
    opacity: 1;
    z-index: 0;
    top: 0;
}.contact_form_boxs0I .connect_listk3N::after {
    animation: shine 8s infinite linear;
    position: absolute;
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.05) 50%, transparent 75%);
    left: 0;
    height: 100%;
    top: 0;
    content: '';
    width: 100%;
}.contact_form_boxs0I .connect_listk3N h4 {
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 600;
}.contact_form_boxs0I .connect_listk3N h4::after {
    position: absolute;
    left: 0;
    height: 3px;
    content: '';
    bottom: -10px;
    border-radius: 10px;
    background: #ffffff;
    width: 60px;
}.contact_form_boxs0I .connect_listk3N .query_requestT2h {
    margin: 0;
    position: relative;
    padding: 0;
    list-style: none;
    z-index: 1;
}.contact_form_boxs0I .connect_listk3N .query_requestT2h li {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}.contact_form_boxs0I .connect_listk3N .query_requestT2h li:not(:last-child)::after {
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    bottom: 0;
    height: 1px;
}.contact_form_boxs0I .connect_listk3N .query_requestT2h li svg {
    flex-shrink: 0;
    width: 26px;
    margin-right: 20px;
    position: relative;
    height: 26px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}.contact_form_boxs0I .connect_listk3N .query_requestT2h li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_form_boxs0I .connect_listk3N .query_requestT2h li:hover svg {
    transition: transform 0.3s ease;
    transform: scale(1.1);
}.contact_form_boxs0I .connect_listk3N .query_requestT2h li:hover svg path {
    fill: rgba(255, 255, 255, 0.9);
}.contact_form_boxs0I .connect_listk3N .query_requestT2h li span {
    line-height: 1.5;
    font-size: 13px;
    color: #ffffff;
    position: relative;
}.contact_form_boxs0I .connect_listk3N .query_requestT2h li a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_form_boxs0I .connect_listk3N .query_requestT2h li a::after {
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #ffffff;
    height: 1px;
    transition: transform 0.3s ease;
    bottom: -2px;
    content: '';
    transform-origin: right;
}.contact_form_boxs0I .connect_listk3N .query_requestT2h li a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9);
}.contact_form_boxs0I .connect_listk3N .query_requestT2h li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-border {
    0%, 100% {
        box-shadow: 0 0 15px rgb(179,172,152,0.5);
    }
    50% {
        box-shadow: 0 0 25px rgb(157,108,145,0.5);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@media (max-width: 992px) {.contact_form_boxs0I {
    padding: 80px 0;
}.contact_form_boxs0I .container {
    padding: 0 20px;
}.contact_form_boxs0I .contact_inquirywgo {
    flex-direction: column;
}.contact_form_boxs0I .support_gridxHf,
    .contact_form_boxs0I .connect_listk3N {
    flex: 1 1 100%;
}.contact_form_boxs0I .support_gridxHf {
    padding: 40px;
}.contact_form_boxs0I .connect_listk3N {
    padding: 40px;
}
}

@media (max-width: 768px) {.contact_form_boxs0I {
    padding: 60px 0;
}.contact_form_boxs0I h3 {
    font-size: calc(28px - 4px);
    margin-bottom: 40px;
}.contact_form_boxs0I .support_gridxHf h3,
    .contact_form_boxs0I .connect_listk3N h4 {
    margin-bottom: 30px;
    font-size: calc(22px - 2px);
}.contact_form_boxs0I .support_gridxHf input[type="text"],
    .contact_form_boxs0I .support_gridxHf textarea {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_form_boxs0I .support_gridxHf textarea {
    height: 120px;
}.contact_form_boxs0I .support_gridxHf .contact_queryJkq {
    padding: 14px 30px;
    font-size: calc(19px - 1px);
}.contact_form_boxs0I .connect_listk3N .query_requestT2h li {
    margin-bottom: 25px;
    padding-bottom: 15px;
}.contact_form_boxs0I .connect_listk3N .query_requestT2h li svg {
    margin-right: 15px;
    height: 22px;
    width: 22px;
}
}

@media (max-width: 576px) {.contact_form_boxs0I {
    padding: 40px 0;
}.contact_form_boxs0I .support_gridxHf,
    .contact_form_boxs0I .connect_listk3N {
    padding: 30px 20px;
}.contact_form_boxs0I h3 {
    margin-bottom: 30px;
    font-size: calc(28px - 6px);
}.contact_form_boxs0I .support_gridxHf .inquiry_infocTq label {
    font-size: calc(13px - 3px);
}.contact_form_boxs0I .connect_listk3N .query_requestT2h li:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 20px;
}}.data_summaryKsS {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,211,205) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 5rem 0;
}.data_summaryKsS::before {
    opacity: 0.05;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(179,172,152,0.5) 0px,
        rgb(179,172,152,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    pointer-events: none;
}.data_summaryKsS .container {
    z-index: 1;
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1rem;
}.data_summaryKsS h4 {
    opacity: 1;
    margin-top: 3rem;
    font-family: Arial, sans-serif;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translateY(0);
    text-align: center;
    position: relative;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}.data_summaryKsS h4::after {
    display: block;
    background: rgb(179,172,152);
    height: 3px;
    content: "";
    width: 60px;
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 1rem auto 0;
}.data_summaryKsS:hover h4::after {
    transform: scaleX(1.5);
}.data_summaryKsS ul {
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 0;
    gap: 2rem;
}.data_summaryKsS .statistics_proNdw {
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    justify-content: center;
    background: #ffffff;
    align-items: center;
    position: relative;
    display: flex;
    transform: translateY(0);
    padding: 2rem;
}.data_summaryKsS .statistics_proNdw:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.data_summaryKsS .statistics_proNdw::before {
    z-index: -1;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
    top: 0;
    background: linear-gradient(
        45deg,
        rgb(179,172,152,0.5) 0%,
        rgb(157,108,145,0.5) 100%
    );
    left: 0;
    opacity: 0;
}.data_summaryKsS .statistics_proNdw:hover::before {
    opacity: 0.05;
}.data_summaryKsS .statistics_proNdw div {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}.data_summaryKsS .statistics_proNdw p {
    margin: 0 0 0.5rem;
    color: rgb(179,172,152);
    line-height: 1;
    position: relative;
    transition: transform 0.5s ease, color 0.3s ease;
    transform: perspective(400px) rotateX(0);
    font-size: 3rem;
    font-weight: 700;
}.data_summaryKsS .statistics_proNdw:hover p {
    transform: perspective(400px) rotateX(10deg);
    color: rgb(157,108,145);
}.data_summaryKsS .statistics_proNdw p::after {
    transform: translateX(-50%) scaleX(0.5);
    background: rgb(179,172,152,0.5);
    bottom: -8px;
    left: 50%;
    transition: transform 0.4s ease, background 0.3s ease;
    width: 40px;
    content: "";
    height: 2px;
    position: absolute;
}.data_summaryKsS .statistics_proNdw:hover p::after {
    background: rgb(157,108,145);
    transform: translateX(-50%) scaleX(1);
}.data_summaryKsS .statistics_proNdw span {
    font-weight: var(--font-weight-medium);
    line-height: 1.4;
    transition: color 0.3s ease, transform 0.3s ease;
    display: block;
    color: #000000;
    font-size: 13px;
    max-width: 180px;
    margin-top: 0.5rem;
}.data_summaryKsS .statistics_proNdw:hover span {
    color: #000000;
    transform: translateY(3px);
}.data_summaryKsS .statistics_proNdw:nth-child(odd) {
    transform: translateY(10px);
}.data_summaryKsS .statistics_proNdw:nth-child(odd):hover {
    transform: translateY(0);
}.data_summaryKsS .statistics_proNdw:nth-child(3n+1)::after {
    transition: transform 0.3s ease 0.1s;
    background: rgb(179,172,152);
    position: absolute;
    content: "";
    height: 16px;
    top: -8px;
    transform: scale(0);
    width: 16px;
    right: -8px;
}.data_summaryKsS .statistics_proNdw:nth-child(3n+1):hover::after {
    transform: scale(1);
}

@media (min-width: 768px) {.data_summaryKsS {
    padding: 7rem 0;
}.data_summaryKsS ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2.5rem;
}.data_summaryKsS .statistics_proNdw {
    height: 220px;
}.data_summaryKsS h4 {
    margin-top: 4rem;
    font-size: calc(22px * 1.2);
}
}

@media (min-width: 992px) {.data_summaryKsS ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}.data_summaryKsS h4::after {
    width: 80px;
}.data_summaryKsS .statistics_proNdw p {
    font-size: 3.5rem;
}
}

@media (max-width: 767px) {.data_summaryKsS {
    padding: 4rem 0;
}.data_summaryKsS ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.data_summaryKsS .statistics_proNdw {
    padding: 1.5rem;
}.data_summaryKsS .statistics_proNdw p {
    font-size: 2.5rem;
}.data_summaryKsS h4 {
    margin-top: 2rem;
    font-size: 17px;
}.data_summaryKsS h4::after {
    margin-top: 0.75rem;
    width: 50px;
}
}

@media (max-width: 480px) {.data_summaryKsS ul {
    gap: 1.25rem;
    grid-template-columns: 1fr;
}.data_summaryKsS .statistics_proNdw {
    padding: 1.25rem;
    height: auto;
}.data_summaryKsS .statistics_proNdw:nth-child(odd) {
    transform: translateY(0);
}}

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

.data_summaryKsS .statistics_proNdw:nth-child(3n+2):hover p {
    animation: pulse 2s infinite ease-in-out;
}