﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.nWH-wrapper-structure {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}::-webkit-scrollbar {
    width: 5px;
}::-webkit-scrollbar-button {
    background: rgb(168,197,190,0.5);
    width: 10px;
    border-radius: 0px;
    height: 4px;
}::-webkit-scrollbar-track {
    box-shadow: inset -1px -5px 13px 1px rgba(0, 0, 0, 0.4);
    background: rgb(126,163,153,0.5);
}::-webkit-scrollbar-thumb {
    background: linear-gradient(138deg, #ffffff 22%, rgb(255, 255, 255, 0.5) 12%, rgb(126,163,153) 82%, rgb(168,197,190,0.5) 96%);
    transition: box-shadow, border-radius, transform 3.4s cubic-bezier(0.42, 0, 0.58, 1);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 3px 1px 7px -2px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255, 0.5);
}

@media (max-width: 768px) {::-webkit-scrollbar {
    width: 6px;
}}

.container {
    margin: auto;
    max-width: 100%;
    width: 1134px;
}a {
    color: inherit;
    text-decoration: none;
}.rdE-site-prime {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.GDT-discord-cta {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.wlr-learning-system {
    position: relative;
    align-items: center;
    justify-content: center;
    min-height: 75vh;
    background: rgb(216,231,228);
    overflow: hidden;
    display: flex;
}.wlr-learning-system::before {
    content: "";
    position: absolute;
    opacity: 0.5;
    width: 100%;
    left: 0;
    background: 
        linear-gradient(135deg, rgb(168,197,190,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(126,163,153,0.5) 0%, transparent 50%);
    top: 0;
    z-index: 1;
    height: 100%;
}.wlr-learning-system::after {
    opacity: 0.2;
    top: 5%;
    z-index: 1;
    animation: gridMove 30s linear infinite;
    background-image: 
        linear-gradient(to right, rgb(168,197,190,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(126,163,153,0.5) 1px, transparent 1px);
    left: 5%;
    position: absolute;
    background-size: 40px 40px;
    transform-origin: center center;
    width: 90%;
    height: 90%;
    transform: perspective(500px) rotateX(10deg);
    content: "";
}.wlr-learning-system .container {
    padding: 0 2rem;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 5;
    max-width: 1200px;
}.wlr-learning-system .Tqk-master-track {
    padding: 4rem;
    gap: 3rem;
    position: relative;
    border-radius: 18px;
    max-width: 900px;
    width: 100%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    background: #ffffff;
    flex-direction: column;
}.wlr-learning-system .Tqk-master-track::before {
    content: "";
    border-image: linear-gradient(45deg, 
        rgb(168,197,190,0.5) 0%, 
        transparent 25%, 
        rgb(126,163,153,0.5) 50%, 
        transparent 75%, 
        rgb(168,197,190,0.5) 100%
    ) 1;
    position: absolute;
    border: 1px solid;
    z-index: 1;
    animation: borderFlowInner 6s linear infinite;
    inset: 10px;
}.wlr-learning-system .Tqk-master-track::after {
    animation: rotateDash 15s linear infinite;
    position: absolute;
    border: 1px dashed rgb(168,197,190,0.5);
    opacity: 0.3;
    content: "";
    inset: 20px;
    z-index: 1;
}.wlr-learning-system h3 {
    position: relative;
    text-align: left;
    font-size: 33px;
    z-index: 2;
    padding-bottom: 1.5rem;
    color: rgb(168,197,190);
    overflow: hidden;
    font-weight: 700;
}.wlr-learning-system h3::before {
    position: absolute;
    animation: lineGrow 4s ease-in-out infinite;
    background: linear-gradient(90deg, rgb(168,197,190), rgb(126,163,153));
    width: 0;
    left: 0;
    bottom: 0;
    content: "";
    height: 4px;
}.wlr-learning-system h3::after {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(168,197,190,0.5) 20%,
        rgb(126,163,153,0.5) 80%,
        transparent 100%
    );
    opacity: 0.5;
    bottom: 0;
    width: 100%;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
}.wlr-learning-system span {
    padding-left: 2rem;
    position: relative;
    font-size: 18px;
    position: relative;
    padding-right: 2rem;
    line-height: 1.8;
    color: #000000;
    z-index: 2;
}.wlr-learning-system span::before {
    height: 100%;
    left: 0;
    position: absolute;
    width: 5px;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(168,197,190,0.5), transparent);
}.wlr-learning-system span::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    background: linear-gradient(to bottom, transparent, rgb(126,163,153,0.5));
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes borderFlowInner {
    0% {
        border-image-source: linear-gradient(45deg, 
            rgb(168,197,190,0.5) 0%, 
            transparent 25%, 
            rgb(126,163,153,0.5) 50%, 
            transparent 75%, 
            rgb(168,197,190,0.5) 100%
        );
    }
    50% {
        border-image-source: linear-gradient(45deg, 
            rgb(126,163,153,0.5) 0%, 
            transparent 25%, 
            rgb(168,197,190,0.5) 50%, 
            transparent 75%, 
            rgb(126,163,153,0.5) 100%
        );
    }
    100% {
        border-image-source: linear-gradient(45deg, 
            rgb(168,197,190,0.5) 0%, 
            transparent 25%, 
            rgb(126,163,153,0.5) 50%, 
            transparent 75%, 
            rgb(168,197,190,0.5) 100%
        );
    }
}

@keyframes rotateDash {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes lineGrow {
    0%, 100% {
        width: 0;
    }
    50% {
        width: 100%;
    }
}

@media (max-width: 992px) {.wlr-learning-system .container {
    padding: 3rem 1.5rem;
}.wlr-learning-system .Tqk-master-track {
    padding: 3rem;
}.wlr-learning-system h3 {
    text-align: center;
    font-size: calc(33px * 0.9);
}.wlr-learning-system span {
    font-size: calc(18px * 0.95);
}.wlr-learning-system .Tqk-master-track::after {
    inset: 15px;
}
}

@media (max-width: 768px) {.wlr-learning-system {
    padding: 4rem 0;
    min-height: auto;
}.wlr-learning-system .container {
    padding: 0 1.2rem;
}.wlr-learning-system .Tqk-master-track {
    padding: 2.5rem;
    gap: 2rem;
}.wlr-learning-system h3 {
    font-size: calc(33px * 0.8);
    padding-bottom: 1.2rem;
}.wlr-learning-system span {
    font-size: calc(18px * 0.9);
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}.wlr-learning-system .Tqk-master-track::before {
    inset: 8px;
}.wlr-learning-system .Tqk-master-track::after {
    inset: 12px;
}
}

@media (max-width: 576px) {.wlr-learning-system {
    padding: 3rem 0;
}.wlr-learning-system .container {
    padding: 0 1rem;
}.wlr-learning-system .Tqk-master-track {
    padding: 2rem;
    gap: 1.5rem;
}.wlr-learning-system h3 {
    padding-bottom: 1rem;
    font-size: calc(33px * 0.7);
}.wlr-learning-system span {
    font-size: calc(18px * 0.85);
    padding-right: 1rem;
    padding-left: 1rem;
}.wlr-learning-system span::before,
    .wlr-learning-system span::after {
    width: 3px;
}.wlr-learning-system .Tqk-master-track::before {
    inset: 5px;
}.wlr-learning-system .Tqk-master-track::after {
    inset: 10px;
}}footer {
    width: 100%;
    position: relative;
}footer .GDT-discord-cta {
    padding: 80px 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
    background-color: rgb(126,163,153);
    color: #ffffff;
}footer .GDT-discord-cta::before {
    left: 0;
    pointer-events: none;
    background-size: 80px 140px;
    width: 100%;
    content: "";
    background-image: 
        linear-gradient(30deg, rgb(126,163,153) 12%, transparent 12.5%, transparent 87%, rgb(126,163,153) 87.5%, rgb(126,163,153)),
        linear-gradient(150deg, rgb(126,163,153) 12%, transparent 12.5%, transparent 87%, rgb(126,163,153) 87.5%, rgb(126,163,153)),
        linear-gradient(30deg, rgb(126,163,153) 12%, transparent 12.5%, transparent 87%, rgb(126,163,153) 87.5%, rgb(126,163,153)),
        linear-gradient(150deg, rgb(126,163,153) 12%, transparent 12.5%, transparent 87%, rgb(126,163,153) 87.5%, rgb(126,163,153)),
        linear-gradient(60deg, rgb(168,197,190,0.5) 25%, transparent 25.5%, transparent 75%, rgb(168,197,190,0.5) 75%, rgb(168,197,190,0.5)),
        linear-gradient(60deg, rgb(168,197,190,0.5) 25%, transparent 25.5%, transparent 75%, rgb(168,197,190,0.5) 75%, rgb(168,197,190,0.5));
    height: 100%;
    top: 0;
    opacity: 0.05;
    position: absolute;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
}footer .GDT-discord-cta::after {
    left: 0;
    background: linear-gradient(90deg, rgb(168,197,190), rgb(126,163,153));
    position: absolute;
    width: 100%;
    pointer-events: none;
    height: 5px;
    top: 0;
    content: "";
}footer .FjA-footer-caption {
    z-index: 1;
    position: relative;
}footer .ZgC-learn-form {
    justify-content: center;
    margin-bottom: 60px;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}footer .info_item {
    transition: all 0.4s ease;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    display: flex;
    cursor: pointer;
    flex: 0 1 auto;
    min-height: 60px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.03);
    justify-content: center;
    position: relative;
    padding: 20px 25px;
    max-width: 300px;
    min-width: 200px;
}footer .info_item::before {
    background-color: rgb(126,163,153);
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    right: 3px;
    left: 3px;
    bottom: 3px;
    pointer-events: none;
    position: absolute;
    top: 3px;
    z-index: -1;
    content: "";
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(168,197,190);
}footer .info_item svg {
    flex-shrink: 0;
    fill: rgb(168,197,190);
    height: 20px;
    transition: fill 0.3s ease;
    margin-right: 12px;
    width: 20px;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    height: 100%;
    white-space: nowrap;
    color: #ffffff;
    overflow: hidden;
    font-size: 16px;
    z-index: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    align-items: center;
    text-overflow: ellipsis;
    cursor: pointer;
    display: flex;
}footer .text_main_holder {
    gap: 50px;
    padding-top: 40px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}footer .text_main_holder::before {
    pointer-events: none;
    content: "";
    position: absolute;
    height: 1px;
    top: 0;
    width: 80%;
    left: 10%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
}footer .xqN-head-base {
    margin: 0 auto;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    max-width: 350px;
    display: flex;
    padding: 20px;
    text-align: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    justify-content: center;
    align-items: center;
    position: relative;
}footer .xqN-head-base::before {
    bottom: 3px;
    z-index: -1;
    pointer-events: none;
    left: 3px;
    position: absolute;
    top: 3px;
    right: 3px;
    content: "";
    background-color: rgb(126,163,153);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}footer .xqN-head-base svg {
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    width: auto;
}footer .pPk-reg-remind {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .XZV-nav-teach {
    padding: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
}footer .XZV-nav-teach h5 {
    font-size: 19px;
    color: #ffffff;
    padding-bottom: 10px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
}footer .XZV-nav-teach h5::after {
    position: absolute;
    content: "";
    left: 0;
    background-color: rgb(168,197,190);
    width: 50px;
    pointer-events: none;
    bottom: 0;
    height: 2px;
}footer .nrt-header-edu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-bottom: 20px;
}footer .nrt-header-edu a {
    padding: 12px 15px;
    display: flex;
    transition: all 0.3s ease;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    align-items: center;
    background-color: rgba(255, 255, 255, 0.03);
}footer .nrt-header-edu a::before {
    width: 0;
    top: 50%;
    transition: all 0.3s ease;
    opacity: 0;
    border-top: 4px solid transparent;
    transform: translateY(-50%);
    pointer-events: none;
    border-left: 4px solid rgb(168,197,190);
    left: 5px;
    content: "";
    border-bottom: 4px solid transparent;
    position: absolute;
    height: 0;
}footer .nrt-header-edu a:hover {
    padding-left: 25px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}footer .nrt-header-edu a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 30px;
}footer .subscribe_holder::before {
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.05;
    background-size: 20px 20px;
    border-radius: 16px;
    left: 0;
    height: 100%;
    content: "";
    pointer-events: none;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(168,197,190,0.5) 49%, rgb(168,197,190,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(168,197,190,0.5) 49%, rgb(168,197,190,0.5) 51%, transparent 52%);
}footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 700;
}footer .subscribe_holder p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    position: relative;
    flex-direction: column;
    gap: 15px;
    display: flex;
    width: 100%;
    z-index: 5;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-appearance: none;
    z-index: 5;
    font-size: 16px;
    padding: 14px 16px;
    border-radius: 10px;
    appearance: none;
    cursor: text;
    width: 100%;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(168,197,190);
    background-color: rgba(255, 255, 255, 0.08);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .hbv-join-container {
    width: 100%;
    background-color: rgb(168,197,190);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    padding: 14px 20px;
    z-index: 5;
    font-size: 20px;
    text-align: center;
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
}footer .hbv-join-container:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background-color: rgb(126,163,153);
}footer .qga-class-guide {
    text-align: center;
    margin-top: 50px;
    position: relative;
}footer .GLo-syllabus-ref {
    font-size: 13px;
    padding: 0 20px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}footer .GLo-syllabus-ref::before,
