﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.site-nav-id {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.cloud-lab-id {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    width: 1279px;
    max-width: 100%;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    width: 1rem;
    padding: 2px;
    height: 10px;
    background: linear-gradient(333deg, #ffffff 80%, rgb(197,154,154) 78%, rgb(239,217,217) 48%);
}

::-webkit-scrollbar-track {
}::-webkit-scrollbar-thumb {
    animation: shift_scrollbar 5.3s ease-out infinite;
    transition: box-shadow 2.6s ease-out;
    border: 1px dashed rgb(239,217,217);
    background: repeating-linear-gradient(45deg, rgb(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5) 9px, #ffffff 9px, #ffffff 13px);
    border-radius: 9999px;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-corner {
    border-radius: 7px;
    background: rgb(220,185,185);
}

@media (max-width: 768px) {::-webkit-scrollbar {
    width: 7px;
}::-webkit-scrollbar-thumb {
    background: rgb(220,185,185,0.5);
}}

.wrap-container-id {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our-mission-id {
    padding: 120px 0 80px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}.our-mission-id::before {
    opacity: 0.85;
    left: 0;
    background: linear-gradient(135deg, 
        rgb(220,185,185,0.5) 0%,
        rgb(197,154,154,0.5) 50%,
        rgb(220,185,185) 100%);
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
}.our-mission-id::after {
    opacity: 0.15;
    z-index: -1;
    background: rgb(220,185,185);
    filter: blur(60px);
    content: "";
    transform: translate(25%, 25%);
    right: -50px;
    bottom: -50px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    animation: pulse 8s infinite alternate ease-in-out;
    width: 300px;
}.our-mission-id h4 {
    margin-bottom: 60px;
    position: relative;
    color: #ffffff;
    transform: perspective(1000px) translateZ(0);
    font-size: 29px;
    animation: slideInDown 0.8s ease-out forwards;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
}.our-mission-id h4::after {
    bottom: -15px;
    transform: translateX(-50%);
    height: 4px;
    left: 50%;
    position: absolute;
    background: rgb(197,154,154);
    width: 80px;
    content: "";
}.our-mission-id .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    transform: perspective(1000px) rotateX(0deg);
    margin: 0 auto;
    position: relative;
}.our-mission-id .phrase-holder-id {
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    padding: 50px;
    animation: slideUp 1s 0.4s ease-out forwards;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: perspective(1000px) translateY(30px);
    border-left: 5px solid rgb(197,154,154);
}.our-mission-id .phrase-holder-id::before {
    top: 30px;
    right: 30px;
    height: 120px;
    content: "";
    border-right: 4px solid rgb(220,185,185,0.5);
    position: absolute;
    z-index: 0;
    opacity: 0.5;
    border-top: 4px solid rgb(220,185,185,0.5);
    width: 120px;
}.our-mission-id .phrase-holder-id h6 {
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    animation: slideRight 0.7s 0.8s ease-out forwards;
    font-size: 23px;
    margin-bottom: 25px;
    opacity: 0;
    color: rgb(220,185,185);
    transform: translateX(-15px);
}.our-mission-id .phrase-holder-id h6::after {
    animation: expandWidth 1.2s 1.2s ease-in-out forwards;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0.3);
    bottom: -10px;
    background: rgb(197,154,154);
    left: 0;
    content: "";
    width: 60px;
    height: 3px;
}.our-mission-id .phrase-holder-id div {
    position: relative;
    z-index: 1;
}.our-mission-id .phrase-holder-id span {
    animation: fadeIn 1s 1s ease-out forwards;
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    margin-bottom: 15px;
    opacity: 0;
    position: relative;
    text-align: justify;
    font-size: 16px;
    transform: translateY(20px);
    line-height: 1.8;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: perspective(1000px) translateY(-50px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) translateY(0) translateZ(0);
    }
}

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

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

@keyframes expandWidth {
    from {
        transform: scaleX(0.3);
    }
    to {
        transform: scaleX(1);
    }
}

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

@keyframes pulse {
    0% {
        transform: translate(25%, 25%) scale(1);
        opacity: 0.15;
    }
    50% {
        transform: translate(25%, 25%) scale(1.2);
        opacity: 0.2;
    }
    100% {
        transform: translate(25%, 25%) scale(1);
        opacity: 0.15;
    }
}


@media screen and (max-width: 1024px) {.our-mission-id {
    padding: 100px 0 70px;
}.our-mission-id .phrase-holder-id {
    padding: 40px 30px;
}.our-mission-id h4 {
    font-size: calc(29px * 0.9);
    margin-bottom: 50px;
}.our-mission-id .phrase-holder-id::before {
    height: 90px;
    width: 90px;
}
}

@media screen and (max-width: 768px) {.our-mission-id {
    padding: 80px 0 60px;
}.our-mission-id h4 {
    font-size: calc(29px * 0.8);
    margin-bottom: 40px;
}.our-mission-id .phrase-holder-id {
    padding: 35px 25px;
}.our-mission-id .phrase-holder-id h6 {
    margin-bottom: 20px;
    font-size: calc(23px * 0.9);
}.our-mission-id .phrase-holder-id::before {
    width: 70px;
    right: 20px;
    height: 70px;
    top: 20px;
}.our-mission-id::after {
    height: 200px;
    width: 200px;
}
}

@media screen and (max-width: 576px) {.our-mission-id {
    padding: 60px 0 40px;
}.our-mission-id h4 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.7);
}.our-mission-id h4::after {
    width: 60px;
    height: 3px;
    bottom: -10px;
}.our-mission-id .phrase-holder-id {
    border-left-width: 3px;
    padding: 25px 20px;
}.our-mission-id .phrase-holder-id h6 {
    margin-bottom: 15px;
    font-size: calc(23px * 0.8);
}.our-mission-id .phrase-holder-id span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.our-mission-id .phrase-holder-id::before {
    display: none;
}.our-mission-id::after {
    height: 150px;
    bottom: -30px;
    width: 150px;
    right: -30px;
}}.start-now-id {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(110deg, rgb(220,185,185) 55%, rgb(239,217,217) 45%);
}.start-now-id::before {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg, 
        transparent, 
        transparent 20px, 
        rgba(255, 255, 255, 0.03) 20px, 
        rgba(255, 255, 255, 0.03) 40px
    );
    height: 100%;
}.start-now-id .teach-method-id {
    align-items: center;
    z-index: 10;
    padding: 0;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
}.start-now-id .container p {
    position: relative;
    z-index: 5;
    padding-right: 30px;
    font-size: 33px;
    font-weight: 700;
    width: 60%;
    margin: 0;
    line-height: 1.4;
    color: #ffffff;
}.start-now-id .query-query-id {
    font-weight: 600;
    border-radius: 22px;
    align-items: center;
    width: 35%;
    font-size: 19px;
    z-index: 5;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.4s ease;
    height: 100px;
    background: rgb(220,185,185);
    display: flex;
    justify-content: center;
    position: relative;
    transform: skewX(-10deg);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}.start-now-id .query-query-id::before {
    content: '';
    left: -50px;
    height: 150%;
    transition: all 0.6s ease;
    position: absolute;
    width: 10px;
    transform: rotate(35deg) translateY(-50px);
    background: rgba(255, 255, 255, 0.3);
}.start-now-id .query-query-id:hover {
    background: rgb(197,154,154);
    transform: skewX(-10deg) translateY(-8px);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
}.start-now-id .query-query-id:hover::before {
    left: 120%;
}.start-now-id .container::after {
    background: rgb(220,185,185,0.5);
    right: -50px;
    border-radius: 50%;
    top: -50px;
    width: 200px;
    animation: pulse 8s infinite alternate;
    position: absolute;
    filter: blur(60px);
    height: 200px;
    z-index: -1;
    content: '';
}.start-now-id .container::before {
    z-index: -1;
    left: -50px;
    border-radius: 50%;
    animation: pulse 8s infinite alternate-reverse;
    height: 150px;
    content: '';
    background: rgb(197,154,154,0.5);
    width: 150px;
    bottom: -50px;
    position: absolute;
    filter: blur(50px);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@media (max-width: 991px) {.start-now-id {
    padding: 90px 0;
    background: linear-gradient(130deg, #000000 55%, rgb(239,217,217) 55%);
}.start-now-id .container p {
    font-size: calc(24px * 1.3);
}.start-now-id .query-query-id {
    height: 80px;
}
}

@media (max-width: 767px) {.start-now-id {
    background: #000000;
    padding: 70px 0;
}.start-now-id .teach-method-id {
    flex-direction: column;
    gap: 30px;
}.start-now-id .container p {
    padding-right: 0;
    font-size: 24px;
    text-align: center;
    width: 100%;
}.start-now-id .query-query-id {
    transform: skewX(0);
    width: 80%;
    height: 70px;
}.start-now-id .query-query-id:hover {
    transform: skewX(0) translateY(-5px);
}
}

@media (max-width: 480px) {.start-now-id {
    padding: 50px 0;
}.start-now-id .container p {
    font-size: calc(15px * 1.2);
}.start-now-id .query-query-id {
    width: 100%;
    font-size: calc(19px * 0.9);
    height: 60px;
}}#cookiePopupWindow-id {
    display: none;
}#cookiePopupWindow-id:checked ~ .cookie-popup-warning-id {
    visibility: hidden;
    opacity: 0;
}.cookie-popup-warning-id {
    width: 100%;
    padding: 20px 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(220,185,185);
    z-index: 90;
    background: rgb(197,154,154);
    position: fixed;
    bottom: 0;
}.cookie-eductrl-id {
    gap: 20px;
    border: 2px dashed rgb(220,185,185);
    padding: 20px 5%;
    display: flex;
    border-radius: 12px;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
}.cookie-popup-warning-id h5 {
    font-size: 23px;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: rgb(220,185,185);
}.cookie-popup-warning-id p {
    position: relative;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
}.cookie-customize-id {
    align-items: center;
    border-radius: 12px;
    justify-content: center;
    margin-right: 20px;
    display: flex;
    background: rgb(220,185,185,0.5);
    padding: 10px;
    flex-shrink: 0;
}.cookie-customize-id svg {
    width: 60px;
    fill: rgb(220,185,185);
    height: 60px;
}.cookie-edu-id {
    border-radius: 10px;
    margin-left: 10px;
    border: 2px solid rgb(220,185,185);
    color: #000000;
    line-height: 40px;
    flex-shrink: 0;
    font-size: 17px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    padding: 10px 20px;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    min-width: 140px;
    background: rgb(220,185,185);
}.cookie-edu-id:hover {
    background-color: rgb(197,154,154);
    box-shadow: 0 0 10px rgb(197,154,154);
}.cookie_button.cookie-option-id {
    border: 2px solid rgb(197,154,154);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.cookie-option-id:hover {
    box-shadow: 0 0 10px rgb(197,154,154);
}.cookie-popup-warning-id p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(220,185,185);
    border-bottom: 1px dashed rgb(220,185,185);
}.cookie-popup-warning-id p a:hover {
    color: rgb(197,154,154);
}
@media only screen and (max-width: 1200px) {.cookie-popup-warning-id {
    padding: 15px 0;
}.cookie-eductrl-id {
    padding: 15px 5%;
}.cookie-customize-id {
    display: none;
}.cookie-eductrl-id {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookie-popup-warning-id h5 {
    font-size: 17px;
    margin-bottom: 10px;
}.cookie-compl-id {
    margin-bottom: 15px;
}.cookie-edu-id {
    margin: 10px 0;
    min-width: 100%;
}}
.get-in-touch-id {
    background-color: rgb(239,217,217);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.get-in-touch-id::before {
    width: 100%;
    left: 0;
    background: linear-gradient(120deg, rgb(220,185,185,0.5) 0%, transparent 75%);
    content: "";
    top: 0;
    height: 100%;
    opacity: 0.15;
    position: absolute;
}.get-in-touch-id::after {
    height: 70%;
    content: "";
    right: 0;
    opacity: 0.1;
    width: 70%;
    position: absolute;
    background: linear-gradient(240deg, rgb(197,154,154,0.5) 0%, transparent 70%);
    bottom: 0;
}.get-in-touch-id .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
}.get-in-touch-id h2 {
    position: relative;
    font-size: 31px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #000000;
}.get-in-touch-id .reach-request-id {
    border-radius: 23px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    margin-top: 50px;
    background: #ffffff;
    flex-direction: row-reverse;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}.get-in-touch-id .photo-box-id {
    position: relative;
    flex: 0 0 40%;
    overflow: hidden;
    min-height: 500px;
}.get-in-touch-id .photo-box-id::after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    position: absolute;
    top: 0;
}.get-in-touch-id .contact-query-idMJwX {
    flex: 0 0 60%;
    padding: 60px;
    position: relative;
}.get-in-touch-id .contact-query-idMJwX::before {
    left: 0;
    position: absolute;
    content: "";
    height: calc(100% - 80px);
    border-radius: 2.5px;
    top: 40px;
    width: 5px;
    background: linear-gradient(to bottom, rgb(220,185,185), rgb(197,154,154));
}.get-in-touch-id form {
    width: 100%;
    padding-left: 25px;
}.get-in-touch-id form h3 {
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 600;
    font-size: 23px;
}.get-in-touch-id form input[type="text"] {
    background: rgb(239,217,217);
    transition: all 0.3s ease;
    color: #000000;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    border: none;
    font-size: 14px;
    width: 100%;
    border-radius: 10px;
    padding: 18px 25px;
}.get-in-touch-id form input[type="text"]:focus {
    outline: none;
    background: rgba(rgb(220,185,185), 0.05);
    box-shadow: 0 0 0 2px rgb(220,185,185,0.5);
}.get-in-touch-id form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.get-in-touch-id .support-form-id {
    display: flex;
    margin: 10px 0 30px;
    align-items: flex-start;
}.get-in-touch-id .support-form-id input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.get-in-touch-id .support-form-id label {
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    color: #000000;
    font-size: 15px;
}.get-in-touch-id .support-form-id label::before {
    border: 2px solid rgb(220,185,185,0.5);
    width: 22px;
    position: absolute;
    height: 22px;
    border-radius: 10px;
    transition: all 0.2s ease;
    top: 2px;
    left: 0;
    content: "";
}.get-in-touch-id .support-form-id input[type="checkbox"]:checked + label::before {
    background-color: rgb(220,185,185);
    border-color: rgb(220,185,185);
}.get-in-touch-id .support-form-id input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    height: 11px;
    top: 9px;
    left: 8px;
    position: absolute;
    content: "";
    border-right: 2px solid #ffffff;
    width: 6px;
}.get-in-touch-id .support-form-id label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(220,185,185);
}.get-in-touch-id .support-form-id label a:hover {
    color: rgb(197,154,154);
    text-decoration: underline;
}.get-in-touch-id form .query-query-id {
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    background: linear-gradient(45deg, rgb(220,185,185), rgb(197,154,154));
    padding: 15px 35px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}.get-in-touch-id form .query-query-id::before {
    height: 120%;
    background: rgba(255, 255, 255, 0.2);
    top: -10%;
    transition: all 0.4s ease;
    transform: rotate(45deg) translateX(-200%);
    content: "";
    width: 120%;
    position: absolute;
    left: -10%;
}.get-in-touch-id form .query-query-id:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(rgb(220,185,185), 0.3);
}.get-in-touch-id form .query-query-id:hover::before {
    transform: rotate(45deg) translateX(200%);
}.get-in-touch-id svg {
    width: 22px;
    fill: rgb(220,185,185);
    height: 22px;
}.get-in-touch-id svg path {
    transition: fill 0.3s ease;
    fill: rgb(220,185,185);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.get-in-touch-id .contact-query-idMJwX {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.get-in-touch-id .photo-box-id {
    min-height: 300px;
    flex: 0 0 100%;
}.get-in-touch-id .contact-query-idMJwX {
    flex: 0 0 100%;
}.get-in-touch-id .contact-query-idMJwX::before {
    width: calc(100% - 80px);
    left: 40px;
    height: 5px;
    background: linear-gradient(to right, rgb(220,185,185), rgb(197,154,154));
    top: 0;
}.get-in-touch-id form {
    padding-top: 25px;
    padding-left: 0;
}
}

@media screen and (max-width: 767px) {.get-in-touch-id {
    padding: 70px 0;
}.get-in-touch-id .photo-box-id {
    min-height: 250px;
}.get-in-touch-id .contact-query-idMJwX {
    padding: 40px 30px;
}.get-in-touch-id .contact-query-idMJwX::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.get-in-touch-id {
    padding: 50px 0;
}.get-in-touch-id h2 {
    font-size: calc(31px * 0.8);
}.get-in-touch-id .photo-box-id {
    min-height: 200px;
}.get-in-touch-id .contact-query-idMJwX {
    padding: 30px 20px;
}.get-in-touch-id .contact-query-idMJwX::before {
    width: calc(100% - 40px);
    left: 20px;
}.get-in-touch-id form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.get-in-touch-id form input[type="text"] {
    padding: 15px 20px;
}.get-in-touch-id form .query-query-id {
    width: 100%;
    text-align: center;
}}header {
    background: #ffffff;
    width: 100%;
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    z-index: 100;
    padding: 0;
}header::before {
    width: 35%;
    top: 0;
    background: linear-gradient(135deg, rgb(220,185,185), rgb(197,154,154));
    z-index: 0;
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
}header .container {
    margin: 0;
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0;
}header .top-page-id {
    display: flex;
    height: 100%;
    align-items: stretch;
}header .nav-learning-id {
    width: 35%;
    justify-content: center;
    display: flex;
    position: relative;
    padding: 1.2rem 0;
    text-decoration: none;
    align-items: center;
}header .nav-learning-id svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
    width: 150px;
    height: auto;
}header .nav-learning-id:hover svg {
    transform: scale(1.05);
}header .head-teach-id {
    justify-content: flex-start;
    position: relative;
    gap: 0.5rem;
    width: 65%;
    display: flex;
    padding: 1.2rem 3%;
    align-items: center;
}header .head-teach-id::before {
    position: absolute;
    content: '';
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgb(220,185,185,0.5), transparent);
    left: 0;
}header .header-guide-id {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    border-radius: 10px;
    background: #ffffff;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    color: #000000;
    z-index: 1;
}header .header-guide-id::before {
    border-radius: 10px;
    height: 100%;
    content: '';
    top: 0;
    background: linear-gradient(135deg, rgb(220,185,185,0.5), rgb(197,154,154,0.5));
    z-index: -1;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
}header .header-guide-id:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateY(-2px);
}header .header-guide-id:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .nav-learning-id {
    padding: 1rem 0;
    width: 30%;
}header .nav-learning-id svg {
    width: 130px;
}header .head-teach-id {
    padding: 1rem 2.5%;
    width: 70%;
    gap: 0.5rem;
}header .header-guide-id {
    font-size: calc(18px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    background: rgb(239,217,217);
}header::before {
    top: 0;
    height: auto;
    width: 100%;
    bottom: 50%;
}header .top-page-id {
    flex-direction: column;
    align-items: center;
}header .nav-learning-id {
    width: 100%;
    padding: 0.8rem 0;
}header .nav-learning-id svg {
    width: 120px;
}header .head-teach-id {
    width: 95%;
    padding: 0.8rem 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
}header .head-teach-id::before {
    background: linear-gradient(to right, transparent, rgb(220,185,185,0.5), transparent);
    left: 0;
    width: 100%;
    top: 0;
    height: 1px;
}header .header-guide-id {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header .nav-learning-id {
    padding: 0.7rem 0;
}header .nav-learning-id svg {
    width: 110px;
}header .head-teach-id {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.7rem 2%;
    overflow-x: auto;
    width: 100%;
}header .head-teach-id::-webkit-scrollbar {
    height: 3px;
}header .head-teach-id::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(220,185,185);
}header .header-guide-id {
    padding: 0.45rem 0.9rem;
    flex-shrink: 0;
    white-space: nowrap;
    font-size: calc(18px - 1px);
    margin-right: 2px;
}}.thxArea-id {
    position: relative;
    background: linear-gradient(135deg, rgb(239,217,217) 0%, rgb(239,217,217) 60%, rgba(rgb(220,185,185,0.5), 0.05) 100%);
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 0;
}.thxArea-id::before,
.thxArea-id::after {
    pointer-events: none;
    position: absolute;
    content: '';
}.thxArea-id::before {
    filter: blur(20px);
    transform: rotate(-15deg) translateZ(-10px);
    background: linear-gradient(45deg, rgb(220,185,185,0.5) 10%, transparent 70%);
    left: -10%;
    top: -5%;
    width: 40%;
    opacity: 0.03;
    height: 70%;
}.thxArea-id::after {
    width: 30%;
    background: linear-gradient(135deg, rgb(197,154,154,0.5) 10%, transparent 70%);
    filter: blur(15px);
    height: 60%;
    transform: rotate(10deg) translateZ(-5px);
    right: -5%;
    bottom: -10%;
    opacity: 0.04;
}.thxArea-id .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    transform-style: preserve-3d;
}.thxArea-id h2 {
    font-weight: 700;
    max-width: 90%;
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transform: translateZ(10px);
    line-height: 1.3;
    margin-bottom: 3rem;
    color: #000000;
    font-size: 38px;
}.thxArea-id h2::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(220,185,185) 0%, rgb(220,185,185,0.5) 100%);
    left: 0;
    content: '';
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-origin: left;
    transform: translateZ(15px) scaleX(1);
    bottom: -0.8rem;
    width: 80px;
    height: 3px;
}.thxArea-id .teach-method-id {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin: 1rem 0;
    padding: 2.5rem 3rem;
    transform: translateZ(20px) rotateY(-2deg);
    position: relative;
    border-radius: 22px;
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    box-shadow: 
        0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.07);
}.thxArea-id .teach-method-id::before {
    content: '';
    top: -10px;
    left: -10px;
    border: 1px solid rgb(220,185,185,0.5);
    right: -10px;
    transform: translateZ(5px);
    opacity: 0.1;
    border-radius: 100px;
    position: absolute;
    bottom: -10px;
    pointer-events: none;
}.thxArea-id .teach-method-id:hover {
    transform: translateZ(25px) rotateY(0deg);
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.thxArea-id ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thxArea-id li {
    padding-left: 0;
    position: relative;
}.thxArea-id li::before {
    position: absolute;
    content: '';
    border-radius: 50%;
    top: -20px;
    transform: translateZ(15px) scale(0.95);
    left: -30px;
    height: 60px;
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(220,185,185,0.5) 0%, transparent 80%);
    transition: all 0.4s ease-out;
    width: 60px;
}.thxArea-id li span {
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    position: relative;
    font-size: 15px;
    color: #000000;
    display: block;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    transform: translateZ(5px);
}

