* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}html,body {
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    scroll-behavior: auto;
    color: #000000;
    min-height: 100%;
    height: 100%;
}.lwzL-subscr-info {
    flex: 0 0 auto;
}.ynKJ-nav-main {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1260px;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.eoSq-segment-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.fmOQ-title-portal {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
    justify-content: center;
    overflow: hidden;
    min-height: 650px;
    position: relative;
    display: flex;
    height: 100vh;
    align-items: center;
}.fmOQ-title-portal .gEnN-hover-image {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
    transform: scale(1.05);
    filter: brightness(0.8) saturate(1.2);
    transition: transform 8s ease-out, filter 1.2s ease;
    top: 0;
}.fmOQ-title-portal:hover .gEnN-hover-image {
    filter: brightness(0.9) saturate(1.3);
    transform: scale(1);
}.fmOQ-title-portal .XWPB-learn-guides {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 3rem;
    backdrop-filter: blur(12px);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    z-index: 2;
    max-width: 1200px;
    display: flex;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    align-items: center;
    width: 90%;
    position: relative;
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(165deg, 
        rgba(255, 255, 255, 0.15), 
        rgba(255, 255, 255, 0.05));
}.fmOQ-title-portal:hover .XWPB-learn-guides {
    transform: perspective(1000px) rotateX(0deg);
}.fmOQ-title-portal h1 {
    position: relative;
    opacity: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.5rem;
    animation: fadeInDown 1s 0.3s forwards;
    transform: translateY(-10px);
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: calc(41px * 1.2);
}.fmOQ-title-portal h1::after {
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(212,201,198), transparent);
    width: 80px;
    left: 50%;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
}.fmOQ-title-portal .SvbL-text-wrapper {
    opacity: 0;
    animation: fadeInUp 1s 0.6s forwards;
    width: 100%;
    transform: translateY(20px);
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}.fmOQ-title-portal p {
    line-height: 1.6;
    position: relative;
    font-size: calc(16px * 1.1);
    text-align: center;
    max-width: 700px;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    padding: 0 1rem;
    margin: 0 auto;
}.fmOQ-title-portal .NESl-course-entry {
    position: relative;
    width: 100%;
    max-width: 180px;
    margin: 1rem auto;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.fmOQ-title-portal .NESl-course-entry:hover {
    transform: scale(1.05) rotate(-2deg);
}.fmOQ-title-portal svg {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}.fmOQ-title-portal svg path {
    transition: fill 0.4s ease;
}.fmOQ-title-portal svg:hover path {
    fill: rgb(212,201,198);
}.fmOQ-title-portal svg text {
    transition: fill 0.4s ease, text-shadow 0.4s ease;
    font-family: Arial, sans-serif;
}.fmOQ-title-portal svg:hover text {
    text-shadow: 0 0 8px rgba(94, 170, 168, 0.8);
    fill: #ffffff;
}.fmOQ-title-portal h6 {
    text-align: center;
    margin-top: 1rem;
    width: 100%;
}.fmOQ-title-portal .ZBnr-help-card {
    background: linear-gradient(135deg, rgb(212,201,198), rgba(94, 170, 168, 0.8));
    padding: 0.9rem 2.5rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    letter-spacing: 1px;
    font-size: 20px;
    border-radius: 10px;
    z-index: 1;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3),
                0 0 0 2px rgba(94, 170, 168, 0.1);
    display: inline-block;
    text-decoration: none;
}.fmOQ-title-portal .ZBnr-help-card::before {
    content: '';
    transform-origin: right;
    top: 0;
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.8), rgb(212,201,198));
    z-index: -1;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}.fmOQ-title-portal .ZBnr-help-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4),
                0 0 0 2px rgb(212,201,198);
}.fmOQ-title-portal .ZBnr-help-card:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.fmOQ-title-portal .ZBnr-help-card:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3),
                0 0 0 2px rgb(212,201,198);
    transform: translateY(0);
}

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

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

@media (max-width: 992px) {.fmOQ-title-portal {
    min-height: 550px;
}.fmOQ-title-portal .XWPB-learn-guides {
    padding: 2.5rem 2rem;
    width: 85%;
}.fmOQ-title-portal h1 {
    font-size: calc(41px * 1.1);
}
}

@media (max-width: 768px) {.fmOQ-title-portal {
    min-height: 500px;
}.fmOQ-title-portal .XWPB-learn-guides {
    transform: perspective(1000px) rotateX(0);
    width: 90%;
    padding: 2rem 1.5rem;
}.fmOQ-title-portal h1 {
    font-size: 41px;
}.fmOQ-title-portal p {
    padding: 0 0.5rem;
    font-size: 16px;
}.fmOQ-title-portal .NESl-course-entry {
    max-width: 150px;
}
}

