.container {
    max-width: 100%;
    margin: auto;
    width: 1229px;
}

.wrapper-border-yE {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    position: relative;
    padding: 0;
    background: rgb(221,220,230);
    width: 100%;
}

svg {
    height: 30px;
    width: 30px;
}


.thanksSpace-7w {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(221,220,230) 0%, rgb(187,126,126,0.5) 100%);
}

.thanksSpace-7w::after {
    transform: rotate(-15deg);
    width: 15rem;
    position: absolute;
    content: "";
    z-index: 0;
    right: -5rem;
    opacity: 0.15;
    height: 15rem;
    bottom: -5rem;
    background: linear-gradient(225deg, rgb(187,126,126) 0%, transparent 70%);
}

.thanksSpace-7w .study-studio-9M {
    opacity: 0;
    flex-direction: column;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    gap: 2.5rem;
    display: flex;
    transform: translateX(-20px);
}

.thanksSpace-7w .study-studio-9M > div:first-child::before {
    height: 50%;
    transform: translateY(-50%);
    background: rgb(188,210,185);
    position: absolute;
    left: -2rem;
    content: "";
    width: 0.5rem;
    top: 50%;
}

.thanksSpace-7w .study-studio-9M > div:last-child::after {
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    content: "";
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(188,210,185), rgb(187,126,126));
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    height: 4px;
}

.thanksSpace-7w p {
    font-size: 13px;
    margin: 0;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    line-height: 1.8;
}

.thanksSpace-7w a:hover {
    transform: translateY(-5px);
}

.thanksSpace-7w a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(188,210,185,0.5);
}

.company-info-ax::before {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgba(rgb(188,210,185,0.5), 0.03) 5px,
            rgba(rgb(188,210,185,0.5), 0.03) 10px
        );
    top: 0;
    content: "";
}

.company-info-ax::before {
    bottom: 0;
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, 
        rgb(188,210,185) 0%, 
        rgb(188,210,185) 20%, 
        transparent 20%, 
        transparent 40%,
        rgb(187,126,126) 40%, 
        rgb(187,126,126) 60%,
        transparent 60%,
        transparent 80%,
        rgb(188,210,185) 80%,
        rgb(188,210,185) 100%
    );
}

.company-info-ax .timeline-hist-oj {
    gap: 50px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}

.company-info-ax .achieve-stats-2j:nth-child(2) {
    margin-left: -50px;
    margin-right: 50px;
    grid-template-columns: 7fr 3fr;
}

.company-info-ax .achieve-stats-2j:nth-child(1) h3 {
    grid-column: 1;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    grid-row: 1;
    margin-right: -30px;
    z-index: 2;
}

.company-info-ax .achieve-stats-2j:nth-child(2) h3 {
    grid-column: 2;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    margin-left: -30px;
    z-index: 2;
    background: linear-gradient(
        135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(187,126,126,0.5) 100%
    );
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
    grid-row: 1;
}

.company-info-ax .achieve-stats-2j:nth-child(1) p {
    grid-row: 1;
    grid-column: 2;
    margin-left: -20px;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
    border-left: 3px solid rgb(188,210,185);
}

.company-info-ax .achieve-stats-2j:nth-child(1)::before {
    transform: translateY(-50%);
    position: absolute;
    right: -100px;
    top: 50%;
    width: 200px;
    border-radius: 50%;
    z-index: 0;
    animation: rotate 30s linear infinite;
    content: "";
    border: 1px dashed rgb(188,210,185,0.5);
    height: 200px;
    opacity: 0.2;
}

.tariff-grid-nY {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.tariff-grid-nY::before {
    bottom: 0;
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    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%);
    left: 0;
    right: 0;
}

.tariff-grid-nY h2 {
    opacity: 0;
    margin-bottom: 20px;
    font-size: 32px;
    position: relative;
    text-align: center;
    transform: translateY(20px);
    font-weight: 700;
    color: #ffffff;
    animation: fadeInUp 0.8s ease-out forwards;
}

.tariff-grid-nY .learning-price-mO {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    gap: 30px;
    margin: 0;
    width: 100%;
    list-style: none;
    display: grid;
}

