﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.wrap-container-Vi {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.head-tutor-N9 {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    auto
contain
touch-action: none;
    min-height: 100%;
    auto
    scroll-behavior: smooth;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    height: 100%;
}header,footer {
    width: 100%;
}.guide-section-Fr {
    flex: 0 0 auto;
}.container {
    width: 1173px;
    margin: auto;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.teaching-history-96 {
    overflow: hidden;
    background-color: rgb(234,239,238);
    padding: 6rem 2rem;
    position: relative;
}.teaching-history-96::before {
    right: -100px;
    filter: blur(120px);
    content: "";
    z-index: 0;
    top: -100px;
    position: absolute;
    background: rgb(198,212,207,0.5);
    width: 300px;
    height: 300px;
    border-radius: 50%;
}.teaching-history-96::after {
    width: 250px;
    left: -80px;
    filter: blur(100px);
    height: 250px;
    background: rgb(161,179,170,0.5);
    position: absolute;
    bottom: -80px;
    content: "";
    border-radius: 50%;
    z-index: 0;
}.teaching-history-96 .success-ratings-9l {
    background: #ffffff;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    z-index: 2;
    position: relative;
    overflow: visible;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    max-width: 1100px;
    border-radius: 21px;
    gap: 0;
}.teaching-history-96 .img-grid-3q {
    border-radius: 21px 0 0 21px;
    height: 500px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(-30px) translateY(-30px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}.teaching-history-96 .img-grid-3q::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 30px;
    width: 100%;
    background: rgb(198,212,207,0.5);
    border-radius: 21px;
    left: 30px;
    content: "";
}.teaching-history-96 .job-timeline-1G {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 3rem;
}.teaching-history-96 .name {
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.5px;
    margin-bottom: 0.5rem;
    font-size: 46px;
}.teaching-history-96 .job-timeline-1G > div:nth-child(2) {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(198,212,207);
    padding-bottom: 15px;
    font-size: 18px;
    margin-bottom: 2rem;
    font-weight: 400;
    display: inline-block;
}.teaching-history-96 .job-timeline-1G > div:nth-child(2)::after {
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    position: absolute;
    background: rgb(161,179,170);
    left: 0;
}.teaching-history-96 .work-container-nG {
    position: relative;
    font-weight: 300;
    font-style: italic;
    color: #000000;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: calc(15px * 1.1);
}.teaching-history-96 .work-container-nG::before {
    font-size: 5rem;
    top: -2.5rem;
    color: rgb(161,179,170,0.5);
    content: "";
    z-index: -1;
    font-family: serif;
    position: absolute;
    left: -2rem;
}.teaching-history-96 .success-ratings-9l:hover .img-grid-3q {
    transform: translateX(-20px) translateY(-40px);
}@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(198,212,207,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

.teaching-history-96 .success-ratings-9l:hover .name {
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(198,212,207), rgb(161,179,170));
    text-fill-color: transparent;
    -webkit-background-clip: text !important;
}

@media (max-width: 992px) {.teaching-history-96 .success-ratings-9l {
    grid-template-columns: 1fr;
    max-width: 90%;
}.teaching-history-96 .img-grid-3q {
    height: 400px;
    transform: translateY(-30px);
    border-radius: 21px 21px 0 0;
}.teaching-history-96 .img-grid-3q::before {
    left: 0;
    top: 30px;
    width: 100%;
}.teaching-history-96 .job-timeline-1G {
    padding: 1rem 2rem 3rem;
}.teaching-history-96 .success-ratings-9l:hover .img-grid-3q {
    transform: translateY(-40px);
}
}

@media (max-width: 576px) {.teaching-history-96 {
    padding: 4rem 1rem;
}.teaching-history-96 .success-ratings-9l {
    max-width: 100%;
}.teaching-history-96 .img-grid-3q {
    transform: translateY(-20px);
    height: 320px;
}.teaching-history-96 .img-grid-3q::before {
    top: 20px;
}.teaching-history-96 .job-timeline-1G {
    padding: 0.5rem 1.5rem 2.5rem;
}.teaching-history-96 .name {
    font-size: calc(33px);
}.teaching-history-96 .job-timeline-1G > div:nth-child(2) {
    letter-spacing: 1px;
    font-size: 15px;
}.teaching-history-96 .work-container-nG {
    font-size: 15px;
}.teaching-history-96 .success-ratings-9l:hover .img-grid-3q {
    transform: translateY(-25px);
}}.contact-information-JT {
    position: relative;
    padding: 100px 0;
}.contact-information-JT::before {
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(198,212,207,0.5) 0%, rgb(161,179,170,0.5) 100%);
    width: 100%;
    left: 0;
    content: '';
}.contact-information-JT .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}.contact-information-JT .query-query-Ds {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.contact-information-JT .help-info-EO {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 40px;
    border-radius: 27px;
    background: #ffffff;
}.contact-information-JT .help-info-EO h3 {
    font-weight: 700;
    font-size: 31px;
    text-align: center;
    grid-column: 1 / -1;
    position: relative;
    color: #000000;
    margin-bottom: 30px;
}.contact-information-JT .help-info-EO h3::after {
    background: rgb(198,212,207);
    position: absolute;
    transform: translateX(-50%);
    border-radius: 2px;
    width: 80px;
    left: 50%;
    bottom: -15px;
    height: 4px;
    content: '';
}.contact-information-JT .help-info-EO div {
    flex-direction: column;
    background: rgb(234,239,238);
    display: flex;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    padding: 30px 20px;
    transition: all 0.3s ease;
}.contact-information-JT .help-info-EO div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.contact-information-JT .help-info-EO svg {
    height: 40px;
    margin-bottom: 15px;
    width: 40px;
}.contact-information-JT .help-info-EO svg path {
    fill: rgb(198,212,207);
}.contact-information-JT .help-info-EO span {
    font-size: 16px;
    color: #000000;
}.contact-information-JT .help-info-EO a {
    text-decoration: none;
    color: rgb(198,212,207);
    transition: color 0.3s ease;
    font-weight: 600;
}.contact-information-JT .help-info-EO a:hover {
    color: rgb(161,179,170);
}.contact-information-JT .support-card-Aw {
    padding: 40px;
    background: #ffffff;
    border-radius: 27px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.contact-information-JT form h3 {
    font-size: 31px;
    margin-bottom: 40px;
    color: #000000;
    position: relative;
    font-weight: 700;
    text-align: center;
}.contact-information-JT form h3::after {
    border-radius: 2px;
    width: 80px;
    transform: translateX(-50%);
    background: rgb(198,212,207);
    left: 50%;
    content: '';
    position: absolute;
    bottom: -15px;
    height: 4px;
}.contact-information-JT form {
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.contact-information-JT form h3 {
    grid-column: 1 / -1;
}.contact-information-JT form input[type="text"],
.contact-information-JT form input[type="email"] {
    background: #ffffff;
    padding: 15px 20px;
    transition: all 0.3s ease;
    color: #000000;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 16px;
}.contact-information-JT form input[type="text"]:focus,
.contact-information-JT form input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(198,212,207,0.5);
    border-color: rgb(198,212,207);
    outline: none;
}.contact-information-JT form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact-information-JT .feedback-links-Bn {
    display: flex;
    grid-column: 1 / -1;
    align-items: flex-start;
    margin: 10px 0;
}.contact-information-JT .feedback-links-Bn input[type="checkbox"] {
    margin-right: 15px;
    cursor: pointer;
    -webkit-appearance: none;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 22px;
    border-radius: 10px;
    position: relative;
    appearance: none;
    flex-shrink: 0;
    width: 22px;
    transition: all 0.3s ease;
}.contact-information-JT .feedback-links-Bn input[type="checkbox"]:checked {
    border-color: rgb(198,212,207);
    background-color: rgb(198,212,207);
}.contact-information-JT .feedback-links-Bn input[type="checkbox"]:checked::before {
    top: 4px;
    transform: rotate(45deg);
    width: 6px;
    content: "";
    left: 7px;
    border-width: 0 2px 2px 0;
    height: 10px;
    border: solid #ffffff;
    position: absolute;
}.contact-information-JT .feedback-links-Bn label {
    color: #000000;
    line-height: 1.5;
    font-size: 13px;
}.contact-information-JT .feedback-links-Bn a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(198,212,207);
    font-weight: 600;
}.contact-information-JT .feedback-links-Bn a:hover {
    color: rgb(161,179,170);
}.contact-information-JT .query-support-5C {
    padding: 18px 20px;
    font-weight: 600;
    background: rgb(198,212,207);
    grid-column: 1 / -1;
    color: #ffffff;
    font-size: 19px;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
}.contact-information-JT .query-support-5C:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(161,179,170);
    transform: translateY(-3px);
}

