html {
    scrollbar-width: auto;
    scrollbar-color: rgb(205,218,219) rgb(158,184,186);
}

html,body {
    min-height: 100%;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    scroll-snap-type: none;
}

svg {
    width: 30px;
    height: 30px;
}

a {
    color: inherit;
    text-decoration: none;
}

.CrUOAfooter_careers {
    flex: 0 0 auto;
}

.CrUOAfooter_careers {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2rem;
}


.RlqeOlaunch_now {
    padding: 80px 0;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(112,150,154) 0%, rgb(158,184,186) 100%);
    position: relative;
}

.RlqeOlaunch_now::after {
    background: radial-gradient(circle, rgb(112,150,154,0.5) 0%, transparent 70%);
    height: 300px;
    right: -50px;
    width: 300px;
    content: "";
    z-index: 0;
    animation: pulse 8s infinite alternate ease-in-out;
    bottom: -50px;
    border-radius: 50%;
    position: absolute;
}

.RlqeOlaunch_now h2 {
    animation: slideInText 0.8s 0.2s forwards ease-out;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
    transform: translateX(-20px);
    opacity: 0;
    font-size: 31px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.RlqeOlaunch_now .elnYZpro_study::before {
    width: 5px;
    transform: scaleY(0);
    transform-origin: bottom;
    background: rgb(112,150,154);
    position: absolute;
    content: "";
    animation: growVertical 0.6s 1s forwards ease-out;
    height: 100%;
    left: 0;
    top: 0;
}

.RlqeOlaunch_now svg path {
    fill: rgb(112,150,154);
    transition: fill 0.3s ease;
}

.RlqeOlaunch_now .elnYZpro_study:hover svg {
    transform: translateY(0) scale(1.1) rotate(5deg);
}

.RlqeOlaunch_now .elnYZpro_study div {
    flex-grow: 1;
}

.RlqeOlaunch_now .htdoXsupport_inquiry::before {
    transition: left 0.7s ease;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
    left: -100%;
    z-index: -1;
}

.RlqeOlaunch_now .htdoXsupport_inquiry::after {
    left: 0;
    position: absolute;
    transform: scaleX(0);
    background: #ffffff;
    transition: transform 0.4s ease;
    width: 100%;
    bottom: 0;
    height: 3px;
    content: "";
    transform-origin: right;
}

.RlqeOlaunch_now .htdoXsupport_inquiry:hover::before {
    left: 100%;
}

.HgLpOour_team {
    background-color: rgb(205,218,219);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.HgLpOour_team::after {
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(158,184,186,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(112,150,154,0.5) 0%, transparent 40%);
    position: absolute;
    top: 0;
    width: 100%;
    filter: blur(50px);
    opacity: 0.8;
    z-index: 1;
    content: "";
}

.HgLpOour_team .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
    padding: 0 20px;
}

.HgLpOour_team h2 {
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    letter-spacing: 2px;
    font-size: 38px;
    position: relative;
}

.HgLpOour_team h2::after {
    bottom: -20px;
    left: 50%;
    background: linear-gradient(90deg, rgb(158,184,186), rgb(112,150,154));
    border-radius: 10px;
    width: 60px;
    height: 4px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
}

.HgLpOour_team .Zovpehow_started {
    width: 100%;
    flex-direction: column;
    gap: 40px;
    position: relative;
    display: flex;
}

.HgLpOour_team .Zovpehow_started::before {
    width: 2px;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, 
        transparent 0%,
        rgb(158,184,186,0.5) 10%, 
        rgb(158,184,186) 50%,
        rgb(112,150,154) 50%,
        rgb(112,150,154,0.5) 90%,
        transparent 100%);
    z-index: 1;
    position: absolute;
    left: 50%;
}

.HgLpOour_team .qhUcKlearn_studio {
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    width: 55%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 26px;
}

.HgLpOour_team .qhUcKlearn_studio:nth-child(1) {
    align-self: flex-start;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    transform: translateX(-40px);
    border-left: 4px solid rgb(158,184,186);
}

.HgLpOour_team .qhUcKlearn_studio:nth-child(2) {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    align-self: flex-end;
    transform: translateX(40px);
    border-right: 4px solid rgb(112,150,154);
}

.HgLpOour_team .qhUcKlearn_studio:nth-child(1)::before {
    box-shadow: 0 0 15px rgb(158,184,186,0.5);
    transform: translateY(-50%);
    right: -55px;
}

.HgLpOour_team .qhUcKlearn_studio::after {
    top: 50%;
    width: 35px;
    position: absolute;
    content: "";
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
}

.HgLpOour_team .qhUcKlearn_studio:nth-child(2)::after {
    left: -35px;
}

.HgLpOour_team .qhUcKlearn_studio:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-40px);
}

.HgLpOour_team .qhUcKlearn_studio h3 {
    padding-bottom: 15px;
    font-weight: 600;
    position: relative;
    color: #000000;
    margin-bottom: 25px;
    letter-spacing: 1px;
    font-size: 24px;
}

.HgLpOour_team .qhUcKlearn_studio:nth-child(2) h3::after {
    background: linear-gradient(90deg, rgb(112,150,154), transparent);
}

.HgLpOour_team .qhUcKlearn_studio:hover h3::after {
    width: 70%;
}

.HgLpOour_team .container::before,
.HgLpOour_team .container::after {
    opacity: 0.2;
    z-index: 0;
    position: absolute;
    height: 250px;
    background: linear-gradient(45deg, rgb(158,184,186,0.5), transparent);
    filter: blur(60px);
    width: 250px;
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    content: "";
    animation: floatAnim 15s linear infinite alternate;
}

.HgLpOour_team .container::before {
    top: 10%;
    left: -150px;
}

.nMvkjthanksPage::before {
    z-index: 1;
    background: linear-gradient(225deg, rgb(158,184,186) 0%, transparent 70%);
    content: "";
    width: 25rem;
    right: -5%;
    transform: rotate(-15deg);
    filter: blur(8px);
    opacity: 0.07;
    top: -10%;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 25rem;
}

.nMvkjthanksPage .container {
    padding: 0 15px;
    z-index: 2;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}

.nMvkjthanksPage .elnYZpro_study:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}

.nMvkjthanksPage .elnYZpro_study > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}

.nMvkjthanksPage .elnYZpro_study > div:first-child::after {
    transform-origin: left center;
    bottom: -0.75rem;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(158,184,186), rgb(112,150,154));
    width: 4rem;
    height: 3px;
    transition: width 0.4s ease-out;
    content: "";
}