@media (min-width: 992px) {.thxArea-id {
    padding: 8rem 0;
}.thxArea-id h2 {
    transform: translateZ(15px);
    max-width: 80%;
    font-size: calc(38px * 1.1);
}.thxArea-id h2::after {
    width: 100px;
}.thxArea-id .teach-method-id {
    margin: 2rem 0;
    padding: 3.5rem 4rem;
}.thxArea-id li span {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}.thxArea-id li::before {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 991px) {.thxArea-id {
    padding: 5rem 0;
}.thxArea-id h2 {
    font-size: calc(38px * 0.9);
    max-width: 100%;
}.thxArea-id .teach-method-id {
    transform: translateZ(10px) rotateY(-1deg);
    padding: 2rem 2.5rem;
}
}

@media (max-width: 767px) {.thxArea-id {
    padding: 4rem 0;
}.thxArea-id h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.thxArea-id h2::after {
    height: 2px;
    width: 60px;
}.thxArea-id .teach-method-id {
    transform: translateZ(5px) rotateY(0deg);
    padding: 1.5rem 2rem;
}.thxArea-id li::before {
    left: -20px;
    width: 40px;
    top: -15px;
    height: 40px;
}
}

@media (max-width: 480px) {.thxArea-id {
    padding: 3rem 0;
}.thxArea-id .container {
    padding: 0 1.5rem;
}.thxArea-id h2 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.7);
}.thxArea-id .teach-method-id {
    margin: 0.5rem 0;
    padding: 1.25rem 1.5rem;
}.thxArea-id li span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}

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