@media (max-width: 576px) {.fmOQ-title-portal {
    min-height: 450px;
}.fmOQ-title-portal .XWPB-learn-guides {
    padding: 1.5rem 1rem;
    width: 95%;
    background: linear-gradient(165deg, 
            rgba(255, 255, 255, 0.2), 
            rgba(255, 255, 255, 0.08));
}.fmOQ-title-portal h1 {
    font-size: calc(41px * 0.9);
}.fmOQ-title-portal .SvbL-text-wrapper {
    gap: 1.5rem;
}.fmOQ-title-portal p {
    font-size: calc(16px * 0.9);
}.fmOQ-title-portal .NESl-course-entry {
    max-width: 120px;
}.fmOQ-title-portal .ZBnr-help-card {
    padding: 0.8rem 1.8rem;
}}footer {
    width: 100%;
    position: relative;
}.lwzL-subscr-info {
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0 30px;
    color: #000000;
}.lwzL-subscr-info::before {
    height: 1px;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
        to right,
        rgb(212,201,198),
        rgb(212,201,198) 10px,
        transparent 10px,
        transparent 20px
    );
}footer .PzFC-grant-cta {
    position: relative;
    z-index: 1;
}footer .uesj-assist-team {
    height: 100px;
    display: flex;
    position: relative;
    justify-content: space-between;
    overflow: hidden;
    flex-wrap: wrap;
    margin-bottom: 70px;
}footer .info_item {
    transition: all 0.5s ease;
    background-color: rgb(179,165,161);
    cursor: pointer;
    height: 100px;
    position: relative;
    align-items: center;
    min-width: 250px;
    flex: 1;
    display: flex;
    margin-right: 1px;
    padding: 0 25px;
    overflow: hidden;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    flex: 1.5;
    background-color: rgb(212,201,198);
}footer .info_item::after {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    right: 0;
    position: absolute;
    height: 100%;
    top: 0;
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    fill: #ffffff;
    z-index: 2;
    margin-right: 15px;
    position: relative;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #ffffff;
    max-width: 100%;
    overflow: hidden;
    font-size: 16px;
    white-space: nowrap;
    z-index: 2;
    position: relative;
    text-overflow: ellipsis;
}footer .info_item::before {
    opacity: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    left: 0;
    transition: opacity 0.5s ease;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 0 20px;
    gap: 0;
    display: flex;
    margin: 0 -20px;
    -ms-overflow-style: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .pAOT-top-lead, footer .dMfb-nav-learn, footer .subscribe_holder {
    margin-right: 30px;
    transition: all 0.4s ease;
    padding: 30px;
    max-width: 500px;
    border-radius: 25px;
    flex: 0 0 100%;
    min-width: 280px;
    position: relative;
    height: 450px;
    scroll-snap-align: start;
}footer .pAOT-top-lead {
    background-color: rgb(239,237,234);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}footer .pAOT-top-lead svg {
    margin-bottom: 30px;
    width: auto;
    height: 50px;
}footer .VOhE-event-cal {
    color: #000000;
    max-width: 300px;
    line-height: 1.6;
    font-size: 12px;
}footer .dMfb-nav-learn {
    flex-direction: column;
    position: relative;
    overflow: hidden;
    display: flex;
    color: #ffffff;
    justify-content: center;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(179,165,161,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(212,201,198,0.5) 0%, transparent 40%);
    background-color: rgb(179,165,161);
}footer .dMfb-nav-learn::after {
    position: absolute;
    opacity: 0.3;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: 30px 30px;
    top: 0;
    pointer-events: none;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    content: "";
}footer .dMfb-nav-learn h5 {
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    position: relative;
    margin-bottom: 30px;
}footer .dMfb-nav-learn h5::after {
    bottom: -10px;
    width: 30px;
    left: 0;
    height: 2px;
    content: "";
    background-color: rgb(212,201,198);
    position: absolute;
}footer .cnuo-main-base {
    max-height: 280px;
    margin-bottom: 20px;
    position: relative;
    height: auto;
    overflow: hidden;
}footer .cnuo-main-base a {
    text-decoration: none;
    padding: 10px 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}footer .cnuo-main-base a:hover {
    border-bottom-color: rgb(212,201,198);
    color: #ffffff;
    padding-left: 10px;
}footer .subscribe_holder {
    color: #ffffff;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-color: rgb(212,201,198);
}footer .subscribe_holder h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    font-size: 16px;
    border: none;
    transition: all 0.3s ease;
    padding: 15px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .cqZh-sub-tile {
    padding: 15px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    background-color: rgb(179,165,161);
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 19px;
}footer .cqZh-sub-tile:hover {
    background-color: rgb(179,165,161,0.5);
}footer .OmvD-twitter-cta {
    padding-top: 20px;
    position: relative;
    margin-top: 40px;
}footer .OmvD-twitter-cta::before {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    content: "";
    top: 0;
    height: 1px;
    right: 20%;
    left: 20%;
    position: absolute;
}footer .sJKk-footer-careers {
    color: #000000;
    font-size: 12px;
    text-align: center;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: wrap;
    overflow-x: visible;
    gap: 30px;
    scroll-snap-type: none;
    margin: 0;
    padding: 0;
}footer .pAOT-top-lead, footer .dMfb-nav-learn, footer .subscribe_holder {
    flex: 1;
    height: 500px;
    margin-right: 0;
    min-width: 0;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .pAOT-top-lead::before,
    footer .dMfb-nav-learn::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .lwzL-subscr-info {
    padding: 60px 0 30px;
}footer .uesj-assist-team {
    flex-direction: column;
    margin-bottom: 40px;
    height: auto;
}footer .info_item {
    margin-bottom: 1px;
    width: 100%;
    margin-right: 0;
}footer .info_item:hover {
    flex: 1;
    padding-left: 35px;
}footer .pAOT-top-lead, footer .dMfb-nav-learn, footer .subscribe_holder {
    min-height: 350px;
    padding: 25px 20px;
    height: auto;
}
}

@media (max-width: 576px) {footer .lwzL-subscr-info {
    padding: 50px 0 20px;
}footer .pAOT-top-lead::before,
    footer .dMfb-nav-learn::before,
    footer .subscribe_holder::before {
    font-size: 2rem;
    left: 15px;
    top: 15px;
}footer .cnuo-main-base {
    height: auto;
    max-height: 220px;
}footer .pAOT-top-lead, footer .dMfb-nav-learn, footer .subscribe_holder {
    padding: 20px 15px;
    min-height: 300px;
}footer .dMfb-nav-learn h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(18px - 2px);
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .cqZh-sub-tile {
    padding: 12px;
}}header {
    width: 100%;
    background: linear-gradient(135deg, rgb(239,237,234), #ffffff);
    overflow: visible;
    z-index: 99;
    position: relative;
}header::before {
    opacity: 0.3;
    width: 100%;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(212,201,198,0.5) 6px,
            rgb(212,201,198,0.5) 10px,
            transparent 10px
        ) repeat-x;
    bottom: 0;
    position: absolute;
    height: 15px;
    background-size: 20px 20px;
    content: "";
    left: 0;
}header .itgO-nav-page {
    align-items: center;
    padding: 25px 30px;
    position: relative;
    justify-content: space-between;
    display: flex;
}header .itgO-nav-page::before,
header .itgO-nav-page::after {
    width: 30%;
    height: 2px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(212,201,198), transparent);
}header .itgO-nav-page::before {
    left: 0;
    top: 10px;
}header .itgO-nav-page::after {
    background: linear-gradient(to left, rgb(179,165,161), transparent);
    bottom: 10px;
    right: 0;
}header .itgO-nav-page .pAOT-top-lead {
    z-index: 2;
    position: relative;
}header .itgO-nav-page .pAOT-top-lead::before {
    background: rgb(212,201,198,0.5);
    left: -20%;
    width: 140%;
    z-index: -1;
    height: 140%;
    position: absolute;
    top: -20%;
    content: "";
    opacity: 0.05;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    transition: transform 0.5s ease-in-out;
}header .itgO-nav-page .pAOT-top-lead:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .itgO-nav-page .pAOT-top-lead .ZtEL-nav-wrap {
    display: block;
    transition: transform 0.3s ease;
}header .itgO-nav-page .pAOT-top-lead:hover .ZtEL-nav-wrap {
    transform: translateY(-3px);
}header .itgO-nav-page .pAOT-top-lead .ZtEL-nav-wrap svg {
    width: auto;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    height: 45px;
}header .itgO-nav-page .dMfb-nav-learn {
    position: relative;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}header .itgO-nav-page .dMfb-nav-learn::before {
    z-index: -1;
    height: 100%;
    position: absolute;
    background: rgb(179,165,161,0.5);
    left: 0;
    opacity: 0.05;
    content: "";
    width: 100%;
    transition: all 0.5s ease;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: 0;
}header .itgO-nav-page .dMfb-nav-learn:hover::before {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}header .itgO-nav-page .dMfb-nav-learn .lEMZ-main-core {
    margin: 0 8px;
    position: relative;
}header .itgO-nav-page .dMfb-nav-learn .lEMZ-main-core a {
    padding: 10px 15px;
    font-size: 13px;
    transition: all 0.4s ease;
    font-weight: 600;
    display: block;
    overflow: hidden;
    position: relative;
    color: #000000;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    text-decoration: none;
    font-family: Arial, sans-serif;
}header .itgO-nav-page .dMfb-nav-learn .lEMZ-main-core a:hover {
    color: #ffffff;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}header .itgO-nav-page .dMfb-nav-learn .lEMZ-main-core a::before {
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    transform-origin: right top;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    background: rgb(212,201,198);
    left: 0;
    content: "";
    height: 100%;
    transform: scale(0);
}header .itgO-nav-page .dMfb-nav-learn .lEMZ-main-core a:hover::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(1);
}header .itgO-nav-page .dMfb-nav-learn .lEMZ-main-core:nth-child(2n) a::before {
    transform-origin: left bottom;
    background: rgb(179,165,161);
}header .itgO-nav-page .dMfb-nav-learn .lEMZ-main-core:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .itgO-nav-page .dMfb-nav-learn .lEMZ-main-core:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .itgO-nav-page {
    flex-direction: column;
    padding: 20px 15px;
}header .itgO-nav-page .pAOT-top-lead {
    margin-bottom: 15px;
}header .itgO-nav-page .dMfb-nav-learn {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .itgO-nav-page .dMfb-nav-learn .lEMZ-main-core {
    margin: 5px;
}header .itgO-nav-page .dMfb-nav-learn .lEMZ-main-core a {
    padding: 8px 12px;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header .itgO-nav-page {
    padding: 15px 10px;
}header .itgO-nav-page .pAOT-top-lead .ZtEL-nav-wrap svg {
    height: 40px;
}header .itgO-nav-page .dMfb-nav-learn .lEMZ-main-core a {
    font-size: calc(13px - 2px);
    padding: 6px 10px;
}}.QTbO-teaching-process {
    padding: 6rem 2rem;
    display: flex;
    align-items: center;
    background: rgb(239,237,234);
    min-height: 80vh;
    position: relative;
    overflow: hidden;
}.QTbO-teaching-process::before {
    left: 0;
    opacity: 0.4;
    background: linear-gradient(135deg, rgb(212,201,198,0.5) 0%, transparent 80%);
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    content: '';
}.QTbO-teaching-process::after {
    opacity: 0.1;
    animation: moveLines 40s linear infinite;
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgb(212,201,198,0.5),
        rgb(212,201,198,0.5) 1px,
        transparent 1px,
        transparent 50px
    );
}@keyframes moveLines {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(50px);
    }
}

.QTbO-teaching-process .XWPB-learn-guides {
    justify-content: flex-start;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    max-width: 1200px;
    display: flex;
    width: 100%;
}.QTbO-teaching-process .SvbL-text-wrapper {
    transform-style: preserve-3d;
    position: relative;
    width: 55%;
    padding: 0;
}.QTbO-teaching-process .SvbL-text-wrapper::before {
    content: '';
    top: -20px;
    width: 100px;
    animation: borderPulse 4s infinite alternate;
    opacity: 0.7;
    height: 100px;
    border-top: 1px solid rgb(212,201,198);
    border-left: 1px solid rgb(212,201,198);
    left: -20px;
    z-index: -1;
    position: absolute;
}@keyframes borderPulse {
    0% {
        border-color: rgb(212,201,198);
    }
    100% {
        border-color: rgb(179,165,161);
    }
}

.QTbO-teaching-process .SvbL-text-wrapper::after {
    height: 100px;
    border-bottom: 1px solid rgb(179,165,161);
    border-right: 1px solid rgb(179,165,161);
    z-index: -1;
    content: '';
    animation: borderPulse 4s infinite alternate-reverse;
    width: 100px;
    position: absolute;
    right: -20px;
    bottom: -20px;
    opacity: 0.7;
}.QTbO-teaching-process h2 {
    font-size: 36px;
    letter-spacing: 6px;
    position: relative;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 3rem;
    color: rgb(212,201,198);
}.QTbO-teaching-process h2::after {
    color: rgb(179,165,161);
    filter: blur(1px);
    left: 0.5rem;
    position: absolute;
    opacity: 0.3;
    z-index: -1;
    top: 0.5rem;
    transition: all 0.3s ease;
    content: attr(data-text);
}.QTbO-teaching-process h2::before {
    background: linear-gradient(to right, rgb(212,201,198), transparent);
    bottom: -1.5rem;
    height: 1px;
    left: 0;
    position: absolute;
    content: '';
    width: 60px;
}.QTbO-teaching-process p {
    line-height: 1.8;
    margin-bottom: 0;
    padding-left: 2rem;
    position: relative;
    font-size: 13px;
    max-width: 600px;
    color: #000000;
}.QTbO-teaching-process p::before {
    content: '';
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(212,201,198), transparent);
}.QTbO-teaching-process .SvbL-text-wrapper::before,
.QTbO-teaching-process .SvbL-text-wrapper::after,
.QTbO-teaching-process h2,
.QTbO-teaching-process p {
    transition: all 0.5s ease;
}.QTbO-teaching-process:hover h2 {
    transform: translateY(-5px);
    letter-spacing: 8px;
}.QTbO-teaching-process:hover h2::after {
    filter: blur(2px);
    opacity: 0.5;
    top: 0.8rem;
    left: 0.8rem;
}.QTbO-teaching-process:hover .SvbL-text-wrapper::before,
.QTbO-teaching-process:hover .SvbL-text-wrapper::after {
    height: 120px;
    width: 120px;
}.QTbO-teaching-process:hover p {
    transform: translateX(5px);
}.QTbO-teaching-process::before,
.QTbO-teaching-process::after {
    transition: all 1s ease;
}.QTbO-teaching-process:hover::before {
    opacity: 0.6;
    background-position: right bottom;
}.QTbO-teaching-process:hover::after {
    opacity: 0.15;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 992px) {.QTbO-teaching-process {
    padding: 5rem 1.5rem;
}.QTbO-teaching-process .SvbL-text-wrapper {
    width: 70%;
}.QTbO-teaching-process h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2.5rem;
    letter-spacing: 4px;
}.QTbO-teaching-process p {
    font-size: calc(13px * 0.95);
}.QTbO-teaching-process:hover h2 {
    letter-spacing: 6px;
}
}