footer .GLo-syllabus-ref::after {
    width: 20px;
    top: 50%;
    position: absolute;
    pointer-events: none;
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    height: 1px;
}footer .GLo-syllabus-ref::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .GLo-syllabus-ref::after {
    right: -10px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .hbv-join-container {
    width: auto;
    flex-shrink: 0;
    min-width: 150px;
}footer .input_holder input[type="email"] {
    flex: 1;
    min-width: 0;
}
}

@media (max-width: 991px) {footer .nrt-header-edu {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .GDT-discord-cta {
    padding: 60px 0 30px;
}footer .ZgC-learn-form {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .XZV-nav-teach, footer .subscribe_holder {
    padding: 25px 20px;
}footer .xqN-head-base {
    margin-bottom: 20px;
    padding: 15px;
}footer .qga-class-guide {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .GDT-discord-cta {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .XZV-nav-teach h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(19px - 2px);
}footer .XZV-nav-teach, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .hbv-join-container {
    padding: 12px;
}}.Kge-program-outcomes {
    background: #f8f9fa;
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}.Kge-program-outcomes::before {
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(168,197,190,0.5) 0%, transparent 60%);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}.Kge-program-outcomes::after {
    filter: blur(70px);
    height: 200px;
    background: rgb(126,163,153,0.5);
    z-index: 0;
    top: -50px;
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 200px;
    right: -50px;
}.Kge-program-outcomes h5 {
    letter-spacing: 0.5px;
    font-weight: 700;
    z-index: 2;
    transform: translateY(-5px);
    margin-bottom: 50px;
    color: #000000;
    position: relative;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    font-size: 18px;
    text-align: center;
}.Kge-program-outcomes h5::after {
    border-radius: 10px;
    content: "";
    transform: translateX(-50%);
    height: 4px;
    position: absolute;
    left: 50%;
    width: 80px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(168,197,190), rgb(126,163,153));
}.Kge-program-outcomes .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.Kge-program-outcomes .Tqk-master-track {
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    padding: 30px;
    border-radius: 12px;
    display: flex;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.9),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.03);
}.Kge-program-outcomes .Tqk-master-track:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.07),
                -25px -25px 70px rgba(255, 255, 255, 1),
                inset 5px 5px 10px rgba(255, 255, 255, 0.9),
                inset -5px -5px 10px rgba(0, 0, 0, 0.04);
}.Kge-program-outcomes .zMA-snap {
    margin-bottom: 30px;
    width: 100%;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
    object-fit: cover;
    position: relative;
    border-radius: 8px;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.6s ease;
    height: 250px;
}.Kge-program-outcomes .Tqk-master-track:hover .zMA-snap {
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.Kge-program-outcomes .UuV-text-drawer {
    flex: 1;
    padding: 20px 10px;
}.Kge-program-outcomes ul {
    margin: 0;
    grid-template-columns: 1fr;
    display: grid;
    list-style: none;
    padding: 0;
    gap: 22px;
}.Kge-program-outcomes li {
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    transition: all 0.3s ease;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.03),
                -8px -8px 16px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.9);
    transform: translateZ(0);
    padding: 16px 20px;
    border-radius: 10px;
}.Kge-program-outcomes li:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05),
                -10px -10px 20px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 1);
    transform: translateY(-3px) translateZ(0);
}.Kge-program-outcomes li:nth-child(odd) {
    transform: translateX(-5px) translateZ(0);
}.Kge-program-outcomes li:nth-child(even) {
    transform: translateX(5px) translateZ(0);
}.Kge-program-outcomes li:nth-child(odd):hover {
    transform: translateX(-5px) translateY(-3px) translateZ(0);
}.Kge-program-outcomes li:nth-child(even):hover {
    transform: translateX(5px) translateY(-3px) translateZ(0);
}.Kge-program-outcomes li p {
    color: #000000;
    font-size: 14px;
    margin: 0;
    align-items: flex-start;
    line-height: 1.5;
    display: flex;
}.Kge-program-outcomes li svg {
    height: 22px;
    margin-right: 12px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 22px;
    flex-shrink: 0;
}.Kge-program-outcomes li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.Kge-program-outcomes li svg path {
    fill: rgb(168,197,190);
    transition: fill 0.3s ease;
}.Kge-program-outcomes li:hover svg path:first-child {
    fill: rgb(168,197,190);
}.Kge-program-outcomes li:hover svg path:last-child {
    fill: rgb(126,163,153);
}

@media (min-width: 768px) {.Kge-program-outcomes {
    padding: 150px 0 100px;
}.Kge-program-outcomes .Tqk-master-track {
    align-items: center;
    padding: 40px;
    gap: 40px;
    flex-direction: row;
}.Kge-program-outcomes .Tqk-master-track > div:first-child {
    flex: 0 0 45%;
}.Kge-program-outcomes .zMA-snap {
    margin-bottom: 0;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0% 95%);
    height: 350px;
}.Kge-program-outcomes .UuV-text-drawer {
    flex: 1;
    padding: 0;
}.Kge-program-outcomes ul {
    gap: 25px 20px;
    grid-template-columns: repeat(2, 1fr);
}.Kge-program-outcomes h5 {
    margin-bottom: 60px;
    font-size: calc(18px * 1.2);
}.Kge-program-outcomes h5::after {
    width: 100px;
}
}

@media (max-width: 767px) {.Kge-program-outcomes {
    padding: 80px 0 60px;
}.Kge-program-outcomes h5 {
    padding: 0 20px;
    line-height: 1.4;
}.Kge-program-outcomes .Tqk-master-track {
    padding: 25px 20px;
}.Kge-program-outcomes li {
    padding: 15px;
}.Kge-program-outcomes li p {
    font-size: calc(14px * 0.95);
}.Kge-program-outcomes li svg {
    height: 20px;
    width: 20px;
}
}

@media (min-width: 992px) {.Kge-program-outcomes .Tqk-master-track {
    padding: 50px;
}.Kge-program-outcomes .zMA-snap {
    clip-path: polygon(0 0, 100% 8%, 92% 100%, 0% 92%);
    transition: clip-path 0.6s ease-in-out, transform 0.6s ease, box-shadow 0.6s ease;
}.Kge-program-outcomes .Tqk-master-track:hover .zMA-snap {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}.Kge-program-outcomes li:nth-child(1) {
    animation: fadeInUp 0.5s 0.1s backwards;
}.Kge-program-outcomes li:nth-child(2) {
    animation: fadeInUp 0.5s 0.2s backwards;
}.Kge-program-outcomes li:nth-child(3) {
    animation: fadeInUp 0.5s 0.3s backwards;
}.Kge-program-outcomes li:nth-child(4) {
    animation: fadeInUp 0.5s 0.4s backwards;
}.Kge-program-outcomes li:nth-child(5) {
    animation: fadeInUp 0.5s 0.5s backwards;
}
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (min-width: 1200px) {.Kge-program-outcomes .container {
    max-width: 1300px;
}.Kge-program-outcomes h5 {
    font-size: calc(18px * 1.3);
}.Kge-program-outcomes .Tqk-master-track > div:first-child {
    flex: 0 0 40%;
}.Kge-program-outcomes .zMA-snap {
    height: 400px;
}}.DuZ-course-candidates {
    overflow: hidden;
    background: rgb(216,231,228);
    padding: 120px 0;
    position: relative;
}.DuZ-course-candidates::before {
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(168,197,190,0.5) 0,
        rgb(168,197,190,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    opacity: 0.05;
    left: 0;
    content: "";
    position: absolute;
}.DuZ-course-candidates .Tqk-master-track {
    padding: 0 30px;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.DuZ-course-candidates h3 {
    position: relative;
    font-weight: 700;
    padding-bottom: 20px;
    color: #000000;
    font-size: 30px;
    margin-bottom: 80px;
    text-align: center;
    font-family: Arial, sans-serif;
}.DuZ-course-candidates h3::after {
    background: linear-gradient(90deg, rgb(168,197,190), rgb(126,163,153));
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    position: absolute;
    height: 5px;
    width: 80px;
    bottom: 0;
    left: 50%;
    content: "";
}.DuZ-course-candidates ul {
    list-style: none;
    display: flex;
    gap: 60px 30px;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}.DuZ-course-candidates ul li {
    transition: all 0.4s ease;
    position: relative;
    font-size: 18px;
    background: #ffffff;
    color: #000000;
    min-height: 100px;
    padding: 25px 25px 25px 80px;
    z-index: 1;
    transform: perspective(1000px) rotateX(5deg);
    max-width: 350px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    flex: 0 0 calc(33.333% - 20px);
}.DuZ-course-candidates ul li::before,
.DuZ-course-candidates ul li::after {
    transition: all 0.4s ease;
    position: absolute;
    content: "";
    background: #ffffff;
}.DuZ-course-candidates ul li::before {
    z-index: -1;
    right: 5px;
    transform: translateZ(-10px);
    border: 1px solid rgb(126,163,153,0.5);
    left: 5px;
    bottom: 5px;
    top: 5px;
}.DuZ-course-candidates ul li::after {
    left: 15px;
    opacity: 0.3;
    right: 15px;
    bottom: 0;
    background: rgb(168,197,190,0.5);
    transform: translateZ(-20px);
    top: 15px;
    z-index: -2;
}.DuZ-course-candidates ul li:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
}.DuZ-course-candidates ul li:hover::before {
    transform: translateZ(-15px);
}.DuZ-course-candidates ul li:hover::after {
    transform: translateZ(-30px);
}.DuZ-course-candidates ul li svg {
    left: 25px;
    width: 40px;
    transform: translateY(-50%);
    position: absolute;
    transition: all 0.4s ease;
    z-index: 2;
    height: 40px;
    top: 50%;
}.DuZ-course-candidates ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.DuZ-course-candidates ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(168,197,190);
}.DuZ-course-candidates ul li:hover svg path {
    fill: rgb(126,163,153);
}.DuZ-course-candidates ul li:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.DuZ-course-candidates ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}.DuZ-course-candidates ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(5deg) rotateY(2deg);
}.DuZ-course-candidates ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.DuZ-course-candidates ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.DuZ-course-candidates ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

