* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}::-webkit-scrollbar {
    width: 3px;
    scroll-behavior: auto;
    height: 7px;
}::-webkit-scrollbar-track {
    background: rgb(171,164,176);
}::-webkit-scrollbar-thumb {
    background: rgb(171,164,176);
    border-radius: 9999px;
    transition: border-radius, transform 2.8s ease-in-out;
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 2px -3px 1px 7px rgba(0, 0, 0, 0.2);
}.netiquette-g6 {
    flex: 0 0 auto;
}.wrapper-template-Qe {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1253px;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.main-know-RK {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.teacher-profile-kV {
    position: relative;
    background: linear-gradient(
        125deg,
        rgb(235,233,237) 0%,
        rgb(235,233,237) 60%,
        rgb(207,202,210,0.5) 120%
    );
    padding: 100px 0;
    overflow: hidden;
}.teacher-profile-kV::before {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    position: absolute;
    left: 0;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(45deg, rgb(207,202,210,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(207,202,210,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(207,202,210,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(207,202,210,0.5) 75%);
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
}.teacher-profile-kV::after {
    opacity: 0.2;
    width: 200%;
    height: 200%;
    left: -50%;
    top: -50%;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(207,202,210,0.5) 0%,
            transparent 60%
        );
    position: absolute;
    content: "";
    animation: pulse-subtle 15s infinite alternate ease-in-out;
}@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}

.teacher-profile-kV .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}.teacher-profile-kV .testimonial-sharing-0h {
    overflow: visible;
    display: flex;
    flex-direction: column;
    background: transparent;
    align-items: center;
    padding: 0;
    position: relative;
    border-radius: 23px;
}.teacher-profile-kV .img-panel-ZV {
    margin-bottom: 30px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 20px;
    height: 260px;
    width: 260px;
    position: relative;
    z-index: 3;
    transform: rotate(-5deg);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}.teacher-profile-kV .img-panel-ZV::before {
    inset: -10px;
    transform: rotate(5deg);
    position: absolute;
    content: "";
    opacity: 0.3;
    border-radius: 30px;
    background: linear-gradient(
        135deg,
        rgb(207,202,210,0.5) 0%,
        transparent 50%,
        rgb(171,164,176,0.5) 100%
    );
    z-index: -1;
    transition: all 0.5s ease;
}.teacher-profile-kV .img-panel-ZV::after {
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(207,202,210,0.5) 10px,
            rgb(207,202,210,0.5) 11px
        );
    content: "";
    inset: -20px;
    transition: all 0.5s ease;
    position: absolute;
    transform: rotate(10deg);
    border-radius: 40px;
    opacity: 0.05;
    z-index: -2;
}.teacher-profile-kV .name {
    padding: 0 20px 15px;
    background-clip: text !important;
    z-index: 2;
    position: relative;
    margin-bottom: 15px;
    text-fill-color: transparent;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    color: #000000;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(207,202,210) 100%
    );
    font-size: 47px;
    text-align: center;
}.teacher-profile-kV .name::after {
    left: 50%;
    background: linear-gradient(
        to right,
        rgb(207,202,210) 0%,
        rgb(171,164,176) 100%
    );
    transform: translateX(-50%);
    border-radius: 3px;
    height: 3px;
    width: 80px;
    position: absolute;
    content: "";
    bottom: 0;
}.teacher-profile-kV .testimonial-sharing-0h span:not(.name) {
    letter-spacing: 3px;
    text-align: center;
    z-index: 2;
    opacity: 0.8;
    font-weight: 600;
    font-size: 21px;
    text-transform: uppercase;
    color: rgb(171,164,176);
    margin-bottom: 40px;
    transition: all 0.3s ease;
    position: relative;
}.teacher-profile-kV .exp-grid-rx {
    max-width: 700px;
    line-height: 1.9;
    background: #ffffff;
    text-align: center;
    padding: 40px 50px;
    z-index: 1;
    width: 80%;
    color: #000000;
    font-size: 17px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    position: relative;
    border-radius: 23px;
    margin: 0;
}.teacher-profile-kV .exp-grid-rx::before {
    opacity: 0.2;
    width: 35px;
    left: 25px;
    position: absolute;
    height: 35px;
    background: 
        linear-gradient(45deg, rgb(207,202,210,0.5) 0%, transparent 100%);
    top: 25px;
    border-radius: 0 0 10px 0;
    content: "";
}.teacher-profile-kV .exp-grid-rx::after {
    width: 35px;
    position: absolute;
    bottom: 25px;
    height: 35px;
    opacity: 0.2;
    content: "";
    border-radius: 0 0 0 10px;
    background: 
        linear-gradient(225deg, rgb(171,164,176,0.5) 0%, transparent 100%);
    right: 25px;
}.teacher-profile-kV .testimonial-sharing-0h::before {
    left: 50%;
    top: -70px;
    height: 300px;
    background: 
        linear-gradient(
            135deg,
            rgb(207,202,210,0.5) 0%,
            transparent 100%
        );
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    animation: morphing 15s infinite alternate ease-in-out;
    transform: translateX(-50%) rotate(45deg);
    content: "";
    z-index: 0;
    width: 300px;
}@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.teacher-profile-kV .testimonial-sharing-0h::after {
    position: absolute;
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(171,164,176,0.5) 100%
        );
    left: 50%;
    content: "";
    height: 350px;
    width: 350px;
    z-index: 0;
    top: -50px;
    transform: translateX(-50%) rotate(-45deg);
}.teacher-profile-kV .testimonial-sharing-0h:hover .img-panel-ZV {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}.teacher-profile-kV .testimonial-sharing-0h:hover .img-panel-ZV::before {
    opacity: 0.5;
    transform: rotate(0deg);
}.teacher-profile-kV .testimonial-sharing-0h:hover .img-panel-ZV::after {
    transform: rotate(5deg);
}.teacher-profile-kV .testimonial-sharing-0h:hover span:not(.name) {
    letter-spacing: 5px;
    opacity: 1;
}

@media (max-width: 991px) {.teacher-profile-kV {
    padding: 80px 0;
}.teacher-profile-kV .img-panel-ZV {
    margin-bottom: 25px;
    height: 220px;
    width: 220px;
}.teacher-profile-kV .name {
    font-size: calc(47px * 0.9);
    margin-bottom: 12px;
}.teacher-profile-kV .exp-grid-rx {
    padding: 35px 40px;
    width: 85%;
}.teacher-profile-kV .testimonial-sharing-0h::before,
    .teacher-profile-kV .testimonial-sharing-0h::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 767px) {.teacher-profile-kV {
    padding: 60px 0;
}.teacher-profile-kV .img-panel-ZV {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}.teacher-profile-kV .name {
    font-size: calc(47px * 0.8);
    padding: 0 15px 12px;
    margin-bottom: 10px;
}.teacher-profile-kV .testimonial-sharing-0h span:not(.name) {
    font-size: calc(21px * 0.9);
    margin-bottom: 30px;
    letter-spacing: 2px;
}.teacher-profile-kV .exp-grid-rx {
    width: 90%;
    padding: 30px 35px;
    font-size: calc(17px * 0.95);
}.teacher-profile-kV .exp-grid-rx::before,
    .teacher-profile-kV .exp-grid-rx::after {
    width: 25px;
    height: 25px;
}.teacher-profile-kV .testimonial-sharing-0h::before,
    .teacher-profile-kV .testimonial-sharing-0h::after {
    height: 200px;
    width: 200px;
}.teacher-profile-kV .testimonial-sharing-0h:hover span:not(.name) {
    letter-spacing: 3px;
}
}

@media (max-width: 575px) {.teacher-profile-kV {
    padding: 50px 0;
}.teacher-profile-kV .img-panel-ZV {
    border-radius: 15px;
    height: 150px;
    width: 150px;
    margin-bottom: 15px;
}.teacher-profile-kV .img-panel-ZV::before {
    inset: -8px;
    border-radius: 22px;
}.teacher-profile-kV .img-panel-ZV::after {
    inset: -15px;
    border-radius: 30px;
}.teacher-profile-kV .name {
    margin-bottom: 8px;
    font-size: calc(47px * 0.7);
    padding: 0 10px 10px;
}.teacher-profile-kV .name::after {
    height: 2px;
    width: 60px;
}.teacher-profile-kV .testimonial-sharing-0h span:not(.name) {
    margin-bottom: 25px;
    font-size: calc(21px * 0.85);
    letter-spacing: 1px;
}.teacher-profile-kV .exp-grid-rx {
    font-size: calc(17px * 0.9);
    width: 100%;
    padding: 25px 20px;
    border-radius: 10px;
}.teacher-profile-kV .exp-grid-rx::before,
    .teacher-profile-kV .exp-grid-rx::after {
    left: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
}.teacher-profile-kV .exp-grid-rx::after {
    right: 15px;
    bottom: 15px;
}.teacher-profile-kV .testimonial-sharing-0h::before,
    .teacher-profile-kV .testimonial-sharing-0h::after {
    width: 150px;
    height: 150px;
}.teacher-profile-kV .testimonial-sharing-0h:hover span:not(.name) {
    letter-spacing: 2px;
}}.thxFrame-Dp {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(235,233,237) 0%, rgb(171,164,176,0.5) 100%);
    overflow: hidden;
}.thxFrame-Dp::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    opacity: 0.06;
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgb(171,164,176,0.5) 0px,
            rgb(171,164,176,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    height: 100%;
    pointer-events: none;
    width: 100%;
}.thxFrame-Dp::after {
    animation: float 18s infinite ease-in-out;
    border: 2px solid rgb(207,202,210,0.5);
    transform: rotate(15deg);
    opacity: 0.2;
    position: absolute;
    height: 200px;
    top: -50px;
    width: 200px;
    right: -50px;
    content: "";
}.thxFrame-Dp .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.thxFrame-Dp .learn-online-ub {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 60px 50px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-left: 5px solid rgb(207,202,210);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.thxFrame-Dp .learn-online-ub:hover {
    transform: perspective(1000px) rotateY(0deg);
}.thxFrame-Dp .learn-online-ub::before {
    left: 20px;
    content: "";
    transition: transform 0.4s ease, opacity 0.4s ease;
    pointer-events: none;
    right: 20px;
    position: absolute;
    border: 1px solid rgb(171,164,176,0.5);
    opacity: 0.2;
    bottom: 20px;
    transform: scale(0.98);
    top: 20px;
}.thxFrame-Dp .learn-online-ub:hover::before {
    transform: scale(1);
    opacity: 0.3;
}.thxFrame-Dp .learn-online-ub > div:first-child {
    margin-bottom: 30px;
    position: relative;
}.thxFrame-Dp .learn-online-ub > div:first-child::after {
    left: 0;
    position: absolute;
    content: "";
    bottom: -15px;
    background: rgb(207,202,210);
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left center;
    transform: scaleX(0.7);
    width: 80px;
}.thxFrame-Dp .learn-online-ub:hover > div:first-child::after {
    transform: scaleX(1);
}.thxFrame-Dp h5 {
    position: relative;
    display: inline-block;
    font-size: 23px;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0;
    font-weight: 700;
}.thxFrame-Dp h5::before {
    position: absolute;
    left: -30px;
    color: rgb(207,202,210,0.5);
    content: "";
    font-size: calc(23px * 2.5);
    opacity: 0.3;
    top: -20px;
}.thxFrame-Dp p {
    line-height: 1.8;
    transition: color 0.3s ease;
    margin: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
}.thxFrame-Dp a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: inline-block;
}.thxFrame-Dp a::after {
    left: 0;
    bottom: 0;
    position: absolute;
    transform: scaleX(0);
    height: 1px;
    width: 100%;
    transform-origin: right center;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: "";
    background-color: rgb(207,202,210);
}.thxFrame-Dp a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}.thxFrame-Dp a:hover p {
    color: rgb(207,202,210);
}

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

