* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}.container {
    max-width: 100%;
    width: 1241px;
    margin: auto;
}.tech_stackstat {
    flex: 0 0 auto;
}.wrapper-holderstat {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.site_startstat {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
}.tech_stackstat {
    background-color: #ffffff;
    position: relative;
    color: #000000;
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
}.tech_stackstat::before {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 1px;
    background-image: repeating-linear-gradient(
        to right,
        rgb(179,185,199),
        rgb(179,185,199) 10px,
        transparent 10px,
        transparent 20px
    );
}footer .grant_ctastat {
    position: relative;
    z-index: 1;
}footer .get_supportstat {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    display: flex;
    height: 100px;
    overflow: hidden;
    margin-bottom: 70px;
}footer .info_item {
    height: 100px;
    background-color: rgb(116,132,164);
    cursor: pointer;
    transition: all 0.5s ease;
    align-items: center;
    padding: 0 25px;
    overflow: hidden;
    flex: 1;
    display: flex;
    min-width: 250px;
    margin-right: 1px;
    position: relative;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    background-color: rgb(179,185,199);
    flex: 1.5;
}footer .info_item::after {
    height: 100%;
    content: "";
    top: 0;
    background-color: rgba(255, 255, 255, 0.1);
    width: 1px;
    position: absolute;
    right: 0;
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    flex-shrink: 0;
    margin-right: 15px;
    z-index: 2;
    fill: #ffffff;
    position: relative;
    height: 24px;
    width: 24px;
}footer .info_item p,
footer .info_item a {
    font-size: 15px;
    white-space: nowrap;
    position: relative;
    text-overflow: ellipsis;
    z-index: 2;
    color: #ffffff;
    max-width: 100%;
    overflow: hidden;
    text-decoration: none;
}footer .info_item::before {
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease;
    opacity: 0;
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    padding: 0 20px;
    gap: 0;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    display: flex;
    scrollbar-width: none;
    margin: 0 -20px;
    -ms-overflow-style: none;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .top_mainstat, footer .header_mainbarstat, footer .subscribe_holder {
    max-width: 500px;
    border-radius: 25px;
    position: relative;
    min-width: 280px;
    scroll-snap-align: start;
    height: 450px;
    margin-right: 30px;
    padding: 30px;
    transition: all 0.4s ease;
    flex: 0 0 100%;
}footer .top_mainstat {
    flex-direction: column;
    text-align: center;
    background-color: rgb(224,227,230);
    align-items: center;
    display: flex;
    justify-content: center;
}footer .top_mainstat svg {
    height: 50px;
    width: auto;
    margin-bottom: 30px;
}footer .math_toolsstat {
    max-width: 300px;
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
}footer .header_mainbarstat {
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    flex-direction: column;
    background-color: rgb(116,132,164);
    position: relative;
    display: flex;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(116,132,164,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(179,185,199,0.5) 0%, transparent 40%);
}footer .header_mainbarstat::after {
    right: 0;
    left: 0;
    top: 0;
    content: "";
    pointer-events: none;
    background-size: 30px 30px;
    bottom: 0;
    opacity: 0.3;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    position: absolute;
}footer .header_mainbarstat h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    color: #ffffff;
}footer .header_mainbarstat h5::after {
    background-color: rgb(179,185,199);
    width: 30px;
    height: 2px;
    bottom: -10px;
    position: absolute;
    content: "";
    left: 0;
}footer .header_barstat {
    max-height: 280px;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}footer .header_barstat a {
    padding: 10px 0;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}footer .header_barstat a:hover {
    color: #ffffff;
    padding-left: 10px;
    border-bottom-color: rgb(179,185,199);
}footer .subscribe_holder {
    flex-direction: column;
    background-color: rgb(179,185,199);
    justify-content: center;
    color: #ffffff;
    display: flex;
}footer .subscribe_holder h5 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    color: #ffffff;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border: none;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .subscribe_featurestat {
    color: #ffffff;
    background-color: rgb(116,132,164);
    font-weight: 600;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    font-size: 18px;
}footer .subscribe_featurestat:hover {
    background-color: rgb(116,132,164,0.5);
}footer .affiliate_ctastat {
    position: relative;
    padding-top: 20px;
    margin-top: 40px;
}footer .affiliate_ctastat::before {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: 20%;
    content: "";
    top: 0;
    right: 20%;
    position: absolute;
    height: 1px;
}footer .carbon_ctastat {
    color: #000000;
    text-align: center;
    font-size: 12px;
}

@media (min-width: 992px) {footer .text_main_holder {
    scroll-snap-type: none;
    overflow-x: visible;
    gap: 30px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}footer .top_mainstat, footer .header_mainbarstat, footer .subscribe_holder {
    min-width: 0;
    height: 500px;
    flex: 1;
    margin-right: 0;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .top_mainstat::before,
    footer .header_mainbarstat::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .tech_stackstat {
    padding: 60px 0 30px;
}footer .get_supportstat {
    height: auto;
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 1px;
    width: 100%;
}footer .info_item:hover {
    padding-left: 35px;
    flex: 1;
}footer .top_mainstat, footer .header_mainbarstat, footer .subscribe_holder {
    height: auto;
    padding: 25px 20px;
    min-height: 350px;
}
}

@media (max-width: 576px) {footer .tech_stackstat {
    padding: 50px 0 20px;
}footer .top_mainstat::before,
    footer .header_mainbarstat::before,
    footer .subscribe_holder::before {
    left: 15px;
    font-size: 2rem;
    top: 15px;
}footer .header_barstat {
    height: auto;
    max-height: 220px;
}footer .top_mainstat, footer .header_mainbarstat, footer .subscribe_holder {
    min-height: 300px;
    padding: 20px 15px;
}footer .header_mainbarstat h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(21px - 2px);
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .subscribe_featurestat {
    padding: 12px;
}}.secure_lodgestat {
    background-color: rgb(179,185,199);
    line-height: 1.6;
    padding: 50px;
    box-shadow: 0 0 10px rgb(179,185,199,0.5);
    font-family: Arial, sans-serif;
    border: 1px solid rgb(179,185,199,0.5);
    color: #ffffff;
    margin: 0 auto;
}.secure_lodgestat h1 {
    border-bottom: 1px solid rgb(116,132,164,0.5);
    padding-bottom: 10px;
    font-size: 48px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    color: rgb(116,132,164);
    margin-bottom: 30px;
    font-weight: 700;
}.secure_lodgestat h2 {
    text-transform: uppercase;
    padding-left: 15px;
    font-weight: 600;
    margin-top: 40px;
    border-left: 5px solid rgb(179,185,199);
    margin-bottom: 20px;
    font-size: 36px;
    color: rgb(116,132,164);
}.secure_lodgestat ul {
    margin: 1rem 0;
    list-style-type: none;
    padding: 0;
}.secure_lodgestat li {
    align-items: center;
    display: flex;
    font-size: 17px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}.secure_lodgestat li::before {
    color: rgb(116,132,164);
    font-size: 1.2em;
    content: '✦';
    margin-right: 10px;
}.secure_lodgestat p {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 17px;
}.secure_lodgestat span {
    border-radius: 10px;
    color: rgb(179,185,199);
    padding: 3px 6px;
    background-color: rgb(179,185,199,0.5);
    font-weight: 600;
}.secure_lodgestat a {
    color: rgb(116,132,164);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed rgb(116,132,164);
}.secure_lodgestat a:hover {
    color: rgb(179,185,199);
    border-bottom: 1px dashed rgb(179,185,199);
}
@media only screen and (max-width: 800px) {.secure_lodgestat {
    padding: 30px;
}.secure_lodgestat h1 {
    font-size: calc(23px * 0.8);
}.secure_lodgestat h2 {
    font-size: calc(23px * 0.8);
}.secure_lodgestat p {
    font-size: calc(17px * 0.9);
}.secure_lodgestat li {
    padding: 10px;
}}.training_structurestat {
    overflow: hidden;
    display: flex;
    min-height: 80vh;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(215deg, #000000 0%, rgb(179,185,199) 100%);
    align-items: center;
}.training_structurestat::before {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(90deg, rgb(116,132,164,0.5) 1px, transparent 1px) 0 0 / 20px 100%,
        linear-gradient(0deg, rgb(116,132,164,0.5) 1px, transparent 1px) 0 0 / 100% 20px;
    opacity: 0.2;
    width: 100%;
    content: '';
}.training_structurestat::after {
    position: absolute;
    left: 0;
    background-size: 30px 30px;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgb(179,185,199,0.5) 25%, transparent 25%, transparent 50%, rgb(179,185,199,0.5) 50%, rgb(179,185,199,0.5) 75%, transparent 75%, transparent);
    content: '';
    opacity: 0.05;
    animation: moveBackground 20s linear infinite;
}@keyframes moveBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.training_structurestat .vision_missionstat {
    position: relative;
    z-index: 5;
    width: 100%;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
}.training_structurestat .content_zonestat {
    border-radius: 0 21px 21px 0;
    backdrop-filter: blur(5px);
    padding: 3rem;
    max-width: 900px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    width: 90%;
    position: relative;
    border-left: 4px solid rgb(116,132,164);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    margin: 0 auto;
    overflow: hidden;
}.training_structurestat .content_zonestat::before {
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(116,132,164), rgb(179,185,199));
    width: 5px;
    left: 0;
    animation: scanline 2s linear infinite;
    content: '';
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

.training_structurestat .content_zonestat::after {
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: glitch 3s ease-in-out infinite alternate;
    content: '';
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
}@keyframes glitch {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

.training_structurestat h2 {
    color: #ffffff;
    position: relative;
    text-shadow: 
        2px 2px 0 rgb(116,132,164,0.5),
        -2px -2px 0 rgb(179,185,199,0.5);
    letter-spacing: 2px;
    margin-bottom: 2rem;
    font-size: 31px;
    padding-left: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}.training_structurestat h2::before {
    position: absolute;
    color: rgb(116,132,164);
    left: 0;
    content: '>';
    animation: blink 1s step-end infinite;
}@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.training_structurestat h2::after {
    background: linear-gradient(90deg, rgb(116,132,164), rgb(179,185,199));
    height: 2px;
    left: 0;
    bottom: -10px;
    content: '';
    position: absolute;
    width: 100%;
}.training_structurestat p {
    font-size: 18px;
    padding-left: 1.5rem;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
}.training_structurestat p::before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    width: 3px;
    background: rgb(116,132,164,0.5);
    top: 0;
}.training_structurestat .content_zonestat::before,
.training_structurestat .content_zonestat::after,
.training_structurestat h2,
.training_structurestat p {
    transition: all 0.3s ease;
}.training_structurestat .content_zonestat:hover h2 {
    transform: translateX(5px);
    text-shadow: 
        3px 3px 0 rgb(116,132,164,0.5),
        -3px -3px 0 rgb(179,185,199,0.5);
}.training_structurestat .content_zonestat:hover p {
    transform: translateX(5px);
}.training_structurestat .content_zonestat:hover::before {
    animation-duration: 1s;
}.training_structurestat .content_zonestat:hover::after {
    animation-duration: 1.5s;
}.training_structurestat .content_zonestat::before,
.training_structurestat h2::before {
    animation-play-state: running;
}.training_structurestat::before {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        85% 100%,
        0 100%
    );
}