.tariff-grid-nY .learning-price-mO li:nth-child(1) {
    animation-delay: 0.3s;
}

.tariff-grid-nY .learning-price-mO li:nth-child(3) {
    animation-delay: 0.5s;
}

.tariff-grid-nY .cost-rates-Pc {
    position: relative;
    height: 100%;
    display: block;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    overflow: hidden;
    text-decoration: none;
}

.tariff-grid-nY .cost-rates-Pc:hover::before {
    left: 100%;
}

.tariff-grid-nY .learn-deals-CJ {
    backdrop-filter: blur(10px);
    padding: 5px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    transition: box-shadow 0.4s ease, transform 0.3s ease;
}

.tariff-grid-nY .cost-rates-Pc:hover .learn-deals-CJ::after {
    transform: scaleX(1);
}

.tariff-grid-nY .price-view-aY {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    min-height: 400px;
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
}

.tariff-grid-nY .cost-rates-Pc:hover .price-view-aY h4 {
    transform: translateX(5px);
}

.tariff-grid-nY .cost-rates-Pc:hover .price-view-aY h4::after {
    width: 60px;
}

.tariff-grid-nY .price-view-aY p {
    word-break: break-word;
    font-size: calc(12px - 2px);
    max-height: 200px;
    scrollbar-width: thin;
    scrollbar-color: rgb(188,210,185,0.5) transparent;
    overflow-wrap: break-word;
    overflow-y: auto;
    color: rgba(255,255,255,0.8);
    margin: 0 0 30px;
    line-height: 1.6;
}

.tariff-grid-nY .cost-rates-Pc:hover .fee-choices-Xr {
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transform: scale(1.05);
}

.tariff-grid-nY .fee-choices-Xr::before {
    position: absolute;
    left: -50%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    transform: scale(0);
    width: 200%;
    content: "";
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    top: -50%;
    height: 200%;
}

.title-section-3c .edu-intro-Gg {
    left: 0;
    top: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 75vh;
}

.title-section-3c .edu-intro-Gg input {
    display: none;
}

.title-section-3c .fast-knowledge-zD {
    transition: transform 0.8s cubic-bezier(0.5, 0, 0.2, 1);
    height: 100%;
    display: flex;
    width: 500%;
}

.title-section-3c .study-tools-Gu {
    width: 20%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.title-section-3c .study-tools-Gu img {
    object-fit: cover;
    filter: grayscale(0.3);
    transform: scale(1.1) translateX(0);
    width: 100%;
    transition: transform 1.2s ease, filter 0.6s ease;
    height: 100%;
}

.title-section-3c .learning-lead-7W label {
    position: relative;
    transition: all 0.3s ease;
    width: 3px;
    background: #ffffff;
    cursor: pointer;
    height: 30px;
    opacity: 0.4;
}

.title-section-3c .learning-lead-7W label:hover {
    opacity: 0.7;
}

.title-section-3c .text-post-AP {
    margin-left: 8%;
    max-width: 550px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    background: rgb(188,210,185);
    overflow: hidden;
    position: relative;
    width: 40%;
    border-radius: 10px;
    padding: 0;
    z-index: 5;
}

.title-section-3c .text-post-AP .container::before {
    opacity: 0.15;
    height: 80px;
    position: absolute;
    content: "";
    right: 15px;
    top: 15px;
    border-top: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    width: 80px;
}

.title-section-3c .text-post-AP h1 {
    position: relative;
    font-size: 38px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}

.title-section-3c .text-post-AP p {
    font-size: 18px;
    margin-bottom: 0.5rem;
    color: #ffffff;
    font-weight: 400;
    opacity: 0.8;
    line-height: 1.7;
}

.title-section-3c input:nth-of-type(3):checked ~ .fast-knowledge-zD {
    transform: translateX(-40%);
}

.title-section-3c input:nth-of-type(5):checked ~ .fast-knowledge-zD {
    transform: translateX(-80%);
}

.title-section-3c input:nth-of-type(7):checked ~ .fast-knowledge-zD {
    transform: translateX(-120%);
}

.title-section-3c input:nth-of-type(9):checked ~ .fast-knowledge-zD {
    transform: translateX(-160%);
}

.title-section-3c input:nth-of-type(1):checked ~ .learning-lead-7W label:nth-child(1)::before,
.title-section-3c input:nth-of-type(2):checked ~ .learning-lead-7W label:nth-child(2)::before,
.title-section-3c input:nth-of-type(3):checked ~ .learning-lead-7W label:nth-child(3)::before,
.title-section-3c input:nth-of-type(4):checked ~ .learning-lead-7W label:nth-child(4)::before,
.title-section-3c input:nth-of-type(5):checked ~ .learning-lead-7W label:nth-child(5)::before,
.title-section-3c input:nth-of-type(6):checked ~ .learning-lead-7W label:nth-child(6)::before,
.title-section-3c input:nth-of-type(7):checked ~ .learning-lead-7W label:nth-child(7)::before,
.title-section-3c input:nth-of-type(8):checked ~ .learning-lead-7W label:nth-child(8)::before,
.title-section-3c input:nth-of-type(9):checked ~ .learning-lead-7W label:nth-child(9)::before,
.title-section-3c input:nth-of-type(10):checked ~ .learning-lead-7W label:nth-child(10)::before {
    height: 100%;
}

.title-section-3c input:checked ~ .fast-knowledge-zD .study-tools-Gu img {
    transform: scale(1) translateX(-10px);
    filter: grayscale(0);
}

.academic-experience-Ch::before {
    position: absolute;
    top: -10%;
    width: 60%;
    z-index: 1;
    height: 80%;
    animation: float 8s ease-in-out infinite;
    transform: rotate(-15deg);
    border-radius: 20px;
    content: "";
    right: -10%;
    background: rgb(188,210,185,0.5);
}

.academic-experience-Ch .container {
    z-index: 2;
    position: relative;
}

.academic-experience-Ch .learner-reflections-Wq:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) translateY(-10px);
}