@media (min-width: 992px) {.thxFrame-Dp .learn-online-ub {
    padding: 80px 70px;
}.thxFrame-Dp h5 {
    font-size: calc(23px * 1.1);
}.thxFrame-Dp p {
    line-height: 1.9;
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 991px) {.thxFrame-Dp {
    padding: 90px 0 70px;
}.thxFrame-Dp .learn-online-ub {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.thxFrame-Dp {
    padding: 70px 0 50px;
}.thxFrame-Dp .learn-online-ub {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 40px 30px;
}.thxFrame-Dp h5 {
    font-size: calc(23px * 0.95);
}.thxFrame-Dp p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 575px) {.thxFrame-Dp {
    padding: 60px 0 40px;
}.thxFrame-Dp .learn-online-ub {
    border-left: 4px solid rgb(207,202,210);
    padding: 30px 25px;
}.thxFrame-Dp .learn-online-ub > div:first-child {
    margin-bottom: 25px;
}.thxFrame-Dp h5 {
    font-size: calc(23px * 0.9);
}.thxFrame-Dp h5::before {
    left: -20px;
    font-size: calc(23px * 2);
}.thxFrame-Dp .learn-online-ub > div:first-child::after {
    width: 60px;
    height: 2px;
}
}

@media (prefers-reduced-motion: reduce) {.thxFrame-Dp .learn-online-ub,
    .thxFrame-Dp .learn-online-ub::before,
    .thxFrame-Dp .learn-online-ub > div:first-child::after,
    .thxFrame-Dp a::after {
    transition: none;
}.thxFrame-Dp::after {
    animation: none;
}}.course-highlights-Sb {
    position: relative;
    background: linear-gradient(135deg, rgb(235,233,237) 0%, rgba(247, 247, 247, 0.9) 100%);
    overflow: hidden;
    padding: 120px 0;
}.course-highlights-Sb::before {
    border-radius: 50%;
    width: 400px;
    position: absolute;
    background: linear-gradient(45deg, rgb(207,202,210,0.5) 0%, rgb(171,164,176,0.5) 100%);
    height: 400px;
    animation: pulse 15s infinite alternate ease-in-out;
    opacity: 0.1;
    top: -150px;
    z-index: 0;
    right: -150px;
    content: "";
    filter: blur(100px);
}.course-highlights-Sb::after {
    z-index: 0;
    opacity: 0.08;
    height: 300px;
    animation: pulse 18s infinite alternate-reverse ease-in-out;
    left: -100px;
    width: 300px;
    background: linear-gradient(225deg, rgb(171,164,176,0.5) 0%, rgb(207,202,210,0.5) 100%);
    content: "";
    filter: blur(80px);
    bottom: -100px;
    border-radius: 50%;
    position: absolute;
}.course-highlights-Sb .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.course-highlights-Sb h2 {
    text-align: left;
    font-weight: 700;
    transform: translateX(-10px);
    animation: slideIn 0.8s 0.2s forwards ease-out;
    opacity: 0;
    font-size: 31px;
    margin-bottom: 50px;
    color: #000000;
    position: relative;
    line-height: 1.3;
}.course-highlights-Sb h2::after {
    transform-origin: left;
    left: 0;
    height: 3px;
    width: 80px;
    bottom: -15px;
    content: "";
    animation: expandWidth 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(207,202,210) 0%, rgb(171,164,176) 100%);
    position: absolute;
}.course-highlights-Sb .training-path-6o {
    animation: fadeIn 0.8s 0.4s forwards ease-out;
    transform: translateY(20px);
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    opacity: 0;
}.course-highlights-Sb .img-panel-ZV {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 350px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateY(-3deg);
    border-radius: 10px;
}.course-highlights-Sb .img-panel-ZV::after {
    left: 0;
    background: linear-gradient(
        to bottom right,
        rgba(rgb(207,202,210,0.5), 0.1),
        rgba(rgb(171,164,176,0.5), 0.05)
    );
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
}.course-highlights-Sb .img-panel-ZV:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
}.course-highlights-Sb .label-holder-g3 {
    flex-direction: column;
    opacity: 0;
    display: flex;
    animation: fadeSlideUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(15px);
    gap: 25px;
}.course-highlights-Sb .description {
    padding-left: 20px;
    font-weight: 400;
    transition: all 0.3s ease;
    border-left: 1px solid rgb(171,164,176,0.5);
    font-size: 18px;
    color: #000000;
    margin: 0;
    position: relative;
    line-height: 1.8;
}.course-highlights-Sb .description:hover {
    border-left: 3px solid rgb(171,164,176);
    transform: translateX(3px);
}.course-highlights-Sb .description:first-of-type {
    position: relative;
}.course-highlights-Sb .description:first-of-type::before {
    transform: scale(0);
    border-radius: 50%;
    left: -5px;
    background-color: rgb(171,164,176);
    width: 10px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    position: absolute;
    top: 0;
    opacity: 0;
    content: "";
    height: 10px;
}.course-highlights-Sb .description:first-of-type:hover::before {
    transform: scale(1);
    opacity: 1;
}.course-highlights-Sb .description:nth-of-type(2) {
    opacity: 0.85;
    color: #000000;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.08;
    }
    100% {
        transform: scale(0.95);
        opacity: 0.05;
    }
}

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

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

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

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

@media (min-width: 768px) {.course-highlights-Sb .training-path-6o {
    grid-template-columns: 1fr 1.6fr;
    align-items: start;
    gap: 60px;
}.course-highlights-Sb .img-panel-ZV {
    height: 450px;
}.course-highlights-Sb h2 {
    font-size: calc(31px * 1.1);
    max-width: 80%;
}.course-highlights-Sb h2::after {
    width: 120px;
}
}

@media (min-width: 992px) {.course-highlights-Sb {
    padding: 150px 0;
}.course-highlights-Sb .container {
    padding: 0 40px;
}.course-highlights-Sb .training-path-6o {
    gap: 80px;
}.course-highlights-Sb .img-panel-ZV {
    height: 550px;
}.course-highlights-Sb h2 {
    font-size: calc(31px * 1.2);
    margin-bottom: 70px;
}.course-highlights-Sb .description {
    padding-left: 30px;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1200px) {.course-highlights-Sb {
    padding: 180px 0;
}.course-highlights-Sb .container {
    padding: 0 60px;
}.course-highlights-Sb .training-path-6o {
    gap: 100px;
    grid-template-columns: 0.9fr 1.5fr;
}.course-highlights-Sb h2 {
    max-width: 70%;
}.course-highlights-Sb .description:first-of-type {
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.course-highlights-Sb {
    padding: 80px 0;
}.course-highlights-Sb h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.course-highlights-Sb .img-panel-ZV {
    transform: perspective(800px) rotateY(-2deg);
    height: 250px;
}.course-highlights-Sb .description {
    padding-left: 15px;
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.course-highlights-Sb .training-path-6o {
    gap: 30px;
}
}

@media (max-width: 480px) {.course-highlights-Sb {
    padding: 60px 0;
}.course-highlights-Sb h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.course-highlights-Sb .img-panel-ZV {
    height: 200px;
}.course-highlights-Sb .label-holder-g3 {
    gap: 20px;
}.course-highlights-Sb .description {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
    padding-left: 12px;
}}.educational-yield-Gb {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(235,233,237) 0%, rgba(247, 248, 252, 0.9) 100%);
    overflow: hidden;
}.educational-yield-Gb::before {
    background-image: radial-gradient(circle at 10% 20%, rgba(rgb(207,202,210,0.5), 0.05) 0%, transparent 60%);
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
}.educational-yield-Gb::after {
    height: 140%;
    position: absolute;
    z-index: 0;
    width: 70%;
    top: -50%;
    right: -20%;
    content: "";
    transform: rotate(15deg);
    border-left: 1px solid rgba(rgb(207,202,210,0.5), 0.1);
    background: linear-gradient(145deg, rgba(rgb(207,202,210,0.5), 0.08) 0%, rgba(rgb(171,164,176,0.5), 0.04) 100%);
}.educational-yield-Gb .container {
    max-width: 1400px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px;
    display: grid;
}.educational-yield-Gb .img-panel-ZV {
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    filter: saturate(1.05);
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    will-change: transform;
    object-fit: cover;
    width: 100%;
}.educational-yield-Gb .img-panel-ZV:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}.educational-yield-Gb .learn-online-ub {
    display: flex;
    flex-direction: column;
    justify-content: center;
}.educational-yield-Gb .label-holder-g3 {
    transform: translateZ(0);
    position: relative;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}.educational-yield-Gb .label-holder-g3::before {
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(207,202,210), rgb(171,164,176));
    width: 5px;
    height: 100%;
    transform-origin: top;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleY(0);
}.educational-yield-Gb .label-holder-g3:hover::before {
    transform: scaleY(1);
}.educational-yield-Gb h1 {
    margin-bottom: 30px;
    position: relative;
    transform: translateY(20px);
    line-height: 1.2;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    font-size: 45px;
    color: #000000;
    font-weight: 700;
}.educational-yield-Gb ul {
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    gap: 18px;
    padding: 0;
    display: grid;
}.educational-yield-Gb li {
    opacity: 0;
    animation: fadeInRight 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    padding: 8px 0;
    position: relative;
    transform: translateX(20px);
    animation-delay: calc(0.2s + (var(--i, 0) * 0.1s));
}.educational-yield-Gb li:nth-child(1) {
    --i: 1;
}.educational-yield-Gb li:nth-child(2) {
    --i: 2;
}.educational-yield-Gb li:nth-child(3) {
    --i: 3;
}.educational-yield-Gb li:nth-child(4) {
    --i: 4;
}.educational-yield-Gb li:nth-child(5) {
    --i: 5;
}.educational-yield-Gb li p {
    margin: 0;
    transition: transform 0.3s ease;
    font-size: 15px;
    position: relative;
    display: flex;
    line-height: 1.6;
    color: #000000;
    padding-left: 40px;
    align-items: center;
}.educational-yield-Gb li:hover p {
    transform: translateX(5px);
}.educational-yield-Gb li svg {
    height: 28px;
    top: 50%;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-50%);
    position: absolute;
    width: 28px;
}.educational-yield-Gb li:hover svg {
    transform: translateY(-50%) scale(1.15);
}.educational-yield-Gb svg path {
    transition: fill 0.3s ease;
    fill: rgb(207,202,210);
}.educational-yield-Gb li:hover svg path {
    fill: rgb(171,164,176);
}

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

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