@media (max-width: 992px) {.DuZ-course-candidates {
    padding: 100px 0;
}.DuZ-course-candidates h3 {
    margin-bottom: 60px;
    font-size: calc(30px * 0.9);
}.DuZ-course-candidates ul {
    gap: 40px 25px;
}.DuZ-course-candidates ul li {
    padding: 20px 20px 20px 70px;
    flex: 0 0 calc(50% - 20px);
}.DuZ-course-candidates ul li svg {
    left: 20px;
    height: 35px;
    width: 35px;
}
}

@media (max-width: 768px) {.DuZ-course-candidates {
    padding: 80px 0;
}.DuZ-course-candidates h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 50px;
}.DuZ-course-candidates ul {
    gap: 30px;
}.DuZ-course-candidates ul li {
    flex: 0 0 100%;
    max-width: 450px;
}.DuZ-course-candidates ul li,
    .DuZ-course-candidates ul li:nth-child(3n+1),
    .DuZ-course-candidates ul li:nth-child(3n+2),
    .DuZ-course-candidates ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(3deg);
}.DuZ-course-candidates ul li:hover,
    .DuZ-course-candidates ul li:nth-child(3n+1):hover,
    .DuZ-course-candidates ul li:nth-child(3n+2):hover,
    .DuZ-course-candidates ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-8px);
}
}

@media (max-width: 480px) {.DuZ-course-candidates {
    padding: 60px 0;
}.DuZ-course-candidates .Tqk-master-track {
    padding: 0 20px;
}.DuZ-course-candidates h3 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.7);
}.DuZ-course-candidates ul {
    gap: 25px;
}.DuZ-course-candidates ul li {
    padding: 18px 15px 18px 65px;
}.DuZ-course-candidates ul li svg {
    left: 18px;
    height: 30px;
    width: 30px;
}.DuZ-course-candidates ul li,
    .DuZ-course-candidates ul li:nth-child(3n+1),
    .DuZ-course-candidates ul li:nth-child(3n+2),
    .DuZ-course-candidates ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.DuZ-course-candidates ul li:hover,
    .DuZ-course-candidates ul li:nth-child(3n+1):hover,
    .DuZ-course-candidates ul li:nth-child(3n+2):hover,
    .DuZ-course-candidates ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}header {
    background: linear-gradient(to right, rgb(126,163,153) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    overflow: visible;
    z-index: 99;
    position: relative;
}header::before {
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(168,197,190,0.5) 10px,
        rgb(168,197,190,0.5) 11px
    );
    z-index: -1;
    position: absolute;
    left: 0;
}header .Guh-head-lead {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    padding: 15px;
    width: 100%;
}header .Guh-head-lead::after {
    left: 5%;
    height: 1px;
    width: 90%;
    position: absolute;
    content: '';
    bottom: 0;
    box-shadow: 0 0 10px rgb(126,163,153), 0 0 20px rgb(126,163,153,0.5);
    background: linear-gradient(
        90deg,
        transparent,
        rgb(168,197,190),
        rgb(126,163,153),
        rgb(168,197,190),
        transparent
    );
}header .Guh-head-lead .xqN-head-base {
    z-index: 2;
    position: relative;
    padding: 5px 10px;
    margin-right: 20px;
}header .Guh-head-lead .xqN-head-base::before {
    left: 0;
    border: 1px solid rgb(126,163,153,0.5);
    transition: opacity 0.4s ease;
    height: 100%;
    top: 0;
    box-shadow: 0 0 15px rgb(126,163,153,0.5);
    position: absolute;
    content: '';
    border-radius: 10px;
    width: 100%;
    opacity: 0;
}header .Guh-head-lead .xqN-head-base:hover::before {
    opacity: 1;
}header .Guh-head-lead .xqN-head-base .Wiu-header-know {
    transition: transform 0.3s ease;
    display: block;
}header .Guh-head-lead .xqN-head-base:hover .Wiu-header-know {
    transform: scale(1.05);
}header .Guh-head-lead .xqN-head-base .Wiu-header-know svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 5px rgb(126,163,153,0.5));
}header .Guh-head-lead .XZV-nav-teach {
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 15px 20px;
    justify-content: flex-end;
    list-style: none;
    position: relative;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    margin: 0;
}header .Guh-head-lead .XZV-nav-teach::before {
    width: 100%;
    position: absolute;
    left: 0;
    border-radius: 10px;
    content: '';
    opacity: 0.2;
    top: 0;
    height: 100%;
    background: radial-gradient(
        ellipse at center,
        rgb(126,163,153,0.5) 0%,
        transparent 70%
    );
}header .Guh-head-lead .XZV-nav-teach .EtZ-main-pagewrap {
    margin: 0;
    position: relative;
}header .Guh-head-lead .XZV-nav-teach .EtZ-main-pagewrap::after {
    position: absolute;
    background: rgb(168,197,190);
    transition: width 0.3s ease, left 0.3s ease;
    width: 0;
    content: '';
    box-shadow: 0 0 8px rgb(168,197,190);
    bottom: -5px;
    left: 50%;
    height: 2px;
}header .Guh-head-lead .XZV-nav-teach .EtZ-main-pagewrap:hover::after {
    left: 10%;
    width: 80%;
}header .Guh-head-lead .XZV-nav-teach .EtZ-main-pagewrap a {
    transition: color 0.3s ease, text-shadow 0.3s ease;
    display: block;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 10px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}header .Guh-head-lead .XZV-nav-teach .EtZ-main-pagewrap:hover a {
    text-shadow: 0 0 5px rgb(168,197,190,0.5);
    color: rgb(168,197,190);
}

@media (max-width: 992px) {header .Guh-head-lead {
    flex-direction: column;
}header .Guh-head-lead .xqN-head-base {
    align-self: center;
    margin: 0 0 15px 0;
}header .Guh-head-lead .XZV-nav-teach {
    justify-content: center;
    width: 100%;
}header .Guh-head-lead .XZV-nav-teach .EtZ-main-pagewrap a {
    padding: 10px 15px;
    font-size: calc(12px - 1px);
}}.yIN-academic-expertise {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    perspective: 1000px;
    background: rgb(216,231,228);
}.yIN-academic-expertise::before {
    top: 0;
    content: "";
    z-index: 1;
    filter: blur(60px);
    position: absolute;
    width: 100%;
    opacity: 0.4;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(126,163,153,0.5) 0deg,
        rgb(168,197,190,0.5) 90deg,
        rgb(216,231,228) 180deg,
        rgb(168,197,190,0.5) 270deg,
        rgb(126,163,153,0.5) 360deg
    );
    height: 100%;
    left: 0;
}.yIN-academic-expertise .amK-user-voices {
    gap: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    flex-direction: row;
    transform-style: preserve-3d;
    position: relative;
}.yIN-academic-expertise .zMA-snap {
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border-radius: 25px;
    filter: saturate(0.8);
    width: 40%;
    height: 400px;
    transform: rotateY(10deg) translateZ(50px);
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.yIN-academic-expertise .zMA-snap::after {
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(168,197,190,0.5) 100%
    );
    left: 0;
    position: absolute;
    transition: opacity 0.6s ease;
    content: "";
    height: 100%;
    border-radius: 25px;
    opacity: 0.4;
    top: 0;
}.yIN-academic-expertise .zMA-snap:hover {
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    filter: saturate(1.2);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.yIN-academic-expertise .zMA-snap:hover::after {
    opacity: 0;
}.yIN-academic-expertise .uzv-job-table {
    border-radius: 25px;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    padding: 2.5rem;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateY(-5deg) translateZ(30px);
    width: 60%;
}.yIN-academic-expertise .uzv-job-table::before {
    transform: scale(0);
    left: -50%;
    background: radial-gradient(
        circle at center,
        rgb(126,163,153,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    width: 200%;
    height: 200%;
    transition: transform 0.8s ease;
    top: -50%;
    content: "";
    opacity: 0.1;
}.yIN-academic-expertise .uzv-job-table:hover {
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(50px);
}.yIN-academic-expertise .uzv-job-table:hover::before {
    transform: scale(1);
}.yIN-academic-expertise .name {
    font-size: 35px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: rgb(168,197,190);
    margin-bottom: 0.5rem;
}.yIN-academic-expertise .name::after {
    background: rgb(126,163,153);
    width: 0;
    position: absolute;
    left: 0;
    transition: width 0.4s ease-in-out;
    height: 3px;
    bottom: -5px;
    content: "";
}.yIN-academic-expertise .uzv-job-table:hover .name::after {
    width: 100%;
}.yIN-academic-expertise .uzv-job-table > div:nth-child(2) {
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    opacity: 0.9;
    color: rgb(126,163,153);
    font-size: 21px;
}.yIN-academic-expertise .LsY-exp-details {
    position: relative;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding-left: 2rem;
    line-height: 1.7;
    border-left: 3px solid rgb(168,197,190,0.5);
}.yIN-academic-expertise .LsY-exp-details::before {
    font-size: 5rem;
    content: "";
    color: rgb(126,163,153,0.5);
    opacity: 0.3;
    position: absolute;
    top: -20px;
    left: -10px;
    font-family: serif;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(168,197,190,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.yIN-academic-expertise .zMA-snap:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.yIN-academic-expertise .amK-user-voices {
    flex-direction: column;
}.yIN-academic-expertise .zMA-snap,
    .yIN-academic-expertise .uzv-job-table {
    transform: none;
    width: 100%;
}.yIN-academic-expertise .zMA-snap {
    margin-bottom: 2rem;
    height: 300px;
}.yIN-academic-expertise .zMA-snap:hover,
    .yIN-academic-expertise .uzv-job-table:hover {
    transform: translateY(-10px);
}}.dAI-stay-informed {
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(126,163,153,0.5), rgb(168,197,190) 120%);
    padding: 6rem 2rem;
    overflow: hidden;
}.dAI-stay-informed::before {
    top: -10%;
    right: -5%;
    width: 40%;
    height: 80%;
    filter: blur(30px);
    transform: rotate(-15deg) skewX(-15deg);
    opacity: 0.2;
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
    z-index: 1;
    content: "";
}.dAI-stay-informed::after {
    left: -10%;
    z-index: 1;
    transform: rotate(10deg) skewY(5deg);
    width: 50%;
    height: 40%;
    filter: blur(40px);
    opacity: 0.15;
    position: absolute;
    content: "";
    bottom: -5%;
    background: rgba(0, 0, 0, 0.5);
}.dAI-stay-informed .container {
    position: relative;
    max-width: 1200px;
    transform-style: preserve-3d;
    z-index: 2;
    margin: 0 auto;
}.dAI-stay-informed .Tqk-master-track {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 3.5rem 2.5rem;
    transform: translateZ(0);
}.dAI-stay-informed .Tqk-master-track:hover {
    transform: translateY(-5px) translateZ(10px);
}.dAI-stay-informed .Tqk-master-track::before {
    background: linear-gradient(90deg, 
        rgb(168,197,190) 0%, 
        rgb(126,163,153) 50%, 
        rgb(168,197,190) 100%);
    top: 0;
    right: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    z-index: 1;
    height: 5px;
    content: "";
    position: absolute;
}.dAI-stay-informed h3 {
    position: relative;
    text-align: left;
    transform: translateZ(20px);
    margin-bottom: 2rem;
    line-height: 1.3;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    max-width: 85%;
    color: #000000;
    font-weight: 700;
}.dAI-stay-informed .input_holder {
    position: relative;
    transform-style: preserve-3d;
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.dAI-stay-informed .input_holder div {
    flex: 1;
    position: relative;
}.dAI-stay-informed input[type="email"] {
    font-family: Arial, sans-serif;
    color: #000000;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 10px;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    background-color: #ffffff;
    padding: 1.2rem 1.5rem;
    font-size: 18px;
    outline: none;
}.dAI-stay-informed input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(126,163,153,0.5);
    border-color: rgb(126,163,153);
    transform: translateY(-2px) scale(1.01);
}.dAI-stay-informed input[type="email"]::placeholder {
    transition: opacity 0.25s ease-out;
    color: rgba(0, 0, 0, 0.4);
}.dAI-stay-informed input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.dAI-stay-informed .hbv-join-container {
    padding: 1.2rem 2rem;
    background: linear-gradient(135deg, rgb(168,197,190), rgb(126,163,153));
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-size: 16px;
    align-self: start;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    font-family: Arial, sans-serif;
    border: none;
    font-weight: 600;
}.dAI-stay-informed .hbv-join-container:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px) scale(1.02);
}.dAI-stay-informed .hbv-join-container:active {
    transform: translateY(1px);
}.dAI-stay-informed .hbv-join-container::before {
    transition: all 0.75s ease;
    content: "";
    height: 100%;
    left: -100%;
    transform: skewX(-25deg);
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.3) 50%, 
        rgba(255, 255, 255, 0) 100%);
    width: 100%;
}.dAI-stay-informed .hbv-join-container:hover::before {
    left: 100%;
}