@media (max-width: 992px) {.training_structurestat {
    min-height: 70vh;
    padding: 5rem 1.5rem;
}.training_structurestat .content_zonestat {
    width: 90%;
    padding: 2.5rem;
}.training_structurestat h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 1.8rem;
}.training_structurestat p {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 768px) {.training_structurestat {
    padding: 4rem 1rem;
    min-height: auto;
}.training_structurestat .content_zonestat {
    padding: 2rem;
    width: 100%;
}.training_structurestat h2 {
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.8);
}.training_structurestat h2::after {
    height: 1px;
}.training_structurestat p {
    padding-left: 1.2rem;
}.training_structurestat p::before {
    width: 2px;
}
}

@media (max-width: 576px) {.training_structurestat {
    padding: 3rem 0.8rem;
}.training_structurestat .content_zonestat {
    padding: 1.5rem;
}.training_structurestat h2 {
    margin-bottom: 1.2rem;
    font-size: calc(31px * 0.7);
    padding-left: 1rem;
}.training_structurestat p {
    padding-left: 1rem;
    font-size: calc(18px * 0.9);
}.training_structurestat::before,
    .training_structurestat::after {
    opacity: 0.15;
}.training_structurestat .content_zonestat::before {
    animation-duration: 3s;
}}.join_nowstat {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 110px 0;
    background: linear-gradient(150deg, rgb(179,185,199) 0%, rgb(116,132,164) 100%);
}.join_nowstat::before {
    top: 0;
    background: 
        repeating-linear-gradient(
            90deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            0deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        );
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.05;
    z-index: -1;
}.join_nowstat::after {
    width: 100%;
    z-index: -1;
    content: '';
    opacity: 0.5;
    animation: dataFlow 8s linear infinite;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.05) 75%, 
        rgba(255, 255, 255, 0.1) 100%);
    top: 0;
    height: 100%;
}.join_nowstat .vision_missionstat {
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.join_nowstat .vision_missionstat::before {
    left: -100%;
    transform-origin: center;
    background: 
        radial-gradient(
            ellipse at center,
            #ffffff 0%,
            transparent 60%
        );
    z-index: -1;
    width: 300%;
    position: absolute;
    opacity: 0.03;
    animation: rotateRadial 60s linear infinite;
    content: '';
    height: 300%;
    top: -100%;
}.join_nowstat .vision_missionstat::after {
    width: 100%;
    opacity: 0.04;
    background-size: 60px 60px;
    z-index: -1;
    animation: shiftPattern 40s linear infinite;
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 65%, #ffffff 65.5%, transparent 66%),
        linear-gradient(-45deg, transparent 65%, #ffffff 65.5%, transparent 66%);
}.join_nowstat h3 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 55px;
    letter-spacing: 4px;
    text-shadow: 0 0 15px #ffffff;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.join_nowstat h3::before {
    content: '';
    width: 120px;
    position: absolute;
    height: 3px;
    box-shadow: 0 0 10px #ffffff;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
        transparent, 
        #ffffff, 
        transparent);
    bottom: -18px;
    left: 50%;
}.join_nowstat h3::after {
    background-size: 100% 3px;
    height: 40px;
    opacity: 0.1;
    background-position: center;
    content: '';
    background-image: 
        linear-gradient(0deg, 
            transparent 0%, 
            #ffffff 50%, 
            transparent 100%);
    top: -45px;
    animation: scanLine 3s linear infinite;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    width: 100%;
}.join_nowstat .edu_chatstat {
    letter-spacing: 3px;
    position: relative;
    padding: 18px 50px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgb(116,132,164,0.5);
    text-transform: uppercase;
    overflow: hidden;
    text-decoration: none;
    clip-path: polygon(
        5% 0%, 
        100% 0%, 
        95% 100%, 
        0% 100%
    );
    z-index: 1;
    font-family: Arial, sans-serif;
    background: rgb(116,132,164);
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.4s ease;
}.join_nowstat .edu_chatstat::before {
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    content: '';
    transform: skewX(-20deg);
    width: 200%;
    z-index: -1;
    height: 100%;
    transition: all 0.6s ease;
    position: absolute;
    left: -100%;
}.join_nowstat .edu_chatstat::after {
    content: '';
    z-index: -2;
    width: 102%;
    height: calc(100% + 4px);
    left: -1%;
    opacity: 0;
    top: -2px;
    clip-path: polygon(
        5% 0%, 
        100% 0%, 
        95% 100%, 
        0% 100%
    );
    transition: all 0.4s ease;
    background: linear-gradient(
        rgb(179,185,199),
        rgb(116,132,164)
    );
    position: absolute;
}.join_nowstat .edu_chatstat:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 25px rgb(116,132,164);
    background: transparent;
    transform: translateY(-5px);
    text-shadow: 0 0 5px #ffffff;
    color: #ffffff;
}.join_nowstat .edu_chatstat:hover::before {
    left: 100%;
}.join_nowstat .edu_chatstat:hover::after {
    opacity: 1;
}

@media screen and (max-width: 992px) {.join_nowstat {
    padding: 90px 0;
}.join_nowstat h3 {
    letter-spacing: 3px;
    font-size: calc(30px * 0.9);
    margin-bottom: 50px;
}.join_nowstat h3::before {
    width: 100px;
}.join_nowstat .edu_chatstat {
    font-size: calc(18px * 0.95);
    padding: 16px 45px;
}
}

@media screen and (max-width: 768px) {.join_nowstat {
    padding: 70px 0;
}.join_nowstat h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 45px;
    letter-spacing: 2px;
}.join_nowstat h3::before {
    width: 90px;
    height: 2px;
    bottom: -15px;
}.join_nowstat h3::after {
    height: 30px;
    top: -35px;
}.join_nowstat .edu_chatstat {
    letter-spacing: 2px;
    padding: 14px 40px;
    font-size: calc(18px * 0.9);
}
}

@media screen and (max-width: 576px) {.join_nowstat {
    padding: 50px 0;
}.join_nowstat h3 {
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-size: calc(30px * 0.7);
}.join_nowstat h3::before {
    width: 70px;
    bottom: -12px;
    height: 2px;
}.join_nowstat h3::after {
    height: 20px;
    top: -25px;
}.join_nowstat .edu_chatstat {
    font-size: calc(18px * 0.85);
    letter-spacing: 1px;
    padding: 12px 30px;
}}