@media (max-width: 992px) {.contact-information-JT {
    padding: 80px 0;
}.contact-information-JT .help-info-EO {
    padding: 35px;
}.contact-information-JT .support-card-Aw {
    padding: 35px;
}
}

@media (max-width: 768px) {.contact-information-JT {
    padding: 60px 0;
}.contact-information-JT .help-info-EO {
    padding: 30px;
    grid-template-columns: repeat(2, 1fr);
}.contact-information-JT .support-card-Aw {
    padding: 30px;
}.contact-information-JT form {
    grid-gap: 20px;
    grid-template-columns: 1fr;
}.contact-information-JT .help-info-EO h3,
    .contact-information-JT form h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.85);
}
}

@media (max-width: 576px) {.contact-information-JT {
    padding: 50px 0;
}.contact-information-JT .help-info-EO {
    grid-template-columns: 1fr;
    padding: 25px;
}.contact-information-JT .support-card-Aw {
    padding: 25px;
}.contact-information-JT .help-info-EO h3,
    .contact-information-JT form h3 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.8);
}.contact-information-JT .help-info-EO div {
    padding: 25px 15px;
}}.privacy-defense-G7 {
    background: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    padding: 50px;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.5);
    height: auto;
}.privacy-defense-G7 h1 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
    color: rgb(198,212,207);
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(198,212,207);
}.privacy-defense-G7 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 38px;
    border-left: 4px solid rgb(198,212,207);
    text-align: left;
    margin-top: 30px;
    text-transform: uppercase;
    color: rgb(161,179,170);
    padding-left: 10px;
}.privacy-defense-G7 ul, .privacy-defense-G7 ol {
    padding-left: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin: 20px 0;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}.privacy-defense-G7 ul li, .privacy-defense-G7 ol li {
    font-size: 18px;
    position: relative;
    color: #000000;
    margin-bottom: 15px;
    padding-left: 20px;
}.privacy-defense-G7 ul li::before, .privacy-defense-G7 ol li::before {
    background: rgb(198,212,207);
    height: 6px;
    top: 50%;
    content: '';
    left: 0;
    border-radius: 50%;
    width: 6px;
    transform: translateY(-50%);
    position: absolute;
}.privacy-defense-G7 p, .privacy-defense-G7 span, .privacy-defense-G7 div {
    color: #000000;
    font-size: 18px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    margin-bottom: 20px;
}.privacy-defense-G7 div.container {
    margin: 0 auto;
    max-width: 1000px;
}

@media only screen and (max-width: 800px) {.privacy-defense-G7 {
    padding: 30px;
    border-radius: 10px;
}.privacy-defense-G7 h1 {
    font-size: calc(18px - 5px);
}.privacy-defense-G7 h2 {
    font-size: calc(18px - 5px);
}.privacy-defense-G7 ul, .privacy-defense-G7 ol {
    margin: 10px 0;
    padding: 10px 0;
}.privacy-defense-G7 ul li, .privacy-defense-G7 ol li {
    font-size: 18px;
    padding-left: 15px;
}}.price-pack-AY {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(234,239,238) 0%, rgb(198,212,207,0.5) 100%);
    overflow: hidden;
}.price-pack-AY::before {
    position: absolute;
    pointer-events: none;
    content: "";
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(161,179,170,0.5) 0%, transparent 60%);
    left: 0;
    height: 100%;
    z-index: 0;
}.price-pack-AY .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1320px;
}.price-pack-AY .training-fees-cx {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    gap: 60px;
}.price-pack-AY .promo-plans-Io {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    max-width: 100%;
    border-left: 3px solid rgb(198,212,207);
    padding: 30px;
    backdrop-filter: blur(10px);
}.price-pack-AY .promo-plans-Io:hover {
    transform: perspective(1000px) rotateX(2deg);
}.price-pack-AY .promo-plans-Io h2 {
    background-clip: text !important;
    transform: translateZ(0);
    background: linear-gradient(90deg, rgb(198,212,207), rgb(161,179,170));
    color: transparent;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    -webkit-background-clip: text !important;
    line-height: 1.3;
    font-size: 30px;
}.price-pack-AY .promo-plans-Io .edu-rates-f4 {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 15px;
    max-width: 700px;
}.price-pack-AY .discount-grid-w4 {
    position: relative;
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
}.price-pack-AY .learn-deals-1D {
    display: block;
    position: relative;
    border-radius: 4px;
    text-decoration: none;
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.price-pack-AY .learn-deals-1D:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 5;
    transform: translateY(-10px);
}.price-pack-AY .tuition-grid-ts {
    display: flex;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    flex-direction: column;
}.price-pack-AY .tuition-grid-ts::before {
    transform-origin: left;
    left: 0;
    transition: transform 0.4s ease-out;
    top: 0;
    height: 5px;
    position: absolute;
    transform: scaleX(0.8);
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(198,212,207), rgb(161,179,170));
}.price-pack-AY .learn-deals-1D:hover .tuition-grid-ts::before {
    transform: scaleX(1);
}.price-pack-AY .fee-deals-sS {
    display: flex;
    position: relative;
    flex: 1;
    flex-direction: column;
    padding: 30px;
    z-index: 1;
}.price-pack-AY .fee-deals-sS h3 {
    margin-bottom: 15px;
    position: relative;
    transition: transform 0.3s ease;
    overflow: hidden;
    font-size: calc(19px + 2px);
    color: #000000;
    font-weight: 700;
    text-overflow: ellipsis;
    transform-origin: left;
    white-space: nowrap;
}.price-pack-AY .learn-deals-1D:hover .fee-deals-sS h3 {
    color: rgb(198,212,207);
    transform: translateX(5px) scale(1.03);
}.price-pack-AY .pricing-fees-y0 {
    font-weight: 700;
    color: rgb(161,179,170);
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    font-size: calc(19px + 4px);
}.price-pack-AY .pricing-fees-y0::after {
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    width: 50px;
    background: rgb(198,212,207);
    left: 0;
    content: "";
    height: 3px;
    transform: scaleX(0.5);
    bottom: -5px;
}.price-pack-AY .learn-deals-1D:hover .pricing-fees-y0::after {
    transform: scaleX(1);
}.price-pack-AY .fee-deals-sS p {
    color: #000000;
    font-size: 15px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    overflow: hidden;
    word-break: break-word;
    flex: 1;
    line-height: 1.6;
}.price-pack-AY .img-grid-3q {
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    position: relative;
}.price-pack-AY .img-grid-3q::after {
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
    height: 100%;
    content: "";
    top: 0;
}.price-pack-AY .learn-deals-1D:hover .img-grid-3q {
    transform: scale(1.05);
}