.academic-experience-Ch .img-zoom-effect-w2 {
    height: 200px;
    transform: rotate(4deg);
    transition: transform 0.3s ease;
    grid-area: photo;
    box-shadow: 10px 10px 0 rgb(188,210,185,0.5);
    border-radius: 20px;
}

.academic-experience-Ch .learner-reflections-Wq:hover .img-zoom-effect-w2 {
    transform: rotate(0deg) scale(1.05);
}

.academic-experience-Ch .learner-reflections-Wq span:not(.name) {
    font-size: 17px;
    color: #000000;
    font-style: italic;
    grid-area: job;
    transform: translateX(20px);
}

.academic-experience-Ch .exp-summary-TH::before {
    left: 10px;
    content: "";
    top: -10px;
    line-height: 1;
    font-size: calc(40px * 2);
    position: absolute;
    color: rgb(188,210,185,0.5);
    font-family: serif;
}

footer {
    width: 100%;
    position: relative;
}

footer .achieve-cta-ew::after {
    height: 200px;
    opacity: 0.3;
    border-radius: 50%;
    content: "";
    position: absolute;
    width: 200px;
    right: 15%;
    background: radial-gradient(circle, rgb(188,210,185), transparent 70%);
    top: 50px;
}

footer .start-chat-l9 {
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 60px;
    gap: 10px;
}

footer .info_item:hover {
    background-color: rgb(188,210,185);
    transform: skewX(-5deg) translateY(-5px);
}

footer .info_item svg {
    height: 20px;
    transform: skewX(5deg);
    margin-right: 10px;
    fill: #ffffff;
    width: 20px;
    vertical-align: middle;
}

footer .text_main_holder {
    display: grid;
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
}

footer .nav-top-DI::before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    background-color: rgb(188,210,185);
    left: 0;
    width: 5px;
}

footer .header-pro-7p {
    position: relative;
}

footer .header-pro-7p h5 {
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 1px;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 10px;
}

footer .nav-learn-l7 a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    padding-left: 0;
    font-size: 18px;
}

footer .nav-learn-l7 a:hover {
    color: rgb(188,210,185);
    padding-left: 20px;
}

footer .nav-learn-l7 a:hover::before {
    opacity: 1;
    left: 0;
}

