﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.ekT-layer-container {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}header,footer {
    width: 100%;
}html,body {
    scroll-behavior: auto;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}.IZQ-calc-foot {
    flex: 0 0 auto;
}.IvL-top-prime {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1181px;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.wcX-connect-with-us {
    padding: 6rem 0;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        225deg, 
        rgb(205,217,232) 0%, 
        rgb(110,149,178,0.5) 100%
    );
}.wcX-connect-with-us::before {
    right: 0;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    z-index: 1;
    left: 0;
    position: absolute;
    content: '';
    top: 0;
    pointer-events: none;
    bottom: 0;
}.wcX-connect-with-us::after {
    background: radial-gradient(
        circle at center, 
        rgb(160,183,206,0.5) 0%, 
        transparent 70%
    );
    top: -50%;
    opacity: 0.6;
    content: '';
    position: absolute;
    animation: circuit-pulse 10s infinite alternate;
    left: -50%;
    z-index: 2;
    height: 200%;
    width: 200%;
}.wcX-connect-with-us .container {
    margin: 0 auto;
    padding: 0 1rem;
    z-index: 3;
    max-width: 1300px;
    position: relative;
}.wcX-connect-with-us h2 {
    font-size: 42px;
    text-align: center;
    position: relative;
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}.wcX-connect-with-us h2::before,
.wcX-connect-with-us h2::after {
    height: 2px;
    bottom: -0.5rem;
    content: '';
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(160,183,206), 
        transparent
    );
    position: absolute;
}.wcX-connect-with-us h2::before {
    left: 0;
    width: 30%;
}.wcX-connect-with-us h2::after {
    right: 0;
    width: 30%;
}.wcX-connect-with-us .dPJ-help-request {
    background: rgb(110,149,178,0.5);
    transform: rotateX(5deg) scale(0.98);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    border-radius: 16px;
    display: flex;
    border: 1px solid rgb(160,183,206,0.5);
    align-items: stretch;
}.wcX-connect-with-us .dPJ-help-request:hover {
    transform: rotateX(0) scale(1);
}.wcX-connect-with-us .XGw-pic-border {
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
    overflow: hidden;
}.wcX-connect-with-us .XGw-pic-border::before {
    content: '';
    top: 0;
    position: absolute;
    mix-blend-mode: color-dodge;
    background: linear-gradient(
        135deg, 
        rgb(160,183,206,0.5) 0%, 
        rgb(110,149,178,0.5) 100%
    );
    opacity: 0.7;
    left: 0;
    height: 100%;
    width: 100%;
}.wcX-connect-with-us .hBN-query-support {
    padding: 4rem 3rem;
    flex-direction: column;
    display: flex;
    position: relative;
    flex: 0 0 60%;
    justify-content: center;
}.wcX-connect-with-us .hBN-query-support::before {
    position: absolute;
    border-radius: 50%;
    animation: signal-pulse 2s infinite alternate;
    width: 10px;
    top: 2rem;
    box-shadow: 0 0 20px rgb(160,183,206);
    height: 10px;
    background: rgb(160,183,206);
    content: '';
    right: 2rem;
}.wcX-connect-with-us .hBN-query-support form {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    position: relative;
    z-index: 3;
}.wcX-connect-with-us .hBN-query-support h3 {
    color: #ffffff;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
    font-weight: 600;
    text-align: center;
    font-size: 36px;
}.wcX-connect-with-us .hBN-query-support input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1.5rem;
    position: relative;
    padding: 1rem 1.5rem;
    width: 100%;
    background: rgb(110,149,178,0.5);
    z-index: 2;
    font-size: 13px;
    color: #ffffff;
    border: 1px solid rgb(160,183,206,0.5);
    border-radius: 10px;
    outline: none;
    transition: all 0.3s ease;
}.wcX-connect-with-us .hBN-query-support input:not([type="checkbox"]):not([type="submit"])::before {
    top: 0;
    content: '';
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(160,183,206,0.5) 100%
    );
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: 1;
}.wcX-connect-with-us .hBN-query-support input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(160,183,206,0.5);
    border-color: rgb(160,183,206);
}.wcX-connect-with-us .hBN-query-support input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.wcX-connect-with-us .hBN-query-support .osm-message-help {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}.wcX-connect-with-us .hBN-query-support .osm-message-help input[type="checkbox"] {
    cursor: pointer;
    position: relative;
    border: 2px solid rgb(160,183,206,0.5);
    margin-right: 1rem;
    transition: all 0.3s ease;
    appearance: none;
    height: 22px;
    background: rgb(110,149,178,0.5);
    border-radius: 10px;
    width: 22px;
}.wcX-connect-with-us .hBN-query-support .osm-message-help input[type="checkbox"]:checked {
    border-color: rgb(160,183,206);
    background: rgb(160,183,206);
}.wcX-connect-with-us .hBN-query-support .osm-message-help input[type="checkbox"]:checked::after {
    top: 50%;
    font-size: 0.8rem;
    content: '✔';
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    position: absolute;
}.wcX-connect-with-us .hBN-query-support .osm-message-help label {
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 13px;
}.wcX-connect-with-us .hBN-query-support .osm-message-help a {
    margin-left: 0.3rem;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(160,183,206);
}.wcX-connect-with-us .hBN-query-support .osm-message-help a:hover {
    text-decoration: underline;
}.wcX-connect-with-us .hBN-query-support .Lwo-feedback-query {
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 1rem;
    background: rgb(160,183,206);
    border: none;
    font-size: 19px;
    letter-spacing: 0.1em;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
}.wcX-connect-with-us .hBN-query-support .Lwo-feedback-query::before {
    content: '';
    left: -100%;
    top: 0;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(160,183,206,0.5), 
        transparent
    );
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    position: absolute;
}.wcX-connect-with-us .hBN-query-support .Lwo-feedback-query:hover::before {
    left: 100%;
}.wcX-connect-with-us .hBN-query-support .Lwo-feedback-query:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(160,183,206,0.5);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.wcX-connect-with-us .dPJ-help-request {
    flex-direction: column;
    transform: none;
}.wcX-connect-with-us .XGw-pic-border {
    flex: 0 0 100%;
    min-height: 300px;
}.wcX-connect-with-us .hBN-query-support {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.wcX-connect-with-us {
    padding: 3rem 0;
}.wcX-connect-with-us h2 {
    margin-bottom: 2rem;
    font-size: calc(42px * 0.8);
}.wcX-connect-with-us .hBN-query-support h3 {
    font-size: calc(36px * 0.9);
}.wcX-connect-with-us .hBN-query-support input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.wcX-connect-with-us .hBN-query-support .osm-message-help {
    align-items: flex-start;
}.wcX-connect-with-us .hBN-query-support .osm-message-help input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.wcX-connect-with-us .dPJ-help-request {
    border-radius: 0;
}.wcX-connect-with-us .XGw-pic-border {
    min-height: 250px;
}.wcX-connect-with-us .hBN-query-support {
    padding: 2rem 1.5rem;
}}.SQN-contact {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, rgb(205,217,232) 0%, rgb(160,183,206,0.5) 100%);
    padding: 5rem 0;
}.SQN-contact::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    z-index: 1;
}.SQN-contact .container {
    position: relative;
    z-index: 2;
}.SQN-contact .vwz-course-faq {
    overflow: hidden;
    display: grid;
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg);
    border-radius: 27px;
    transition: transform 0.5s ease;
    gap: 2rem;
    grid-template-columns: 1fr;
}.SQN-contact .vwz-course-faq:hover {
    transform: perspective(1000px) rotateX(2deg);
}.SQN-contact .vwz-course-faq h3 {
    text-align: center;
    font-weight: 700;
    position: relative;
    color: rgb(160,183,206);
    margin: 2.5rem 0 1rem;
    font-size: 35px;
}.SQN-contact .vwz-course-faq h3::after {
    left: 50%;
    position: absolute;
    background: linear-gradient(to right, rgb(160,183,206), rgb(110,149,178));
    transform: translateX(-50%);
    width: 60px;
    bottom: -15px;
    border-radius: 2px;
    content: '';
    height: 4px;
}.SQN-contact .ncE-help-desk {
    line-height: 1.6;
    font-size: 15px;
    padding: 0 1.5rem;
    text-align: center;
    margin: 0 auto 2rem;
    color: #000000;
    max-width: 80%;
}.SQN-contact .jfy-assist-grid {
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    padding: 2rem 3rem 3rem;
    gap: 1.5rem;
}.SQN-contact .jfy-assist-grid::before {
    background: linear-gradient(
        to right,
        transparent,
        rgb(160,183,206,0.5),
        rgb(110,149,178,0.5),
        rgb(160,183,206,0.5),
        transparent
    );
    left: 3rem;
    position: absolute;
    right: 3rem;
    top: 0;
    height: 1px;
    content: '';
}.SQN-contact .jfy-assist-grid > span {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    display: flex;
    background-color: rgba(rgb(205,217,232), 0.03);
    overflow: hidden;
    flex-direction: column;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 1rem;
}.SQN-contact .jfy-assist-grid > span:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}.SQN-contact .jfy-assist-grid > span::before {
    background-color: rgb(160,183,206);
    content: '';
    width: 4px;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
}.SQN-contact .jfy-assist-grid > span:nth-child(even)::before {
    background-color: rgb(110,149,178);
}.SQN-contact .jfy-assist-grid > span svg {
    position: absolute;
    right: 1rem;
    transition: all 0.3s ease;
    height: 24px;
    top: 1rem;
    width: 24px;
    fill: rgb(160,183,206);
    opacity: 0.7;
}.SQN-contact .jfy-assist-grid > span:nth-child(even) svg {
    fill: rgb(110,149,178);
}.SQN-contact .jfy-assist-grid > span:hover svg {
    transform: translateY(-3px) rotate(10deg);
    opacity: 1;
}.SQN-contact .jfy-assist-grid > span svg path {
    transition: all 0.3s ease;
    stroke-width: 0.5;
    stroke: #ffffff;
}.SQN-contact .jfy-assist-grid > span:hover svg path {
    stroke-width: 1;
}.SQN-contact .jfy-assist-grid p {
    margin: 0 0 0.5rem 0;
    display: flex;
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    align-items: center;
}.SQN-contact .jfy-assist-grid p svg {
    position: static;
    width: 18px;
    margin-right: 8px;
    height: 18px;
    opacity: 0.9;
}.SQN-contact .jfy-assist-grid span > span {
    margin-top: 0.5rem;
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: center;
}.SQN-contact .jfy-assist-grid span > span svg {
    margin-right: 8px;
    width: 16px;
    opacity: 0.8;
    position: static;
    height: 16px;
}.SQN-contact .jfy-assist-grid a {
    display: inline-flex;
    font-weight: 600;
    transition: color 0.3s ease;
    color: rgb(160,183,206);
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
    align-items: center;
}.SQN-contact .jfy-assist-grid a svg {
    transition: all 0.3s ease;
    opacity: 0.9;
    margin-right: 6px;
    width: 14px;
    position: static;
    height: 14px;
}.SQN-contact .jfy-assist-grid a::after {
    bottom: 0;
    transform: scaleX(0);
    background-color: rgb(160,183,206);
    width: 100%;
    transition: transform 0.3s ease;
    height: 1px;
    transform-origin: right;
    content: '';
    left: 0;
    position: absolute;
}.SQN-contact .jfy-assist-grid a:hover {
    color: rgb(110,149,178);
}.SQN-contact .jfy-assist-grid a:hover svg {
    fill: rgb(110,149,178);
    transform: translateX(3px);
}.SQN-contact .jfy-assist-grid a:hover::after {
    transform: scaleX(1);
    background-color: rgb(110,149,178);
    transform-origin: left;
}.SQN-contact .qNB-contact-feedback {
    position: relative;
    background-color: rgba(rgb(160,183,206,0.5), 0.05);
    padding: 2rem;
    margin-top: 2rem;
    border-radius: 10px;
    grid-column: 1 / -1;
}.SQN-contact .qNB-contact-feedback::before {
    left: 0;
    opacity: 0.1;
    height: 100%;
    background: radial-gradient(circle at top right, rgb(160,183,206,0.5) 0%, transparent 70%);
    position: absolute;
    top: 0;
    z-index: -1;
    content: '';
    width: 100%;
}.SQN-contact .qNB-contact-feedback h4 {
    color: rgb(160,183,206);
    font-weight: 600;
    margin-right: 10px;
    display: inline-flex;
    margin-bottom: 1.5rem;
    align-items: center;
    font-size: 24px;
    position: relative;
}.SQN-contact .qNB-contact-feedback h4 svg {
    width: 20px;
    transition: transform 0.5s ease;
    height: 20px;
    margin-right: 10px;
    fill: rgb(160,183,206);
}.SQN-contact .qNB-contact-feedback:hover h4 svg {
    transform: rotate(360deg);
}.SQN-contact .qNB-contact-feedback h4::after {
    background-color: rgb(110,149,178);
    height: 2px;
    bottom: -5px;
    content: '';
    width: 30px;
    left: 0;
    position: absolute;
}.SQN-contact .qNB-contact-feedback span {
    margin-bottom: 0.75rem;
    display: inline-flex;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.5);
    color: #000000;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    align-items: center;
    margin-right: 1.5rem;
    font-size: calc(15px * 0.95);
}.SQN-contact .qNB-contact-feedback span:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 0.7);
}.SQN-contact .qNB-contact-feedback span svg {
    fill: rgb(110,149,178);
    opacity: 0.7;
    margin-right: 8px;
    height: 14px;
    width: 14px;
    transition: transform 0.3s ease;
}.SQN-contact .qNB-contact-feedback span:hover svg {
    opacity: 1;
    transform: scale(1.2);
}@keyframes floatBackground {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}
.SQN-contact {
    animation: floatBackground 15s ease infinite;
    background-size: 400% 400%;
}.SQN-contact .vwz-course-faq::after {
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(to right, rgb(160,183,206), rgb(110,149,178));
    left: 0;
    height: 5px;
}
@media (min-width: 992px) {.SQN-contact .vwz-course-faq {
    grid-template-columns: 1fr;
}.SQN-contact .jfy-assist-grid {
    grid-template-columns: repeat(3, 1fr);
}.SQN-contact .qNB-contact-feedback {
    grid-column: span 3;
}.SQN-contact .jfy-assist-grid > span {
    padding: 1.5rem;
}
}
@media (max-width: 991px) {.SQN-contact .qNB-contact-feedback h4 {
    width: 100%;
    margin-bottom: 20px;
}.SQN-contact {
    padding: 4rem 0;
}.SQN-contact .jfy-assist-grid {
    padding: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.SQN-contact .qNB-contact-feedback {
    grid-column: span 2;
}.SQN-contact .ncE-help-desk {
    max-width: 90%;
}.SQN-contact .jfy-assist-grid > span svg {
    height: 20px;
    width: 20px;
}.SQN-contact .qNB-contact-feedback span svg {
    height: 12px;
    width: 12px;
}
}
@media (max-width: 767px) {.SQN-contact {
    padding: 3rem 0;
}.SQN-contact .jfy-assist-grid {
    gap: 1rem;
    grid-template-columns: 1fr;
    padding: 1.5rem;
}.SQN-contact .qNB-contact-feedback {
    grid-column: 1;
    padding: 1.5rem;
}.SQN-contact .ncE-help-desk {
    max-width: 100%;
}.SQN-contact .jfy-assist-grid::before {
    right: 1.5rem;
    left: 1.5rem;
}.SQN-contact .jfy-assist-grid > span svg {
    height: 18px;
    width: 18px;
}
}
@media (max-width: 575px) {.SQN-contact {
    padding: 2.5rem 0;
}.SQN-contact .vwz-course-faq {
    gap: 1.5rem;
}.SQN-contact .jfy-assist-grid {
    padding: 1rem;
}.SQN-contact .qNB-contact-feedback {
    padding: 1.2rem;
    margin-top: 1rem;
}.SQN-contact .qNB-contact-feedback span {
    margin-right: 0.5rem;
    padding: 0.3rem 0.8rem;
}.SQN-contact .vwz-course-faq h3 {
    font-size: calc(35px * 0.9);
    margin: 2rem 0 1.5rem;
}.SQN-contact .ncE-help-desk {
    padding: 0 1rem;
    font-size: calc(15px * 0.95);
}.SQN-contact .jfy-assist-grid > span {
    padding: 0.8rem;
}.SQN-contact .jfy-assist-grid > span svg {
    width: 16px;
    top: 0.8rem;
    height: 16px;
    right: 0.8rem;
}.SQN-contact .qNB-contact-feedback h4 svg {
    width: 16px;
    height: 16px;
}.SQN-contact .qNB-contact-feedback span svg {
    width: 10px;
    margin-right: 5px;
    height: 10px;
}}
.SQN-contact .vwz-course-faq {
    animation: card-appear 0.8s ease-out forwards;
    transform-style: preserve-3d;
}@keyframes card-appear {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(10deg) translateY(50px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}
.SQN-contact .jfy-assist-grid > span {
    opacity: 0;
    animation: item-appear 0.5s ease-out forwards;
}.SQN-contact .jfy-assist-grid > span:nth-child(1) {
    animation-delay: 0.1s;
}.SQN-contact .jfy-assist-grid > span:nth-child(2) {
    animation-delay: 0.2s;
}.SQN-contact .jfy-assist-grid > span:nth-child(3) {
    animation-delay: 0.3s;
}.SQN-contact .jfy-assist-grid > span:nth-child(4) {
    animation-delay: 0.4s;
}.SQN-contact .jfy-assist-grid > span:nth-child(5) {
    animation-delay: 0.5s;
}.SQN-contact .jfy-assist-grid > span:nth-child(6) {
    animation-delay: 0.6s;
}@keyframes item-appear {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.SQN-contact .container::before {
    right: -5%;
    content: '';
    border-radius: 50%;
    position: absolute;
    top: -10%;
    opacity: 0.2;
    z-index: 0;
    height: 300px;
    width: 300px;
    background: radial-gradient(circle, rgb(160,183,206,0.5) 0%, transparent 70%);
}.SQN-contact .container::after {
    z-index: 0;
    left: -5%;
    background: radial-gradient(circle, rgb(110,149,178,0.5) 0%, transparent 70%);
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: -10%;
    border-radius: 50%;
    content: '';
    opacity: 0.2;
}.SQN-contact .jfy-assist-grid > span:hover::after {
    z-index: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(
        to bottom right,
        transparent, 
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent,
        transparent
    );
    position: absolute;
    animation: shine 1.5s ease forwards;
    left: 0;
    content: '';
    width: 100%;
}@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%);
    }
    100% {
        transform: translateX(100%) translateY(100%);
    }
}.DlN-course-highlights {
    background-color: rgb(110,149,178);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.DlN-course-highlights::before {
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(ellipse at bottom right, rgb(160,183,206,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(110,149,178,0.5) 0%, transparent 60%);
}.DlN-course-highlights::after {
    background-size: 50px 50px;
    z-index: 1;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}.DlN-course-highlights .container {
    z-index: 2;
    position: relative;
}.DlN-course-highlights .VMA-class-plan {
    gap: 60px;
    position: relative;
    flex-direction: column;
    display: flex;
}.DlN-course-highlights .sFp-text-cloud {
    display: grid;
    position: relative;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    order: 2;
}.DlN-course-highlights .sFp-text-cloud h2 {
    font-size: 42px;
    grid-column: 1 / -1;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 20px;
}.DlN-course-highlights .sFp-text-cloud h2::after {
    border-radius: 10px;
    transform: translateX(-50%);
    width: 100px;
    background: linear-gradient(90deg, rgb(160,183,206), rgb(110,149,178));
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
}.DlN-course-highlights .sFp-text-cloud .description {
    margin: 0;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.DlN-course-highlights .sFp-text-cloud .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.DlN-course-highlights .sFp-text-cloud .description::before {
    position: absolute;
    top: 0;
    background: rgb(160,183,206);
    width: 100%;
    height: 4px;
    left: 0;
    content: "";
}.DlN-course-highlights .sFp-text-cloud .description:last-of-type::before {
    background: rgb(110,149,178);
}.DlN-course-highlights .sFp-text-cloud .description::after {
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    left: 0;
    pointer-events: none;
    width: 100%;
    content: "";
}.DlN-course-highlights .XGw-pic-border {
    position: relative;
    overflow: hidden;
    order: 1;
    border-radius: 26px;
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.DlN-course-highlights .XGw-pic-border::before {
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    content: "";
    inset: 0;
    z-index: 1;
    position: absolute;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float-tech {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
}

@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (min-width: 992px) {.DlN-course-highlights .VMA-class-plan {
    gap: 80px;
}.DlN-course-highlights .XGw-pic-border {
    height: 500px;
}
}

@media (max-width: 991px) {.DlN-course-highlights {
    padding: 80px 0;
}
}

@media (max-width: 767px) {.DlN-course-highlights {
    padding: 60px 0;
}.DlN-course-highlights .sFp-text-cloud {
    grid-template-columns: 1fr;
}.DlN-course-highlights .sFp-text-cloud h2 {
    font-size: calc(42px * 0.9);
}.DlN-course-highlights .XGw-pic-border {
    height: 350px;
}
}

@media (max-width: 480px) {.DlN-course-highlights {
    padding: 40px 0;
}.DlN-course-highlights .VMA-class-plan {
    gap: 40px;
}.DlN-course-highlights .sFp-text-cloud h2 {
    font-size: calc(42px * 0.8);
    padding-bottom: 15px;
}.DlN-course-highlights .sFp-text-cloud h2::after {
    width: 80px;
}.DlN-course-highlights .sFp-text-cloud .description {
    padding: 20px;
}.DlN-course-highlights .XGw-pic-border {
    height: 250px;
}}.gxB-our-team {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.gxB-our-team::before {
    background: #000000;
    z-index: 1;
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.85;
    left: 0;
    height: 100%;
    position: absolute;
}.gxB-our-team::after {
    border-radius: 50%;
    background: rgb(160,183,206);
    position: absolute;
    opacity: 0.15;
    animation: float 10s ease-in-out infinite;
    height: 250px;
    content: "";
    bottom: -50px;
    right: -50px;
    filter: blur(40px);
    width: 250px;
    z-index: 2;
}.gxB-our-team .container {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    padding: 0 20px;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    border-radius: 10px;
    padding: 40px;
    max-width: 1200px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}.gxB-our-team h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 33px;
    color: #ffffff;
    text-transform: uppercase;
}.gxB-our-team h2::after {
    background: rgb(160,183,206);
    height: 4px;
    border-radius: 10px;
    transition: width 0.5s ease;
    box-shadow: 0 0 15px rgb(160,183,206);
    content: "";
    bottom: -10px;
    width: 60px;
    position: absolute;
    left: 0;
}.gxB-our-team:hover h2::after {
    width: 100%;
}.gxB-our-team .sFp-text-cloud {
    overflow: hidden;
    border-radius: 10px;
    transform: translateY(0);
    box-shadow: 
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.25);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.gxB-our-team .sFp-text-cloud:hover {
    transform: translateY(-10px);
}.gxB-our-team .sFp-text-cloud > div {
    padding: 30px;
    width: 100%;
}.gxB-our-team .sFp-text-cloud p {
    font-weight: 600;
    -webkit-background-clip: text !important;
    position: relative;
    background: linear-gradient(135deg, #ffffff, rgb(110,149,178));
    display: inline-block;
    margin-bottom: 20px;
    -webkit-text-fill-color: transparent;
    font-size: calc(14px * 1.4);
    color: #ffffff;
}.gxB-our-team .sFp-text-cloud p::before {
    border-radius: 10px;
    width: 4px;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    left: -10px;
    background: rgb(160,183,206);
}.gxB-our-team .sFp-text-cloud div div {
    font-size: 14px;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.2),
        inset -5px -5px 10px rgba(255, 255, 255, 0.05);
    line-height: 1.8;
    color: rgb(255, 255, 255, 0.5);
    padding: 20px;
    text-align: justify;
    position: relative;
    border-radius: 10px;
}.gxB-our-team .sFp-text-cloud div div::first-letter {
    line-height: 1;
    font-size: calc(14px * 2.5);
    float: left;
    color: rgb(160,183,206);
    font-weight: 700;
    margin-right: 10px;
}

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

@media (min-width: 768px) {.gxB-our-team {
    padding: 150px 0;
}.gxB-our-team .container {
    padding: 60px;
    transform: perspective(1000px) rotateX(2deg);
}.gxB-our-team h2 {
    font-size: calc(33px * 1.2);
    margin-bottom: 50px;
}.gxB-our-team .sFp-text-cloud {
    display: flex;
    box-shadow: 
            inset 3px 3px 7px rgba(255, 255, 255, 0.05),
            inset -3px -3px 7px rgba(0, 0, 0, 0.25),
            10px 10px 20px rgba(0, 0, 0, 0.1);
    flex-direction: row;
}.gxB-our-team .sFp-text-cloud > div {
    padding: 40px;
}.gxB-our-team .sFp-text-cloud p {
    font-size: calc(14px * 1.8);
    margin-bottom: 30px;
}.gxB-our-team .sFp-text-cloud div div {
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    column-count: 2;
    column-gap: 40px;
    padding: 30px;
}
}

@media (max-width: 767px) {.gxB-our-team {
    padding: 80px 0;
}.gxB-our-team .container {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}.gxB-our-team h2 {
    font-size: 33px;
    margin-bottom: 30px;
}.gxB-our-team .sFp-text-cloud > div {
    padding: 20px;
}.gxB-our-team .sFp-text-cloud p {
    font-size: calc(14px * 1.2);
    margin-bottom: 15px;
}.gxB-our-team .sFp-text-cloud div div {
    padding: 15px;
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 480px) {.gxB-our-team {
    padding: 60px 0;
}.gxB-our-team .container {
    transform: none;
    padding: 20px;
}.gxB-our-team h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 20px;
}.gxB-our-team .sFp-text-cloud > div {
    padding: 15px;
}.gxB-our-team .sFp-text-cloud p {
    margin-bottom: 10px;
    font-size: 14px;
}.gxB-our-team .sFp-text-cloud div div {
    padding: 10px;
    font-size: calc(14px * 0.85);
}}.oSr-thxField {
    position: relative;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,217,232) 0%, rgb(160,183,206,0.5) 100%);
    display: flex;
    align-items: center;
    min-height: 60vh;
    padding: 5rem 2rem;
}.oSr-thxField::before {
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0.05;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(160,183,206,0.5) 0px,
        rgb(160,183,206,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    height: 100%;
}.oSr-thxField::after {
    right: -5%;
    opacity: 0.1;
    transform: rotate(15deg);
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: -5%;
    z-index: 1;
    height: 30%;
    background: rgb(110,149,178,0.5);
    content: "";
    width: 30%;
}.oSr-thxField .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    width: 100%;
    margin: 0 auto;
}.oSr-thxField .SIs-impact-facts {
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    border-left: 5px solid rgb(160,183,206);
    display: grid;
    gap: 2rem;
    padding: 3.5rem;
    background: rgba(255, 255, 255, 0.97);
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.oSr-thxField .SIs-impact-facts::before {
    transform-origin: left top;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(160,183,206) 0%, rgb(110,149,178) 100%);
    content: "";
    height: 8px;
    width: 100%;
    position: absolute;
}.oSr-thxField .SIs-impact-facts > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.oSr-thxField .SIs-impact-facts > div:first-child::after {
    width: 80px;
    transform-origin: left;
    content: "";
    height: 4px;
    animation: lineGrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    position: absolute;
    background: rgb(110,149,178);
    bottom: 0;
    left: 0;
}.oSr-thxField h5 {
    font-size: calc(19px * 1.1);
    margin: 0;
    font-weight: 700;
    transform: translateY(20px);
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
    line-height: 1.4;
    opacity: 0;
    color: #000000;
}.oSr-thxField a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.oSr-thxField a:hover {
    transform: translateY(-5px);
}.oSr-thxField p {
    border-radius: 10px;
    line-height: 1.8;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
    opacity: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    font-size: 13px;
    position: relative;
    border-left: 3px solid rgb(110,149,178,0.5);
    padding: 1.5rem;
    transform: translateY(20px);
    margin: 0;
    color: #000000;
    background: linear-gradient(to bottom right, rgba(rgb(205,217,232), 0.3), rgba(255, 255, 255, 0.9));
}.oSr-thxField p::before {
    content: "✓";
    color: #ffffff;
    background: rgb(160,183,206);
    justify-content: center;
    font-weight: 700;
    width: 36px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    left: -15px;
    position: absolute;
    height: 36px;
    align-items: center;
    top: -15px;
    display: flex;
}

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

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@media (min-width: 768px) {.oSr-thxField {
    padding: 7rem 3rem;
}.oSr-thxField .SIs-impact-facts {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    transform: perspective(1000px) rotateX(1deg);
    padding: 4rem;
}.oSr-thxField h5 {
    font-size: calc(19px * 1.3);
}.oSr-thxField .SIs-impact-facts > div:first-child {
    display: flex;
    padding-bottom: 0;
    align-items: center;
}.oSr-thxField .SIs-impact-facts > div:first-child::after {
    display: none;
}.oSr-thxField p {
    padding: 2rem;
}
}

@media (max-width: 767px) {.oSr-thxField {
    padding: 4rem 1.5rem;
}.oSr-thxField .SIs-impact-facts {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 1.5rem;
}.oSr-thxField h5 {
    font-size: 19px;
    line-height: 1.5;
}.oSr-thxField p {
    padding: 1.2rem;
    font-size: calc(13px * 0.95);
}.oSr-thxField p::before {
    width: 30px;
    font-size: 0.8rem;
    height: 30px;
    top: -10px;
    left: -10px;
}
}

@media (max-width: 480px) {.oSr-thxField {
    padding: 3rem 1rem;
}.oSr-thxField .SIs-impact-facts {
    border-left-width: 3px;
    padding: 2rem 1.2rem;
}.oSr-thxField .SIs-impact-facts::before {
    height: 5px;
}.oSr-thxField h5 {
    font-size: calc(19px * 0.9);
}.oSr-thxField p {
    line-height: 1.6;
    padding: 1rem;
    font-size: calc(13px * 0.9);
}}.Shf-cookie-warning-dialog {
    border-top: 3px solid rgb(160,183,206);
    position: fixed;
    display: flex;
    padding: 1rem 0;
    justify-content: center;
    overflow: hidden;
    background: rgb(205,217,232);
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    bottom: 0;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}#wuj-cookieNoticePrompt {
    display: none;
}#wuj-cookieNoticePrompt:checked ~ .Shf-cookie-warning-dialog {
    visibility: hidden;
    opacity: 0;
}.Shf-cookie-warning-dialog .container {
    gap: 1rem;
    max-width: 1140px;
    align-items: center;
    z-index: 1;
    padding: 0 15px;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    position: relative;
}.BJd-track-alert {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 1rem;
}.BJd-track-alert svg {
    width: 50px;
    height: 50px;
    fill: rgb(160,183,206);
}.DcB-data-approval {
    flex: 1;
    margin-bottom: 20px;
    min-width: 300px;
}.DcB-data-approval h5 {
    font-size: 1.5rem;
    color: rgb(160,183,206);
    margin-bottom: 0.5rem;
    font-weight: 600;
}.DcB-data-approval p {
    font-size: 1rem;
    color: #000000;
}.ZoL-data-control {
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    background: rgb(160,183,206);
    padding: 0.75rem 1.5rem;
    color: #ffffff;
}.cookie_button.BeT-user-safety {
    background: rgb(160,183,206);
}.cookie_button.SNo-cookie-window {
    margin-left: 0.5rem;
    background: #000000;
}.ZoL-data-control:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.SNo-cookie-window:hover {
    background: rgb(160,183,206);
}.Shf-cookie-warning-dialog p a {
    color: rgb(160,183,206);
    text-decoration: underline;
    transition: color 0.3s ease;
}.Shf-cookie-warning-dialog p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.Shf-cookie-warning-dialog .container {
    align-items: center;
    flex-direction: column;
}.BJd-track-alert {
    margin-right: 0;
    margin-bottom: 1rem;
}.DcB-data-approval {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.SNo-cookie-window {
    margin-left: 0;
    margin-top: 0.5rem;
}}
.zPo-teaching-history {
    position: relative;
    background: linear-gradient(135deg, rgb(205,217,232), rgb(110,149,178,0.5));
    padding: 80px 0;
    overflow: hidden;
}.zPo-teaching-history::before {
    height: 80%;
    transform: rotate(-15deg);
    z-index: 1;
    content: "";
    top: -10%;
    position: absolute;
    animation: float 8s ease-in-out infinite;
    width: 60%;
    border-radius: 10px;
    background: rgb(160,183,206,0.5);
    right: -10%;
}.zPo-teaching-history::after {
    background: rgb(110,149,178,0.5);
    content: "";
    left: -5%;
    bottom: -5%;
    z-index: 1;
    position: absolute;
    height: 60%;
    animation: float 6s ease-in-out infinite reverse;
    transform: rotate(20deg);
    border-radius: 10px;
    width: 40%;
}.zPo-teaching-history .container {
    z-index: 2;
    position: relative;
}.zPo-teaching-history .ANy-learner-review {
    transform: rotate(-2deg);
    display: grid;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
    padding: 40px;
    border-radius: 10px;
    gap: 15px;
    grid-template-columns: 1fr 2fr;
}.zPo-teaching-history .ANy-learner-review:hover {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.zPo-teaching-history .XGw-pic-border {
    height: 200px;
    transition: transform 0.3s ease;
    transform: rotate(4deg);
    grid-area: photo;
    box-shadow: 10px 10px 0 rgb(160,183,206,0.5);
    border-radius: 10px;
}.zPo-teaching-history .ANy-learner-review:hover .XGw-pic-border {
    transform: rotate(0deg) scale(1.05);
}.zPo-teaching-history .name {
    font-size: 18px;
    font-weight: 700;
    grid-area: name;
    margin-top: 20px;
    transform: translateX(20px);
    color: #000000;
}.zPo-teaching-history .ANy-learner-review span:not(.name) {
    font-size: 12px;
    grid-area: job;
    font-style: italic;
    transform: translateX(20px);
    color: #000000;
}.zPo-teaching-history .zGt-work-card {
    border-radius: 0 10px 10px 0;
    background: linear-gradient(to right, rgb(205,217,232), transparent);
    color: #000000;
    position: relative;
    line-height: 1.6;
    margin-top: 20px;
    grid-area: quote;
    padding: 20px;
    font-size: 12px;
    border-left: 4px solid rgb(160,183,206);
}.zPo-teaching-history .zGt-work-card::before {
    left: 10px;
    color: rgb(160,183,206,0.5);
    top: -10px;
    font-family: serif;
    position: absolute;
    font-size: calc(43px * 2);
    line-height: 1;
    content: "";
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
}

@media (max-width: 768px) {.zPo-teaching-history {
    padding: 60px 0;
}.zPo-teaching-history .ANy-learner-review {
    padding: 30px 20px;
    grid-template-areas: 
            "XGw-pic-border"
            "name"
            "gcF-work-items"
            "zGt-work-card";
    grid-template-columns: 1fr;
}.zPo-teaching-history .XGw-pic-border {
    margin: 0 auto;
    height: 180px;
    width: 80%;
}.zPo-teaching-history .name,
    .zPo-teaching-history .ANy-learner-review span:not(.name) {
    text-align: center;
    transform: translateX(0);
}.zPo-teaching-history .zGt-work-card {
    padding: 15px;
}}.hPw-title-intro {
    justify-content: center;
    display: flex;
    min-height: 100vh;
    align-items: center;
    position: relative;
    padding: 4rem 1.5rem;
    overflow: hidden;
}.hPw-title-intro::before {
    right: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.8) 0%, 
    rgba(0, 0, 0, 0.6) 40%, 
    rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
}.hPw-title-intro::after {
    z-index: 2;
    background: rgb(160,183,206,0.5);
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 25%, 0 60%);
    opacity: 0.35;
    bottom: 0;
}.hPw-title-intro > div {
    max-width: 1200px;
    gap: 3rem;
    display: flex;
    transform: translateY(-2vh);
    flex-direction: column;
    z-index: 3;
    position: relative;
    width: 100%;
}.hPw-title-intro > div > div:first-child {
    position: relative;
    padding-left: 2rem;
}.hPw-title-intro > div > div:first-child::before {
    transform: scaleY(0);
    animation: verticalGrow 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards 0.3s;
    background: rgb(110,149,178);
    left: 0;
    transform-origin: top;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    width: 6px;
}.hPw-title-intro .title_style_header {
    font-size: clamp(2.5rem, 5vw, 44px);
    transform: translateX(-20px);
    opacity: 0;
    margin: 0;
    line-height: 1.2;
    font-weight: 700;
    animation: fadeSlideIn 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards 0.6s;
    color: #ffffff;
}.hPw-title-intro .AmG-main-front {
    box-shadow: -5px 5px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    border-left: 1px solid rgb(110,149,178);
    padding: 2.5rem;
    gap: 2rem;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(20px);
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards 0.9s;
}.hPw-title-intro .IpP-skill-sessions {
    position: relative;
}.hPw-title-intro .IpP-skill-sessions::before {
    border-left: 2px solid rgb(110,149,178);
    left: -10px;
    width: 30px;
    content: "";
    top: -10px;
    animation: fadeIn 0.8s ease forwards 1.6s;
    opacity: 0;
    border-top: 2px solid rgb(110,149,178);
    position: absolute;
    height: 30px;
}.hPw-title-intro .IpP-skill-sessions::after {
    width: 30px;
    border-right: 2px solid rgb(110,149,178);
    bottom: -10px;
    border-bottom: 2px solid rgb(110,149,178);
    right: -10px;
    animation: fadeIn 0.8s ease forwards 1.8s;
    position: absolute;
    opacity: 0;
    content: "";
    height: 30px;
}.hPw-title-intro .IpP-skill-sessions h3 {
    margin: 0;
    line-height: 1.4;
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    color: #ffffff;
}.hPw-title-intro .AmG-main-front > div:last-child {
    margin-top: 1rem;
    position: relative;
}.hPw-title-intro .AmG-main-front > div:last-child::before {
    content: "";
    left: 0;
    position: absolute;
    background: rgb(110,149,178);
    animation: horizontalGrow 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards 1.4s;
    height: 3px;
    width: 60px;
    transform: scaleX(0);
    transform-origin: left;
    top: -15px;
}.hPw-title-intro .AmG-main-front span {
    display: block;
}.hPw-title-intro .AmG-main-front p {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #ffffff;
    margin: 0;
    animation: fadeIn 1s ease forwards 2s;
    font-weight: 400;
    opacity: 0;
}

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

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

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