.nMvkjthanksPage a {
    transition: transform 0.3s ease;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}

.nMvkjthanksPage a:hover::before {
    opacity: 0.05;
    transform: translateY(0);
}

.nMvkjthanksPage p {
    color: #000000;
    z-index: 1;
    margin: 0;
    line-height: 1.8;
    position: relative;
    font-size: 14px;
}

.lrgUAcontact_box {
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(205,218,219) 0%, #1a1e2e 100%);
    padding: 90px 0;
}

.lrgUAcontact_box::after {
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100px;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    bottom: 0;
    content: "";
    width: 100%;
}

.lrgUAcontact_box h2 {
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 29px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 70px;
    position: relative;
}

.lrgUAcontact_box h2::after {
    content: "";
    height: 2px;
    width: 70px;
    background: rgb(158,184,186);
    left: calc(50% - 10px);
    bottom: -20px;
    position: absolute;
}

.lrgUAcontact_box .zRkrwlightbox_image {
    min-height: 100%;
    position: relative;
}

.lrgUAcontact_box .zRkrwlightbox_image::before {
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    width: 100%;
    height: 100%;
    content: "";
}



.lrgUAcontact_box .tQAbcinquiry_query {
    position: relative;
    padding: 50px;
}

.lrgUAcontact_box .tQAbcinquiry_query::before {
    z-index: -1;
    left: 0;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
}

.lrgUAcontact_box h3::after {
    left: 0;
    position: absolute;
    content: "";
    bottom: -10px;
    height: 2px;
    background: rgb(158,184,186);
    width: 50px;
}

.lrgUAcontact_box input[type="text"] {
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 100%;
    position: relative;
    padding: 16px 20px;
}

.lrgUAcontact_box .NbgdYrequest_widget {
    display: flex;
    margin-top: 5px;
    gap: 12px;
    align-items: flex-start;
}

.lrgUAcontact_box .NbgdYrequest_widget input[type="checkbox"]:checked {
    border-color: rgb(158,184,186);
    background: rgb(158,184,186);
}

.lrgUAcontact_box .NbgdYrequest_widget input[type="checkbox"]:checked::after {
    content: "";
    height: 10px;
    transform: rotate(45deg);
    border: solid #ffffff;
    left: 9px;
    top: 6px;
    position: absolute;
    border-width: 0 2px 2px 0;
    width: 6px;
}

.lrgUAcontact_box .NbgdYrequest_widget a:hover {
    color: #ffffff;
}

.lrgUAcontact_box .NbgdYrequest_widget a:hover::after {
    background: #ffffff;
}

.lrgUAcontact_box .htdoXsupport_inquiry {
    padding: 16px 35px;
    margin-top: 10px;
    position: relative;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    overflow: hidden;
    font-size: 14px;
    text-transform: uppercase;
    background: rgb(158,184,186);
    align-self: flex-start;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    letter-spacing: 1px;
}

.lrgUAcontact_box .htdoXsupport_inquiry:hover::before {
    left: 100%;
}

.lrgUAcontact_box svg path {
    fill: rgb(158,184,186);
    transition: all 0.3s ease;
}

.lrgUAcontact_box svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}

.lrgUAcontact_box svg:hover path {
    fill: #ffffff;
}

.LApqEcourse_highlights::before {
    position: absolute;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(158,184,186,0.5),
        rgb(158,184,186,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    top: 0;
    height: 100%;
    opacity: 0.04;
    left: 0;
}

.LApqEcourse_highlights .tvAHzmessage_box {
    transform: translateY(0);
    border-radius: 30px;
    padding: 2.5rem;
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 3;
    transition: transform 0.4s ease;
}

.LApqEcourse_highlights .tvAHzmessage_box h2 {
    color: rgb(158,184,186);
    animation: fadeInUp 0.8s ease forwards;
    position: relative;
    font-size: 33px;
    display: inline-block;
    margin-bottom: 2rem;
    font-weight: 700;
}

.LApqEcourse_highlights .tvAHzmessage_box:hover h2::after {
    width: 100%;
}

.LApqEcourse_highlights .tvAHzmessage_box .description {
    animation: fadeInUp 0.8s ease forwards;
    color: #000000;
    opacity: 0;
    font-size: 17px;
    animation-delay: 0.2s;
    position: relative;
    padding-left: 1rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
}

.LApqEcourse_highlights .zRkrwlightbox_image {
    height: 320px;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    border-radius: 0;
    margin-top: -2rem;
    z-index: 2;
    position: relative;
}

.UywXQeducational_gains {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(205,218,219) 0%, rgba(245, 247, 250, 0.92) 100%);
    position: relative;
}

.UywXQeducational_gains::after {
    content: "";
    background: linear-gradient(45deg, rgb(112,150,154,0.5) 0%, transparent 70%);
    left: -5%;
    height: 30%;
    position: absolute;
    width: 30%;
    transform: rotate(15deg);
    bottom: -5%;
    opacity: 0.12;
    z-index: 0;
}

.UywXQeducational_gains .elnYZpro_study {
    gap: 3rem;
    position: relative;
    flex-direction: column-reverse;
    display: flex;
}

.UywXQeducational_gains .tvAHzmessage_box:hover {
    transform: translateY(0);
}

.UywXQeducational_gains h4 {
    line-height: 1.3;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: calc(18px * 1.1);
    color: #000000;
    font-weight: 700;
}

.UywXQeducational_gains h4::after {
    height: 3px;
    bottom: 0;
    left: 0;
    transition: width 0.4s ease;
    width: 4rem;
    position: absolute;
    content: "";
    background: rgb(158,184,186);
}

.UywXQeducational_gains li {
    transition: transform 0.3s ease-out;
    transform: translateX(0);
    margin-bottom: 1.25rem;
}

.UywXQeducational_gains li p {
    margin: 0;
    display: flex;
    line-height: 1.6;
    font-size: 17px;
    align-items: flex-start;
    color: #000000;
    gap: 1rem;
}

.UywXQeducational_gains li:hover svg {
    transform: rotate(10deg) scale(1.1);
}

.UywXQeducational_gains svg path {
    fill: rgb(158,184,186);
    transition: fill 0.3s ease;
}

.UywXQeducational_gains .zRkrwlightbox_image {
    transform: scale(1) translateY(0);
    height: auto;
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08);
    max-height: 400px;
}

