﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}::-webkit-scrollbar {
    padding: 1px;
    width: thin;
}::-webkit-scrollbar-track {
    margin: 1px 0;
    box-shadow: inset 3px 5px 4px 4px rgba(0, 0, 0, 0.4);
    border: 1px dashed rgb(255, 255, 255, 0.5);
    background: radial-gradient(ellipse at bottom right, #ffffff 65%, rgb(255, 255, 255, 0.5) 50%, rgb(163,164,185) 32%, rgb(163,164,185,0.5) 74%, rgb(199,200,217) 100%, rgb(230,231,242) 27%);
}::-webkit-scrollbar-thumb {
    border-radius: 19.3vw;
    background: rgb(163,164,185);
    transition: background, border-radius, transform 4s cubic-bezier(0.42, 0, 0.58, 1);
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(163,164,185);
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: inset -1px 0px 12px -2px rgba(0, 0, 0, 0.7);
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(199,200,217,0.5) rgb(199,200,217);
}.nav-info-net {
    flex: 1 0 auto;
}.wrapper-bundle-net {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1100px;
}svg {
    width: 30px;
    height: 30px;
}.access-help-net {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course-program-details-net {
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(199,200,217,0.5) 0%, rgb(230,231,242) 50%, rgb(163,164,185,0.5) 100%);
    position: relative;
}.course-program-details-net::before {
    content: "";
    z-index: 0;
    filter: blur(60px);
    animation: pulseBackground 20s ease-in-out infinite alternate;
    position: absolute;
    height: 150%;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(199,200,217,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(163,164,185,0.5) 0%, transparent 50%);
    left: -25%;
    width: 150%;
    top: -25%;
    transform-origin: center;
    opacity: 0.6;
}.course-program-details-net::after {
    content: "";
    left: 0;
    top: 0;
    animation: gridMove 30s linear infinite;
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
}.course-program-details-net .container {
    z-index: 2;
    position: relative;
}.course-program-details-net .virtual-classes-net {
    display: grid;
    min-height: 550px;
    gap: 15px;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    grid-template-rows: repeat(12, minmax(30px, auto));
}.course-program-details-net .program-guide-net {
    padding: 2.5rem;
    z-index: 5;
    background: rgba(255, 255, 255, 0.07);
    position: relative;
    border-radius: 15px;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-column: 1 / 8;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    grid-row: 3 / 11;
    transform: translateZ(0);
}.course-program-details-net .program-guide-net::before {
    content: "";
    background: 
        radial-gradient(circle at 90% 10%, rgb(199,200,217,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(163,164,185,0.5) 0%, transparent 80%);
    position: absolute;
    opacity: 0.15;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    border-radius: 15px;
}.course-program-details-net .program-guide-net::after {
    filter: blur(1px);
    left: 50%;
    height: 1px;
    content: "";
    bottom: -10px;
    width: 80%;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(199,200,217) 0%, transparent 100%);
}.course-program-details-net .top-nav-net {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    margin-bottom: 1.5rem;
    transform-style: preserve-3d;
    position: relative;
    height: 110px;
    width: 110px;
    transition: all 0.5s ease;
}.course-program-details-net .top-nav-net::before {
    animation: rotateConic 10s linear infinite;
    background: conic-gradient(
        from 0deg, 
        rgb(199,200,217) 0%, 
        rgb(163,164,185) 50%, 
        rgb(199,200,217) 100%
    );
    inset: -4px;
    position: absolute;
    z-index: -1;
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
    content: "";
}.course-program-details-net .top-nav-net::after {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    z-index: -1;
    content: "";
    inset: 6px;
    background: rgb(230,231,242);
}.course-program-details-net .top-nav-net svg {
    z-index: 1;
    top: 50%;
    filter: drop-shadow(0 0 10px rgb(199,200,217,0.5));
    height: 60px;
    left: 50%;
    width: 60px;
    transform: translate(-50%, -50%);
    position: absolute;
    animation: floatLogo 6s ease-in-out infinite;
}.course-program-details-net .top-nav-net svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,200,217);
}.course-program-details-net h3 {
    text-shadow: 0 0 20px rgb(199,200,217,0.5);
    position: relative;
    color: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    font-weight: 700;
    padding-right: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    transform-origin: left bottom;
    font-size: 38px;
}.course-program-details-net h3::before {
    background: rgb(199,200,217);
    left: 0;
    height: 3px;
    position: absolute;
    transform-origin: left;
    content: "";
    bottom: -8px;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 60px;
}.course-program-details-net p {
    line-height: 1.8;
    transform-origin: left bottom;
    margin-bottom: 0;
    color: #ffffff;
    max-width: 100%;
    transform: perspective(1000px) rotateX(1deg);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: 14px;
}.course-program-details-net .profile-photo-net {
    height: 500px;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    overflow: hidden;
    grid-column: 5 / 13;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 4;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    animation: morphShape 20s ease-in-out infinite alternate;
    grid-row: 1 / 13;
}.course-program-details-net .profile-photo-net::before {
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(199,200,217,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(163,164,185,0.5) 0%, transparent 70%);
    z-index: 1;
    opacity: 0.6;
    content: "";
    mix-blend-mode: overlay;
}.course-program-details-net .profile-photo-net::after {
    top: -25%;
    z-index: 1;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(230,231,242) 100%
    );
    content: "";
    position: absolute;
    opacity: 0.2;
    left: -25%;
    animation: pulseOverlay 15s ease-in-out infinite;
    height: 150%;
    mix-blend-mode: multiply;
    width: 150%;
}.course-program-details-net .virtual-classes-net:hover .profile-photo-net {
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
}.course-program-details-net .virtual-classes-net:hover .program-guide-net {
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) translateX(10px);
}.course-program-details-net .virtual-classes-net:hover .top-nav-net {
    transform: rotate(5deg) scale(1.05);
}.course-program-details-net .virtual-classes-net:hover .top-nav-net svg path {
    fill: rgb(163,164,185);
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes pulseOverlay {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {.course-program-details-net .virtual-classes-net {
    min-height: 500px;
}.course-program-details-net .program-guide-net {
    padding: 2.2rem;
    grid-column: 1 / 8;
}.course-program-details-net h3 {
    font-size: calc(38px * 0.9);
}.course-program-details-net .top-nav-net {
    width: 100px;
    height: 100px;
}.course-program-details-net .top-nav-net svg {
    height: 55px;
    width: 55px;
}
}

@media (max-width: 992px) {.course-program-details-net {
    padding: 5rem 0;
}.course-program-details-net .virtual-classes-net {
    grid-template-rows: auto auto;
    gap: 10px;
    min-height: auto;
    grid-template-columns: 1fr;
}.course-program-details-net .program-guide-net {
    grid-column: 1 / -1;
    z-index: 5;
    margin-top: -80px;
    grid-row: 2 / 3;
    padding: 2.5rem;
}.course-program-details-net .profile-photo-net {
    grid-row: 1 / 2;
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
    grid-column: 1 / -1;
    height: 350px;
}.course-program-details-net .top-nav-net {
    margin-left: auto;
    margin-right: auto;
}.course-program-details-net h3 {
    padding-right: 0;
    text-align: center;
}.course-program-details-net h3::before {
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.course-program-details-net p {
    text-align: center;
}.course-program-details-net .virtual-classes-net:hover .profile-photo-net {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.course-program-details-net .virtual-classes-net:hover .program-guide-net {
    transform: translateZ(10px) translateY(-15px);
}
}

@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 768px) {.course-program-details-net {
    padding: 4rem 0;
}.course-program-details-net .profile-photo-net {
    height: 300px;
}.course-program-details-net .program-guide-net {
    margin-top: -60px;
    padding: 2rem;
}.course-program-details-net .top-nav-net {
    height: 90px;
    margin-bottom: 1.3rem;
    width: 90px;
}.course-program-details-net .top-nav-net svg {
    height: 50px;
    width: 50px;
}.course-program-details-net h3 {
    margin-bottom: 1.3rem;
    font-size: calc(38px * 0.8);
}.course-program-details-net p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.course-program-details-net {
    padding: 3rem 0;
}.course-program-details-net .profile-photo-net {
    height: 250px;
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
}.course-program-details-net .program-guide-net {
    margin-top: -50px;
    padding: 1.8rem 1.5rem;
}.course-program-details-net .top-nav-net {
    height: 80px;
    width: 80px;
    margin-bottom: 1.2rem;
}.course-program-details-net .top-nav-net svg {
    height: 45px;
    width: 45px;
}.course-program-details-net h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.2rem;
}.course-program-details-net h3::before {
    width: 50px;
    height: 2px;
}.course-program-details-net p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}header .head-lead-net {
    z-index: 100;
    background: rgb(230,231,242);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
}header .head-lead-net::before {
    width: 100%;
    content: "";
    opacity: 0.2;
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(199,200,217,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(163,164,185,0.5) 0%, transparent 30%);
}header .head-lead-net::after {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    height: 100%;
    content: "";
    right: 0;
    opacity: 0.1;
    z-index: -1;
    background: linear-gradient(135deg, transparent 25%, rgb(199,200,217,0.5) 100%);
    position: absolute;
    width: 40%;
    top: 0;
}header .container {
    padding: 1.8rem 2rem;
    position: relative;
}header .top-mainbar-net {
    gap: 3rem;
    grid-template-columns: auto 1fr;
    align-items: center;
    display: grid;
}header .top-nav-net {
    position: relative;
    z-index: 2;
}header .nav-start-net {
    position: relative;
    z-index: 2;
    display: block;
}header .nav-start-net::before,
header .nav-start-net::after {
    content: "";
    z-index: -1;
    opacity: 0;
    background: rgb(199,200,217,0.5);
    transition: all 0.5s ease;
    border-radius: 50%;
    position: absolute;
}header .nav-start-net::before {
    width: 50px;
    top: -15px;
    left: -15px;
    height: 50px;
}header .nav-start-net::after {
    bottom: -5px;
    width: 25px;
    height: 25px;
    right: -10px;
    background: rgb(163,164,185,0.5);
}header .nav-start-net:hover::before,
header .nav-start-net:hover::after {
    opacity: 0.6;
    transform: scale(1.2);
}header .nav-start-net svg {
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    height: 50px;
    transition: all 0.3s ease;
    width: auto;
}header .nav-start-net:hover svg {
    transform: rotate(-5deg);
}header .page-top-net {
    position: relative;
    padding: 10px 20px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    list-style: none;
    flex-wrap: wrap;
    background: linear-gradient(to right, transparent, #ffffff);
    display: flex;
    border-radius: 0 17px 17px 0;
    margin: 0;
    justify-content: flex-end;
}header .page-top-net::after {
    background-image: 
        linear-gradient(45deg, rgb(199,200,217,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(199,200,217,0.5) 50%, rgb(199,200,217,0.5) 75%, transparent 75%, transparent);
    opacity: 0.05;
    background-size: 10px 10px;
    top: 0;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
    animation: moveStripes 20s linear infinite;
    width: 100%;
}header .site-info-net {
    margin: 5px 8px;
    position: relative;
    perspective: 800px;
}header .site-info-net::before {
    height: 0;
    border-left: 5px solid rgb(199,200,217);
    opacity: 0;
    content: "";
    transition: all 0.3s ease;
    border-top: 5px solid transparent;
    width: 0;
    left: -10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    border-bottom: 5px solid transparent;
}header .site-info-net:hover::before {
    left: -15px;
    transform: translateY(-50%) scale(1);
    opacity: 1;
}header .site-info-net a {
    border: 1px solid transparent;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    border-radius: 10px;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 10px 18px;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: all 0.3s ease;
    background: transparent;
}header .site-info-net a::before {
    content: "";
    z-index: -1;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: #ffffff;
    transform: translateZ(-1px);
}header .site-info-net a::after {
    transform: translateX(-50%);
    transition: width 0.3s ease;
    left: 50%;
    position: absolute;
    bottom: 0;
    height: 2px;
    content: "";
    width: 0;
    background: rgb(199,200,217);
}header .site-info-net a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgb(199,200,217,0.5);
    color: rgb(199,200,217);
    transform: translateZ(20px);
}header .site-info-net a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .top-mainbar-net {
    grid-template-columns: 1fr;
    gap: 2rem;
    justify-items: center;
}header .page-top-net {
    clip-path: none;
    justify-content: center;
    background: #ffffff;
    border-radius: 17px;
    width: 100%;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .site-info-net {
    margin: 3px 5px;
}header .site-info-net a {
    font-size: calc(18px - 1px);
    padding: 8px 15px;
}
}

@media (max-width: 480px) {header .page-top-net {
    padding: 15px;
    align-items: center;
    flex-direction: column;
}header .site-info-net {
    width: 100%;
    margin: 3px 0;
}header .site-info-net a {
    text-align: center;
    width: 100%;
}header .site-info-net::before {
    display: none;
}header .nav-start-net svg {
    height: 40px;
}}.title-opener-net {
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    position: relative;
    align-items: center;
}.title-opener-net::before {
    content: "";
    background: linear-gradient(135deg, 
    rgb(199,200,217,0.5) 0%,
    rgb(163,164,185,0.5) 40%,
    rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
}.title-opener-net > div {
    display: grid;
    transform-style: preserve-3d;
    position: relative;
    gap: 2rem;
    z-index: 2;
    grid-template-columns: 1fr;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    padding: 2rem;
    width: 100%;
}.title-opener-net .title_style_header {
    letter-spacing: 0.05em;
    padding: 0;
    transform: translateZ(50px);
    font-weight: 700;
    margin: 0;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3),
               0 4px 20px rgba(0, 0, 0, 0.2);
    font-size: clamp(2rem, 5vw, 42px);
}.title-opener-net .title_style_header::after {
    transform-origin: left center;
    position: absolute;
    background: rgb(163,164,185);
    width: 80px;
    box-shadow: 0 0 15px rgb(163,164,185);
    left: 0;
    height: 4px;
    bottom: -15px;
    content: "";
    animation: lineExpand 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.5s;
}.title-opener-net .fast-skill-net {
    position: relative;
    transform: translateZ(30px);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(199,200,217);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.3),
    -15px -15px 30px rgba(255, 255, 255, 0.05),
    inset 5px 5px 10px rgba(255, 255, 255, 0.05),
    inset -5px -5px 10px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    background: rgba(0, 0, 0, 0.5);
}.title-opener-net .success-metric-net {
    margin-bottom: 1.5rem;
}.title-opener-net .success-metric-net h3 {
    font-size: clamp(1.25rem, 3vw, 24px);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    margin: 0 0 1rem;
    line-height: 1.4;
    color: #ffffff;
}.title-opener-net span {
    padding-left: 1.5rem;
    position: relative;
    display: block;
}.title-opener-net span::before {
    transform: rotate(45deg);
    background: rgb(163,164,185);
    top: 8px;
    left: 0;
    content: "";
    position: absolute;
    box-shadow: 0 0 10px rgb(163,164,185);
    height: 8px;
    width: 8px;
}.title-opener-net p {
    transform: translateY(20px);
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0;
    margin: 0;
    animation: fadeSlideUp 0.8s ease-out forwards 1.2s;
    font-size: clamp(1rem, 2vw, 17px);
}@keyframes lineExpand {
  0% { width: 0; }
  100% { width: 80px; }
}

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

.title-opener-net:hover .title_style_header {
    transform: translateZ(60px);
}.title-opener-net:hover .fast-skill-net {
    transform: translateZ(40px);
}

@media (min-width: 768px) {.title-opener-net > div {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.title-opener-net .title_style_header {
    margin-bottom: 1rem;
    padding-top: 1rem;
}.title-opener-net .fast-skill-net {
    margin-left: -1rem;
    padding: 3rem;
    margin-right: 1rem;
}
}

@media (min-width: 992px) {.title-opener-net::after {
    width: 60%;
    position: absolute;
    animation: floatGlow 15s ease-in-out infinite alternate;
    content: "";
    opacity: 0.4;
    height: 60%;
    right: -20%;
    background: radial-gradient(circle, rgb(199,200,217,0.5) 0%, transparent 70%);
    pointer-events: none;
    top: -20%;
    z-index: 1;
}.title-opener-net > div {
    gap: 4rem;
    padding: 3rem;
}.title-opener-net .title_style_header {
    transform: perspective(1000px) rotateX(5deg) translateZ(50px);
    font-size: 42px;
}.title-opener-net .fast-skill-net {
    transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: perspective(1000px) rotateX(-2deg) translateZ(30px);
}.title-opener-net:hover .fast-skill-net {
    transform: perspective(1000px) rotateX(0) translateZ(40px);
    box-shadow: 
      15px 15px 40px rgba(0, 0, 0, 0.4),
      -15px -15px 40px rgba(255, 255, 255, 0.07),
      inset 5px 5px 15px rgba(255, 255, 255, 0.05),
      inset -5px -5px 15px rgba(0, 0, 0, 0.15);
}
}

@keyframes floatGlow {
  0% { transform: translate(0, 0); opacity: 0.4; }
  50% { transform: translate(-5%, 5%); opacity: 0.6; }
  100% { transform: translate(-2%, -2%); opacity: 0.4; }
}

@media (max-width: 767px) {.title-opener-net {
    min-height: 100vh;
    padding: 2rem 1rem;
}.title-opener-net > div {
    transform: perspective(800px) rotateX(0);
    padding: 1.5rem;
}.title-opener-net .title_style_header {
    margin-bottom: 2.5rem;
    font-size: 1.75rem;
}.title-opener-net .fast-skill-net {
    transform: translateZ(20px);
    margin-top: 1rem;
    padding: 1.5rem;
}.title-opener-net .success-metric-net h3 {
    font-size: 1.2rem;
}}.pricing-wrapper-net {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0;
}.pricing-wrapper-net::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, rgba(13, 27, 77, 0.85), rgba(20, 33, 61, 0.92));
    width: 100%;
}.pricing-wrapper-net .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.payment-pricing-net {
    position: relative;
}.payment-pricing-net::before {
    height: 200px;
    background: radial-gradient(circle, rgb(199,200,217,0.5) 5%, transparent 70%);
    width: 200px;
    right: -50px;
    top: -50px;
    filter: blur(15px);
    content: "";
    animation: pulseGlow 8s infinite alternate;
    position: absolute;
}.payment-pricing-net::after {
    height: 300px;
    position: absolute;
    filter: blur(20px);
    width: 300px;
    animation: pulseGlow 10s infinite alternate-reverse;
    content: "";
    background: radial-gradient(ellipse, rgb(163,164,185,0.5) 5%, transparent 70%);
    bottom: -80px;
    left: -80px;
}.pricing-wrapper-net h2 {
    -webkit-background-clip: text !important;
    transition: transform 0.5s ease;
    background-clip: text !important;
    font-weight: 700;
    color: transparent;
    font-size: 29px;
    text-align: center;
    transform: perspective(1000px) translateZ(10px);
    background: linear-gradient(to right, #ffffff, rgb(163,164,185));
    margin-bottom: 20px;
}.pricing-wrapper-net .plan-options-net {
    font-size: calc(12px * 1.1);
    margin: 0 auto 50px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    transform: perspective(1000px) translateZ(5px);
    text-align: center;
    max-width: 800px;
}.pricing-wrapper-net .payment-option-net {
    display: grid;
    padding: 0;
    margin: 0;
    gap: 30px;
    perspective: 1000px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing-wrapper-net .payment-option-net li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.pricing-wrapper-net .payment-option-net li:hover {
    transform: translateY(-15px) rotateY(5deg);
    z-index: 5;
}.pricing-wrapper-net .cost-summary-net {
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 100%;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
              0 5px 15px rgba(0, 0, 0, 0.1), 
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
    display: block;
}.pricing-wrapper-net .cost-summary-net::before {
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(199,200,217,0.5), transparent 70%);
    opacity: 0;
    top: 0;
    content: "";
    transition: opacity 0.5s ease;
    width: 100%;
    left: 0;
}.pricing-wrapper-net .cost-summary-net:hover::before {
    opacity: 0.2;
}.pricing-wrapper-net .cost-summary-net::after {
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 200%;
    left: -50%;
    top: -50%;
    opacity: 0;
    z-index: 1;
    transform: rotate(45deg);
    height: 200%;
    content: "";
    position: absolute;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}.pricing-wrapper-net .cost-summary-net:hover::after {
    left: 100%;
    opacity: 0.3;
    top: 100%;
}.pricing-wrapper-net .fee-pricing-net {
    z-index: 2;
    min-height: 400px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    padding: 30px;
    height: 100%;
    flex-direction: column;
}.pricing-wrapper-net .deal-grid-net {
    display: flex;
    flex: 1;
    flex-direction: column;
}.pricing-wrapper-net .cost-summary-net h4 {
    font-weight: 600;
    color: rgb(199,200,217);
    margin: 0 0 20px;
    position: relative;
    font-size: calc(18px * 1.1);
    transition: transform 0.3s ease;
    padding-bottom: 15px;
}.pricing-wrapper-net .cost-summary-net:hover h4 {
    transform: translateX(5px);
}.pricing-wrapper-net .cost-summary-net h4::after {
    bottom: 0;
    height: 3px;
    content: "";
    width: 60px;
    background: linear-gradient(to right, rgb(199,200,217), rgb(163,164,185));
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
}.pricing-wrapper-net .cost-summary-net:hover h4::after {
    width: 100px;
}.pricing-wrapper-net .cost-summary-net p {
    overflow-y: auto;
    scrollbar-width: thin;
    color: #ffffff;
    scrollbar-color: rgb(199,200,217) rgba(255, 255, 255, 0.1);
    word-break: normal;
    max-height: 250px;
    margin: 0 0 25px;
    flex: 1;
    line-height: 1.6;
    font-size: 12px;
    overflow-wrap: break-word;
}.pricing-wrapper-net .cost-summary-net p::-webkit-scrollbar {
    width: 6px;
}.pricing-wrapper-net .cost-summary-net p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.pricing-wrapper-net .cost-summary-net p::-webkit-scrollbar-thumb {
    background-color: rgb(199,200,217);
    border-radius: 10px;
}.pricing-wrapper-net .program-rate-net {
    padding: 10px 20px;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgb(199,200,217), rgb(163,164,185));
    border-radius: 10px;
    display: inline-block;
    margin-top: auto;
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight: 700;
    transform: translateZ(20px);
    position: relative;
    align-self: flex-start;
    font-size: calc(18px * 1.3);
}.pricing-wrapper-net .program-rate-net::before {
    content: "";
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
    top: 0;
    transition: left 0.6s ease;
}.pricing-wrapper-net .cost-summary-net:hover .program-rate-net::before {
    left: 100%;
}

@keyframes pulseGlow {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}

@media (max-width: 1200px) {.pricing-wrapper-net {
    padding: 80px 0;
}.pricing-wrapper-net .payment-option-net {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}

@media (max-width: 992px) {.pricing-wrapper-net h2 {
    font-size: calc(29px * 0.9);
}.pricing-wrapper-net .plan-options-net {
    margin-bottom: 40px;
    font-size: 12px;
}.pricing-wrapper-net .fee-pricing-net {
    padding: 25px;
    min-height: 350px;
}
}

@media (max-width: 768px) {.pricing-wrapper-net {
    padding: 60px 0;
}.pricing-wrapper-net .payment-option-net {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing-wrapper-net .cost-summary-net h4 {
    font-size: 18px;
}.pricing-wrapper-net .program-rate-net {
    font-size: calc(18px * 1.1);
}.pricing-wrapper-net .payment-option-net li:hover {
    transform: translateY(-10px) rotateY(3deg);
}
}

@media (max-width: 576px) {.pricing-wrapper-net {
    padding: 50px 0;
}.pricing-wrapper-net h2 {
    font-size: calc(29px * 0.8);
}.pricing-wrapper-net .plan-options-net {
    font-size: calc(12px * 0.9);
    margin-bottom: 30px;
}.pricing-wrapper-net .payment-option-net {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing-wrapper-net .fee-pricing-net {
    min-height: 300px;
    padding: 20px;
}.pricing-wrapper-net .cost-summary-net p {
    max-height: 180px;
    font-size: calc(12px * 0.9);
}.pricing-wrapper-net .program-rate-net {
    padding: 8px 15px;
}}.trackingPolicyPanel-net {
    overflow: hidden;
    max-width: 500px;
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 1050;
    left: 50%;
    transform: translateX(-50%);
    font-family: Arial, sans-serif;
    width: 90%;
    bottom: 20px;
}.track-accept-net {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
}.consent-ack-net {
    margin-bottom: 20px;
}.consent-ack-net svg, .consent-ack-net svg path, .consent-ack-net img {
    height: 60px;
    fill: rgb(199,200,217);
    width: 60px;
}.trackingPolicyPanel-net h5 {
    font-weight: 700;
    font-size: 21px;
    color: rgb(199,200,217);
    margin-bottom: 10px;
    text-align: center;
}.trackingPolicyPanel-net p {
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
    font-size: 16px;
}.data-opt-net {
    text-align: center;
    color: #ffffff;
    transition: background 0.3s ease-in-out;
    display: inline-block;
    width: calc(50% - 10px);
    font-size: 17px;
    border-radius: 10px;
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    text-decoration: none;
    background: rgb(199,200,217);
}.data-opt-net:hover {
    background: rgb(163,164,185);
}.cookie_button.edu-consent-net {
    background: rgb(163,164,185);
}.cookie_button.edu-consent-net:hover {
    background: rgb(163,164,185,0.5);
}.trackingPolicyPanel-net p a {
    color: rgb(199,200,217);
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}.trackingPolicyPanel-net p a:hover {
    color: rgb(163,164,185);
}#dialogPolicyNotice-net {
    display: none;
}#dialogPolicyNotice-net:checked ~ .trackingPolicyPanel-net {
    visibility: hidden;
    opacity: 0;
}.appHub-net {
    position: relative;
    background: linear-gradient(135deg, rgb(230,231,242) 0%, rgb(163,164,185,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
}.appHub-net::before {
    height: 300px;
    opacity: 0.6;
    position: absolute;
    background: radial-gradient(circle, rgb(199,200,217,0.5) 0%, transparent 70%);
    animation: pulse 8s infinite alternate ease-in-out;
    width: 300px;
    transform: rotate(-15deg);
    content: "";
    top: -50px;
    right: -50px;
    z-index: 1;
}.appHub-net::after {
    left: -100px;
    bottom: -100px;
    position: absolute;
    height: 400px;
    animation: float 12s infinite alternate ease-in-out;
    background: radial-gradient(ellipse, rgb(163,164,185,0.5) 0%, transparent 70%);
    width: 400px;
    content: "";
    z-index: 1;
    opacity: 0.4;
}.appHub-net .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1140px;
}.appHub-net h2 {
    animation: slideInTitle 1.2s ease-out;
    margin-bottom: 40px;
    color: #000000;
    transform: translateY(0);
    font-weight: 700;
    font-size: 34px;
    position: relative;
    opacity: 1;
}.appHub-net h2::after {
    transform-origin: left;
    content: "";
    animation: expandWidth 1.5s ease-out forwards 0.5s;
    left: 0;
    background: linear-gradient(90deg, rgb(199,200,217) 0%, rgb(163,164,185) 100%);
    bottom: -15px;
    height: 4px;
    width: 80px;
    position: absolute;
}.appHub-net .virtual-classes-net {
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    position: relative;
    animation: slideInContent 1.5s ease-out 0.3s both;
    padding: 40px;
}.appHub-net .virtual-classes-net::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(255, 255, 255, 0.5) 100%);
    top: 0;
    z-index: -1;
}.appHub-net ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.appHub-net li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    animation: fadeIn 1.8s ease-out 0.6s both;
}.appHub-net li::before {
    position: absolute;
    height: 8px;
    top: 10px;
    left: 0;
    content: "";
    animation: rotateMark 6s infinite alternate ease-in-out;
    background: rgb(199,200,217);
    transform: rotate(45deg);
    width: 8px;
}.appHub-net li span {
    color: #000000;
    display: block;
    font-size: 18px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}

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

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

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

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