@keyframes verticalGrow {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

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

@media (min-width: 768px) {.hPw-title-intro {
    padding: 6rem 3rem;
}.hPw-title-intro > div {
    align-items: center;
    flex-direction: row;
    gap: 5%;
}.hPw-title-intro > div > div:first-child {
    flex: 0 0 45%;
}.hPw-title-intro .AmG-main-front {
    flex: 0 0 50%;
    transform: translateY(0) translateX(20px);
    margin-left: auto;
    animation: fadeSlideLeft 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards 0.9s;
}
  
  @keyframes fadeSlideLeft {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}

@media (min-width: 1200px) {.hPw-title-intro {
    padding: 0 5rem;
}.hPw-title-intro > div {
    gap: 8%;
}.hPw-title-intro > div > div:first-child {
    padding-left: 3rem;
}.hPw-title-intro > div > div:first-child::before {
    width: 8px;
}.hPw-title-intro .AmG-main-front {
    padding: 3.5rem;
}.hPw-title-intro .IpP-skill-sessions::before,
  .hPw-title-intro .IpP-skill-sessions::after {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 767px) {.hPw-title-intro {
    align-items: flex-start;
    padding-top: 6rem;
}.hPw-title-intro::after {
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 60%);
}
}

@media (prefers-reduced-motion: reduce) {.hPw-title-intro > div > div:first-child::before,
  .hPw-title-intro .title_style_header,
  .hPw-title-intro .AmG-main-front,
  .hPw-title-intro .IpP-skill-sessions::before,
  .hPw-title-intro .IpP-skill-sessions::after,
  .hPw-title-intro .AmG-main-front > div:last-child::before,
  .hPw-title-intro .AmG-main-front p {
    transform: none;
    animation: none;
    opacity: 1;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    left: 0;
    right: 0;
    background: rgb(160,183,206);
    bottom: 0;
    top: 0;
    content: "";
    position: absolute;
    opacity: 0.95;
    z-index: -2;
}footer::after {
    content: "";
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(110,149,178) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(110,149,178) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(110,149,178) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(110,149,178) 1px, transparent 1px);
    top: 0;
    left: 0;
    background-size: 50px 50px;
    opacity: 0.1;
    right: 0;
    z-index: -1;
    position: absolute;
}.IZQ-calc-foot {
    color: #ffffff;
    position: relative;
    padding: 4rem 0 2rem;
}.IZQ-calc-foot::before {
    background: rgb(110,149,178);
    content: "";
    top: 0;
    height: 3px;
    position: absolute;
    width: 100%;
    left: 0;
}.IZQ-calc-foot::after {
    opacity: 0.5;
    top: 3px;
    background-image: 
        linear-gradient(90deg, 
            rgb(110,149,178) 0px, rgb(110,149,178) 10px,
            transparent 10px, transparent 15px,
            rgb(110,149,178) 15px, rgb(110,149,178) 30px,
            transparent 30px, transparent 35px,
            rgb(110,149,178) 35px, rgb(110,149,178) 40px,
            transparent 40px, transparent 60px,
            rgb(110,149,178) 60px, rgb(110,149,178) 70px,
            transparent 70px, transparent 80px,
            rgb(110,149,178) 80px, rgb(110,149,178) 90px,
            transparent 90px, transparent 110px,
            rgb(110,149,178) 110px, rgb(110,149,178) 120px,
            transparent 120px, transparent 140px
        );
    position: absolute;
    background-repeat: repeat-x;
    left: 0;
    height: 8px;
    content: "";
    width: 100%;
}.IZQ-calc-foot .container {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    gap: 3rem;
}.IZQ-calc-foot .company_holder {
    flex: 1 1 400px;
    padding: 0;
    border-radius: 27px;
    position: relative;
}.IZQ-calc-foot .company_holder::before {
    top: 0;
    width: 100%;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    border-radius: 27px;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(110,149,178) 25px, rgb(110,149,178) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(110,149,178) 25px, rgb(110,149,178) 26px, transparent 27px, transparent 49px);
    content: "";
    background-size: 50px 50px;
    left: 0;
}.IZQ-calc-foot .company_holder h3 {
    font-weight: 700;
    background: rgb(110,149,178);
    position: relative;
    border-top-left-radius: 27px;
    color: #ffffff;
    margin: 0;
    padding: 1.5rem 2rem;
    border-top-right-radius: 27px;
    font-size: 30px;
}.IZQ-calc-foot .company_holder h3::after {
    right: 15px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    background: #ffffff;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    content: "";
}.IZQ-calc-foot .rHx-res-connect {
    line-height: 1.6;
    border-bottom-right-radius: 27px;
    color: #ffffff;
    padding: 2rem;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    border-bottom-left-radius: 27px;
}.IZQ-calc-foot .rHx-res-connect::before {
    height: 20px;
    top: 2rem;
    border-radius: 50%;
    width: 20px;
    left: -10px;
    opacity: 0.6;
    background: rgb(110,149,178);
    position: absolute;
    content: "";
}.IZQ-calc-foot .rHx-res-connect::after {
    position: absolute;
    right: -10px;
    bottom: 2rem;
    width: 20px;
    height: 20px;
    background: rgb(110,149,178);
    border-radius: 50%;
    content: "";
    opacity: 0.6;
}.IZQ-calc-foot .kHa-trial-offer {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.IZQ-calc-foot .XOM-nav-prime {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}.IZQ-calc-foot .VBk-site-study {
    flex: 1 1 calc(50% - 1.5rem);
    border-radius: 27px;
    min-width: 200px;
    position: relative;
    overflow: hidden;
}.IZQ-calc-foot .VBk-site-study::before {
    left: 0;
    top: 0;
    position: absolute;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    content: "";
    z-index: -1;
    bottom: 0;
    right: 0;
    border-radius: 27px;
}.IZQ-calc-foot .VBk-site-study h5 {
    font-weight: 600;
    padding: 1rem 1.5rem;
    margin: 0;
    background: rgb(110,149,178);
    align-items: center;
    display: flex;
    position: relative;
    font-size: 24px;
    color: #ffffff;
}.IZQ-calc-foot .VBk-site-study h5::before {
    border-radius: 50%;
    background: #ffffff;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    content: "";
    display: inline-block;
}.IZQ-calc-foot .VBk-site-study h5::after {
    height: 6px;
    transform: translateY(-50%);
    width: 6px;
    top: 50%;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    content: "";
    right: 15px;
}.IZQ-calc-foot .VBk-site-study .XOM-nav-prime {
    padding: 1.5rem;
    flex-direction: column;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    gap: 2px;
}.IZQ-calc-foot .VBk-site-study .XOM-nav-prime a {
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    padding: 0.8rem 1rem 0.8rem 2rem;
    color: #ffffff;
    font-size: 12px;
    display: block;
    text-decoration: none;
}.IZQ-calc-foot .VBk-site-study .XOM-nav-prime a::before {
    position: absolute;
    height: 6px;
    transition: all 0.3s ease;
    background: rgb(110,149,178);
    border-radius: 50%;
    left: 0.7rem;
    top: 50%;
    width: 6px;
    transform: translateY(-50%);
    content: "";
}.IZQ-calc-foot .VBk-site-study .XOM-nav-prime a:hover {
    background: rgba(255, 255, 255, 0.1);
}.IZQ-calc-foot .VBk-site-study .XOM-nav-prime a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}.JlW-access-cta {
    margin-top: 2.5rem;
    position: relative;
    padding: 2rem 0;
    background: rgb(110,149,178);
}.JlW-access-cta::before {
    background-repeat: repeat-x;
    width: 100%;
    position: absolute;
    left: 0;
    top: -5px;
    content: "";
    height: 5px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(160,183,206) 20px, rgb(160,183,206) 40px,
            transparent 40px, transparent 60px,
            rgb(160,183,206) 60px, rgb(160,183,206) 80px,
            transparent 80px, transparent 100px,
            rgb(160,183,206) 100px, rgb(160,183,206) 120px
        );
}.JlW-access-cta .container {
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
}.JlW-access-cta .container::before,
.JlW-access-cta .container::after {
    transform: translateY(-50%);
    background: rgb(160,183,206);
    height: 15px;
    position: absolute;
    content: "";
    width: 15px;
    border-radius: 50%;
    top: 50%;
}.JlW-access-cta .container::before {
    left: 15%;
}.JlW-access-cta .container::after {
    right: 15%;
}.JlW-access-cta .EdW-sponsor-logo {
    display: inline-block;
    padding: 0.5rem 2rem;
    font-size: 15px;
    background: rgb(160,183,206);
    position: relative;
    text-align: center;
    color: #ffffff;
    border-radius: 30px;
}.JlW-access-cta .EdW-sponsor-logo::before,
.JlW-access-cta .EdW-sponsor-logo::after {
    top: 50%;
    transform: translateY(-50%);
    background: rgb(160,183,206);
    content: "";
    position: absolute;
    height: 1px;
    width: 50px;
}.JlW-access-cta .EdW-sponsor-logo::before {
    margin-right: 15px;
    right: 100%;
}.JlW-access-cta .EdW-sponsor-logo::after {
    left: 100%;
    margin-left: 15px;
}