@media (min-width: 768px) {.educational-yield-Gb .container {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.educational-yield-Gb .label-holder-g3 {
    padding: 40px;
}.educational-yield-Gb ul {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.educational-yield-Gb {
    padding: 150px 0;
}.educational-yield-Gb .container {
    gap: 80px;
}.educational-yield-Gb .img-panel-ZV {
    max-height: 600px;
    height: 100%;
}.educational-yield-Gb .label-holder-g3 {
    padding: 50px;
}.educational-yield-Gb h1 {
    font-size: calc(45px * 1.1);
}
}

@media (max-width: 767px) {.educational-yield-Gb {
    padding: 80px 0;
}.educational-yield-Gb .img-panel-ZV {
    max-height: 400px;
    object-position: center;
}.educational-yield-Gb h1 {
    margin-bottom: 20px;
    font-size: calc(45px * 0.85);
}.educational-yield-Gb li {
    padding: 6px 0;
}.educational-yield-Gb li p {
    font-size: calc(15px * 0.95);
    padding-left: 35px;
}.educational-yield-Gb li svg {
    height: 24px;
    width: 24px;
}
}

@media (max-width: 480px) {.educational-yield-Gb {
    padding: 60px 0;
}.educational-yield-Gb .label-holder-g3 {
    padding: 25px 20px;
}.educational-yield-Gb h1 {
    font-size: calc(45px * 0.75);
}.educational-yield-Gb li p {
    padding-left: 32px;
    font-size: calc(15px * 0.9);
}.educational-yield-Gb li svg {
    height: 22px;
    width: 22px;
}}header {
    width: 100%;
    padding: 1.2rem 0;
    z-index: 100;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to bottom, rgb(235,233,237), #ffffff);
}header::before {
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(207,202,210,0.5) 65%, 
        rgb(207,202,210,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(171,164,176,0.5) 75%, 
        rgb(171,164,176,0.5) 80%, 
        transparent 80%);
    z-index: 0;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.5;
    content: '';
    height: 100%;
}header .container {
    margin: 0;
    width: 100%;
    padding: 0 3%;
    z-index: 1;
    max-width: 100%;
    position: relative;
}header .top-sitebar-YJ {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}header .head-mainbar-HO {
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    background: linear-gradient(135deg, rgb(207,202,210,0.5), rgb(171,164,176,0.5));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    padding: 0.5rem 1.5rem;
    border-radius: 27px;
    overflow: hidden;
    text-decoration: none;
}header .head-mainbar-HO::before {
    top: -50%;
    width: 200%;
    left: -50%;
    content: '';
    opacity: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transition: opacity 0.3s ease;
    position: absolute;
    height: 200%;
}header .head-mainbar-HO:hover::before {
    opacity: 1;
}header .head-mainbar-HO svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: auto;
    width: 150px;
}header .head-mainbar-HO:hover svg {
    transform: scale(1.03);
}header .main-start-zC {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    max-width: 800px;
    margin-top: 0.5rem;
}header .top-teach-PY {
    overflow: hidden;
    padding: 0.6rem 1.2rem;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    text-decoration: none;
    background: #ffffff;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}header .top-teach-PY::before {
    left: 0;
    transition: transform 0.3s ease;
    transform-origin: left;
    width: 100%;
    background: linear-gradient(to right, rgb(207,202,210), rgb(171,164,176));
    position: absolute;
    transform: scaleX(0);
    height: 3px;
    content: '';
    top: 0;
}header .top-teach-PY:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(207,202,210);
}header .top-teach-PY:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .head-mainbar-HO {
    padding: 0.5rem 1.2rem;
}header .head-mainbar-HO svg {
    width: 140px;
}header .main-start-zC {
    gap: 0.5rem;
}header .top-teach-PY {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .top-sitebar-YJ {
    gap: 1.5rem;
}header .head-mainbar-HO {
    padding: 0.4rem 1rem;
}header .head-mainbar-HO svg {
    width: 130px;
}header .main-start-zC {
    gap: 0.5rem;
}header .top-teach-PY {
    font-size: calc(14px - 1px);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .top-sitebar-YJ {
    gap: 1rem;
}header .head-mainbar-HO svg {
    width: 120px;
}header .main-start-zC {
    flex-wrap: nowrap;
    padding-bottom: 10px;
    overflow-x: auto;
    gap: 0.4rem;
    justify-content: flex-start;
}header .main-start-zC::-webkit-scrollbar {
    height: 3px;
}header .main-start-zC::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(207,202,210);
}header .top-teach-PY {
    flex-shrink: 0;
    margin-right: 2px;
    white-space: nowrap;
}}.netiquette-g6 {
    position: relative;
    padding: 5rem 0 2rem;
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgb(235,233,237);
}.netiquette-g6::before {
    top: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    opacity: 0.07;
    background: 
        linear-gradient(135deg, rgb(207,202,210,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(171,164,176,0.5) 0%, transparent 70%);
}.netiquette-g6::after {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(235,233,237) 0%,
        rgb(207,202,210) 35%, 
        rgb(171,164,176) 65%,
        rgb(235,233,237) 100%);
    content: '';
    z-index: 1;
    height: 7px;
}.netiquette-g6 .container {
    z-index: 2;
    position: relative;
}.netiquette-g6 .math-tools-kq {
    flex-direction: column;
    display: flex;
}.netiquette-g6 .help-request-pf {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 2rem;
    position: relative;
    justify-content: center;
    margin-bottom: 4rem;
    flex-wrap: wrap;
    display: flex;
    gap: 0;
}.netiquette-g6 .help-request-pf::after {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(171,164,176,0.5) 50%,
        transparent 100%);
    content: '';
    position: absolute;
    bottom: -1px;
    height: 1px;
}.netiquette-g6 .info_item {
    transition: all 0.3s ease;
    width: 25%;
    padding: 0.5rem 1rem;
    flex: 0 0 auto;
    position: relative;
}.netiquette-g6 .info_item::before {
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.06);
    top: 50%;
    content: '';
    height: 60%;
    width: 1px;
    position: absolute;
    left: 0;
}.netiquette-g6 .info_item:first-child::before {
    display: none;
}.netiquette-g6 .info_item p,
.netiquette-g6 .info_item a {
    color: #000000;
    font-weight: 400;
    text-align: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
    gap: 0.75rem;
    font-size: calc(18px - 1px);
    display: flex;
}.netiquette-g6 .info_item:hover {
    transform: translateY(-5px);
}.netiquette-g6 .info_item:hover p,
.netiquette-g6 .info_item:hover a {
    color: rgb(207,202,210);
}.netiquette-g6 .info_item svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    fill: rgb(207,202,210);
}.netiquette-g6 .info_item:hover svg {
    transform: rotate(10deg);
}.netiquette-g6 .text_main_holder {
    display: flex;
    position: relative;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
}.netiquette-g6 .head-skill-me {
    display: flex;
    max-width: 300px;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    margin-right: auto;
}.netiquette-g6 .head-skill-me svg {
    max-width: 160px;
    transition: all 0.3s ease;
    height: auto;
}.netiquette-g6 .head-skill-me:hover svg {
    transform: scale(1.05);
}.netiquette-g6 .skill-links-kQ {
    padding-left: 2rem;
    position: relative;
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}.netiquette-g6 .skill-links-kQ::before {
    border-radius: 2px;
    content: '';
    width: 4px;
    top: 0;
    background: linear-gradient(to bottom, rgb(207,202,210), rgb(171,164,176));
    position: absolute;
    left: 0;
    bottom: 0;
}.netiquette-g6 .main-start-zC {
    gap: 2rem;
    position: relative;
    max-width: 400px;
    flex: 1;
    min-width: 240px;
    flex-direction: column;
    display: flex;
}.netiquette-g6 .main-start-zC::before {
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.02);
    z-index: -1;
}.netiquette-g6 .main-start-zC h5 {
    border-radius: 10px;
    font-size: 23px;
    padding: 0.75rem 1.5rem;
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.03);
    font-weight: 600;
    color: #000000;
}.netiquette-g6 .top-know-rb {
    padding: 0 1.5rem;
    gap: 0.75rem;
    flex-direction: column;
    display: flex;
}.netiquette-g6 .top-know-rb:first-child {
    position: relative;
}.netiquette-g6 .top-know-rb a {
    font-size: 18px;
    padding-left: 1.25rem;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: #000000;
    padding: 0.5rem 0;
}.netiquette-g6 .top-know-rb a::before {
    transform: translateY(-50%);
    content: '';
    transition: all 0.3s ease;
    border-radius: 50%;
    position: absolute;
    background-color: rgb(171,164,176,0.5);
    top: 50%;
    left: 0;
    height: 6px;
    width: 6px;
}.netiquette-g6 .top-know-rb a:hover {
    padding-left: 1.5rem;
    color: rgb(207,202,210);
}.netiquette-g6 .top-know-rb a:hover::before {
    height: 8px;
    width: 8px;
    background-color: rgb(207,202,210);
}.netiquette-g6 .subscribe_holder {
    border-radius: 10px;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    gap: 1.5rem;
    padding: 2rem;
    position: relative;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    width: 100%;
}.netiquette-g6 .subscribe_holder::before {
    content: '';
    border-width: 50px 50px 0 0;
    position: absolute;
    border-top-left-radius: 10px;
    left: 0;
    border-style: solid;
    top: 0;
    height: 0;
    width: 0;
    border-color: rgb(207,202,210,0.5) transparent transparent transparent;
}.netiquette-g6 .subscribe_holder h5 {
    color: #000000;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 0.5rem;
}.netiquette-g6 .subscribe_holder p {
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
}.netiquette-g6 .input_holder {
    gap: 1rem;
    position: relative;
    flex-direction: column;
    margin-top: 0.5rem;
    display: flex;
}.netiquette-g6 .input_holder input[type="email"] {
    font-size: 18px;
    color: #000000;
    transition: all 0.3s ease;
    padding: 1.125rem 1.25rem;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}.netiquette-g6 .input_holder input[type="email"]:focus {
    border-color: rgb(207,202,210);
    outline: none;
    box-shadow: 0 0 0 3px rgb(207,202,210,0.5);
}.netiquette-g6 .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.netiquette-g6 .email-join-6c {
    z-index: 1;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    padding: 1.125rem 1.25rem;
    background: linear-gradient(135deg, rgb(207,202,210) 0%, rgb(171,164,176) 100%);
    font-weight: 600;
    color: #ffffff;
    font-size: 19px;
    position: relative;
}.netiquette-g6 .email-join-6c::before {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    content: '';
    background: linear-gradient(135deg, rgb(171,164,176) 0%, rgb(207,202,210) 100%);
    opacity: 0;
    width: 100%;
    height: 100%;
}.netiquette-g6 .email-join-6c:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.netiquette-g6 .email-join-6c:hover::before {
    opacity: 1;
}.netiquette-g6 .module-end-4X {
    position: relative;
    text-align: center;
    padding-top: 2rem;
    margin-top: 4rem;
}.netiquette-g6 .module-end-4X::before {
    left: 30%;
    top: 0;
    height: 1px;
    width: 40%;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    content: '';
}.netiquette-g6 .tech-stack-SJ {
    opacity: 0.8;
    font-size: 13px;
    color: #000000;
}

