* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}.top-know-r {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1145px;
    max-width: 100%;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    auto
contain;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-structure-C {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}a {
    color: inherit;
    text-decoration: none;
}.template-cta-V {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course-benefits-W {
    background: linear-gradient(135deg, rgb(227,232,230) 0%, #ffffff 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.course-benefits-W::before {
    pointer-events: none;
    opacity: 0.05;
    height: 100%;
    content: "";
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(120,176,157,0.5) 0px,
        rgb(120,176,157,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.course-benefits-W::after {
    z-index: 0;
    width: 70%;
    position: absolute;
    height: 200%;
    opacity: 0.08;
    background: linear-gradient(45deg, rgb(180,203,194,0.5) 0%, transparent 70%);
    content: "";
    top: -50%;
    right: -20%;
    transform: rotate(25deg);
}.course-benefits-W h5 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) translateZ(20px);
    position: relative;
    font-size: 23px;
    color: #000000;
    z-index: 2;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}.course-benefits-W h5::after {
    position: absolute;
    transition: width 0.5s ease;
    bottom: -15px;
    left: 50%;
    background: rgb(180,203,194);
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    content: "";
}.course-benefits-W h5:hover {
    transform: perspective(1000px) translateZ(30px);
}.course-benefits-W h5:hover::after {
    width: 120px;
}.course-benefits-W .container {
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.course-benefits-W .smart-track-L {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    border-radius: 4px;
    background: #ffffff;
    flex-direction: column;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
}.course-benefits-W .smart-track-L:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.course-benefits-W .img-img-d {
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 300px;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: center;
}.course-benefits-W .smart-track-L:hover .img-img-d {
    transform: scale(1.05);
}.course-benefits-W .snippet-wrap-H {
    padding: 40px 30px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(250, 250, 250, 1) 100%);
    position: relative;
}.course-benefits-W .snippet-wrap-H::before {
    background: rgb(180,203,194);
    width: 4px;
    left: 0;
    content: "";
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    height: 0;
    position: absolute;
}.course-benefits-W .smart-track-L:hover .snippet-wrap-H::before {
    height: 100%;
}.course-benefits-W ul {
    gap: 24px;
    padding: 0;
    grid-template-columns: 1fr;
    margin: 0;
    list-style: none;
    display: grid;
}.course-benefits-W li {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
    padding-left: 40px;
}.course-benefits-W li:hover {
    transform: translateX(10px);
}.course-benefits-W li:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.course-benefits-W li:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.course-benefits-W li:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.course-benefits-W li:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}.course-benefits-W li:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}.course-benefits-W li p {
    color: #000000;
    position: relative;
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}.course-benefits-W li svg {
    top: 0;
    position: absolute;
    width: 28px;
    left: -40px;
    transition: transform 0.3s ease;
    height: 28px;
}.course-benefits-W li:hover svg {
    transform: rotate(10deg) scale(1.1);
}.course-benefits-W li svg path {
    transition: fill 0.3s ease;
    fill: rgb(180,203,194);
}.course-benefits-W li:hover svg path {
    fill: rgb(120,176,157);
}.course-benefits-W li::after {
    left: 40px;
    width: 0;
    height: 1px;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -12px;
    content: "";
    background: linear-gradient(to right, rgb(180,203,194,0.5), transparent);
    position: absolute;
}.course-benefits-W li:hover::after {
    width: 70%;
}

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

@media (min-width: 768px) {.course-benefits-W .smart-track-L {
    flex-direction: row;
    align-items: stretch;
}.course-benefits-W .smart-track-L > div:first-child {
    flex-shrink: 0;
    width: 40%;
}.course-benefits-W .snippet-wrap-H {
    padding: 50px 40px;
    width: 60%;
}.course-benefits-W ul {
    grid-template-columns: repeat(2, 1fr);
}.course-benefits-W .img-img-d {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
}

@media (min-width: 992px) {.course-benefits-W {
    padding: 150px 0;
}.course-benefits-W h5 {
    font-size: calc(23px * 1.1);
    margin-bottom: 80px;
}.course-benefits-W .smart-track-L {
    transform: perspective(1200px) rotateX(2deg) rotateY(-1deg);
}.course-benefits-W .smart-track-L:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.course-benefits-W .snippet-wrap-H {
    padding: 60px 50px;
}.course-benefits-W 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);
}.course-benefits-W li:hover {
    transform: translateX(15px) translateZ(10px);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
}.course-benefits-W li p {
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.course-benefits-W {
    padding: 80px 0;
}.course-benefits-W h5 {
    margin-bottom: 40px;
    font-size: calc(23px * 0.9);
    padding: 0 20px;
}.course-benefits-W .snippet-wrap-H {
    padding: 30px 20px;
}.course-benefits-W li {
    padding-left: 35px;
    margin-bottom: 15px;
}.course-benefits-W li svg {
    left: -35px;
    height: 24px;
    width: 24px;
}.course-benefits-W li p {
    font-size: calc(14px * 0.95);
}}.price-offer-y {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(227,232,230);
}.price-offer-y::before {
    background: rgb(180,203,194,0.5);
    animation: float-effect 12s infinite alternate ease-in-out;
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: 0;
    right: -50px;
    content: "";
    filter: blur(80px);
    top: -50px;
}.price-offer-y::after {
    width: 250px;
    z-index: 0;
    filter: blur(60px);
    position: absolute;
    height: 250px;
    left: -50px;
    content: "";
    background: rgb(120,176,157,0.5);
    bottom: -50px;
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
}.price-offer-y .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}.price-offer-y .pay-plans-6 {
    flex-direction: column;
    gap: 60px;
    display: flex;
}.price-offer-y .pricing-list-y {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    order: -1;
    max-width: 700px;
}.price-offer-y .pricing-list-y h2 {
    color: #000000;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 35px;
}.price-offer-y .pricing-list-y h2::after {
    position: absolute;
    width: 80px;
    bottom: -10px;
    background: rgb(180,203,194);
    content: "";
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
}.price-offer-y .cost-breakdown-f {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.6;
    opacity: 0.85;
}.price-offer-y .plan-fee-R {
    gap: 30px;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.price-offer-y .edu-deals-K {
    transform-style: preserve-3d;
    color: inherit;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    position: relative;
    height: 100%;
    perspective: 1000px;
}.price-offer-y .edu-deals-K:hover {
    transform: translateY(-10px) scale(1.02);
}.price-offer-y .basic-rates-Z {
    border-radius: 10px;
    transform-style: preserve-3d;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    height: 100%;
    flex-direction: column;
    position: relative;
    background: #ffffff;
    transition: box-shadow 0.4s ease;
    display: flex;
}.price-offer-y .edu-deals-K:hover .basic-rates-Z {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(180,203,194,0.5);
}.price-offer-y .promo-rates-X {
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    z-index: 2;
    flex-direction: column;
    padding: 30px;
    display: flex;
}.price-offer-y .promo-rates-X::before {
    transform-origin: left;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(180,203,194), rgb(120,176,157));
    left: 0;
    position: absolute;
    top: 0;
    height: 5px;
    right: 0;
    transition: transform 0.5s ease;
    content: "";
}.price-offer-y .edu-deals-K:hover .promo-rates-X::before {
    transform: scaleX(1);
}.price-offer-y .promo-rates-X h3 {
    white-space: normal;
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: calc(23px + 2px);
    transition: transform 0.4s ease, color 0.3s ease;
    font-weight: 700;
    margin-bottom: 10px;
}.price-offer-y .edu-deals-K:hover .promo-rates-X h3 {
    color: rgb(180,203,194);
    transform: translateX(5px);
}.price-offer-y .cost-table-7 {
    word-break: break-word;
    font-size: 23px;
    display: block;
    white-space: normal;
    color: rgb(120,176,157);
    overflow-wrap: break-word;
    transition: transform 0.4s ease;
    font-weight: 700;
    position: relative;
    margin: 10px 0 20px;
}.price-offer-y .cost-table-7::before {
    transition: width 0.4s ease;
    bottom: -8px;
    position: absolute;
    left: 0;
    background: rgb(120,176,157,0.5);
    height: 2px;
    width: 40px;
    content: "";
}.price-offer-y .edu-deals-K:hover .cost-table-7::before {
    width: 80px;
}.price-offer-y .promo-rates-X p {
    color: #000000;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-word;
    font-size: calc(16px - 1px);
    flex-grow: 1;
    transition: color 0.3s ease;
    margin-bottom: 0;
    line-height: 1.6;
}.price-offer-y .img-img-d {
    transition: transform 0.6s ease, filter 0.6s ease;
    overflow: hidden;
    height: 200px;
    transform: translateZ(-10px);
    position: relative;
}.price-offer-y .img-img-d::after {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0.6;
    transition: opacity 0.5s ease;
    position: absolute;
    inset: 0;
}.price-offer-y .edu-deals-K:hover .img-img-d {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}.price-offer-y .edu-deals-K:hover .img-img-d::after {
    opacity: 0.4;
}.price-offer-y .edu-deals-K::after {
    height: 15px;
    transition: opacity 0.4s ease;
    background: rgb(180,203,194,0.5);
    border-radius: 50%;
    position: absolute;
    content: "";
    opacity: 0;
    left: 30px;
    top: 100%;
    filter: blur(10px);
    z-index: -1;
    right: 30px;
}.price-offer-y .edu-deals-K:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.price-offer-y .pay-plans-6 {
    align-items: center;
    flex-direction: row;
}.price-offer-y .pricing-list-y {
    padding-right: 40px;
    flex: 0 0 30%;
    order: 0;
    text-align: left;
}.price-offer-y .pricing-list-y h2::after {
    transform: none;
    left: 0;
}.price-offer-y .plan-fee-R {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.price-offer-y .plan-fee-R {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.price-offer-y .promo-rates-X {
    padding: 35px;
}.price-offer-y .img-img-d {
    height: 220px;
}
}

@media (max-width: 991px) {.price-offer-y {
    padding: 80px 0;
}.price-offer-y .pricing-list-y {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.price-offer-y {
    padding: 60px 0;
}.price-offer-y .plan-fee-R {
    grid-template-columns: 1fr;
    gap: 25px;
}.price-offer-y .pricing-list-y h2 {
    font-size: calc(35px - 4px);
}.price-offer-y .img-img-d {
    height: 180px;
}.price-offer-y .promo-rates-X {
    padding: 25px;
}
}

@media (max-width: 480px) {.price-offer-y {
    padding: 50px 0;
}.price-offer-y .promo-rates-X h3 {
    font-size: 23px;
}.price-offer-y .cost-table-7 {
    font-size: calc(23px - 2px);
}.price-offer-y .img-img-d {
    height: 160px;
}.price-offer-y .promo-rates-X {
    padding: 20px;
}}.course-summary-s {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: rgb(227,232,230);
    overflow: hidden;
}.course-summary-s .learn-skills-q {
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
}.course-summary-s .knowledge-track-1 {
    width: 500%;
    height: 100%;
    animation: slide-show 35s ease-in-out infinite;
    display: flex;
}.course-summary-s .learn-skills-q:hover .knowledge-track-1 {
    animation-play-state: paused;
}.course-summary-s .skill-plan-e {
    overflow: hidden;
    height: 100%;
    width: 20%;
    position: relative;
}.course-summary-s .skill-plan-e img {
    object-fit: cover;
    width: 100%;
    transform-origin: center;
    filter: brightness(0.8) saturate(1.3);
    animation: zoom-flow 20s ease-in-out infinite alternate;
    height: 100%;
}.course-summary-s .skill-plan-e::before {
    z-index: 2;
    position: absolute;
    opacity: 0.7;
    content: '';
    background: 
        linear-gradient(0deg, 
            rgb(180,203,194,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(120,176,157,0.5) 100%),
        linear-gradient(90deg, 
            rgb(180,203,194,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(120,176,157,0.5) 100%);
    inset: 0;
}.course-summary-s .skill-plan-e::after {
    mix-blend-mode: overlay;
    animation: slide-pattern 15s linear infinite;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(180,203,194,0.5) 0px,
            rgb(180,203,194,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    content: '';
    z-index: 3;
    inset: 0;
    opacity: 0.3;
    position: absolute;
}.course-summary-s .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 4;
    width: 90%;
    position: relative;
}.course-summary-s .smart-track-L {
    padding: 0.5rem;
    width: 100%;
    backdrop-filter: blur(8px);
    margin-left: 0;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    max-width: 600px;
    background: linear-gradient(
        135deg,
        rgb(180,203,194,0.5) 0%,
        rgb(120,176,157,0.5) 100%
    );
}.course-summary-s .study-path-a {
    position: relative;
    background: rgb(227,232,230);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3rem;
    overflow: hidden;
    border-radius: 10px;
}.course-summary-s .study-path-a::before {
    z-index: -1;
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(180,203,194,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(120,176,157,0.5) 0%,
            transparent 70%
        );
    inset: 0;
    content: '';
    opacity: 0.15;
    position: absolute;
}.course-summary-s .study-path-a h3 {
    font-size: 35px;
    color: rgb(180,203,194);
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
}.course-summary-s .study-path-a h3::after {
    content: '';
    height: 3px;
    background: linear-gradient(to right, 
        rgb(180,203,194), 
        rgb(120,176,157));
    left: 0;
    transition: width 0.3s ease, transform 0.3s ease;
    position: absolute;
    bottom: -10px;
    width: 60px;
    border-radius: 10px;
}.course-summary-s .study-path-a:hover h3::after {
    transform: translateY(-3px);
    width: 100%;
}.course-summary-s .study-path-a p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 2rem;
    line-height: 1.7;
}.course-summary-s .study-path-a .reach-info-t {
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0 5px 15px rgb(180,203,194,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 14px;
    padding: 0.9rem 1.8rem;
    display: inline-block;
    background: linear-gradient(to right, 
        rgb(180,203,194), 
        rgb(120,176,157));
    position: relative;
    overflow: hidden;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 10px;
}.course-summary-s .study-path-a .reach-info-t::before {
    opacity: 0;
    position: absolute;
    background: linear-gradient(to right, 
        rgb(120,176,157), 
        rgb(180,203,194));
    z-index: -1;
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    transition: opacity 0.4s ease;
}.course-summary-s .study-path-a .reach-info-t:hover {
    box-shadow: 0 8px 20px rgb(120,176,157,0.5);
    transform: translateY(-3px);
}.course-summary-s .study-path-a .reach-info-t:hover::before {
    opacity: 1;
}

@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {.course-summary-s .study-path-a {
    padding: 2.5rem;
}.course-summary-s .smart-track-L {
    max-width: 550px;
}
}

@media (min-width: 1400px) {.course-summary-s .smart-track-L {
    max-width: 650px;
}.course-summary-s .container {
    max-width: 1320px;
}
}

@media (max-width: 991px) {.course-summary-s {
    min-height: auto;
    padding: 0;
    flex-direction: column;
}.course-summary-s .learn-skills-q {
    position: relative;
    height: 350px;
}.course-summary-s .container {
    padding: 3rem 1.5rem;
    width: 100%;
}.course-summary-s .smart-track-L {
    max-width: 100%;
    margin: 0 auto;
}.course-summary-s .study-path-a {
    padding: 2rem;
}
}

@media (max-width: 767px) {.course-summary-s .learn-skills-q {
    height: 300px;
}.course-summary-s .knowledge-track-1 {
    animation-duration: 25s;
}.course-summary-s .container {
    padding: 2.5rem 1rem;
}.course-summary-s .study-path-a {
    padding: 1.8rem;
}.course-summary-s .study-path-a h3 {
    font-size: calc(35px * 0.9);
}.course-summary-s .study-path-a p {
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.course-summary-s .learn-skills-q {
    height: 250px;
}.course-summary-s .knowledge-track-1 {
    animation-duration: 20s;
}.course-summary-s .container {
    padding: 2rem 0.8rem;
}.course-summary-s .study-path-a {
    padding: 1.5rem;
}.course-summary-s .study-path-a h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1rem;
}.course-summary-s .study-path-a p {
    line-height: 1.5;
    margin-bottom: 1.2rem;
    font-size: calc(16px * 0.85);
}.course-summary-s .study-path-a .reach-info-t {
    text-align: center;
    width: 100%;
    padding: 0.8rem 1.5rem;
}
}

@media (prefers-reduced-motion) {.course-summary-s .knowledge-track-1,
    .course-summary-s .skill-plan-e img,
    .course-summary-s .skill-plan-e::after {
    animation: none;
}}.contact-panel-i {
    position: relative;
    background: linear-gradient(135deg, rgb(227,232,230) 0%, rgb(180,203,194,0.5) 100%);
    overflow: hidden;
    padding: 120px 0 80px;
}.contact-panel-i::before {
    background-size: 60px 60px;
    height: 100%;
    opacity: 0.05;
    left: 0;
    background: linear-gradient(45deg, 
        rgb(180,203,194,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(180,203,194,0.5) 50%, 
        rgb(180,203,194,0.5) 75%, 
        transparent 75%, 
        transparent);
    animation: gradientMove 20s linear infinite;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.contact-panel-i .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.contact-panel-i h2 {
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    color: rgb(180,203,194);
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 29px;
    position: relative;
    margin-bottom: 60px;
}.contact-panel-i h2::after {
    left: 50%;
    height: 4px;
    position: absolute;
    background: rgb(180,203,194);
    transform: translateX(-50%);
    content: "";
    width: 60px;
    bottom: -15px;
}.contact-panel-i .feedback-links-u {
    grid-template-columns: 1fr 1fr;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    gap: 0;
    margin: 0 auto;
    display: grid;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 1000px;
}.contact-panel-i .img-img-d {
    height: 100%;
    order: 2;
    position: relative;
    min-height: 600px;
}.contact-panel-i .support-info-2 {
    display: flex;
    order: 1;
    flex-direction: column;
    padding: 60px;
    position: relative;
    justify-content: center;
    background: #ffffff;
}.contact-panel-i .support-info-2::before {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(180,203,194), rgb(120,176,157));
    width: 10px;
    content: "";
    right: 0;
    height: 100%;
}.contact-panel-i form {
    position: relative;
    width: 100%;
}.contact-panel-i form h3 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(120,176,157,0.5);
    color: #000000;
}.contact-panel-i form input[type="text"] {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    padding: 16px 20px 16px 50px;
    border: none;
    background: rgb(227,232,230);
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-radius: 10px;
    color: #000000;
    transition: all 0.3s ease;
}.contact-panel-i form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(180,203,194);
    background: #ffffff;
}.contact-panel-i form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact-panel-i form input#name {
    position: relative;
}.contact-panel-i form input#name::before {
    height: 20px;
    width: 20px;
    content: "";
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    left: 20px;
    background: rgb(180,203,194);
    top: 50%;
}.contact-panel-i .feedback-box-w {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.contact-panel-i .feedback-box-w input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-panel-i .feedback-box-w label {
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
    font-size: 14px;
}.contact-panel-i .feedback-box-w label::before {
    transition: all 0.3s ease;
    left: 0;
    border-radius: 10px;
    background: rgb(227,232,230);
    height: 24px;
    position: absolute;
    content: "";
    top: 0;
    width: 24px;
}.contact-panel-i .feedback-box-w input[type="checkbox"]:checked + label::before {
    background: rgb(180,203,194);
}.contact-panel-i .feedback-box-w input[type="checkbox"]:checked + label::after {
    content: "";
    left: 8px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    height: 14px;
    width: 8px;
    top: 4px;
    position: absolute;
}.contact-panel-i .feedback-box-w label a {
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(180,203,194);
    position: relative;
    text-decoration: none;
}.contact-panel-i .feedback-box-w label a::after {
    bottom: -2px;
    background: rgb(180,203,194);
    width: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 1px;
    transition: width 0.3s ease;
}.contact-panel-i .feedback-box-w label a:hover::after {
    width: 100%;
}.contact-panel-i form .reach-info-t {
    font-family: Arial, sans-serif;
    border-radius: 50px;
    color: #ffffff;
    padding: 16px 40px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    font-weight: 700;
    z-index: 1;
    font-size: 20px;
    background: rgb(180,203,194);
    position: relative;
    border: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}.contact-panel-i form .reach-info-t::before {
    background: rgb(120,176,157);
    width: 0;
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    transition: width 0.3s ease;
}.contact-panel-i form .reach-info-t:hover::before {
    width: 100%;
}.contact-panel-i form .reach-info-t:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(180,203,194);
}.contact-panel-i svg {
    left: 20px;
    width: 20px;
    transform: translateY(-50%);
    height: 20px;
    top: 50%;
    fill: rgb(180,203,194);
    position: absolute;
}.contact-panel-i svg path {
    transition: fill 0.3s ease;
    fill: rgb(180,203,194);
}.contact-panel-i form #name,
.contact-panel-i form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.contact-panel-i .feedback-links-u {
    max-width: 800px;
}.contact-panel-i .support-info-2 {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.contact-panel-i {
    padding: 80px 0 60px;
}.contact-panel-i .feedback-links-u {
    grid-template-columns: 1fr;
}.contact-panel-i .img-img-d {
    min-height: 300px;
    order: 1;
    clip-path: none;
}.contact-panel-i .support-info-2 {
    order: 2;
    padding: 40px 30px;
}.contact-panel-i .support-info-2::before {
    height: 6px;
    top: 0;
    width: 100%;
    right: 0;
    background: linear-gradient(to right, rgb(180,203,194), rgb(120,176,157));
}.contact-panel-i h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.contact-panel-i {
    padding: 60px 0 40px;
}.contact-panel-i h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.contact-panel-i .img-img-d {
    min-height: 200px;
}.contact-panel-i .support-info-2 {
    padding: 30px 20px;
}.contact-panel-i form h3 {
    margin-bottom: 30px;
    font-size: calc(24px * 0.9);
}.contact-panel-i form .reach-info-t {
    padding: 14px 20px;
    width: 100%;
}}.title-intro-o {
    overflow: hidden;
    width: 100%;
    position: relative;
}.title-intro-o .page-front-R {
    align-items: center;
    justify-content: center;
    min-height: 85vh;
    display: flex;
    position: relative;
}.title-intro-o .page-front-R::before {
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgb(180,203,194,0.5), rgba(0, 0, 0, 0.5) 70%);
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    bottom: 0;
}.title-intro-o .learn-history-w {
    gap: 2rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
    position: relative;
    display: grid;
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    padding: 3rem;
    z-index: 2;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    grid-template-columns: 1fr;
    width: 90%;
    max-width: 1200px;
}.title-intro-o .learn-history-w:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.title-intro-o .learn-history-w > div {
    animation: fadeInUp 0.8s forwards;
    opacity: 0;
}.title-intro-o .learn-history-w > div:nth-child(2) {
    animation-delay: 0.3s;
}.title-intro-o .title_style_header {
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 48px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    line-height: 1.2;
}.title-intro-o .title_style_header::after {
    bottom: -10px;
    transition: transform 0.4s ease;
    height: 4px;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    content: "";
    transform-origin: left;
    background: rgb(120,176,157);
    width: 80px;
}.title-intro-o .learn-history-w:hover .title_style_header::after {
    transform: scaleX(1);
}.title-intro-o h3 {
    font-size: 21px;
    padding-left: 1rem;
    line-height: 1.5;
    position: relative;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
}.title-intro-o h3::before {
    width: 3px;
    left: 0;
    background: rgb(120,176,157);
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}.title-intro-o p {
    color: #ffffff;
    opacity: 0.9;
    margin-top: 1.2rem;
    font-size: 12px;
    position: relative;
    line-height: 1.6;
    padding-left: 1rem;
}

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

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(120,176,157,0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@media (min-width: 768px) {.title-intro-o .learn-history-w {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.title-intro-o .learn-history-w > div:first-child {
    position: relative;
}.title-intro-o .learn-history-w > div:first-child::after {
    position: absolute;
    height: 70%;
    background: linear-gradient(to bottom, transparent, rgb(120,176,157), transparent);
    right: -1rem;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}.title-intro-o .title_style_header {
    font-size: calc(48px * 1.2);
}
}

@media (max-width: 767px) {.title-intro-o .page-front-R {
    min-height: 70vh;
}.title-intro-o .learn-history-w {
    padding: 2rem;
    width: 95%;
}.title-intro-o .title_style_header {
    font-size: calc(48px * 0.9);
}.title-intro-o h3 {
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 480px) {.title-intro-o .page-front-R {
    min-height: 60vh;
}.title-intro-o .learn-history-w {
    padding: 1.5rem;
}.title-intro-o .title_style_header {
    font-size: calc(48px * 0.8);
}.title-intro-o h3 {
    padding-left: 0.75rem;
    font-size: calc(21px * 0.8);
}.title-intro-o p {
    font-size: calc(12px * 0.9);
    padding-left: 0.75rem;
}}.thxHub-1 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,203,194,0.5) 0%, rgb(227,232,230) 50%, rgb(120,176,157,0.5) 100%);
    padding: 6rem 0;
    position: relative;
}.thxHub-1::before {
    content: "";
    width: 100%;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(180,203,194,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(120,176,157,0.5) 0%, transparent 40%);
    animation: pulse 10s infinite alternate ease-in-out;
    opacity: 0.7;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
}.thxHub-1::after {
    transform: rotate(35deg);
    z-index: 1;
    top: -50%;
    width: 100%;
    position: absolute;
    animation: float 15s infinite alternate ease-in-out;
    content: "";
    background: rgb(255, 255, 255, 0.5);
    filter: blur(80px);
    height: 100%;
    right: -50%;
}.thxHub-1 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
}.thxHub-1 .smart-track-L {
    background: rgba(255, 255, 255, 0.85);
    padding: 3.5rem;
    flex-direction: column;
    display: flex;
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: top center;
}.thxHub-1 .smart-track-L:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.thxHub-1 .smart-track-L > div:first-child {
    border-left: 4px solid rgb(180,203,194);
    position: relative;
    padding-left: 1.5rem;
    animation: slideRight 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1) both;
    margin-left: -1.5rem;
}.thxHub-1 .smart-track-L > div:first-child::before {
    height: 1rem;
    content: "";
    background: rgb(180,203,194);
    left: -0.5rem;
    width: 1rem;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    position: absolute;
}.thxHub-1 h5 {
    display: inline-block;
    position: relative;
    color: #000000;
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}.thxHub-1 .smart-track-L > div:last-child {
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) both;
    position: relative;
}.thxHub-1 a {
    position: relative;
    border-radius: 10px;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.95) 100%);
    padding: 1.5rem 2rem;
    display: block;
    overflow: hidden;
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    transform-origin: center;
    text-decoration: none;
}.thxHub-1 a::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(180,203,194), rgb(120,176,157));
    top: 0;
    width: 4px;
    position: absolute;
    left: 0;
    content: "";
    transition: width 0.3s ease;
}.thxHub-1 a:hover {
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.04);
    transform: translateY(-5px);
}.thxHub-1 a:hover::before {
    width: 8px;
}.thxHub-1 p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
    color: #000000;
}.thxHub-1 a:hover p {
    color: #000000;
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}

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