@keyframes rotateMark {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1) rotate(-15deg);
    opacity: 0.8;
  }
  100% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
}

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

@media (max-width: 992px) {.appHub-net {
    padding: 80px 0;
}.appHub-net h2 {
    font-size: calc(34px * 0.9);
}.appHub-net .virtual-classes-net {
    padding: 30px;
}
}

@media (max-width: 768px) {.appHub-net {
    padding: 60px 0;
}.appHub-net h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.appHub-net h2::after {
    width: 60px;
}.appHub-net .virtual-classes-net {
    padding: 25px;
}.appHub-net::before {
    height: 200px;
    width: 200px;
}.appHub-net::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 576px) {.appHub-net {
    padding: 40px 0;
}.appHub-net h2 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.7);
}.appHub-net h2::after {
    height: 3px;
    width: 50px;
}.appHub-net .virtual-classes-net {
    padding: 20px;
}.appHub-net li {
    padding-left: 20px;
}.appHub-net li span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.appHub-net, .appHub-net::before, .appHub-net::after, 
  .appHub-net h2, .appHub-net h2::after, 
  .appHub-net .virtual-classes-net, .appHub-net li, .appHub-net li::before {
    animation: none;
    transition: none;
}
}

@supports (container-type: inline-size) {.appHub-net .container {
    container-type: inline-size;
    container-name: thanks-container;
}
  
  @container thanks-container (max-width: 768px) {.appHub-net .virtual-classes-net {
    padding: 20px;
}.appHub-net h2 {
    margin-bottom: 25px;
}}
}.program-outcomes-net {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(230,231,242) 0%, rgb(199,200,217,0.5) 100%);
    padding: 90px 0;
}.program-outcomes-net::before {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background: repeating-radial-gradient(
        circle at 90% 20%,
        rgb(163,164,185,0.5) 0,
        transparent 100px
    );
    opacity: 0.4;
    position: absolute;
    content: "";
}.program-outcomes-net .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.program-outcomes-net .virtual-classes-net {
    display: flex;
    gap: 50px;
    align-items: center;
}.program-outcomes-net .profile-photo-net {
    transform: rotate(-2deg);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 5px rgb(230,231,242),
        0 0 0 8px rgb(199,200,217,0.5);
    border-radius: 20px;
    flex: 0 0 40%;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    max-width: 40%;
}.program-outcomes-net .profile-photo-net:hover {
    transform: rotate(0deg) scale(1.02);
}.program-outcomes-net .content-box-wrap-net {
    position: relative;
    flex: 0 0 52%;
    z-index: 2;
}.program-outcomes-net .content-box-wrap-net::before {
    inset: -20px;
    background: #ffffff;
    border-radius: 20px;
    z-index: -1;
    content: "";
    position: absolute;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.program-outcomes-net .content-box-wrap-net::after {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(199,200,217,0.5), rgb(163,164,185,0.5));
    width: 70px;
    top: -35px;
    height: 70px;
    z-index: -2;
    animation: float 10s infinite alternate ease-in-out;
    opacity: 0.7;
    left: 30px;
    border-radius: 50%;
}.program-outcomes-net h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 35px;
    color: #000000;
    font-size: 38px;
}.program-outcomes-net h3::after {
    border-radius: 10px;
    height: 4px;
    width: 30px;
    left: 0;
    bottom: -12px;
    background: rgb(199,200,217);
    position: absolute;
    content: "";
}.program-outcomes-net ul {
    flex-direction: column;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 16px;
    margin: 0;
}.program-outcomes-net li {
    padding-left: 10px;
    position: relative;
    transition: all 0.3s ease;
}.program-outcomes-net li::before {
    left: -5px;
    transform: translateY(-50%);
    width: 10px;
    position: absolute;
    opacity: 0;
    background: rgb(199,200,217,0.5);
    top: 50%;
    content: "";
    transition: all 0.3s ease;
    height: 10px;
    border-radius: 50%;
}.program-outcomes-net li:hover {
    transform: translateX(10px);
}.program-outcomes-net li:hover::before {
    opacity: 1;
    left: -10px;
}.program-outcomes-net li p {
    font-weight: 400;
    align-items: center;
    line-height: 1.5;
    font-size: 17px;
    border-radius: 12px;
    transition: all 0.3s ease;
    margin: 0;
    gap: 16px;
    padding: 16px 20px;
    background: rgb(230,231,242);
    color: #000000;
    display: flex;
}.program-outcomes-net li:hover p {
    background: linear-gradient(to right, rgb(199,200,217,0.5), rgb(230,231,242));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.program-outcomes-net svg {
    background: #ffffff;
    width: 24px;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    height: 24px;
    padding: 5px;
}.program-outcomes-net svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,200,217);
}.program-outcomes-net li:hover svg {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}.program-outcomes-net li:hover svg path {
    fill: rgb(163,164,185);
}