@media (min-width: 768px) {.price-pack-AY .discount-grid-w4 {
    grid-template-columns: repeat(2, 1fr);
}.price-pack-AY .promo-plans-Io {
    padding: 40px;
}.price-pack-AY .fee-deals-sS {
    padding: 30px 35px;
}.price-pack-AY .img-grid-3q {
    height: 240px;
}
}

@media (min-width: 992px) {.price-pack-AY .training-fees-cx {
    align-items: stretch;
    gap: 40px;
    flex-direction: row;
}.price-pack-AY .promo-plans-Io {
    width: 30%;
    padding: 50px 40px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}.price-pack-AY .discount-grid-w4 {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}.price-pack-AY .fee-deals-sS {
    padding: 30px;
}.price-pack-AY .fee-deals-sS p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.price-pack-AY {
    padding: 120px 0;
}.price-pack-AY .discount-grid-w4 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price-pack-AY .promo-plans-Io h2 {
    font-size: calc(30px + 4px);
}.price-pack-AY .fee-deals-sS h3 {
    font-size: calc(19px + 4px);
}.price-pack-AY .pricing-fees-y0 {
    font-size: calc(19px + 8px);
}.price-pack-AY .img-grid-3q {
    height: 280px;
}
}

@media (min-width: 1400px) {.price-pack-AY .discount-grid-w4 {
    grid-template-columns: repeat(2, 1fr);
}.price-pack-AY .fee-deals-sS p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.price-pack-AY .learn-deals-1D {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.price-pack-AY .learn-deals-1D:hover {
    transform: translateY(-10px) scale(1.02);
}}.welcome-L6 {
    height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
}.course-hero-Np {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
}.course-hero-Np::before {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, 
    rgb(198,212,207,0.5) 0%,
    rgba(0,0,0,0.7) 50%, 
    rgb(161,179,170,0.5) 100%);
    z-index: 1;
    content: '';
    animation: gradientShift 8s infinite alternate ease-in-out;
}.course-hero-Np::after {
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 10% 100%);
    animation: patternFloat 20s infinite linear;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
    -45deg,
    rgb(161,179,170,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(161,179,170,0.5) 12px
  );
    top: 0;
    right: 0;
    content: '';
    z-index: 2;
    width: 70%;
    opacity: 0.15;
}.welcome-L6 .fast-study-or {
    transform: translateX(-2rem);
    position: relative;
    opacity: 0;
    max-width: 800px;
    z-index: 5;
    padding: 4rem;
    animation: slideInContent 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.21, 1.02);
}.welcome-L6 .fast-study-or::before {
    box-shadow: 0 0 20px rgb(198,212,207,0.5);
    width: 6px;
    border-radius: 10px;
    position: absolute;
    background: rgb(198,212,207);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    content: '';
}.welcome-L6 h1 {
    position: relative;
    font-size: 39px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    opacity: 0;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    font-weight: 700;
}.welcome-L6 h1::after {
    left: 0;
    content: '';
    position: absolute;
    height: 3px;
    bottom: -10px;
    transform: scaleX(0);
    background: rgb(161,179,170);
    animation: expandLine 1.2s 1.1s forwards cubic-bezier(0.17, 0.67, 0.21, 1.02);
    transform-origin: left;
    width: 100px;
}.welcome-L6 h3 {
    padding: 1rem 2rem 1rem 0;
    font-size: calc(24px + 0.15rem);
    transform: translateY(20px);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
    font-weight: 600;
    animation: fadeUp 0.8s 0.9s forwards cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 90%;
    background: linear-gradient(90deg, 
    rgb(161,179,170,0.5) 0%, 
    transparent 100%);
    color: #ffffff;
    position: relative;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    opacity: 0;
}.welcome-L6 p {
    transition: transform 0.4s ease-out;
    backdrop-filter: blur(5px);
    transform: translateY(20px);
    opacity: 0;
    font-size: 12px;
    animation: fadeUp 0.8s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 3px solid rgb(198,212,207);
    font-weight: 400;
    line-height: 1.6;
    background-color: rgba(0,0,0,0.3);
    color: #ffffff;
    padding: 0.75rem 1.5rem;
}.welcome-L6 p:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    transform: translateX(10px) scale(1.02);
}