@keyframes slideUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}

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

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

@media (max-width: 991px) {.thxHub-1 {
    padding: 5rem 0;
}.thxHub-1 .smart-track-L {
    padding: 2.5rem;
    gap: 2rem;
}.thxHub-1 h5 {
    font-size: calc(21px * 0.95);
}
}

@media (max-width: 768px) {.thxHub-1 {
    padding: 4rem 0;
}.thxHub-1 .container {
    padding: 0 1.5rem;
}.thxHub-1 .smart-track-L {
    transform: perspective(1000px) rotateX(1deg);
    gap: 1.8rem;
    padding: 2rem;
}.thxHub-1 h5 {
    font-size: calc(21px * 0.9);
}.thxHub-1 a {
    padding: 1.2rem 1.5rem;
}.thxHub-1 p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.thxHub-1 {
    padding: 3rem 0;
}.thxHub-1 .container {
    padding: 0 1rem;
}.thxHub-1 .smart-track-L {
    gap: 1.5rem;
    transform: none;
    padding: 1.5rem;
}.thxHub-1 .smart-track-L > div:first-child {
    border-left-width: 3px;
    margin-left: -1rem;
    padding-left: 1rem;
}.thxHub-1 h5 {
    font-size: calc(21px * 0.85);
}.thxHub-1 a {
    padding: 1rem;
}.thxHub-1 p {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}.privacy-unit-y {
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(227,232,230);
    padding: 40px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}.privacy-unit-y:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}.privacy-unit-y h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 44px;
    letter-spacing: 1.5px;
    color: rgb(180,203,194);
    margin-bottom: 20px;
}.privacy-unit-y h2 {
    margin-bottom: 15px;
    color: rgb(120,176,157);
    font-weight: 600;
    font-size: 28px;
}.privacy-unit-y h3, .privacy-unit-y h4, .privacy-unit-y h5, .privacy-unit-y h6 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #000000;
}.privacy-unit-y h5 {
    font-size: 23px;
}.privacy-unit-y h6 {
    font-size: 16px;
}.privacy-unit-y ul, .privacy-unit-y ol {
    margin-left: 20px;
    margin-bottom: 20px;
}.privacy-unit-y li {
    margin-bottom: 10px;
    font-size: 12px;
    padding-left: 10px;
    position: relative;
}.privacy-unit-y li::before {
    left: 0;
    position: absolute;
    color: rgb(180,203,194);
    top: 0;
    content: '•';
}.privacy-unit-y p, .privacy-unit-y span {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.6;
}.privacy-unit-y p {
    text-align: justify;
}.privacy-unit-y .container {
    margin: 0 auto;
    max-width: 1200px;
}.privacy-unit-y .container div {
    margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {.privacy-unit-y {
    border-radius: 10px;
    padding: 20px;
}.privacy-unit-y h1 {
    font-size: calc(23px - 10px);
}.privacy-unit-y h2 {
    font-size: calc(23px - 8px);
}.privacy-unit-y p, .privacy-unit-y span {
    font-size: calc(12px - 2px);
}}
.privacy-unit-y a {
    color: rgb(180,203,194);
    transition: all 0.3s ease;
    text-decoration: none;
    border-bottom: 1px solid rgb(180,203,194,0.5);
}.privacy-unit-y a:hover {
    border-bottom: 1px solid rgb(120,176,157);
    color: rgb(120,176,157);
}.privacy-unit-y button {
    border: none;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    background-color: rgb(180,203,194);
}.privacy-unit-y button:hover {
    background-color: rgb(120,176,157);
}header {
    background: #ffffff;
    padding: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    position: relative;
}header::before {
    left: 0;
    content: '';
    width: 35%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
    background: linear-gradient(135deg, rgb(180,203,194), rgb(120,176,157));
}header .container {
    z-index: 1;
    margin: 0;
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 100%;
}header .main-base-E {
    display: flex;
    height: 100%;
    align-items: stretch;
}header .first-lesson-i {
    width: 35%;
    position: relative;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    display: flex;
    padding: 1.2rem 0;
}header .first-lesson-i svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
    width: 150px;
    height: auto;
}header .first-lesson-i:hover svg {
    transform: scale(1.05);
}header .main-nav-j {
    align-items: center;
    display: flex;
    padding: 1.2rem 3%;
    gap: 0.5rem;
    width: 65%;
    justify-content: flex-start;
    position: relative;
}header .main-nav-j::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 0;
    background: linear-gradient(to bottom, transparent, rgb(180,203,194,0.5), transparent);
}header .main-learn-W {
    font-family: Arial, sans-serif;
    text-decoration: none;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    padding: 0.6rem 1.2rem;
    font-size: 18px;
    transition: all 0.3s ease;
    font-weight: 600;
    z-index: 1;
    color: #000000;
}header .main-learn-W::before {
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    border-radius: 10px;
    left: 0;
    opacity: 0;
    background: linear-gradient(135deg, rgb(180,203,194,0.5), rgb(120,176,157,0.5));
    transition: opacity 0.3s ease;
    content: '';
    z-index: -1;
}header .main-learn-W:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}header .main-learn-W:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .first-lesson-i {
    width: 30%;
    padding: 1rem 0;
}header .first-lesson-i svg {
    width: 130px;
}header .main-nav-j {
    gap: 0.5rem;
    width: 70%;
    padding: 1rem 2.5%;
}header .main-learn-W {
    padding: 0.5rem 1rem;
    font-size: calc(18px);
}
}