.HMCBVget_support::before {
    top: 0;
    right: 0;
    height: 100%;
    content: "";
    background: linear-gradient(210deg, rgb(112,150,154,0.5) 0%, transparent 80%);
    opacity: 0.35;
    width: 45%;
    z-index: 0;
    transform: translateX(20%) skewX(-15deg);
    position: absolute;
}

.HMCBVget_support h1 {
    position: relative;
    margin-bottom: 2.5rem;
    font-weight: 700;
    text-align: center;
    transform: translateY(0);
    font-size: 47px;
    transition: transform 0.5s ease;
    color: #000000;
}

.HMCBVget_support h1:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}

.HMCBVget_support .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.HMCBVget_support .PsHazedu_chat:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.HMCBVget_support .PsHazedu_chat > div {
    position: relative;
    padding: 1.5rem;
    background: rgba(245, 247, 250, 0.5);
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.HMCBVget_support .PsHazedu_chat > div:first-child {
    font-size: calc(14px * 1.05);
    line-height: 1.7;
    font-weight: 400;
    text-align: center;
    padding: 2rem;
    letter-spacing: 0.02em;
    border-bottom: 2px solid rgb(205,218,219);
    background: linear-gradient(45deg, rgba(245, 247, 250, 0.5) 0%, rgba(255, 255, 255, 0.9) 100%);
    color: #000000;
}

.HMCBVget_support span {
    font-size: 14px;
    margin-left: 30px;
    color: #000000;
    display: block;
    line-height: 1.5;
}

.HMCBVget_support .nQxsYcontact_panel > div:hover {
    transform: translateX(5px);
}

.HMCBVget_support .OVXcPmessage_panel {
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
    display: flex;
    transition: color 0.3s ease;
    text-decoration: none;
}

.HMCBVget_support svg {
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.HMCBVget_support .OVXcPmessage_panel:hover svg path {
    fill: rgb(158,184,186);
}

footer {
    position: relative;
    z-index: 1;
}

footer {
    background-position: center !important;
    background-size: cover !important;
}

.CrUOAfooter_careers::before {
    top: 0;
    position: absolute;
    left: 0;
    height: 15px;
    width: 100%;
    content: "";
    background: rgb(158,184,186);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
}

.CrUOAfooter_careers .company_holder::after {
    content: "";
    opacity: 0.3;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom, #ffffff, transparent);
    right: 1.5rem;
}

.CrUOAfooter_careers .company_holder h3::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    left: 0;
    bottom: 0;
    background: rgb(158,184,186);
    box-shadow: 0 0 10px rgb(158,184,186);
}

.CrUOAfooter_careers .oMedKfooter_milestones {
    flex-wrap: wrap;
    gap: 0;
    display: flex;
    flex: 0 0 60%;
}

.CrUOAfooter_careers .ntNzrhead_site {
    flex: 1;
    gap: 0;
    flex-wrap: wrap;
    display: flex;
}

.CrUOAfooter_careers .PGwAumain_guide h5 {
    font-size: 19px;
    padding-left: 1rem;
    position: relative;
    margin: 0 0 1.5rem;
    font-weight: 600;
    transform: skewX(-5deg);
    color: #ffffff;
}

.CrUOAfooter_careers .PGwAumain_guide .ntNzrhead_site {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.CrUOAfooter_careers .PGwAumain_guide .ntNzrhead_site a::before {
    top: 0;
    position: absolute;
    content: "";
    left: -100%;
    width: 100%;
    transition: all 0.5s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.CrUOAfooter_careers .PGwAumain_guide .ntNzrhead_site a:hover::before {
    left: 100%;
}

.KDkxudiscount_cta {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem 0;
    position: relative;
}

.KDkxudiscount_cta .dXezZalumni_net {
    width: 100%;
    text-align: center;
    font-size: 16px;
    transform: skewX(-5deg);
    color: #ffffff;
}

.TBCxRtitle_screen::before {
    opacity: 0.07;
    content: "";
    background: repeating-linear-gradient(45deg, rgb(205,218,219) 0px, rgb(205,218,219) 3px, transparent 3px, transparent 9px);
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
}

.TBCxRtitle_screen .elnYZpro_study {
    margin: 0 auto;
    height: 100%;
    display: flex;
    max-width: 1400px;
    flex-direction: column-reverse;
    position: relative;
    z-index: 2;
    padding: 2rem;
}

.TBCxRtitle_screen:hover .tvAHzmessage_box {
    transform: translateY(-10px);
}

.TBCxRtitle_screen h1 {
    transition: color 0.3s ease-in-out;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-size: calc(48px * 1.2);
    font-weight: 700;
    position: relative;
}

.TBCxRtitle_screen:hover h1::after {
    transform: scaleX(1.5);
}

.TBCxRtitle_screen .vuGUAmaster_zone {
    border-left: 3px solid rgb(158,184,186);
    position: relative;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    border-radius: 0 10px 10px 0;
    margin-bottom: 2rem;
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.9) 100%);
    transition: all 0.4s ease;
}

.TBCxRtitle_screen .vuGUAmaster_zone:hover svg {
    transform: rotate(5deg) scale(1.05);
}

.TBCxRtitle_screen svg path {
    transition: fill 0.3s ease;
}

.TBCxRtitle_screen svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}

.TBCxRtitle_screen ul {
    display: flex;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
}

.TBCxRtitle_screen .htdoXsupport_inquiry {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    border-radius: 27px;
    padding: 0.9rem 2rem;
    color: #ffffff;
    box-shadow: 0 6px 15px rgba(94,170,168,0.2);
    z-index: 1;
    font-size: 16px;
    background: linear-gradient(135deg, rgb(158,184,186) 0%, rgb(112,150,154) 100%);
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.TBCxRtitle_screen .zRkrwlightbox_image {
    height: 300px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 27px;
    margin-bottom: 2rem;
}

.TBCxRtitle_screen .zRkrwlightbox_image::after {
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    transition: opacity 0.4s ease;
    mix-blend-mode: color;
    background: rgb(158,184,186);
    opacity: 0.1;
    height: 100%;
}

header .KNUhrmain_header {
    padding: 1.2rem 2.5rem;
    justify-content: space-between;
    z-index: 5;
    align-items: center;
    display: flex;
    position: relative;
}

header .SRakdmain_primary {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    border-radius: 25px;
    backdrop-filter: blur(5px);
    padding: 0.8rem 1.2rem;
    flex: 0 0 auto;
    -webkit-backdrop-filter: blur(5px);
}

header .PGwAumain_guide {
    z-index: 2;
    display: flex;
    margin: 0;
    position: relative;
    list-style: none;
    padding: 0;
}

header .fnVEihead_train a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

header .fnVEihead_train a::before {
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    border-radius: 25px;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    transition: opacity 0.3s ease;
}

header .fnVEihead_train:hover::after {
    width: 70%;
}

header .KNUhrmain_header::before {
    top: -20px;
    content: '';
    width: 100px;
    right: -20px;
    border-radius: 50%;
    height: 100px;
    position: absolute;
    z-index: -1;
    filter: blur(40px);
    background: rgb(158,184,186,0.5);
    opacity: 0.5;
}

header .UZpgbhead_learning {
    z-index: 1;
    position: relative;
    background: rgb(205,218,219);
    padding-top: 2rem;
}

header .SRakdmain_primary:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

.jYArlinstructor_profile {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,218,219) 0%, rgb(158,184,186,0.5) 100%);
    padding: 4rem 2rem;
    position: relative;
}