.thxArea-id .teach-method-id {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.join-list-id {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(220,185,185,0.5) 0%, rgb(239,217,217) 100%);
    overflow: hidden;
    position: relative;
}.join-list-id::before {
    z-index: 1;
    top: 0;
    height: 100%;
    transform: scale(1.5);
    left: 0;
    content: "";
    background: linear-gradient(45deg, transparent 45%, rgb(197,154,154,0.5) 45%, rgb(197,154,154,0.5) 55%, transparent 55%);
    position: absolute;
    width: 100%;
}.join-list-id .teach-method-id {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.join-list-id .connect-links-id {
    margin-left: auto;
    transform: skewX(-10deg);
    position: relative;
    max-width: 600px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    background: linear-gradient(110deg, #ffffff 0%, rgb(239,217,217) 100%);
    border-radius: 17px;
    padding: 3rem;
    flex-direction: column;
    display: flex;
}.join-list-id .connect-links-id::after {
    height: 10px;
    right: -10px;
    background: rgb(197,154,154);
    position: absolute;
    transform: skewX(15deg);
    top: -10px;
    content: "";
    width: 60%;
}.join-list-id .connect-links-id::before {
    transform: skewX(15deg);
    background: rgb(220,185,185);
    content: "";
    position: absolute;
    height: 10px;
    bottom: -10px;
    width: 60%;
    left: -10px;
}.join-list-id h3 {
    color: #000000;
    font-size: 24px;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    transform: skewX(10deg);
    padding-left: 1rem;
}.join-list-id h3::before {
    top: 0;
    position: absolute;
    background: rgb(220,185,185);
    left: 0;
    content: "";
    transform: skewY(45deg);
    width: 5px;
    height: 100%;
}.join-list-id .input_holder {
    display: flex;
    gap: 1.2rem;
    flex-direction: column;
    transform: skewX(10deg);
}.join-list-id input[type="email"] {
    color: #000000;
    border: 2px solid rgb(197,154,154,0.5);
    font-size: 14px;
    padding: 0.8rem 1.5rem;
    font-family: Arial, sans-serif;
    background: #ffffff;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
}.join-list-id input[type="email"]:focus {
    transform: translateX(0);
    border-color: rgb(220,185,185);
    outline: none;
    box-shadow: 0 0 10px rgb(220,185,185,0.5);
}.join-list-id input[type="submit"] {
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    font-size: 14px;
    cursor: pointer;
    background: linear-gradient(90deg, rgb(220,185,185) 0%, rgb(197,154,154) 100%);
    transition: all 0.3s ease;
    align-self: flex-end;
    transform: translateY(0);
    padding: 0.8rem 2rem;
    font-family: Arial, sans-serif;
}.join-list-id input[type="submit"]:hover {
    background: linear-gradient(90deg, rgb(197,154,154) 0%, rgb(220,185,185) 100%);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {.join-list-id {
    padding: 3rem 1rem;
}.join-list-id .connect-links-id {
    transform: skewX(-5deg);
    padding: 2rem;
    max-width: 100%;
}.join-list-id h3 {
    transform: skewX(5deg);
    font-size: calc(24px * 0.9);
}.join-list-id .input_holder {
    transform: skewX(5deg);
}.join-list-id input[type="email"] {
    padding: 0.7rem 1rem;
}.join-list-id input[type="submit"] {
    align-self: center;
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 480px) {.join-list-id {
    padding: 2rem 0.8rem;
}.join-list-id .connect-links-id {
    padding: 1.5rem;
    transform: none;
}.join-list-id h3 {
    font-size: calc(24px * 0.8);
    padding-left: 0;
    transform: none;
    text-align: center;
}.join-list-id h3::before {
    top: -10px;
    left: 50%;
    height: 5px;
    width: 50px;
    transform: translateX(-50%);
}.join-list-id .input_holder {
    transform: none;
}.join-list-id input[type="email"] {
    transform: none;
}}.course-features-id {
    position: relative;
    padding: 120px 0;
    background-color: rgb(239,217,217);
    overflow: hidden;
}.course-features-id::before {
    left: 0;
    position: absolute;
    background-size: 60px 60px;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0;
}.course-features-id::after {
    position: absolute;
    opacity: 0.15;
    left: 0;
    z-index: 2;
    background: radial-gradient(circle at center, rgb(220,185,185,0.5) 0%, transparent 70%);
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
}.course-features-id .learn-map-id {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}.course-features-id .phrase-holder-id {
    border-radius: 17px;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    padding: 40px;
    position: relative;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    z-index: 4;
    background: rgba(255, 255, 255, 0.02);
}.course-features-id .phrase-holder-id::before {
    mask-composite: exclude;
    height: 100%;
    border: 1px solid transparent;
    content: "";
    border-radius: 17px;
    background: linear-gradient(135deg, rgb(220,185,185,0.5), transparent 70%, rgb(197,154,154,0.5)) border-box;
    width: 100%;
    left: 0;
    z-index: -1;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    opacity: 0.3;
    position: absolute;
    top: 0;
    -webkit-mask-composite: xor;
}.course-features-id .phrase-holder-id h2 {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    color: #000000;
}.course-features-id .phrase-holder-id h2::after {
    transform: translateX(-50%);
    content: "";
    bottom: 0;
    border-radius: 10px;
    left: 50%;
    width: 60px;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(220,185,185), rgb(197,154,154));
}.course-features-id .phrase-holder-id .description {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.8;
}.course-features-id .phrase-holder-id .description:last-child {
    margin-bottom: 0;
}.course-features-id .photo-box-id {
    height: 500px;
    margin-top: 60px;
    border-radius: 17px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    width: 100%;
}.course-features-id .photo-box-id::before {
    background: linear-gradient(135deg, rgb(220,185,185,0.5) 0%, transparent 50%);
    height: 100%;
    opacity: 0.3;
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
}.course-features-id .photo-box-id::after {
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(45deg, transparent 50%, rgb(197,154,154,0.5) 100%);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    content: "";
    width: 100%;
}.course-features-id .learn-map-id::before,
.course-features-id .learn-map-id::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: rgb(220,185,185,0.5);
    opacity: 0.5;
    z-index: 1;
    top: 50%;
    width: 200px;
}.course-features-id .learn-map-id::before {
    left: -100px;
    transform: rotate(45deg);
}.course-features-id .learn-map-id::after {
    right: -100px;
    transform: rotate(-45deg);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {.course-features-id .learn-map-id {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    align-items: center;
    grid-template-rows: auto auto auto;
    display: grid;
}.course-features-id .phrase-holder-id {
    margin-bottom: 60px;
    grid-row: 1;
    grid-column: 1 / 3;
    max-width: 100%;
}.course-features-id .phrase-holder-id .description:first-of-type {
    grid-column: 1;
    grid-row: 2;
    text-align: right;
    padding-right: 30px;
}.course-features-id .phrase-holder-id .description:last-child {
    padding-left: 30px;
    grid-row: 2;
    grid-column: 2;
    text-align: left;
}.course-features-id .photo-box-id {
    max-width: 100%;
    height: 500px;
    margin-top: 60px;
    grid-column: 1 / 3;
    grid-row: 3;
}.course-features-id .learn-map-id {
    position: relative;
}.course-features-id .learn-map-id::after {
    transform: translateX(-50%);
    width: 1px;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 50%;
    background: linear-gradient(to bottom, transparent, rgb(220,185,185,0.5) 30%, rgb(220,185,185,0.5) 70%, transparent);
}
}

@media (min-width: 1200px) {.course-features-id .learn-map-id {
    flex-direction: column;
    display: flex;
    align-items: center;
}.course-features-id .phrase-holder-id {
    display: flex;
    margin-bottom: 0;
    justify-content: center;
    flex-wrap: wrap;
}.course-features-id .phrase-holder-id h2 {
    width: 100%;
}.course-features-id .phrase-holder-id .description {
    width: calc(50% - 30px);
    text-align: left;
    position: relative;
    padding: 0 15px;
}.course-features-id .phrase-holder-id .description:first-of-type::after {
    width: 1px;
    right: 0;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(220,185,185,0.5), transparent);
    position: absolute;
}.course-features-id .photo-box-id {
    margin-top: 60px;
    height: 450px;
    max-width: 80%;
    border-radius: calc(17px * 2);
}.course-features-id .learn-map-id::after {
    display: none;
}
}

@media (max-width: 991px) {.course-features-id {
    padding: 80px 0;
}.course-features-id .phrase-holder-id {
    padding: 30px;
}.course-features-id .phrase-holder-id h2 {
    font-size: calc(38px * 0.9);
}.course-features-id .photo-box-id {
    margin-top: 40px;
    height: 400px;
}.course-features-id .learn-map-id::before,
    .course-features-id .learn-map-id::after {
    width: 150px;
}
}

@media (max-width: 768px) {.course-features-id {
    padding: 60px 0;
}.course-features-id .phrase-holder-id {
    padding: 25px 20px;
}.course-features-id .phrase-holder-id h2 {
    padding-bottom: 15px;
    font-size: calc(38px * 0.85);
    margin-bottom: 25px;
}.course-features-id .phrase-holder-id h2::after {
    width: 50px;
    height: 2px;
}.course-features-id .phrase-holder-id .description {
    font-size: calc(18px * 0.95);
}.course-features-id .photo-box-id {
    margin-top: 30px;
    height: 350px;
}.course-features-id .learn-map-id::before,
    .course-features-id .learn-map-id::after {
    display: none;
}
}

@media (max-width: 576px) {.course-features-id {
    padding: 50px 0;
}.course-features-id .phrase-holder-id {
    padding: 20px 15px;
}.course-features-id .phrase-holder-id h2 {
    font-size: calc(38px * 0.8);
    padding-bottom: 12px;
    margin-bottom: 20px;
}.course-features-id .phrase-holder-id h2::after {
    width: 40px;
}.course-features-id .phrase-holder-id .description {
    font-size: calc(18px * 0.9);
    line-height: 1.7;
}.course-features-id .photo-box-id {
    margin-top: 25px;
    height: 250px;
}}.find-us-id {
    position: relative;
    background: rgb(239,217,217);
    padding: 80px 0;
    overflow: hidden;
}.find-us-id::before {
    background: 
        linear-gradient(135deg, transparent 0%, rgb(220,185,185,0.5) 100%),
        radial-gradient(circle at 20% 30%, rgb(197,154,154,0.5) 0%, transparent 70%);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    content: '';
}.find-us-id::after {
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    content: '';
    left: 0;
    right: 0;
}.find-us-id .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    max-width: 1200px;
}.find-us-id .feedback-form-id {
    background: rgba(255, 255, 255, 0.08);
    padding: 0;
    overflow: hidden;
    gap: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    display: grid;
    border-radius: 25px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    grid-template-columns: 1fr 2fr;
}.find-us-id .quick-contact-id {
    grid-column: 1 / -1;
    color: rgb(220,185,185);
    position: relative;
    padding: 35px 40px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), transparent);
    font-size: 35px;
    font-weight: 700;
}.find-us-id .quick-contact-id::after {
    position: absolute;
    width: 60px;
    bottom: 0;
    content: '';
    background: rgb(220,185,185);
    left: 40px;
    border-radius: 10px;
    height: 3px;
}.find-us-id .photo-box-id {
    overflow: hidden;
    position: relative;
    border-radius: 0;
    height: 100%;
    transform: scale(1.001);
    min-height: 350px;
}.find-us-id .photo-box-id::before {
    left: 0;
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgb(220,185,185,0.5) 100%
    );
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    top: 0;
    z-index: 1;
}.find-us-id .photo-box-id::after {
    background: radial-gradient(
        circle,
        rgb(220,185,185,0.5) 0%,
        transparent 70%
    );
    animation: floatEffect 8s infinite alternate ease-in-out;
    position: absolute;
    height: 60%;
    right: -10%;
    z-index: 2;
    width: 60%;
    content: '';
    opacity: 0.7;
    top: -10%;
}@keyframes floatEffect {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}