@keyframes float {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(10px, -10px) scale(1.1); }
    100% { transform: translate(0, 0) scale(1); }
}

@media (max-width: 992px) {.program-outcomes-net {
    padding: 70px 0;
}.program-outcomes-net .virtual-classes-net {
    flex-direction: column;
    gap: 70px;
}.program-outcomes-net .profile-photo-net {
    margin: 0 auto;
    max-width: 60%;
    flex: none;
}.program-outcomes-net .content-box-wrap-net {
    width: 80%;
    margin: 0 auto;
    flex: none;
}.program-outcomes-net .content-box-wrap-net::after {
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
}
}

@media (max-width: 576px) {.program-outcomes-net {
    padding: 50px 0;
}.program-outcomes-net .profile-photo-net {
    max-width: 80%;
}.program-outcomes-net .content-box-wrap-net {
    width: 100%;
}.program-outcomes-net .content-box-wrap-net::before {
    inset: -15px;
}.program-outcomes-net h3 {
    font-size: 24px;
    margin-bottom: 30px;
}.program-outcomes-net ul {
    gap: 12px;
}.program-outcomes-net li p {
    padding: 12px 15px;
}.program-outcomes-net svg {
    width: 22px;
    height: 22px;
    padding: 4px;
}}footer {
    position: relative;
    perspective: 1000px;
    z-index: 1;
}footer::before {
    z-index: -2;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(163,164,185,0.5) 0%, rgb(199,200,217,0.5) 100%);
    position: absolute;
    top: 0;
    opacity: 0.9;
    bottom: 0;
    right: 0;
}footer::after {
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    bottom: 0;
    left: 0;
    right: 0;
}.access-help-net {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2.5rem;
}.access-help-net::before {
    left: 0;
    content: "";
    background: repeating-linear-gradient(
        90deg,
        rgb(199,200,217) 0px,
        rgb(199,200,217) 40px,
        rgb(163,164,185) 40px,
        rgb(163,164,185) 80px
    );
    top: 0;
    position: absolute;
    width: 100%;
    height: 20px;
}.access-help-net .container {
    gap: 4rem;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}.access-help-net .company_holder {
    background: rgb(199,200,217,0.5);
    transform-style: preserve-3d;
    border-bottom: 6px solid rgb(199,200,217);
    padding: 2rem;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    flex: 1 1 380px;
    transition: all 0.4s ease;
    position: relative;
    transform: rotateX(5deg);
    border-radius: 0;
}.access-help-net .company_holder:hover {
    transform: rotateX(0deg);
}.access-help-net .company_holder h3 {
    font-weight: 700;
    color: #ffffff;
    position: relative;
    font-size: 28px;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
    transform: translateZ(20px);
    display: inline-block;
}.access-help-net .company_holder h3::before {
    border-left: 3px solid #ffffff;
    width: 30px;
    height: 30px;
    border-top: 3px solid #ffffff;
    left: -10px;
    position: absolute;
    content: "";
    top: -10px;
}.access-help-net .company_holder h3::after {
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    position: absolute;
    bottom: -10px;
    content: "";
    height: 30px;
    width: 30px;
    right: -10px;
}.access-help-net .tech-stack-net {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.6;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(10px);
    padding: 1.5rem;
}.access-help-net .data-viz-net {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.access-help-net .page-header-net {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}.access-help-net .page-top-net {
    position: relative;
    transform: rotateX(-5deg);
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.access-help-net .page-top-net:hover {
    transform: rotateX(0deg);
}.access-help-net .page-top-net h5 {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    transform: translateZ(15px);
    padding: 1rem 1.5rem;
    font-size: 18px;
    color: #ffffff;
    background: rgb(163,164,185,0.5);
    margin: 0 0 1.5rem;
}.access-help-net .page-top-net h5::after {
    content: "";
    bottom: -5px;
    position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    background: rgb(163,164,185);
}.access-help-net .page-top-net .page-header-net {
    gap: 1rem;
    padding: 1rem;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(5px);
}.access-help-net .page-top-net .page-header-net a {
    transform: translateZ(10px);
    display: block;
    border-radius: 10px;
    padding: 0.7rem 1rem;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
}.access-help-net .page-top-net .page-header-net a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    transition: all 0.5s ease;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
}.access-help-net .page-top-net .page-header-net a:hover {
    color: #ffffff;
    background: rgb(163,164,185,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.access-help-net .page-top-net .page-header-net a:hover::before {
    left: 100%;
}.career-help-net {
    background: rgb(163,164,185,0.5);
    padding: 2rem 0;
    transform-style: preserve-3d;
    margin-top: 3rem;
    perspective: 1000px;
    position: relative;
}.career-help-net::before {
    background: rgb(163,164,185);
    transform-origin: bottom;
    top: -20px;
    left: 0;
    position: absolute;
    transform: rotateX(45deg);
    content: "";
    height: 20px;
    width: 100%;
}.career-help-net .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.career-help-net .footer-caption-net {
    border-radius: 50px;
    padding: 0.8rem 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(5px);
    background: rgba(255, 255, 255, 0.1);
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 1200px) {.access-help-net .container {
    gap: 3rem;
}.access-help-net .company_holder {
    flex: 1 1 350px;
}.access-help-net .data-viz-net {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.access-help-net .page-header-net {
    gap: 2rem;
}
}

@media (max-width: 992px) {.access-help-net {
    padding: 4rem 0 2rem;
}.access-help-net .container {
    flex-direction: column;
    gap: 3rem;
}.access-help-net .company_holder,
    .access-help-net .data-viz-net {
    flex: 1 1 100%;
    min-width: 100%;
}.access-help-net .page-top-net {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.access-help-net .company_holder,
    .access-help-net .page-top-net {
    transform: none;
}
}

@media (max-width: 768px) {.access-help-net {
    padding: 3.5rem 0 1.5rem;
}.access-help-net .page-header-net {
    gap: 1.5rem;
}.access-help-net .company_holder h3 {
    font-size: calc(28px - 2px);
}.access-help-net .company_holder h3::before,
    .access-help-net .company_holder h3::after {
    height: 20px;
    width: 20px;
}.career-help-net {
    margin-top: 2rem;
}.career-help-net::before {
    height: 15px;
    top: -15px;
}
}

@media (max-width: 576px) {.access-help-net {
    padding: 3rem 0 1rem;
}.access-help-net .page-top-net {
    min-width: 100%;
    flex: 1 1 100%;
}.access-help-net .page-header-net {
    gap: 0.7rem;
}.access-help-net .page-top-net .page-header-net a {
    padding: 0.6rem 0.8rem;
}.career-help-net {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.career-help-net::before {
    display: none;
}
}

@media (max-width: 420px) {.access-help-net::before {
    height: 10px;
}.access-help-net .company_holder h3::before,
    .access-help-net .company_holder h3::after {
    display: none;
}.access-help-net .page-top-net h5 {
    min-width: auto;
    width: 100%;
}.career-help-net .footer-caption-net {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.stay-connected-net {
    position: relative;
    perspective: 1000px;
    padding: 3rem;
    margin: 4rem 0;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(230,231,242) 0%, rgba(0, 0, 0, 0.5) 100%);
}.stay-connected-net::before {
    background: radial-gradient(circle at 30% 50%, rgb(199,200,217,0.5) 0%, transparent 60%);
    top: 0;
    opacity: 0.4;
    animation: breathe 8s infinite alternate;
    z-index: 1;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
}.stay-connected-net::after {
    bottom: -30%;
    left: -10%;
    z-index: 0;
    height: 50%;
    filter: blur(20px);
    transform: rotate(-5deg);
    position: absolute;
    width: 120%;
    content: "";
    background: linear-gradient(90deg, rgb(163,164,185,0.5) 0%, transparent 100%);
}.stay-connected-net .virtual-classes-net {
    display: flex;
    align-items: center;
    transform: rotateX(5deg);
    z-index: 2;
    transform-style: preserve-3d;
    position: relative;
    justify-content: space-between;
    transition: transform 0.5s ease;
}.stay-connected-net .virtual-classes-net:hover {
    transform: rotateX(0deg);
}.stay-connected-net p {
    transform: translateZ(20px);
    position: relative;
    font-size: 22px;
    flex: 0 0 40%;
    font-weight: 700;
    padding-right: 2rem;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.stay-connected-net p::after {
    position: absolute;
    transform-origin: left;
    content: "";
    left: 0;
    background: rgb(163,164,185);
    bottom: -10px;
    width: 60px;
    height: 3px;
    transform: scaleX(0.5);
    transition: transform 0.4s ease;
}.stay-connected-net .virtual-classes-net:hover p::after {
    transform: scaleX(1);
}.stay-connected-net .input_holder {
    flex: 0 0 60%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(40px);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}.stay-connected-net .email-submit-net {
    color: #000000;
    border: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    flex: 1;
    background: #ffffff;
    padding: 1.2rem 1.5rem;
    font-size: 18px;
}.stay-connected-net .email-submit-net:focus {
    outline: none;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
}.stay-connected-net .email-submit-net::placeholder {
    opacity: 0.6;
    color: #000000;
}.stay-connected-net .updates-header-net {
    padding: 0 2rem;
    background: linear-gradient(45deg, rgb(199,200,217) 0%, rgb(163,164,185) 100%);
    color: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    border: none;
    overflow: hidden;
    font-weight: 600;
    cursor: pointer;
    font-size: 17px;
    position: relative;
}.stay-connected-net .updates-header-net::after {
    top: -50%;
    height: 200%;
    width: 200%;
    transition: opacity 0.4s ease;
    opacity: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transform: scale(0.5);
    position: absolute;
    content: "";
    left: -50%;
}.stay-connected-net .updates-header-net:hover::after {
    opacity: 1;
    transform: scale(1);
}.stay-connected-net .updates-header-net:hover {
    background: linear-gradient(45deg, rgb(163,164,185) 0%, rgb(199,200,217) 100%);
    box-shadow: 0 0 15px rgb(199,200,217,0.5);
}

@keyframes breathe {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.stay-connected-net {
    padding: 2rem 1.5rem;
}.stay-connected-net .virtual-classes-net {
    transform: none;
    align-items: stretch;
    flex-direction: column;
}.stay-connected-net p {
    padding-right: 0;
    transform: none;
    margin-bottom: 1.5rem;
    flex: none;
}.stay-connected-net .input_holder {
    flex-direction: column;
    transform: none;
    flex: none;
}.stay-connected-net .email-submit-net {
    margin-bottom: 1rem;
    border-radius: 10px;
    width: 100%;
}.stay-connected-net .updates-header-net {
    border-radius: 10px;
    padding: 1rem;
    width: 100%;
}}.get-in-touch-net {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #ffffff 50%, rgb(230,231,242) 50%);
    padding: 100px 0;
}.get-in-touch-net::before {
    z-index: 0;
    top: 0;
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    position: absolute;
    width: 100%;
    left: 0;
    background-size: 60px 60px;
}.get-in-touch-net .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.get-in-touch-net h2 {
    text-align: center;
    margin-bottom: 60px;
    color: rgb(199,200,217);
    font-weight: 700;
    font-size: 38px;
    position: relative;
}.get-in-touch-net h2::after {
    bottom: -15px;
    height: 3px;
    left: 50%;
    background: rgb(199,200,217);
    transform: translateX(-50%);
    position: absolute;
    content: "";
    width: 60px;
}.get-in-touch-net .feedback-feedback-net {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: flex;
    border-radius: 11px;
}.get-in-touch-net .feedback-feedback-net::before {
    background: linear-gradient(90deg, rgb(199,200,217), rgb(163,164,185));
    width: 100%;
    position: absolute;
    height: 5px;
    top: 0;
    content: "";
    left: 0;
}.get-in-touch-net .profile-photo-net {
    position: relative;
    transition: all 0.5s ease;
    flex: 0 0 50%;
    min-height: 550px;
}.get-in-touch-net .profile-photo-net::after {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(199,200,217,0.5), transparent);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}.get-in-touch-net .request-map-net {
    padding: 60px 50px;
    background: #ffffff;
    flex: 0 0 50%;
    position: relative;
}.get-in-touch-net .request-map-net::before {
    content: "";
    left: 0;
    width: 10px;
    position: absolute;
    background: rgb(230,231,242);
    height: 100%;
    top: 0;
}.get-in-touch-net #contact {
    flex-direction: column;
    gap: 30px;
    display: flex;
}.get-in-touch-net h3 {
    color: #000000;
    display: inline-block;
    font-size: 21px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
}.get-in-touch-net h3::after {
    position: absolute;
    background: rgb(199,200,217,0.5);
    width: 100%;
    bottom: 0;
    content: "";
    left: 0;
    height: 2px;
}.get-in-touch-net input[type="text"] {
    color: #000000;
    padding: 18px 20px;
    background: #ffffff;
    width: 100%;
    font-size: 13px;
    border-radius: 10px;
    border: 2px solid rgb(230,231,242);
    transition: all 0.3s ease;
}.get-in-touch-net input[type="text"]:focus {
    border-color: rgb(199,200,217);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
}.get-in-touch-net input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.get-in-touch-net .help-grid-net {
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
    gap: 12px;
}.get-in-touch-net .help-grid-net input[type="checkbox"] {
    margin-top: 2px;
    width: 24px;
    height: 24px;
    border: 2px solid rgb(230,231,242);
    border-radius: 10px;
    appearance: none;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}.get-in-touch-net .help-grid-net input[type="checkbox"]:checked {
    border-color: rgb(199,200,217);
    background: rgb(199,200,217);
}.get-in-touch-net .help-grid-net input[type="checkbox"]:checked::after {
    top: 5px;
    content: "";
    border-bottom: 2px solid #ffffff;
    height: 10px;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    width: 6px;
    position: absolute;
    left: 8px;
}.get-in-touch-net .help-grid-net label {
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
}.get-in-touch-net .help-grid-net a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(199,200,217);
    font-weight: 600;
}.get-in-touch-net .help-grid-net a:hover {
    color: rgb(163,164,185);
}.get-in-touch-net .help-message-net {
    cursor: pointer;
    font-size: 16px;
    border: none;
    align-self: flex-start;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgb(199,200,217,0.5);
    background: rgb(199,200,217);
    margin-top: 20px;
    font-weight: 600;
    overflow: hidden;
    padding: 16px 40px;
    position: relative;
}.get-in-touch-net .help-message-net::before {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: -100%;
    transition: all 0.6s ease;
    content: "";
}.get-in-touch-net .help-message-net:hover {
    box-shadow: 0 10px 25px rgb(163,164,185,0.5);
    background: rgb(163,164,185);
    transform: translateY(-3px);
}.get-in-touch-net .help-message-net:hover::before {
    left: 100%;
}.get-in-touch-net svg {
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    fill: rgb(199,200,217);
}.get-in-touch-net svg path {
    fill: rgb(199,200,217);
    transition: all 0.3s ease;
}.get-in-touch-net svg:hover {
    transform: translateY(-2px);
    fill: rgb(163,164,185);
}.get-in-touch-net svg:hover path {
    fill: rgb(163,164,185);
}

@media (max-width: 1200px) {.get-in-touch-net {
    background: #ffffff;
}
}

@media (max-width: 992px) {.get-in-touch-net {
    padding: 80px 0;
}.get-in-touch-net .feedback-feedback-net {
    flex-direction: column-reverse;
}.get-in-touch-net .profile-photo-net {
    min-height: 350px;
    flex: 0 0 auto;
}.get-in-touch-net .request-map-net {
    flex: 0 0 auto;
    padding: 50px 40px;
}.get-in-touch-net .request-map-net::before {
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
}
}

@media (max-width: 768px) {.get-in-touch-net {
    padding: 60px 0;
}.get-in-touch-net h2 {
    font-size: calc(38px - 4px);
    margin-bottom: 40px;
}.get-in-touch-net .request-map-net {
    padding: 40px 30px;
}.get-in-touch-net #contact {
    gap: 25px;
}.get-in-touch-net .profile-photo-net {
    min-height: 300px;
}
}

@media (max-width: 576px) {.get-in-touch-net {
    padding: 50px 0;
}.get-in-touch-net .container {
    padding: 0 15px;
}.get-in-touch-net h2 {
    margin-bottom: 30px;
    font-size: calc(38px - 6px);
}.get-in-touch-net .request-map-net {
    padding: 35px 25px;
}.get-in-touch-net #contact {
    gap: 20px;
}.get-in-touch-net input[type="text"] {
    padding: 15px;
}.get-in-touch-net .help-message-net {
    width: 100%;
    padding: 15px 25px;
}.get-in-touch-net .profile-photo-net {
    min-height: 250px;
}}.about-this-net {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.about-this-net::before {
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(199,200,217,0.5), rgba(0, 0, 0, 0.5) 80%);
    height: 100%;
}.about-this-net::after {
    height: 200px;
    transform: rotate(15deg);
    opacity: 0.15;
    width: 200px;
    animation: float 12s infinite ease-in-out;
    top: -30px;
    z-index: 2;
    position: absolute;
    content: "";
    right: -30px;
    border: 2px solid rgb(163,164,185);
}.about-this-net .container {
    z-index: 3;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.about-this-net .content-box-wrap-net {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(2deg);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    padding: 60px 45px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}.about-this-net .content-box-wrap-net::before {
    left: 0;
    height: 100%;
    width: 5px;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(199,200,217), rgb(163,164,185));
    top: 0;
}.about-this-net .content-box-wrap-net:hover {
    transform: perspective(1000px) rotateY(0deg);
}.about-this-net h1 {
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 41px;
    transition: transform 0.5s ease;
    transform: translateX(-10px);
    color: #000000;
}.about-this-net .content-box-wrap-net:hover h1 {
    transform: translateX(0);
}.about-this-net h1::after {
    bottom: 0;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left center;
    transform: scaleX(0.7);
    content: "";
    width: 80px;
    position: absolute;
    background: rgb(163,164,185);
    height: 3px;
}.about-this-net .content-box-wrap-net:hover h1::after {
    transform: scaleX(1);
}.about-this-net ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.about-this-net li {
    margin-bottom: 25px;
}.about-this-net h4 {
    transition: all 0.3s ease;
    opacity: 0.9;
    font-weight: 600;
    font-size: calc(18px * 1.1);
    color: rgb(199,200,217);
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    transform: translateY(5px);
}.about-this-net .content-box-wrap-net:hover h4 {
    transform: translateY(0);
    opacity: 1;
}.about-this-net span {
    color: #000000;
    display: block;
    max-width: 100%;
    font-size: 15px;
    column-gap: 40px;
    column-count: 1;
    transition: opacity 0.5s ease;
    opacity: 0.9;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}.about-this-net .content-box-wrap-net:hover span {
    opacity: 1;
}@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(10deg) translate(10px, 15px);
    }
}


.about-this-net .content-box-wrap-net::after {
    animation: loadingBar 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(199,200,217), transparent);
    transform-origin: left;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    height: 2px;
    left: 0;
}