.jYArlinstructor_profile::before {
    z-index: 1;
    top: -10%;
    transform: rotate(-12deg);
    content: "";
    height: 70%;
    background: rgb(112,150,154,0.5);
    left: -5%;
    position: absolute;
    width: 120%;
}

.jYArlinstructor_profile .zRkrwlightbox_image:hover {
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) scale(1.05);
}

.jYArlinstructor_profile .hASliwork_projects {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    transform: rotate(2deg) translateY(-30px);
    padding: 2rem;
    position: relative;
    max-width: 60%;
    background: #ffffff;
    border-radius: 11px;
    transition: all 0.5s ease;
}

.jYArlinstructor_profile .hASliwork_projects:hover {
    transform: rotate(0deg) translateY(-20px);
}

.jYArlinstructor_profile .name {
    font-weight: 700;
    color: rgb(158,184,186);
    margin-bottom: 0.5rem;
    font-size: 29px;
    transform: translateX(-20px);
}

.jYArlinstructor_profile .EfBbVemp_block {
    font-style: italic;
    line-height: 1.6;
    position: relative;
    font-size: 13px;
    color: #000000;
    padding-left: 1.5rem;
    font-weight: 400;
}

.xwtpGmetrics_summary {
    overflow: hidden;
    z-index: 1;
    background: rgb(205,218,219);
    padding: 120px 0;
    position: relative;
}

.xwtpGmetrics_summary::after {
    content: "";
    width: 40%;
    position: absolute;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    background: rgb(112,150,154,0.5);
    bottom: 0;
    right: 0;
    height: 40%;
    z-index: -1;
}

.xwtpGmetrics_summary .ncZrTgrowth_statistics {
    margin-top: 70px;
    flex-wrap: wrap;
    gap: 0;
    display: flex;
    z-index: 2;
    justify-content: center;
    position: relative;
}

.xwtpGmetrics_summary .UhxRHclass_benefits::before {
    left: 0;
    width: 1px;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.5;
    background: linear-gradient(to bottom, transparent, rgb(158,184,186,0.5), transparent);
    transition: all 0.3s ease;
}

.xwtpGmetrics_summary .UhxRHclass_benefits:hover {
    transform: translateY(-10px);
    border-bottom: 3px solid rgb(158,184,186);
    background: rgba(255, 255, 255, 0.05);
}

.xwtpGmetrics_summary .UhxRHclass_benefits:hover h4 {
    transform: translateZ(30px) scale(1.1);
    color: rgb(112,150,154);
}

.xwtpGmetrics_summary .UhxRHclass_benefits span {
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 15px;
    display: block;
    color: #000000;
}

.xwtpGmetrics_summary .OfLyxstatistics_benefit::before {
    height: 120%;
    z-index: -1;
    top: 50%;
    position: absolute;
    width: 150%;
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse at center, rgb(158,184,186,0.5) 0%, transparent 70%);
    content: "";
    left: 50%;
    opacity: 0.3;
}

.xwtpGmetrics_summary .tsGjSstatistics_pros::after {
    right: -40px;
}

.xwtpGmetrics_summary .YMsKdvalue_elevation {
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
}

.xwtpGmetrics_summary svg {
    display: block;
    opacity: 0.8;
    width: 50px;
    height: 50px;
    fill: rgb(158,184,186);
    margin: 0 auto 20px;
    transition: all 0.5s ease;
}

.xwtpGmetrics_summary .UhxRHclass_benefits:hover svg path {
    fill: rgb(112,150,154);
}

.xwtpGmetrics_summary .UhxRHclass_benefits:nth-child(1) h4 {
    --i: 1;
}

.xwtpGmetrics_summary .UhxRHclass_benefits:nth-child(3) h4 {
    --i: 3;
}

.KxWeAclient_testimonials {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(205,218,219) 0%, rgb(158,184,186,0.5) 100%);
    overflow: hidden;
}

.KxWeAclient_testimonials::after {
    background-image: 
        repeating-linear-gradient(45deg, rgb(158,184,186,0.5) 0, rgb(158,184,186,0.5) 1px, transparent 1px, transparent 10px);
    left: 0;
    opacity: 0.05;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}

.KxWeAclient_testimonials h2 {
    font-weight: 700;
    padding-bottom: 1.5rem;
    text-align: center;
    transform: perspective(1000px) rotateX(2deg);
    margin-bottom: 3rem;
    color: #000000;
    line-height: 1.3;
    position: relative;
    font-size: 28px;
}

.KxWeAclient_testimonials .elnYZpro_study {
    position: relative;
    overflow: visible;
    padding: 2rem 0;
}

.KxWeAclient_testimonials .trujQclient_quotes {
    border-radius: 0.5rem;
    box-shadow: 
        0 15px 25px -10px rgba(0, 0, 0, 0.1),
        0 1px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    padding: 2rem 1.5rem;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    z-index: 2;
    backdrop-filter: blur(10px);
    display: flex;
    transform: translateY(0) scale(1);
    flex-direction: column;
}

.KxWeAclient_testimonials .trujQclient_quotes h3::after {
    background: linear-gradient(90deg, rgb(158,184,186), transparent);
    height: 2px;
    content: '';
    position: absolute;
    width: 40px;
    bottom: -4px;
    left: 0;
}

.KxWeAclient_testimonials .trujQclient_quotes div {
    align-items: center;
    margin-top: auto;
    justify-content: flex-start;
    display: flex;
}

.KxWeAclient_testimonials .trujQclient_quotes img {
    height: 60px;
    border-radius: 50%;
    width: 60px;
    transition: transform 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    object-fit: cover;
}