.find-us-id .edu-asksup-id {
    background: rgba(255, 255, 255, 0.02);
    flex-direction: column;
    padding: 40px;
    display: flex;
    position: relative;
    gap: 22px;
}.find-us-id .edu-asksup-id::before {
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgb(220,185,185), rgb(197,154,154), rgb(220,185,185));
    left: 0;
    width: 3px;
    height: 100%;
    top: 0;
}.find-us-id .edu-asksup-id p {
    padding: 0 0 22px 0;
    display: flex;
    position: relative;
    gap: 15px;
    align-items: flex-start;
    flex-direction: row;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}.find-us-id .edu-asksup-id p:last-child {
    padding-bottom: 0;
    border-bottom: none;
}.find-us-id .edu-asksup-id p svg {
    margin-top: 3px;
    height: 22px;
    flex-shrink: 0;
    width: 22px;
}.find-us-id .edu-asksup-id p svg path {
    fill: rgb(220,185,185);
    transition: fill 0.3s ease;
}.find-us-id .edu-asksup-id p:hover svg path {
    fill: #ffffff;
}.find-us-id .edu-asksup-id p .content-wrapper {
    flex-grow: 1;
    flex-direction: column;
    gap: 8px;
    display: flex;
}.find-us-id .edu-asksup-id p {
    color: #ffffff;
}.find-us-id .edu-asksup-id p span {
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    color: #ffffff;
}.find-us-id .edu-asksup-id p:first-child span {
    font-size: calc(14px + 2px);
}.find-us-id .edu-asksup-id p span a {
    transition: all 0.3s ease;
    padding: 2px 8px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    border-radius: 10px;
    position: relative;
}.find-us-id .edu-asksup-id p span a:hover {
    transform: translateX(5px);
    background: rgb(220,185,185,0.5);
    color: #ffffff;
}.find-us-id .edu-asksup-id p span b {
    font-weight: 700;
    color: rgb(220,185,185);
}.find-us-id .reach-us-id {
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 35px;
}.find-us-id .connect-now-id {
    padding-bottom: 15px;
    font-weight: 600;
    position: relative;
    align-items: center;
    font-size: 22px;
    margin: 0 0 20px 0;
    gap: 12px;
    display: flex;
    color: rgb(220,185,185);
}.find-us-id .connect-now-id svg {
    width: 20px;
    height: 20px;
}.find-us-id .connect-now-id svg path {
    fill: rgb(220,185,185);
}.find-us-id .connect-now-id:after {
    content: '';
    width: 40px;
    bottom: 0;
    border-radius: 10px;
    height: 2px;
    background: rgb(220,185,185);
    left: 0;
    position: absolute;
}.find-us-id .instant-request-id {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
}.find-us-id .instant-contact-id {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    font-size: calc(14px - 1px);
    padding: 12px 15px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.find-us-id .instant-contact-id::before {
    width: 4px;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    content: '';
    opacity: 0.7;
    background: rgb(220,185,185);
}.find-us-id .instant-contact-id::after {
    z-index: -1;
    background: rgb(220,185,185);
    left: 0;
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
}.find-us-id .instant-contact-id:hover {
    transform: translateX(5px);
}.find-us-id .instant-contact-id:hover::after {
    opacity: 0.1;
}

@media (max-width: 1199px) {.find-us-id .feedback-form-id {
    gap: 30px;
}.find-us-id .edu-asksup-id {
    padding: 30px;
}
}

@media (max-width: 991px) {.find-us-id {
    padding: 60px 0;
}.find-us-id .feedback-form-id {
    grid-template-columns: 1fr;
}.find-us-id .quick-contact-id {
    padding: 30px;
}.find-us-id .quick-contact-id::after {
    left: 30px;
}.find-us-id .photo-box-id {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 300px;
}.find-us-id .edu-asksup-id {
    padding: 30px;
}.find-us-id .edu-asksup-id p svg {
    width: 20px;
    height: 20px;
}
}

@media (max-width: 767px) {.find-us-id {
    padding: 50px 0;
}.find-us-id .quick-contact-id {
    padding: 25px;
    font-size: calc(35px - 4px);
}.find-us-id .quick-contact-id::after {
    left: 25px;
}.find-us-id .edu-asksup-id {
    padding: 25px;
    gap: 18px;
}.find-us-id .edu-asksup-id p {
    padding-bottom: 18px;
}.find-us-id .photo-box-id {
    min-height: 250px;
}.find-us-id .reach-us-id {
    margin-top: 25px;
    padding-top: 25px;
}.find-us-id .instant-request-id {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
}

@media (max-width: 576px) {.find-us-id {
    padding: 40px 0;
}.find-us-id .quick-contact-id {
    text-align: center;
    padding: 20px;
}.find-us-id .quick-contact-id::after {
    transform: translateX(-50%);
    left: 50%;
}.find-us-id .edu-asksup-id {
    padding: 20px;
}.find-us-id .photo-box-id {
    min-height: 200px;
}.find-us-id .connect-now-id {
    text-align: center;
}.find-us-id .connect-now-id:after {
    transform: translateX(-50%);
    left: 50%;
}.find-us-id .instant-request-id {
    grid-template-columns: 1fr;
}.find-us-id .edu-asksup-id p {
    flex-direction: row;
}.find-us-id .edu-asksup-id p svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 375px) {.find-us-id .feedback-form-id {
    border-radius: 10px;
}.find-us-id .edu-asksup-id {
    padding: 15px;
}.find-us-id .edu-asksup-id p {
    padding-bottom: 15px;
}.find-us-id .photo-box-id {
    min-height: 180px;
}.find-us-id .reach-us-id {
    margin-top: 20px;
    padding-top: 20px;
}
}

@media (prefers-reduced-motion: reduce) {.find-us-id .photo-box-id::after {
    animation: none;
}.find-us-id .edu-asksup-id p span a:hover,
    .find-us-id .instant-contact-id:hover {
    transform: none;
}}.statistics-information-id {
    background: rgb(239,217,217);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(135deg, rgb(220,185,185,0.5) 0%, transparent 100%);
}.statistics-information-id::before {
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    top: 0;
    pointer-events: none;
    width: 100%;
    content: "";
    z-index: 1;
    left: 0;
    opacity: 0.05;
}.statistics-information-id::after {
    top: 0;
    background: radial-gradient(circle, rgb(220,185,185,0.5) 0%, transparent 70%);
    content: "";
    right: 0;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    width: 50%;
    pointer-events: none;
}.statistics-information-id .container {
    margin: 0 auto;
    gap: 60px;
    max-width: 1200px;
    padding: 0 20px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    z-index: 2;
}.statistics-information-id .learn-statistics-id {
    position: relative;
    flex-direction: column;
    gap: 20px;
    display: flex;
}.statistics-information-id .learn-statistics-id::before {
    content: "";
    border-radius: 10px;
    left: -20px;
    background: linear-gradient(to bottom, rgb(220,185,185), transparent);
    top: 0;
    width: 5px;
    position: absolute;
    height: 100%;
}.statistics-information-id .benefits-track-id {
    transform-origin: left center;
    overflow: hidden;
    position: relative;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
    padding: 20px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    border-radius: 15px;
}.statistics-information-id .benefits-track-id:nth-child(even) {
    transform: translateX(20px);
}.statistics-information-id .benefits-track-id:hover {
    z-index: 3;
    transform: translateX(10px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.statistics-information-id .benefits-track-id:nth-child(even):hover {
    transform: translateX(30px) scale(1.05);
}.statistics-information-id .benefits-track-id::after {
    background: rgb(220,185,185);
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    left: 0;
    border-radius: 10px;
    top: 0;
    transition: width 0.3s ease;
}.statistics-information-id .benefits-track-id:hover::after {
    width: 8px;
}.statistics-information-id .benefits-track-id h4 {
    margin: 0;
    color: rgb(220,185,185);
    text-align: left;
    font-weight: 700;
    min-width: 100px;
    font-size: calc(47px * 0.8);
}.statistics-information-id .benefits-track-id span {
    padding-left: 30px;
    margin-left: 30px;
    flex-grow: 1;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    color: #000000;
}.statistics-information-id .benefits-track-id span::before {
    width: 1px;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(220,185,185,0.5), transparent);
    left: 0;
    height: 100%;
    position: absolute;
}.statistics-information-id .extra-gain-id {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    z-index: 2;
}.statistics-information-id .extra-gain-id::before {
    position: absolute;
    content: "";
    background: rgb(220,185,185,0.5);
    width: 300px;
    opacity: 0.1;
    animation: pulse 10s infinite alternate;
    filter: blur(80px);
    right: -150px;
    top: 50%;
    z-index: -1;
    height: 300px;
    border-radius: 50%;
    transform: translateY(-50%);
}@keyframes pulse {
    0% {
        opacity: 0.05;
        transform: translateY(-50%) scale(1);
    }
    100% {
        opacity: 0.15;
        transform: translateY(-50%) scale(1.1);
    }
}

.statistics-information-id .study-gain-id {
    font-size: 47px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    line-height: 1.2;
}.statistics-information-id .study-gain-id::after {
    border-radius: 10px;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 80px;
    height: 4px;
    background: rgb(220,185,185);
}.statistics-information-id .statistics-classes-id {
    line-height: 1.8;
    max-width: 90%;
    font-size: 12px;
    color: #000000;
}.statistics-information-id svg {
    height: 40px;
    transition: transform 0.3s ease;
    margin-right: 20px;
    width: 40px;
}.statistics-information-id svg path {
    fill: rgb(220,185,185);
    transition: fill 0.3s ease;
}.statistics-information-id .benefits-track-id:hover svg {
    transform: scale(1.1) rotate(5deg);
}.statistics-information-id .benefits-track-id:hover svg path {
    fill: rgb(197,154,154);
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.statistics-information-id {
    padding: 80px 0;
}.statistics-information-id .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.statistics-information-id .learn-statistics-id {
    order: 2;
}.statistics-information-id .extra-gain-id {
    align-items: center;
    text-align: center;
    order: 1;
}.statistics-information-id .study-gain-id::after {
    left: 50%;
    transform: translateX(-50%);
}.statistics-information-id .statistics-classes-id {
    text-align: center;
    max-width: 100%;
}.statistics-information-id .learn-statistics-id::before {
    height: 5px;
    width: 100%;
    background: linear-gradient(to right, rgb(220,185,185), transparent);
    top: -20px;
    left: 0;
}.statistics-information-id .extra-gain-id::before {
    transform: translate(50%, -50%);
    right: 50%;
    height: 200px;
    width: 200px;
}.statistics-information-id .benefits-track-id:nth-child(even) {
    transform: translateX(0);
}.statistics-information-id .benefits-track-id:hover, 
    .statistics-information-id .benefits-track-id:nth-child(even):hover {
    transform: scale(1.02);
}
}

@media (max-width: 576px) {.statistics-information-id {
    padding: 60px 0;
}.statistics-information-id .container {
    gap: 40px;
    padding: 0 15px;
}.statistics-information-id .benefits-track-id {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
}.statistics-information-id .benefits-track-id h4 {
    min-width: auto;
    font-size: 34px;
    margin-bottom: 15px;
}.statistics-information-id .benefits-track-id span {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}.statistics-information-id .benefits-track-id span::before {
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, rgb(220,185,185,0.5), transparent);
    left: 0;
    top: -10px;
}.statistics-information-id .study-gain-id {
    font-size: calc(34px * 1.2);
    margin-bottom: 25px;
}.statistics-information-id .statistics-classes-id {
    font-size: calc(12px * 0.95);
}.statistics-information-id svg {
    margin-right: 0;
    margin-bottom: 15px;
}.statistics-information-id .benefits-track-id::after {
    width: 100%;
    left: 0;
    top: 0;
    height: 4px;
}.statistics-information-id .benefits-track-id:hover::after {
    width: 100%;
    height: 6px;
}}

.statistics-information-id .benefits-track-id h4 {
    background: linear-gradient(45deg, rgb(220,185,185), rgb(197,154,154));
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent;
    display: inline-block;
}.statistics-information-id .study-gain-id {
    position: relative;
    overflow: hidden;
}.statistics-information-id .study-gain-id::before {
    height: 100%;
    content: '';
    width: 4px;
    right: 0;
    top: 0;
    animation: blink 2s infinite;
    position: absolute;
    background: rgb(220,185,185);
}@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.statistics-information-id .benefits-track-id:nth-child(1) {
    animation: float 6s ease-in-out infinite;
}.statistics-information-id .benefits-track-id:nth-child(2) {
    animation: float 7s ease-in-out infinite;
}.statistics-information-id .benefits-track-id:nth-child(3) {
    animation: float 8s ease-in-out infinite;
}.statistics-information-id .benefits-track-id:nth-child(4) {
    animation: float 9s ease-in-out infinite;
}.statistics-information-id::before {
    animation: backgroundMove 30s linear infinite;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}footer {
    z-index: 1;
    position: relative;
}footer::before {
    content: "";
    right: 0;
    position: absolute;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(220,185,185,0.5) 35%, rgb(197,154,154,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    background-size: 300% 300%;
    left: 0;
    z-index: -1;
    animation: gradientFlow 20s ease infinite;
    top: 0;
    opacity: 0.75;
    bottom: 0;
}footer::after {
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(220,185,185,0.5) 25%, rgb(220,185,185,0.5) 26%, transparent 27%, transparent 74%, rgb(197,154,154,0.5) 75%, rgb(197,154,154,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(220,185,185,0.5) 25%, rgb(220,185,185,0.5) 26%, transparent 27%, transparent 74%, rgb(197,154,154,0.5) 75%, rgb(197,154,154,0.5) 76%, transparent 77%, transparent);
    opacity: 0.15;
    position: absolute;
    content: "";
    background-size: 50px 50px;
    top: 0;
}.cloud-lab-id {
    padding: 4rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}.cloud-lab-id::before {
    box-shadow: 0 0 20px rgb(220,185,185,0.5);
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(220,185,185), rgb(197,154,154), transparent);
    position: absolute;
    content: "";
    height: 2px;
    opacity: 0.8;
    top: 0;
}.cloud-lab-id .container {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
}.cloud-lab-id .company_holder {
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    border-radius: 13px;
    backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    position: relative;
    padding: 2rem;
    flex: 1 1 350px;
}.cloud-lab-id .company_holder::before {
    left: -50%;
    top: 0;
    width: 200%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(220,185,185), transparent);
    content: "";
    transform: translateY(-1px);
    position: absolute;
}.cloud-lab-id .company_holder::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(197,154,154), transparent);
    height: 1px;
    transform: translateY(1px);
    width: 100%;
    left: 0;
    content: "";
    bottom: 0;
}.cloud-lab-id .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(220,185,185,0.5);
    transform: translateY(-5px);
}.cloud-lab-id .company_holder h3 {
    position: relative;
    margin: 0 0 1.5rem;
    display: inline-block;
    text-shadow: 0 0 15px rgb(220,185,185,0.5);
    font-weight: 700;
    font-size: 33px;
    letter-spacing: 1px;
    color: #ffffff;
}.cloud-lab-id .company_holder h3::after {
    height: 3px;
    border-radius: 10px;
    transition: width 0.3s ease-out;
    left: 0;
    box-shadow: 0 0 10px rgb(220,185,185);
    bottom: -8px;
    position: absolute;
    background: linear-gradient(90deg, rgb(220,185,185), rgb(197,154,154));
    content: "";
    width: 50px;
}.cloud-lab-id .company_holder:hover h3::after {
    width: 100%;
}.cloud-lab-id .blog-ref-id {
    color: #ffffff;
    opacity: 0.85;
    line-height: 1.6;
    text-shadow: 0 0 10px #000000;
    font-size: 15px;
    max-width: 100%;
}.cloud-lab-id .milestone-cta-id {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.cloud-lab-id .top-train-id {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.cloud-lab-id .head-teach-id {
    flex: 1 1 calc(50% - 1.25rem);
    overflow: hidden;
    backdrop-filter: blur(8px);
    position: relative;
    border-radius: 13px;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    min-width: 250px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    padding: 2rem;
}.cloud-lab-id .head-teach-id::before {
    content: "";
    transform: translateY(-1px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(197,154,154), transparent);
    position: absolute;
    width: 200%;
    left: -50%;
    top: 0;
}.cloud-lab-id .head-teach-id::after {
    bottom: 0;
    left: 0;
    height: 1px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(220,185,185), transparent);
    transform: translateY(1px);
    width: 100%;
}.cloud-lab-id .head-teach-id:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(197,154,154,0.5);
}.cloud-lab-id .head-teach-id h5 {
    display: inline-block;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin: 0 0 1.5rem;
    position: relative;
    text-shadow: 0 0 15px rgb(197,154,154,0.5);
    font-weight: 600;
    font-size: 22px;
}.cloud-lab-id .head-teach-id h5::after {
    left: 0;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(197,154,154), rgb(220,185,185));
    bottom: -8px;
    position: absolute;
    transition: width 0.3s ease-out;
    box-shadow: 0 0 10px rgb(197,154,154);
    content: "";
    width: 40px;
}.cloud-lab-id .head-teach-id:hover h5::after {
    width: 100%;
}.cloud-lab-id .head-teach-id .top-train-id {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.cloud-lab-id .head-teach-id .top-train-id a {
    z-index: 1;
    border-radius: 10px;
    opacity: 0.8;
    text-decoration: none;
    text-shadow: 0 0 5px #000000;
    font-size: 15px;
    display: block;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    position: relative;
    color: #ffffff;
}.cloud-lab-id .head-teach-id .top-train-id a::before {
    top: 0;
    left: 0;
    opacity: 0.5;
    content: "";
    background: linear-gradient(180deg, rgb(220,185,185), rgb(197,154,154));
    height: 100%;
    width: 3px;
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    border-radius: 10px;
}.cloud-lab-id .head-teach-id .top-train-id a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    width: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    z-index: -1;
    transition: all 0.3s ease;
    height: 100%;
}.cloud-lab-id .head-teach-id .top-train-id a:hover {
    opacity: 1;
    padding-left: 1.5rem;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(197,154,154,0.5);
}.cloud-lab-id .head-teach-id .top-train-id a:hover::before {
    width: 5px;
    opacity: 1;
    box-shadow: 0 0 10px rgb(220,185,185);
}.cloud-lab-id .head-teach-id .top-train-id a:hover::after {
    width: 100%;
    opacity: 0.2;
}.gdpr-block-id {
    margin-top: 2rem;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem 0;
}.gdpr-block-id::before {
    opacity: 0.5;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(220,185,185), rgb(197,154,154), transparent);
    top: 0;
}.gdpr-block-id .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.gdpr-block-id .workshop-cta-id {
    font-size: 16px;
    transition: all 0.3s ease;
    opacity: 0.7;
    letter-spacing: 0.5px;
    position: relative;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
    text-align: center;
}.gdpr-block-id .workshop-cta-id:hover {
    opacity: 1;
    text-shadow: 0 0 8px rgb(197,154,154,0.5);
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.cloud-lab-id .container {
    gap: 2rem;
}.cloud-lab-id .company_holder {
    flex: 1 1 320px;
}.cloud-lab-id .milestone-cta-id {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}

@media (max-width: 992px) {.cloud-lab-id {
    padding: 3.5rem 0 2rem;
}.cloud-lab-id .container {
    gap: 2rem;
    flex-direction: column;
}.cloud-lab-id .company_holder,
    .cloud-lab-id .milestone-cta-id {
    min-width: 100%;
    flex: 1 1 100%;
}.cloud-lab-id .head-teach-id {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.cloud-lab-id {
    padding: 3rem 0 1.5rem;
}.cloud-lab-id .company_holder,
    .cloud-lab-id .head-teach-id {
    padding: 1.5rem;
}.cloud-lab-id .top-train-id {
    gap: 1.5rem;
}.cloud-lab-id .company_holder h3 {
    font-size: calc(33px - 2px);
}.cloud-lab-id .head-teach-id h5 {
    font-size: calc(22px - 1px);
}.cloud-lab-id .company_holder:hover,
    .cloud-lab-id .head-teach-id:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.cloud-lab-id {
    padding: 2.5rem 0 1rem;
}.cloud-lab-id .top-train-id {
    gap: 1rem;
}.cloud-lab-id .head-teach-id {
    min-width: 100%;
    flex: 1 1 100%;
}.cloud-lab-id .head-teach-id .top-train-id a {
    padding: 0.4rem 0.8rem;
}.cloud-lab-id .head-teach-id .top-train-id a:hover {
    padding-left: 1.2rem;
}.gdpr-block-id {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.cloud-lab-id .company_holder:hover,
    .cloud-lab-id .head-teach-id:hover {
    transform: translateY(-2px);
}}.opening-page-id {
    overflow: hidden;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(239,217,217), rgba(0, 0, 0, 0.5));
    display: flex;
    position: relative;
    padding: 3rem 1rem;
}.opening-page-id::before {
    background: linear-gradient(45deg, rgb(220,185,185,0.5), transparent);
    content: "";
    opacity: 0.15;
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}.opening-page-id > div {
    position: relative;
    flex-direction: column;
    max-width: 1200px;
    z-index: 2;
    display: flex;
    gap: 2rem;
    width: 100%;
}.opening-page-id .study-classes-id {
    transform: translateX(-5%);
    position: relative;
    transition: transform 0.5s ease-in-out;
    margin-bottom: 1.5rem;
}.opening-page-id .study-classes-id::before {
    transition: transform 0.6s ease-out;
    content: "";
    position: absolute;
    left: 0;
    height: 4px;
    transform-origin: left;
    transform: scaleX(0);
    bottom: -10px;
    background: rgb(220,185,185);
    width: 80px;
}.opening-page-id:hover .study-classes-id::before {
    transform: scaleX(1);
}.opening-page-id:hover .study-classes-id {
    transform: translateX(0);
}.opening-page-id .course-open-id {
    background-clip: text !important;
    color: #000000;
    background: linear-gradient(to right, #000000, rgb(220,185,185));
    text-fill-color: transparent;
    margin: 0;
    -webkit-background-clip: text !important;
    font-size: 39px;
    display: inline-block;
    line-height: 1.3;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    position: relative;
}.opening-page-id .edu-front-id {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 25px;
}.opening-page-id .edu-front-id:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.opening-page-id .edu-front-id::before {
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    left: 0;
    width: 100%;
    content: "";
    z-index: 1;
    position: absolute;
}.opening-page-id .edu-front-id > div {
    flex-direction: column;
    gap: 2rem;
    padding: 4rem 3rem;
    color: #ffffff;
    position: relative;
    z-index: 2;
    display: flex;
}.opening-page-id .edu-front-id p {
    opacity: 0;
    margin: 0;
    max-width: 80%;
    padding-left: 20px;
    position: relative;
    animation: fadeInUp 0.8s forwards 0.3s;
    transform: translateY(20px);
    font-size: calc(13px * 1.2);
    line-height: 1.6;
}.opening-page-id .edu-front-id p::before {
    height: 100%;
    position: absolute;
    background: rgb(220,185,185);
    left: 0;
    width: 3px;
    top: 0;
    content: "";
}.opening-page-id .edu-front-id h3 {
    transform: translateY(20px);
    line-height: 1.5;
    position: relative;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    padding-top: 20px;
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.6s;
}.opening-page-id .edu-front-id h3::before {
    top: 0;
    position: absolute;
    left: 0;
    background: rgb(197,154,154);
    height: 2px;
    width: 60px;
    content: "";
}

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

@media (max-width: 992px) {.opening-page-id {
    padding: 2rem 1rem;
}.opening-page-id .course-open-id {
    font-size: calc(39px * 0.85);
}.opening-page-id .edu-front-id > div {
    padding: 3rem 2rem;
}.opening-page-id .edu-front-id p {
    font-size: 13px;
    max-width: 90%;
}.opening-page-id .edu-front-id h3 {
    font-size: calc(19px * 0.9);
}
}

@media (max-width: 768px) {.opening-page-id {
    min-height: auto;
}.opening-page-id .study-classes-id {
    transform: translateX(0);
}.opening-page-id .course-open-id {
    font-size: calc(39px * 0.7);
}.opening-page-id .edu-front-id > div {
    padding: 2.5rem 1.5rem;
}.opening-page-id .edu-front-id p {
    max-width: 100%;
}
}

@media (max-width: 576px) {.opening-page-id {
    padding: 1.5rem 0.8rem;
}.opening-page-id .course-open-id {
    font-size: calc(39px * 0.6);
}.opening-page-id .edu-front-id > div {
    gap: 1.5rem;
    padding: 2rem 1.2rem;
}.opening-page-id .edu-front-id h3 {
    font-size: calc(19px * 0.8);
}
}

@media (hover: hover) {.opening-page-id .edu-front-id::after {
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    width: 50%;
    position: absolute;
    left: -100%;
    top: 0;
    transition: left 0.9s ease;
    content: "";
}.opening-page-id .edu-front-id:hover::after {
    left: 150%;
}}.training-benefits-id {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(220,185,185,0.5), rgb(239,217,217));
}.training-benefits-id::before {
    height: 100%;
    width: 100%;
    content: "";
    animation: gradientShift 15s infinite alternate ease-in-out;
    left: 0;
    transform: skewX(-15deg) translateX(-50%);
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(45deg, transparent 30%, rgb(220,185,185,0.5) 70%, transparent 100%);
}.training-benefits-id::after {
    right: -10%;
    position: absolute;
    width: 60%;
    opacity: 0.7;
    content: "";
    height: 40%;
    top: -5%;
    z-index: 1;
    background: radial-gradient(circle at center, rgb(197,154,154,0.5) 0%, transparent 70%);
    filter: blur(60px);
}.training-benefits-id .container {
    position: relative;
    padding: 0 20px;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
    z-index: 2;
}.training-benefits-id .photo-box-id {
    transform: perspective(1000px) rotateX(5deg);
    z-index: 3;
    object-fit: cover;
    margin-bottom: 40px;
    height: auto;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
}.training-benefits-id .photo-box-id:hover {
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.2), 0 20px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}.training-benefits-id .teach-method-id {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 30px;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 4;
    background: #ffffff;
}.training-benefits-id .phrase-holder-id {
    position: relative;
    padding: 20px;
}.training-benefits-id h1 {
    position: relative;
    transform: translateZ(5px);
    margin-bottom: 30px;
    font-size: 43px;
    color: #000000;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    line-height: 1.2;
    font-weight: 700;
}.training-benefits-id h1::after {
    height: 4px;
    position: absolute;
    bottom: -15px;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    content: "";
    left: 0;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(220,185,185), rgb(197,154,154));
}.training-benefits-id ul {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    list-style: none;
    padding: 0;
}.training-benefits-id li {
    position: relative;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.95));
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 3px solid rgb(220,185,185);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
    padding: 20px;
}.training-benefits-id li:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.training-benefits-id li p {
    align-items: flex-start;
    color: #000000;
    line-height: 1.6;
    display: flex;
    font-size: calc(16px - 1px);
    margin: 0;
}.training-benefits-id li svg {
    flex-shrink: 0;
    transform: translateY(2px);
    margin-right: 12px;
    width: 24px;
    transition: transform 0.3s ease;
    height: 24px;
}.training-benefits-id li:hover svg {
    transform: translateY(0) scale(1.1);
}.training-benefits-id svg path {
    fill: rgb(220,185,185);
    transition: fill 0.3s ease;
}.training-benefits-id li:hover svg path {
    fill: rgb(197,154,154);
}