@media (max-width: 767px) {header {
    background: rgb(227,232,230);
}header::before {
    bottom: 50%;
    height: auto;
    top: 0;
    width: 100%;
}header .main-base-E {
    flex-direction: column;
    align-items: center;
}header .first-lesson-i {
    padding: 0.8rem 0;
    width: 100%;
}header .first-lesson-i svg {
    width: 120px;
}header .main-nav-j {
    gap: 0.6rem;
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
    padding: 0.8rem 0;
}header .main-nav-j::before {
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(180,203,194,0.5), transparent);
}header .main-learn-W {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header .first-lesson-i {
    padding: 0.7rem 0;
}header .first-lesson-i svg {
    width: 110px;
}header .main-nav-j {
    padding: 0.7rem 2%;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .main-nav-j::-webkit-scrollbar {
    height: 3px;
}header .main-nav-j::-webkit-scrollbar-thumb {
    background: rgb(180,203,194);
    border-radius: 10px;
}header .main-learn-W {
    font-size: calc(18px - 1px);
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0.45rem 0.9rem;
    margin-right: 2px;
}}.about-this-Z {
    position: relative;
    padding: 120px 0 100px;
    isolation: isolate;
    overflow: hidden;
}.about-this-Z::before {
    background: linear-gradient(135deg, rgb(120,176,157,0.5), rgba(0, 0, 0, 0.5) 70%);
    top: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
}.about-this-Z::after {
    transform: rotate(45deg);
    background: rgb(180,203,194);
    position: absolute;
    height: 300px;
    right: -50px;
    z-index: -1;
    filter: blur(30px);
    opacity: 0.1;
    animation: float 15s infinite ease-in-out;
    content: "";
    width: 300px;
    bottom: -50px;
}.about-this-Z .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 30px;
}.about-this-Z h2 {
    transform: translateX(-10px);
    color: #ffffff;
    letter-spacing: 1.5px;
    position: relative;
    font-weight: 700;
    padding-bottom: 12px;
    display: inline-block;
    margin-bottom: 60px;
    font-size: 28px;
}.about-this-Z h2::after {
    left: 0;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 80px;
    background: rgb(180,203,194);
    position: absolute;
    transform-origin: left;
    content: "";
    bottom: 0;
    transform: scaleX(1);
    height: 4px;
}.about-this-Z h2:hover::after {
    transform: scaleX(1.5);
}.about-this-Z .snippet-wrap-H {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
    margin-left: auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    max-width: 900px;
    transform: translateY(0);
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 50px;
}.about-this-Z .snippet-wrap-H:hover {
    transform: translateY(-5px);
}.about-this-Z .snippet-wrap-H::before {
    border-radius: 50%;
    width: 180px;
    content: "";
    height: 180px;
    left: -90px;
    border: 3px solid rgb(120,176,157);
    top: -90px;
    position: absolute;
    opacity: 0.15;
    z-index: -1;
}.about-this-Z .snippet-wrap-H > div {
    position: relative;
}.about-this-Z .snippet-wrap-H p {
    transition: color 0.3s ease;
    font-size: calc(18px * 1.1);
    padding-right: 50px;
    color: rgb(180,203,194);
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
}.about-this-Z .snippet-wrap-H p::after {
    top: 50%;
    content: "";
    background: rgb(180,203,194);
    transform: translateY(-50%);
    width: 40px;
    position: absolute;
    height: 2px;
    right: 0;
    transition: width 0.3s ease;
}.about-this-Z .snippet-wrap-H div > div {
    text-align: justify;
    column-count: 1;
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.8;
    position: relative;
    color: #000000;
    hyphens: auto;
    column-gap: 40px;
}.about-this-Z .snippet-wrap-H div > div::first-letter {
    float: left;
    line-height: 1;
    color: rgb(180,203,194);
    padding: 5px 10px 0 0;
    font-weight: 700;
    font-size: 1.8em;
}

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