.KxWeAclient_testimonials .trujQclient_quotes:nth-child(odd):hover {
    transform: translateY(2px) scale(1.02);
}

.KxWeAclient_testimonials .trujQclient_quotes:nth-child(3n+2) {
    border-top: 3px solid rgb(112,150,154);
}

.BPNewfollow {
    padding: 4rem 2rem;
    margin: 5rem 0;
    transform: skewY(-2deg);
    background: linear-gradient(135deg, rgb(205,218,219) 0%, rgb(158,184,186,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.BPNewfollow .elnYZpro_study::before {
    height: 130%;
    animation: pulse 8s infinite alternate;
    transform: rotate(-15deg);
    filter: blur(25px);
    content: "";
    position: absolute;
    top: -15%;
    right: -20%;
    z-index: -1;
    opacity: 0.2;
    background: linear-gradient(45deg, rgb(112,150,154) 0%, rgb(158,184,186) 100%);
    width: 70%;
    border-radius: 16px;
}

.BPNewfollow p {
    padding-left: 2rem;
    transform: translateX(30px);
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    max-width: 70%;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 2rem;
}

.BPNewfollow .input_holder:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.BPNewfollow .IUVlKinstant_learn {
    transition: all 0.3s ease;
    color: #000000;
    outline: none;
    font-family: Arial, sans-serif;
    background: #ffffff;
    font-size: 17px;
    flex: 1;
    padding: 1.2rem 1.5rem;
    border: none;
}

.BPNewfollow .htdoXsupport_inquiry {
    font-family: Arial, sans-serif;
    border: none;
    background: linear-gradient(135deg, rgb(112,150,154) 0%, rgb(158,184,186) 100%);
    position: relative;
    color: #ffffff;
    outline: none;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 16px;
    padding: 1.2rem 2rem;
    font-weight: 600;
}

.BPNewfollow .htdoXsupport_inquiry:hover {
    background: linear-gradient(135deg, rgb(158,184,186) 0%, rgb(112,150,154) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.ekHQgprivacy_corner::before {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(112,150,154,0.5), 0.03) 0%,
        rgba(rgb(112,150,154,0.5), 0.08) 60%, 
        rgba(rgb(112,150,154,0.5), 0.15) 100%);
    top: 0;
}

.ekHQgprivacy_corner .container {
    position: relative;
    border-left: 4px solid rgb(158,184,186);
    transition: transform 0.5s ease-out;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 3px 14px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: perspective(1000px) rotateY(0.5deg);
    transform-origin: left center;
    background: #ffffff;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
}

.ekHQgprivacy_corner h1:hover::before {
    transform: scaleX(1.2);
}

.ekHQgprivacy_corner h2 {
    font-size: 32px;
    color: #000000;
    margin: 3rem 0 1.5rem;
    padding-left: 1.2rem;
    font-weight: 600;
    position: relative;
}

.ekHQgprivacy_corner h2::before {
    width: 4px;
    background: rgb(112,150,154);
    border-radius: 2px;
    content: "";
    top: 0.5rem;
    left: 0;
    position: absolute;
    height: calc(100% - 1rem);
}

.ekHQgprivacy_corner h4 {
    font-size: calc(32px * 0.7);
    margin: 2rem 0 1rem;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.ekHQgprivacy_corner strong {
    color: rgb(158,184,186);
    font-weight: 600;
}

.ekHQgprivacy_corner ul {
    margin: 1.5rem 0 2.5rem;
    list-style-type: none;
    padding-left: 1.2rem;
}

.ekHQgprivacy_corner li {
    margin-bottom: 1.2rem;
    font-size: 12px;
    position: relative;
    line-height: 1.7;
    padding-left: 1.5rem;
    color: #000000;
}

.ekHQgprivacy_corner li:hover::before {
    transform: rotate(135deg);
    background: rgb(158,184,186);
}

.DiRwepricing_offer {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(205,218,219);
}

.DiRwepricing_offer .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}

.DiRwepricing_offer .hOKJEqtr_cost {
    flex-direction: column;
    display: flex;
}

.DiRwepricing_offer .GhDnspricing_fees {
    order: 1;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.DiRwepricing_offer .GhDnspricing_fees h2 {
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(120deg, rgb(112,150,154), rgb(158,184,186));
    transform: translateY(0);
    font-size: 35px;
    color: #000000;
    -webkit-background-clip: text !important;
    margin-bottom: 15px;
}

.DiRwepricing_offer .GhDnspricing_fees:hover .pRUJFtuition_table::after {
    transform: translateX(-50%) scaleX(1);
}

.DiRwepricing_offer .DBpvErate_schemes {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    display: grid;
    order: 2;
    gap: 30px;
}

.DiRwepricing_offer .TCrcpdiscount_tier::before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 5px;
    content: "";
    transform: scaleX(0.85);
    background: linear-gradient(90deg, rgb(112,150,154), rgb(158,184,186));
    z-index: 2;
}

.DiRwepricing_offer .TCrcpdiscount_tier:hover {
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
    transform: translateY(-10px);
}

.DiRwepricing_offer .IkJBDplan_options {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.DiRwepricing_offer .LVuivtraining_sub::before {
    top: 0;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
}

.DiRwepricing_offer .POEexfee_board {
    display: inline-block;
    margin-bottom: 20px;
    font-size: calc(23px + 8px);
    transition: transform 0.4s ease, color 0.4s ease;
    font-weight: 700;
    position: relative;
    color: rgb(158,184,186);
    padding: 5px 10px;
}

.DiRwepricing_offer .TCrcpdiscount_tier:hover .POEexfee_board {
    transform: translateY(-5px);
    color: rgb(112,150,154);
}

.DiRwepricing_offer .TCrcpdiscount_tier:hover .POEexfee_board::before {
    transform: scaleX(1);
}

.DiRwepricing_offer .zRkrwlightbox_image {
    overflow: hidden;
    position: relative;
    height: 200px;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.DiRwepricing_offer .TCrcpdiscount_tier:hover .zRkrwlightbox_image {
    transform: scale(1.05);
}

.Gkjoqinstructional_approach {
    background: linear-gradient(135deg, rgb(205,218,219) 0%, rgba(245, 245, 255, 0.95) 100%);
    z-index: 1;
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
}

.Gkjoqinstructional_approach::after {
    animation: float 8s ease-in-out infinite;
    position: absolute;
    content: "";
    opacity: 0.07;
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgb(158,184,186) 0%, rgb(112,150,154) 100%);
    width: 35%;
    height: 40%;
    z-index: -1;
    right: -5%;
    top: -5%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 10% 85%);
}

.Gkjoqinstructional_approach .elnYZpro_study::before {
    z-index: -1;
    opacity: 0.05;
    bottom: -40px;
    left: 0;
    content: "";
    width: 200px;
    filter: blur(20px);
    height: 200px;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(225deg, rgb(112,150,154) 0%, transparent 80%);
}

.Gkjoqinstructional_approach:hover h2 {
    transform: translateX(0);
}

.Gkjoqinstructional_approach:hover h2::after {
    transform: scaleX(1.4);
}

.Gkjoqinstructional_approach .tvAHzmessage_box {
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    border-left: 4px solid rgb(158,184,186);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03);
    padding: 40px 50px;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    backdrop-filter: blur(10px);
    transform: translateY(0);
}

.Gkjoqinstructional_approach .tvAHzmessage_box:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.08),
        0 2px 5px rgba(0, 0, 0, 0.05);
}