@keyframes dataFlow {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shiftPattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes scanLine {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}.learning_profitsstat {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(116,132,164,0.5), 0.05), rgba(rgb(179,185,199,0.5), 0.1));
}.learning_profitsstat::before {
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background: radial-gradient(circle at 10% 30%, rgba(rgb(179,185,199,0.5), 0.08), transparent 60%);
    z-index: 0;
    position: absolute;
}.learning_profitsstat::after {
    background: radial-gradient(circle, rgba(rgb(116,132,164,0.5), 0.2), transparent 70%);
    height: 200px;
    width: 200px;
    content: "";
    z-index: 0;
    right: -80px;
    bottom: -80px;
    position: absolute;
}.learning_profitsstat h5 {
    font-weight: 700;
    transform: translateY(0);
    font-size: calc(21px * 1.1);
    color: #000000;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}.learning_profitsstat h5::after {
    height: 3px;
    width: 60px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 10px;
    content: "";
    background: linear-gradient(90deg, rgb(179,185,199), rgb(116,132,164));
}.learning_profitsstat .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}.learning_profitsstat .vision_missionstat {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    flex-direction: column;
    border-radius: 30px;
    transform: translateY(0);
    background-color: #ffffff;
    display: flex;
    padding: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2.5rem;
}.learning_profitsstat .vision_missionstat:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.learning_profitsstat .img_list_itemstat {
    transform: scale(1);
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    height: 300px;
    box-shadow: 0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.1);
    border-radius: 10px;
}.learning_profitsstat .vision_missionstat:hover .img_list_itemstat {
    transform: scale(1.02);
}.learning_profitsstat .content_zonestat {
    padding: 1rem 0 0.5rem;
}.learning_profitsstat ul {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 1.25rem;
    margin: 0;
    grid-template-columns: 1fr;
}.learning_profitsstat li {
    transform: translateX(0);
    padding-left: 2.5rem;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.learning_profitsstat li:hover {
    transform: translateX(5px);
}.learning_profitsstat li::before {
    width: 100%;
    background: linear-gradient(90deg, rgba(rgb(179,185,199,0.5), 0.05), transparent);
    z-index: -1;
    left: 0;
    transform-origin: left;
    transform: scaleX(0.9);
    transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    border-radius: 10px;
}.learning_profitsstat li:hover::before {
    transform: scaleX(1);
    opacity: 1;
}.learning_profitsstat li p {
    color: #000000;
    display: flex;
    font-size: calc(14px * 0.95);
    align-items: flex-start;
    line-height: 1.5;
    position: relative;
    margin: 0;
}.learning_profitsstat li svg {
    top: 0;
    left: -2rem;
    height: 22px;
    width: 22px;
    transition: transform 0.3s ease;
    position: absolute;
}.learning_profitsstat li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.learning_profitsstat li svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,185,199);
}.learning_profitsstat li:hover svg path {
    fill: rgb(116,132,164);
}

@media (min-width: 768px) {.learning_profitsstat {
    padding: 7rem 0;
}.learning_profitsstat h5 {
    font-size: calc(21px * 1.25);
    margin-bottom: 4rem;
}.learning_profitsstat h5::after {
    height: 4px;
    width: 80px;
}.learning_profitsstat .vision_missionstat {
    gap: 3.5rem;
    align-items: center;
    padding: 2.5rem;
    flex-direction: row;
}.learning_profitsstat .vision_missionstat > div:first-child {
    flex: 0 0 45%;
}.learning_profitsstat .img_list_itemstat {
    height: 360px;
}.learning_profitsstat .content_zonestat {
    flex: 1;
    padding: 0;
}.learning_profitsstat ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem 1.25rem;
}.learning_profitsstat li p {
    font-size: 14px;
}
}

@media (min-width: 1024px) {.learning_profitsstat {
    padding: 8rem 0;
}.learning_profitsstat h5 {
    font-size: calc(21px * 1.4);
}.learning_profitsstat .vision_missionstat {
    gap: 5rem;
    padding: 3rem;
}.learning_profitsstat .vision_missionstat > div:first-child {
    flex: 0 0 42%;
}.learning_profitsstat .img_list_itemstat {
    height: 420px;
}.learning_profitsstat ul {
    gap: 2rem 1.5rem;
}.learning_profitsstat li p {
    font-size: calc(14px * 1.05);
    line-height: 1.6;
}.learning_profitsstat li:nth-child(odd) {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.learning_profitsstat li:nth-child(odd):hover {
    transform: translateY(-5px);
}.learning_profitsstat li:nth-child(even) {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.learning_profitsstat li:nth-child(even):hover {
    transform: translateY(5px);
}
}

@media (max-width: 767px) {.learning_profitsstat h5 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
}.learning_profitsstat .vision_missionstat {
    padding: 1.25rem;
}.learning_profitsstat .img_list_itemstat {
    height: 240px;
}.learning_profitsstat li {
    padding-left: 2.25rem;
}.learning_profitsstat li svg {
    left: -1.75rem;
    height: 20px;
    width: 20px;
}.learning_profitsstat li p {
    line-height: 1.4;
    font-size: calc(14px * 0.9);
}}header {
    width: 100%;
    left: 0;
    background: linear-gradient(to bottom, 
        rgb(179,185,199,0.5) 0%,
        #000000 100%);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    top: 0;
    z-index: 100;
    position: fixed;
}header::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
    animation: pulse-bg 8s infinite alternate;
    left: 0;
    top: 0;
    opacity: 0.3;
    background: 
        radial-gradient(circle at 20% 30%, rgb(116,132,164,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(179,185,199,0.5) 0%, transparent 15%);
    content: "";
}header::after {
    background-size: 20px 20px;
    opacity: 0.1;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(116,132,164,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(116,132,164,0.5) 100%);
    z-index: 1;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
}header .container {
    flex-direction: column;
    align-items: center;
    display: flex;
    z-index: 2;
    position: relative;
    padding: 0;
}header .main_infostat {
    width: 100%;
    align-items: center;
    position: relative;
    display: flex;
    flex-direction: column;
}header .top_tutorstat {
    z-index: 3;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 1rem 0 1.5rem;
}header .top_tutorstat::before {
    border-radius: 50%;
    animation: rotate 10s linear infinite;
    position: absolute;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(116,132,164,0.5) 120deg,
            transparent 180deg,
            rgb(179,185,199,0.5) 240deg,
            transparent 360deg
        );
    opacity: 0.2;
    height: 120px;
    content: "";
    z-index: -1;
    width: 120px;
}header .top_tutorstat::after {
    border-radius: 50%;
    width: 70px;
    content: "";
    opacity: 0.3;
    filter: blur(20px);
    animation: pulse-opacity 4s ease infinite alternate;
    z-index: -2;
    position: absolute;
    height: 70px;
    background: rgb(116,132,164,0.5);
}header .top_tutorstat svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 8px rgb(179,185,199,0.5));
    transition: all 0.4s ease;
}header .top_tutorstat:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(116,132,164));
}header .header_mainbarstat {
    border-bottom: 1px solid rgb(179,185,199,0.5);
    gap: 0.8rem;
    display: flex;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: center;
    border-top: 1px solid rgb(179,185,199,0.5);
    position: relative;
    padding: 1rem 0;
    width: 100vw;
}header .header_mainbarstat::-webkit-scrollbar {
    display: none;
}header .header_mainbarstat::before {
    left: 0;
    z-index: 3;
    top: 0;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    position: absolute;
    height: 100%;
    content: "";
    pointer-events: none;
    width: 100%;
}header .main_mainbarstat {
    text-decoration: none;
    perspective: 800px;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    padding: 0.6rem 1.5rem;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    white-space: nowrap;
    z-index: 2;
}header .main_mainbarstat::before {
    transition: all 0.3s ease;
    border-radius: 10px;
    transform: translateZ(-10px);
    z-index: -1;
    content: "";
    width: 100%;
    border: 1px solid transparent;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
}header .main_mainbarstat::after {
    background: rgb(116,132,164);
    position: absolute;
    left: 50%;
    content: "";
    height: 2px;
    bottom: 0;
    width: 0%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}header .main_mainbarstat:hover {
    transform: translateY(-2px) translateZ(0);
    color: rgb(116,132,164);
    text-shadow: 0 0 5px rgb(116,132,164,0.5);
}header .main_mainbarstat:hover::before {
    border-color: rgb(116,132,164,0.5);
    box-shadow: 0 0 15px rgb(179,185,199,0.5);
    transform: translateZ(0);
}header .main_mainbarstat:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .top_tutorstat {
    margin: 0.8rem 0 1.2rem;
}header .top_tutorstat svg {
    height: 40px;
}header .main_mainbarstat {
    font-size: calc(14px - 1px);
    padding: 0.5rem 1.2rem;
}
}