@media (min-width: 768px) {.dAI-stay-informed {
    padding: 8rem 3rem;
}.dAI-stay-informed .Tqk-master-track {
    transform: rotateY(-3deg) translateZ(0);
    padding: 4rem 3.5rem;
}.dAI-stay-informed .Tqk-master-track:hover {
    transform: rotateY(-3deg) translateY(-8px) translateZ(10px);
}.dAI-stay-informed .input_holder {
    align-items: stretch;
    flex-direction: row;
}.dAI-stay-informed h3 {
    max-width: 70%;
}.dAI-stay-informed input[type="email"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}.dAI-stay-informed .hbv-join-container {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    align-self: stretch;
}
}

@media (max-width: 767px) {.dAI-stay-informed .Tqk-master-track {
    padding: 2.5rem 1.75rem;
}.dAI-stay-informed h3 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}.dAI-stay-informed input[type="email"] {
    padding: 0.9rem 1.25rem;
}.dAI-stay-informed .hbv-join-container {
    padding: 0.9rem 1.25rem;
    width: 100%;
}
}

@media (min-width: 992px) {.dAI-stay-informed::before {
    width: 35%;
}.dAI-stay-informed .Tqk-master-track {
    width: 80%;
    margin-left: 10%;
}.dAI-stay-informed h3 {
    font-size: 1.75rem;
}
}

@media (min-width: 1200px) {.dAI-stay-informed .Tqk-master-track {
    margin-left: 15%;
    width: 70%;
    transform: rotateY(-5deg) translateZ(0);
}.dAI-stay-informed .Tqk-master-track:hover {
    transform: rotateY(-5deg) translateY(-10px) translateZ(20px);
}}.mhI-contact-form-box {
    background: rgb(216,231,228);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.mhI-contact-form-box::before {
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(168,197,190,0.5) 0,
        rgb(168,197,190,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    left: 0;
}.mhI-contact-form-box::after {
    height: 300px;
    right: 0;
    animation: float 10s ease-in-out infinite;
    bottom: 0;
    position: absolute;
    opacity: 0.2;
    z-index: 1;
    filter: blur(60px);
    background: radial-gradient(circle, rgb(126,163,153) 0%, transparent 70%);
    content: "";
    width: 300px;
}.mhI-contact-form-box .zMA-snap {
    left: 0;
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.08;
    width: 100%;
    filter: blur(2px) saturate(0.8);
}.mhI-contact-form-box .zMA-snap::after {
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(126,163,153,0.5) 0%, transparent 100%);
    width: 100%;
}.mhI-contact-form-box .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}.mhI-contact-form-box h3 {
    position: relative;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
}.mhI-contact-form-box h3::before {
    height: 4px;
    position: absolute;
    width: 40px;
    transform: translateX(-50%);
    left: 50%;
    top: -20px;
    background: rgb(168,197,190);
    content: "";
}.mhI-contact-form-box h3::after {
    width: 100px;
    bottom: -20px;
    height: 1px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    content: "";
    background: linear-gradient(to right, transparent, rgb(168,197,190), transparent);
}.MlL-query-section {
    backdrop-filter: blur(10px);
    z-index: 10;
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
    gap: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    display: grid;
    background: #ffffff;
    border-radius: 18px;
}.MlL-query-section::before {
    content: "";
    height: 200%;
    z-index: 0;
    width: 200%;
    background: radial-gradient(circle at center, rgb(126,163,153,0.5) 0%, transparent 50%);
    animation: rotate 60s linear infinite;
    left: -50%;
    top: -50%;
    position: absolute;
    opacity: 0.2;
}.MlL-query-section .yns-inquiry-request {
    position: relative;
    padding: 60px 50px;
    z-index: 2;
}.MlL-query-section .yns-inquiry-request::before {
    background: linear-gradient(to bottom, transparent, rgb(168,197,190,0.5), transparent);
    position: absolute;
    top: 15%;
    height: 70%;
    width: 1px;
    right: 0;
    content: "";
}.MlL-query-section .yns-inquiry-request h3 {
    color: #000000;
    margin-bottom: 35px;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.5px;
}.MlL-query-section .yns-inquiry-request h3::before {
    display: none;
}.MlL-query-section .yns-inquiry-request h3::after {
    left: 0;
    transform: none;
    background: rgb(168,197,190);
    width: 60px;
    bottom: -15px;
    height: 2px;
}.MlL-query-section .yns-inquiry-request form {
    flex-direction: column;
    display: flex;
}.MlL-query-section .yns-inquiry-request input[type="text"],
.MlL-query-section .yns-inquiry-request textarea {
    background: rgba(240, 240, 240, 0.5);
    margin-bottom: 25px;
    width: 100%;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border: none;
    padding: 18px 22px;
    border-radius: 10px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}.MlL-query-section .yns-inquiry-request input[type="text"]:focus,
.MlL-query-section .yns-inquiry-request textarea:focus {
    box-shadow: 0 0 0 2px rgb(168,197,190,0.5), inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    outline: none;
}.MlL-query-section .yns-inquiry-request textarea {
    min-height: 150px;
    resize: vertical;
}.MlL-query-section .yns-inquiry-request .ezW-query-map {
    align-items: flex-start;
    display: flex;
    position: relative;
    margin-bottom: 30px;
}.MlL-query-section .yns-inquiry-request .ezW-query-map input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.MlL-query-section .yns-inquiry-request .ezW-query-map label {
    font-size: calc(14px - 2px);
    padding-left: 30px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    color: #000000;
}.MlL-query-section .yns-inquiry-request .ezW-query-map label::before {
    transition: all 0.3s ease;
    top: 2px;
    left: 0;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
    background: rgba(240, 240, 240, 0.8);
    border-radius: 10px;
}.MlL-query-section .yns-inquiry-request .ezW-query-map input[type="checkbox"]:checked + label::before {
    background: rgb(168,197,190);
}.MlL-query-section .yns-inquiry-request .ezW-query-map input[type="checkbox"]:checked + label::after {
    content: "";
    border: solid #ffffff;
    width: 5px;
    top: 5px;
    left: 8px;
    height: 10px;
    position: absolute;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}.MlL-query-section .yns-inquiry-request .ezW-query-map a {
    font-weight: 600;
    color: rgb(168,197,190);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.MlL-query-section .yns-inquiry-request .ezW-query-map a::after {
    content: "";
    width: 0;
    height: 1px;
    bottom: -2px;
    background-color: rgb(168,197,190);
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
}.MlL-query-section .yns-inquiry-request .ezW-query-map a:hover::after {
    width: 100%;
}.MlL-query-section .yns-inquiry-request .gUD-connect-card {
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 15px 30px;
    overflow: hidden;
    display: inline-block;
    font-size: 18px;
    z-index: 1;
    border: 2px solid rgb(168,197,190);
    background: transparent;
    color: #000000;
    position: relative;
}.MlL-query-section .yns-inquiry-request .gUD-connect-card::before {
    z-index: -1;
    left: 0;
    content: "";
    height: 100%;
    width: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    background: rgb(168,197,190);
    position: absolute;
}.MlL-query-section .yns-inquiry-request .gUD-connect-card:hover {
    color: #ffffff;
}.MlL-query-section .yns-inquiry-request .gUD-connect-card:hover::before {
    width: 100%;
}.MlL-query-section .alB-inquiry-info {
    position: relative;
    padding: 60px 50px;
    z-index: 2;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 1) 100%);
}.MlL-query-section .alB-inquiry-info::before {
    opacity: 0.5;
    height: 100%;
    left: 0;
    background-size: 20px 20px;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, transparent 25%, rgba(0, 0, 0, 0.02) 25%, rgba(0, 0, 0, 0.02) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.02) 75%);
    top: 0;
    width: 100%;
}.MlL-query-section .alB-inquiry-info h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 35px;
    color: #000000;
    position: relative;
    letter-spacing: 0.5px;
}.MlL-query-section .alB-inquiry-info h4::after {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    background: rgb(168,197,190);
    left: 0;
}.MlL-query-section .alB-inquiry-info .wNW-inquiry-inquiry {
    margin: 0;
    padding: 0;
    list-style: none;
}.MlL-query-section .alB-inquiry-info .wNW-inquiry-inquiry li {
    border-left: 2px solid transparent;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
    padding-left: 15px;
}.MlL-query-section .alB-inquiry-info .wNW-inquiry-inquiry li:last-child {
    margin-bottom: 0;
}.MlL-query-section .alB-inquiry-info .wNW-inquiry-inquiry li:hover {
    border-left-color: rgb(168,197,190);
    padding-left: 20px;
}.MlL-query-section .alB-inquiry-info .wNW-inquiry-inquiry li svg {
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-right: 18px;
    opacity: 0.8;
    height: 22px;
    width: 22px;
}.MlL-query-section .alB-inquiry-info .wNW-inquiry-inquiry li:hover svg {
    opacity: 1;
    transform: scale(1.1);
}.MlL-query-section .alB-inquiry-info .wNW-inquiry-inquiry li svg path {
    transition: all 0.3s ease;
    fill: rgb(168,197,190);
}.MlL-query-section .alB-inquiry-info .wNW-inquiry-inquiry li:hover svg path {
    fill: rgb(126,163,153);
}.MlL-query-section .alB-inquiry-info .wNW-inquiry-inquiry li span {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}.MlL-query-section .alB-inquiry-info .wNW-inquiry-inquiry li a {
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}.MlL-query-section .alB-inquiry-info .wNW-inquiry-inquiry li a::after {
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    content: "";
    background-color: rgb(168,197,190);
    height: 1px;
    position: absolute;
    bottom: -3px;
}.MlL-query-section .alB-inquiry-info .wNW-inquiry-inquiry li a:hover {
    color: rgb(168,197,190);
}.MlL-query-section .alB-inquiry-info .wNW-inquiry-inquiry li a:hover::after {
    width: 100%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.mhI-contact-form-box {
    padding: 80px 0;
}.MlL-query-section {
    grid-template-columns: 1fr;
}.MlL-query-section .yns-inquiry-request::before {
    height: 1px;
    bottom: 0;
    top: auto;
    left: 15%;
    width: 70%;
    right: auto;
}.MlL-query-section .yns-inquiry-request,
    .MlL-query-section .alB-inquiry-info {
    padding: 50px 40px;
}
}