.RCnOxprivacySettingsWindow {
    font-family: Arial, sans-serif;
    padding: 20px;
    width: 100%;
    z-index: 1050;
    border-top: 3px solid rgb(158,184,186);
    bottom: 0;
    background: rgb(205,218,219);
    overflow: hidden;
    position: fixed;
}

.czXsHcookies_tech {
    flex-shrink: 0;
    margin-right: 20px;
}

.czXsHcookies_tech svg {
    transition: fill 0.3s ease-in-out;
    height: 60px;
    width: 60px;
    fill: rgb(158,184,186);
}

.erLxkcookie_user h5 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 5px;
    color: rgb(158,184,186);
}

.PlDNCcookie_overlay:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}

.RCnOxprivacySettingsWindow p a {
    color: rgb(158,184,186);
    text-decoration: underline;
}

.RCnOxprivacySettingsWindow p a:hover {
    color: #000000;
}

::-webkit-scrollbar {
    width: 4px;
    padding: 0px;
}

::-webkit-scrollbar-button {
    border-radius: 0px;
    height: 9px;
}

::-webkit-scrollbar-track {
    border-radius: 14%;
    background: linear-gradient(45deg, rgb(205,218,219) 25%, transparent 25%), linear-gradient(-45deg, rgb(205,218,219) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgb(205,218,219) 75%), linear-gradient(-45deg, transparent 75%, rgb(205,218,219) 75%);
}

::-webkit-scrollbar-thumb {
    background: radial-gradient(circle at bottom right, #ffffff 52%, rgb(255, 255, 255, 0.5) 33%, rgb(112,150,154,0.5) 30%, rgb(158,184,186) 5%, rgb(205,218,219) 74%);
    border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 2px -2px 10px 1px rgba(0, 0, 0, 0.3);
    background: rgb(112,150,154);
}

::-webkit-scrollbar-corner {
    background: rgb(112,150,154,0.5);
    border: 1px dashed rgb(158,184,186);
}



@media (max-width: 767px) {.RlqeOlaunch_now {
    padding: 60px 0;
}.RlqeOlaunch_now h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.9);
}.RlqeOlaunch_now .elnYZpro_study {
    padding: 25px 30px;
    align-items: flex-start;
    flex-direction: column;
}.RlqeOlaunch_now svg {
    margin-bottom: 20px;
    margin-right: 0;
}.RlqeOlaunch_now .htdoXsupport_inquiry {
    width: 100%;
    padding: 12px 24px;
    font-size: calc(14px * 0.9);
    text-align: center;
}}



@media screen and (max-width: 991px) {.HgLpOour_team {
    padding: 100px 0;
}.HgLpOour_team h2 {
    margin-bottom: 60px;
}.HgLpOour_team .qhUcKlearn_studio {
    width: 50%;
    padding: 30px;
}.HgLpOour_team .qhUcKlearn_studio:nth-child(1) {
    transform: translateX(-15px);
}.HgLpOour_team .qhUcKlearn_studio:nth-child(2) {
    transform: translateX(15px);
}.HgLpOour_team .qhUcKlearn_studio:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-15px);
}.HgLpOour_team .qhUcKlearn_studio:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(15px);
}
}



@media screen and (max-width: 576px) {.HgLpOour_team {
    padding: 60px 0;
}.HgLpOour_team h2 {
    margin-bottom: 40px;
    font-size: 30px;
}.HgLpOour_team .Zovpehow_started {
    gap: 30px;
}.HgLpOour_team .Zovpehow_started::before {
    left: 20px;
}.HgLpOour_team .qhUcKlearn_studio {
    margin-left: 40px;
    width: 85%;
    padding: 20px;
}.HgLpOour_team .qhUcKlearn_studio::before {
    height: 15px;
    width: 15px;
    left: -35px;
}.HgLpOour_team .qhUcKlearn_studio::after {
    width: 15px;
    left: -15px;
}.HgLpOour_team .qhUcKlearn_studio h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(19px + 0.1rem);
}.HgLpOour_team .qhUcKlearn_studio p {
    font-size: calc(17px - 0.05rem);
}}



@media (min-width: 992px) {.nMvkjthanksPage .elnYZpro_study {
    padding: 5rem;
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
}.nMvkjthanksPage .elnYZpro_study:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.nMvkjthanksPage h5 {
    font-size: calc(19px * 1.1);
}.nMvkjthanksPage p {
    font-size: calc(14px * 1.05);
}
}



@media (max-width: 480px) {.nMvkjthanksPage {
    padding: 2.5rem 0;
}.nMvkjthanksPage .elnYZpro_study {
    padding: 1.5rem;
    transform: perspective(600px) rotateX(1deg);
}.nMvkjthanksPage h5 {
    font-size: calc(19px * 0.85);
}.nMvkjthanksPage p {
    font-size: calc(14px * 0.9);
}}



@media (max-width: 992px) {.lrgUAcontact_box {
    padding: 70px 0;
}.lrgUAcontact_box .NcSyYrequest_feedback {
    grid-template-columns: 1fr;
}.lrgUAcontact_box .zRkrwlightbox_image {
    min-height: 300px;
}.lrgUAcontact_box .tQAbcinquiry_query {
    padding: 40px 30px 50px;
}
}