@media (max-width: 767px) {header .top_tutorstat {
    margin: 0.6rem 0 1rem;
}header .top_tutorstat svg {
    height: 35px;
}header .top_tutorstat::before {
    height: 90px;
    width: 90px;
}header .top_tutorstat::after {
    width: 50px;
    height: 50px;
}header .header_mainbarstat {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .main_mainbarstat {
    font-size: calc(14px - 2px);
    padding: 0.4rem 1rem;
}header .main_mainbarstat:first-child {
    margin-left: 2rem;
}header .main_mainbarstat:last-child {
    margin-right: 2rem;
}}.potential_studentsstat {
    background: rgb(224,227,230);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}.potential_studentsstat::before {
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        transparent 0%,
        rgba(rgb(116,132,164,0.5), 0.05) 25%, 
        transparent 35%,
        rgba(rgb(179,185,199,0.5), 0.05) 50%,
        transparent 65%,
        rgba(rgb(116,132,164,0.5), 0.05) 75%,
        transparent 100%
    );
    width: 100%;
    content: "";
    left: 0;
    z-index: -1;
}.potential_studentsstat::after {
    content: "";
    background-position: 0 0, 25px 25px;
    position: absolute;
    top: 0;
    background-size: 50px 50px, 100px 100px;
    opacity: 0.5;
    height: 100%;
    left: 0;
    background-image: 
        radial-gradient(rgba(rgb(179,185,199,0.5), 0.15) 2px, transparent 2px),
        radial-gradient(rgba(rgb(116,132,164,0.5), 0.1) 2px, transparent 2px);
    z-index: -1;
    width: 100%;
}.potential_studentsstat .vision_missionstat {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 2rem;
}.potential_studentsstat h3 {
    margin-bottom: 3rem;
    font-size: 32px;
    padding-left: 2rem;
    text-align: left;
    font-weight: 700;
    color: rgb(116,132,164);
    position: relative;
}.potential_studentsstat h3::before {
    height: 100%;
    top: 0;
    width: 5px;
    position: absolute;
    border-radius: 10px;
    content: "";
    background: linear-gradient(
        to bottom,
        rgb(116,132,164),
        rgb(179,185,199)
    );
    left: 0;
}.potential_studentsstat ul {
    padding: 0;
    gap: 2rem 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin: 0;
    list-style: none;
}.potential_studentsstat ul::before {
    z-index: -1;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(rgb(179,185,199,0.5), 0.3),
        transparent
    );
    position: absolute;
    width: 1px;
    content: "";
    height: 100%;
    top: 0;
    left: 50%;
}.potential_studentsstat li {
    align-items: flex-start;
    position: relative;
    transition: all 0.3s ease;
    background: rgba(rgb(116,132,164,0.5), 0.03);
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(rgb(116,132,164,0.5), 0.1);
    display: flex;
}.potential_studentsstat li::before {
    left: 0;
    right: 0;
    height: 4px;
    opacity: 0;
    transition: opacity 0.4s ease;
    content: "";
    top: 0;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(179,185,199,0.5), 0.5),
        transparent
    );
    position: absolute;
}.potential_studentsstat li::after {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    border-radius: 50%;
    z-index: -1;
    top: -10px;
    background: radial-gradient(
        circle,
        rgba(rgb(179,185,199,0.5), 0.15) 0%,
        transparent 70%
    );
    left: -10px;
}.potential_studentsstat li:hover {
    background: rgba(rgb(116,132,164,0.5), 0.05);
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(rgb(179,185,199,0.5), 0.2);
    transform: translateY(-5px);
}.potential_studentsstat li:hover::before {
    opacity: 1;
}.potential_studentsstat li:nth-child(odd)::after {
    left: auto;
    right: -10px;
    animation: pulseEven 3s infinite alternate ease-in-out;
}.potential_studentsstat li:nth-child(even)::after {
    animation: pulseOdd 3s infinite alternate-reverse ease-in-out;
}.potential_studentsstat li svg {
    transition: all 0.3s ease;
    margin-right: 1rem;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    fill: rgb(179,185,199);
    position: relative;
}.potential_studentsstat li svg::after {
    position: absolute;
    background: radial-gradient(
        circle,
        rgba(rgb(179,185,199,0.5), 0.3) 0%,
        transparent 70%
    );
    border-radius: 50%;
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
}.potential_studentsstat li svg path {
    fill: rgb(179,185,199);
    transition: fill 0.3s ease;
}.potential_studentsstat li:hover svg {
    animation: pulse 2s infinite;
    transform: scale(1.1);
}.potential_studentsstat li:hover svg path {
    fill: rgb(179,185,199);
}.potential_studentsstat li {
    font-weight: 400;
    color: #000000;
    font-size: 13px;
    line-height: 1.5;
}

@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 2px rgba(rgb(179,185,199,0.5), 0.5));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(rgb(179,185,199,0.5), 0.8));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(rgb(179,185,199,0.5), 0.5));
    }
}

@keyframes pulseOdd {
    0% {
        opacity: 0.4;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes pulseEven {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.4);
    }
}

@media (max-width: 992px) {.potential_studentsstat {
    padding: 4rem 0;
}.potential_studentsstat h3 {
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.9);
}.potential_studentsstat ul {
    gap: 1.5rem 1.2rem;
}
}

@media (max-width: 768px) {.potential_studentsstat {
    padding: 3.5rem 0;
}.potential_studentsstat .vision_missionstat {
    padding: 0 1.5rem;
}.potential_studentsstat h3 {
    text-align: center;
    font-size: calc(32px * 0.8);
    padding-left: 0;
    margin-bottom: 2rem;
}.potential_studentsstat h3::before {
    transform: translateX(-50%);
    height: 4px;
    top: auto;
    width: 80px;
    left: 50%;
    bottom: -12px;
}.potential_studentsstat ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.potential_studentsstat ul::before {
    display: none;
}
}

@media (max-width: 480px) {.potential_studentsstat {
    padding: 3rem 0;
}.potential_studentsstat .vision_missionstat {
    padding: 0 1rem;
}.potential_studentsstat h3 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.8rem;
}.potential_studentsstat h3::before {
    height: 3px;
    width: 60px;
}.potential_studentsstat li {
    padding: 1.2rem;
}.potential_studentsstat li svg {
    width: 28px;
    height: 28px;
    margin-right: 0.8rem;
}.potential_studentsstat li::after {
    left: -8px;
    width: 30px;
    height: 30px;
    top: -8px;
}}.course_program_detailsstat {
    overflow: hidden;
    position: relative;
    background-color: rgb(224,227,230);
    flex-direction: column;
    min-height: 100vh;
    display: flex;
}.course_program_detailsstat .job_skillsstat {
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
}.course_program_detailsstat .class_mapstat {
    width: calc(100% * var(--slide-count, 5));
    display: flex;
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    height: 100%;
}.course_program_detailsstat .job_skillsstat:hover .class_mapstat {
    animation-play-state: paused;
}.course_program_detailsstat .career_pathstat {
    overflow: hidden;
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
    position: relative;
}.course_program_detailsstat .career_pathstat::before {
    content: "";
    transition: opacity 0.5s ease;
    z-index: 1;
    position: absolute;
    left: 0;
    background: linear-gradient(
        135deg,
        rgb(179,185,199,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(116,132,164,0.5) 100%
    );
    opacity: 0.8;
    bottom: 0;
    right: 0;
    top: 0;
}.course_program_detailsstat .career_pathstat:hover::before {
    opacity: 0.4;
}.course_program_detailsstat .career_pathstat img {
    object-fit: cover;
    transition: transform 0.7s ease-out;
    filter: brightness(0.85) contrast(1.1);
    width: 100%;
    transform: scale(1.05);
    height: 100%;
}.course_program_detailsstat .career_pathstat:hover img {
    transform: scale(1);
    filter: brightness(0.95) contrast(1.05);
}.course_program_detailsstat .container {
    z-index: 2;
    display: flex;
    padding: 4rem 2rem;
    height: 100%;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    margin: auto;
}.course_program_detailsstat .vision_missionstat {
    width: 100%;
    position: relative;
    max-width: 600px;
    margin-right: 5%;
}.course_program_detailsstat .learn_morestat {
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    padding: 3rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                0 1px 3px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(8px);
    transform: translateY(0);
    position: relative;
    border-radius: 27px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.course_program_detailsstat .learn_morestat::before {
    top: 0;
    content: "";
    height: 3px;
    background: linear-gradient(
        90deg,
        rgb(179,185,199) 0%,
        rgb(116,132,164) 100%
    );
    left: 0;
    position: absolute;
    width: 100%;
}.course_program_detailsstat .learn_morestat::after {
    right: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(179,185,199,0.5) 100%
    );
    bottom: 0;
    content: "";
    width: 50%;
    position: absolute;
    height: 1px;
}.course_program_detailsstat .learn_morestat:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 
                0 2px 5px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}.course_program_detailsstat .learn_morestat h3 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: 37px;
}.course_program_detailsstat .learn_morestat h3::after {
    transition: width 0.3s ease;
    left: 0;
    background-color: rgb(179,185,199);
    width: 40%;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -8px;
}.course_program_detailsstat .learn_morestat:hover h3::after {
    width: 60%;
}.course_program_detailsstat .learn_morestat p {
    margin-bottom: 2rem;
    font-weight: 300;
    line-height: 1.6;
    font-size: 15px;
    opacity: 0.8;
    color: #ffffff;
}.course_program_detailsstat .learn_morestat .query_reachstat {
    font-size: 20px;
    background: linear-gradient(
        45deg,
        rgb(179,185,199) 0%,
        rgb(116,132,164) 100%
    );
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 15px rgb(179,185,199,0.5);
    z-index: 1;
    position: relative;
    padding: 0.85rem 2rem;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
}.course_program_detailsstat .learn_morestat .query_reachstat::before {
    content: "";
    z-index: -1;
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(
        45deg,
        rgb(116,132,164) 0%,
        rgb(179,185,199) 100%
    );
    left: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
}.course_program_detailsstat .learn_morestat .query_reachstat:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(179,185,199,0.5);
}.course_program_detailsstat .learn_morestat .query_reachstat:hover::before {
    opacity: 1;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

.course_program_detailsstat::before {
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    content: "";
    background: radial-gradient(circle at 75% 25%, 
                transparent 0%,
                rgba(0, 0, 0, 0.5) 70%);
    position: absolute;
    left: 0;
}

@media (max-width: 992px) {.course_program_detailsstat .container {
    justify-content: center;
    padding: 3rem 1.5rem;
}.course_program_detailsstat .vision_missionstat {
    margin-right: 0;
    max-width: 540px;
}.course_program_detailsstat .learn_morestat {
    padding: 2.5rem;
}.course_program_detailsstat .learn_morestat h3 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 768px) {.course_program_detailsstat .container {
    padding-bottom: 4rem;
    padding-top: 4rem;
}.course_program_detailsstat .learn_morestat {
    padding: 2rem;
}.course_program_detailsstat .learn_morestat h3 {
    margin-bottom: 1.2rem;
    font-size: calc(37px * 0.8);
}.course_program_detailsstat .learn_morestat p {
    margin-bottom: 1.5rem;
}.course_program_detailsstat .learn_morestat .query_reachstat {
    padding: 0.75rem 1.75rem;
}
    
    @keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        45% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        50% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        70% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        75% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        95% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 576px) {.course_program_detailsstat .class_mapstat {
    animation-duration: 20s;
}.course_program_detailsstat .container {
    padding: 3rem 1rem;
}.course_program_detailsstat .learn_morestat {
    padding: 1.5rem;
}.course_program_detailsstat .learn_morestat h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1rem;
}.course_program_detailsstat .learn_morestat p {
    font-size: calc(15px * 0.9);
    margin-bottom: 1.25rem;
}.course_program_detailsstat .learn_morestat .query_reachstat {
    padding: 0.65rem 1.5rem;
    font-size: calc(20px * 0.9);
}}