@media screen and (max-width: 768px) {.mhI-contact-form-box {
    padding: 60px 0;
}.mhI-contact-form-box h3 {
    margin-bottom: 40px;
    font-size: calc(32px - 4px);
}.MlL-query-section .yns-inquiry-request,
    .MlL-query-section .alB-inquiry-info {
    padding: 40px 30px;
}.MlL-query-section .yns-inquiry-request h3,
    .MlL-query-section .alB-inquiry-info h4 {
    margin-bottom: 30px;
    font-size: calc(18px - 2px);
}.MlL-query-section .yns-inquiry-request input[type="text"],
    .MlL-query-section .yns-inquiry-request textarea {
    padding: 15px 18px;
    margin-bottom: 20px;
}.MlL-query-section .yns-inquiry-request .gUD-connect-card {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.mhI-contact-form-box {
    padding: 50px 0;
}.MlL-query-section {
    border-radius: 10px;
}.MlL-query-section .yns-inquiry-request,
    .MlL-query-section .alB-inquiry-info {
    padding: 30px 25px;
}.MlL-query-section .alB-inquiry-info .wNW-inquiry-inquiry li {
    align-items: flex-start;
}.MlL-query-section .alB-inquiry-info .wNW-inquiry-inquiry li svg {
    margin-top: 3px;
}}.Hil-attempt-now {
    padding: 120px 0;
    background: rgb(216,231,228);
    overflow: hidden;
    position: relative;
}.Hil-attempt-now::before {
    left: 0;
    opacity: 0.15;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(168,197,190,0.5) 0%, transparent 50%, rgb(126,163,153,0.5) 100%);
    content: '';
}.Hil-attempt-now::after {
    top: -50%;
    left: -50%;
    opacity: 0.05;
    background: repeating-linear-gradient(45deg, #000000, #000000 10px, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.5) 20px);
    content: '';
    z-index: 1;
    position: absolute;
    height: 200%;
    width: 200%;
    animation: rotate-bg 120s linear infinite;
}.Hil-attempt-now .Tqk-master-track {
    -webkit-backdrop-filter: blur(10px);
    flex-direction: row-reverse;
    border: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 10;
    display: flex;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    padding: 60px;
    align-items: center;
    position: relative;
    border-radius: 27px;
    justify-content: space-between;
}.Hil-attempt-now .container p {
    z-index: 5;
    line-height: 1.4;
    width: 60%;
    font-size: 38px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(rgb(168,197,190,0.5), 0.5);
    margin: 0;
    color: #ffffff;
}.Hil-attempt-now .gUD-connect-card {
    border-radius: 50%;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 19px;
    isolation: isolate;
    width: 200px;
    background: transparent;
    overflow: hidden;
    text-decoration: none;
    z-index: 5;
    height: 200px;
    justify-content: center;
    padding: 0;
    color: #ffffff;
}.Hil-attempt-now .gUD-connect-card::before {
    background: conic-gradient(
        rgb(168,197,190),
        rgb(126,163,153),
        rgb(168,197,190)
    );
    position: absolute;
    content: '';
    z-index: -2;
    border-radius: 50%;
    inset: 0;
    animation: rotate-border 8s linear infinite;
}.Hil-attempt-now .gUD-connect-card::after {
    position: absolute;
    content: '';
    background: rgb(126,163,153);
    z-index: -1;
    border-radius: 50%;
    inset: 3px;
}.Hil-attempt-now .gUD-connect-card:hover {
    transform: scale(1.05);
}.Hil-attempt-now .gUD-connect-card:hover::after {
    background: linear-gradient(135deg, rgb(126,163,153) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@keyframes rotate-bg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.Hil-attempt-now {
    padding: 90px 0;
}.Hil-attempt-now .Tqk-master-track {
    padding: 40px;
}.Hil-attempt-now .container p {
    font-size: calc(22px * 1.2);
}.Hil-attempt-now .gUD-connect-card {
    width: 160px;
    height: 160px;
}
}

@media (max-width: 767px) {.Hil-attempt-now {
    padding: 70px 0;
}.Hil-attempt-now .Tqk-master-track {
    padding: 30px;
    gap: 40px;
    flex-direction: column;
}.Hil-attempt-now .container p {
    width: 100%;
    font-size: 22px;
    text-align: center;
}.Hil-attempt-now .gUD-connect-card {
    height: 140px;
    width: 140px;
}
}

@media (max-width: 480px) {.Hil-attempt-now {
    padding: 50px 0;
}.Hil-attempt-now .Tqk-master-track {
    padding: 25px 20px;
}.Hil-attempt-now .container p {
    font-size: calc(13px * 1.2);
}.Hil-attempt-now .gUD-connect-card {
    width: 120px;
    font-size: calc(19px * 0.9);
    height: 120px;
}}.FJL-our-team {
    background: rgb(216,231,228);
    isolation: isolate;
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
}.FJL-our-team::before {
    opacity: 0.3;
    z-index: -1;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    animation: backgroundMove 20s linear infinite;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.02) 75%, transparent 75%, transparent);
    background-size: 20px 20px;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.FJL-our-team::after {
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(168,197,190,0.5) 0%, transparent 20%, transparent 80%, rgb(126,163,153,0.5) 100%);
    opacity: 0.15;
    z-index: -1;
}.FJL-our-team .container {
    z-index: 1;
    position: relative;
}.FJL-our-team .Tqk-master-track {
    flex-direction: column;
    gap: 70px;
    position: relative;
    display: flex;
}.FJL-our-team h3 {
    color: #000000;
    padding-left: 25px;
    position: relative;
    font-weight: 700;
    font-size: 37px;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 50px;
}.FJL-our-team h3::before {
    top: 50%;
    height: 3px;
    position: absolute;
    content: "";
    background: rgb(168,197,190);
    transform: translateY(-50%);
    left: 0;
    animation: headerPulse 2s infinite;
    width: 15px;
}@keyframes headerPulse {
    0%, 100% {
        opacity: 1;
        width: 15px;
    }
    50% {
        opacity: 0.5;
        width: 10px;
    }
}

.FJL-our-team h3::after {
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(168,197,190) 0%, rgb(168,197,190,0.5) 50%, transparent 100%);
    height: 1px;
}.FJL-our-team .srt-learn-zone {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    gap: 50px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    padding: 40px;
    display: grid;
    position: relative;
    grid-template-columns: 1.2fr 1fr;
    backdrop-filter: blur(8px);
}.FJL-our-team .srt-learn-zone::before {
    content: "";
    height: 200%;
    width: 200%;
    top: -50%;
    opacity: 0.1;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.03) 10px,
        rgba(0, 0, 0, 0.03) 20px
    );
    animation: patternRotate 60s linear infinite;
    position: absolute;
    transform-origin: center;
    left: -50%;
}@keyframes patternRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.FJL-our-team .srt-learn-zone::after {
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.15;
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    background: radial-gradient(circle at top right, rgb(168,197,190,0.5) 0%, transparent 70%);
}.FJL-our-team .srt-learn-zone:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.08);
    transform: translateY(-8px) scale(1.01);
}.FJL-our-team .srt-learn-zone span {
    display: block;
    font-weight: 700;
    color: rgb(168,197,190);
    grid-column: 1 / 2;
    font-size: 18px;
    padding-left: 40px;
    letter-spacing: 0.5px;
    grid-row: 1 / 2;
    margin-bottom: 20px;
    position: relative;
}.FJL-our-team .srt-learn-zone span::before {
    width: 30px;
    position: absolute;
    transform: translateY(-50%);
    height: 2px;
    background: linear-gradient(90deg, rgb(168,197,190), rgb(126,163,153));
    content: "";
    top: 50%;
    left: 0;
}.FJL-our-team .srt-learn-zone span::after {
    content: "";
    width: 8px;
    top: 50%;
    animation: pulseCircle 2.5s infinite;
    left: 0;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgb(168,197,190,0.5);
    height: 8px;
    transform: translateY(-50%) scale(0.8);
    background: rgb(168,197,190);
}@keyframes pulseCircle {
    0% {
        box-shadow: 0 0 0 0 rgb(168,197,190,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.FJL-our-team .srt-learn-zone p {
    margin-bottom: 0;
    line-height: 1.8;
    color: #000000;
    border-left: 2px solid rgb(168,197,190,0.5);
    position: relative;
    padding-left: 20px;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    font-size: 18px;
}.FJL-our-team .srt-learn-zone .zMA-snap {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    min-height: 350px;
    width: 100%;
    grid-column: 2 / 3;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: calc(12px - 5px);
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
    position: relative;
    grid-row: 1 / 4;
    height: 100%;
}.FJL-our-team .srt-learn-zone .zMA-snap::before {
    width: 100%;
    position: absolute;
    opacity: 0.4;
    transition: opacity 0.4s ease;
    top: 0;
    background: linear-gradient(
        135deg, 
        transparent 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    height: 100%;
    content: "";
    left: 0;
    z-index: 1;
}.FJL-our-team .srt-learn-zone .zMA-snap::after {
    width: 100%;
    content: "";
    left: 0;
    height: 30%;
    bottom: 0;
    opacity: 0.5;
    background: linear-gradient(
        to top, 
        #000000 0%, 
        transparent 100%
    );
    position: absolute;
    z-index: 1;
}.FJL-our-team .srt-learn-zone .zMA-snap:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) translateY(-5px);
}.FJL-our-team .srt-learn-zone .zMA-snap:hover::before {
    opacity: 0.1;
}.FJL-our-team .Klr-expert-study {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    display: grid;
    padding: 40px;
    position: relative;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    align-items: center;
    grid-template-columns: 1fr 1.2fr;
    backdrop-filter: blur(8px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    gap: 50px;
    border-radius: 12px;
}.FJL-our-team .Klr-expert-study::before {
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.03) 10px,
        rgba(0, 0, 0, 0.03) 20px
    );
    opacity: 0.1;
    animation: patternRotate 60s linear infinite reverse;
    width: 200%;
    top: -50%;
    height: 200%;
    z-index: -1;
    left: -50%;
    content: "";
    transform-origin: center;
}.FJL-our-team .Klr-expert-study::after {
    top: 0;
    content: "";
    height: 100%;
    background: radial-gradient(circle at bottom left, rgb(126,163,153,0.5) 0%, transparent 70%);
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    opacity: 0.15;
}.FJL-our-team .Klr-expert-study:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.08);
}.FJL-our-team .Klr-expert-study p {
    padding: 20px;
    color: #000000;
    font-size: 18px;
    border-radius: 0 10px 10px 0;
    background: rgba(255, 255, 255, 0.05);
    border-left: 2px solid rgb(126,163,153);
    line-height: 1.8;
    position: relative;
}.FJL-our-team .Klr-expert-study p::before {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 3px;
    content: "";
    animation: borderPulse 3s infinite;
    background: rgb(126,163,153);
}@keyframes borderPulse {
    0%, 100% {
        height: 100%;
    }
    50% {
        height: 70%;
    }
}