footer .subscribe_holder::before {
    border-radius: 50%;
    z-index: -1;
    height: 100px;
    opacity: 0.2;
    position: absolute;
    right: -20px;
    top: -20px;
    content: "";
    background-color: rgb(188,210,185);
    width: 100px;
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}

footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 18px;
}

footer .sub-tutorial-3s {
    letter-spacing: 1px;
    background-color: rgb(188,210,185);
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 14px 20px;
}

.contact-form-section-LX {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: rgb(221,220,230);
}

.contact-form-section-LX::after {
    bottom: -100px;
    position: absolute;
    height: 300px;
    width: 300px;
    filter: blur(60px);
    left: -100px;
    border-radius: 50%;
    content: "";
    z-index: 1;
    background: linear-gradient(225deg, rgb(187,126,126,0.5), rgb(188,210,185,0.5));
}

.contact-form-section-LX h2 {
    margin-bottom: 60px;
    font-weight: 700;
    position: relative;
    font-size: 30px;
    text-align: center;
    color: #000000;
}

.contact-form-section-LX h2::after {
    height: 30px;
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    right: calc(50% - 100px);
    width: 30px;
    content: "";
    z-index: -1;
    background: rgb(187,126,126,0.5);
}

.contact-form-section-LX .help-request-u5::before {
    pointer-events: none;
    position: absolute;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(188,210,185,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(187,126,126,0.5) 99%
    );
    inset: 0;
    z-index: 0;
    content: "";
}

.contact-form-section-LX .img-zoom-effect-w2::after {
    top: 20px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
    content: "";
}

.contact-form-section-LX form {
    position: relative;
    z-index: 3;
}

.contact-form-section-LX form input[type="text"] {
    background: rgb(221,220,230);
    width: 100%;
    padding: 18px 25px;
    border: none;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 12px;
    font-size: 14px;
}

.contact-form-section-LX form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}

.contact-form-section-LX .feedback-inquiry-Vw {
    margin-bottom: 30px;
    position: relative;
}

.contact-form-section-LX .feedback-inquiry-Vw label {
    cursor: pointer;
    display: flex;
    padding-left: 35px;
    font-size: 12px;
    position: relative;
    align-items: center;
    color: #000000;
}

.contact-form-section-LX .feedback-inquiry-Vw input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(188,210,185), rgb(187,126,126));
}

.contact-form-section-LX .feedback-inquiry-Vw label a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(188,210,185);
    font-weight: 600;
}

.contact-form-section-LX .feedback-inquiry-Vw label a:hover {
    color: rgb(187,126,126);
}

.contact-form-section-LX .connect-map-A2::before {
    content: "";
    top: 0;
    transition: transform 0.5s ease;
    background: linear-gradient(135deg, rgb(187,126,126), rgb(188,210,185));
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    z-index: -1;
    left: 0;
    transform-origin: right;
    height: 100%;
}

.contact-form-section-LX .connect-map-A2:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.contact-form-section-LX svg path {
    fill: none;
    stroke: rgb(188,210,185);
    transition: all 0.3s ease;
    stroke-width: 2;
}