@keyframes gradientShift {
    0% { 
        opacity: 0.4;
        transform: skewX(-15deg) translateX(-50%);
    }
    50% {
        opacity: 0.6;
        transform: skewX(-18deg) translateX(-40%);
    }
    100% {
        opacity: 0.4;
        transform: skewX(-15deg) translateX(-50%);
    }
}

@media (min-width: 768px) {.training-benefits-id .container {
    gap: 40px;
    flex-direction: row;
    align-items: center;
}.training-benefits-id .photo-box-id {
    max-height: 500px;
    object-position: center;
    margin-bottom: 0;
    width: 45%;
}.training-benefits-id .teach-method-id {
    margin-left: -50px;
    width: 55%;
    z-index: 5;
}.training-benefits-id li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1),
                    border-left 0.3s ease;
}.training-benefits-id li:hover {
    border-left: 5px solid rgb(197,154,154);
}
}

@media (min-width: 992px) {.training-benefits-id {
    padding: 150px 0;
}.training-benefits-id .photo-box-id {
    transform: perspective(1200px) rotateX(5deg) rotateY(-5deg);
}.training-benefits-id .photo-box-id:hover {
    transform: perspective(1200px) rotateX(2deg) rotateY(-2deg) translateY(-10px);
}.training-benefits-id .teach-method-id {
    margin-left: -80px;
    transform: perspective(1200px) rotateX(2deg) rotateY(2deg);
}.training-benefits-id h1 {
    font-size: calc(43px * 1.1);
}.training-benefits-id ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 767px) {.training-benefits-id {
    padding: 80px 0;
}.training-benefits-id h1 {
    font-size: calc(43px * 0.85);
}.training-benefits-id ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.training-benefits-id li {
    padding: 15px;
}.training-benefits-id .photo-box-id {
    object-fit: cover;
    max-height: 300px;
}
}