.FJL-our-team .Klr-expert-study .mUF-growth-hist {
    height: 430px;
    border-radius: calc(12px - 5px);
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    position: relative;
}.FJL-our-team .Klr-expert-study .mUF-growth-hist::before {
    top: 0;
    background: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    transition: opacity 0.4s ease;
    position: absolute;
    height: 100%;
    opacity: 0.4;
    z-index: 1;
    width: 100%;
    content: "";
    left: 0;
}.FJL-our-team .Klr-expert-study .mUF-growth-hist::after {
    left: -150%;
    height: 100%;
    width: 60%;
    position: absolute;
    content: "";
    background: linear-gradient(
        to right, 
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    z-index: 2;
    animation: directorShine 6s infinite;
    top: 0;
    transform: skewX(-25deg);
}@keyframes directorShine {
    0% {
        left: -150%;
    }
    30%, 100% {
        left: 200%;
    }
}

.FJL-our-team .Klr-expert-study .mUF-growth-hist:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) translateY(-5px);
}.FJL-our-team .Klr-expert-study .mUF-growth-hist:hover::before {
    opacity: 0.2;
}.FJL-our-team .container::before,
.FJL-our-team .container::after,
.FJL-our-team .Tqk-master-track::before,
.FJL-our-team .Tqk-master-track::after {
    border-radius: 50%;
    filter: blur(30px);
    opacity: 0.1;
    z-index: -1;
    content: "";
    position: absolute;
}.FJL-our-team .container::before {
    background: rgb(168,197,190);
    width: 150px;
    animation: floatBlob 15s ease-in-out infinite alternate;
    top: -50px;
    height: 150px;
    left: -50px;
}.FJL-our-team .container::after {
    bottom: -100px;
    background: rgb(126,163,153);
    right: -80px;
    animation: floatBlob 18s ease-in-out 2s infinite alternate-reverse;
    width: 200px;
    height: 200px;
}.FJL-our-team .Tqk-master-track::before {
    left: -80px;
    background: rgb(168,197,190);
    width: 100px;
    top: 30%;
    height: 100px;
    animation: floatBlob 12s ease-in-out 1s infinite alternate;
}.FJL-our-team .Tqk-master-track::after {
    width: 120px;
    right: -60px;
    background: rgb(126,163,153);
    bottom: 20%;
    height: 120px;
    animation: floatBlob 14s ease-in-out 3s infinite alternate-reverse;
}

@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, -20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

@media screen and (max-width: 1199px) {.FJL-our-team {
    padding: 100px 0 80px;
}.FJL-our-team .Tqk-master-track {
    gap: 50px;
}.FJL-our-team h3 {
    font-size: calc(37px - 0.2rem);
    margin-bottom: 40px;
}.FJL-our-team .srt-learn-zone,
    .FJL-our-team .Klr-expert-study {
    padding: 30px;
    gap: 40px;
}.FJL-our-team .srt-learn-zone .zMA-snap {
    min-height: 330px;
}.FJL-our-team .Klr-expert-study .mUF-growth-hist {
    height: 380px;
}.FJL-our-team .container::before,
    .FJL-our-team .container::after,
    .FJL-our-team .Tqk-master-track::before,
    .FJL-our-team .Tqk-master-track::after {
    filter: blur(25px);
}
}

@media screen and (max-width: 991px) {.FJL-our-team {
    padding: 80px 0 60px;
}.FJL-our-team .Tqk-master-track {
    gap: 40px;
}.FJL-our-team h3 {
    font-size: calc(37px - 0.4rem);
    margin-bottom: 30px;
}.FJL-our-team .srt-learn-zone,
    .FJL-our-team .Klr-expert-study {
    gap: 30px;
    padding: 25px;
}.FJL-our-team .srt-learn-zone {
    grid-template-columns: 1fr 1fr;
}.FJL-our-team .Klr-expert-study {
    grid-template-columns: 1fr;
}.FJL-our-team .srt-learn-zone .zMA-snap {
    min-height: 300px;
}.FJL-our-team .Klr-expert-study .mUF-growth-hist {
    height: 350px;
    margin: 0 auto;
    max-width: 85%;
}.FJL-our-team .Klr-expert-study p {
    grid-row: 1 / 2;
}.FJL-our-team .Klr-expert-study .mUF-growth-hist {
    grid-row: 2 / 3;
}.FJL-our-team .container::before,
    .FJL-our-team .container::after {
    width: 120px;
    height: 120px;
}.FJL-our-team .Tqk-master-track::before,
    .FJL-our-team .Tqk-master-track::after {
    width: 80px;
    height: 80px;
}
}

@media screen and (max-width: 767px) {.FJL-our-team {
    padding: 60px 0 40px;
}.FJL-our-team::before {
    background-size: 15px 15px;
}.FJL-our-team .Tqk-master-track {
    gap: 30px;
}.FJL-our-team h3 {
    margin-bottom: 25px;
    font-size: calc(37px - 0.6rem);
}.FJL-our-team .srt-learn-zone {
    grid-template-columns: 1fr;
    gap: 25px;
}.FJL-our-team .srt-learn-zone span {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.FJL-our-team .srt-learn-zone p {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.FJL-our-team .srt-learn-zone .zMA-snap {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    min-height: 280px;
}.FJL-our-team .Klr-expert-study {
    gap: 25px;
}.FJL-our-team .Klr-expert-study .mUF-growth-hist {
    height: 320px;
    max-width: 100%;
}.FJL-our-team .srt-learn-zone span {
    font-size: calc(18px - 0.2rem);
}.FJL-our-team .srt-learn-zone p,
    .FJL-our-team .Klr-expert-study p {
    font-size: calc(18px - 0.1rem);
}.FJL-our-team .container::before,
    .FJL-our-team .container::after,
    .FJL-our-team .Tqk-master-track::before,
    .FJL-our-team .Tqk-master-track::after {
    filter: blur(20px);
}
}

@media screen and (max-width: 575px) {.FJL-our-team {
    padding: 50px 0 30px;
}.FJL-our-team::before {
    background-size: 10px 10px;
}.FJL-our-team .Tqk-master-track {
    gap: 25px;
}.FJL-our-team h3 {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: calc(37px - 0.8rem);
}.FJL-our-team h3::before {
    width: 12px;
}.FJL-our-team .srt-learn-zone,
    .FJL-our-team .Klr-expert-study {
    padding: 20px;
    gap: 20px;
}.FJL-our-team .srt-learn-zone span {
    font-size: calc(18px - 0.3rem);
    padding-left: 35px;
}.FJL-our-team .srt-learn-zone span::before {
    width: 25px;
}.FJL-our-team .srt-learn-zone .zMA-snap {
    min-height: 250px;
    clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
}.FJL-our-team .Klr-expert-study .mUF-growth-hist {
    clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 5% 100%, 0 95%);
    height: 280px;
}.FJL-our-team .srt-learn-zone p,
    .FJL-our-team .Klr-expert-study p {
    padding: 15px;
    font-size: calc(18px - 0.2rem);
    line-height: 1.6;
}.FJL-our-team .container::before,
    .FJL-our-team .container::after,
    .FJL-our-team .Tqk-master-track::before,
    .FJL-our-team .Tqk-master-track::after {
    filter: blur(15px);
    opacity: 0.08;
}}.XtJ-program-overview {
    background: linear-gradient(135deg, rgba(rgb(168,197,190,0.5), 0.05), rgba(rgb(126,163,153,0.5), 0.1));
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}.XtJ-program-overview::before {
    z-index: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(168,197,190,0.5), 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(rgb(126,163,153,0.5), 0.12) 0%, transparent 45%);
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
}.XtJ-program-overview::after {
    transform: rotate(-15deg) skew(15deg);
    top: -10%;
    background: linear-gradient(225deg, rgba(rgb(168,197,190,0.5), 0.08), transparent);
    right: -5%;
    width: 45%;
    z-index: 0;
    content: "";
    position: absolute;
    height: 45%;
}.XtJ-program-overview .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.XtJ-program-overview h2 {
    font-weight: 700;
    max-width: 85%;
    color: #000000;
    transform: translateX(-5%);
    line-height: 1.3;
    position: relative;
    font-size: 34px;
    margin-bottom: 50px;
}.XtJ-program-overview h2::after {
    transform: scaleX(1);
    width: 80px;
    left: 0;
    position: absolute;
    bottom: -15px;
    height: 3px;
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, rgb(168,197,190), rgb(126,163,153));
    content: "";
}.XtJ-program-overview h2:hover::after {
    transform: scaleX(1.5);
}.XtJ-program-overview .yKs-study-track {
    grid-template-columns: 1fr;
    position: relative;
    grid-gap: 40px;
    display: grid;
}.XtJ-program-overview .zMA-snap {
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    overflow: hidden;
    border-radius: 0;
    height: 400px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        -15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
        5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.1);
    position: relative;
}.XtJ-program-overview .zMA-snap::before {
    z-index: 1;
    content: "";
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(rgb(168,197,190,0.5), 0.1),
        rgba(rgb(126,163,153,0.5), 0.15)
    );
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    mix-blend-mode: overlay;
}.XtJ-program-overview .zMA-snap::after {
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(255, 255, 255, 0.5), 0.1) 0%,
        transparent 70%
    );
    transition: opacity 1.2s ease;
    height: 200%;
    width: 200%;
    position: absolute;
    top: -50%;
    opacity: 0;
    content: "";
    z-index: 2;
    mix-blend-mode: overlay;
    pointer-events: none;
    left: -50%;
}.XtJ-program-overview .zMA-snap:hover {
    box-shadow: 
        -20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
        10px -10px 30px rgba(rgb(255, 255, 255, 0.5), 0.05);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.XtJ-program-overview .zMA-snap:hover::after {
    opacity: 1;
}.XtJ-program-overview .UuV-text-drawer {
    padding: 20px 0 0;
    position: relative;
}.XtJ-program-overview .description {
    transform: translateY(0);
    position: relative;
    transition: transform 0.5s ease, opacity 0.5s ease;
    overflow-y: auto;
    color: #000000;
    line-height: 1.75;
    font-size: 15px;
    opacity: 1;
    margin-bottom: 25px;
    padding-right: 15px;
    max-height: 350px;
}.XtJ-program-overview .description::-webkit-scrollbar {
    width: 4px;
}.XtJ-program-overview .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.XtJ-program-overview .description::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(168,197,190), rgb(126,163,153));
}.XtJ-program-overview .description:first-of-type {
    z-index: 1;
    position: relative;
}.XtJ-program-overview .description:first-of-type::first-letter {
    font-size: 1.5em;
    color: rgb(168,197,190);
    margin-right: 1px;
    font-weight: 700;
}.XtJ-program-overview .description:last-of-type {
    padding-left: 20px;
    border-left: 1px solid rgba(rgb(168,197,190,0.5), 0.2);
    position: relative;
}.XtJ-program-overview .description:last-of-type::before {
    background: rgb(168,197,190);
    border-radius: 50%;
    position: absolute;
    content: "";
    width: 10px;
    left: -5px;
    top: 0;
    height: 10px;
}

@media (min-width: 768px) {.XtJ-program-overview {
    padding: 150px 0 100px;
}.XtJ-program-overview h2 {
    max-width: 80%;
    margin-bottom: 60px;
    font-size: calc(34px * 1.2);
}.XtJ-program-overview .yKs-study-track {
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    align-items: center;
}.XtJ-program-overview .zMA-snap {
    height: 500px;
    transform: perspective(1500px) rotateY(-5deg) rotateX(3deg) translateX(-20px);
}.XtJ-program-overview .zMA-snap:hover {
    transform: perspective(1500px) rotateY(-2deg) rotateX(1deg) translateX(0);
}.XtJ-program-overview .UuV-text-drawer {
    padding: 0 0 0 20px;
}.XtJ-program-overview .description {
    max-height: 300px;
}
}