@media (max-width: 768px) {.QTbO-teaching-process {
    min-height: 60vh;
    padding: 4rem 1rem;
}.QTbO-teaching-process .XWPB-learn-guides {
    justify-content: center;
}.QTbO-teaching-process .SvbL-text-wrapper {
    width: 90%;
}.QTbO-teaching-process h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 2rem;
    letter-spacing: 3px;
}.QTbO-teaching-process h2::before {
    bottom: -1rem;
    width: 40px;
}.QTbO-teaching-process h2::after {
    top: 0.3rem;
    left: 0.3rem;
}.QTbO-teaching-process p {
    padding-left: 1.5rem;
}.QTbO-teaching-process:hover h2 {
    letter-spacing: 4px;
}.QTbO-teaching-process .SvbL-text-wrapper::before,
    .QTbO-teaching-process .SvbL-text-wrapper::after {
    height: 80px;
    width: 80px;
}.QTbO-teaching-process:hover .SvbL-text-wrapper::before,
    .QTbO-teaching-process:hover .SvbL-text-wrapper::after {
    height: 90px;
    width: 90px;
}
}

@media (max-width: 576px) {.QTbO-teaching-process {
    min-height: auto;
    padding: 3rem 0.8rem;
}.QTbO-teaching-process .SvbL-text-wrapper {
    width: 100%;
}.QTbO-teaching-process h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
}.QTbO-teaching-process h2::before {
    width: 30px;
    bottom: -0.8rem;
}.QTbO-teaching-process p {
    font-size: calc(13px * 0.9);
    padding-left: 1rem;
}.QTbO-teaching-process:hover h2 {
    letter-spacing: 3px;
}.QTbO-teaching-process .SvbL-text-wrapper::before,
    .QTbO-teaching-process .SvbL-text-wrapper::after {
    width: 60px;
    height: 60px;
}.QTbO-teaching-process:hover .SvbL-text-wrapper::before,
    .QTbO-teaching-process:hover .SvbL-text-wrapper::after {
    height: 70px;
    width: 70px;
}}.HPvx-take-a-spin {
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(210deg, rgb(212,201,198) 0%, rgb(179,165,161) 100%);
    position: relative;
}.HPvx-take-a-spin::before {
    top: 0;
    content: '';
    width: 100%;
    position: absolute;
    background: 
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.03) 10px,
            rgba(255, 255, 255, 0.03) 11px
        );
    z-index: -1;
    left: 0;
    height: 100%;
}.HPvx-take-a-spin::after {
    position: absolute;
    height: 1px;
    left: 0;
    width: 100%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    z-index: -1;
    top: 50%;
    animation: horizonLine 5s ease-in-out infinite;
    content: '';
}.HPvx-take-a-spin .XWPB-learn-guides {
    padding: 0;
    border-radius: 5px;
    position: relative;
    max-width: 900px;
    z-index: 2;
    height: 350px;
    display: flex;
    background: 
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.05)
        );
    backdrop-filter: blur(10px);
    margin: 0 auto;
    overflow: hidden;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}.HPvx-take-a-spin .XWPB-learn-guides::before {
    position: absolute;
    top: 0;
    content: '';
    z-index: 1;
    box-shadow: 0 0 20px rgb(212,201,198,0.5);
    background: linear-gradient(
        to right,
        rgb(212,201,198),
        rgb(179,165,161),
        rgb(212,201,198)
    );
    left: 0;
    width: 100%;
    animation: topLineGlow 3s ease-in-out infinite;
    height: 5px;
}.HPvx-take-a-spin .XWPB-learn-guides::after {
    background: rgba(255, 255, 255, 0.1);
    content: '';
    z-index: 1;
    right: 0;
    height: 1px;
    top: 5px;
    left: 0;
    position: absolute;
}.HPvx-take-a-spin h3 {
    color: #ffffff;
    margin-bottom: 60px;
    position: relative;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
    animation: textGlow 3s ease-in-out infinite alternate;
    font-family: Arial, sans-serif;
    text-shadow: 
        0 0 10px #ffffff,
        0 0 20px rgb(212,201,198,0.5);
}.HPvx-take-a-spin h3::before {
    background: 
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent
        );
    position: absolute;
    content: '';
    left: -100%;
    top: 0;
    animation: textScan 3s linear infinite;
    width: 100%;
    height: 100%;
    z-index: -1;
}.HPvx-take-a-spin h3::after {
    width: 40px;
    left: 50%;
    height: 2px;
    animation: underlineGlow 3s ease-in-out infinite alternate;
    background: rgb(179,165,161);
    position: absolute;
    box-shadow: 
        0 0 10px rgb(179,165,161),
        0 0 20px rgb(179,165,161,0.5);
    bottom: -15px;
    opacity: 0.7;
    transform: translateX(-50%);
    content: '';
}.HPvx-take-a-spin .AHOW-contact-help {
    padding: 15px 40px;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 3px;
    z-index: 1;
    position: relative;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    box-shadow: 
        0 0 15px rgb(179,165,161,0.5),
        inset 0 0 5px rgb(179,165,161,0.5);
    font-size: 18px;
    border: 2px solid rgb(179,165,161);
    text-shadow: 0 0 5px #ffffff;
}.HPvx-take-a-spin .AHOW-contact-help::before {
    content: '';
    position: absolute;
    transition: all 0.4s ease;
    background: rgb(179,165,161);
    width: 100%;
    top: 0;
    left: -100%;
    z-index: -1;
    height: 100%;
}.HPvx-take-a-spin .AHOW-contact-help::after {
    bottom: -2px;
    top: -2px;
    left: -2px;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: -2;
    content: '';
    position: absolute;
    border: 2px solid rgb(179,165,161);
    right: -2px;
}.HPvx-take-a-spin .AHOW-contact-help:hover {
    color: #ffffff;
    border-color: transparent;
    text-shadow: 0 0 10px #ffffff;
    box-shadow: 
        0 0 25px rgb(179,165,161),
        inset 0 0 10px rgb(179,165,161,0.5);
}.HPvx-take-a-spin .AHOW-contact-help:hover::before {
    left: 0;
}.HPvx-take-a-spin .AHOW-contact-help:hover::after {
    opacity: 0.5;
    animation: pulseBorder 2s infinite;
}

@media screen and (max-width: 992px) {.HPvx-take-a-spin {
    padding: 100px 0;
}.HPvx-take-a-spin .XWPB-learn-guides {
    height: 320px;
    max-width: 85%;
}.HPvx-take-a-spin h3 {
    font-size: calc(36px * 0.9);
    letter-spacing: 4px;
    margin-bottom: 50px;
}.HPvx-take-a-spin h3::after {
    width: 35px;
}.HPvx-take-a-spin .AHOW-contact-help {
    padding: 14px 35px;
    font-size: calc(18px * 0.95);
}
}

@media screen and (max-width: 768px) {.HPvx-take-a-spin {
    padding: 80px 0;
}.HPvx-take-a-spin .XWPB-learn-guides {
    height: 300px;
}.HPvx-take-a-spin h3 {
    margin-bottom: 45px;
    font-size: calc(36px * 0.8);
    letter-spacing: 3px;
}.HPvx-take-a-spin h3::after {
    width: 30px;
    bottom: -12px;
}.HPvx-take-a-spin .AHOW-contact-help {
    font-size: calc(18px * 0.9);
    letter-spacing: 1.5px;
    padding: 12px 30px;
}
}

@media screen and (max-width: 576px) {.HPvx-take-a-spin {
    padding: 60px 0;
}.HPvx-take-a-spin .XWPB-learn-guides {
    height: 260px;
}.HPvx-take-a-spin h3 {
    font-size: calc(36px * 0.7);
    letter-spacing: 2px;
    margin-bottom: 40px;
}.HPvx-take-a-spin h3::after {
    width: 25px;
    bottom: -10px;
}.HPvx-take-a-spin .AHOW-contact-help {
    letter-spacing: 1px;
    padding: 10px 25px;
    font-size: calc(18px * 0.85);
}}

@keyframes horizonLine {
    0%, 100% {
        opacity: 0.2;
        box-shadow: none;
    }
    50% {
        opacity: 0.5;
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }
}

@keyframes topLineGlow {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 15px rgb(212,201,198,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 
            0 0 20px rgb(212,201,198),
            0 0 40px rgb(212,201,198,0.5);
    }
}

@keyframes textGlow {
    0% {
        text-shadow: 
            0 0 5px #ffffff,
            0 0 10px rgb(212,201,198,0.5);
    }
    100% {
        text-shadow: 
            0 0 10px #ffffff,
            0 0 20px rgb(212,201,198),
            0 0 30px rgb(212,201,198,0.5);
    }
}

@keyframes textScan {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
}

@keyframes underlineGlow {
    0% {
        width: 40px;
        box-shadow: 
            0 0 5px rgb(179,165,161),
            0 0 10px rgb(179,165,161,0.5);
    }
    100% {
        width: 80px;
        box-shadow: 
            0 0 10px rgb(179,165,161),
            0 0 20px rgb(179,165,161),
            0 0 30px rgb(179,165,161,0.5);
    }
}