.privacy-section-G9 {
    background: linear-gradient(135deg, rgb(221,220,230) 0%, rgba(245, 245, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
}

.privacy-section-G9::after {
    opacity: 0.05;
    width: 40%;
    height: 100%;
    position: absolute;
    clip-path: polygon(0 30%, 100% 100%, 0 100%);
    content: "";
    background: linear-gradient(-45deg, rgb(188,210,185,0.5), transparent);
    z-index: 1;
    left: 0;
    bottom: 0;
}

.privacy-section-G9 h1 {
    font-weight: 700;
    font-size: 44px;
    padding-bottom: 1rem;
    transform: translateZ(5px);
    margin-bottom: 2rem;
    position: relative;
    color: #000000;
}

.privacy-section-G9 h2 {
    margin: 2.5rem 0 1rem;
    color: #000000;
    font-weight: 600;
    font-size: 37px;
    border-left: 3px solid rgb(187,126,126);
    position: relative;
    padding-left: 1rem;
}

.privacy-section-G9 h3 {
    border-bottom: 1px dashed rgb(187,126,126,0.5);
    padding-bottom: 0.5rem;
    font-size: calc(37px * 0.85);
    font-weight: 600;
    color: #000000;
    margin: 2rem 0 1rem;
}

.privacy-section-G9 h4::after {
    left: 0;
    width: 100%;
    background: rgb(187,126,126,0.5);
    position: absolute;
    content: "";
    bottom: -5px;
    height: 2px;
    transform-origin: left;
    transform: scaleX(0.7);
    transition: transform 0.3s ease;
}

.privacy-section-G9 p strong::after {
    width: 100%;
    bottom: -2px;
    height: 1px;
    opacity: 0.3;
    left: 0;
    background: currentColor;
    position: absolute;
    content: "";
}

.privacy-section-G9 ul {
    margin: 1.5rem 0 2rem;
    list-style: none;
    padding-left: 1.5rem;
}

.privacy-section-G9 li::before {
    top: 0.65rem;
    content: "";
    transition: transform 0.3s ease;
    left: 0;
    width: 8px;
    height: 8px;
    position: absolute;
    background: rgb(187,126,126);
    transform: rotate(45deg);
}

.privacy-section-G9 div.container:hover h4::after {
    transform: scaleX(1);
}

header .container {
    width: 100%;
    padding: 0;
    max-width: 100%;
    z-index: 1;
    position: relative;
    margin: 0;
}

header .head-core-Zv {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    padding: 0.8rem 3%;
    align-items: center;
}

header .main-base-bS::after {
    transition: transform 0.3s ease;
    transform: scaleX(0.7);
    background: linear-gradient(to right, rgb(188,210,185), rgb(187,126,126));
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    bottom: 0;
}

header .main-base-bS:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

header .nav-lesson-vZ {
    z-index: 1;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 0.4rem 0.7rem;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    color: #000000;
    text-decoration: none;
}

header .nav-lesson-vZ:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(188,210,185);
}

header .nav-lesson-vZ:hover::after {
    transform: scaleX(1);
}

.program-details-lX::before {
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    content: '';
    pointer-events: none;
    left: 0;
    height: 100%;
    z-index: 1;
    width: 70%;
    position: absolute;
}

.program-details-lX .class-path-92:hover .skill-path-ey {
    animation-play-state: paused;
}

.program-details-lX .training-Oi {
    height: 100%;
    overflow: hidden;
    width: 20%;
}

.program-details-lX .training-Oi:hover img {
    transform: scale(1.2);
}

.program-details-lX .container {
    height: 100%;
    width: 65%;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
    display: flex;
    padding-left: 0;
}

.program-details-lX .lesson-path-KZ {
    backdrop-filter: blur(5px);
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    padding: 3rem;
    border-top: 4px solid rgb(188,210,185);
}

.program-details-lX .lesson-path-KZ .connect-map-A2::before {
    height: 100%;
    top: 0;
    content: '';
    z-index: -1;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(187,126,126), rgb(188,210,185));
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.program-details-lX .lesson-path-KZ .connect-map-A2:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.customer-comments-xX::before {
    opacity: 0.2;
    width: 100%;
    top: 0;
    z-index: 1;
    content: "";
    background: 
        linear-gradient(90deg, rgb(188,210,185,0.5) 0.5px, transparent 1px),
        linear-gradient(0deg, rgb(188,210,185,0.5) 0.5px, transparent 1px);
    position: absolute;
    height: 100%;
    background-size: 20px 20px;
    transform-origin: center top;
    left: 0;
    transform: perspective(500px) rotateX(30deg) scale(1.5);
}

.customer-comments-xX h4::after {
    height: 3px;
    width: 100px;
    position: absolute;
    bottom: -15px;
    content: "";
    background: linear-gradient(90deg, rgb(188,210,185), rgb(187,126,126));
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
}

.customer-comments-xX .learner-reflections-Wq::before {
    inset: 0;
    opacity: 0;
    border-radius: 17px;
    position: absolute;
    transition: opacity 0.5s ease;
    z-index: -1;
    background: linear-gradient(135deg, rgb(187,126,126,0.5), rgb(188,210,185,0.5));
    content: "";
}

.customer-comments-xX .learner-reflections-Wq:hover::before {
    opacity: 0.7;
}

.customer-comments-xX .learner-reflections-Wq:hover::after {
    transform: scale(1) translateZ(10px);
    opacity: 0.3;
}

.customer-comments-xX .learner-reflections-Wq:hover {
    z-index: 3;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    transform: rotateX(0) rotateY(0) translateZ(30px);
}

.customer-comments-xX .learner-reflections-Wq:hover .img-zoom-effect-w2 {
    border-color: rgb(188,210,185,0.5);
    border-radius: 50%;
    transform: translateZ(40px);
}

.customer-comments-xX .learner-reflections-Wq span {
    font-size: 18px;
    color: #000000;
    text-align: center;
    transition: all 0.5s ease;
    display: block;
    transform: translateZ(15px);
    font-weight: 600;
    margin-bottom: 15px;
}

.customer-comments-xX .learner-reflections-Wq p::before {
    height: 2px;
    top: 0;
    background: rgb(188,210,185,0.5);
    width: 30px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.5s ease;
    content: "";
}

.customer-comments-xX .learner-reflections-Wq:hover p::before {
    width: 50px;
    background: #ffffff;
}

.customer-comments-xX .learner-reflections-Wq:nth-child(3n+2) {
    animation-delay: 0.3s;
    animation: floatIn 0.7s ease-out both;
}

.cookie-warning-message-ET {
    justify-content: center;
    z-index: 100;
    border-top: 3px solid rgb(188,210,185);
    width: 100%;
    position: fixed;
    display: flex;
    padding: 20px 0;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    background: rgb(221,220,230);
    bottom: 0;
}

.cookie-none-Aq {
    flex-shrink: 0;
    margin-right: 20px;
}

.cookie-hide-n0 {
    text-align: left;
    color: #ffffff;
    flex-grow: 1;
}

.cookie-hide-n0 p {
    font-size: 16px;
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
}

.cookie-hide-n0 p a {
    text-decoration: underline;
    color: rgb(188,210,185);
}

.cookie_button.consent-ack-HB {
    margin-right: 10px;
}

#cookie-disclosure-VM {
    display: none;
}