@keyframes slideInContent {
  0% {
    transform: translateX(-5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

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

@keyframes gradientShift {
  0% {
    opacity: 0.85;
    background-position: 0% 50%;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.9;
    background-position: 100% 50%;
  }
}

@media screen and (max-width: 1200px) {.welcome-L6 .fast-study-or {
    padding: 3rem;
    max-width: 700px;
}.welcome-L6 h1 {
    font-size: calc(39px - 0.2rem);
}.welcome-L6 h3 {
    max-width: 95%;
    font-size: 24px;
}
}

@media screen and (max-width: 992px) {.course-hero-Np {
    justify-content: center;
}.course-hero-Np::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    width: 100%;
}.welcome-L6 .fast-study-or {
    max-width: 90%;
    padding: 2.5rem;
    text-align: center;
}.welcome-L6 .fast-study-or::before {
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
    height: 4px;
    top: 0;
}.welcome-L6 h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.welcome-L6 h1, .welcome-L6 h3, .welcome-L6 p {
    max-width: 100%;
}@keyframes expandLine {
    0% {
      transform: translateX(-50%) scaleX(0);
    }
    100% {
      transform: translateX(-50%) scaleX(1);
    }
  }
  
  .welcome-L6 h3 {
    background: rgba(0,0,0,0.3);
    clip-path: none;
    padding: 1rem;
}.welcome-L6 p {
    border-left: none;
    border-bottom: 3px solid rgb(198,212,207);
}.welcome-L6 p:hover {
    transform: translateY(-5px) scale(1.02);
}
}

@media screen and (max-width: 768px) {.welcome-L6 {
    height: 90vh;
}.welcome-L6 .fast-study-or {
    max-width: 95%;
    padding: 2rem 1.5rem;
}.welcome-L6 h1 {
    margin-bottom: 1rem;
    font-size: calc(39px - 0.5rem);
}.welcome-L6 h3 {
    font-size: calc(24px - 0.1rem);
    margin-bottom: 1rem;
}.welcome-L6 p {
    font-size: calc(12px - 0.1rem);
}
}

@media screen and (max-width: 576px) {.welcome-L6 {
    height: 80vh;
}.course-hero-Np::before {
    background: linear-gradient(180deg, 
      rgba(0,0,0,0.7) 0%,
      rgb(198,212,207,0.5) 100%);
}.course-hero-Np::after {
    opacity: 0.1;
}.welcome-L6 .fast-study-or {
    padding: 1.5rem 1rem;
    max-width: 100%;
}.welcome-L6 h1 {
    font-size: calc(39px - 0.7rem);
}.welcome-L6 h3 {
    font-size: calc(24px - 0.2rem);
}.welcome-L6 p {
    padding: 0.5rem 1rem;
}.welcome-L6 .fast-study-or::before {
    width: 50%;
}}.our-background-Lb {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    color: #ffffff;
}.our-background-Lb::before {
    z-index: 1;
    right: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    content: "";
}.our-background-Lb::after {
    height: 300px;
    right: -100px;
    position: absolute;
    opacity: 0.15;
    border-radius: 50%;
    background: rgb(198,212,207);
    top: -100px;
    content: "";
    z-index: 1;
    animation: pulse 10s infinite alternate ease-in-out;
    width: 300px;
    filter: blur(60px);
}.our-background-Lb .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.our-background-Lb .info-wrapper-dO {
    opacity: 0;
    border-left: 4px solid rgb(198,212,207);
    padding: 40px;
    background: linear-gradient(to right, 
        rgba(#000000, 0.6), 
        rgba(#000000, 0.4));
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.our-background-Lb .info-wrapper-dO::before {
    opacity: 0.05;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(45deg, 
        rgb(198,212,207,0.5) 0%, 
        transparent 100%);
    width: 100%;
    content: "";
}.our-background-Lb .info-wrapper-dO > div:first-child {
    margin-bottom: 10px;
    position: relative;
}.our-background-Lb .info-wrapper-dO > div:first-child::after {
    height: 2px;
    left: 0;
    transition: width 0.4s ease;
    background: rgb(198,212,207);
    width: 60px;
    position: absolute;
    content: "";
    bottom: -5px;
}.our-background-Lb h5 {
    position: relative;
    font-weight: 700;
    opacity: 0;
    transform: translateX(-10px);
    font-size: 23px;
    letter-spacing: 2px;
    color: rgb(198,212,207);
    text-transform: uppercase;
    animation: fadeInRight 0.6s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 0 10px;
}.our-background-Lb p {
    margin: 0 0 25px;
    opacity: 0;
    transform: translateX(-10px);
    animation: fadeInRight 0.6s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.6;
    color: #ffffff;
    font-size: calc(12px * 1.2);
}.our-background-Lb b {
    color: rgb(198,212,207);
    letter-spacing: 0.5px;
    font-size: calc(12px * 1.3);
    font-weight: 700;
}.our-background-Lb ol {
    animation: fadeInUp 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    opacity: 0;
    padding-left: 0;
    list-style-type: none;
    counter-reset: item;
    margin: 30px 0 0;
}.our-background-Lb li {
    font-size: 12px;
    color: #ffffff;
    text-align: justify;
    padding-left: 20px;
    margin-bottom: 15px;
    line-height: 1.8;
    position: relative;
}.our-background-Lb li::before {
    height: 6px;
    border-radius: 50%;
    content: "";
    background-color: rgb(198,212,207);
    position: absolute;
    left: 0;
    width: 6px;
    top: 12px;
}

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

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

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.15;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

@media (min-width: 768px) {.our-background-Lb {
    padding: 150px 0;
}.our-background-Lb .info-wrapper-dO {
    margin-left: auto;
    max-width: 85%;
    padding: 60px;
}.our-background-Lb .info-wrapper-dO::after {
    content: "";
    left: 40px;
    height: 80px;
    z-index: -1;
    position: absolute;
    border: 1px solid rgb(198,212,207);
    width: 80px;
    top: -40px;
    opacity: 0.3;
}.our-background-Lb ol {
    column-gap: 40px;
    column-count: 1;
}.our-background-Lb h5 {
    font-size: calc(23px * 1.2);
}
}

@media (min-width: 992px) {.our-background-Lb {
    padding: 180px 0;
}.our-background-Lb .info-wrapper-dO {
    transform: perspective(1000px) rotateY(-2deg);
    margin-left: auto;
    margin-right: 0;
    max-width: 75%;
}.our-background-Lb .info-wrapper-dO:hover::after {
    transition: all 0.5s ease;
    transform: scale(1.1);
    opacity: 0.4;
}.our-background-Lb .info-wrapper-dO > div:first-child:hover::after {
    width: 100px;
}
}

@media (max-width: 767px) {.our-background-Lb {
    padding: 80px 0;
}.our-background-Lb .info-wrapper-dO {
    padding: 30px 20px;
}.our-background-Lb h5 {
    font-size: 23px;
}.our-background-Lb p {
    font-size: 12px;
}.our-background-Lb li {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}}.gratFrame-vf {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,239,238) 0%, rgb(198,212,207,0.5) 30%, rgb(234,239,238) 70%, rgb(161,179,170,0.5) 100%);
    position: relative;
}.gratFrame-vf::before {
    z-index: 0;
    width: 100%;
    left: 0;
    position: absolute;
    animation: pulseGlow 10s ease-in-out infinite;
    top: 0;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 30% 50%, rgb(198,212,207,0.5) 0%, transparent 60%);
}.gratFrame-vf::after {
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(2px 2px at 85% 15%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 10% 75%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 20% 20%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 70% 80%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 90% 60%, #ffffff 50%, transparent 60%);
    content: "";
    left: 0;
    opacity: 0.7;
    width: 100%;
}.gratFrame-vf .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.gratFrame-vf .training-classes-oQ {
    padding: 3.5rem;
    gap: 2.5rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.gratFrame-vf .training-classes-oQ::before {
    position: absolute;
    opacity: 0.6;
    border-radius: 10px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(198,212,207) 50%, transparent);
    height: 10px;
    top: -5px;
    width: 80%;
}.gratFrame-vf .training-classes-oQ::after {
    opacity: 0.6;
    border-radius: 10px;
    content: "";
    transform: translateX(-50%);
    height: 10px;
    bottom: -5px;
    left: 50%;
    width: 80%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(161,179,170) 50%, transparent);
}.gratFrame-vf .training-classes-oQ > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.gratFrame-vf .training-classes-oQ > div:first-child::after {
    bottom: 0;
    background: rgb(198,212,207);
    transform-origin: left;
    left: 0;
    animation: expandLine 1.5s ease-out forwards;
    height: 3px;
    position: absolute;
    width: 60px;
    content: "";
}.gratFrame-vf h5 {
    font-size: 23px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    transition: transform 0.3s ease;
    color: #000000;
    margin: 0;
    font-weight: 700;
    transform: translateY(0);
    position: relative;
}.gratFrame-vf a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    overflow: hidden;
    position: relative;
}.gratFrame-vf a::before {
    left: -30px;
    animation: shine 3s infinite;
    content: "";
    position: absolute;
    opacity: 0;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(198,212,207,0.5), transparent);
    transform: skewX(-20deg);
    width: 10px;
    transition: opacity 0.3s ease;
    height: 100%;
}.gratFrame-vf a:hover::before {
    opacity: 1;
}.gratFrame-vf p {
    padding: 0.5rem 1rem;
    margin: 0;
    font-size: 14px;
    color: #000000;
    border-left: 3px solid rgb(161,179,170,0.5);
    line-height: 1.7;
    transition: all 0.3s ease;
    position: relative;
}.gratFrame-vf a:hover p {
    color: rgb(198,212,207);
    transform: translateX(5px);
}.gratFrame-vf .training-classes-oQ:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
    transform: perspective(1000px) rotateX(0deg);
}

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

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}