@media (max-width: 480px) {.training-benefits-id {
    padding: 60px 0;
}.training-benefits-id h1 {
    font-size: calc(43px * 0.7);
}.training-benefits-id .phrase-holder-id {
    padding: 10px;
}.training-benefits-id li {
    padding: 12px;
}.training-benefits-id li p {
    font-size: calc(16px - 2px);
}}.privacy-defense-id {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(239,217,217) 0%, rgba(245, 245, 250, 0.97) 100%);
    padding: 5rem 0;
}.privacy-defense-id::before {
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(220,185,185,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(197,154,154,0.5), 0.04) 0%, transparent 50%);
    height: 100%;
    left: 0;
}.privacy-defense-id .container {
    max-width: 1140px;
    transform: translateZ(0);
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    animation: fadeIn 0.8s ease-out forwards;
}.privacy-defense-id h1 {
    transform: translateX(-5px);
    font-weight: 700;
    margin-bottom: 2.5rem;
    letter-spacing: -0.01em;
    font-size: 45px;
    line-height: 1.2;
    position: relative;
    color: #000000;
}.privacy-defense-id h1::after {
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(220,185,185) 0%, rgb(197,154,154) 100%);
    left: 0;
    animation-delay: 0.2s;
    opacity: 0;
    bottom: -12px;
    position: absolute;
    content: "";
}.privacy-defense-id h2 {
    padding-left: 1rem;
    color: #000000;
    font-size: 38px;
    position: relative;
    border-left: 3px solid rgb(220,185,185);
    margin: 3rem 0 1.5rem;
    font-weight: 600;
}.privacy-defense-id h3 {
    font-size: calc(38px * 0.85);
    padding-left: 1rem;
    position: relative;
    color: #000000;
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
    border-left: 2px solid rgb(197,154,154);
}.privacy-defense-id h4 {
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    border-left: 1px solid rgb(197,154,154);
    position: relative;
    font-weight: 600;
    font-size: calc(38px * 0.75);
    color: #000000;
}.privacy-defense-id p {
    line-height: 1.8;
    font-size: 18px;
    position: relative;
    transform: translateZ(0);
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    max-width: 90ch;
    color: #000000;
}.privacy-defense-id p strong {
    font-weight: 600;
    position: relative;
    color: #000000;
    display: inline-block;
}.privacy-defense-id span {
    display: block;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 90ch;
    line-height: 1.8;
    font-size: 18px;
}.privacy-defense-id ul {
    padding: 0;
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
}.privacy-defense-id li {
    position: relative;
    font-size: 18px;
    padding-left: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #000000;
}.privacy-defense-id li::before {
    background-color: rgb(220,185,185);
    left: 0;
    position: absolute;
    top: 0.8rem;
    transform: translateY(-50%);
    height: 6px;
    content: "";
    width: 6px;
    border-radius: 50%;
}.privacy-defense-id li:nth-child(2n)::before {
    background-color: rgb(197,154,154);
}@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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