@media (max-width: 1200px) {.IZQ-calc-foot .container {
    gap: 2rem;
}.IZQ-calc-foot .company_holder {
    flex: 1 1 350px;
}.IZQ-calc-foot .kHa-trial-offer {
    flex: 1 1 calc(100% - 400px);
    min-width: 350px;
}.IZQ-calc-foot .XOM-nav-prime {
    gap: 2rem;
}.JlW-access-cta .container::before {
    left: 5%;
}.JlW-access-cta .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.IZQ-calc-foot {
    padding: 3.5rem 0 1.5rem;
}.IZQ-calc-foot .container {
    flex-direction: column;
    gap: 2.5rem;
}.IZQ-calc-foot .company_holder,
    .IZQ-calc-foot .kHa-trial-offer {
    min-width: 100%;
    flex: 1 1 100%;
}.IZQ-calc-foot .VBk-site-study {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.JlW-access-cta .container::before,
    .JlW-access-cta .container::after {
    display: none;
}
}

@media (max-width: 768px) {.IZQ-calc-foot {
    padding: 3rem 0 1rem;
}.IZQ-calc-foot .XOM-nav-prime {
    gap: 1.5rem;
}.IZQ-calc-foot .company_holder h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(30px - 2px);
}.IZQ-calc-foot .rHx-res-connect {
    padding: 1.5rem;
}.IZQ-calc-foot .rHx-res-connect::before,
    .IZQ-calc-foot .rHx-res-connect::after {
    display: none;
}.JlW-access-cta {
    margin-top: 2rem;
}.JlW-access-cta .EdW-sponsor-logo::before,
    .JlW-access-cta .EdW-sponsor-logo::after {
    width: 30px;
}
}