@keyframes shine {
    0% {
        left: -30px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (min-width: 768px) {.gratFrame-vf {
    padding: 150px 0;
}.gratFrame-vf .training-classes-oQ {
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg);
    max-width: 85%;
    padding: 4rem 5rem;
    margin: 0 auto;
}.gratFrame-vf .training-classes-oQ:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.gratFrame-vf h5 {
    font-size: calc(23px * 1.2);
}.gratFrame-vf p {
    padding: 1rem 1.5rem;
    font-size: calc(14px * 1.1);
    line-height: 1.8;
}
}

@media (min-width: 992px) {.gratFrame-vf .training-classes-oQ {
    gap: 3rem;
    max-width: 75%;
}.gratFrame-vf .training-classes-oQ > div:first-child::after {
    width: 80px;
}
    
    @keyframes expandLine {
        0% {
            width: 0;
        }
        100% {
            width: 80px;
        }
    }
}

@media (max-width: 767px) {.gratFrame-vf {
    padding: 60px 0;
}.gratFrame-vf .training-classes-oQ {
    gap: 1.5rem;
    padding: 2.5rem 1.5rem;
}.gratFrame-vf h5 {
    font-size: calc(23px * 0.9);
}.gratFrame-vf p {
    border-left-width: 2px;
    padding: 0.5rem;
}
}

@media (max-width: 480px) {.gratFrame-vf {
    padding: 40px 0;
}.gratFrame-vf .training-classes-oQ {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem 1.25rem;
}.gratFrame-vf h5 {
    font-size: calc(23px * 0.8);
}.gratFrame-vf p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}.operation-process-Xz {
    z-index: 1;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(234,239,238) 0%, rgba(245, 245, 250, 0.9) 100%);
    overflow: hidden;
}.operation-process-Xz::before {
    top: -100px;
    width: 300px;
    opacity: 0.15;
    right: -100px;
    z-index: -1;
    animation: float 15s infinite ease-in-out;
    content: "";
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(198,212,207,0.5) 0%, rgb(161,179,170,0.5) 100%);
    position: absolute;
    filter: blur(60px);
}.operation-process-Xz::after {
    background: linear-gradient(225deg, rgb(161,179,170,0.5) 0%, rgb(198,212,207,0.5) 100%);
    left: -50px;
    opacity: 0.1;
    bottom: -50px;
    filter: blur(40px);
    z-index: -1;
    content: "";
    width: 200px;
    animation: morph 20s infinite alternate ease-in-out;
    height: 200px;
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.operation-process-Xz .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
}.operation-process-Xz .training-classes-oQ {
    perspective: 1000px;
    justify-content: center;
    align-items: center;
    display: flex;
}.operation-process-Xz .training-classes-oQ > div {
    max-width: 850px;
    position: relative;
    border-left: 4px solid rgb(198,212,207);
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), 
                box-shadow 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transform: translateY(0) rotateX(0);
    padding: 3.5rem;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.02);
}.operation-process-Xz .training-classes-oQ > div:hover {
    transform: translateY(-5px) rotateX(2deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
                0 1px 5px rgba(0, 0, 0, 0.03);
}.operation-process-Xz .training-classes-oQ > div::before {
    width: 40px;
    left: -20px;
    opacity: 0.9;
    height: 40px;
    transform: scale(0);
    top: 20px;
    content: "";
    background: rgb(198,212,207);
    border-radius: 50%;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.operation-process-Xz .training-classes-oQ > div:hover::before {
    transform: scale(1);
}.operation-process-Xz h3 {
    padding-bottom: 0.75rem;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: calc(32px * 0.85);
    line-height: 1.3;
    letter-spacing: -0.5px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.operation-process-Xz h3::after {
    left: 0;
    background: linear-gradient(90deg, rgb(198,212,207) 0%, rgb(161,179,170) 100%);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    width: 60px;
    bottom: 0;
    height: 3px;
    transform-origin: left center;
    transform: scaleX(1);
}.operation-process-Xz .training-classes-oQ > div:hover h3::after {
    transform: scaleX(1.5);
}.operation-process-Xz p {
    position: relative;
    color: #000000;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 0;
    font-family: Arial, sans-serif;
}.operation-process-Xz p span {
    position: relative;
    display: inline-block;
    transition: opacity 0.3s ease;
    opacity: 0.95;
}.operation-process-Xz p span::before {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(161,179,170,0.5), transparent);
    opacity: 0;
    transform-origin: left;
    position: absolute;
    content: "";
    height: 1px;
    bottom: -3px;
    width: 100%;
    transform: scaleX(0);
}.operation-process-Xz .training-classes-oQ > div:hover p span::before {
    transform: scaleX(1);
    opacity: 0.7;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(10px, 40px);
    }
    75% {
        transform: translate(30px, 10px);
    }
}

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 50% 30% 70% 50%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 70% 30% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 992px) {.operation-process-Xz {
    padding: 5rem 0;
}.operation-process-Xz .training-classes-oQ > div {
    padding: 2.5rem;
}.operation-process-Xz h3 {
    font-size: calc(32px * 0.75);
}
}