@media (min-width: 768px) {.LApqEcourse_highlights .Usbimlearn_plan {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
}.LApqEcourse_highlights .tvAHzmessage_box {
    grid-column: 1 / 2;
    align-self: center;
    margin-right: -4rem;
}.LApqEcourse_highlights .zRkrwlightbox_image {
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    margin-top: 0;
    grid-column: 2 / 3;
    height: 400px;
}.LApqEcourse_highlights .zRkrwlightbox_image::before {
    background: rgb(112,150,154);
    left: 20px;
    filter: blur(15px);
    z-index: -1;
    position: absolute;
    bottom: -20px;
    content: "";
    width: 60%;
    height: 20px;
    opacity: 0.4;
}
}



@media (max-width: 767px) {.LApqEcourse_highlights {
    padding: 4rem 0;
}.LApqEcourse_highlights .zRkrwlightbox_image {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    margin-bottom: 2rem;
}}



@media (min-width: 768px) {.UywXQeducational_gains {
    padding: 8rem 0;
}.UywXQeducational_gains .elnYZpro_study {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.UywXQeducational_gains .tvAHzmessage_box {
    padding: 3rem;
    flex: 6;
}.UywXQeducational_gains .tvAHzmessage_box > div {
    flex-direction: row;
}.UywXQeducational_gains .zRkrwlightbox_image {
    flex: 5;
    max-height: 500px;
}.UywXQeducational_gains h4 {
    font-size: 38px;
}
}



@media (max-width: 767px) {.UywXQeducational_gains {
    padding: 4rem 0;
}.UywXQeducational_gains .container {
    padding: 0 1.5rem;
}.UywXQeducational_gains h4 {
    font-size: calc(21px * 1.2);
    margin-bottom: 1.5rem;
}.UywXQeducational_gains li {
    margin-bottom: 1rem;
}.UywXQeducational_gains li p {
    font-size: calc(17px * 0.95);
}
}



@media (min-width: 992px) {.HMCBVget_support {
    padding: 6rem 4rem;
}.HMCBVget_support .PsHazedu_chat {
    gap: 2rem;
    grid-template-columns: 1.5fr 1fr 1fr;
}.HMCBVget_support .PsHazedu_chat > div:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
    padding: 3rem;
    align-items: center;
    display: flex;
}.HMCBVget_support .PsHazedu_chat > div {
    border-left: 3px solid transparent;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.HMCBVget_support .nQxsYcontact_panel {
    gap: 1.5rem;
}
}



@media (hover: none) {.HMCBVget_support .PsHazedu_chat:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: none;
}.HMCBVget_support .PsHazedu_chat > div:hover {
    transform: none;
}.HMCBVget_support .nQxsYcontact_panel > div:hover {
    transform: none;
}}



@media (max-width: 1200px) {.CrUOAfooter_careers .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.CrUOAfooter_careers .oMedKfooter_milestones {
    flex: 0 0 65%;
}
}