@keyframes loadingBar {
    0% {
        transform: scaleX(0);
    }
    50% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}


@media (min-width: 768px) {.about-this-net {
    padding: 150px 0;
}.about-this-net .content-box-wrap-net {
    width: 90%;
    margin-left: 5%;
    padding: 70px 60px;
}.about-this-net span {
    column-count: 2;
}.about-this-net::after {
    width: 300px;
    height: 300px;
}
}

@media (min-width: 992px) {.about-this-net {
    padding: 180px 0;
}.about-this-net .content-box-wrap-net {
    width: 80%;
    padding: 80px 70px;
    margin-left: 8%;
}.about-this-net h1 {
    font-size: calc(41px * 1.2);
}.about-this-net span {
    column-count: 2;
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.about-this-net {
    padding: 80px 0;
}.about-this-net .content-box-wrap-net {
    transform: perspective(1000px) rotateY(0deg);
    padding: 40px 30px;
}.about-this-net h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 30px;
}.about-this-net h4 {
    font-size: 18px;
}.about-this-net span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.about-this-net::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 480px) {.about-this-net {
    padding: 60px 0;
}.about-this-net .content-box-wrap-net {
    padding: 30px 25px;
}.about-this-net h1 {
    font-size: calc(41px * 0.8);
    margin-bottom: 25px;
}.about-this-net h1::after {
    width: 60px;
}.about-this-net span {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}}.connect-net {
    background: #a7c7dd;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.connect-net::before {
    width: 50%;
    left: 0;
    content: '';
    z-index: 1;
    background: rgb(199,200,217,0.5);
    position: absolute;
    top: 0;
    height: 100%;
}.connect-net .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.connect-net .instant-request-net {
    margin-bottom: 60px;
    margin-left: 30px;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 47px;
    text-align: left;
}.connect-net .instant-request-net::after {
    position: absolute;
    left: 0;
    height: 4px;
    width: 80px;
    bottom: -15px;
    content: '';
    background: rgb(199,200,217);
}.connect-net .ask-form-net {
    margin: 0 auto;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    width: 80%;
    flex-direction: column;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    display: flex;
}.connect-net .profile-photo-net {
    display: block;
    background-position: center !important;
    width: 100%;
    background-size: cover !important;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    position: relative;
    height: 300px;
}.connect-net .profile-photo-net::after {
    opacity: 0.7;
    background: linear-gradient(to top, #000000 0%, transparent 100%);
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 30%;
    bottom: 0;
    content: '';
}.connect-net .learn-chat-net {
    background: #ffffff;
    padding: 40px;
}.connect-net .learn-chat-net p {
    padding-bottom: 10px;
    color: #000000;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    margin: 0 0 25px 0;
    align-items: center;
    display: flex;
    position: relative;
    padding: 0;
}.connect-net .learn-chat-net p:last-child {
    border-bottom: none;
    margin-bottom: 0;
}.connect-net .learn-chat-net p::after {
    height: 1px;
    bottom: -12px;
    width: 100%;
    left: 0;
    content: '';
    background: rgb(230,231,242);
    position: absolute;
}.connect-net .learn-chat-net p:last-child::after {
    display: none;
}.connect-net .learn-chat-net p svg {
    height: 24px;
    order: -1;
    margin-right: 15px;
    flex-shrink: 0;
    width: 24px;
    fill: rgb(199,200,217);
}.connect-net .learn-chat-net p svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,200,217);
}.connect-net .learn-chat-net p:hover svg path {
    fill: rgb(163,164,185);
}.connect-net .learn-chat-net p span {
    transition: transform 0.3s ease;
    position: relative;
}.connect-net .learn-chat-net p span:first-child {
    font-weight: 400;
    color: #000000;
    margin-right: auto;
}.connect-net .learn-chat-net p span:last-child {
    margin-left: 10px;
}.connect-net .learn-chat-net p:hover span:last-child {
    transform: translateX(10px);
}.connect-net .learn-chat-net p span a {
    color: rgb(199,200,217);
    font-weight: 400;
    transition: color 0.3s ease;
    text-decoration: none;
}.connect-net .learn-chat-net p span a:hover {
    color: rgb(163,164,185);
}.connect-net .get-contactform-net {
    margin-top: 40px;
    border-top: 1px solid rgb(230,231,242);
    padding-top: 40px;
}.connect-net .feedback-form-net {
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    font-size: 22px;
}.connect-net .feedback-form-net::after {
    position: absolute;
    bottom: -10px;
    content: '';
    height: 2px;
    background: rgb(199,200,217);
    width: 40px;
    left: 0;
}.connect-net .message-us-net {
    gap: 15px;
    display: grid;
}.connect-net .learn-ask-net {
    border-radius: 10px;
    color: #000000;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease, color 0.3s ease;
    padding: 15px 20px;
    background: rgb(230,231,242);
}.connect-net .learn-ask-net:hover {
    color: #ffffff;
    background: rgb(199,200,217);
}.connect-net .get-contactform-net svg {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    fill: rgb(199,200,217);
    margin-right: 10px;
}.connect-net .learn-ask-net:hover svg path {
    fill: #ffffff;
}