@media (max-width: 768px) {.operation-process-Xz {
    padding: 4rem 0;
}.operation-process-Xz .training-classes-oQ > div {
    padding: 2rem;
    border-left-width: 3px;
}.operation-process-Xz h3 {
    font-size: calc(32px * 0.7);
    padding-bottom: 0.65rem;
    margin-bottom: 1.25rem;
}.operation-process-Xz h3::after {
    width: 50px;
    height: 2px;
}.operation-process-Xz p {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.operation-process-Xz {
    padding: 3rem 0;
}.operation-process-Xz .training-classes-oQ > div {
    padding: 1.75rem;
    border-left-width: 2px;
}.operation-process-Xz h3 {
    margin-bottom: 1rem;
    font-size: calc(32px * 0.65);
    padding-bottom: 0.5rem;
}.operation-process-Xz h3::after {
    width: 40px;
}.operation-process-Xz p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.operation-process-Xz .training-classes-oQ > div::before {
    left: -15px;
    height: 30px;
    top: 15px;
    width: 30px;
}}header .top_plank {
    background: rgb(198,212,207);
    color:  #ffffff;
}header .top_plank .plank-section-aY div svg, header .top_plank .plank-section-aY div svg path {
    fill: #ffffff;
}header .top_plank .plank-section-aY div span {
    color: #ffffff;
}header .top_plank .plank-section-aY {
    align-items: center;
    padding: 15px 0 10px 0;
    display: flex;
    line-height: 21px;
    font-size: 14px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}header .top_plank .plank-section-aY div {
    display: flex;
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .plank-section-aY div img, header .top_plank .plank-section-aY div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.data-analysis-jL {
    z-index: 1;
    background: linear-gradient(135deg, rgb(234,239,238) 0%, rgb(198,212,207,0.5) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.data-analysis-jL::before {
    width: 100%;
    background: linear-gradient(to right, rgb(234,239,238) 0%, transparent 70%);
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}.data-analysis-jL::after {
    background-position: center;
    width: 70%;
    z-index: -2;
    opacity: 0.4;
    position: absolute;
    content: "";
    background-image: radial-gradient(circle at 70% 30%, rgb(198,212,207,0.5) 0%, transparent 50%),
                      radial-gradient(circle at 30% 70%, rgb(161,179,170,0.5) 0%, transparent 50%);
    height: 100%;
    top: 0;
    background-size: cover;
    right: 0;
}.data-analysis-jL .container {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
}.data-analysis-jL .study-edge-0R {
    flex-direction: column;
    flex: 0 0 30%;
    padding: 60px;
    justify-content: center;
    z-index: 2;
    background: linear-gradient(135deg, rgb(198,212,207,0.5) 0%, transparent 100%);
    position: relative;
    display: flex;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}.data-analysis-jL .study-edge-0R::before {
    position: absolute;
    width: 10px;
    background: linear-gradient(to bottom, rgb(198,212,207), rgb(161,179,170));
    left: 0;
    content: "";
    height: 100%;
    top: 0;
}.data-analysis-jL .success-statistics-gR {
    margin-bottom: 30px;
    font-size: 35px;
    position: relative;
    font-weight: 700;
    padding-bottom: 20px;
    color: #000000;
    line-height: 1.2;
}.data-analysis-jL .success-statistics-gR::after {
    bottom: 0;
    width: 80px;
    background: rgb(161,179,170);
    position: absolute;
    height: 3px;
    content: "";
    left: 0;
}.data-analysis-jL .program-statistics-lf {
    line-height: 1.8;
    color: #000000;
    max-width: 500px;
    font-size: 16px;
    margin: 0;
}.data-analysis-jL .top-gain-In {
    flex: 0 0 70%;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    display: flex;
}.data-analysis-jL .extra-gain-lZ {
    padding: 25px 20px;
    overflow: hidden;
    align-items: center;
    display: flex;
    transition: all 0.4s ease;
    text-align: center;
    position: relative;
    justify-content: center;
    z-index: 1;
    flex: 0 0 calc(100% / 3);
    height: 33.333%;
    flex-direction: column;
}.data-analysis-jL .extra-gain-lZ:nth-child(1) {
    background: rgba(255, 255, 255, 0.1);
}.data-analysis-jL .extra-gain-lZ:nth-child(2) {
    background: rgba(255, 255, 255, 0.15);
}.data-analysis-jL .extra-gain-lZ:nth-child(3) {
    background: rgba(255, 255, 255, 0.2);
}.data-analysis-jL .extra-gain-lZ:nth-child(4) {
    background: rgba(255, 255, 255, 0.15);
}.data-analysis-jL .extra-gain-lZ:nth-child(5) {
    background: rgba(255, 255, 255, 0.1);
}.data-analysis-jL .extra-gain-lZ:nth-child(6) {
    background: rgba(255, 255, 255, 0.05);
}.data-analysis-jL .extra-gain-lZ:nth-child(7) {
    background: rgba(255, 255, 255, 0.1);
}.data-analysis-jL .extra-gain-lZ:nth-child(8) {
    background: rgba(255, 255, 255, 0.15);
}.data-analysis-jL .extra-gain-lZ:nth-child(9) {
    background: rgba(255, 255, 255, 0.2);
}.data-analysis-jL .extra-gain-lZ::before {
    height: 0;
    z-index: -1;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(198,212,207,0.5), rgb(161,179,170,0.5));
    content: "";
    transition: all 0.4s ease;
    left: 0;
}.data-analysis-jL .extra-gain-lZ:hover::before {
    height: 100%;
}.data-analysis-jL .extra-gain-lZ::after {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: rgb(198,212,207);
    bottom: 0;
    width: 0;
    content: "";
    height: 3px;
    left: 0;
}.data-analysis-jL .extra-gain-lZ:hover::after {
    width: 100%;
}.data-analysis-jL .extra-gain-lZ h4 {
    line-height: 1;
    font-weight: 700;
    position: relative;
    transition: all 0.4s ease;
    font-size: 2.8rem;
    color: rgb(198,212,207);
    margin: 0 0 12px;
}.data-analysis-jL .extra-gain-lZ:hover h4 {
    transform: translateY(-5px);
    color: #000000;
}.data-analysis-jL .extra-gain-lZ span {
    color: #000000;
    position: relative;
    font-size: calc(16px * 0.9);
    padding: 0 5px;
    transition: all 0.4s ease;
}.data-analysis-jL .extra-gain-lZ:hover span {
    color: #000000;
}.data-analysis-jL svg {
    transition: all 0.4s ease;
    fill: rgb(198,212,207);
    width: 24px;
    position: absolute;
    height: 24px;
    opacity: 0.6;
    top: 15px;
    right: 15px;
}.data-analysis-jL svg path {
    fill: rgb(198,212,207);
    transition: all 0.4s ease;
}.data-analysis-jL .extra-gain-lZ:hover svg {
    opacity: 1;
    transform: rotate(15deg) scale(1.2);
}.data-analysis-jL .extra-gain-lZ:hover svg path {
    fill: rgb(161,179,170);
}

@media (max-width: 1400px) {.data-analysis-jL .extra-gain-lZ h4 {
    font-size: 2.5rem;
}.data-analysis-jL .extra-gain-lZ {
    padding: 20px 15px;
}
}

@media (max-width: 1200px) {.data-analysis-jL .container {
    max-width: 100%;
}.data-analysis-jL .study-edge-0R {
    padding: 40px;
}.data-analysis-jL .extra-gain-lZ {
    flex: 0 0 50%;
    height: 25%;
}.data-analysis-jL .extra-gain-lZ h4 {
    font-size: 2.3rem;
}
}

@media (max-width: 992px) {.data-analysis-jL {
    padding: 80px 0;
}.data-analysis-jL .container {
    flex-direction: column;
}.data-analysis-jL .study-edge-0R {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    flex: 0 0 auto;
    padding: 40px 30px;
    border-right: none;
}.data-analysis-jL .study-edge-0R::before {
    width: 100%;
    top: auto;
    bottom: 0;
    height: 5px;
}.data-analysis-jL .top-gain-In {
    width: 100%;
    flex: 0 0 auto;
}.data-analysis-jL .extra-gain-lZ {
    flex: 0 0 33.333%;
    height: 160px;
}.data-analysis-jL .success-statistics-gR {
    font-size: calc(35px * 0.9);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.data-analysis-jL {
    padding: 60px 0;
}.data-analysis-jL .top-gain-In {
    height: auto;
    flex-wrap: wrap;
}.data-analysis-jL .extra-gain-lZ {
    min-height: 140px;
    height: auto;
    flex: 0 0 50%;
}.data-analysis-jL .extra-gain-lZ h4 {
    margin-bottom: 10px;
    font-size: 2.2rem;
}.data-analysis-jL .success-statistics-gR {
    font-size: calc(35px * 0.8);
    padding-bottom: 15px;
}.data-analysis-jL .program-statistics-lf {
    font-size: calc(16px * 0.95);
}.data-analysis-jL svg {
    top: 12px;
    height: 20px;
    right: 12px;
    width: 20px;
}
}

@media (max-width: 480px) {.data-analysis-jL {
    padding: 50px 0;
}.data-analysis-jL .study-edge-0R {
    padding: 30px 20px;
}.data-analysis-jL .extra-gain-lZ {
    padding: 15px;
    min-height: 120px;
    flex: 0 0 100%;
}.data-analysis-jL .extra-gain-lZ h4 {
    font-size: 2rem;
}.data-analysis-jL .extra-gain-lZ span {
    font-size: calc(16px * 0.85);
}.data-analysis-jL .success-statistics-gR {
    font-size: calc(35px * 0.7);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.data-analysis-jL .success-statistics-gR::after {
    height: 2px;
    width: 60px;
}}header {
    position: relative;
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(234,239,238), #ffffff);
    z-index: 100;
    box-shadow: 0 5px 15px rgb(198,212,207,0.5);
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
}header .first-lesson-LY {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    flex-direction: column;
}header .header-tutor-Jn {
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
    position: relative;
    display: block;
    padding: 0.5rem;
}header .header-tutor-Jn::after {
    bottom: -5px;
    height: 2px;
    opacity: 0.7;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(198,212,207), transparent);
    content: '';
    left: 0;
    width: 100%;
}header .header-tutor-Jn svg {
    width: 180px;
    transition: transform 0.3s ease;
    height: auto;
}header .header-tutor-Jn:hover svg {
    transform: scale(1.05);
}header .top-bar-Sl {
    gap: 0.5rem;
    border-radius: 25px;
    background: linear-gradient(to right, rgb(198,212,207,0.5), rgb(161,179,170,0.5));
    padding: 0.8rem;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    width: 100%;
}header .top-page-6p {
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.6rem 1.2rem;
    font-weight: 400;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    background: #ffffff;
    color: #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}header .top-page-6p:hover {
    background: linear-gradient(135deg, rgb(198,212,207), rgb(161,179,170));
    box-shadow: 0 4px 8px rgb(198,212,207,0.5);
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .header-tutor-Jn svg {
    width: 160px;
}header .top-bar-Sl {
    padding: 0.7rem;
}header .top-page-6p {
    font-size: calc(16px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .first-lesson-LY {
    gap: 1rem;
}header .header-tutor-Jn svg {
    width: 140px;
}header .top-bar-Sl {
    padding: 0.6rem;
    gap: 0.4rem;
}header .top-page-6p {
    padding: 0.4rem 0.8rem;
    font-size: calc(16px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .first-lesson-LY {
    gap: 0.8rem;
}header .header-tutor-Jn svg {
    width: 120px;
}header .top-bar-Sl {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.5rem;
}header .top-bar-Sl::-webkit-scrollbar {
    height: 3px;
}header .top-bar-Sl::-webkit-scrollbar-thumb {
    background: rgb(198,212,207);
    border-radius: 10px;
}header .top-page-6p {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
    font-size: calc(16px - 2px);
}}.program-details-lA {
    background: linear-gradient(135deg, rgba(rgb(198,212,207,0.5), 0.05), rgba(rgb(161,179,170,0.5), 0.1));
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}.program-details-lA::before {
    width: 100%;
    top: 0;
    content: "";
    z-index: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(198,212,207,0.5), 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(rgb(161,179,170,0.5), 0.12) 0%, transparent 45%);
    height: 100%;
    left: 0;
}.program-details-lA::after {
    content: "";
    background: linear-gradient(225deg, rgba(rgb(198,212,207,0.5), 0.08), transparent);
    height: 45%;
    z-index: 0;
    width: 45%;
    position: absolute;
    right: -5%;
    top: -10%;
    transform: rotate(-15deg) skew(15deg);
}.program-details-lA .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.program-details-lA h2 {
    font-size: 29px;
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
    max-width: 85%;
    color: #000000;
    transform: translateX(-5%);
    line-height: 1.3;
}.program-details-lA h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(198,212,207), rgb(161,179,170));
    width: 80px;
    bottom: -15px;
    transform-origin: left center;
    transform: scaleX(1);
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    content: "";
}.program-details-lA h2:hover::after {
    transform: scaleX(1.5);
}.program-details-lA .study-hack-Lc {
    grid-template-columns: 1fr;
    display: grid;
    grid-gap: 40px;
    position: relative;
}.program-details-lA .img-grid-3q {
    box-shadow: 
        -15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
        5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.1);
    position: relative;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    height: 400px;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.program-details-lA .img-grid-3q::before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    mix-blend-mode: overlay;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(rgb(198,212,207,0.5), 0.1),
        rgba(rgb(161,179,170,0.5), 0.15)
    );
    width: 100%;
    left: 0;
}.program-details-lA .img-grid-3q::after {
    opacity: 0;
    z-index: 2;
    content: "";
    left: -50%;
    width: 200%;
    pointer-events: none;
    transition: opacity 1.2s ease;
    top: -50%;
    height: 200%;
    position: absolute;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(255, 255, 255, 0.5), 0.1) 0%,
        transparent 70%
    );
    mix-blend-mode: overlay;
}.program-details-lA .img-grid-3q:hover {
    box-shadow: 
        -20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
        10px -10px 30px rgba(rgb(255, 255, 255, 0.5), 0.05);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.program-details-lA .img-grid-3q:hover::after {
    opacity: 1;
}.program-details-lA .info-wrapper-dO {
    padding: 20px 0 0;
    position: relative;
}.program-details-lA .description {
    max-height: 350px;
    margin-bottom: 25px;
    padding-right: 15px;
    transform: translateY(0);
    color: #000000;
    font-size: 14px;
    line-height: 1.75;
    overflow-y: auto;
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: relative;
}.program-details-lA .description::-webkit-scrollbar {
    width: 4px;
}.program-details-lA .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.program-details-lA .description::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(198,212,207), rgb(161,179,170));
}.program-details-lA .description:first-of-type {
    position: relative;
    z-index: 1;
}.program-details-lA .description:first-of-type::first-letter {
    font-weight: 700;
    color: rgb(198,212,207);
    margin-right: 1px;
    font-size: 1.5em;
}.program-details-lA .description:last-of-type {
    position: relative;
    border-left: 1px solid rgba(rgb(198,212,207,0.5), 0.2);
    padding-left: 20px;
}.program-details-lA .description:last-of-type::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    background: rgb(198,212,207);
    left: -5px;
    height: 10px;
    top: 0;
    width: 10px;
}