@keyframes pulseBorder {
    0%, 100% {
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        opacity: 0.5;
    }
    50% {
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        opacity: 0.1;
    }
}.void-instructor-history {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgb(212,201,198,0.5) 100%);
    padding: 120px 0;
    position: relative;
}.void-instructor-history::before {
    position: absolute;
    right: -50px;
    z-index: 0;
    height: 300px;
    transform: rotate(-15deg);
    top: -50px;
    background: rgb(179,165,161,0.5);
    filter: blur(80px);
    content: "";
    width: 300px;
}.void-instructor-history::after {
    width: 250px;
    background: rgb(212,201,198,0.5);
    z-index: 0;
    transform: rotate(25deg);
    position: absolute;
    height: 250px;
    filter: blur(60px);
    content: "";
    bottom: -80px;
    left: -50px;
}.void-instructor-history .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.void-instructor-history .DaGf-testimonial-space {
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    transform: perspective(1000px) rotateY(2deg);
}.void-instructor-history .DaGf-testimonial-space:hover {
    transform: perspective(1000px) rotateY(0deg);
}.void-instructor-history .DaGf-testimonial-space::before {
    height: 100%;
    content: "";
    transform-origin: left center;
    transform: scaleY(0);
    position: absolute;
    background: linear-gradient(to bottom, rgb(212,201,198), rgb(179,165,161));
    width: 5px;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    top: 0;
}.void-instructor-history .DaGf-testimonial-space:hover::before {
    transform: scaleY(1);
}.void-instructor-history .gEnN-hover-image {
    width: 200px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border: 3px solid #ffffff;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.void-instructor-history .DaGf-testimonial-space:hover .gEnN-hover-image {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.05);
}.void-instructor-history .gEnN-hover-image::after {
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(212,201,198,0.5) 0%, transparent 50%, rgb(179,165,161,0.5) 100%);
    transition: opacity 0.6s ease;
}.void-instructor-history .DaGf-testimonial-space:hover .gEnN-hover-image::after {
    opacity: 0.4;
}.void-instructor-history .name {
    margin: 0 0 5px 0;
    color: rgb(212,201,198);
    transform: translateX(0);
    display: inline-block;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    font-size: calc(22px * 1.1);
}.void-instructor-history .DaGf-testimonial-space:hover .name {
    transform: translateX(10px);
}.void-instructor-history .name::after {
    background: rgb(179,165,161);
    width: 0;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    bottom: -3px;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
}.void-instructor-history .DaGf-testimonial-space:hover .name::after {
    width: 100%;
}.void-instructor-history .DaGf-testimonial-space > div:nth-child(2) > div {
    font-weight: 600;
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    font-size: calc(18px * 0.95);
    color: #000000;
    margin-bottom: 15px;
    padding-left: 0;
}.void-instructor-history .DaGf-testimonial-space:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.void-instructor-history .fdrT-work-milestones {
    transition: background-position 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    line-height: 1.8;
    background: linear-gradient(to right, #ffffff, rgb(239,237,234), #ffffff);
    color: #000000;
    position: relative;
    border-radius: 10px;
    padding: 25px 20px;
    font-size: 18px;
    background-size: 200% 100%;
    margin: 0;
}.void-instructor-history .DaGf-testimonial-space:hover .fdrT-work-milestones {
    background-position: right center;
}.void-instructor-history .fdrT-work-milestones::before,
.void-instructor-history .fdrT-work-milestones::after {
    font-size: 60px;
    position: absolute;
    content: "";
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-family: Georgia, serif;
    line-height: 1;
    color: rgb(212,201,198,0.5);
}.void-instructor-history .fdrT-work-milestones::before {
    left: -10px;
    transform: translateX(-20px) translateY(-20px) scale(0.8);
    opacity: 0.5;
    top: -10px;
}.void-instructor-history .fdrT-work-milestones::after {
    opacity: 0.5;
    bottom: -30px;
    right: -10px;
    transform: translateX(20px) translateY(20px) scale(0.8);
    content: "";
}.void-instructor-history .DaGf-testimonial-space:hover .fdrT-work-milestones::before {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}.void-instructor-history .DaGf-testimonial-space:hover .fdrT-work-milestones::after {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}

@media (min-width: 768px) {.void-instructor-history .DaGf-testimonial-space {
    grid-template-columns: 220px 1fr;
    gap: 25px 40px;
    grid-template-rows: auto 1fr;
}.void-instructor-history .DaGf-testimonial-space > div:first-child {
    justify-content: center;
    display: flex;
    grid-row: 1 / 3;
    align-items: center;
}.void-instructor-history .DaGf-testimonial-space > div:nth-child(2) {
    align-self: end;
}.void-instructor-history .DaGf-testimonial-space > div:nth-child(3) {
    grid-column: 2 / 3;
}.void-instructor-history .gEnN-hover-image {
    width: 200px;
    height: 200px;
}
}

@media (min-width: 992px) {.void-instructor-history {
    padding: 150px 0;
}.void-instructor-history .DaGf-testimonial-space {
    gap: 30px 60px;
    transform: perspective(1500px) rotateY(3deg);
    padding: 60px;
}.void-instructor-history .gEnN-hover-image {
    height: 240px;
    width: 240px;
}.void-instructor-history .name {
    font-size: calc(22px * 1.2);
}.void-instructor-history .DaGf-testimonial-space > div:nth-child(2) > div {
    font-size: 18px;
}.void-instructor-history .fdrT-work-milestones {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.void-instructor-history {
    padding: 80px 0;
}.void-instructor-history .DaGf-testimonial-space {
    gap: 20px;
    padding: 30px 25px;
}.void-instructor-history .gEnN-hover-image {
    height: 150px;
    width: 150px;
}.void-instructor-history .name {
    font-size: 22px;
    text-align: center;
}.void-instructor-history .DaGf-testimonial-space > div:nth-child(2) {
    text-align: center;
}.void-instructor-history .DaGf-testimonial-space > div:nth-child(2) > div {
    font-size: calc(18px * 0.9);
}.void-instructor-history .fdrT-work-milestones {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
    padding: 20px 15px;
}}.lUQa-privacy-container {
    border: 1px solid #000000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(239,237,234);
    padding: 30px;
    font-family: Arial, sans-serif;
}.lUQa-privacy-container h1 {
    text-transform: uppercase;
    color: #000000;
    margin: 20px 0;
    font-size: 30px;
    font-weight: 700;
}.lUQa-privacy-container h2 {
    color: #000000;
    font-weight: 600;
    margin: 15px 0;
    font-size: 22px;
}.lUQa-privacy-container h3, .lUQa-privacy-container h4, .lUQa-privacy-container h5, .lUQa-privacy-container h6 {
    margin: 10px 0;
    color: #000000;
    font-size: 22px;
}.lUQa-privacy-container ul {
    color: #000000;
    list-style-type: square;
    padding-left: 20px;
    margin: 15px 0;
}.lUQa-privacy-container li {
    font-size: 15px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.lUQa-privacy-container {
    padding: 20px;
}.lUQa-privacy-container h1 {
    font-size: 22px;
}.lUQa-privacy-container h2 {
    font-size: 18px;
}.lUQa-privacy-container ul {
    font-size: 15px;
}}
.IcTl-price-plan-item {
    background-color: rgb(239,237,234);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.IcTl-price-plan-item::before {
    z-index: 0;
    position: absolute;
    content: "";
    width: 110%;
    top: -10%;
    left: -5%;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    height: 120%;
    transform: rotate(-3deg);
}.IcTl-price-plan-item .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
}.IcTl-price-plan-item .jrbL-sub-options {
    flex-direction: column;
    display: flex;
}.IcTl-price-plan-item .lTrt-pricing-block {
    text-align: center;
    order: 1;
    position: relative;
    margin-bottom: 50px;
}.IcTl-price-plan-item .lTrt-pricing-block h2 {
    -webkit-background-clip: text !important;
    font-weight: 700;
    color: #000000;
    -webkit-text-fill-color: transparent;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(120deg, rgb(179,165,161), rgb(212,201,198));
    transform: translateY(0);
    font-size: 37px;
    margin-bottom: 15px;
}.IcTl-price-plan-item .lTrt-pricing-block:hover h2 {
    transform: translateY(-5px);
}.IcTl-price-plan-item .noYC-discount-deals {
    max-width: 700px;
    position: relative;
    color: #000000;
    font-size: 18px;
    margin: 0 auto;
    line-height: 1.6;
}.IcTl-price-plan-item .noYC-discount-deals::after {
    height: 3px;
    bottom: -15px;
    content: "";
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
    width: 100px;
    background: linear-gradient(90deg, rgb(179,165,161), rgb(212,201,198));
    transition: transform 0.5s ease;
    position: absolute;
}.IcTl-price-plan-item .lTrt-pricing-block:hover .noYC-discount-deals::after {
    transform: translateX(-50%) scaleX(1);
}.IcTl-price-plan-item .SXRG-study-rates {
    display: grid;
    order: 2;
    gap: 30px;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
}.IcTl-price-plan-item .kuKJ-learning-plan {
    border-radius: 28px;
    z-index: 1;
    transform-style: preserve-3d;
    text-decoration: none;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    overflow: hidden;
    display: block;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    perspective: 1000px;
}.IcTl-price-plan-item .kuKJ-learning-plan::before {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform: scaleX(0.85);
    z-index: 2;
    transform-origin: left;
    height: 5px;
    background: linear-gradient(90deg, rgb(179,165,161), rgb(212,201,198));
    left: 0;
    top: 0;
    position: absolute;
}.IcTl-price-plan-item .kuKJ-learning-plan:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
}.IcTl-price-plan-item .kuKJ-learning-plan:hover::before {
    transform: scaleX(1);
}.IcTl-price-plan-item .mhwe-promo-rates {
    height: 100%;
    flex-direction: column;
    display: flex;
}.IcTl-price-plan-item .OHqI-plan-rates {
    padding: 30px;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 1;
}.IcTl-price-plan-item .OHqI-plan-rates::before {
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    z-index: -1;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}.IcTl-price-plan-item .OHqI-plan-rates h3 {
    font-size: calc(22px + 2px);
    margin-bottom: 15px;
    color: #000000;
    font-weight: 700;
    transition: transform 0.4s ease;
    position: relative;
}.IcTl-price-plan-item .kuKJ-learning-plan:hover .OHqI-plan-rates h3 {
    transform: translateX(5px);
}.IcTl-price-plan-item .OrgS-lesson-plans {
    font-size: calc(22px + 8px);
    color: rgb(212,201,198);
    font-weight: 700;
    padding: 5px 10px;
    transition: transform 0.4s ease, color 0.4s ease;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}.IcTl-price-plan-item .OrgS-lesson-plans::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(179,165,161), rgb(212,201,198));
    height: 2px;
    content: "";
    transform: scaleX(0.3);
    width: 100%;
    transform-origin: left;
}.IcTl-price-plan-item .kuKJ-learning-plan:hover .OrgS-lesson-plans {
    transform: translateY(-5px);
    color: rgb(179,165,161);
}.IcTl-price-plan-item .kuKJ-learning-plan:hover .OrgS-lesson-plans::before {
    transform: scaleX(1);
}.IcTl-price-plan-item .OHqI-plan-rates p {
    margin-bottom: 0;
    max-width: 100%;
    word-wrap: break-word;
    font-size: 18px;
    color: #000000;
    overflow-wrap: break-word;
    hyphens: auto;
    flex-grow: 1;
    line-height: 1.6;
}.IcTl-price-plan-item .gEnN-hover-image {
    position: relative;
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    height: 200px;
}.IcTl-price-plan-item .gEnN-hover-image::after {
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    height: 100%;
    left: 0;
    z-index: 1;
}.IcTl-price-plan-item .kuKJ-learning-plan:hover .gEnN-hover-image {
    transform: scale(1.05);
}