.course_program_detailsstat .class_mapstat::before {
    position: fixed;
    width: 1px;
    content: "";
    height: 1px;
    animation: set-slide-count 0.1s forwards;
}@keyframes set-slide-count {
    to {
        --slide-count: attr(data-slides integer);
    }
}

.course_program_detailsstat .career_pathstat:nth-child(1) {
    --slide-color: rgb(179,185,199);
}.course_program_detailsstat .career_pathstat:nth-child(2) {
    --slide-color: rgb(116,132,164);
}.course_program_detailsstat .career_pathstat:nth-child(3) {
    --slide-color: rgb(179,185,199);
}.course_program_detailsstat .career_pathstat:nth-child(4) {
    --slide-color: rgb(116,132,164);
}.course_program_detailsstat .career_pathstat:nth-child(5) {
    --slide-color: rgb(179,185,199);
}.course_program_detailsstat .career_pathstat::after {
    mix-blend-mode: soft-light;
    transition: opacity 0.5s ease;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.3;
    height: 100%;
    content: "";
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 40%,
        var(--slide-color, rgb(179,185,199)) 150%
    );
    top: 0;
}.course_program_detailsstat .career_pathstat:hover::after {
    opacity: 0.5;
}.pricing_framestat {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.pricing_framestat::before {
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    width: 100%;
}.pricing_framestat .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.pricing_feesstat {
    position: relative;
}.pricing_framestat h2 {
    font-weight: 700;
    font-size: 30px;
    position: relative;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
}.pricing_framestat h2::after {
    transform: translateX(-50%);
    bottom: -12px;
    left: 50%;
    content: "";
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(179,185,199), rgb(116,132,164));
    width: 80px;
}.pricing_framestat .study_costsstat {
    opacity: 0.9;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 50px;
}.pricing_framestat .pricing_schemesstat {
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.pricing_framestat .learn_offersstat {
    will-change: transform;
    text-decoration: none;
    height: 100%;
    position: relative;
    display: block;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}.pricing_framestat .learn_offersstat:hover {
    transform: translateY(-8px);
}.pricing_framestat .access_plansstat {
    transition: box-shadow 0.3s ease, border 0.3s ease;
    border-radius: 4px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    backdrop-filter: blur(10px);
    position: relative;
}.pricing_framestat .learn_offersstat:hover .access_plansstat {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
}.pricing_framestat .skill_offersstat {
    position: relative;
    height: 100%;
    z-index: 2;
    flex-direction: column;
    display: flex;
    padding: 35px 30px;
}.pricing_framestat .access_plansstat::before {
    background: linear-gradient(90deg, rgb(179,185,199), rgb(116,132,164));
    left: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    content: "";
    top: 0;
    z-index: 1;
}.pricing_framestat .skill_offersstat h4 {
    margin: 0 0 20px;
    color: #ffffff;
    padding-bottom: 15px;
    position: relative;
    font-weight: 600;
    font-size: calc(22px + 2px);
}.pricing_framestat .skill_offersstat h4::after {
    left: 0;
    width: 40px;
    height: 2px;
    position: absolute;
    content: "";
    background-color: rgb(116,132,164);
    bottom: 0;
}.pricing_framestat .skill_offersstat p {
    hyphens: auto;
    line-height: 1.6;
    opacity: 0.85;
    color: #ffffff;
    white-space: normal;
    flex-grow: 1;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 14px;
    margin: 0 0 25px;
}.pricing_framestat .learn_substat {
    letter-spacing: 0.5px;
    background: linear-gradient(135deg, rgb(179,185,199,0.5) 0%, rgb(116,132,164,0.5) 100%);
    color: #ffffff;
    font-size: calc(22px + 4px);
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    z-index: 1;
    border-radius: 3px;
}.pricing_framestat .learn_substat::before {
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(179,185,199,0.5) 0%, rgb(116,132,164,0.5) 100%);
    border-radius: 3px;
    z-index: -1;
    inset: 0;
    content: "";
    position: absolute;
    opacity: 0.6;
}.pricing_framestat .learn_offersstat:hover .learn_substat::before {
    opacity: 1;
}.pricing_framestat li:nth-child(even) .access_plansstat::before {
    background: linear-gradient(90deg, rgb(116,132,164), rgb(179,185,199));
}