@media (min-width: 768px) {.program-details-lA {
    padding: 150px 0 100px;
}.program-details-lA h2 {
    max-width: 80%;
    margin-bottom: 60px;
    font-size: calc(29px * 1.2);
}.program-details-lA .study-hack-Lc {
    grid-gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.program-details-lA .img-grid-3q {
    height: 500px;
    transform: perspective(1500px) rotateY(-5deg) rotateX(3deg) translateX(-20px);
}.program-details-lA .img-grid-3q:hover {
    transform: perspective(1500px) rotateY(-2deg) rotateX(1deg) translateX(0);
}.program-details-lA .info-wrapper-dO {
    padding: 0 0 0 20px;
}.program-details-lA .description {
    max-height: 300px;
}
}

@media (min-width: 992px) {.program-details-lA .container {
    padding: 0 40px;
}.program-details-lA h2 {
    transform: translateX(-8%);
    font-size: calc(29px * 1.4);
    max-width: 70%;
}.program-details-lA h2::after {
    width: 120px;
    height: 4px;
}.program-details-lA .study-hack-Lc {
    grid-gap: 80px;
}.program-details-lA .img-grid-3q {
    height: 550px;
    transform: perspective(2000px) rotateY(-7deg) rotateX(3deg) translateX(-30px);
}.program-details-lA .img-grid-3q:hover {
    transform: perspective(2000px) rotateY(-3deg) rotateX(1deg) translateX(-10px);
}.program-details-lA .info-wrapper-dO {
    padding: 0 0 0 40px;
}.program-details-lA .description {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
    max-height: 400px;
}
}

@media (min-width: 1200px) {.program-details-lA {
    padding: 180px 0 120px;
}.program-details-lA h2 {
    max-width: 60%;
    font-size: calc(29px * 1.5);
}.program-details-lA .study-hack-Lc {
    grid-gap: 100px;
}.program-details-lA .img-grid-3q {
    height: 600px;
}.program-details-lA .description {
    font-size: calc(14px * 1.1);
    max-height: 450px;
}
}

@media (max-width: 767px) {.program-details-lA {
    padding: 80px 0 60px;
}.program-details-lA h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
    transform: translateX(0);
    max-width: 100%;
}.program-details-lA .img-grid-3q {
    height: 300px;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
}.program-details-lA .info-wrapper-dO {
    padding: 20px 0 0;
}.program-details-lA .description {
    font-size: calc(14px * 0.95);
    max-height: 250px;
    line-height: 1.6;
}}footer {
    width: 100%;
    position: relative;
}footer .guide-section-Fr {
    position: relative;
    padding: 100px 0 30px;
    background-color: #2c3e50;
    font-family: Arial, sans-serif;
    color: #ffffff;
}footer .guide-section-Fr::before {
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    background-size: 60px 60px;
    content: "";
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}footer .footer-careers-wU {
    z-index: 1;
    position: relative;
}footer .contact-assistance-e2 {
    position: relative;
    gap: 15px;
    margin: -70px auto 60px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}footer .info_item {
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    height: 100px;
    display: flex;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    border-radius: 10px;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    position: absolute;
    width: 6px;
    top: 25%;
    height: 50%;
    background-color: rgb(198,212,207);
    content: "";
    transition: height 0.3s ease, top 0.3s ease;
    left: 0;
}footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .info_item:hover::before {
    top: 0;
    height: 100%;
}footer .info_item svg {
    z-index: 1;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    fill: rgb(198,212,207);
    margin-right: 15px;
    position: relative;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #2c3e50;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    font-size: 14px;
}footer .info_item a:hover {
    color: rgb(198,212,207);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
}footer .head-pro-Ji, footer .subscribe_holder {
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 23px;
    padding: 30px;
    position: relative;
}footer .head-pro-Ji:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .top-bar-Sl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}footer .head-pro-Ji svg {
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
}footer .privacy-cta-qb {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.6;
}footer .top-bar-Sl h5 {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 23px;
    color: #ffffff;
    grid-column: 1 / -1;
    position: relative;
    margin-bottom: 20px;
}footer .top-bar-Sl h5::after {
    content: "";
    width: 50px;
    bottom: 0;
    height: 2px;
    left: 0;
    background-color: rgb(198,212,207);
    position: absolute;
}footer .top-master-dk {
    padding: 20px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border-radius: 23px;
}footer .top-master-dk:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .top-master-dk a {
    text-decoration: none;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding: 8px 0;
    transition: all 0.3s ease;
}footer .top-master-dk a:last-child {
    border-bottom: none;
}footer .top-master-dk a::before {
    position: absolute;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
    content: "→";
}footer .top-master-dk a:hover {
    padding-left: 5px;
    color: #ffffff;
}footer .top-master-dk a:hover::before {
    opacity: 1;
    transform: translateX(0);
}footer .subscribe_holder h5 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
}footer .subscribe_holder h5::after {
    left: 0;
    width: 50px;
    content: "";
    bottom: 0;
    position: absolute;
    background-color: rgb(198,212,207);
    height: 2px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 14px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(198,212,207);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .join-now-KA {
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    padding: 15px;
    background-color: rgb(198,212,207);
    color: #ffffff;
    font-weight: 600;
}footer .join-now-KA:hover {
    background-color: rgb(161,179,170);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .quiz-links-GW {
    position: relative;
    margin-top: 50px;
    text-align: center;
}footer .project-ref-yD {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.05);
    display: inline-block;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 16px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .join-now-KA {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .top-bar-Sl {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .guide-section-Fr {
    padding: 70px 0 30px;
}footer .contact-assistance-e2 {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .head-pro-Ji, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top-bar-Sl h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .quiz-links-GW {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .guide-section-Fr {
    padding: 50px 0 20px;
}footer .top-master-dk {
    padding: 15px;
}footer .top-bar-Sl h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .input_holder input[type="email"],
    footer .join-now-KA {
    padding: 12px;
}}.join-now-bz {
    overflow: hidden;
    padding: 130px 0;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(234,239,238) 100%);
}.join-now-bz::before {
    opacity: 0.1;
    border: 30px solid rgb(198,212,207,0.5);
    top: -150px;
    content: '';
    right: -150px;
    border-radius: 50%;
    width: 300px;
    z-index: 1;
    height: 300px;
    position: absolute;
}.join-now-bz::after {
    border: 40px solid rgb(161,179,170,0.5);
    position: absolute;
    left: -200px;
    height: 400px;
    bottom: -200px;
    width: 400px;
    z-index: 1;
    opacity: 0.1;
    border-radius: 50%;
    content: '';
}.join-now-bz .training-classes-oQ {
    z-index: 10;
    display: flex;
    position: relative;
    flex-direction: column;
}.join-now-bz .container {
    background: #ffffff;
    max-width: 900px;
    margin: 0 auto;
    z-index: 2;
    padding: 60px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}.join-now-bz .container::before {
    content: '';
    right: 0;
    z-index: 1;
    top: 0;
    height: 80px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background: rgb(198,212,207);
    width: 80px;
    position: absolute;
}.join-now-bz .container::after {
    content: '';
    height: 80px;
    width: 80px;
    z-index: 1;
    background: rgb(161,179,170);
    position: absolute;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    bottom: 0;
    left: 0;
}.join-now-bz .container p {
    position: relative;
    color: #000000;
    z-index: 5;
    line-height: 1.4;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 40px 0;
}.join-now-bz .query-support-5C {
    text-align: center;
    z-index: 5;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    height: 60px;
    margin: 0 auto;
    transition: all 0.4s ease;
    width: 220px;
    color: rgb(198,212,207);
    position: relative;
    background: transparent;
    line-height: 60px;
    border: 2px solid rgb(198,212,207);
    display: block;
}.join-now-bz .query-support-5C::before {
    background: rgb(198,212,207);
    z-index: -1;
    transition: transform 0.4s ease;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    content: '';
}.join-now-bz .query-support-5C:hover {
    color: #ffffff;
}.join-now-bz .query-support-5C:hover::before {
    transform: scaleX(1);
}.join-now-bz .training-classes-oQ::before {
    top: 3%;
    position: absolute;
    z-index: 1;
    content: '';
    left: 3%;
    width: 94%;
    height: 94%;
    border: 1px dashed rgb(198,212,207,0.5);
}.join-now-bz .training-classes-oQ::after {
    top: 6%;
    z-index: 1;
    position: absolute;
    left: 6%;
    height: 88%;
    content: '';
    border: 1px dashed rgb(161,179,170,0.5);
    width: 88%;
}

@media (max-width: 991px) {.join-now-bz {
    padding: 110px 0;
}.join-now-bz .container {
    padding: 50px;
}.join-now-bz .container p {
    margin-bottom: 35px;
    font-size: calc(21px * 1.2);
}.join-now-bz .container::before,
    .join-now-bz .container::after {
    width: 70px;
    height: 70px;
}.join-now-bz .query-support-5C {
    line-height: 55px;
    height: 55px;
    width: 200px;
}
}

@media (max-width: 767px) {.join-now-bz {
    padding: 90px 0;
}.join-now-bz .container {
    padding: 40px;
}.join-now-bz .container p {
    margin-bottom: 30px;
    font-size: 21px;
}.join-now-bz .container::before,
    .join-now-bz .container::after {
    width: 60px;
    height: 60px;
}.join-now-bz .query-support-5C {
    width: 180px;
    height: 50px;
    line-height: 50px;
}
}

@media (max-width: 480px) {.join-now-bz {
    padding: 70px 0;
}.join-now-bz .container {
    padding: 30px;
}.join-now-bz .container p {
    margin-bottom: 25px;
    font-size: calc(12px * 1.2);
}.join-now-bz .container::before,
    .join-now-bz .container::after {
    width: 50px;
    height: 50px;
}.join-now-bz .query-support-5C {
    height: 45px;
    width: 160px;
    font-size: calc(14px * 0.9);
    line-height: 45px;
}
}