@media (min-width: 768px) {.about-this-Z {
    padding: 150px 0 130px;
}.about-this-Z .snippet-wrap-H {
    padding: 60px 70px;
}.about-this-Z .snippet-wrap-H div > div {
    column-count: 2;
}.about-this-Z h2 {
    transform: translateX(-20px);
    margin-bottom: 80px;
}
}

@media (min-width: 992px) {.about-this-Z::before {
    background: linear-gradient(135deg, rgb(120,176,157,0.5), transparent 90%);
}.about-this-Z .container {
    padding: 0 50px;
}.about-this-Z .snippet-wrap-H {
    padding: 70px 80px;
    margin-left: 15%;
    width: 85%;
}.about-this-Z h2 {
    margin-bottom: 70px;
    font-size: calc(28px * 1.2);
}.about-this-Z .snippet-wrap-H::before {
    width: 250px;
    left: -125px;
    top: -125px;
    height: 250px;
}
}

@media (max-width: 767px) {.about-this-Z {
    padding: 80px 0 60px;
}.about-this-Z .snippet-wrap-H {
    padding: 30px 25px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}.about-this-Z h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.about-this-Z .snippet-wrap-H p {
    font-size: calc(18px * 0.9);
    padding-right: 30px;
}.about-this-Z .snippet-wrap-H p::after {
    width: 25px;
}
}