@media (max-width: 1200px) {.netiquette-g6 .text_main_holder {
    gap: 2.5rem;
}.netiquette-g6 .head-skill-me {
    max-width: 260px;
}.netiquette-g6 .main-start-zC {
    min-width: 220px;
}
}

@media (max-width: 991px) {.netiquette-g6 {
    padding: 4rem 0 2rem;
}.netiquette-g6 .info_item {
    width: 50%;
    padding: 1rem;
}.netiquette-g6 .info_item:nth-child(3)::before {
    display: none;
}.netiquette-g6 .text_main_holder {
    align-items: center;
    flex-direction: column;
    gap: 3rem;
}.netiquette-g6 .head-skill-me {
    align-items: center;
    width: 100%;
    text-align: center;
    max-width: 100%;
}.netiquette-g6 .skill-links-kQ {
    text-align: center;
    max-width: 500px;
    padding-left: 0;
}.netiquette-g6 .skill-links-kQ::before {
    display: none;
}.netiquette-g6 .main-start-zC {
    width: 100%;
    max-width: 600px;
}.netiquette-g6 .subscribe_holder {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 768px) {.netiquette-g6 {
    padding: 3.5rem 0 1.5rem;
}.netiquette-g6 .help-request-pf {
    margin-bottom: 3rem;
}.netiquette-g6 .info_item {
    width: 100%;
}.netiquette-g6 .info_item::before {
    display: none;
}.netiquette-g6 .top-know-rb {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 0.5rem 1.5rem;
}.netiquette-g6 .top-know-rb a {
    padding: 0.5rem 1rem;
    text-align: center;
}.netiquette-g6 .top-know-rb a::before {
    display: none;
}.netiquette-g6 .top-know-rb a:hover {
    padding-left: 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}.netiquette-g6 .module-end-4X {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.netiquette-g6 {
    padding: 3rem 0 1.5rem;
}.netiquette-g6 .help-request-pf {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.netiquette-g6 .text_main_holder {
    gap: 2.5rem;
}.netiquette-g6 .main-start-zC {
    padding: 1rem;
}.netiquette-g6 .main-start-zC h5 {
    text-align: center;
}.netiquette-g6 .subscribe_holder {
    padding: 1.5rem;
}.netiquette-g6 .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.netiquette-g6 .module-end-4X {
    margin-top: 2.5rem;
}}.client-experience-mq {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,202,210,0.5), rgb(171,164,176,0.5));
    padding: 100px 0 120px;
}.client-experience-mq::before {
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    background: radial-gradient(circle at 30% 70%, rgba(255,255,255,0.06) 0%, transparent 60%);
    left: 0;
    position: absolute;
    content: "";
}.client-experience-mq::after {
    width: 300px;
    border-radius: 50%;
    content: "";
    height: 300px;
    position: absolute;
    background: linear-gradient(220deg, rgb(207,202,210,0.5), transparent);
    filter: blur(80px);
    bottom: -80px;
    right: -80px;
    z-index: 0;
}.client-experience-mq .learn-online-ub {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.client-experience-mq h2 {
    color: #ffffff;
    position: relative;
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 50px;
    text-align: center;
    text-shadow: 0 2px 15px rgba(0,0,0,0.1);
}.client-experience-mq h2::after {
    background: linear-gradient(90deg, rgb(171,164,176), rgb(207,202,210));
    bottom: -15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    content: "";
    width: 80px;
    position: absolute;
}.client-experience-mq .user-voices-z7 {
    margin: 0;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
}.client-experience-mq .testimonial-sharing-0h {
    position: relative;
    overflow: hidden;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 20px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    transition: transform 0.3s ease-out, box-shadow 0.4s ease;
    backdrop-filter: blur(10px);
    border-radius: 3px;
}.client-experience-mq .testimonial-sharing-0h::before {
    left: 0;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(207,202,210), rgb(171,164,176));
    width: 100%;
    top: 0;
    opacity: 0.8;
    position: absolute;
}.client-experience-mq .testimonial-sharing-0h:hover {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -8px -8px 24px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: translateY(-10px);
}.client-experience-mq .testimonial-sharing-0h > div {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}.client-experience-mq .testimonial-sharing-0h img {
    transition: transform 0.3s ease-out;
    border: 3px solid #ffffff;
    margin-right: 15px;
    transform: perspective(500px) rotateY(-5deg);
    object-fit: cover;
    height: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 60px;
}.client-experience-mq .testimonial-sharing-0h:hover img {
    transform: perspective(500px) rotateY(0deg);
}.client-experience-mq .testimonial-sharing-0h h4 {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin: 0;
}.client-experience-mq .testimonial-sharing-0h h4::after {
    bottom: -8px;
    transition: width 0.3s ease;
    width: 30px;
    background: rgb(207,202,210);
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
}.client-experience-mq .testimonial-sharing-0h:hover h4::after {
    width: 50px;
}.client-experience-mq .description {
    font-size: 17px;
    margin: 0;
    z-index: 2;
    position: relative;
    line-height: 1.7;
    color: #000000;
}.client-experience-mq .description::before {
    z-index: -1;
    position: absolute;
    color: rgba(0, 0, 0, 0.05);
    font-family: serif;
    content: "";
    left: -5px;
    font-size: 120px;
    top: -30px;
}.client-experience-mq a {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 15px 30px;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(207,202,210), rgb(171,164,176));
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: inline-block;
    margin-top: 40px;
    border-radius: 3px;
    font-size: 20px;
}.client-experience-mq a::before {
    height: 100%;
    transition: left 0.7s;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.client-experience-mq a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.client-experience-mq a:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.client-experience-mq {
    padding: 80px 0 100px;
}.client-experience-mq h2 {
    font-size: calc(38px * 0.9);
}.client-experience-mq .user-voices-z7 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 768px) {.client-experience-mq {
    padding: 60px 0 80px;
}.client-experience-mq h2 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.8);
}.client-experience-mq .user-voices-z7 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.client-experience-mq .testimonial-sharing-0h {
    padding: 25px;
}.client-experience-mq a {
    font-size: calc(20px * 0.9);
    padding: 12px 25px;
}
}