@media (min-width: 768px) {.IcTl-price-plan-item .SXRG-study-rates {
    grid-template-columns: repeat(2, 1fr);
}.IcTl-price-plan-item .OHqI-plan-rates {
    padding: 35px;
}.IcTl-price-plan-item .gEnN-hover-image {
    height: 220px;
}
}

@media (min-width: 992px) {.IcTl-price-plan-item .jrbL-sub-options {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}.IcTl-price-plan-item .lTrt-pricing-block {
    flex: 0 0 30%;
    margin-bottom: 0;
    text-align: left;
    order: 2;
}.IcTl-price-plan-item .SXRG-study-rates {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 65%;
    order: 1;
}.IcTl-price-plan-item .noYC-discount-deals::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.IcTl-price-plan-item .lTrt-pricing-block:hover .noYC-discount-deals::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.IcTl-price-plan-item {
    padding: 150px 0;
}.IcTl-price-plan-item .SXRG-study-rates {
    gap: 40px;
}.IcTl-price-plan-item .kuKJ-learning-plan {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.IcTl-price-plan-item .kuKJ-learning-plan:hover {
    transform: translateY(-15px) scale(1.02);
}.IcTl-price-plan-item .kuKJ-learning-plan:nth-child(even) {
    transform: translateY(15px);
}.IcTl-price-plan-item .kuKJ-learning-plan:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.IcTl-price-plan-item .gEnN-hover-image {
    height: 250px;
}}.PikO-company-info {
    isolation: isolate;
    overflow: hidden;
    position: relative;
    background-color: rgb(239,237,234);
    padding: 150px 0;
}.PikO-company-info::before {
    inset: 0;
    position: absolute;
    content: "";
    opacity: 0.8;
    z-index: -2;
    background: 
        linear-gradient(120deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(240deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0) 10%),
        radial-gradient(circle at 15% 15%, rgb(212,201,198,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(179,165,161,0.5) 0%, transparent 25%);
}.PikO-company-info::after {
    opacity: 0.03;
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
    background-size: 20px 20px;
    height: 100%;
    pointer-events: none;
    top: 0;
    content: "";
    background-image: 
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
}.PikO-company-info .container {
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.PikO-company-info .container::before {
    opacity: 0.3;
    height: 200px;
    animation: pulseCircles 8s infinite alternate ease-in-out;
    z-index: -1;
    top: -120px;
    background: 
        radial-gradient(circle, transparent 30%, rgb(212,201,198,0.5) 30%, rgb(212,201,198,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(212,201,198,0.5) 36%, rgb(212,201,198,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(212,201,198,0.5) 43%, rgb(212,201,198,0.5) 45%, transparent 45%);
    position: absolute;
    width: 200px;
    right: -100px;
    content: "";
    background-size: 200px 200px;
    background-repeat: no-repeat;
}.PikO-company-info .container::after {
    content: "";
    height: 150px;
    animation: pulseCircles 8s infinite alternate-reverse ease-in-out;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    background-repeat: no-repeat;
    bottom: -100px;
    background: 
        radial-gradient(circle, transparent 30%, rgb(179,165,161,0.5) 30%, rgb(179,165,161,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(179,165,161,0.5) 36%, rgb(179,165,161,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(179,165,161,0.5) 43%, rgb(179,165,161,0.5) 45%, transparent 45%);
    background-size: 150px 150px;
    width: 150px;
    left: -70px;
}@keyframes pulseCircles {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.PikO-company-info .XWPB-learn-guides {
    background: rgba(255, 255, 255, 0.01);
    position: relative;
    box-shadow: 
        0 20px 80px -20px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 20px rgba(0, 0, 0, 0.02);
    border-radius: 17px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    display: flex;
}.PikO-company-info .XWPB-learn-guides::before,
.PikO-company-info .XWPB-learn-guides::after {
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    opacity: 0.05;
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background: conic-gradient(
        transparent 0deg,
        transparent 30deg,
        rgb(212,201,198,0.5) 40deg,
        rgb(212,201,198,0.5) 60deg,
        transparent 70deg,
        transparent 120deg,
        rgb(179,165,161,0.5) 130deg,
        rgb(179,165,161,0.5) 150deg,
        transparent 160deg,
        transparent 210deg,
        rgb(212,201,198,0.5) 220deg,
        rgb(212,201,198,0.5) 240deg,
        transparent 250deg,
        transparent 300deg,
        rgb(179,165,161,0.5) 310deg,
        rgb(179,165,161,0.5) 330deg,
        transparent 340deg
    );
    z-index: 0;
}.PikO-company-info .XWPB-learn-guides::before {
    animation: rotateConic 60s linear infinite;
}.PikO-company-info .XWPB-learn-guides::after {
    filter: blur(5px);
    opacity: 0.03;
    animation: rotateConic 40s linear infinite reverse;
}@keyframes rotateConic {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.PikO-company-info .uJRI-learn-mastery {
    display: flex;
    background: linear-gradient(
        -45deg, 
        transparent, 
        rgba(255, 255, 255, 0.02) 30%, 
        rgba(255, 255, 255, 0.03) 50%, 
        rgba(255, 255, 255, 0.02) 70%, 
        transparent
    );
    justify-content: center;
    padding: 60px 0;
    position: relative;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    width: 35%;
}.PikO-company-info .uJRI-learn-mastery::before {
    top: 30px;
    width: 60px;
    border-left: 2px solid rgb(212,201,198,0.5);
    left: 30px;
    position: absolute;
    content: "";
    opacity: 0.6;
    height: 60px;
    z-index: 1;
    border-top: 2px solid rgb(212,201,198,0.5);
}.PikO-company-info .uJRI-learn-mastery::after {
    width: 60px;
    border-right: 2px solid rgb(212,201,198,0.5);
    opacity: 0.6;
    right: 30px;
    position: absolute;
    height: 60px;
    bottom: 30px;
    z-index: 1;
    border-bottom: 2px solid rgb(212,201,198,0.5);
    content: "";
}.PikO-company-info .uJRI-learn-mastery .gEnN-hover-image {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    width: 240px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 17px;
    height: 320px;
    overflow: hidden;
    transform: perspective(1000px) rotateY(5deg);
    z-index: 2;
}.PikO-company-info .uJRI-learn-mastery .gEnN-hover-image::before {
    z-index: 1;
    inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(0, 0, 0, 0.4) 100%
    );
    content: "";
    position: absolute;
}.PikO-company-info .uJRI-learn-mastery .gEnN-hover-image::after {
    z-index: 2;
    height: 200%;
    animation: reflectionSweep 7s infinite cubic-bezier(0.5, 0, 0.5, 1);
    top: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    left: -20%;
    transform: rotate(30deg);
    position: absolute;
    width: 40%;
    content: "";
}@keyframes reflectionSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(500%);
    }
}

.PikO-company-info .uJRI-learn-mastery:hover .gEnN-hover-image {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.PikO-company-info .dHFG-timeline-hist {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    color: #ffffff;
    background: rgb(212,201,198);
    transform: translateY(-30px) translateX(40px);
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    padding: 20px 30px;
}.PikO-company-info .dHFG-timeline-hist::before {
    left: 0;
    width: 4px;
    opacity: 0.8;
    top: 0;
    height: 100%;
    position: absolute;
    background: rgb(179,165,161);
    content: "";
}.PikO-company-info .dHFG-timeline-hist::after {
    background: rgb(179,165,161);
    opacity: 0.8;
    content: "";
    transition: width 0.3s ease;
    bottom: 0;
    left: 0;
    width: 30%;
    position: absolute;
    height: 3px;
}.PikO-company-info .uJRI-learn-mastery:hover .dHFG-timeline-hist {
    transform: translateY(-35px) translateX(30px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.PikO-company-info .uJRI-learn-mastery:hover .dHFG-timeline-hist::after {
    width: 70%;
}.PikO-company-info .ACkp-learning-tracks {
    position: relative;
    margin: 0 0 8px 0;
    font-weight: 700;
    font-size: 24px;
}.PikO-company-info .XxVO-our-journey {
    margin: 0;
    opacity: 0.9;
    font-size: 16px;
}.PikO-company-info .SvbL-text-wrapper {
    padding: 60px;
    width: 65%;
    z-index: 2;
    position: relative;
    background: linear-gradient(
        45deg, 
        rgba(255, 255, 255, 0.03) 0%, 
        transparent 50%, 
        rgba(255, 255, 255, 0.02) 100%
    );
}.PikO-company-info .SvbL-text-wrapper::before {
    background: linear-gradient(
        to bottom,
        transparent,
        rgb(212,201,198,0.5),
        rgb(179,165,161,0.5),
        transparent
    );
    height: 100%;
    opacity: 0.4;
    width: 1px;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
}.PikO-company-info .SvbL-text-wrapper::after {
    height: 1px;
    width: 80%;
    opacity: 0.2;
    content: "";
    top: 50%;
    background: linear-gradient(
        to right,
        transparent,
        rgb(179,165,161,0.5) 50%,
        transparent
    );
    right: 0;
    transform: translateY(120px);
    position: absolute;
}.PikO-company-info .Ldxf-skill-sessions {
    align-items: center;
    position: relative;
    display: flex;
    margin-bottom: 25px;
}.PikO-company-info .Ldxf-skill-sessions::before {
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(
        to right,
        rgb(212,201,198,0.5),
        transparent 80%
    );
    opacity: 0.3;
    bottom: -12px;
    height: 1px;
}.PikO-company-info .Ldxf-skill-sessions svg {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    margin-right: 15px;
    width: 45px;
    height: 45px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    fill: rgb(212,201,198);
}.PikO-company-info .Ldxf-skill-sessions svg::before {
    transition: all 0.3s ease;
    inset: -5px;
    opacity: 0;
    content: "";
    border: 1px dashed rgb(212,201,198,0.5);
    transform: scale(0.8);
    border-radius: 50%;
    position: absolute;
}.PikO-company-info .Ldxf-skill-sessions:hover svg {
    transform: translateY(-5px) rotate(10deg);
}.PikO-company-info .Ldxf-skill-sessions svg path {
    fill: rgb(212,201,198);
    transition: fill 0.3s ease;
}.PikO-company-info .Ldxf-skill-sessions:hover svg path {
    fill: rgb(179,165,161);
}.PikO-company-info h2 {
    padding-bottom: 15px;
    font-size: 38px;
    position: relative;
    margin: 0 0 30px 0;
    font-weight: 700;
    color: #000000;
}.PikO-company-info h2::before {
    content: "";
    bottom: 0;
    height: 1px;
    opacity: 0.2;
    left: 0;
    background: linear-gradient(
        to right,
        rgb(212,201,198,0.5) 0%,
        transparent 80%
    );
    position: absolute;
    width: 100%;
}.PikO-company-info h2::after {
    border-radius: 3px;
    left: 0;
    bottom: 0;
    width: 60px;
    position: absolute;
    content: "";
    background: linear-gradient(
        to right,
        rgb(212,201,198) 0%,
        rgb(179,165,161) 100%
    );
    transition: width 0.3s ease;
    height: 3px;
}.PikO-company-info .SvbL-text-wrapper:hover h2::after {
    width: 100px;
}.PikO-company-info p {
    margin: 0;
    color: #000000;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    line-height: 1.8;
}.PikO-company-info p::before {
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgb(212,201,198,0.5),
        rgb(179,165,161,0.5)
    );
    width: 2px;
    content: "";
    opacity: 0.3;
    top: 0;
}.PikO-company-info p::after {
    bottom: 10px;
    right: 0;
    opacity: 0.1;
    width: 30%;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgb(179,165,161,0.5)
    );
    content: "";
    height: 1px;
}

@media (max-width: 1024px) {.PikO-company-info {
    padding: 100px 0;
}.PikO-company-info .XWPB-learn-guides {
    flex-direction: column;
}.PikO-company-info .uJRI-learn-mastery,
    .PikO-company-info .SvbL-text-wrapper {
    padding: 40px;
    width: 100%;
}.PikO-company-info .uJRI-learn-mastery {
    flex-direction: row;
    justify-content: center;
    display: flex;
    padding-bottom: 60px;
    align-items: center;
    gap: 30px;
}.PikO-company-info .uJRI-learn-mastery .gEnN-hover-image {
    margin-bottom: 0;
    height: 240px;
    width: 180px;
}.PikO-company-info .dHFG-timeline-hist {
    transform: translateY(0) translateX(0);
    flex: 1;
}.PikO-company-info .uJRI-learn-mastery:hover .dHFG-timeline-hist {
    transform: translateY(0) translateX(0);
}.PikO-company-info .SvbL-text-wrapper::before {
    width: 100%;
    height: 1px;
    background: linear-gradient(
            to right,
            transparent,
            rgb(212,201,198,0.5),
            rgb(179,165,161,0.5),
            transparent
        );
}
}

@media (max-width: 768px) {.PikO-company-info {
    padding: 80px 0;
}.PikO-company-info .uJRI-learn-mastery {
    flex-direction: column;
    padding: 30px;
    padding-bottom: 60px;
}.PikO-company-info .uJRI-learn-mastery .gEnN-hover-image {
    margin-bottom: 20px;
    height: 270px;
    width: 200px;
}.PikO-company-info .dHFG-timeline-hist {
    width: 90%;
    text-align: center;
}.PikO-company-info .dHFG-timeline-hist::before {
    height: 4px;
    width: 100%;
}.PikO-company-info .dHFG-timeline-hist::after {
    transform: translateX(-50%);
    left: 50%;
}.PikO-company-info .SvbL-text-wrapper {
    padding: 30px;
}.PikO-company-info h2 {
    text-align: center;
}.PikO-company-info h2::after {
    left: 50%;
    transform: translateX(-50%);
}.PikO-company-info .SvbL-text-wrapper:hover h2::after {
    width: 80px;
}.PikO-company-info p {
    text-align: center;
    padding-left: 0;
}.PikO-company-info p::before {
    display: none;
}
}

@media (max-width: 480px) {.PikO-company-info {
    padding: 60px 0;
}.PikO-company-info .container {
    padding: 0 20px;
}.PikO-company-info .uJRI-learn-mastery {
    padding-bottom: 50px;
    padding: 25px;
}.PikO-company-info .uJRI-learn-mastery .gEnN-hover-image {
    height: 220px;
    width: 160px;
}.PikO-company-info .dHFG-timeline-hist {
    width: 100%;
    padding: 15px 20px;
}.PikO-company-info .SvbL-text-wrapper {
    padding: 25px 20px;
}.PikO-company-info h2 {
    font-size: calc(38px * 0.85);
    margin-bottom: 20px;
}.PikO-company-info .Ldxf-skill-sessions {
    flex-direction: column;
    margin-bottom: 20px;
    align-items: center;
}.PikO-company-info .Ldxf-skill-sessions svg {
    margin-bottom: 10px;
    margin-right: 0;
}}.rZcU-future-students {
    z-index: 1;
    overflow: hidden;
    background-color: rgb(239,237,234);
    position: relative;
    padding: 5rem 0;
}.rZcU-future-students::before,
.rZcU-future-students::after {
    height: 100%;
    position: absolute;
    animation: beamScan 8s infinite ease-out;
    z-index: -1;
    width: 1px;
    content: '';
    top: 0;
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(212,201,198) 50%, 
        transparent 80%);
    opacity: 0;
}.rZcU-future-students::before {
    animation-delay: 0s;
    left: 25%;
}.rZcU-future-students::after {
    right: 25%;
    animation-delay: 4s;
}.rZcU-future-students .XWPB-learn-guides {
    max-width: 1000px;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.rZcU-future-students .XWPB-learn-guides::before,
.rZcU-future-students .XWPB-learn-guides::after {
    content: '';
    position: absolute;
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(179,165,161) 50%, 
        transparent 90%);
    left: 0;
    z-index: -1;
    opacity: 0;
    animation: horizontalBeam 10s infinite ease-out;
    height: 1px;
    width: 100%;
}.rZcU-future-students .XWPB-learn-guides::before {
    animation-delay: 2s;
    top: 30%;
}.rZcU-future-students .XWPB-learn-guides::after {
    bottom: 30%;
    animation-delay: 6s;
}.rZcU-future-students h3 {
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 3.5rem;
    letter-spacing: 1px;
    color: rgb(212,201,198);
}.rZcU-future-students h3::after {
    width: 100px;
    height: 2px;
    position: absolute;
    transform: translateX(-50%) scaleX(0.3);
    left: 50%;
    background: rgb(212,201,198);
    bottom: -15px;
    opacity: 0.7;
    animation: pulseLine 4s infinite ease-in-out;
    content: '';
}.rZcU-future-students ul {
    margin: 0;
    gap: 1.2rem;
    padding: 0;
    flex-direction: column;
    list-style: none;
    display: flex;
}.rZcU-future-students ul li {
    display: flex;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 17px;
    padding: 1.3rem 1.5rem;
    position: relative;
    color: #000000;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 400;
}.rZcU-future-students ul li::before {
    transition: transform 0.4s ease;
    background: linear-gradient(to bottom, 
        rgb(179,165,161,0.5), 
        rgb(212,201,198,0.5));
    transform: scaleY(0);
    width: 3px;
    height: 100%;
    left: 0;
    content: '';
    top: 0;
    transform-origin: top;
    position: absolute;
    opacity: 0.5;
}.rZcU-future-students ul li::after {
    width: 100%;
    position: absolute;
    transform: translateX(-100%);
    height: 100%;
    content: '';
    z-index: -1;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(212,201,198,0.5) 20%, 
        transparent 80%);
    transition: transform 0.5s ease;
    opacity: 0;
}.rZcU-future-students ul li:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #000000;
}.rZcU-future-students ul li:hover::before {
    transform: scaleY(1);
}.rZcU-future-students ul li:hover::after {
    transform: translateX(100%);
    opacity: 0.15;
}.rZcU-future-students ul li svg {
    width: 28px;
    z-index: 1;
    transition: all 0.4s ease;
    flex-shrink: 0;
    margin-right: 1.5rem;
    height: 28px;
    position: relative;
}.rZcU-future-students ul li:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.rZcU-future-students ul li svg path {
    fill: rgb(212,201,198);
    transition: fill 0.4s ease;
}.rZcU-future-students ul li:hover svg path {
    fill: rgb(179,165,161);
    animation: flashIcon 1s ease;
}@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

.rZcU-future-students::before :nth-child(1) {
    animation-delay: 1s;
}.rZcU-future-students::before :nth-child(2) {
    animation-delay: 3s;
}.rZcU-future-students::before :nth-child(3) {
    animation-delay: 5s;
}.rZcU-future-students ul::before {
    position: absolute;
    content: '';
    opacity: 0.2;
    height: 50px;
    width: 50px;
    border: 1px solid rgb(212,201,198,0.5);
    border-radius: 50%;
    right: 20px;
    top: 20px;
}.rZcU-future-students ul::after {
    position: absolute;
    opacity: 0.2;
    height: 30px;
    bottom: 20px;
    width: 30px;
    border-radius: 50%;
    left: 20px;
    border: 1px solid rgb(179,165,161,0.5);
    content: '';
}

@media (max-width: 992px) {.rZcU-future-students {
    padding: 4rem 0;
}.rZcU-future-students h3 {
    font-size: calc(35px * 0.9);
}.rZcU-future-students ul {
    gap: 1rem;
}.rZcU-future-students ul li {
    padding: 1.1rem 1.3rem;
}
}

@media (max-width: 576px) {.rZcU-future-students {
    padding: 3rem 0;
}.rZcU-future-students .XWPB-learn-guides {
    padding: 0 1.5rem;
}.rZcU-future-students h3 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.8);
}.rZcU-future-students ul {
    gap: 0.8rem;
}.rZcU-future-students ul li {
    padding: 1rem;
}.rZcU-future-students ul li svg {
    margin-right: 1rem;
    width: 24px;
    height: 24px;
}}.fSgL-cookieUsagePromptPanel {
    position: fixed;
    z-index: 90;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    bottom: 0;
    border-top: 3px solid rgb(212,201,198);
    background: rgb(239,237,234);
    padding: 20px 0;
}.YAVE-cookie-controls {
    margin: auto;
    align-items: center;
    max-width: 1200px;
    padding: 0 20px;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}#wXVN-cookieAlertWindow {
    display: none;
}#wXVN-cookieAlertWindow:checked ~ .fSgL-cookieUsagePromptPanel {
    visibility: hidden;
    opacity: 0;
}.fSgL-cookieUsagePromptPanel h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 6px;
    letter-spacing: 1px;
    color: rgb(212,201,198);
}.fSgL-cookieUsagePromptPanel p {
    max-width: 500px;
    font-size: 13px;
    color: #000000;
}.fPle-cookie-panel {
    margin-right: 20px;
    flex-shrink: 0;
}.fPle-cookie-panel svg, .fPle-cookie-panel svg path {
    fill: rgb(212,201,198);
    height: 80px;
    width: 80px;
}.mWOM-cookie-user {
    font-weight: 600;
    padding: 12px 24px;
    color: #ffffff;
    flex-shrink: 0;
    background: rgb(212,201,198);
    border: 2px solid transparent;
    text-decoration: none;
    border-radius: 10px;
    min-width: 140px;
    text-transform: uppercase;
    transition: border 0.2s;
    margin-left: 10px;
    text-align: center;
    font-size: 14px;
}.cookie_button.yiXq-data-approval {
    background: rgb(212,201,198);
}.cookie_button.zFLU-cookie-layer {
    background: rgb(179,165,161);
}.mWOM-cookie-user:hover {
    border: 2px solid #ffffff;
}.fSgL-cookieUsagePromptPanel p a {
    font-weight: 700;
    text-decoration: underline;
    color: rgb(212,201,198);
}
@media only screen and (max-width: 1200px) {.YAVE-cookie-controls {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.fPle-cookie-panel {
    display: none;
}.YAVE-cookie-controls {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.fSgL-cookieUsagePromptPanel h5, .fSgL-cookieUsagePromptPanel p {
    text-align: center;
}.tvio-safe-cookies {
    margin-bottom: 20px;
}.mWOM-cookie-user {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    max-width: 300px;
}}
.eoSq-segment-wrapper .fSgL-cookieUsagePromptPanel {
    background: rgb(179,165,161);
    border: none;
    padding: 30px 0;
}.eoSq-segment-wrapper .mWOM-cookie-user {
    border-radius: 10px;
    background: rgb(212,201,198);
    color: #ffffff;
    font-size: 14px;
    border: none;
    margin-left: 0;
    font-weight: 600;
}.eoSq-segment-wrapper .tvio-safe-cookies h5, .eoSq-segment-wrapper .tvio-safe-cookies p {
    color: #ffffff;
}.vITM-thxArea {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,237,234), rgba(245, 247, 250, 0.95));
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    padding: 5rem 0;
}.vITM-thxArea::before {
    top: 0;
    width: 50%;
    transform: skewX(-15deg) translateX(20%);
    background: linear-gradient(to bottom right, rgb(212,201,198,0.5), transparent);
    z-index: 1;
    height: 100%;
    opacity: 0.15;
    position: absolute;
    right: 0;
    content: "";
}.vITM-thxArea::after {
    bottom: 0;
    height: 3px;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
    transparent, 
    rgb(179,165,161), 
    rgb(212,201,198), 
    transparent);
    z-index: 2;
    content: "";
    position: absolute;
}.vITM-thxArea .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 3;
}.vITM-thxArea h2 {
    color: #000000;
    font-size: 34px;
    font-family: Arial, sans-serif;
    transform: translateX(-1rem);
    animation: slideTitle 0.8s ease-out forwards 0.3s;
    line-height: 1.3;
    margin-bottom: 2.5rem;
    max-width: 85%;
    opacity: 0;
    font-weight: 700;
    position: relative;
}.vITM-thxArea h2::after {
    height: 3px;
    left: 0;
    background: rgb(212,201,198);
    position: absolute;
    animation: growLine 1s ease-out forwards 0.8s;
    width: 5rem;
    transform: scaleX(0);
    content: "";
    bottom: -0.8rem;
    transform-origin: left;
}.vITM-thxArea .XWPB-learn-guides {
    transform: translateY(1rem);
    padding: 3rem;
    opacity: 0;
    position: relative;
    border-left: 4px solid rgb(212,201,198);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    animation: slideUp 0.8s ease-out forwards 0.5s;
    background: #ffffff;
}.vITM-thxArea .XWPB-learn-guides::before {
    background: linear-gradient(135deg, rgb(179,165,161,0.5), transparent);
    position: absolute;
    top: 2rem;
    content: "";
    opacity: 0.12;
    height: 8rem;
    z-index: 0;
    width: 8rem;
    right: 2rem;
    border-radius: 50%;
}.vITM-thxArea ul {
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 2;
    margin: 0;
}.vITM-thxArea li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}.vITM-thxArea li:last-child {
    margin-bottom: 0;
}.vITM-thxArea li::before {
    width: 0.5rem;
    content: "";
    top: 0.6rem;
    position: absolute;
    transform: rotate(45deg) scale(0);
    height: 0.5rem;
    background: rgb(212,201,198);
    left: 0;
    animation: growBox 0.6s ease-out forwards 1.2s;
}.vITM-thxArea li span {
    transform: translateX(0.5rem);
    color: #000000;
    display: block;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards 0.7s;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.7;
}