#cookie-disclosure-VM:checked ~ .cookie-warning-message-ET {
    opacity: 0;
    visibility: hidden;
}

.tariff-grid-nY .price-view-aY p::-webkit-scrollbar {
    width: 5px;
}

.tariff-grid-nY .price-view-aY p::-webkit-scrollbar-track {
    background: transparent;
}

.tariff-grid-nY .price-view-aY p::-webkit-scrollbar-thumb {
    background-color: rgb(188,210,185,0.5);
    border-radius: 10px;
}



@media (min-width: 992px) {.thanksSpace-7w {
    padding: 8rem 0;
}.thanksSpace-7w .container {
    padding: 0 2rem;
}.thanksSpace-7w .study-studio-9M {
    gap: 4rem;
}.thanksSpace-7w .study-studio-9M > div:first-child {
    padding-left: 2rem;
}.thanksSpace-7w .study-studio-9M > div:first-child::before {
    left: 0;
    width: 0.7rem;
}.thanksSpace-7w h5 {
    padding-left: 2rem;
    font-size: calc(18px * 1.4);
}.thanksSpace-7w .study-studio-9M > div:last-child {
    margin-left: 6rem;
    max-width: 80%;
    padding: 4rem;
}.thanksSpace-7w p {
    line-height: 1.9;
    font-size: calc(13px * 1.1);
}
}



@media screen and (max-width: 1200px) {.company-info-ax .achieve-stats-2j:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
}
}