@media (max-width: 576px) {.client-experience-mq {
    padding: 50px 0 70px;
}.client-experience-mq h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.client-experience-mq h2::after {
    bottom: -10px;
    width: 60px;
}.client-experience-mq .testimonial-sharing-0h {
    padding: 20px;
}.client-experience-mq .testimonial-sharing-0h img {
    width: 50px;
    height: 50px;
}.client-experience-mq .description {
    font-size: calc(17px * 0.95);
}}.contact-us-z4 {
    position: relative;
    background: linear-gradient(160deg, rgb(235,233,237) 0%, rgb(207,202,210,0.5) 100%);
    padding: 90px 0;
    overflow: hidden;
}.contact-us-z4::before {
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(207,202,210,0.5),
        rgb(207,202,210,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    opacity: 0.03;
    top: 0;
}.contact-us-z4 .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.contact-us-z4 h2 {
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 50px;
    font-size: 41px;
    text-align: center;
    font-weight: 700;
    color: #000000;
}.contact-us-z4 .query-panel-xt {
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    display: flex;
    margin: 0 auto;
    max-width: 800px;
    flex-direction: column;
    overflow: hidden;
}.contact-us-z4 .img-panel-ZV {
    width: 100%;
    height: 200px;
    position: relative;
}.contact-us-z4 .query-message-6J {
    padding: 50px;
    width: 100%;
    position: relative;
}.contact-us-z4 form {
    width: 100%;
}.contact-us-z4 form h3 {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    position: relative;
}.contact-us-z4 form h3::after {
    content: "";
    height: 3px;
    width: 100%;
    background: rgb(207,202,210);
    border-radius: 1.5px;
    left: 0;
    bottom: -10px;
    position: absolute;
}.contact-us-z4 form input[type="text"] {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    background: rgb(235,233,237);
    border: 2px solid transparent;
    width: 100%;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #000000;
    border-radius: 10px;
    padding: 15px 20px;
}.contact-us-z4 form input[type="text"]:focus {
    border-color: rgb(207,202,210);
    outline: none;
}.contact-us-z4 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact-us-z4 .support-reach-dZ {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.contact-us-z4 .support-reach-dZ input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-us-z4 .support-reach-dZ label {
    font-size: 13px;
    color: #000000;
    padding-left: 35px;
    line-height: 1.6;
    cursor: pointer;
    position: relative;
}.contact-us-z4 .support-reach-dZ label::before {
    content: "";
    width: 22px;
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    top: 2px;
    border-radius: 10px;
    height: 22px;
    background: rgb(235,233,237);
}.contact-us-z4 .support-reach-dZ input[type="checkbox"]:checked + label::before {
    background: rgb(207,202,210);
}.contact-us-z4 .support-reach-dZ input[type="checkbox"]:checked + label::after {
    position: absolute;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    width: 6px;
    top: 5px;
    content: "";
    border-bottom: 2px solid #ffffff;
    height: 12px;
    left: 8px;
}.contact-us-z4 .support-reach-dZ label a {
    color: rgb(207,202,210);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact-us-z4 .support-reach-dZ label a:hover {
    text-decoration: underline;
}.contact-us-z4 form .connect-inquiry-J7 {
    font-size: 19px;
    cursor: pointer;
    color: #ffffff;
    position: relative;
    padding: 16px 20px;
    border: none;
    background: rgb(207,202,210);
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.contact-us-z4 form .connect-inquiry-J7:hover {
    background: rgb(171,164,176);
}.contact-us-z4 svg {
    height: 20px;
    width: 20px;
    fill: rgb(207,202,210);
}.contact-us-z4 svg path {
    fill: rgb(207,202,210);
    transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {.contact-us-z4 .query-panel-xt {
    flex-direction: row;
    max-width: 1000px;
}.contact-us-z4 .img-panel-ZV {
    height: auto;
    min-height: 400px;
    width: 40%;
}.contact-us-z4 .query-message-6J {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact-us-z4 .img-panel-ZV {
    width: 50%;
}.contact-us-z4 .query-message-6J {
    width: 50%;
    padding: 60px;
}
}

@media screen and (min-width: 1200px) {.contact-us-z4 .query-panel-xt {
    max-width: 1100px;
}.contact-us-z4 .img-panel-ZV {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact-us-z4 {
    padding: 60px 0;
}.contact-us-z4 h2 {
    margin-bottom: 30px;
    font-size: calc(41px * 0.7);
}.contact-us-z4 .query-message-6J {
    padding: 30px 20px;
}.contact-us-z4 form h3 {
    font-size: calc(18px * 0.9);
}}.statistics-information-lZ {
    background: rgb(235,233,237);
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}.statistics-information-lZ::before {
    top: 0;
    opacity: 0.05;
    background: linear-gradient(120deg, rgb(207,202,210,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    z-index: 0;
}.statistics-information-lZ .container {
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.statistics-information-lZ h2 {
    text-transform: uppercase;
    top: 0;
    position: absolute;
    padding-right: 1.5rem;
    writing-mode: vertical-rl;
    align-items: center;
    left: 0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    display: flex;
    margin: 0;
    letter-spacing: 2px;
    font-weight: 700;
    color: #000000;
    transform: rotate(180deg);
    height: 100%;
    font-size: 37px;
    border-right: 3px solid rgb(207,202,210);
}.statistics-information-lZ ul {
    margin: 0 0 0 5rem;
    list-style: none;
    padding: 0;
    flex-direction: column;
    position: relative;
    display: flex;
}.statistics-information-lZ .statistics-benefit-PV {
    position: relative;
    z-index: 2;
    display: flex;
    margin-bottom: 3.5rem;
    width: 80%;
}.statistics-information-lZ .statistics-benefit-PV:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: auto;
}.statistics-information-lZ .statistics-benefit-PV:last-child {
    margin-bottom: 0;
}.statistics-information-lZ .statistics-benefit-PV p {
    height: 120px;
    transition: all 0.4s ease;
    background: #ffffff;
    border-radius: 50%;
    justify-content: center;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    font-size: calc(47px * 1.4);
    color: rgb(207,202,210);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    z-index: 2;
    width: 120px;
}.statistics-information-lZ .statistics-benefit-PV:nth-child(even) p {
    color: rgb(171,164,176);
}.statistics-information-lZ .statistics-benefit-PV span {
    position: relative;
    margin: 0 2rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    z-index: 1;
    align-self: center;
    transition: all 0.3s ease;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    color: #000000;
    padding: 8px 12px;
    line-height: 1.6;
    max-width: 60%;
}.statistics-information-lZ .statistics-benefit-PV span::before {
    z-index: -1;
    top: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(207,202,210,0.5), transparent);
    width: 120%;
    content: "";
    left: -10%;
}.statistics-information-lZ .statistics-benefit-PV span::after {
    width: 120%;
    background: linear-gradient(90deg, transparent, rgb(207,202,210,0.5), transparent);
    z-index: -1;
    position: absolute;
    content: "";
    left: -10%;
    height: 1px;
    bottom: 0;
}.statistics-information-lZ .statistics-benefit-PV:nth-child(even) span::before,
.statistics-information-lZ .statistics-benefit-PV:nth-child(even) span::after {
    background: linear-gradient(90deg, transparent, rgb(171,164,176,0.5), transparent);
}.statistics-information-lZ .statistics-benefit-PV:nth-child(odd)::before {
    background: linear-gradient(90deg, rgb(207,202,210) 0%, transparent 100%);
    width: calc(100% - 60px);
    position: absolute;
    top: 60px;
    height: 1px;
    content: "";
    left: 60px;
    z-index: 1;
}.statistics-information-lZ .statistics-benefit-PV:nth-child(even)::before {
    right: 60px;
    top: 60px;
    content: "";
    z-index: 1;
    width: calc(100% - 60px);
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, rgb(171,164,176) 100%);
    height: 1px;
}.statistics-information-lZ svg {
    position: absolute;
    height: 30px;
    right: 0;
    width: 30px;
    fill: rgb(207,202,210);
    top: 0;
    opacity: 0.2;
    transition: all 0.3s ease;
}.statistics-information-lZ svg path {
    fill: inherit;
}.statistics-information-lZ .statistics-benefit-PV:hover p {
    transform: scale(1.1);
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.2);
}.statistics-information-lZ .statistics-benefit-PV:hover span {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
}.statistics-information-lZ .statistics-benefit-PV:hover svg {
    opacity: 0.5;
    transform: rotate(360deg);
}.statistics-information-lZ .container::after {
    width: 80%;
    background: repeating-linear-gradient(
        45deg,
        rgb(207,202,210,0.5) 0px,
        rgb(207,202,210,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    opacity: 0.05;
    z-index: -1;
    height: 100%;
    content: "";
    top: 0;
    right: 0;
    position: absolute;
}

@media screen and (max-width: 1024px) {.statistics-information-lZ h2 {
    font-size: calc(37px * 0.9);
}.statistics-information-lZ .statistics-benefit-PV {
    width: 90%;
}.statistics-information-lZ .statistics-benefit-PV p {
    width: 110px;
    height: 110px;
    font-size: calc(47px * 1.2);
}
}

@media screen and (max-width: 768px) {.statistics-information-lZ {
    padding: 5rem 0;
}.statistics-information-lZ h2 {
    padding-right: 0;
    height: auto;
    transform: none;
    margin-bottom: 4rem;
    writing-mode: horizontal-tb;
    top: auto;
    border-right: none;
    text-align: center;
    left: auto;
    position: relative;
    padding-bottom: 1rem;
    border-bottom: 3px solid rgb(207,202,210);
}.statistics-information-lZ ul {
    margin: 0;
}.statistics-information-lZ .statistics-benefit-PV, 
    .statistics-information-lZ .statistics-benefit-PV:nth-child(even) {
    width: 100%;
    flex-direction: column;
    margin-bottom: 3rem;
    margin-left: 0;
    align-items: center;
}.statistics-information-lZ .statistics-benefit-PV p {
    margin-bottom: 1.5rem;
}.statistics-information-lZ .statistics-benefit-PV span {
    text-align: center;
    margin: 0;
    max-width: 80%;
}.statistics-information-lZ .statistics-benefit-PV:nth-child(odd)::before,
    .statistics-information-lZ .statistics-benefit-PV:nth-child(even)::before {
    display: none;
}.statistics-information-lZ .statistics-benefit-PV span::before,
    .statistics-information-lZ .statistics-benefit-PV span::after {
    width: 80%;
    left: 10%;
}
}

@media screen and (max-width: 480px) {.statistics-information-lZ {
    padding: 4rem 0;
}.statistics-information-lZ h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 3rem;
}.statistics-information-lZ .statistics-benefit-PV p {
    font-size: calc(47px * 1.1);
    width: 100px;
    height: 100px;
}.statistics-information-lZ .statistics-benefit-PV span {
    font-size: calc(18px * 0.9);
    max-width: 90%;
    padding: 6px 10px;
}}

.statistics-information-lZ::after {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgb(207,202,210,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 20%, rgb(171,164,176,0.5) 0%, transparent 30%);
    z-index: -2;
    content: "";
}.statistics-information-lZ .statistics-benefit-PV:nth-child(1) p::before,
.statistics-information-lZ .statistics-benefit-PV:nth-child(2) p::before,
.statistics-information-lZ .statistics-benefit-PV:nth-child(3) p::before,
.statistics-information-lZ .statistics-benefit-PV:nth-child(4) p::before {
    width: 120%;
    position: absolute;
    left: -10%;
    background: #ffffff;
    transition: all 0.4s ease;
    opacity: 0.5;
    height: 120%;
    content: "";
    top: -10%;
    border-radius: 50%;
    z-index: -1;
}.statistics-information-lZ .statistics-benefit-PV:hover p::before {
    opacity: 0;
    transform: scale(1.1);
}.statistics-information-lZ .statistics-benefit-PV span {
    position: relative;
}.statistics-information-lZ .statistics-benefit-PV span::after {
    z-index: -1;
    height: 1px;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 7px,
        rgba(0, 0, 0, 0.04) 7px,
        rgba(0, 0, 0, 0.04) 8px
    );
    width: 100%;
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
}@keyframes timeline {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.statistics-information-lZ .statistics-benefit-PV:nth-child(1) {
    animation: timeline 8s infinite ease 0s;
}.statistics-information-lZ .statistics-benefit-PV:nth-child(2) {
    animation: timeline 8s infinite ease 2s;
}.statistics-information-lZ .statistics-benefit-PV:nth-child(3) {
    animation: timeline 8s infinite ease 4s;
}.statistics-information-lZ .statistics-benefit-PV:nth-child(4) {
    animation: timeline 8s infinite ease 6s;
}.modalCookieAgreement-0y {
    bottom: 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    width: 100%;
    border-top: 3px solid rgb(207,202,210);
    font-family: Arial, sans-serif;
    background: #ffffff;
    padding: 15px 20px;
    z-index: 1050;
    position: fixed;
}.data-control-04 {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
}.cookie-menu-zk {
    flex-shrink: 0;
    margin-right: 15px;
}.cookie-menu-zk svg {
    transition: fill 0.3s ease-in-out;
    width: 50px;
    fill: rgb(207,202,210);
    height: 50px;
}.consent-track-c1 {
    margin-right: 15px;
    flex-grow: 1;
}.consent-track-c1 h5 {
    font-weight: 700;
    font-size: 18px;
    color: rgb(207,202,210);
    margin-bottom: 5px;
}.consent-track-c1 p {
    color: #000000;
    margin-bottom: 0;
    font-size: 16px;
}.edu-accept-iW {
    user-select: none;
    margin-left: 10px;
    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;
    font-size: 16px;
    padding: 0.375rem 0.75rem;
    vertical-align: middle;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 10px;
    white-space: nowrap;
    line-height: 1.5;
    text-decoration: none;
}.cookie_button.privacy-notify-qK {
    background-color: rgb(207,202,210);
    color: #ffffff;
    border-color: rgb(207,202,210);
}#cookie-info-popup-UT {
    display: none;
}#cookie-info-popup-UT:checked ~ .modalCookieAgreement-0y {
    opacity: 0;
    visibility: hidden;
}.cookie_button.privacy-notify-qK:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.privacy-learn-iU {
    border-color: rgb(171,164,176);
    color: #000000;
    background-color: rgb(171,164,176);
}.cookie_button.privacy-learn-iU:hover {
    background-color: rgb(207,202,210);
    color: #ffffff;
    border-color: rgb(207,202,210);
}.modalCookieAgreement-0y p a {
    text-decoration: underline;
    color: rgb(207,202,210);
}.modalCookieAgreement-0y p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.consent-track-c1 h5 {
    font-size: calc(18px - 2px);
}.consent-track-c1 p {
    font-size: calc(16px - 2px);
}.edu-accept-iW {
    font-size: calc(16px - 2px);
}
}
@media (max-width: 800px) {.data-control-04 {
    align-items: center;
    flex-direction: column;
}.cookie-menu-zk {
    margin-bottom: 10px;
}.consent-track-c1 {
    margin-bottom: 15px;
    text-align: center;
}.edu-accept-iW {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.offer-selection-YM {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.offer-selection-YM::before {
    z-index: 1;
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(18, 46, 101, 0.85), rgba(44, 62, 80, 0.9));
    top: 0;
    left: 0;
    content: "";
    right: 0;
}.offer-selection-YM .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.basic-rates-LR {
    position: relative;
}.offer-selection-YM h2 {
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    animation: titleFadeIn 0.8s ease-out forwards;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    transform: translateY(0);
}.offer-selection-YM .lesson-plans-yK {
    opacity: 0;
    animation: fadeIn 0.8s ease-out 0.3s forwards;
    color: #ffffff;
    text-align: center;
    margin: 0 auto 60px;
    font-size: 13px;
    max-width: 700px;
    line-height: 1.6;
    position: relative;
}.offer-selection-YM .fee-struct-Zy {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 30px;
    padding: 0;
    list-style: none;
}.offer-selection-YM .fee-struct-Zy li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.offer-selection-YM .price-schemes-pX {
    text-decoration: none;
    display: block;
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    height: 100%;
}.offer-selection-YM .price-schemes-pX:hover {
    transform: translateY(-10px) scale(1.02);
}.offer-selection-YM .learn-deals-hU {
    transition: all 0.4s ease;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
    overflow: hidden;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.offer-selection-YM .price-schemes-pX:hover .learn-deals-hU {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 240, 240, 0.9));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
}.offer-selection-YM .learn-deals-hU::before {
    content: "";
    top: 0;
    height: 6px;
    position: absolute;
    transform: scaleX(0);
    left: 0;
    background: linear-gradient(90deg, rgb(207,202,210), rgb(171,164,176));
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    width: 100%;
}.offer-selection-YM .price-schemes-pX:hover .learn-deals-hU::before {
    transform: scaleX(1);
}.offer-selection-YM .plan-rates-pq {
    box-sizing: border-box;
    height: 100%;
    flex-direction: column;
    display: flex;
    padding: 35px 30px;
}.offer-selection-YM .plan-rates-pq h4 {
    margin: 0 0 20px;
    color: #000000;
    font-weight: 700;
    font-size: calc(21px * 1.1);
    padding-bottom: 15px;
    position: relative;
    transition: color 0.3s ease;
}.offer-selection-YM .price-schemes-pX:hover .plan-rates-pq h4 {
    color: rgb(207,202,210);
}.offer-selection-YM .plan-rates-pq h4::after {
    transition: width 0.4s ease;
    background: rgb(207,202,210);
    width: 40px;
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
}.offer-selection-YM .price-schemes-pX:hover .plan-rates-pq h4::after {
    width: 60px;
}.offer-selection-YM .plan-rates-pq p {
    font-size: calc(13px * 0.95);
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    margin: 0 0 25px;
    line-height: 1.6;
    flex-grow: 1;
}.offer-selection-YM .premium-plan-ZQ {
    font-size: calc(21px * 1.4);
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    font-weight: 700;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(255, 255, 255, 0.9));
    align-self: flex-start;
    color: #000000;
    display: inline-block;
    padding: 12px 25px;
}.offer-selection-YM .price-schemes-pX:hover .premium-plan-ZQ {
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
    background: linear-gradient(135deg, rgb(207,202,210,0.5), rgb(207,202,210));
}.offer-selection-YM .premium-plan-ZQ::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    left: -100%;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
}.offer-selection-YM .price-schemes-pX:hover .premium-plan-ZQ::before {
    left: 100%;
}

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

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

@media (max-width: 1200px) {.offer-selection-YM {
    padding: 100px 0;
}.offer-selection-YM .fee-struct-Zy {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.offer-selection-YM {
    padding: 80px 0;
}.offer-selection-YM h2 {
    font-size: calc(35px * 0.9);
}.offer-selection-YM .lesson-plans-yK {
    font-size: calc(13px * 0.95);
    margin-bottom: 50px;
}.offer-selection-YM .fee-struct-Zy {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.offer-selection-YM .plan-rates-pq {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.offer-selection-YM {
    padding: 70px 0;
}.offer-selection-YM h2 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.85);
}.offer-selection-YM .lesson-plans-yK {
    font-size: calc(13px * 0.9);
    margin-bottom: 40px;
}.offer-selection-YM .fee-struct-Zy {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 25px;
}.offer-selection-YM .plan-rates-pq h4 {
    font-size: 21px;
}.offer-selection-YM .plan-rates-pq p {
    margin-bottom: 20px;
    font-size: calc(13px * 0.9);
}.offer-selection-YM .premium-plan-ZQ {
    font-size: calc(21px * 1.3);
    padding: 10px 20px;
}
}

@media (max-width: 480px) {.offer-selection-YM {
    padding: 60px 0;
}.offer-selection-YM h2 {
    font-size: calc(35px * 0.8);
}.offer-selection-YM .lesson-plans-yK {
    margin-bottom: 35px;
    font-size: calc(13px * 0.85);
}.offer-selection-YM .plan-rates-pq {
    padding: 25px 20px;
}.offer-selection-YM .plan-rates-pq h4 {
    padding-bottom: 12px;
    margin-bottom: 15px;
}.offer-selection-YM .plan-rates-pq p {
    line-height: 1.5;
    font-size: calc(13px * 0.85);
}.offer-selection-YM .premium-plan-ZQ {
    font-size: calc(21px * 1.2);
    padding: 8px 18px;
}}.our-background-7q {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 100px 0;
}.our-background-7q::before {
    bottom: 0;
    top: 0;
    content: "";
    background: linear-gradient(135deg, 
        rgba(18, 36, 72, 0.85) 0%,
        rgba(42, 57, 80, 0.75) 50%,
        rgba(18, 36, 72, 0.85) 100%);
    z-index: 1;
    backdrop-filter: blur(5px);
    right: 0;
    position: absolute;
    left: 0;
}.our-background-7q::after {
    top: -10%;
    background: linear-gradient(135deg, rgb(207,202,210,0.5), transparent);
    width: 50%;
    content: "";
    z-index: 2;
    pointer-events: none;
    transform: rotate(-15deg);
    right: -10%;
    height: 70%;
    position: absolute;
}.our-background-7q .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
}.our-background-7q .label-holder-g3 {
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 4px solid rgb(207,202,210);
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.12));
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 3rem;
}.our-background-7q .label-holder-g3:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}.our-background-7q .label-holder-g3::before {
    top: -10px;
    width: 30%;
    content: "";
    transform: skewX(-25deg);
    height: 30px;
    z-index: -1;
    background: rgb(171,164,176);
    right: -10px;
    position: absolute;
}.our-background-7q h1 {
    transform: translateX(-20px);
    font-weight: 700;
    position: relative;
    margin-bottom: 2rem;
    color: #ffffff;
    letter-spacing: 1px;
    animation: slideInTitle 0.8s forwards 0.2s ease-out;
    font-size: 47px;
    opacity: 0;
}.our-background-7q h1::after {
    position: absolute;
    bottom: -15px;
    height: 4px;
    background: rgb(207,202,210);
    width: 80px;
    animation: lineExpand 0.6s forwards 0.8s ease-out;
    transform: scaleX(0);
    left: 0;
    content: "";
    transform-origin: left;
}.our-background-7q ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.our-background-7q ul li {
    animation: fadeInUp 0.8s forwards 0.4s ease-out;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    opacity: 0;
}.our-background-7q ul li:nth-child(2) {
    animation-delay: 0.6s;
}.our-background-7q h4 {
    position: relative;
    font-weight: 600;
    font-size: 23px;
    color: rgb(207,202,210);
    display: inline-block;
    margin-bottom: 1rem;
}.our-background-7q h4::before {
    position: absolute;
    top: 50%;
    width: 6px;
    content: "";
    background: rgb(171,164,176);
    left: -15px;
    height: 6px;
    border-radius: 10px;
    transform: translateY(-50%);
}.our-background-7q span {
    padding-right: 1rem;
    font-size: 18px;
    position: relative;
    overflow-y: auto;
    padding-left: 0.5rem;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    max-height: 300px;
    line-height: 1.8;
    display: block;
    color: #ffffff;
}.our-background-7q span::-webkit-scrollbar {
    width: 6px;
}.our-background-7q span::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}.our-background-7q span::-webkit-scrollbar-thumb {
    background: rgb(207,202,210,0.5);
    border-radius: 10px;
}.our-background-7q span::first-letter {
    font-weight: 700;
    color: rgb(171,164,176);
    line-height: 1;
    font-size: 2em;
    float: left;
    margin-right: 3px;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes lineExpand {
    to {
        transform: scaleX(1);
    }
}

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

@media (max-width: 992px) {.our-background-7q {
    padding: 80px 0;
}.our-background-7q .label-holder-g3 {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2.5rem;
}.our-background-7q h1 {
    font-size: calc(47px * 0.9);
}.our-background-7q span {
    max-height: 250px;
}
}

@media (max-width: 768px) {.our-background-7q {
    padding: 60px 0;
}.our-background-7q .label-holder-g3 {
    transform: none;
    padding: 2rem;
}.our-background-7q .label-holder-g3::before {
    width: 25%;
}.our-background-7q h1 {
    margin-bottom: 1.5rem;
    font-size: calc(47px * 0.8);
}.our-background-7q h1::after {
    bottom: -10px;
    width: 60px;
    height: 3px;
}.our-background-7q h4 {
    font-size: calc(23px * 0.9);
}.our-background-7q span {
    max-height: 200px;
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.our-background-7q {
    padding: 50px 0;
}.our-background-7q .label-holder-g3 {
    border-left-width: 3px;
    padding: 1.5rem;
}.our-background-7q .label-holder-g3::before {
    display: none;
}.our-background-7q h1 {
    margin-bottom: 1.25rem;
    font-size: calc(47px * 0.7);
}.our-background-7q h1::after {
    width: 50px;
}.our-background-7q h4 {
    font-size: calc(23px * 0.85);
}.our-background-7q span {
    border-left-width: 1px;
    padding-left: 0.25rem;
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.our-background-7q span::first-letter {
    font-size: 1.5em;
}}.register-now-Eh {
    background: linear-gradient(135deg, rgb(207,202,210) 0%, rgb(171,164,176) 100%);
    padding: 5rem 2rem;
    z-index: 1;
    position: relative;
    overflow: hidden;
}.register-now-Eh::before {
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    top: 0;
    transform: translateZ(-10px);
    position: absolute;
    height: 100%;
    content: "";
    z-index: -1;
}.register-now-Eh::after {
    width: 200%;
    left: -50%;
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    top: -50%;
    animation: rotate 30s linear infinite;
    transform: translateZ(-5px);
    content: "";
    height: 200%;
    z-index: -1;
}.register-now-Eh .container {
    grid-gap: 2.5rem;
    transform-style: preserve-3d;
    position: relative;
    grid-template-columns: 1fr;
    perspective: 1000px;
    margin: 0 auto;
    max-width: 1200px;
    display: grid;
}.register-now-Eh h6 {
    text-align: center;
    position: relative;
    letter-spacing: 0.05em;
    transform: translateZ(25px);
    margin: 0;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
    padding: 0 1rem;
    font-size: calc(16px * 1.2);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}.register-now-Eh h6::after {
    height: 4px;
    bottom: -15px;
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    background: #ffffff;
    left: 50%;
    content: "";
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}.register-now-Eh div div {
    align-items: center;
    display: flex;
    margin-top: 1rem;
    justify-content: center;
}.register-now-Eh div div span {
    display: block;
    transition: transform 0.3s ease-out;
    position: relative;
    transform: translateZ(40px);
}.register-now-Eh div div span:hover {
    transform: translateZ(50px) scale(1.05);
}.register-now-Eh .connect-inquiry-J7 {
    border: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    font-weight: 700;
    padding: 16px 32px;
    text-transform: uppercase;
    transform-style: preserve-3d;
    box-shadow: 
        0 15px 25px -12px rgba(0, 0, 0, 0.3),
        0 5px 15px -5px rgba(0, 0, 0, 0.2);
    color: rgb(207,202,210);
    font-size: 14px;
    display: inline-block;
}.register-now-Eh .connect-inquiry-J7::before {
    position: absolute;
    transform: translateX(-100%);
    height: 100%;
    transition: transform 0.6s ease;
    top: 0;
    z-index: 1;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
}.register-now-Eh .connect-inquiry-J7:hover {
    box-shadow: 
        0 20px 30px -15px rgba(0, 0, 0, 0.35),
        0 10px 20px -10px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    color: rgb(171,164,176);
}.register-now-Eh .connect-inquiry-J7:hover::before {
    transform: translateX(100%);
}.register-now-Eh .connect-inquiry-J7 span {
    position: relative;
    display: block;
    z-index: 2;
    transition: transform 0.3s ease;
}.register-now-Eh .connect-inquiry-J7:hover span {
    transform: scale(1.05);
}.register-now-Eh .connect-inquiry-J7:active {
    box-shadow: 
        0 10px 20px -10px rgba(0, 0, 0, 0.3),
        0 5px 10px -5px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {.register-now-Eh {
    padding: 7rem 3rem;
}.register-now-Eh .container {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.register-now-Eh h6 {
    text-align: left;
    padding: 0;
    font-size: calc(16px * 1.5);
}.register-now-Eh h6::after {
    width: 120px;
    transform: none;
    left: 0;
}.register-now-Eh div div {
    margin-top: 0;
    justify-content: flex-end;
}.register-now-Eh .connect-inquiry-J7 {
    padding: 18px 40px;
}
}

@media (min-width: 992px) {.register-now-Eh {
    padding: 9rem 4rem;
}.register-now-Eh::before {
    background-size: 25px 25px;
}.register-now-Eh .container {
    grid-gap: 4rem;
}.register-now-Eh h6 {
    font-size: calc(16px * 1.7);
    line-height: 1.4;
}.register-now-Eh .connect-inquiry-J7 {
    padding: 20px 48px;
    font-size: calc(14px * 1.1);
}
}

@media (max-width: 767px) {.register-now-Eh {
    padding: 4rem 1.5rem;
}.register-now-Eh h6 {
    font-size: 16px;
    line-height: 1.6;
}.register-now-Eh .connect-inquiry-J7 {
    font-size: calc(14px * 0.9);
    padding: 14px 28px;
}
}

@media (max-width: 480px) {.register-now-Eh {
    padding: 3rem 1rem;
}.register-now-Eh h6 {
    font-size: calc(16px * 0.9);
}.register-now-Eh .connect-inquiry-J7 {
    font-size: calc(14px * 0.85);
    padding: 12px 24px;
}}.privacy-guardhouse-px {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(235,233,237) 0%, rgba(250, 250, 255, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.privacy-guardhouse-px::before {
    top: 0;
    content: "";
    background: radial-gradient(circle at 10% 30%, rgb(171,164,176,0.5) 0%, transparent 60%);
    left: 0;
    opacity: 0.15;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}.privacy-guardhouse-px::after {
    height: 40%;
    bottom: -10px;
    position: absolute;
    width: 50%;
    background: linear-gradient(45deg, transparent 40%, rgb(207,202,210,0.5) 100%);
    content: "";
    z-index: 0;
    right: -10px;
    opacity: 0.1;
    transform: skewY(-5deg);
}.privacy-guardhouse-px .container {
    margin: 0 auto;
    transform-style: preserve-3d;
    position: relative;
    max-width: 1200px;
    perspective: 1000px;
    z-index: 1;
}.privacy-guardhouse-px h1 {
    letter-spacing: -0.02em;
    font-size: 40px;
    color: rgb(207,202,210);
    position: relative;
    font-weight: 700;
    padding-bottom: 0.5rem;
    display: inline-block;
    margin-bottom: 2.5rem;
    transform: translateZ(10px);
    border-bottom: 3px solid rgb(171,164,176,0.5);
}.privacy-guardhouse-px h1::after {
    width: 60%;
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
    background: rgb(207,202,210);
    transform-origin: left;
    bottom: -3px;
    animation: lineGrow 1.5s ease-out forwards;
}.privacy-guardhouse-px h2 {
    color: #000000;
    transform: translateZ(5px);
    font-weight: 600;
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
    position: relative;
    margin-top: 3rem;
    font-size: 36px;
}.privacy-guardhouse-px h2::before {
    height: 0.75rem;
    left: 0;
    position: absolute;
    top: 50%;
    background: rgb(171,164,176);
    width: 0.75rem;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}.privacy-guardhouse-px h3 {
    font-size: calc(36px * 0.85);
    position: relative;
    margin-top: 2.5rem;
    padding-left: 1.25rem;
    color: #000000;
    margin-bottom: 1.25rem;
    font-weight: 600;
}.privacy-guardhouse-px h3::before {
    top: 50%;
    height: 0.6rem;
    width: 0.6rem;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    content: "";
    background: rgb(171,164,176,0.5);
}.privacy-guardhouse-px h4 {
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    margin-top: 2rem;
    font-size: calc(36px * 0.7);
    font-weight: 600;
    padding-left: 1rem;
}.privacy-guardhouse-px h4::before {
    width: 0.5rem;
    background: rgb(171,164,176,0.5);
    opacity: 0.7;
    left: 0;
    top: 50%;
    position: absolute;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    height: 0.5rem;
}.privacy-guardhouse-px p {
    margin-bottom: 1.5rem;
    max-width: 90ch;
    color: #000000;
    font-size: 17px;
    transform: translateZ(0);
    line-height: 1.7;
    padding-right: 1rem;
    position: relative;
}.privacy-guardhouse-px p strong {
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 600;
}.privacy-guardhouse-px p strong::after {
    height: 2px;
    content: "";
    transform: scaleX(0.9);
    position: absolute;
    transform-origin: left;
    bottom: -2px;
    width: 100%;
    background: rgb(171,164,176,0.5);
    left: 0;
}.privacy-guardhouse-px ul {
    position: relative;
    padding: 0;
    margin: 1.5rem 0 2.5rem 1.5rem;
    list-style: none;
}.privacy-guardhouse-px ul::before {
    content: "";
    width: 2px;
    top: 0;
    left: -1rem;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(171,164,176,0.5), transparent);
}.privacy-guardhouse-px li {
    transform: translateZ(0);
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
    position: relative;
    font-size: 17px;
    line-height: 1.6;
    padding-left: 1.5rem;
    color: #000000;
}.privacy-guardhouse-px li::before {
    transform: rotate(45deg);
    position: absolute;
    content: "";
    top: 0.6em;
    width: 0.5rem;
    border-radius: 10px;
    height: 0.5rem;
    left: 0;
    border: 2px solid rgb(171,164,176);
}.privacy-guardhouse-px li:hover {
    transform: translateX(5px) translateZ(0);
}.privacy-guardhouse-px span {
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transform: translateZ(0);
    transition: all 0.3s ease;
    margin-bottom: 2rem;
    line-height: 1.7;
    font-size: 17px;
    background: rgba(255,255,255,0.7);
    padding: 1.25rem;
    color: #000000;
    border-left: 3px solid rgb(171,164,176);
    display: block;
}.privacy-guardhouse-px span:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transform: translateY(-3px) translateZ(0);
    background: rgba(255,255,255,0.9);
}

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

@media (min-width: 768px) {.privacy-guardhouse-px {
    padding: 6rem 3rem;
}.privacy-guardhouse-px .container {
    padding: 0 2rem;
}.privacy-guardhouse-px h1 {
    font-size: calc(40px * 1.1);
    margin-bottom: 3rem;
}.privacy-guardhouse-px h2 {
    margin-top: 4rem;
    font-size: calc(36px * 1.05);
}.privacy-guardhouse-px ul {
    margin-left: 2.5rem;
}
}

@media (min-width: 992px) {.privacy-guardhouse-px {
    padding: 7rem 4rem;
}.privacy-guardhouse-px h1 {
    transform: translateX(2rem) translateZ(10px);
}.privacy-guardhouse-px span {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: calc(100% - 4rem);
    margin-left: 2rem;
}.privacy-guardhouse-px span:hover {
    transform: translateY(-5px) translateX(5px) translateZ(0);
}.privacy-guardhouse-px p, .privacy-guardhouse-px li {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.privacy-guardhouse-px {
    padding: 4rem 1.5rem;
}.privacy-guardhouse-px h1 {
    margin-bottom: 2rem;
    font-size: calc(40px * 0.9);
}.privacy-guardhouse-px h2 {
    margin-top: 2.5rem;
    padding-left: 1.25rem;
    font-size: calc(36px * 0.9);
}.privacy-guardhouse-px h3, .privacy-guardhouse-px h4 {
    padding-left: 1rem;
}.privacy-guardhouse-px p, .privacy-guardhouse-px li, .privacy-guardhouse-px span {
    font-size: calc(17px * 0.95);
}.privacy-guardhouse-px ul {
    margin-left: 0.5rem;
}.privacy-guardhouse-px li {
    padding-left: 1.25rem;
}.privacy-guardhouse-px span {
    padding: 1rem;
}}.title-page-CD {
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #f0f4f8 0%, #e8ecf0 100%);
    align-items: center;
    padding: 5rem 2rem;
    display: flex;
}.title-page-CD::before {
    position: absolute;
    background: linear-gradient(110deg, rgb(207,202,210,0.5) 15%, transparent 50%);
    z-index: 1;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}.title-page-CD::after {
    z-index: 1;
    bottom: 0;
    right: 0;
    height: 30%;
    content: "";
    width: 40%;
    background: linear-gradient(210deg, rgb(171,164,176,0.5) 0%, transparent 90%);
    position: absolute;
}.title-page-CD .fast-school-pS {
    transform: translateY(-2vh);
    position: relative;
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    width: 100%;
    z-index: 2;
    max-width: 1200px;
}.title-page-CD .fast-school-pS > div {
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
}.title-page-CD h3 {
    line-height: 1.5;
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    color: #000000;
    padding-left: 2rem;
    max-width: 90%;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    font-weight: 600;
    opacity: 0;
    position: relative;
    font-size: calc(24px * 1.1);
}.title-page-CD h3::before {
    width: 5px;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(207,202,210), rgb(171,164,176));
    height: calc(100% - 0.4em);
    top: 0.2em;
    left: 0;
    content: "";
}.title-page-CD .study-lab-7f {
    animation: fadeSlideUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    opacity: 0;
    border-radius: 1.5rem;
    position: relative;
    align-items: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    transform: translateY(20px);
    min-height: 450px;
}.title-page-CD .study-lab-7f::before {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.5) 40%,
        rgba(0, 0, 0, 0.3) 100%
    );
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
}.title-page-CD .study-lab-7f > div {
    flex-direction: column;
    z-index: 2;
    gap: 1.5rem;
    width: 100%;
    display: flex;
    padding: 3rem;
    position: relative;
}.title-page-CD .study-lab-7f p {
    color: #ffffff;
    font-weight: 400;
    line-height: 1.6;
    padding-bottom: 1rem;
    opacity: 0;
    position: relative;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    transform: translateX(-15px);
    max-width: 80%;
    font-size: calc(15px * 1.2);
}.title-page-CD .study-lab-7f p::after {
    background: #ffffff;
    content: "";
    transform-origin: left;
    animation: growWidth 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s forwards;
    left: 0;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0;
    transform: scaleX(0);
}.title-page-CD .title_style_header {
    font-size: clamp(2.5rem, 5vw, 48px);
    font-weight: 700;
    animation: fadeSlideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s forwards;
    color: #ffffff;
    transform: translateY(20px);
    opacity: 0;
    margin-top: 0.5rem;
    position: relative;
    letter-spacing: -0.03em;
    line-height: 1.2;
}@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

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


.title-page-CD .study-lab-7f:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 12px 20px rgba(0, 0, 0, 0.07);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(-5px) scale(1.01);
}.title-page-CD .study-lab-7f:hover::before {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.55) 40%,
        rgba(0, 0, 0, 0.35) 100%
    );
    transition: all 0.5s ease;
}.title-page-CD .study-lab-7f:hover .title_style_header {
    transform: translateY(-3px);
    transition: all 0.4s ease;
}