@media (min-width: 992px) {.XtJ-program-overview .container {
    padding: 0 40px;
}.XtJ-program-overview h2 {
    transform: translateX(-8%);
    max-width: 70%;
    font-size: calc(34px * 1.4);
}.XtJ-program-overview h2::after {
    width: 120px;
    height: 4px;
}.XtJ-program-overview .yKs-study-track {
    grid-gap: 80px;
}.XtJ-program-overview .zMA-snap {
    height: 550px;
    transform: perspective(2000px) rotateY(-7deg) rotateX(3deg) translateX(-30px);
}.XtJ-program-overview .zMA-snap:hover {
    transform: perspective(2000px) rotateY(-3deg) rotateX(1deg) translateX(-10px);
}.XtJ-program-overview .UuV-text-drawer {
    padding: 0 0 0 40px;
}.XtJ-program-overview .description {
    max-height: 400px;
    line-height: 1.8;
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 1200px) {.XtJ-program-overview {
    padding: 180px 0 120px;
}.XtJ-program-overview h2 {
    font-size: calc(34px * 1.5);
    max-width: 60%;
}.XtJ-program-overview .yKs-study-track {
    grid-gap: 100px;
}.XtJ-program-overview .zMA-snap {
    height: 600px;
}.XtJ-program-overview .description {
    max-height: 450px;
    font-size: calc(15px * 1.1);
}
}

@media (max-width: 767px) {.XtJ-program-overview {
    padding: 80px 0 60px;
}.XtJ-program-overview h2 {
    font-size: calc(34px * 0.9);
    transform: translateX(0);
    max-width: 100%;
    margin-bottom: 40px;
}.XtJ-program-overview .zMA-snap {
    height: 300px;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
}.XtJ-program-overview .UuV-text-drawer {
    padding: 20px 0 0;
}.XtJ-program-overview .description {
    max-height: 250px;
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}.rTR-price-card-deck {
    overflow: hidden;
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-accent: rgb(168,197,190);
    padding: 120px 0 80px;
    --card-border: linear-gradient(135deg, rgb(168,197,190), rgb(126,163,153));
    background-color: var(--pricing-bg);
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    position: relative;
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    --card-bg: #ffffff;
    --pricing-bg: #f5f7fa;
}.rTR-price-card-deck::before {
    background: linear-gradient(135deg, rgb(168,197,190,0.5), rgb(126,163,153,0.5));
    opacity: 0.5;
    content: "";
    width: 35%;
    right: -5%;
    z-index: 1;
    transform: rotate(-15deg);
    top: -10%;
    height: 50%;
    position: absolute;
    filter: blur(60px);
}.rTR-price-card-deck::after {
    bottom: -10%;
    opacity: 0.4;
    z-index: 1;
    width: 30%;
    background: linear-gradient(225deg, rgb(126,163,153,0.5), rgb(168,197,190,0.5));
    transform: rotate(15deg);
    position: absolute;
    content: "";
    height: 40%;
    filter: blur(50px);
    left: -5%;
}.rTR-price-card-deck .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1400px;
}.rTR-price-card-deck .AyE-cost-matrix {
    flex-direction: column;
    display: flex;
}.rTR-price-card-deck .KZW-cost-summary {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-bottom: 60px;
    order: -1;
    margin-right: auto;
}.rTR-price-card-deck .KZW-cost-summary h2 {
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 32px;
    display: inline-block;
}.rTR-price-card-deck .KZW-cost-summary h2::after {
    background: linear-gradient(to right, rgb(168,197,190), rgb(126,163,153));
    transform: translateX(-50%);
    bottom: -10px;
    width: 80px;
    content: "";
    position: absolute;
    left: 50%;
    height: 3px;
}.rTR-price-card-deck .SGm-access-plans {
    font-size: calc(15px + 2px);
    word-wrap: break-word;
    margin: 0 auto;
    overflow-wrap: break-word;
    max-width: 700px;
    line-height: 1.6;
    white-space: normal;
    color: #000000;
}.rTR-price-card-deck .vxB-trial-offers {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    width: 100%;
    display: grid;
}.rTR-price-card-deck .RqW-pricing-list {
    color: inherit;
    display: block;
    height: 100%;
    transition: transform var(--card-transition);
    transform: translateY(0);
    text-decoration: none;
}.rTR-price-card-deck .RqW-pricing-list:hover {
    transform: translateY(-10px);
}.rTR-price-card-deck .QRG-group-plans {
    box-shadow: var(--card-shadow);
    overflow: hidden;
    flex-direction: column;
    display: flex;
    background-color: var(--card-bg);
    border-radius: 15px;
    position: relative;
    height: 100%;
    transition: box-shadow var(--card-transition);
}.rTR-price-card-deck .RqW-pricing-list:hover .QRG-group-plans {
    box-shadow: var(--card-hover-shadow);
}.rTR-price-card-deck .QRG-group-plans::before {
    background: var(--card-border);
    top: 0;
    width: 100%;
    transform: scaleX(0);
    content: "";
    transition: transform 0.5s ease;
    left: 0;
    height: 5px;
    transform-origin: left;
    position: absolute;
}.rTR-price-card-deck .RqW-pricing-list:hover .QRG-group-plans::before {
    transform: scaleX(1);
}.rTR-price-card-deck .cya-rate-choice {
    z-index: 1;
    padding: 35px 30px;
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}.rTR-price-card-deck .cya-rate-choice h3 {
    font-size: calc(18px + 2px);
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
}.rTR-price-card-deck .RqW-pricing-list:hover .cya-rate-choice h3 {
    color: var(--card-accent);
}.rTR-price-card-deck .WyY-cost-deals {
    font-weight: 700;
    font-size: calc(18px + 6px);
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    color: var(--card-accent);
}.rTR-price-card-deck .WyY-cost-deals::after {
    background-color: var(--card-accent);
    left: 0;
    width: 40px;
    content: "";
    bottom: -10px;
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
}.rTR-price-card-deck .RqW-pricing-list:hover .WyY-cost-deals::after {
    width: 60px;
}.rTR-price-card-deck .cya-rate-choice p {
    margin-top: 15px;
    word-wrap: break-word;
    flex-grow: 1;
    line-height: 1.6;
    hyphens: auto;
    color: #000000;
    font-size: 15px;
    white-space: normal;
    overflow-wrap: break-word;
}.rTR-price-card-deck .zMA-snap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: transform 0.6s ease;
    position: relative;
}.rTR-price-card-deck .zMA-snap::after {
    content: "";
    left: 0;
    top: 0;
    transition: opacity 0.4s ease;
    right: 0;
    position: absolute;
    opacity: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
}.rTR-price-card-deck .RqW-pricing-list:hover .zMA-snap::after {
    opacity: 1;
}.rTR-price-card-deck .RqW-pricing-list:hover .zMA-snap {
    transform: scale(1.05);
}

@media (min-width: 992px) {.rTR-price-card-deck .AyE-cost-matrix {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.rTR-price-card-deck .KZW-cost-summary {
    text-align: left;
    width: 30%;
    order: 0;
    margin: 0;
}.rTR-price-card-deck .KZW-cost-summary h2 {
    text-align: left;
    display: block;
}.rTR-price-card-deck .KZW-cost-summary h2::after {
    transform: none;
    left: 0;
}.rTR-price-card-deck .SGm-access-plans {
    margin: 0;
    text-align: left;
}.rTR-price-card-deck .vxB-trial-offers {
    width: 70%;
}
}

@media (max-width: 991px) {.rTR-price-card-deck {
    padding: 80px 0 60px;
}.rTR-price-card-deck .vxB-trial-offers {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}

@media (max-width: 767px) {.rTR-price-card-deck {
    padding: 60px 0 40px;
}.rTR-price-card-deck .KZW-cost-summary {
    margin-bottom: 40px;
}.rTR-price-card-deck .vxB-trial-offers {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.rTR-price-card-deck .cya-rate-choice {
    padding: 25px 20px;
}.rTR-price-card-deck .cya-rate-choice h3 {
    font-size: 18px;
}.rTR-price-card-deck .WyY-cost-deals {
    font-size: calc(18px + 2px);
}.rTR-price-card-deck .cya-rate-choice p {
    font-size: calc(15px - 1px);
}.rTR-price-card-deck .zMA-snap {
    height: 180px;
}
}

@media (max-width: 480px) {.rTR-price-card-deck {
    padding: 50px 0 30px;
}.rTR-price-card-deck .KZW-cost-summary h2 {
    font-size: calc(32px - 4px);
}.rTR-price-card-deck .SGm-access-plans {
    font-size: 15px;
}.rTR-price-card-deck .cya-rate-choice {
    padding: 20px 15px;
}.rTR-price-card-deck .zMA-snap {
    height: 160px;
}}.SDB-appDiv {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(216,231,228) 0%, rgba(255,255,255,0.95) 100%);
}.SDB-appDiv::before {
    width: 100%;
    opacity: 0.1;
    animation: ambientGlow 15s infinite alternate ease-in-out;
    content: "";
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 10%, rgb(168,197,190,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgb(126,163,153,0.5) 0%, transparent 50%);
    height: 100%;
    left: 0;
    z-index: 0;
}.SDB-appDiv::after {
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(168,197,190), rgb(126,163,153), transparent);
    position: absolute;
    height: 3px;
}.SDB-appDiv .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.SDB-appDiv h2 {
    color: #000000;
    text-align: center;
    font-size: 37px;
    animation: fadeUp 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 40px;
}.SDB-appDiv h2::after {
    bottom: -15px;
    position: absolute;
    background: linear-gradient(90deg, rgb(168,197,190), rgb(126,163,153));
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    content: "";
    width: 80px;
}.SDB-appDiv .Tqk-master-track {
    position: relative;
    animation: fadeUp 0.8s 0.4s forwards ease-out;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.05);
    padding: 40px;
    transform: translateY(30px);
    opacity: 0;
    background: #ffffff;
    border-radius: 24px;
}.SDB-appDiv .Tqk-master-track::before {
    width: 5px;
    left: 0;
    background: linear-gradient(to bottom, rgb(168,197,190), rgb(126,163,153));
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
}.SDB-appDiv .Tqk-master-track::after {
    z-index: 1;
    background: linear-gradient(135deg, transparent 0%, rgba(245,247,250,0.6) 100%);
    top: 0;
    position: absolute;
    pointer-events: none;
    height: 100%;
    content: "";
    right: 0;
    width: 40%;
}.SDB-appDiv .Tqk-master-track:hover {
    transform: translateY(27px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.1), 
                0 8px 20px rgba(0,0,0,0.07);
}.SDB-appDiv ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 2;
}.SDB-appDiv li {
    position: relative;
    padding-left: 25px;
}.SDB-appDiv li::before {
    transform: scale(0);
    background: rgb(168,197,190);
    position: absolute;
    width: 8px;
    left: 0;
    border-radius: 50%;
    height: 8px;
    animation: scaleIn 0.4s 0.8s forwards ease-out;
    content: "";
    top: 10px;
}.SDB-appDiv span {
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    transform: translateX(20px);
    font-size: 12px;
    position: relative;
    font-family: Arial, sans-serif;
    opacity: 0;
    line-height: 1.8;
    color: #000000;
    display: block;
}.SDB-appDiv span::after {
    animation: lineExpand 1.2s 1s forwards ease-in-out;
    background: linear-gradient(90deg, rgb(168,197,190,0.5), transparent);
    bottom: -15px;
    position: absolute;
    width: 0;
    height: 1px;
    content: "";
    left: 0;
}

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

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