@media (hover: hover) {.about-this-Z .snippet-wrap-H:hover p {
    color: rgb(120,176,157);
}.about-this-Z .snippet-wrap-H:hover p::after {
    background: rgb(120,176,157);
    width: 60px;
}
}

@media (prefers-reduced-motion) {.about-this-Z::after {
    animation: none;
}.about-this-Z .snippet-wrap-H:hover {
    transform: none;
}.about-this-Z h2:hover::after {
    transform: scaleX(1);
}}.template-cta-V {
    z-index: 1;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 80px 0 40px;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.template-cta-V .container {
    justify-content: space-between;
    position: relative;
    display: flex;
}.template-cta-V .company_holder {
    flex: 0 0 30%;
    padding-right: 30px;
    position: relative;
}.template-cta-V .company_holder::after {
    right: 0;
    height: 80%;
    position: absolute;
    top: 10%;
    background: linear-gradient(to bottom, transparent, rgb(180,203,194), transparent);
    content: '';
    width: 1px;
}.template-cta-V .company_holder h3 {
    font-size: calc(37px * 0.9);
    text-shadow: 0 0 10px rgb(180,203,194,0.5);
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
}.template-cta-V .company_holder h3::after {
    position: absolute;
    width: 40%;
    background: rgb(180,203,194);
    height: 2px;
    content: '';
    bottom: -5px;
    transition: width 0.3s ease-in-out;
    left: 0;
}.template-cta-V .company_holder h3:hover::after {
    width: 100%;
}.template-cta-V .price-table-2 {
    transform: translateZ(0);
    border-radius: 10px;
    font-size: 13px;
    backdrop-filter: blur(5px);
    margin-top: 15px;
    line-height: 1.6;
    color: #ffffff;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}.template-cta-V .price-table-2:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}.template-cta-V .footer-caption-u {
    display: flex;
    flex: 0 0 65%;
    justify-content: space-between;
    position: relative;
}.template-cta-V .top-train-w {
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
}.template-cta-V .main-nav-j {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.05);
    flex: 0 0 45%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border-radius: 27px;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    padding: 20px;
}.template-cta-V .main-nav-j::before {
    position: absolute;
    content: '';
    inset: 0;
    transition: transform 0.6s ease;
    z-index: -1;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
}.template-cta-V .main-nav-j:hover::before {
    transform: translateX(100%);
}.template-cta-V .main-nav-j h5 {
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 19px;
    position: relative;
}.template-cta-V .main-nav-j h5::after {
    left: 0;
    position: absolute;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    bottom: 0;
    background: rgb(180,203,194);
    width: 40px;
    content: '';
    height: 2px;
}.template-cta-V .main-nav-j:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(180,203,194), 0 0 16px rgb(180,203,194,0.5);
}.template-cta-V .main-nav-j .top-train-w {
    display: flex;
    gap: 12px;
    flex-direction: column;
}.template-cta-V .main-nav-j .top-train-w a {
    opacity: 0.85;
    color: #ffffff;
    padding-left: 0;
    display: inline-block;
    font-size: calc(13px * 0.95);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}.template-cta-V .main-nav-j .top-train-w a::before {
    width: 0;
    bottom: -2px;
    transition: width 0.3s ease, transform 0.3s ease;
    left: 0;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(180,203,194), transparent);
    transform-origin: left;
    height: 1px;
}.template-cta-V .main-nav-j .top-train-w a:hover {
    opacity: 1;
    color: #ffffff;
    padding-left: 5px;
}.template-cta-V .main-nav-j .top-train-w a:hover::before {
    width: 100%;
    box-shadow: 0 0 5px rgb(180,203,194,0.5);
}.credit-info-Q {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0;
}.credit-info-Q::before {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(180,203,194,0.5), transparent);
    left: 0;
    content: '';
    height: 1px;
}.credit-info-Q .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.credit-info-Q .discount-cta-e {
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 12px;
    transition: opacity 0.3s ease;
    text-align: center;
    opacity: 0.8;
}.credit-info-Q .discount-cta-e:hover {
    opacity: 1;
}