@media (min-width: 768px) {.title-page-CD {
    padding: 5rem 3rem;
}.title-page-CD .fast-school-pS > div {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 4rem;
}.title-page-CD h3 {
    margin-bottom: 0;
    font-size: calc(24px * 1.2);
}.title-page-CD .study-lab-7f {
    min-height: 500px;
}.title-page-CD .study-lab-7f > div {
    padding: 4rem;
    justify-content: center;
}.title-page-CD .title_style_header {
    font-size: clamp(3rem, 6vw, calc(48px * 1.2));
}
}

@media (min-width: 1024px) {.title-page-CD {
    padding: 5rem 4rem;
}.title-page-CD .fast-school-pS > div {
    gap: 5rem;
}.title-page-CD h3 {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    padding-left: 3rem;
}.title-page-CD h3:hover {
    transform: perspective(1000px) rotateY(0);
}.title-page-CD h3::before {
    width: 8px;
}.title-page-CD .study-lab-7f {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(1000px) rotateY(2deg);
}.title-page-CD .study-lab-7f:hover {
    transform: perspective(1000px) rotateY(0) translateY(-8px);
}.title-page-CD .study-lab-7f > div {
    padding: 5rem;
}
}

@media (max-width: 767px) {.title-page-CD {
    padding: 4rem 1.5rem;
}.title-page-CD h3 {
    font-size: calc(24px * 1);
    padding-left: 1.5rem;
    max-width: 100%;
}.title-page-CD .study-lab-7f {
    min-height: 400px;
}.title-page-CD .study-lab-7f > div {
    padding: 2rem;
}.title-page-CD .study-lab-7f p {
    max-width: 100%;
    font-size: 15px;
}
}