@media (min-width: 992px) {.connect-net .profile-photo-net {
    order: 2;
}.connect-net .learn-chat-net {
    order: 1;
    width: 60%;
}.connect-net .message-us-net {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {.connect-net {
    padding: 80px 0;
}.connect-net .instant-request-net {
    font-size: 30px;
    margin-bottom: 50px;
}.connect-net .message-us-net {
    grid-template-columns: repeat(2, 1fr);
}.connect-net .learn-chat-net p svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
}

@media (max-width: 767px) {.connect-net {
    padding: 60px 0;
}.connect-net .instant-request-net {
    font-size: 22px;
    margin-bottom: 40px;
}.connect-net .learn-chat-net {
    padding: 30px;
}.connect-net .feedback-form-net {
    font-size: 21px;
}.connect-net .learn-chat-net p svg {
    margin-right: 8px;
    height: 18px;
    width: 18px;
}}.privacy-holdfast-net {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(230,231,242) 0%, rgba(rgb(199,200,217,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
}.privacy-holdfast-net::before {
    height: 5px;
    width: 100%;
    transform-origin: left center;
    animation: slidein 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(199,200,217) 0%, rgb(163,164,185) 100%);
    left: 0;
}.privacy-holdfast-net::after {
    width: 30%;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgba(rgb(199,200,217,0.5), 0.03), transparent);
    top: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    z-index: 0;
    right: 0;
    position: absolute;
}.privacy-holdfast-net .container {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    z-index: 1;
}.privacy-holdfast-net h1 {
    margin-bottom: 2.5rem;
    transform: translateY(10px);
    position: relative;
    animation: fadeup 0.5s ease-out 0.2s forwards;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.5px;
    opacity: 0;
    font-size: 44px;
}.privacy-holdfast-net h1::after {
    height: 3px;
    animation: scaleIn 0.6s ease-out 0.6s forwards;
    background: rgb(199,200,217);
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    width: 60px;
    bottom: -12px;
    content: "";
    left: 0;
}.privacy-holdfast-net h2 {
    margin: 2.5rem 0 1.5rem;
    font-size: 38px;
    transform: translateY(10px);
    opacity: 0;
    padding-left: 1rem;
    color: #000000;
    font-weight: 600;
    position: relative;
    animation: fadeup 0.5s ease-out 0.3s forwards;
}.privacy-holdfast-net h2::before {
    opacity: 0.8;
    width: 3px;
    background: rgb(163,164,185);
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    transform: scaleY(0.7);
}.privacy-holdfast-net h3 {
    animation: fadeup 0.5s ease-out 0.3s forwards;
    color: #000000;
    transform: translateY(10px);
    margin: 2rem 0 1rem;
    font-weight: 600;
    font-size: calc(38px * 0.85);
    opacity: 0;
}.privacy-holdfast-net h4 {
    transform: translateY(10px);
    animation: fadeup 0.5s ease-out 0.3s forwards;
    font-weight: 600;
    color: #000000;
    margin: 1.5rem 0 1rem;
    opacity: 0;
    font-size: calc(38px * 0.75);
    opacity: 0.85;
}.privacy-holdfast-net p {
    margin-bottom: 1.5rem;
    max-width: 95%;
    transform: translateY(10px);
    color: #000000;
    font-size: 17px;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    opacity: 0;
    line-height: 1.75;
}.privacy-holdfast-net p strong {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #000000;
}.privacy-holdfast-net p strong::after {
    left: 0;
    height: 1px;
    position: absolute;
    opacity: 0.5;
    background: rgb(199,200,217);
    bottom: -2px;
    width: 100%;
    content: "";
}.privacy-holdfast-net span {
    display: block;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    transform: translateY(10px);
    line-height: 1.75;
    font-size: 17px;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    color: #000000;
    opacity: 0;
    position: relative;
}.privacy-holdfast-net span::before {
    content: "";
    top: 0.5rem;
    left: 0;
    width: 3px;
    background: rgb(163,164,185);
    position: absolute;
    opacity: 0.3;
    height: calc(100% - 1rem);
}.privacy-holdfast-net ul {
    opacity: 0;
    position: relative;
    list-style: none;
    border-left: 3px solid rgb(199,200,217);
    padding-left: 0;
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    animation: slidein 0.6s ease-out 0.5s forwards;
    padding: 1.5rem 2rem;
    margin: 1.5rem 0 2rem;
    transform: translateX(-10px);
    border-radius: 0 10px 10px 0;
}.privacy-holdfast-net ul::before {
    z-index: -1;
    background: linear-gradient(to right, rgba(rgb(199,200,217,0.5), 0.05), transparent);
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}.privacy-holdfast-net li {
    font-size: 17px;
    margin-bottom: 1rem;
    line-height: 1.6;
    position: relative;
    padding-left: 1.75rem;
    color: #000000;
}.privacy-holdfast-net li:last-child {
    margin-bottom: 0;
}.privacy-holdfast-net li::before {
    position: absolute;
    background: rgb(163,164,185);
    left: 0;
    content: "";
    top: 0.5rem;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    transform: rotate(45deg);
}

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

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

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

@media (min-width: 768px) {.privacy-holdfast-net {
    padding: 6rem 3rem;
}.privacy-holdfast-net h1 {
    font-size: calc(44px * 1.15);
    margin-bottom: 3rem;
}.privacy-holdfast-net h1::after {
    width: 80px;
}.privacy-holdfast-net p, .privacy-holdfast-net span {
    max-width: 85%;
}.privacy-holdfast-net ul {
    margin-left: 1rem;
    max-width: 90%;
}
}

@media (min-width: 992px) {.privacy-holdfast-net {
    padding: 7rem 4rem;
}.privacy-holdfast-net::after {
    width: 40%;
}.privacy-holdfast-net h1 {
    font-size: calc(44px * 1.3);
}.privacy-holdfast-net h2 {
    padding-left: 1.5rem;
}.privacy-holdfast-net p, .privacy-holdfast-net span {
    max-width: 80%;
    font-size: calc(17px * 1.05);
}.privacy-holdfast-net ul {
    padding: 2rem 2.5rem;
}.privacy-holdfast-net li {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.privacy-holdfast-net {
    padding: 4rem 1.5rem;
}.privacy-holdfast-net h1 {
    font-size: calc(44px * 0.9);
}.privacy-holdfast-net h2 {
    font-size: calc(38px * 0.9);
}.privacy-holdfast-net h3 {
    font-size: calc(38px * 0.8);
}.privacy-holdfast-net h4 {
    font-size: calc(38px * 0.7);
}.privacy-holdfast-net p, .privacy-holdfast-net span {
    max-width: 100%;
}.privacy-holdfast-net ul {
    padding: 1.25rem 1.5rem;
}}.teaching-history-net {
    background: linear-gradient(170deg, rgb(230,231,242) 0%, rgb(199,200,217,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.teaching-history-net::before {
    content: "";
    width: 100%;
    position: absolute;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(199,200,217,0.5) 20px,
            rgb(199,200,217,0.5) 21px
        );
    top: 0;
    left: 0;
    opacity: 0.04;
    height: 100%;
}.teaching-history-net::after {
    content: "";
    top: 0;
    width: 100%;
    opacity: 0.3;
    background: 
        radial-gradient(circle at 20% 30%, rgb(199,200,217,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(163,164,185,0.5) 0%, transparent 40%);
    left: 0;
    filter: blur(80px);
    position: absolute;
    height: 100%;
}.teaching-history-net .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}.teaching-history-net .success-reviews-net {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1000px;
    align-items: center;
    position: relative;
}.teaching-history-net .success-reviews-net::before {
    border-radius: 50%;
    left: 50%;
    height: 500px;
    position: absolute;
    border: 1px solid rgb(199,200,217,0.5);
    width: 500px;
    animation: orbit 20s linear infinite;
    content: "";
    transform: translate(-50%, -50%);
    opacity: 0.2;
    top: 50%;
}.teaching-history-net .success-reviews-net::after {
    position: absolute;
    animation: orbit 15s linear infinite reverse;
    height: 400px;
    width: 400px;
    border: 1px dashed rgb(163,164,185,0.5);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    content: "";
    transform: translate(-50%, -50%);
    opacity: 0.15;
}@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.teaching-history-net .profile-photo-net {
    position: relative;
    z-index: 5;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
    height: 240px;
    width: 240px;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-bottom: 30px;
    border-radius: 50%;
}.teaching-history-net .profile-photo-net::before {
    z-index: -1;
    content: "";
    opacity: 0.4;
    animation: spin 12s linear infinite;
    border-radius: 50%;
    inset: -30px;
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(199,200,217,0.5) 90deg,
        transparent 180deg,
        rgb(163,164,185,0.5) 270deg,
        transparent 360deg
    );
    position: absolute;
}.teaching-history-net .profile-photo-net::after {
    z-index: 2;
    content: "";
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
    border-radius: 50%;
    position: absolute;
    inset: 0;
}@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.teaching-history-net .name {
    font-weight: 700;
    text-fill-color: transparent;
    text-align: center;
    background-clip: text !important;
    position: relative;
    -webkit-background-clip: text !important;
    color: #000000;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(199,200,217) 100%
    );
    margin-bottom: 15px;
    transition: all 0.3s ease;
    z-index: 3;
    -webkit-text-fill-color: transparent;
    font-size: 39px;
}.teaching-history-net .name::after {
    background: linear-gradient(
        to right,
        rgb(199,200,217) 0%,
        rgb(163,164,185) 100%
    );
    content: "";
    transition: width 0.4s ease;
    bottom: -8px;
    left: 50%;
    height: 2px;
    position: absolute;
    width: 0;
    transform: translateX(-50%);
}.teaching-history-net .success-reviews-net:hover .name::after {
    width: 80px;
}.teaching-history-net .success-reviews-net span:not(.name) {
    opacity: 0.9;
    border-radius: 30px;
    margin-bottom: 30px;
    z-index: 3;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    backdrop-filter: blur(5px);
    text-transform: uppercase;
    color: rgb(163,164,185);
    font-size: 22px;
    letter-spacing: 2px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
}.teaching-history-net .success-reviews-net:hover span:not(.name) {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.2);
}.teaching-history-net .job-container-net {
    max-width: 650px;
    padding: 35px 45px;
    margin: 0;
    color: #000000;
    text-align: center;
    border-radius: 30px;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    line-height: 1.8;
    z-index: 3;
    font-size: 13px;
    background: #ffffff;
}.teaching-history-net .job-container-net::before,
.teaching-history-net .job-container-net::after {
    width: 10px;
    position: absolute;
    content: "";
    height: 10px;
}.teaching-history-net .job-container-net::before {
    border-left: 2px solid rgb(199,200,217);
    border-top: 2px solid rgb(199,200,217);
    left: 25px;
    top: 25px;
}.teaching-history-net .job-container-net::after {
    right: 25px;
    bottom: 25px;
    border-right: 2px solid rgb(163,164,185);
    border-bottom: 2px solid rgb(163,164,185);
}.teaching-history-net .success-reviews-net:hover .profile-photo-net {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
    transform: scale(1.05);
}

@media (max-width: 991px) {.teaching-history-net {
    padding: 90px 0;
}.teaching-history-net .profile-photo-net {
    margin-bottom: 25px;
    width: 200px;
    height: 200px;
}.teaching-history-net .success-reviews-net::before {
    width: 400px;
    height: 400px;
}.teaching-history-net .success-reviews-net::after {
    height: 320px;
    width: 320px;
}.teaching-history-net .name {
    font-size: calc(39px * 0.9);
}.teaching-history-net .job-container-net {
    padding: 30px 35px;
    max-width: 600px;
}
}

@media (max-width: 767px) {.teaching-history-net {
    padding: 70px 0;
}.teaching-history-net .profile-photo-net {
    margin-bottom: 20px;
    height: 180px;
    width: 180px;
}.teaching-history-net .success-reviews-net::before {
    width: 320px;
    height: 320px;
}.teaching-history-net .success-reviews-net::after {
    height: 260px;
    width: 260px;
}.teaching-history-net .name {
    font-size: calc(39px * 0.8);
}.teaching-history-net .success-reviews-net span:not(.name) {
    margin-bottom: 25px;
    padding: 6px 16px;
    font-size: calc(22px * 0.95);
}.teaching-history-net .job-container-net {
    padding: 25px 30px;
    font-size: calc(13px * 0.95);
    max-width: 100%;
}.teaching-history-net .job-container-net::before,
    .teaching-history-net .job-container-net::after {
    width: 8px;
    height: 8px;
}.teaching-history-net .job-container-net::before {
    top: 20px;
    left: 20px;
}.teaching-history-net .job-container-net::after {
    right: 20px;
    bottom: 20px;
}
}

@media (max-width: 575px) {.teaching-history-net {
    padding: 50px 0;
}.teaching-history-net .profile-photo-net {
    width: 150px;
    height: 150px;
    margin-bottom: 18px;
}.teaching-history-net .success-reviews-net::before {
    width: 260px;
    height: 260px;
}.teaching-history-net .success-reviews-net::after {
    height: 200px;
    width: 200px;
}.teaching-history-net .name {
    font-size: calc(39px * 0.7);
}.teaching-history-net .success-reviews-net span:not(.name) {
    font-size: calc(22px * 0.9);
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding: 5px 12px;
}.teaching-history-net .job-container-net {
    padding: 20px 25px;
    font-size: calc(13px * 0.9);
}.teaching-history-net .job-container-net::before,
    .teaching-history-net .job-container-net::after {
    height: 6px;
    width: 6px;
}.teaching-history-net .job-container-net::before {
    top: 15px;
    left: 15px;
}.teaching-history-net .job-container-net::after {
    right: 15px;
    bottom: 15px;
}
}