@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes ambientGlow {
    0% {
        opacity: 0.05;
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        background-position: 5% 5%, 95% 95%;
    }
}

@media (max-width: 991px) {.SDB-appDiv {
    padding: 90px 0;
}.SDB-appDiv h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 35px;
}.SDB-appDiv .Tqk-master-track {
    padding: 35px;
}.SDB-appDiv .Tqk-master-track::after {
    width: 30%;
}
}

@media (max-width: 767px) {.SDB-appDiv {
    padding: 70px 0;
}.SDB-appDiv h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.SDB-appDiv h2::after {
    bottom: -12px;
    width: 60px;
}.SDB-appDiv .Tqk-master-track {
    padding: 30px 25px;
}.SDB-appDiv .Tqk-master-track::after {
    display: none;
}.SDB-appDiv span {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.SDB-appDiv {
    padding: 50px 0;
}.SDB-appDiv h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.7);
}.SDB-appDiv .Tqk-master-track {
    padding: 25px 20px;
    border-radius: 10px;
}.SDB-appDiv li {
    padding-left: 20px;
}.SDB-appDiv li::before {
    top: 8px;
    width: 6px;
    height: 6px;
}.SDB-appDiv span {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}}.giX-privacy-folio {
    flex-direction: column;
    box-shadow: 0 0 10px rgb(168,197,190,0.5);
    padding: 2rem;
    color: #ffffff;
    display: flex;
    gap: 1.5rem;
    font-family: Arial, sans-serif;
    background-color: rgb(168,197,190);
}.giX-privacy-folio h1, .giX-privacy-folio h2 {
    margin-bottom: 0.75rem;
    color: rgb(168,197,190);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}.giX-privacy-folio h1 {
    padding: 0.5rem 1rem;
    font-size: 44px;
    padding-left: 0.5rem;
    font-weight: 700;
    border-left: 4px solid rgb(168,197,190);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}.giX-privacy-folio h2 {
    border-left: 4px solid rgb(126,163,153);
    padding: 0.5rem 1rem;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    font-size: 34px;
    padding-left: 0.5rem;
}.giX-privacy-folio h3, .giX-privacy-folio h4, .giX-privacy-folio h5, .giX-privacy-folio h6 {
    margin: 10px 0;
}.giX-privacy-folio ul {
    flex-direction: column;
    padding-left: 0;
    margin: 10px 0;
    display: flex;
    list-style: none;
    gap: 0.75rem;
}.giX-privacy-folio ul li {
    gap: 1rem;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    background-color: rgb(126,163,153,0.5);
    padding: 0.5rem;
    display: flex;
    align-items: center;
}.giX-privacy-folio ul li::before {
    color: rgb(168,197,190);
    font-size: 1.2rem;
    content: '⭑';
}.giX-privacy-folio p, .giX-privacy-folio span {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #ffffff;
    font-size: 18px;
}.giX-privacy-folio div {
    margin-bottom: 1rem;
}.giX-privacy-folio section {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 800px) {.giX-privacy-folio {
    border-radius: 10px;
    gap: 1rem;
    padding: 1.5rem;
}.giX-privacy-folio h1 {
    font-size: calc(24px * 0.9);
}.giX-privacy-folio h2 {
    font-size: calc(24px * 0.9);
}.giX-privacy-folio ul {
    gap: 0.5rem;
}.giX-privacy-folio ul li {
    padding: 0.75rem;
}.giX-privacy-folio ul li::before {
    font-size: 1rem;
}}.uUK-homepage {
    background: linear-gradient(135deg, rgb(216,231,228) 0%, rgb(126,163,153,0.5) 100%);
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
}.uUK-homepage::before {
    content: '';
    z-index: 1;
    transform: skewX(-15deg);
    position: absolute;
    width: 40%;
    background: linear-gradient(45deg, rgb(168,197,190,0.5) 0%, transparent 70%);
    left: -5%;
    opacity: 0.6;
    height: 120%;
    top: -10%;
}.uUK-homepage .Tqk-master-track {
    position: relative;
    padding: 2rem;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    z-index: 2;
    display: grid;
    gap: 2rem;
    margin: 0 auto;
    max-width: 1400px;
}.uUK-homepage h1 {
    font-weight: 700;
    transform: translateX(-5px);
    position: relative;
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    color: #000000;
    font-size: 38px;
    margin-bottom: 1.5rem;
    grid-column: 1 / -1;
    opacity: 0;
}.uUK-homepage h1::after {
    transform-origin: left;
    background: rgb(168,197,190);
    transform: scaleX(0);
    height: 4px;
    content: '';
    animation: scaleWidth 1s ease-out forwards 0.8s;
    left: 0;
    position: absolute;
    bottom: -10px;
    width: 80px;
}.uUK-homepage .UuV-text-drawer {
    transform: translateY(20px);
    z-index: 3;
    animation: fadeUp 0.8s ease-out forwards 0.4s;
    flex-direction: column;
    justify-content: center;
    display: flex;
    opacity: 0;
    position: relative;
}.uUK-homepage .Flz-course-first {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08);
    border-left: 5px solid rgb(168,197,190);
    transition: transform 0.4s ease;
    background: linear-gradient(135deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    transform: perspective(1000px) rotateY(-5deg);
    padding: 2.5rem;
}.uUK-homepage .Flz-course-first:hover {
    transform: perspective(1000px) rotateY(0deg);
}.uUK-homepage .Flz-course-first p {
    line-height: 1.6;
    padding-left: 1rem;
    position: relative;
    margin-bottom: 2rem;
    color: #000000;
    font-size: calc(16px * 1.1);
}.uUK-homepage .Flz-course-first p::before {
    background: rgb(126,163,153);
    left: 0;
    content: '';
    height: 100%;
    position: absolute;
    opacity: 0.5;
    top: 0;
    width: 3px;
}.uUK-homepage svg {
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
    display: block;
    height: 120px;
    animation: growSvg 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.6s;
    margin: 1rem auto 2rem;
    width: 120px;
    transform: scale(0);
}.uUK-homepage svg path {
    transition: fill 0.3s ease;
}.uUK-homepage svg:hover path {
    fill: rgb(168,197,190);
}.uUK-homepage svg text {
    transition: fill 0.3s ease, transform 0.3s ease;
    transform-origin: center;
}.uUK-homepage svg:hover text {
    fill: #000000;
    transform: scale(1.05);
}.uUK-homepage .gUD-connect-card {
    font-weight: 600;
    text-decoration: none;
    background: rgb(168,197,190);
    margin-top: 1rem;
    text-align: center;
    transition: all 0.3s ease;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    display: inline-block;
    transform: translateZ(0);
    color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    padding: 1rem 2rem;
}.uUK-homepage .gUD-connect-card::before {
    z-index: -1;
    transform: scaleX(0);
    width: 100%;
    background: rgb(126,163,153);
    left: 0;
    position: absolute;
    content: '';
    top: 0;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    height: 100%;
    transform-origin: right;
}.uUK-homepage .gUD-connect-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.uUK-homepage .gUD-connect-card:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.uUK-homepage .zMA-snap {
    animation: fadeIn 1s ease-out forwards 0.6s;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
    overflow: hidden;
    min-height: 400px;
    opacity: 0;
}.uUK-homepage .zMA-snap:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}.uUK-homepage .zMA-snap::after {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgb(126,163,153,0.5) 0%, transparent 50%);
    content: '';
    height: 100%;
}

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

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

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

@keyframes growSvg {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 992px) {.uUK-homepage .Tqk-master-track {
    grid-template-columns: 1fr;
    gap: 3rem;
}.uUK-homepage h1 {
    font-size: calc(38px * 0.85);
    text-align: center;
}.uUK-homepage h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes scaleWidth {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .uUK-homepage .Flz-course-first {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}.uUK-homepage .zMA-snap {
    transform: perspective(1000px) rotateY(0) translateZ(0);
    min-height: 350px;
    order: -1;
}
}

@media (max-width: 768px) {.uUK-homepage {
    padding: 4rem 0 2rem;
}.uUK-homepage .Tqk-master-track {
    gap: 2rem;
    padding: 1rem;
}.uUK-homepage h1 {
    font-size: calc(38px * 0.75);
    margin-bottom: 1rem;
}.uUK-homepage .Flz-course-first {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    padding: 1.5rem;
}.uUK-homepage .Flz-course-first p {
    margin-bottom: 1.5rem;
    font-size: 16px;
}.uUK-homepage svg {
    height: 90px;
    width: 90px;
    margin: 0.5rem auto 1.5rem;
}.uUK-homepage .gUD-connect-card {
    width: 100%;
    padding: 0.8rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}.uUK-homepage .zMA-snap {
    min-height: 280px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 480px) {.uUK-homepage {
    padding: 3rem 0 1rem;
}.uUK-homepage .Tqk-master-track {
    gap: 1.5rem;
}.uUK-homepage h1 {
    font-size: calc(38px * 0.65);
}.uUK-homepage .Flz-course-first {
    padding: 1.25rem;
}.uUK-homepage svg {
    width: 80px;
    height: 80px;
}.uUK-homepage .zMA-snap {
    min-height: 220px;
}}.DOY-cookie-overlay-dialog {
    padding: 15px 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    bottom: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 1050;
    background: #ffffff;
    border-top: 3px solid rgb(168,197,190);
    position: fixed;
    font-family: Arial, sans-serif;
}.ZOB-data-comply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}.AzR-web-cookies {
    flex-shrink: 0;
    margin-right: 15px;
}.AzR-web-cookies svg {
    transition: fill 0.3s ease-in-out;
    fill: rgb(168,197,190);
    width: 50px;
    height: 50px;
}.QJi-privacy-learn {
    flex-grow: 1;
    margin-right: 15px;
}.QJi-privacy-learn h5 {
    font-size: 20px;
    color: rgb(168,197,190);
    font-weight: 700;
    margin-bottom: 5px;
}.QJi-privacy-learn p {
    margin-bottom: 0;
    font-size: 13px;
    color: #000000;
}.sPj-cookie-user {
    text-decoration: none;
    user-select: none;
    margin-left: 10px;
    border-radius: 10px;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid transparent;
    vertical-align: middle;
}.cookie_button.tBs-cookie-visitor {
    border-color: rgb(168,197,190);
    color: #ffffff;
    background-color: rgb(168,197,190);
}#Slw-cookieConsentDialog {
    display: none;
}#Slw-cookieConsentDialog:checked ~ .DOY-cookie-overlay-dialog {
    visibility: hidden;
    opacity: 0;
}.cookie_button.tBs-cookie-visitor:hover {
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_button.AmP-cookie-gate {
    border-color: rgb(126,163,153);
    background-color: rgb(126,163,153);
    color: #000000;
}.cookie_button.AmP-cookie-gate:hover {
    border-color: rgb(168,197,190);
    background-color: rgb(168,197,190);
    color: #ffffff;
}.DOY-cookie-overlay-dialog p a {
    text-decoration: underline;
    color: rgb(168,197,190);
}.DOY-cookie-overlay-dialog p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.QJi-privacy-learn h5 {
    font-size: calc(20px - 2px);
}.QJi-privacy-learn p {
    font-size: calc(13px - 2px);
}.sPj-cookie-user {
    font-size: calc(16px - 2px);
}
}
@media (max-width: 800px) {.ZOB-data-comply {
    flex-direction: column;
    align-items: center;
}.AzR-web-cookies {
    margin-bottom: 10px;
}.QJi-privacy-learn {
    text-align: center;
    margin-bottom: 15px;
}.sPj-cookie-user {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}
}