.privacy-defense-id h2:hover,
.privacy-defense-id h3:hover,
.privacy-defense-id h4:hover {
    transition: transform 0.3s ease-out;
    transform: translateX(5px);
}


@media (max-width: 992px) {.privacy-defense-id {
    padding: 4rem 0;
}.privacy-defense-id h1 {
    font-size: calc(45px * 0.9);
}.privacy-defense-id h2 {
    font-size: calc(38px * 0.9);
}.privacy-defense-id h3 {
    font-size: calc(38px * 0.8);
}.privacy-defense-id h4 {
    font-size: calc(38px * 0.7);
}
}

@media (max-width: 768px) {.privacy-defense-id {
    padding: 3rem 0;
}.privacy-defense-id .container {
    padding: 0 1.5rem;
}.privacy-defense-id h1 {
    font-size: calc(45px * 0.85);
    margin-bottom: 2rem;
}.privacy-defense-id h1::after {
    width: 60px;
}.privacy-defense-id h2 {
    margin: 2.5rem 0 1.25rem;
}.privacy-defense-id h3 {
    margin: 2rem 0 1rem;
}.privacy-defense-id li {
    padding-left: 1.5rem;
}
}

@media (max-width: 576px) {.privacy-defense-id {
    padding: 2.5rem 0;
}.privacy-defense-id .container {
    padding: 0 1.25rem;
}.privacy-defense-id h1 {
    font-size: calc(45px * 0.75);
    transform: translateX(0);
}.privacy-defense-id h2 {
    font-size: calc(38px * 0.8);
    padding-left: 0.75rem;
}.privacy-defense-id h3 {
    font-size: calc(38px * 0.7);
    padding-left: 0.75rem;
}.privacy-defense-id h4 {
    padding-left: 0.75rem;
    font-size: calc(38px * 0.6);
}.privacy-defense-id p,
    .privacy-defense-id span {
    font-size: calc(18px * 0.95);
}.privacy-defense-id ul {
    margin-left: 0.5rem;
}.privacy-defense-id li {
    padding-left: 1.25rem;
    font-size: calc(18px * 0.95);
    margin-bottom: 0.8rem;
}}.instructor-history-id {
    min-height: 700px;
    position: relative;
    padding: 8rem 0;
    background: linear-gradient(150deg, rgb(239,217,217) 0%, #000000 100%);
    overflow: hidden;
}.instructor-history-id::before {
    top: 0;
    animation: gridFlow 20s linear infinite;
    background-size: 150px 150px;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(220,185,185,0.5) 85%, rgb(220,185,185,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(197,154,154,0.5) 85%, rgb(197,154,154,0.5) 88%, transparent 88%);
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.1;
    left: 0;
}.instructor-history-id .container {
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    max-width: 1300px;
    position: relative;
}.instructor-history-id .opinion-ratings-id {
    grid-template-rows: auto auto 1fr;
    gap: 20px 30px;
    display: grid;
    background: transparent;
    position: relative;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    min-height: 580px;
    grid-template-columns: 45% 1fr;
}.instructor-history-id .opinion-ratings-id::before {
    border-radius: 27px;
    top: 50%;
    right: 0;
    filter: blur(40px);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(220,185,185,0.5) 0%, transparent 50%);
    z-index: -1;
    opacity: 0.3;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    height: 90%;
    content: "";
}.instructor-history-id .opinion-ratings-id::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: -2;
    border-radius: 27px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(15px);
    content: "";
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.instructor-history-id .photo-box-id {
    grid-area: photo;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
    border-radius: 27px 0 0 27px;
    z-index: 2;
    filter: contrast(1.1) brightness(1.05);
    overflow: hidden;
    height: 100%;
    position: relative;
}.instructor-history-id .opinion-ratings-id:hover .photo-box-id {
    filter: contrast(1.2) brightness(1.1);
    transform: scale(1.02);
}.instructor-history-id .photo-box-id::before {
    height: 100%;
    content: "";
    top: 0;
    animation: pulseOpacity 3s ease-in-out infinite;
    opacity: 0.7;
    width: 10px;
    z-index: 3;
    background: rgb(220,185,185);
    position: absolute;
    left: 0;
}.instructor-history-id .name {
    padding-bottom: 10px;
    color: #ffffff;
    margin-top: 80px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 700;
    grid-area: name;
    position: relative;
    font-size: 30px;
    align-self: end;
    z-index: 3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transform: translateX(0);
}.instructor-history-id .opinion-ratings-id:hover .name {
    transform: translateX(15px);
}.instructor-history-id .name::after {
    position: absolute;
    background: rgb(220,185,185);
    width: 0;
    transition: width 0.5s ease;
    content: "";
    height: 2px;
    left: 0;
    bottom: 0;
}.instructor-history-id .opinion-ratings-id:hover .name::after {
    width: 60%;
}.instructor-history-id .opinion-ratings-id span:not(.name) {
    position: relative;
    z-index: 3;
    font-size: 19px;
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    align-self: start;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    transform: translateX(0);
    backdrop-filter: blur(5px);
    display: inline-block;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    grid-area: job;
    color: rgb(197,154,154);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}.instructor-history-id .opinion-ratings-id:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(15px);
}.instructor-history-id .work-view-id {
    line-height: 1.8;
    transform: translateY(0);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    align-self: start;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    grid-area: quote;
    backdrop-filter: blur(10px);
    font-size: 15px;
    padding: 2rem;
    border-left: 4px solid rgb(197,154,154);
    z-index: 2;
    width: 95%;
    position: relative;
    border-radius: 27px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    margin-right: 0;
    color: #ffffff;
}.instructor-history-id .opinion-ratings-id:hover .work-view-id {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateX(15px) translateY(-5px);
}.instructor-history-id .container::after {
    filter: blur(70px);
    opacity: 0.3;
    z-index: -1;
    content: "";
    height: 300px;
    position: absolute;
    width: 300px;
    right: -150px;
    bottom: -150px;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    background: radial-gradient(circle, rgb(197,154,154,0.5) 0%, transparent 70%);
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.instructor-history-id .opinion-ratings-id {
    gap: 20px;
    grid-template-areas:
            "photo-box-id"
            "name"
            "exp-box-id"
            "work-view-id";
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.instructor-history-id .photo-box-id {
    border-radius: 27px 27px 0 0;
    height: 350px;
}.instructor-history-id .photo-box-id::before {
    height: 10px;
    width: 100%;
}.instructor-history-id .name {
    margin-top: 0;
    text-align: center;
}.instructor-history-id .name::after {
    transform: translateX(-50%);
    left: 50%;
}.instructor-history-id .opinion-ratings-id:hover .name {
    transform: translateY(-5px);
}.instructor-history-id .opinion-ratings-id span:not(.name) {
    margin: 0 auto;
}.instructor-history-id .opinion-ratings-id:hover span:not(.name) {
    transform: translateY(-5px);
}.instructor-history-id .work-view-id {
    width: 90%;
    border-left: none;
    border-top: 4px solid rgb(197,154,154);
    margin: 0 auto;
}.instructor-history-id .opinion-ratings-id:hover .work-view-id {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.instructor-history-id {
    padding: 5rem 0;
}.instructor-history-id .photo-box-id {
    height: 250px;
}.instructor-history-id .name {
    font-size: 19px;
}.instructor-history-id .opinion-ratings-id span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 15px;
}.instructor-history-id .work-view-id {
    width: 95%;
    line-height: 1.6;
    font-size: calc(15px * 0.9);
    padding: 1.5rem;
}}.offer-grid-id {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.offer-grid-id::before {
    bottom: 0;
    z-index: 1;
    right: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
}.offer-grid-id .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.offer-grid-id .fee-deals-id {
    perspective: 1000px;
}.offer-grid-id h2 {
    margin-bottom: 20px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transform: translateZ(30px);
    font-size: 31px;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: 700;
}.offer-grid-id .plan-rates-id {
    text-align: center;
    font-weight: 400;
    opacity: 0.9;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px);
    font-size: 14px;
    color: #ffffff;
    margin: 0 auto 50px;
    line-height: 1.6;
    max-width: 700px;
}.offer-grid-id .tuition-plans-id {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    gap: 30px;
    display: grid;
}.offer-grid-id .tuition-plans-id li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.offer-grid-id .fee-plan-id {
    display: block;
    text-decoration: none;
    position: relative;
    transition: all 0.4s ease;
    height: 100%;
    transform-style: preserve-3d;
}.offer-grid-id .fee-struct-id {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.offer-grid-id .fee-struct-id::before {
    left: 0;
    top: 0;
    transform: scaleX(0.92);
    height: 5px;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(90deg, 
        rgb(220,185,185) 0%,
        rgb(197,154,154) 100%);
    position: absolute;
    right: 0;
    content: "";
}.offer-grid-id .fee-struct-id::after {
    left: 10px;
    content: "";
    opacity: 0.7;
    bottom: -2px;
    background: linear-gradient(90deg, 
        rgb(197,154,154,0.5) 0%,
        rgb(220,185,185,0.5) 100%);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    right: 10px;
    height: 2px;
    transform-origin: bottom;
    position: absolute;
}.offer-grid-id .discount-tier-id {
    padding: 35px 30px;
    transform: translateZ(10px);
}.offer-grid-id .discount-tier-id h4 {
    position: relative;
    margin: 0 0 20px;
    transform: translateZ(5px);
    font-weight: 700;
    display: inline-block;
    font-size: calc(23px * 1.1);
    color: #ffffff;
}.offer-grid-id .discount-tier-id h4::after {
    width: 40px;
    content: "";
    bottom: -8px;
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    background: rgb(220,185,185);
    height: 3px;
    left: 0;
    transform-origin: left;
}.offer-grid-id .discount-tier-id p {
    color: #ffffff;
    word-wrap: break-word;
    font-size: 14px;
    margin: 0 0 25px;
    padding-right: 5px;
    overflow-y: auto;
    opacity: 0.85;
    font-weight: 400;
    hyphens: auto;
    max-height: 250px;
    line-height: 1.6;
    overflow-wrap: break-word;
}.offer-grid-id .discount-tier-id p::-webkit-scrollbar {
    width: 4px;
}.offer-grid-id .discount-tier-id p::-webkit-scrollbar-thumb {
    background: rgb(220,185,185,0.5);
    border-radius: 10px;
}.offer-grid-id .basic-cost-id {
    font-weight: 700;
    transform: translateZ(15px);
    text-align: right;
    display: block;
    margin-top: 20px;
    font-size: calc(23px * 1.2);
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}.offer-grid-id .basic-cost-id::before {
    height: 10px;
    box-shadow: 0 0 15px rgb(220,185,185);
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 10px;
    background: rgb(220,185,185);
    transform: translateY(-2px);
    border-radius: 50%;
}.offer-grid-id .tuition-plans-id li:hover {
    transform: translateY(-5px) scale(1.02);
}.offer-grid-id .tuition-plans-id li:hover .fee-struct-id {
    transform: translateZ(20px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
}.offer-grid-id .tuition-plans-id li:hover .fee-struct-id::before {
    transform: scaleX(1);
}.offer-grid-id .tuition-plans-id li:hover .fee-struct-id::after {
    opacity: 0.9;
    transform: scaleY(1.5);
}.offer-grid-id .tuition-plans-id li:hover .discount-tier-id h4::after {
    width: 100%;
}

@media (max-width: 991px) {.offer-grid-id {
    padding: 80px 0;
}.offer-grid-id h2 {
    font-size: calc(31px * 0.9);
}.offer-grid-id .tuition-plans-id {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.offer-grid-id .discount-tier-id {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.offer-grid-id {
    padding: 60px 0;
}.offer-grid-id h2 {
    margin-bottom: 15px;
    font-size: calc(31px * 0.8);
}.offer-grid-id .plan-rates-id {
    font-size: calc(14px * 0.95);
    margin-bottom: 40px;
}.offer-grid-id .tuition-plans-id {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.offer-grid-id .discount-tier-id {
    padding: 25px 20px;
}.offer-grid-id .discount-tier-id h4 {
    font-size: 23px;
}.offer-grid-id .basic-cost-id {
    font-size: calc(23px * 1.1);
}
}

@media (max-width: 480px) {.offer-grid-id {
    padding: 50px 0;
}.offer-grid-id h2 {
    font-size: calc(31px * 0.7);
}.offer-grid-id .plan-rates-id {
    font-size: calc(14px * 0.9);
}.offer-grid-id .discount-tier-id {
    padding: 20px 15px;
}.offer-grid-id .discount-tier-id p {
    max-height: 200px;
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}.customer-opinions-id {
    padding: 7rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(239,217,217) 0%, #ffffff 100%);
}.customer-opinions-id::before {
    width: 100%;
    z-index: 0;
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.3;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(220,185,185,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(197,154,154,0.5) 0%, transparent 30%);
}.customer-opinions-id::after {
    top: 0;
    left: 0;
    opacity: 0.4;
    content: "";
    z-index: 0;
    background: 
        radial-gradient(ellipse at 50% 50%, transparent 0%, rgb(239,217,217) 80%);
    position: absolute;
    width: 100%;
    height: 100%;
}.customer-opinions-id .teach-method-id {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.customer-opinions-id h4 {
    color: #000000;
    margin-bottom: 6rem;
    text-align: center;
    font-size: 38px;
    position: relative;
    font-weight: 700;
}.customer-opinions-id h4::before {
    top: 50%;
    opacity: 0.3;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid rgb(220,185,185,0.5);
    left: 50%;
    content: "";
    position: absolute;
    z-index: -1;
}.customer-opinions-id h4::after {
    left: 50%;
    height: 80px;
    top: 50%;
    background: rgb(220,185,185,0.5);
    z-index: -2;
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
    width: 80px;
}.customer-opinions-id .success-stories-id {
    margin: 0 -1.5rem;
    perspective: 1000px;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}.customer-opinions-id .opinion-ratings-id {
    overflow: hidden;
    width: calc(33.33% - 3rem);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgb(197,154,154,0.5);
    background: #ffffff;
    transition: all 0.5s ease;
    transform: translateZ(0);
    transform-style: preserve-3d;
    border-radius: 19px;
    position: relative;
    margin: 1.5rem;
    padding: 2.5rem;
}.customer-opinions-id .opinion-ratings-id:hover {
    transform: translateZ(30px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(220,185,185);
}.customer-opinions-id .opinion-ratings-id::before {
    opacity: 0;
    height: 200%;
    z-index: -1;
    content: "";
    background: radial-gradient(circle at center, rgb(220,185,185,0.5) 0%, transparent 70%);
    position: absolute;
    left: -50%;
    top: -50%;
    width: 200%;
    transition: all 0.5s ease;
}.customer-opinions-id .opinion-ratings-id:hover::before {
    animation: pulse 2s infinite;
    opacity: 0.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; }
}

.customer-opinions-id .opinion-ratings-id::after {
    border-radius: 50%;
    position: absolute;
    background: rgb(220,185,185,0.5);
    top: 20px;
    right: 20px;
    width: 20px;
    opacity: 0.5;
    content: "";
    height: 20px;
    transition: all 0.3s ease;
}.customer-opinions-id .opinion-ratings-id:hover::after {
    opacity: 0.7;
    transform: scale(1.5);
}.customer-opinions-id .opinion-ratings-id .photo-box-id {
    border: 3px solid #ffffff;
    height: 100px;
    transition: all 0.5s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transform: translateZ(20px);
    width: 100px;
    position: relative;
    margin: 0 auto 1.5rem;
}.customer-opinions-id .opinion-ratings-id:hover .photo-box-id {
    transform: translateZ(40px) scale(1.1);
}.customer-opinions-id .opinion-ratings-id .photo-box-id::before {
    border-radius: 50%;
    height: calc(100% + 20px);
    opacity: 0;
    left: -10px;
    top: -10px;
    position: absolute;
    content: "";
    width: calc(100% + 20px);
    border: 1px dashed rgb(197,154,154,0.5);
    animation: spin 30s linear infinite;
    transition: all 0.5s ease;
}.customer-opinions-id .opinion-ratings-id:hover .photo-box-id::before {
    opacity: 1;
}@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.customer-opinions-id .opinion-ratings-id span {
    font-weight: 600;
    transform: translateZ(10px);
    text-align: center;
    margin-bottom: 1rem;
    font-size: 17px;
    display: block;
    transition: all 0.4s ease;
    color: #000000;
}.customer-opinions-id .opinion-ratings-id:hover span {
    color: rgb(220,185,185);
    transform: translateZ(25px);
}.customer-opinions-id .opinion-ratings-id p {
    position: relative;
    transform: translateZ(5px);
    transition: all 0.4s ease;
    color: #000000;
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
}.customer-opinions-id .opinion-ratings-id:hover p {
    transform: translateZ(15px);
}.customer-opinions-id .opinion-ratings-id:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.customer-opinions-id .opinion-ratings-id:nth-child(3n+2) {
    animation-delay: 0.3s;
    animation: float 7s ease-in-out infinite;
}.customer-opinions-id .opinion-ratings-id:nth-child(3n+3) {
    animation: float 8s ease-in-out infinite;
    animation-delay: 0.6s;
}@keyframes float {
    0%, 100% { transform: translateY(0) translateZ(0); }
    50% { transform: translateY(-15px) translateZ(0); }
}

.customer-opinions-id .opinion-ratings-id:hover {
    animation-play-state: paused;
}

@media (max-width: 992px) {.customer-opinions-id {
    padding: 5rem 1.5rem;
}.customer-opinions-id h4 {
    font-size: calc(38px * 0.9);
    margin-bottom: 4rem;
}.customer-opinions-id .opinion-ratings-id {
    width: calc(50% - 3rem);
}.customer-opinions-id .opinion-ratings-id:nth-child(3n+1),
    .customer-opinions-id .opinion-ratings-id:nth-child(3n+2),
    .customer-opinions-id .opinion-ratings-id:nth-child(3n+3) {
    animation-duration: 5s;
}
}

@media (max-width: 768px) {.customer-opinions-id {
    padding: 4rem 1rem;
}.customer-opinions-id h4 {
    font-size: calc(38px * 0.8);
    margin-bottom: 3rem;
}.customer-opinions-id .opinion-ratings-id {
    margin: 1rem 0;
    width: 100%;
}.customer-opinions-id .opinion-ratings-id .photo-box-id {
    width: 80px;
    height: 80px;
}.customer-opinions-id .opinion-ratings-id:nth-child(n) {
    animation-name: float-mobile;
}
    
    @keyframes float-mobile {
        0%, 100% { transform: translateY(0) translateZ(0); }
        50% { transform: translateY(-8px) translateZ(0); }
    }
}