@media (max-width: 1200px) {.pricing_framestat {
    padding: 100px 0;
}.pricing_framestat .pricing_schemesstat {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.pricing_framestat {
    padding: 80px 0;
}.pricing_framestat .pricing_schemesstat {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}.pricing_framestat .skill_offersstat {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.pricing_framestat {
    padding: 60px 0;
}.pricing_framestat h2 {
    font-size: calc(30px - 4px);
}.pricing_framestat .study_costsstat {
    font-size: calc(14px - 1px);
    margin-bottom: 40px;
}.pricing_framestat .pricing_schemesstat {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_framestat .skill_offersstat h4 {
    font-size: 22px;
}.pricing_framestat .learn_substat {
    font-size: 22px;
}
}

@media (max-width: 480px) {.pricing_framestat {
    padding: 50px 0;
}.pricing_framestat .skill_offersstat {
    padding: 25px 20px;
}.pricing_framestat h2 {
    font-size: calc(30px - 6px);
}.pricing_framestat .study_costsstat {
    font-size: calc(14px - 2px);
}}.policyAgreementPanelstat {
    bottom: 0;
    background: rgb(224,227,230);
    position: fixed;
    width: 100%;
    border-top: 2px solid rgb(179,185,199);
    z-index: 90;
}.privacy_notifystat {
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    display: flex;
}#trackingFormPanelstat {
    display: none;
}#trackingFormPanelstat:checked ~ .policyAgreementPanelstat {
    visibility: hidden;
    opacity: 0;
}.policyAgreementPanelstat h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.policyAgreementPanelstat p {
    font-size: 18px;
}.online_trackingstat {
    flex-shrink: 0;
    margin-right: 10px;
}.online_trackingstat svg, .online_trackingstat svg path, .online_trackingstat img {
    height: 100px;
    fill: rgb(179,185,199);
    width: 100px;
}.cookie_guardstat {
    border-bottom: 2px solid rgb(179,185,199);
    flex-shrink: 0;
    margin-left: 10px;
    color: rgb(179,185,199);
    min-width: 120px;
    font-size: 24px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
}.policyAgreementPanelstat p a {
    text-decoration: none;
    color: rgb(179,185,199);
}
@media only screen and (max-width: 1200px) {.policyAgreementPanelstat {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.online_trackingstat {
    display: none;
}.privacy_notifystat {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.policyAgreementPanelstat h5 {
    text-align: center;
}.policyAgreementPanelstat p {
    text-align: center;
}.data_controlstat {
    margin-bottom: 20px;
}body .wrapper-holderstat .cookie_guardstat {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-holderstat .policyAgreementPanelstat {
    border: none;
    box-shadow: rgb(179,185,199,0.5) 0px 0px 40px 39px;
    background: #ffffff;
}.wrapper-holderstat .cookie_guardstat {
    padding: 10px;
    font-weight: 400;
    font-size: 20px;
    background: rgb(179,185,199);
    border: none;
    color: #ffffff;
    margin-left: 30px;
}.wrapper-holderstat .online_trackingstat {
    height: 80px;
    align-items: center;
    background:rgb(179,185,199);
    display: flex;
    border-radius: 50%;
    justify-content: center;
    width: 80px;
}.wrapper-holderstat .online_trackingstat svg, .wrapper-holderstat .online_trackingstat svg path, .wrapper-holderstat .online_trackingstat img {
    width: 40px;
    fill:#000000;
    height: 40px;
}.wrapper-holderstat .data_controlstat h5, .wrapper-holderstat .data_controlstat p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-holderstat .online_trackingstat {
    margin-bottom: 14px;
    margin: 0;
}}.developer_experiencestat {
    padding: 6rem 2rem 4rem;
    position: relative;
    background: linear-gradient(180deg, rgb(224,227,230) 0%, rgb(116,132,164,0.5) 100%);
    overflow: hidden;
}.developer_experiencestat::before {
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.2;
    content: "";
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(179,185,199,0.5) 0px,
        rgb(179,185,199,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    width: 100%;
    position: absolute;
}.developer_experiencestat::after {
    background: #ffffff;
    opacity: 0.1;
    z-index: 1;
    top: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    width: 50%;
    position: absolute;
    height: 100%;
    right: 0;
    content: "";
}.developer_experiencestat .user_experiencestat {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 600px;
    flex-direction: column;
    display: flex;
    align-items: center;
}.developer_experiencestat .img_list_itemstat {
    height: 250px;
    margin-bottom: -50px;
    transition: all 0.5s ease;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    z-index: 3;
    position: relative;
    width: 200px;
    border-radius: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}.developer_experiencestat .img_list_itemstat:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
}.developer_experiencestat .work_wrapstat {
    perspective: 1000px;
    display: flex;
    align-items: center;
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    padding: 70px 30px 30px;
    z-index: 2;
    background: #ffffff;
    width: 100%;
}.developer_experiencestat .work_wrapstat::before {
    z-index: -1;
    content: "";
    top: 0;
    height: 100%;
    background: rgb(179,185,199);
    left: 0;
    position: absolute;
    width: 100%;
    transform: translateZ(-20px);
}.developer_experiencestat .name {
    color: rgb(179,185,199);
    font-size: 35px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
    text-align: center;
}.developer_experiencestat .name::after {
    bottom: -10px;
    position: absolute;
    width: 50px;
    background: rgb(116,132,164);
    height: 3px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
}.developer_experiencestat .work_wrapstat > div:nth-child(2) {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 18px;
    color: rgb(116,132,164);
    font-weight: 600;
    text-align: center;
    margin: 20px 0;
}.developer_experiencestat .career_skillsstat {
    border-top: 1px solid rgb(224,227,230);
    width: 100%;
    color: #000000;
    font-size: 16px;
    padding-top: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    margin-top: 20px;
    text-align: center;
}.developer_experiencestat .career_skillsstat::before,
.developer_experiencestat .career_skillsstat::after {
    border-radius: 50%;
    height: 30px;
    background: rgb(116,132,164,0.5);
    width: 30px;
    position: absolute;
    content: "";
}.developer_experiencestat .career_skillsstat::before {
    left: 50%;
    transform: translateX(-20px);
    top: -15px;
}.developer_experiencestat .career_skillsstat::after {
    top: -15px;
    left: 50%;
    transform: translateX(-10px);
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.developer_experiencestat .work_wrapstat:hover {
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {.developer_experiencestat {
    padding: 4rem 1rem 3rem;
}.developer_experiencestat .img_list_itemstat {
    margin-bottom: -40px;
    width: 150px;
    height: 180px;
}.developer_experiencestat .work_wrapstat {
    padding: 60px 20px 20px;
}}.our_backgroundstat {
    background-color: rgb(224,227,230);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.our_backgroundstat::before {
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(179,185,199,0.5) 0,
        rgb(179,185,199,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
}.our_backgroundstat .container {
    z-index: 2;
    position: relative;
}.our_backgroundstat .vision_missionstat {
    gap: 0;
    max-width: 1200px;
    flex-wrap: wrap;
    margin: 0 auto;
    display: flex;
    position: relative;
}.our_backgroundstat .vision_missionstat h3 {
    color: #000000;
    font-size: 46px;
    border-left: 6px solid rgb(179,185,199);
    transform: translateZ(0);
    margin-bottom: 60px;
    font-weight: 700;
    width: 100%;
    position: relative;
    transition: transform 0.3s ease;
    padding-left: 20px;
}.our_backgroundstat .vision_missionstat h3:hover {
    transform: translateX(5px);
}.our_backgroundstat .guide_biosstat {
    width: 55%;
    position: relative;
    padding-right: 60px;
}.our_backgroundstat .learning_spacestat {
    width: 45%;
    position: relative;
}.our_backgroundstat .guide_biosstat span {
    position: relative;
    padding: 8px 15px;
    background-color: rgb(179,185,199,0.5);
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    border-radius: 10px;
    color: rgb(179,185,199);
    margin-bottom: 20px;
    transform: skewX(-10deg);
}.our_backgroundstat .guide_biosstat p {
    position: relative;
    line-height: 1.8;
    margin-bottom: 40px;
    font-size: 17px;
    color: #000000;
}.our_backgroundstat .learning_spacestat p {
    line-height: 1.8;
    font-size: 17px;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
}.our_backgroundstat .guide_biosstat .img_list_itemstat {
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 0 17px 17px 0;
    overflow: hidden;
    box-shadow: -15px 15px 0 rgb(179,185,199,0.5);
    position: relative;
    height: 320px;
}.our_backgroundstat .guide_biosstat .img_list_itemstat:hover {
    transform: translate(5px, -5px);
    box-shadow: -20px 20px 0 rgb(179,185,199,0.5);
}.our_backgroundstat .learning_spacestat .mission_blockstat {
    box-shadow: 15px 15px 0 rgb(116,132,164,0.5);
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    transition: all 0.3s ease;
    border-radius: 17px 0 0 17px;
    height: 320px;
    overflow: hidden;
}.our_backgroundstat .learning_spacestat .mission_blockstat:hover {
    box-shadow: 20px 20px 0 rgb(116,132,164,0.5);
    transform: translate(-5px, -5px);
}.our_backgroundstat .guide_biosstat::after {
    width: 40%;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, rgb(179,185,199), transparent);
    bottom: -30px;
    position: absolute;
    content: "";
}.our_backgroundstat .learning_spacestat::before {
    height: 2px;
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(116,132,164));
    width: 40%;
    top: -30px;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {.our_backgroundstat {
    padding: 80px 0;
}.our_backgroundstat .vision_missionstat h3 {
    margin-bottom: 40px;
}.our_backgroundstat .guide_biosstat,
    .our_backgroundstat .learning_spacestat {
    width: 50%;
}.our_backgroundstat .guide_biosstat {
    padding-right: 30px;
}.our_backgroundstat .guide_biosstat .img_list_itemstat,
    .our_backgroundstat .learning_spacestat .mission_blockstat {
    height: 280px;
}
}

@media (max-width: 768px) {.our_backgroundstat {
    padding: 60px 0;
}.our_backgroundstat .vision_missionstat h3 {
    margin-bottom: 30px;
    font-size: calc(46px * 0.8);
}.our_backgroundstat .guide_biosstat,
    .our_backgroundstat .learning_spacestat {
    padding-right: 0;
    width: 100%;
}.our_backgroundstat .guide_biosstat {
    margin-bottom: 60px;
}.our_backgroundstat .guide_biosstat .img_list_itemstat {
    box-shadow: -10px 10px 0 rgb(179,185,199,0.5);
    border-radius: 17px;
    height: 250px;
}.our_backgroundstat .learning_spacestat .mission_blockstat {
    border-radius: 17px;
    box-shadow: 10px 10px 0 rgb(116,132,164,0.5);
    height: 250px;
}.our_backgroundstat .guide_biosstat::after,
    .our_backgroundstat .learning_spacestat::before {
    width: 30%;
}
}

@media (max-width: 576px) {.our_backgroundstat {
    padding: 40px 0;
}.our_backgroundstat .vision_missionstat h3 {
    font-size: calc(46px * 0.7);
    margin-bottom: 25px;
    border-left-width: 4px;
    padding-left: 15px;
}.our_backgroundstat .guide_biosstat {
    margin-bottom: 40px;
}.our_backgroundstat .guide_biosstat span {
    padding: 6px 12px;
    font-size: calc(24px * 0.9);
}.our_backgroundstat .guide_biosstat p,
    .our_backgroundstat .learning_spacestat p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: calc(17px * 0.95);
}.our_backgroundstat .guide_biosstat .img_list_itemstat,
    .our_backgroundstat .learning_spacestat .mission_blockstat {
    height: 200px;
}.our_backgroundstat .guide_biosstat .img_list_itemstat {
    box-shadow: -8px 8px 0 rgb(179,185,199,0.5);
}.our_backgroundstat .learning_spacestat .mission_blockstat {
    box-shadow: 8px 8px 0 rgb(116,132,164,0.5);
}.our_backgroundstat .guide_biosstat::after,
    .our_backgroundstat .learning_spacestat::before {
    width: 25%;
}}.ty_divstat {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(116,132,164,0.5) 0%, rgb(224,227,230) 100%);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    position: relative;
}.ty_divstat::before {
    opacity: 0.7;
    background: linear-gradient(45deg, rgb(179,185,199,0.5) 0%, transparent 70%);
    position: absolute;
    top: -50%;
    content: "";
    animation: gradientShift 15s infinite alternate ease-in-out;
    height: 200%;
    width: 80%;
    transform: rotate(30deg);
    left: -20%;
    z-index: 1;
}.ty_divstat::after {
    content: "";
    right: 0;
    height: 30%;
    opacity: 0.3;
    background: linear-gradient(to top, rgb(116,132,164,0.5) 0%, transparent 100%);
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
}.ty_divstat .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.ty_divstat .vision_missionstat {
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    background: #ffffff;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
                -12px -12px 24px rgba(255, 255, 255, 0.8), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    position: relative;
}.ty_divstat .vision_missionstat:hover {
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.1), 
                -16px -16px 32px rgba(255, 255, 255, 0.9), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.ty_divstat .vision_missionstat > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.ty_divstat .vision_missionstat > div:first-child::after {
    transform-origin: left;
    position: absolute;
    bottom: -1rem;
    content: "";
    left: 0;
    height: 3px;
    width: 100px;
    background: linear-gradient(90deg, rgb(179,185,199) 0%, rgb(116,132,164) 100%);
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.ty_divstat h5 {
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.02em;
    transform: translateZ(0);
    font-size: calc(24px * 1.1);
    position: relative;
    line-height: 1.4;
    color: #000000;
}.ty_divstat h5::before {
    top: -1.5rem;
    left: -2rem;
    opacity: 0.1;
    height: 80px;
    border-radius: 50%;
    background: rgb(116,132,164,0.5);
    transform: scale(0);
    position: absolute;
    width: 80px;
    animation: bubbleAppear 1s ease 0.5s forwards;
    content: "";
    z-index: -1;
}.ty_divstat a {
    overflow: hidden;
    position: relative;
    transition: transform 0.4s ease;
    text-decoration: none;
    display: block;
}.ty_divstat a:hover {
    transform: translateX(10px);
}.ty_divstat a::before {
    left: -100%;
    top: 0;
    animation: lightSweep 6s infinite ease-in-out;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
}.ty_divstat p {
    color: #000000;
    line-height: 1.8;
    z-index: 1;
    font-weight: 400;
    position: relative;
    font-size: 13px;
    margin: 0;
}

@keyframes lineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 100px;
        opacity: 1;
    }
}

@keyframes bubbleAppear {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

@keyframes lightSweep {
    0% {
        left: -100%;
    }
    48% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes gradientShift {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

@media (max-width: 1200px) {.ty_divstat .vision_missionstat {
    padding: 3rem;
}.ty_divstat h5 {
    font-size: 24px;
}
}

@media (max-width: 992px) {.ty_divstat {
    padding: 5rem 0;
}.ty_divstat .vision_missionstat {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.ty_divstat h5::before {
    width: 60px;
    left: -1.5rem;
    top: -1rem;
    height: 60px;
}
}

@media (max-width: 768px) {.ty_divstat {
    padding: 4rem 0;
}.ty_divstat .vision_missionstat {
    padding: 2rem;
    transform: none;
}.ty_divstat h5 {
    font-size: calc(24px * 0.95);
}.ty_divstat p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}.ty_divstat .vision_missionstat > div:first-child::after {
    width: 80px;
}
}

@media (max-width: 576px) {.ty_divstat {
    padding: 3rem 0;
}.ty_divstat .vision_missionstat {
    padding: 1.5rem;
}.ty_divstat h5 {
    line-height: 1.3;
    font-size: calc(24px * 0.9);
}.ty_divstat p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.ty_divstat h5::before {
    display: none;
}.ty_divstat .vision_missionstat > div:first-child {
    margin-bottom: 1.5rem;
}.ty_divstat .vision_missionstat > div:first-child::after {
    height: 2px;
    width: 60px;
    bottom: -0.75rem;
}
}

@media (prefers-reduced-motion: reduce) {.ty_divstat .vision_missionstat,
    .ty_divstat .vision_missionstat:hover,
    .ty_divstat a:hover {
    transition: none;
    transform: none;
}.ty_divstat::before,
    .ty_divstat a::before {
    animation: none;
}.ty_divstat .vision_missionstat > div:first-child::after {
    animation: none;
    width: 100px;
}.ty_divstat h5::before {
    transform: scale(1);
    animation: none;
}}.get_updatesstat {
    background: rgb(224,227,230);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    isolation: isolate;
    padding: 4rem;
    position: relative;
    overflow: hidden;
}.get_updatesstat::before {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(179,185,199,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(116,132,164,0.5) 0%, transparent 40%);
    z-index: -1;
    opacity: 0.3;
    content: "";
}.get_updatesstat::after {
    position: absolute;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(179,185,199,0.5) 10px, rgb(179,185,199,0.5) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(116,132,164,0.5) 10px, rgb(116,132,164,0.5) 11px);
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    width: 100%;
    opacity: 0.05;
}.get_updatesstat .vision_missionstat {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    position: relative;
    gap: 3rem;
    align-items: center;
}.get_updatesstat .vision_missionstat::before {
    animation: rotate-shape 20s linear infinite;
    height: 100px;
    top: -30px;
    opacity: 0.15;
    background: rgb(179,185,199);
    width: 100px;
    position: absolute;
    content: "";
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    right: -30px;
}.get_updatesstat .vision_missionstat::after {
    opacity: 0.15;
    left: -30px;
    bottom: -30px;
    animation: rotate-shape 20s linear infinite reverse;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    content: "";
    width: 100px;
    background: rgb(116,132,164);
    position: absolute;
    height: 100px;
}.get_updatesstat p {
    color: #000000;
    position: relative;
    line-height: 1.6;
    z-index: 1;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: 24px;
}.get_updatesstat p::before {
    opacity: 0.5;
    left: -15px;
    height: 50px;
    top: -15px;
    content: "";
    width: 50px;
    border: 2px solid rgb(179,185,199,0.5);
    animation: square-pulse 5s infinite alternate;
    position: absolute;
    z-index: -1;
}.get_updatesstat p::after {
    left: 20px;
    content: "";
    z-index: -1;
    position: absolute;
    animation: line-extend 3s infinite alternate;
    background: rgb(116,132,164);
    height: 3px;
    width: 50px;
    bottom: -10px;
}.get_updatesstat .input_holder {
    position: relative;
    height: 60px;
    perspective: 1000px;
    align-items: stretch;
    display: flex;
}.get_updatesstat .input_holder::before {
    background: linear-gradient(45deg, transparent, rgb(179,185,199,0.5), transparent);
    top: -10px;
    opacity: 0.2;
    transform: rotateX(10deg) rotateY(-10deg);
    left: -10px;
    z-index: -1;
    content: "";
    border-radius: 10px;
    right: -10px;
    position: absolute;
    bottom: -10px;
    filter: blur(5px);
}.get_updatesstat .sub_formstat {
    padding: 0 1.5rem;
    font-size: 18px;
    height: 100%;
    color: #000000;
    flex: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    transition: all 0.3s ease;
    border-bottom-left-radius: 10px;
    background: #ffffff;
    font-family: Arial, sans-serif;
    border-top-left-radius: 10px;
}.get_updatesstat .sub_formstat:focus {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    outline: none;
    border-color: rgb(179,185,199);
}.get_updatesstat .sub_formstat::placeholder {
    color: #000000;
    opacity: 0.6;
}.get_updatesstat .subscribe_featurestat {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    position: relative;
    border-bottom-right-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    background: rgb(179,185,199);
    font-size: 20px;
    padding: 0 2rem;
    isolation: isolate;
    overflow: hidden;
    border-top-right-radius: 10px;
    height: 100%;
    cursor: pointer;
    border: none;
}.get_updatesstat .subscribe_featurestat::before {
    inset: 0;
    transition: transform 0.3s ease;
    position: absolute;
    z-index: -1;
    transform: translateY(100%);
    content: "";
    background: rgb(116,132,164);
}.get_updatesstat .subscribe_featurestat:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.get_updatesstat .subscribe_featurestat:hover::before {
    transform: translateY(0);
}

@keyframes square-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@keyframes line-extend {
    0% {
        width: 50px;
    }
    100% {
        width: 100px;
    }
}

@keyframes rotate-shape {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {.get_updatesstat {
    padding: 3rem 1.5rem;
}.get_updatesstat .vision_missionstat {
    gap: 2rem;
    grid-template-columns: 1fr;
}.get_updatesstat p {
    font-size: 17px;
}.get_updatesstat .input_holder {
    height: auto;
    flex-direction: column;
}.get_updatesstat .sub_formstat {
    height: 60px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1rem;
}.get_updatesstat .subscribe_featurestat {
    width: 100%;
    border-radius: 10px;
    height: 60px;
}}.title_openerstat {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.95), rgba(36, 59, 85, 0.9));
    min-height: 100vh;
    width: 100%;
}.title_openerstat .img_list_itemstat {
    width: 100%;
    animation: subtle-zoom 20s infinite alternate ease-in-out;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    filter: saturate(0.8) contrast(1.1);
    position: absolute;
    transform: scale(1.05);
}.title_openerstat .img_list_itemstat::after {
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(
    145deg,
    rgb(116,132,164,0.5),
    rgba(20, 30, 48, 0.85) 70%
  );
    content: "";
    left: 0;
    backdrop-filter: blur(3px);
    width: 100%;
}.title_openerstat .vision_missionstat {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 6rem 2rem;
    height: 100%;
    position: relative;
    flex-direction: column;
}.title_openerstat h1 {
    max-width: 860px;
    font-size: clamp(2.5rem, 6vw, 43px);
    transform: translateX(-5px);
    line-height: 1.2;
    position: relative;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
}.title_openerstat h1::after {
    transform-origin: left;
    height: 0.35rem;
    border-radius: 10px;
    left: 0;
    position: absolute;
    content: "";
    animation: line-grow 2s ease-out forwards;
    transform: scaleX(0.8);
    background: linear-gradient(90deg, rgb(179,185,199), transparent);
    bottom: -0.75rem;
    width: 10rem;
}.title_openerstat .content_zonestat {
    border-left: 3px solid rgb(116,132,164);
    border-radius: 28px;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.08);
    max-width: 650px;
    flex-direction: column;
    backdrop-filter: blur(12px);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    transform: translateY(0);
    box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.15),
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}.title_openerstat .content_zonestat:hover {
    transform: translateY(-5px);
}.title_openerstat .content_zonestat p {
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    opacity: 0.95;
    margin-bottom: 2rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: clamp(1.1rem, 2vw, 1.4rem);
}.title_openerstat .intro_headstat {
    position: relative;
    display: flex;
    margin: 1rem 0 2.5rem;
    justify-content: center;
}.title_openerstat svg {
    width: 120px;
    height: 120px;
    transition: transform 0.4s ease;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.15));
    transform: scale(1);
}.title_openerstat svg:hover {
    transform: scale(1.08);
}.title_openerstat svg path {
    transition: fill 0.3s ease;
    fill: rgb(116,132,164);
}.title_openerstat svg:hover path {
    fill: rgb(179,185,199);
}.title_openerstat svg text {
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.title_openerstat h6 {
    margin-top: 1rem;
    align-self: flex-start;
    position: relative;
}.title_openerstat .query_reachstat {
    box-shadow: 
    0 8px 25px rgba(94, 170, 168, 0.3),
    0 2px 5px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.05em;
    z-index: 1;
    text-decoration: none;
    overflow: hidden;
    padding: 1rem 2.5rem;
    display: inline-block;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(179,185,199), rgb(116,132,164));
    position: relative;
    transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-size: 17px;
    color: #ffffff;
    border-radius: 10px;
}.title_openerstat .query_reachstat::before {
    transition: opacity 0.5s ease;
    top: 0;
    opacity: 0;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(116,132,164), rgb(179,185,199));
    z-index: -1;
    position: absolute;
}.title_openerstat .query_reachstat:hover {
    transform: translateY(-2px);
    box-shadow: 
    0 12px 30px rgba(94, 170, 168, 0.4),
    0 4px 8px rgba(0, 0, 0, 0.15);
}.title_openerstat .query_reachstat:hover::before {
    opacity: 1;
}.title_openerstat .query_reachstat:active {
    box-shadow: 
    0 5px 15px rgba(94, 170, 168, 0.3),
    0 1px 3px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

@keyframes subtle-zoom {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.12);
  }
}