@media screen and (max-width: 992px) {.company-info-ax {
    padding: 80px 0;
}.company-info-ax h2 {
    margin-bottom: 50px;
}.company-info-ax .achieve-stats-2j,
    .company-info-ax .achieve-stats-2j:nth-child(2) {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    gap: 20px;
}.company-info-ax .achieve-stats-2j:nth-child(1) h3,
    .company-info-ax .achieve-stats-2j:nth-child(2) h3 {
    grid-row: 1;
    justify-self: center;
    grid-column: 1;
    margin: 0;
    width: 80%;
}.company-info-ax .achieve-stats-2j:nth-child(1) p,
    .company-info-ax .achieve-stats-2j:nth-child(2) p {
    border-top: 3px solid rgb(188,210,185);
    margin: 0;
    border: none;
    grid-row: 2;
    text-align: left;
    clip-path: none;
    grid-column: 1;
}.company-info-ax .achieve-stats-2j:nth-child(2) p {
    border-top: 3px solid rgb(187,126,126);
}.company-info-ax .achieve-stats-2j::before {
    display: none;
}
}



@media (max-width: 991px) {.tariff-grid-nY {
    padding: 80px 0;
}.tariff-grid-nY .learning-price-mO {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.tariff-grid-nY .price-view-aY {
    padding: 25px;
    min-height: 350px;
}
}



@media (max-width: 767px) {.tariff-grid-nY {
    padding: 60px 0;
}.tariff-grid-nY h2 {
    font-size: calc(32px - 4px);
}.tariff-grid-nY .plan-details-d6 {
    margin-bottom: 30px;
    font-size: calc(12px - 1px);
}.tariff-grid-nY .learning-price-mO {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.tariff-grid-nY .price-view-aY {
    min-height: 300px;
}.tariff-grid-nY .fee-choices-Xr {
    font-size: calc(20px + 2px);
}
}



@media (max-width: 991px) {.title-section-3c .study-studio-9M {
    height: 70vh;
}.title-section-3c .edu-intro-Gg {
    height: 70vh;
}.title-section-3c .text-post-AP {
    max-width: 450px;
    margin-left: 5%;
    width: 50%;
}.title-section-3c .text-post-AP .container {
    padding: 2rem;
}.title-section-3c .text-post-AP h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 1.2rem;
}.title-section-3c .text-post-AP h3 {
    margin-bottom: 1.5rem;
    font-size: calc(24px * 0.9);
}.title-section-3c .text-post-AP p {
    font-size: calc(18px * 0.95);
}.title-section-3c .learning-lead-7W {
    left: 25px;
    bottom: 25px;
    gap: 12px;
}.title-section-3c .learning-lead-7W label {
    height: 25px;
}
}



@media (max-width: 575px) {.title-section-3c .edu-intro-Gg {
    height: 45vh;
}.title-section-3c .text-post-AP {
    margin: -40px 0 20px;
    width: 95%;
}.title-section-3c .text-post-AP .container {
    padding: 1.5rem;
}.title-section-3c .text-post-AP .container::before,
    .title-section-3c .text-post-AP .container::after {
    width: 60px;
    height: 60px;
}.title-section-3c .text-post-AP h1 {
    font-size: calc(38px * 0.8);
}.title-section-3c .text-post-AP h3 {
    font-size: calc(22px * 1.1);
    margin-bottom: 1rem;
}.title-section-3c .text-post-AP p {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}.title-section-3c .learning-lead-7W {
    gap: 8px;
    bottom: 15px;
}.title-section-3c .learning-lead-7W label {
    width: 20px;
}.title-section-3c input:nth-of-type(n):checked ~ .learning-lead-7W label:nth-child(n) {
    width: 30px;
}
}



@media (max-width: 768px) {.academic-experience-Ch {
    padding: 60px 0;
}.academic-experience-Ch .learner-reflections-Wq {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    grid-template-areas: 
            "img-zoom-effect-w2"
            "name"
            "job-background-Gj"
            "exp-summary-TH";
}.academic-experience-Ch .img-zoom-effect-w2 {
    width: 80%;
    margin: 0 auto;
    height: 180px;
}.academic-experience-Ch .name,
    .academic-experience-Ch .learner-reflections-Wq span:not(.name) {
    text-align: center;
    transform: translateX(0);
}.academic-experience-Ch .exp-summary-TH {
    padding: 15px;
}}



@media (max-width: 576px) {footer .achieve-cta-ew {
    padding: 50px 0 20px;
}footer .info_item {
    margin-right: 0;
    width: 100%;
}footer .nav-learn-l7 {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .sub-tutorial-3s {
    padding: 12px 15px;
}}



@media (max-width: 768px) {.contact-form-section-LX {
    padding: 60px 0;
}.contact-form-section-LX h2 {
    margin-bottom: 40px;
}.contact-form-section-LX .help-request-u5 {
    flex-direction: column;
}.contact-form-section-LX .img-zoom-effect-w2 {
    flex: 0 0 300px;
    width: 100%;
    min-height: 300px;
}.contact-form-section-LX .support-query-t1 {
    flex: 0 0 auto;
    padding: 40px 30px;
}.contact-form-section-LX form h3 {
    margin-bottom: 25px;
}.contact-form-section-LX form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}
}



@media (max-width: 992px) {.privacy-section-G9 {
    padding: 3rem 1.5rem;
}.privacy-section-G9 .container {
    padding: 2.5rem 2rem;
    transform: perspective(1000px) rotateX(0.3deg);
}.privacy-section-G9 h1 {
    font-size: calc(44px * 0.9);
}.privacy-section-G9 h2 {
    font-size: calc(37px * 0.9);
    padding-left: 0.8rem;
}
}



@media (max-width: 576px) {.privacy-section-G9 {
    padding: 1.5rem 0.75rem;
}.privacy-section-G9 .container {
    padding: 1.5rem 1rem;
}.privacy-section-G9 h1 {
    font-size: calc(44px * 0.7);
    padding-bottom: 0.7rem;
}.privacy-section-G9 h1::after {
    height: 3px;
    width: 60px;
}.privacy-section-G9 h2 {
    font-size: calc(37px * 0.7);
    padding-left: 0.7rem;
    border-left: 2px solid rgb(187,126,126);
}.privacy-section-G9 h3 {
    font-size: calc(37px * 0.6);
}.privacy-section-G9 h4 {
    font-size: calc(37px * 0.55);
}.privacy-section-G9 p, 
    .privacy-section-G9 span, 
    .privacy-section-G9 li {
    line-height: 1.5;
    margin-bottom: 1.2rem;
    font-size: calc(16px * 0.9);
}.privacy-section-G9 span {
    padding-left: 0.7rem;
}.privacy-section-G9 li::before {
    height: 6px;
    width: 6px;
}}



@media (max-width: 480px) {header .head-core-Zv {
    padding: 0.6rem 1.5%;
}header .main-base-bS svg {
    width: 110px;
}header .header-pro-7p {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .header-pro-7p::-webkit-scrollbar {
    height: 2px;
}header .header-pro-7p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(188,210,185);
}header .nav-lesson-vZ {
    flex-shrink: 0;
    white-space: nowrap;
}}



@media screen and (max-width: 992px) {.program-details-lX {
    flex-direction: column;
    max-height: none;
    display: flex;
    height: auto;
    min-height: 0;
}.program-details-lX::before {
    background: linear-gradient(180deg, rgb(221,220,230) 0%, transparent 50%);
}.program-details-lX .class-path-92 {
    width: 100%;
    height: 400px;
    position: relative;
    order: 2;
}.program-details-lX .container {
    padding: 4rem 2rem;
    order: 1;
    width: 100%;
}.program-details-lX .study-studio-9M {
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}
}



@media (max-width: 1024px) {.customer-comments-xX {
    padding: 90px 0;
}.customer-comments-xX .opinion-spot-EW {
    gap: 40px 30px;
    grid-template-columns: repeat(2, 1fr);
}.customer-comments-xX h4 {
    margin-bottom: 60px;
    font-size: calc(31px * 0.9);
}.customer-comments-xX .learner-reflections-Wq {
    padding: 25px;
}.customer-comments-xX .img-zoom-effect-w2 {
    height: 80px;
    width: 80px;
}
}


@media only screen and (max-width: 1200px) {.cookie-comply-uP {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie-none-Aq {
    margin-bottom: 20px;
    margin-right: 0;
}.consent-comply-Yv {
    width: 100%;
    max-width: 250px;
    margin: 10px 0;
}
}



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



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



@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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



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



@keyframes floatIn {
    from {
        opacity: 0;
        transform: rotateX(20deg) rotateY(-20deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: rotateX(10deg) rotateY(-10deg) translateY(0);
    }
}