@media (max-width: 768px) {.CrUOAfooter_careers {
    padding: 3.5rem 0 1.5rem;
}.CrUOAfooter_careers::before {
    height: 10px;
}.CrUOAfooter_careers .company_holder h3 {
    font-size: calc(35px - 2px);
}.CrUOAfooter_careers .twuORdesktop_app {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.CrUOAfooter_careers .PGwAumain_guide h5, 
    .CrUOAfooter_careers .PGwAumain_guide .ntNzrhead_site a {
    transform: skewX(-3deg);
}.CrUOAfooter_careers .PGwAumain_guide .ntNzrhead_site a:hover {
    transform: skewX(-3deg) translateX(5px);
}.KDkxudiscount_cta {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.KDkxudiscount_cta .dXezZalumni_net {
    transform: skewX(-3deg);
}
}



@media (max-width: 420px) {.CrUOAfooter_careers .company_holder h3 {
    transform: skewX(-5deg);
}.CrUOAfooter_careers .company_holder h3::after {
    width: 60px;
}.CrUOAfooter_careers .twuORdesktop_app {
    transform: none;
}.CrUOAfooter_careers .PGwAumain_guide h5 {
    transform: none;
}.CrUOAfooter_careers .PGwAumain_guide h5::before {
    transform: none;
}.CrUOAfooter_careers .PGwAumain_guide .ntNzrhead_site a,
    .CrUOAfooter_careers .PGwAumain_guide .ntNzrhead_site a:hover,
    .KDkxudiscount_cta .dXezZalumni_net {
    transform: none;
}}



@media (min-width: 992px) {.TBCxRtitle_screen .elnYZpro_study {
    padding: 4rem;
}.TBCxRtitle_screen .tvAHzmessage_box {
    padding-right: 5rem;
}.TBCxRtitle_screen .zRkrwlightbox_image {
    height: 500px;
}.TBCxRtitle_screen h1 {
    font-size: calc(48px * 1.5);
}.TBCxRtitle_screen .vuGUAmaster_zone {
    display: flex;
    align-items: center;
    padding: 2rem;
}.TBCxRtitle_screen svg {
    height: 90px;
    width: 90px;
}.TBCxRtitle_screen .htdoXsupport_inquiry {
    padding: 1rem 2.5rem;
}
}



@media (prefers-reduced-motion: reduce) {.TBCxRtitle_screen .tvAHzmessage_box,
    .TBCxRtitle_screen:hover .tvAHzmessage_box,
    .TBCxRtitle_screen:hover h1::after,
    .TBCxRtitle_screen .vuGUAmaster_zone,
    .TBCxRtitle_screen .vuGUAmaster_zone:hover,
    .TBCxRtitle_screen svg,
    .TBCxRtitle_screen .vuGUAmaster_zone:hover svg,
    .TBCxRtitle_screen .htdoXsupport_inquiry,
    .TBCxRtitle_screen .htdoXsupport_inquiry:hover,
    .TBCxRtitle_screen .zRkrwlightbox_image,
    .TBCxRtitle_screen:hover .zRkrwlightbox_image {
    transition: none;
    transform: none;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .KNUhrmain_header {
    padding: 0.8rem 1.2rem;
}header .SRakdmain_primary {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .ORLbStop_section img {
    max-height: 35px;
}header .PGwAumain_guide {
    margin-top: 0.8rem;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
}header .PGwAumain_guide::-webkit-scrollbar {
    height: 3px;
}header .PGwAumain_guide::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .fnVEihead_train {
    flex: 0 0 auto;
    margin: 0 0.15rem;
}header .fnVEihead_train a {
    padding: 0.5rem 0.8rem;
    font-size: calc(16px - 2px);
    white-space: nowrap;
}header .fnVEihead_train::after {
    display: none;
}header .SRakdmain_primary::after {
    display: none;
}
}



@media (max-width: 992px) {.xwtpGmetrics_summary .UhxRHclass_benefits {
    flex: 0 0 calc(50% - 20px);
}.xwtpGmetrics_summary .UhxRHclass_benefits:nth-child(2n+1)::before {
    opacity: 0;
}.xwtpGmetrics_summary .tsGjSstatistics_pros::before,
    .xwtpGmetrics_summary .tsGjSstatistics_pros::after {
    width: 20px;
}.xwtpGmetrics_summary .tsGjSstatistics_pros::before {
    left: -30px;
}.xwtpGmetrics_summary .tsGjSstatistics_pros::after {
    right: -30px;
}
}



@media (max-width: 480px) {.xwtpGmetrics_summary {
    padding: 60px 0;
}.xwtpGmetrics_summary .UhxRHclass_benefits {
    margin-bottom: 15px;
    flex: 0 0 100%;
}.xwtpGmetrics_summary .UhxRHclass_benefits::before {
    opacity: 0;
}.xwtpGmetrics_summary .UhxRHclass_benefits h4 {
    font-size: 2.2rem;
}.xwtpGmetrics_summary svg {
    height: 35px;
    width: 35px;
}.xwtpGmetrics_summary .tsGjSstatistics_pros {
    font-size: calc(30px * 0.7);
    margin-bottom: 15px;
}.xwtpGmetrics_summary .YMsKdvalue_elevation {
    font-size: calc(15px * 0.9);
}}



@media (max-width: 992px) {.KxWeAclient_testimonials {
    padding: 4rem 0;
}.KxWeAclient_testimonials .FouRUfeedback_cloud {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.75rem;
}.KxWeAclient_testimonials .trujQclient_quotes {
    padding: 1.75rem 1.25rem;
}
}



@media (max-width: 576px) {.KxWeAclient_testimonials {
    padding: 3rem 0;
}.KxWeAclient_testimonials .container {
    padding: 0 1.25rem;
}.KxWeAclient_testimonials h2 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.7);
    padding-bottom: 1rem;
}.KxWeAclient_testimonials h2::after {
    width: 60px;
    height: 3px;
}.KxWeAclient_testimonials .elnYZpro_study {
    padding: 1rem 0;
}.KxWeAclient_testimonials .FouRUfeedback_cloud {
    gap: 1.25rem;
    grid-template-columns: 1fr;
}.KxWeAclient_testimonials .trujQclient_quotes {
    padding: 1.5rem 1.25rem;
}.KxWeAclient_testimonials .trujQclient_quotes img {
    height: 50px;
    width: 50px;
}
}



@media (max-width: 768px) {.BPNewfollow p {
    max-width: 100%;
    padding-left: 1.5rem;
    font-size: calc(28px * 0.8);
    transform: translateX(0);
}.BPNewfollow .input_holder {
    flex-direction: column;
    margin-left: 0;
    max-width: 100%;
}.BPNewfollow .IUVlKinstant_learn {
    padding: 1rem;
    width: 100%;
}.BPNewfollow .htdoXsupport_inquiry {
    padding: 1rem;
    width: 100%;
}
}



@media (max-width: 992px) {.ekHQgprivacy_corner {
    padding: 4rem 1.5rem;
}.ekHQgprivacy_corner .container {
    transform: perspective(800px) rotateY(0deg);
    padding: 2.5rem 2rem;
}.ekHQgprivacy_corner h1 {
    font-size: calc(46px * 0.9);
    margin-bottom: 2rem;
    padding-bottom: 1.2rem;
}.ekHQgprivacy_corner h2 {
    font-size: calc(32px * 0.9);
    margin: 2.5rem 0 1.2rem;
}
}



@media (max-width: 576px) {.ekHQgprivacy_corner {
    padding: 2rem 0.5rem;
}.ekHQgprivacy_corner .container {
    border-left: 2px solid rgb(158,184,186);
    padding: 1.5rem 1.2rem;
}.ekHQgprivacy_corner h1 {
    font-size: calc(46px * 0.7);
}.ekHQgprivacy_corner h2 {
    font-size: calc(32px * 0.7);
}.ekHQgprivacy_corner h2::before {
    top: 0.4rem;
    width: 3px;
    height: calc(100% - 0.8rem);
}.ekHQgprivacy_corner p, 
    .ekHQgprivacy_corner span,
    .ekHQgprivacy_corner li {
    font-size: calc(12px * 0.9);
    max-width: 100%;
}.ekHQgprivacy_corner span {
    padding-left: 0.8rem;
}.ekHQgprivacy_corner li::before {
    width: 6px;
    height: 6px;
}}



@media (min-width: 992px) {.DiRwepricing_offer .hOKJEqtr_cost {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}.DiRwepricing_offer .GhDnspricing_fees {
    flex: 0 0 30%;
    order: 2;
    text-align: left;
    margin-bottom: 0;
}.DiRwepricing_offer .DBpvErate_schemes {
    flex: 0 0 65%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}.DiRwepricing_offer .pRUJFtuition_table::after {
    left: 0;
    transform: translateX(0) scaleX(0.7);
}.DiRwepricing_offer .GhDnspricing_fees:hover .pRUJFtuition_table::after {
    transform: translateX(0) scaleX(1);
}
}



@media screen and (max-width: 992px) {.Gkjoqinstructional_approach {
    padding: 80px 0 70px;
}.Gkjoqinstructional_approach h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 35px;
}.Gkjoqinstructional_approach .tvAHzmessage_box {
    padding: 35px 40px;
}
}



@media screen and (max-width: 576px) {.Gkjoqinstructional_approach {
    padding: 50px 0 40px;
}.Gkjoqinstructional_approach .elnYZpro_study {
    padding: 0 15px;
}.Gkjoqinstructional_approach h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 25px;
}.Gkjoqinstructional_approach h2::after {
    width: 50px;
}.Gkjoqinstructional_approach .tvAHzmessage_box {
    border-left-width: 3px;
    padding: 25px 20px;
}.Gkjoqinstructional_approach p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}


@media (max-width: 1200px) {.erLxkcookie_user h5 {
    font-size: calc(21px - 2px);
}.erLxkcookie_user p {
    font-size: calc(18px - 2px);
}.PlDNCcookie_overlay {
    font-size: calc(18px - 2px);
    padding: 8px 16px;
}
}



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



@keyframes growVertical {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}



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

@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

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

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



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



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