@keyframes line-grow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(0.8);
  }
}

@media (max-width: 992px) {.title_openerstat .vision_missionstat {
    padding: 4rem 2rem;
}.title_openerstat .content_zonestat {
    max-width: 550px;
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.title_openerstat {
    min-height: 90vh;
}.title_openerstat .vision_missionstat {
    padding: 3rem 1.5rem;
}.title_openerstat h1 {
    font-size: clamp(2rem, 7vw, 2.5rem);
}.title_openerstat .content_zonestat {
    padding: 2rem;
}.title_openerstat svg {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 576px) {.title_openerstat .vision_missionstat {
    padding: 2.5rem 1.25rem;
}.title_openerstat h1 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}.title_openerstat h1::after {
    width: 7rem;
    height: 0.25rem;
}.title_openerstat .content_zonestat {
    padding: 1.5rem;
}.title_openerstat .content_zonestat p {
    margin-bottom: 1.5rem;
    font-size: 1rem;
}.title_openerstat svg {
    width: 80px;
    height: 80px;
}.title_openerstat .query_reachstat {
    font-size: 0.9rem;
    padding: 0.8rem 1.8rem;
}}.connect_formstat {
    overflow: hidden;
    padding: 90px 0;
    position: relative;
}.connect_formstat::before {
    content: '';
    left: 0;
    top: 0;
    opacity: 0.9;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(116,132,164) 0%, rgb(179,185,199) 100%);
    height: 100%;
    z-index: 0;
}.connect_formstat .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1140px;
}.connect_formstat .support_cardstat {
    overflow: hidden;
    gap: 0;
    display: grid;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    grid-template-columns: 1fr 1fr;
}.connect_formstat .query_supportstat {
    position: relative;
    background: rgb(224,227,230);
    padding: 50px;
}.connect_formstat .query_supportstat::after {
    width: 5px;
    content: '';
    background: linear-gradient(to bottom, rgb(179,185,199), rgb(116,132,164));
    top: 0;
    right: 0;
    height: 100%;
    position: absolute;
}.connect_formstat .query_supportstat h3 {
    position: relative;
    margin-bottom: 40px;
    color: #000000;
    font-weight: 700;
    font-size: 31px;
    padding-bottom: 20px;
}.connect_formstat .query_supportstat h3::after {
    height: 4px;
    background: rgb(179,185,199);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
}.connect_formstat .query_supportstat div {
    align-items: center;
    position: relative;
    padding-left: 15px;
    display: flex;
    margin-bottom: 30px;
}.connect_formstat .query_supportstat div::before {
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    content: '';
    opacity: 0.5;
    width: 5px;
    background: rgb(179,185,199);
    position: absolute;
}.connect_formstat .query_supportstat div:hover::before {
    height: 120%;
    transition: all 0.3s ease;
    opacity: 1;
}.connect_formstat .query_supportstat div svg {
    width: 22px;
    height: 22px;
    margin-right: 20px;
}.connect_formstat .query_supportstat div svg path {
    fill: rgb(179,185,199);
}.connect_formstat .query_supportstat div span {
    font-size: calc(16px * 0.95);
    color: #000000;
    font-weight: 400;
}.connect_formstat .query_supportstat div span a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}.connect_formstat .query_supportstat div span a:hover {
    color: rgb(179,185,199);
}.connect_formstat .reach_boxstat {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px;
}.connect_formstat .reach_boxstat h3 {
    text-transform: uppercase;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 30px;
}.connect_formstat form {
    display: flex;
    flex-direction: column;
}.connect_formstat form input[type="text"],
.connect_formstat form input[type="email"] {
    font-size: 16px;
    margin-bottom: 25px;
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    background: transparent;
    padding: 15px 5px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}.connect_formstat form input[type="text"]:focus,