@media (max-width: 576px) {.IZQ-calc-foot {
    padding: 2.5rem 0 0.8rem;
}.IZQ-calc-foot .VBk-site-study {
    min-width: 100%;
    flex: 1 1 100%;
}.IZQ-calc-foot .XOM-nav-prime {
    gap: 1rem;
}.IZQ-calc-foot .VBk-site-study .XOM-nav-prime a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.IZQ-calc-foot .VBk-site-study .XOM-nav-prime a::before {
    left: 0.6rem;
}.JlW-access-cta {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.JlW-access-cta .EdW-sponsor-logo::before,
    .JlW-access-cta .EdW-sponsor-logo::after {
    display: none;
}
}

@media (max-width: 420px) {.IZQ-calc-foot::after {
    background-size: 100px 5px;
    height: 5px;
}.IZQ-calc-foot .company_holder h3::after,
    .IZQ-calc-foot .VBk-site-study h5::before,
    .IZQ-calc-foot .VBk-site-study h5::after {
    display: none;
}.IZQ-calc-foot .VBk-site-study h5 {
    padding: 0.8rem 1rem;
}.IZQ-calc-foot .VBk-site-study .XOM-nav-prime {
    padding: 1rem;
}.JlW-access-cta .EdW-sponsor-logo {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}.PAj-privacy-shelter {
    padding: 50px 30px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.8;
    background: linear-gradient(135deg, #000000 0%, rgb(110,149,178,0.5) 100%);
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}.PAj-privacy-shelter::before {
    top: -10px;
    content: '';
    height: 150px;
    background: radial-gradient(circle at center, rgb(160,183,206), transparent);
    opacity: 0.5;
    width: 150px;
    z-index: 0;
    transform: rotate(45deg);
    right: -10px;
    position: absolute;
}.PAj-privacy-shelter::after {
    width: 150px;
    left: -10px;
    z-index: 0;
    height: 150px;
    transform: rotate(-45deg);
    content: '';
    bottom: -10px;
    position: absolute;
    background: radial-gradient(circle at center, rgb(110,149,178), transparent);
    opacity: 0.5;
}.PAj-privacy-shelter h1, .PAj-privacy-shelter h2, .PAj-privacy-shelter h3, .PAj-privacy-shelter h4, .PAj-privacy-shelter h5, .PAj-privacy-shelter h6 {
    margin-bottom: 20px;
    color: rgb(160,183,206);
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 1;
}.PAj-privacy-shelter h1 {
    font-weight: 700;
    font-size: 43px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(160,183,206);
}.PAj-privacy-shelter h2 {
    font-weight: 600;
    font-size: 34px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(110,149,178);
}.PAj-privacy-shelter ul, .PAj-privacy-shelter ol {
    position: relative;
    list-style: none;
    z-index: 1;
    margin-bottom: 20px;
    padding-left: 20px;
}.PAj-privacy-shelter li {
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 10px;
}.PAj-privacy-shelter ul li:before, .PAj-privacy-shelter ol li:before {
    border-radius: 50%;
    left: 0;
    content: '';
    position: absolute;
    width: 8px;
    background-color: rgb(160,183,206);
    box-shadow: 0 0 10px rgb(160,183,206);
    height: 8px;
    top: 0.5em;
}.PAj-privacy-shelter ol {
    counter-reset: item;
}.PAj-privacy-shelter ol li {
    list-style-type: none;
}.PAj-privacy-shelter ol li:before {
    line-height: 20px;
    background-color: rgb(110,149,178);
    text-align: center;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 0;
    counter-increment: item;
    font-size: 15px;
    left: 0;
    border-radius: 50%;
    color: #000000;
    content: counter(item);
}.PAj-privacy-shelter p, .PAj-privacy-shelter span {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
    text-align: justify;
    font-size: 15px;
}.PAj-privacy-shelter div {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {.PAj-privacy-shelter {
    padding: 30px 20px;
}.PAj-privacy-shelter h1 {
    font-size: calc(18px - 5px);
}.PAj-privacy-shelter h2 {
    font-size: calc(18px - 5px);
}.PAj-privacy-shelter p, .PAj-privacy-shelter li {
    font-size: calc(15px - 2px);
}.PAj-privacy-shelter::before, .PAj-privacy-shelter::after {
    width: 100px;
    height: 100px;
}}.DnJ-membership-plan {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.DnJ-membership-plan::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
}.DnJ-membership-plan .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.ygh-pricing-tiers {
    position: relative;
}.DnJ-membership-plan h2 {
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    position: relative;
}.DnJ-membership-plan h2::after {
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    position: absolute;
    bottom: -12px;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(160,183,206), rgb(110,149,178));
}.DnJ-membership-plan .hfs-learning-package {
    opacity: 0.9;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}.DnJ-membership-plan .OzS-price-panel {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.DnJ-membership-plan .foy-fee-pricing {
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: block;
    will-change: transform;
    text-decoration: none;
    position: relative;
}.DnJ-membership-plan .foy-fee-pricing:hover {
    transform: translateY(-8px);
}.DnJ-membership-plan .QhV-program-price {
    border-radius: 4px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: relative;
    transition: box-shadow 0.3s ease, border 0.3s ease;
}.DnJ-membership-plan .foy-fee-pricing:hover .QhV-program-price {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
}.DnJ-membership-plan .miz-value-plan {
    display: flex;
    height: 100%;
    flex-direction: column;
    z-index: 2;
    position: relative;
    padding: 35px 30px;
}.DnJ-membership-plan .QhV-program-price::before {
    position: absolute;
    top: 0;
    height: 5px;
    content: "";
    width: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgb(160,183,206), rgb(110,149,178));
}.DnJ-membership-plan .miz-value-plan h4 {
    margin: 0 0 20px;
    font-size: calc(23px + 2px);
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
}.DnJ-membership-plan .miz-value-plan h4::after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    width: 40px;
    left: 0;
    background-color: rgb(110,149,178);
}.DnJ-membership-plan .miz-value-plan p {
    overflow-wrap: break-word;
    hyphens: auto;
    color: #ffffff;
    margin: 0 0 25px;
    opacity: 0.85;
    white-space: normal;
    line-height: 1.6;
    word-wrap: break-word;
    flex-grow: 1;
    font-size: 17px;
}.DnJ-membership-plan .Rbx-plan-cost {
    font-weight: 700;
    border-radius: 3px;
    z-index: 1;
    color: #ffffff;
    padding: 10px 20px;
    font-size: calc(23px + 4px);
    display: inline-block;
    letter-spacing: 0.5px;
    background: linear-gradient(135deg, rgb(160,183,206,0.5) 0%, rgb(110,149,178,0.5) 100%);
    position: relative;
}.DnJ-membership-plan .Rbx-plan-cost::before {
    content: "";
    z-index: -1;
    opacity: 0.6;
    inset: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(160,183,206,0.5) 0%, rgb(110,149,178,0.5) 100%);
    border-radius: 3px;
    position: absolute;
}.DnJ-membership-plan .foy-fee-pricing:hover .Rbx-plan-cost::before {
    opacity: 1;
}.DnJ-membership-plan li:nth-child(even) .QhV-program-price::before {
    background: linear-gradient(90deg, rgb(110,149,178), rgb(160,183,206));
}

@media (max-width: 1200px) {.DnJ-membership-plan {
    padding: 100px 0;
}.DnJ-membership-plan .OzS-price-panel {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.DnJ-membership-plan {
    padding: 80px 0;
}.DnJ-membership-plan .OzS-price-panel {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}.DnJ-membership-plan .miz-value-plan {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.DnJ-membership-plan {
    padding: 60px 0;
}.DnJ-membership-plan h2 {
    font-size: calc(35px - 4px);
}.DnJ-membership-plan .hfs-learning-package {
    font-size: calc(17px - 1px);
    margin-bottom: 40px;
}.DnJ-membership-plan .OzS-price-panel {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.DnJ-membership-plan .miz-value-plan h4 {
    font-size: 23px;
}.DnJ-membership-plan .Rbx-plan-cost {
    font-size: 23px;
}
}

@media (max-width: 480px) {.DnJ-membership-plan {
    padding: 50px 0;
}.DnJ-membership-plan .miz-value-plan {
    padding: 25px 20px;
}.DnJ-membership-plan h2 {
    font-size: calc(35px - 6px);
}.DnJ-membership-plan .hfs-learning-package {
    font-size: calc(17px - 2px);
}}header {
    transition: all 0.3s ease;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #ffffff;
    border-bottom: 2px solid rgb(205,217,232);
    z-index: 1000;
    left: 0;
}header:before {
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(160,183,206), rgb(110,149,178), rgb(160,183,206));
    position: absolute;
    top: 0;
    width: 100%;
    height: 4px;
    left: 0;
    animation: gradientMove 6s infinite linear;
    content: '';
}header .PCO-top-learning {
    width: 100%;
    padding: 0;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
    position: relative;
}header .OMh-main-mentor {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}header .VBk-site-study {
    align-items: center;
    display: flex;
    gap: 35px;
}header .sgS-top-head {
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 5px 0;
    transition: all 0.3s ease;
}header .sgS-top-head:before {
    background-color: rgb(160,183,206);
    position: absolute;
    transform: translateY(-50%) scale(0);
    width: 6px;
    height: 6px;
    top: 50%;
    transition: transform 0.3s ease;
    left: -15px;
    content: '';
    border-radius: 10px;
}header .sgS-top-head:after {
    content: '';
    bottom: 0;
    position: absolute;
    background-color: rgb(160,183,206);
    height: 2px;
    transform-origin: center;
    width: 100%;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    left: 0;
}header .sgS-top-head:hover {
    color: rgb(160,183,206);
}header .sgS-top-head:hover:before {
    transform: translateY(-50%) scale(1);
}header .sgS-top-head:hover:after {
    transform: scaleX(1);
}header .QMg-head-bar {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
    display: flex;
    padding: 5px 10px;
}header .QMg-head-bar:before {
    -webkit-mask-composite: xor;
    background: linear-gradient(to right, rgb(160,183,206), rgb(110,149,178)) border-box;
    position: absolute;
    border: 2px solid transparent;
    top: 0;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    border-radius: 10px;
    width: 100%;
    opacity: 0;
    left: 0;
    transition: opacity 0.3s ease;
    content: '';
    height: 100%;
    mask-composite: exclude;
}header .QMg-head-bar:hover:before {
    opacity: 1;
}header .QMg-head-bar svg {
    transition: transform 0.3s ease;
    height: 42px;
    width: auto;
}header .QMg-head-bar:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .VBk-site-study {
    gap: 20px;
}header .sgS-top-head:before {
    left: -10px;
}header .QMg-head-bar svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .VBk-site-study {
    max-height: 0;
    flex-direction: column;
    transition: max-height 0.4s ease;
    overflow: hidden;
    padding: 0;
    gap: 0;
    top: 100%;
    z-index: 1001;
    background-color: #ffffff;
    left: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid rgb(160,183,206);
    width: 100%;
    position: absolute;
}header .menu.active {
    max-height: 400px;
}header .sgS-top-head {
    border-bottom: 1px solid rgb(205,217,232);
    width: 100%;
    padding: 12px 20px;
}header .sgS-top-head:last-child {
    border-bottom: none;
}header .sgS-top-head:before {
    left: 5px;
}header .OMh-main-mentor {
    padding: 5px 0;
}header .QMg-head-bar {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .QMg-head-bar svg {
    height: 32px;
}
}