@media (max-width: 991px) {.template-cta-V {
    padding: 60px 0 30px;
}.template-cta-V .container {
    flex-direction: column;
}.template-cta-V .company_holder {
    padding-right: 0;
    flex: 0 0 100%;
    margin-bottom: 40px;
}.template-cta-V .company_holder::after {
    display: none;
}.template-cta-V .footer-caption-u {
    flex: 0 0 100%;
}.template-cta-V .main-nav-j {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.template-cta-V {
    padding: 40px 0 20px;
}.template-cta-V .top-train-w {
    flex-direction: column;
}.template-cta-V .main-nav-j {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.template-cta-V .company_holder h3 {
    font-size: calc(37px * 0.8);
}.template-cta-V .main-nav-j h5 {
    font-size: calc(19px * 0.9);
}.credit-info-Q .discount-cta-e {
    font-size: calc(12px * 0.9);
}
}

@media (max-width: 576px) {.template-cta-V {
    padding: 30px 0 15px;
}.template-cta-V .company_holder {
    margin-bottom: 30px;
}.template-cta-V .company_holder h3 {
    font-size: calc(37px * 0.7);
}.template-cta-V .main-nav-j h5 {
    font-size: calc(19px * 0.8);
}.credit-info-Q {
    padding: 10px 0;
}.credit-info-Q .discount-cta-e {
    font-size: calc(12px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    left: 0;
    content: '';
    right: 0;
    top: 0;
    background-size: 50px 50px;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    z-index: 0;
    position: absolute;
    bottom: 0;
    opacity: 0.3;
}.template-cta-V .company_holder h3 {
    overflow: hidden;
    position: relative;
}.template-cta-V .company_holder h3::before {
    width: 100%;
    left: -100%;
    top: 0;
    height: 100%;
    pointer-events: none;
    transition: 0.5s;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.template-cta-V .company_holder h3:hover::before {
    left: 100%;
}.cookiePolicyContainer-r {
    position: fixed;
    border-top: 3px solid rgb(180,203,194);
    transition: transform 0.3s ease-in-out;
    background: rgb(227,232,230);
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 90;
}.manage-cookies-8 {
    display: flex;
    margin: 0 auto;
    align-items: center;
    padding: 20px 15px;
    justify-content: space-between;
    max-width: 1200px;
}.online-cookies-s {
    margin-right: 15px;
    flex-shrink: 0;
}.online-cookies-s svg {
    width: 60px;
    fill: rgb(180,203,194);
    height: 60px;
    transition: fill 0.3s ease;
}.online-cookies-s svg:hover {
    fill: rgb(120,176,157);
}.cookie-controls-O {
    flex-grow: 1;
    color: #000000;
    margin-right: 15px;
}.cookiePolicyContainer-r h5 {
    color: rgb(180,203,194);
    font-size: 23px;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    font-weight: 600;
}.cookiePolicyContainer-r p {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 12px;
    color: #000000;
}.accept-cookies-0 {
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
    line-height: 35px;
    font-size: 19px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    padding: 10px 20px;
    background: rgb(180,203,194);
    border-radius: 26px;
    text-align: center;
}.accept-cookies-0:hover {
    background: rgb(120,176,157);
    box-shadow: 0 0 10px rgb(120,176,157,0.5);
}#approve-cookie-usage-terms-p {
    background: rgb(180,203,194);
}#blockPrivacyCookiesOption-z {
    background: rgba(0, 0, 0, 0.5);
}.cookiePolicyContainer-r p a {
    transition: color 0.3s ease;
    color: rgb(180,203,194);
    text-decoration: underline;
}.cookiePolicyContainer-r p a:hover {
    color: rgb(120,176,157);
}
@media only screen and (max-width: 1200px) {.manage-cookies-8 {
    flex-direction: column;
    align-items: center;
}.online-cookies-s {
    margin-bottom: 15px;
}.cookie-controls-O {
    margin-bottom: 15px;
    text-align: center;
    margin-right: 0;
}.accept-cookies-0 {
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.manage-cookies-8 {
    padding: 15px;
}.online-cookies-s {
    display: none;
}.cookiePolicyContainer-r h5 {
    font-size: 20px;
}.cookiePolicyContainer-r p {
    font-size: 15px;
}}
#cookieWarningNotice-O {
    display: none;
}#cookieWarningNotice-O:checked ~ .cookiePolicyContainer-r {
    visibility: hidden;
    opacity: 0;
}.get-support-J {
    position: relative;
    background: linear-gradient(135deg, rgb(227,232,230) 0%, rgba(rgb(180,203,194), 0.05) 100%);
    padding: 6rem 0;
    perspective: 1000px;
    overflow: hidden;
}.get-support-J::before {
    top: -5%;
    height: 110%;
    width: 110%;
    content: "";
    z-index: 0;
    pointer-events: none;
    transform: rotateX(45deg) rotateZ(-2deg);
    left: -5%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgba(rgb(180,203,194), 0.01),
        rgba(rgb(180,203,194), 0.02) 2px,
        transparent 2px,
        transparent 8px
    );
}.get-support-J .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    z-index: 1;
}.get-support-J .get-answers-c {
    display: grid;
    box-shadow: 0 20px 40px rgba(#000000, 0.08), 
                0 0 0 1px rgba(rgb(180,203,194), 0.05),
                0 4px 0 rgba(rgb(180,203,194), 0.3);
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    background: rgba(#ffffff, 0.9);
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.get-support-J .get-answers-c:hover {
    box-shadow: 0 25px 50px rgba(#000000, 0.1), 
                0 0 0 1px rgba(rgb(180,203,194), 0.08),
                0 6px 0 rgba(rgb(180,203,194), 0.4);
    transform: translateY(-5px) translateZ(10px);
}.get-support-J h3 {
    position: relative;
    margin: 0 0 1.5rem;
    transform-origin: left center;
    font-weight: 700;
    padding-bottom: 0.75rem;
    transition: transform 0.3s ease-out;
    font-size: calc(37px * 1.2);
    color: #000000;
}.get-support-J h3::after {
    transform-origin: left;
    bottom: 0;
    content: "";
    transform: scaleX(1);
    width: 4rem;
    left: 0;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    background: rgb(180,203,194);
}.get-support-J .get-answers-c:hover h3::after {
    transform: scaleX(1.5);
}.get-support-J p {
    font-size: 14px;
    transition: transform 0.3s ease-out;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.5rem;
}.get-support-J div > p {
    transform: translateZ(5px);
}.get-support-J h5 {
    color: #000000;
    font-size: 21px;
    margin-bottom: 0.5rem;
    text-transform: capitalize;
    align-items: center;
    display: flex;
    font-weight: 600;
}.get-support-J h5 svg {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-left: 0.75rem;
    transform: translateY(0);
}.get-support-J h5:hover svg {
    transform: translateY(-3px);
}.get-support-J svg {
    height: 24px;
    flex-shrink: 0;
    width: 24px;
}.get-support-J svg path {
    fill: rgb(180,203,194);
    transition: fill 0.3s ease, transform 0.3s ease;
}.get-support-J .submit-feedback-R {
    margin: 1.5rem 0 0;
    padding: 0;
    gap: 1.25rem;
    flex-direction: column;
    list-style: none;
    display: flex;
}.get-support-J .course-ask-W {
    font-size: calc(14px * 1.05);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    border-left: 3px solid rgb(180,203,194);
    align-items: center;
    display: flex;
    font-weight: 600;
    text-decoration: none;
    padding: 0.75rem 1.25rem;
    transform: translateX(0);
    background: rgba(rgb(180,203,194), 0.05);
}.get-support-J .course-ask-W:hover {
    border-left: 6px solid rgb(180,203,194);
    transform: translateX(5px);
    background: rgba(rgb(180,203,194), 0.1);
}.get-support-J .course-ask-W svg {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(0);
    margin-left: auto;
}.get-support-J .course-ask-W:hover svg {
    transform: rotate(15deg) scale(1.1);
}.get-support-J .course-ask-W:hover svg path {
    fill: rgb(120,176,157);
}.get-support-J .course-ask-W:active {
    transform: translateX(5px) scale(0.98);
}

@media (min-width: 768px) {.get-support-J {
    padding: 8rem 0;
}.get-support-J .get-answers-c {
    grid-template-columns: 2fr 1fr;
    padding: 4rem;
    gap: 3rem;
}.get-support-J h3 {
    font-size: calc(37px * 1.4);
    grid-column: 1 / -1;
}.get-support-J .submit-feedback-R {
    grid-column: 2 / 3;
    margin: 0;
    grid-row: 2 / 4;
}.get-support-J::after {
    position: absolute;
    content: "";
    width: 300px;
    top: 20%;
    filter: blur(60px);
    background: linear-gradient(135deg, rgba(rgb(180,203,194), 0.2), rgba(rgb(120,176,157), 0.1));
    z-index: 0;
    right: -5%;
    opacity: 0.6;
    border-radius: 50%;
    height: 300px;
}
}

@media (min-width: 992px) {.get-support-J .get-answers-c {
    grid-template-columns: 3fr 2fr;
    gap: 4rem;
}.get-support-J h3 {
    font-size: calc(41px * 0.9);
}.get-support-J .course-ask-W {
    font-size: calc(14px * 1.1);
    padding: 1rem 1.5rem;
}.get-support-J::before {
    transform: rotateX(55deg) rotateZ(-5deg);
}.get-support-J .get-answers-c {
    transform-style: preserve-3d;
}.get-support-J .get-answers-c > div:not(:first-child) {
    transform: translateZ(10px);
}@keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }
    
    .get-support-J .submit-feedback-R {
    position: relative;
}.get-support-J .submit-feedback-R::before {
    z-index: -1;
    transform: translateZ(-5px);
    border-radius: 25px;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgba(rgb(180,203,194), 0.03), rgba(rgb(120,176,157), 0.02));
    inset: -20px;
}
}

@media (max-width: 767px) {.get-support-J {
    padding: 4rem 0;
}.get-support-J .get-answers-c {
    padding: 2rem;
}.get-support-J h3 {
    font-size: calc(37px * 1.1);
}.get-support-J .course-ask-W {
    padding: 0.75rem 1rem;
}
}

@media (hover: hover) {.get-support-J .course-ask-W:hover svg path {
    animation: pulse 1s infinite alternate;
}@keyframes pulse {
        0% { fill: rgb(180,203,194); }
        100% { fill: rgb(120,176,157); }
    }
}.academic-expertise-8 {
    background: linear-gradient(to bottom, #000000 0%, rgb(227,232,230) 100%);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}.academic-expertise-8::before {
    content: "";
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(180,203,194,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(120,176,157,0.5) 0%, transparent 25%);
    top: 0;
    left: 0;
    animation: ambientLight 20s ease-in-out infinite alternate;
    position: absolute;
    filter: blur(60px);
    height: 100%;
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.academic-expertise-8 .container {
    position: relative;
    perspective: 1000px;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.academic-expertise-8 .review-praise-9 {
    backdrop-filter: blur(15px);
    padding: 3rem;
    display: flex;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(120,176,157,0.5),
        inset 0 0 30px rgb(180,203,194,0.5);
    transform-style: preserve-3d;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.03);
    transform: rotateX(5deg) rotateY(-5deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 26px;
}.academic-expertise-8 .review-praise-9:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(120,176,157,0.5),
        inset 0 0 50px rgb(180,203,194,0.5);
}.academic-expertise-8 .img-img-d {
    width: 180px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 3px solid #ffffff;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(180,203,194,0.5);
    transform: translateX(-50%) translateZ(30px);
    position: absolute;
    left: 50%;
    border-radius: 50%;
    top: -90px;
    height: 180px;
}.academic-expertise-8 .review-praise-9:hover .img-img-d {
    transform: translateX(-50%) translateZ(50px);
}.academic-expertise-8 .name {
    width: 100%;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(180,203,194,0.5);
    margin-top: 100px;
    transform: translateZ(20px);
    font-size: 28px;
}.academic-expertise-8 .review-praise-9 span:not(.name) {
    color: rgb(120,176,157);
    transform: translateZ(15px);
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    width: 100%;
    font-size: 22px;
    margin-top: 0.5rem;
}.academic-expertise-8 .career-wrap-W {
    transition: transform 0.3s ease;
    padding: 2rem;
    border-left: 3px solid rgb(180,203,194);
    position: relative;
    border-radius: 10px;
    line-height: 1.7;
    font-size: 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    transform: translateZ(10px);
    margin-top: 2rem;
    width: 100%;
    color: #ffffff;
}.academic-expertise-8 .career-wrap-W::before {
    mix-blend-mode: overlay;
    opacity: 0.1;
    height: 100%;
    top: 0;
    border-radius: 10px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(180,203,194,0.5) 0%, transparent 70%);
}.academic-expertise-8 .review-praise-9:hover .career-wrap-W {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.academic-expertise-8 {
    padding: 7rem 0 5rem;
}.academic-expertise-8 .review-praise-9 {
    padding: 2.5rem 2rem;
}.academic-expertise-8 .img-img-d {
    width: 150px;
    top: -75px;
    height: 150px;
}.academic-expertise-8 .name {
    margin-top: 80px;
}.academic-expertise-8 .career-wrap-W {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.academic-expertise-8 {
    padding: 6rem 0 3rem;
}.academic-expertise-8 .container {
    padding: 0 1rem;
}.academic-expertise-8 .review-praise-9 {
    transform: none;
    padding: 2rem 1.5rem;
}.academic-expertise-8 .img-img-d {
    width: 120px;
    top: -60px;
    height: 120px;
}.academic-expertise-8 .name {
    font-size: calc(28px - 2px);
    margin-top: 70px;
}.academic-expertise-8 .review-praise-9 span:not(.name) {
    font-size: calc(22px - 1px);
}.academic-expertise-8 .career-wrap-W {
    font-size: calc(15px - 1px);
    margin-top: 1.5rem;
    padding: 1.2rem;
}.academic-expertise-8 .review-praise-9:hover {
    transform: none;
}
}