.connect_formstat form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(116,132,164);
}.connect_formstat form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.connect_formstat .inquiry_feedbackstat {
    align-items: flex-start;
    display: flex;
    margin: 10px 0 25px;
}.connect_formstat .inquiry_feedbackstat input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_formstat .inquiry_feedbackstat label {
    line-height: 1.5;
    position: relative;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding-left: 30px;
}.connect_formstat .inquiry_feedbackstat label::before {
    height: 18px;
    top: 2px;
    width: 18px;
    position: absolute;
    background-color: transparent;
    left: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
    content: '';
    transition: all 0.3s ease;
}.connect_formstat .inquiry_feedbackstat input[type="checkbox"]:checked + label::before {
    background-color: rgb(116,132,164);
    border-color: rgb(116,132,164);
}.connect_formstat .inquiry_feedbackstat input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    top: 6px;
    border: solid #ffffff;
    height: 10px;
    content: '';
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    width: 6px;
}.connect_formstat .inquiry_feedbackstat label a {
    color: rgb(116,132,164);
    text-decoration: none;
}.connect_formstat .inquiry_feedbackstat label a:hover {
    text-decoration: underline;
}.connect_formstat form .query_reachstat {
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    letter-spacing: 1px;
    background: rgb(116,132,164);
    padding: 15px 35px;
    border: none;
    transition: color 0.3s ease;
    font-weight: 600;
    position: relative;
    align-self: flex-start;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
}.connect_formstat form .query_reachstat::before {
    left: 0;
    content: '';
    top: 0;
    transition: width 0.3s ease;
    width: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    background: rgb(179,185,199);
}.connect_formstat form .query_reachstat:hover::before {
    width: 100%;
}@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.connect_formstat .query_supportstat div:nth-child(even) {
    animation: pulse 4s infinite;
}

@media screen and (max-width: 992px) {.connect_formstat .support_cardstat {
    grid-template-columns: 1fr;
}.connect_formstat .query_supportstat::after {
    display: none;
}.connect_formstat .query_supportstat,
    .connect_formstat .reach_boxstat {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.connect_formstat {
    padding: 60px 0;
}.connect_formstat .query_supportstat,
    .connect_formstat .reach_boxstat {
    padding: 30px 20px;
}.connect_formstat .query_supportstat h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.85);
}.connect_formstat .query_supportstat div {
    margin-bottom: 20px;
}.connect_formstat form .query_reachstat {
    padding: 12px 20px;
    width: 100%;
}
}