@keyframes slideTitle {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@keyframes slideUp {
  from {
    transform: translateY(1rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes growBox {
  from {
    transform: rotate(45deg) scale(0);
  }
  to {
    transform: rotate(45deg) scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(0.5rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (hover: hover) {.vITM-thxArea .XWPB-learn-guides:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.vITM-thxArea .XWPB-learn-guides:hover::before {
    transition: transform 0.5s ease;
    transform: scale(1.1);
}
}

@media (max-width: 991px) {.vITM-thxArea {
    padding: 4rem 0;
}.vITM-thxArea h2 {
    font-size: calc(34px * 0.9);
    max-width: 95%;
}.vITM-thxArea .XWPB-learn-guides {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.vITM-thxArea {
    padding: 3rem 0;
}.vITM-thxArea::before {
    width: 70%;
}.vITM-thxArea .container {
    padding: 0 1.5rem;
}.vITM-thxArea h2 {
    font-size: calc(34px * 0.8);
    max-width: 100%;
    margin-bottom: 2rem;
}.vITM-thxArea .XWPB-learn-guides {
    padding: 2rem 1.5rem;
}.vITM-thxArea .XWPB-learn-guides::before {
    right: 1.5rem;
    top: 1.5rem;
    width: 6rem;
    height: 6rem;
}
}

@media (max-width: 480px) {.vITM-thxArea {
    padding: 2.5rem 0;
}.vITM-thxArea h2 {
    font-size: calc(34px * 0.7);
    line-height: 1.4;
}.vITM-thxArea h2::after {
    width: 4rem;
}.vITM-thxArea .XWPB-learn-guides {
    border-left-width: 3px;
    padding: 1.75rem 1.25rem;
}.vITM-thxArea li {
    padding-left: 1.25rem;
}.vITM-thxArea li span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}.EzeK-course-structure {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(120deg, #000000 20%, rgb(179,165,161,0.5) 100%);
}.EzeK-course-structure::before {
    height: 140%;
    animation: floatGradient 20s ease-in-out infinite alternate;
    transform: rotate(-15deg);
    background: radial-gradient(ellipse at center, rgb(212,201,198,0.5) 0%, transparent 70%);
    right: -10%;
    position: absolute;
    z-index: 1;
    top: -20%;
    width: 70%;
    content: "";
    filter: blur(30px);
}.EzeK-course-structure::after {
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(179,165,161,0.5) 0%, transparent 40%);
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}.EzeK-course-structure .container {
    position: relative;
    z-index: 2;
}.EzeK-course-structure .XWPB-learn-guides {
    min-height: 500px;
    grid-template-columns: 45% 55%;
    gap: 0;
    position: relative;
    display: grid;
    grid-template-areas: 
        "photo info"
        "photo info";
}.EzeK-course-structure .hWmt-learn-development {
    position: relative;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    padding: 3.5rem 3rem 3.5rem 5rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 3;
    grid-area: info;
    border-radius: 0 22px 22px 0;
    backdrop-filter: blur(8px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-40px);
    overflow: hidden;
}.EzeK-course-structure .hWmt-learn-development::before {
    position: absolute;
    background-size: 30px 30px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    content: "";
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(212,201,198,0.5) 49.5%, rgb(212,201,198,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(212,201,198,0.5) 49.5%, rgb(212,201,198,0.5) 50.5%, transparent 50.5%);
    top: 0;
}.EzeK-course-structure .hWmt-learn-development::after {
    opacity: 0.1;
    animation: rotateRadial 30s linear infinite;
    background: radial-gradient(
        circle at center,
        rgb(212,201,198,0.5) 0%,
        transparent 60%
    );
    content: "";
    z-index: -1;
    left: -50%;
    top: -50%;
    position: absolute;
    height: 200%;
    width: 200%;
    transform-origin: center;
}.EzeK-course-structure .pAOT-top-lead {
    transform: rotate(-5deg) skew(-5deg);
    width: 90px;
    position: relative;
    height: 90px;
    margin-bottom: 2rem;
}.EzeK-course-structure .pAOT-top-lead::before {
    inset: -5px;
    border-radius: 12px;
    z-index: -1;
    content: "";
    position: absolute;
    filter: blur(5px);
    animation: pulseLogo 4s ease-in-out infinite alternate;
    background: linear-gradient(
        135deg,
        rgb(212,201,198) 0%,
        rgb(179,165,161) 100%
    );
    transform: rotate(5deg);
}.EzeK-course-structure .pAOT-top-lead::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 8px;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}.EzeK-course-structure .pAOT-top-lead svg {
    transform: translate(-50%, -50%);
    animation: floatLogo 6s ease-in-out infinite;
    width: 50px;
    filter: drop-shadow(0 0 8px rgb(212,201,198,0.5));
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
}.EzeK-course-structure .pAOT-top-lead svg path {
    fill: rgb(212,201,198);
    transition: fill 0.3s ease;
}.EzeK-course-structure h3 {
    transform: skew(-2deg);
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-size: 31px;
    margin-bottom: 1.8rem;
    position: relative;
}.EzeK-course-structure h3::before {
    left: 0;
    width: 40px;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(212,201,198), transparent);
    height: 3px;
    bottom: -10px;
}.EzeK-course-structure h3::after {
    background: linear-gradient(to right, rgb(212,201,198), transparent);
    left: 0;
    width: 80px;
    position: absolute;
    content: "";
    bottom: -15px;
    height: 1px;
}.EzeK-course-structure p {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 2rem;
    max-width: 600px;
    font-size: 14px;
    line-height: 1.8;
}.EzeK-course-structure .gEnN-hover-image {
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    height: 460px;
    z-index: 2;
    grid-area: photo;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    border-radius: 22px 0 0 22px;
}.EzeK-course-structure .gEnN-hover-image::before {
    top: 0;
    height: 100%;
    opacity: 0.6;
    content: "";
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    mix-blend-mode: multiply;
    left: 0;
    position: absolute;
    z-index: 2;
}.EzeK-course-structure .gEnN-hover-image::after {
    bottom: 0;
    opacity: 0.7;
    width: 100%;
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
    left: 0;
    position: absolute;
    z-index: 2;
    height: 50%;
    content: "";
}.EzeK-course-structure .XWPB-learn-guides:hover .gEnN-hover-image {
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
}.EzeK-course-structure .XWPB-learn-guides:hover .hWmt-learn-development {
    transform: translateX(-20px);
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
}.EzeK-course-structure .pAOT-top-lead:hover svg path {
    fill: rgb(179,165,161);
}

@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}

@media screen and (max-width: 1200px) {.EzeK-course-structure .XWPB-learn-guides {
    grid-template-columns: 42% 58%;
    min-height: 450px;
}.EzeK-course-structure .hWmt-learn-development {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.EzeK-course-structure h3 {
    font-size: calc(31px * 0.9);
}
}

@media screen and (max-width: 992px) {.EzeK-course-structure {
    padding: 5rem 0;
}.EzeK-course-structure .XWPB-learn-guides {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
            "gEnN-hover-image"
            "YCnO-inquiry-help";
}.EzeK-course-structure .gEnN-hover-image {
    height: 350px;
    transform: perspective(1000px) rotateX(5deg);
    border-radius: 22px 22px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.EzeK-course-structure .hWmt-learn-development {
    padding: 3rem 2.5rem;
    transform: translateY(-40px);
    border-radius: 0 0 22px 22px;
}.EzeK-course-structure .XWPB-learn-guides:hover .gEnN-hover-image {
    transform: perspective(1000px) rotateX(8deg);
}.EzeK-course-structure .XWPB-learn-guides:hover .hWmt-learn-development {
    transform: translateY(-50px);
}
}

@media screen and (max-width: 768px) {.EzeK-course-structure {
    padding: 4rem 0;
}.EzeK-course-structure .gEnN-hover-image {
    height: 300px;
}.EzeK-course-structure .hWmt-learn-development {
    padding: 2.5rem 2rem;
}.EzeK-course-structure .pAOT-top-lead {
    height: 80px;
    width: 80px;
    margin-bottom: 1.5rem;
}.EzeK-course-structure .pAOT-top-lead svg {
    height: 45px;
    width: 45px;
}.EzeK-course-structure h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1.5rem;
}.EzeK-course-structure p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media screen and (max-width: 576px) {.EzeK-course-structure {
    padding: 3rem 0;
}.EzeK-course-structure .gEnN-hover-image {
    height: 250px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}.EzeK-course-structure .hWmt-learn-development {
    transform: translateY(-30px);
    padding: 2rem 1.5rem;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
}.EzeK-course-structure .pAOT-top-lead {
    width: 70px;
    margin-bottom: 1.2rem;
    height: 70px;
}.EzeK-course-structure .pAOT-top-lead svg {
    width: 40px;
    height: 40px;
}.EzeK-course-structure h3 {
    margin-bottom: 1.2rem;
    font-size: calc(31px * 0.7);
}.EzeK-course-structure h3::before {
    bottom: -8px;
    height: 2px;
    width: 30px;
}.EzeK-course-structure h3::after {
    width: 60px;
    bottom: -12px;
    height: 1px;
}.EzeK-course-structure p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(14px * 0.9);
}.EzeK-course-structure .XWPB-learn-guides:hover .hWmt-learn-development {
    transform: translateY(-35px);
}}.ueNZ-contact-form-section {
    position: relative;
    padding: 0;
}.ueNZ-contact-form-section::before {
    background-color: rgb(239,237,234);
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.92;
}.ueNZ-contact-form-section .container {
    padding: 0;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.ueNZ-contact-form-section .QiOC-help-list {
    display: flex;
    position: relative;
}.ueNZ-contact-form-section .opgT-request-inquiry {
    width: 40%;
    justify-content: center;
    display: flex;
    padding: 80px 50px;
    flex-direction: column;
    background-color: rgb(212,201,198);
    color: #ffffff;
}.ueNZ-contact-form-section .opgT-request-inquiry h3 {
    position: relative;
    margin-bottom: 50px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
}.ueNZ-contact-form-section .opgT-request-inquiry h3::after {
    width: 60px;
    content: '';
    left: 0;
    height: 3px;
    bottom: -15px;
    position: absolute;
    background: #ffffff;
}.ueNZ-contact-form-section .opgT-request-inquiry div {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}.ueNZ-contact-form-section .opgT-request-inquiry div:last-child {
    border-bottom: none;
}.ueNZ-contact-form-section .opgT-request-inquiry svg {
    height: 25px;
    width: 25px;
    margin-right: 20px;
}.ueNZ-contact-form-section .opgT-request-inquiry svg path {
    fill: #ffffff;
}.ueNZ-contact-form-section .opgT-request-inquiry span {
    font-size: 16px;
    color: #ffffff;
}.ueNZ-contact-form-section .opgT-request-inquiry a {
    text-decoration: none;
    transition: opacity 0.3s ease;
    color: #ffffff;
}.ueNZ-contact-form-section .opgT-request-inquiry a:hover {
    opacity: 0.8;
}.ueNZ-contact-form-section .LFZd-message-box {
    align-items: center;
    width: 60%;
    padding: 100px 50px 100px 100px;
    background-color: #ffffff;
    display: flex;
}.ueNZ-contact-form-section form {
    width: 100%;
}.ueNZ-contact-form-section form h3 {
    color: #000000;
    margin-bottom: 40px;
    font-size: 32px;
    position: relative;
    font-weight: 700;
}.ueNZ-contact-form-section form h3::after {
    height: 3px;
    position: absolute;
    bottom: -15px;
    width: 60px;
    background: rgb(212,201,198);
    content: '';
    left: 0;
}.ueNZ-contact-form-section form input[type="text"],
.ueNZ-contact-form-section form input[type="email"] {
    color: #000000;
    margin-bottom: 25px;
    width: 100%;
    transition: all 0.3s ease;
    background: transparent;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    border: none;
    font-size: 16px;
}.ueNZ-contact-form-section form input[type="text"]:focus,
.ueNZ-contact-form-section form input[type="email"]:focus {
    border-bottom-color: rgb(212,201,198);
    outline: none;
}.ueNZ-contact-form-section form input::placeholder {
    color: #9e9e9e;
}.ueNZ-contact-form-section .JqxB-feedback-form {
    display: flex;
    align-items: flex-start;
    margin: 30px 0;
}.ueNZ-contact-form-section .JqxB-feedback-form input[type="checkbox"] {
    -webkit-appearance: none;
    transition: all 0.3s ease;
    width: 20px;
    flex-shrink: 0;
    position: relative;
    appearance: none;
    height: 20px;
    margin-right: 15px;
    border: 1px solid #e0e0e0;
    background: transparent;
    cursor: pointer;
}.ueNZ-contact-form-section .JqxB-feedback-form input[type="checkbox"]:checked {
    border-color: rgb(212,201,198);
    background-color: rgb(212,201,198);
}.ueNZ-contact-form-section .JqxB-feedback-form input[type="checkbox"]:checked::before {
    border-width: 0 2px 2px 0;
    height: 10px;
    position: absolute;
    border: solid white;
    width: 6px;
    transform: rotate(45deg);
    left: 6px;
    top: 2px;
    content: '';
}.ueNZ-contact-form-section .JqxB-feedback-form label {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}.ueNZ-contact-form-section .JqxB-feedback-form a {
    text-decoration: none;
    color: rgb(212,201,198);
    font-weight: 600;
    transition: color 0.3s ease;
}.ueNZ-contact-form-section .JqxB-feedback-form a:hover {
    color: rgb(179,165,161);
}.ueNZ-contact-form-section .ZBnr-help-card {
    font-weight: 600;
    padding: 15px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 17px;
    cursor: pointer;
    background: rgb(212,201,198);
}.ueNZ-contact-form-section .ZBnr-help-card::after {
    width: 100%;
    background: rgb(179,165,161);
    transform: scaleX(0);
    content: '';
    transform-origin: right;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.ueNZ-contact-form-section .ZBnr-help-card:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 1024px) {.ueNZ-contact-form-section .opgT-request-inquiry {
    padding: 60px 30px;
}.ueNZ-contact-form-section .LFZd-message-box {
    padding: 80px 40px 80px 70px;
}
}

@media (max-width: 768px) {.ueNZ-contact-form-section .QiOC-help-list {
    flex-direction: column;
}.ueNZ-contact-form-section .opgT-request-inquiry {
    width: 100%;
    clip-path: none;
    padding: 50px 30px;
}.ueNZ-contact-form-section .LFZd-message-box {
    padding: 50px 30px;
    width: 100%;
}.ueNZ-contact-form-section .opgT-request-inquiry h3,
    .ueNZ-contact-form-section form h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 576px) {.ueNZ-contact-form-section .opgT-request-inquiry,
    .ueNZ-contact-form-section .LFZd-message-box {
    padding: 40px 25px;
}.ueNZ-contact-form-section .opgT-request-inquiry h3,
    .ueNZ-contact-form-section form h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 25px;
}.ueNZ-contact-form-section .opgT-request-inquiry div {
    margin-bottom: 20px;
}.ueNZ-contact-form-section .ZBnr-help-card {
    padding: 15px 20px;
    width: 100%;
}
}