﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}::-webkit-scrollbar {
    scroll-behavior: auto;
    width: 11px;
}::-webkit-scrollbar-button {
    background: rgb(167,161,179,0.5);
    height: 2px;
    width: 5px;
    border-radius: 0px;
}::-webkit-scrollbar-track {
    background: rgb(167,161,179);
    border: 1px dotted rgb(167,161,179,0.5);
    border-radius: 4.1vh;
}::-webkit-scrollbar-thumb {
    border-radius: 10vh;
    background: #ffffff;
    box-shadow: 1px -5px 12px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid rgb(255, 255, 255, 0.5);
    transition: background, box-shadow 2s linear;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 2px -2px 6px 0px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-thumb:active {
    background: rgb(167,161,179);
    transform: translateY(1px);
}* {
    scrollbar-width: none;
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(204,198,212,0.5);
}.top-master {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.segment-wrapper {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
}.container {
    max-width: 100%;
    width: 1239px;
    margin: auto;
}.module-end {
    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;
}}
.privacy-enclosure {
    font-family: Arial, sans-serif;
    position: relative;
    background: rgb(237,234,239);
    padding: 5rem 2rem;
    color: #000000;
    overflow: hidden;
}.privacy-enclosure::before {
    content: "";
    height: 100%;
    z-index: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(rgb(167,161,179,0.5), 0.03) 0%,
        rgba(rgb(167,161,179,0.5), 0.08) 60%, 
        rgba(rgb(167,161,179,0.5), 0.15) 100%);
    left: 0;
    top: 0;
}.privacy-enclosure::after {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 1;
    content: "";
    right: -40px;
    width: 200px;
    opacity: 0.1;
    top: -40px;
    background: linear-gradient(to bottom right, 
        rgb(167,161,179) 0%, 
        transparent 70%);
    height: 200px;
    position: absolute;
    filter: blur(20px);
    transform: rotate(-15deg);
}.privacy-enclosure .container {
    max-width: 1140px;
    border-left: 4px solid rgb(204,198,212);
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 3px 14px rgba(rgba(0, 0, 0, 0.5), 0.05);
    margin: 0 auto;
    transform: perspective(1000px) rotateY(0.5deg);
    position: relative;
    transform-origin: left center;
    background: #ffffff;
    padding: 3rem;
    z-index: 2;
    transition: transform 0.5s ease-out;
}.privacy-enclosure .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.privacy-enclosure h1 {
    padding-bottom: 1.5rem;
    position: relative;
    border-bottom: 1px solid rgba(rgb(167,161,179,0.5), 0.2);
    color: #000000;
    font-size: 41px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 2.5rem 0;
}.privacy-enclosure h1::before {
    position: absolute;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: -1px;
    left: 0;
    background: linear-gradient(90deg, rgb(204,198,212), rgb(167,161,179));
    width: 30%;
    content: "";
    height: 3px;
}.privacy-enclosure h1:hover::before {
    transform: scaleX(1.2);
}.privacy-enclosure h2 {
    color: #000000;
    font-size: 33px;
    font-weight: 600;
    padding-left: 1.2rem;
    margin: 3rem 0 1.5rem;
    position: relative;
}.privacy-enclosure h2::before {
    border-radius: 2px;
    position: absolute;
    background: rgb(167,161,179);
    width: 4px;
    top: 0.5rem;
    left: 0;
    content: "";
    height: calc(100% - 1rem);
}.privacy-enclosure h3 {
    color: #000000;
    margin: 2.5rem 0 1.2rem;
    font-size: calc(33px * 0.8);
    padding-bottom: 0.8rem;
    border-bottom: 1px dashed rgba(rgb(167,161,179,0.5), 0.2);
    font-weight: 600;
}.privacy-enclosure h4 {
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #000000;
    font-size: calc(33px * 0.7);
    margin: 2rem 0 1rem;
}.privacy-enclosure p {
    max-width: 95%;
    font-size: 17px;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}.privacy-enclosure strong {
    color: rgb(204,198,212);
    font-weight: 600;
}.privacy-enclosure span {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    display: block;
    border-left: 2px solid rgba(rgb(167,161,179,0.5), 0.3);
    color: #000000;
    font-size: 17px;
    line-height: 1.7;
}.privacy-enclosure ul {
    margin: 1.5rem 0 2.5rem;
    padding-left: 1.2rem;
    list-style-type: none;
}.privacy-enclosure li {
    position: relative;
    padding-left: 1.5rem;
    color: #000000;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 1.2rem;
}.privacy-enclosure li::before {
    transition: transform 0.3s ease, background 0.3s ease;
    position: absolute;
    top: 0.7rem;
    opacity: 0.8;
    background: rgb(167,161,179);
    content: "";
    left: 0;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
}.privacy-enclosure li:hover::before {
    background: rgb(204,198,212);
    transform: rotate(135deg);
}

@media (max-width: 992px) {.privacy-enclosure {
    padding: 4rem 1.5rem;
}.privacy-enclosure .container {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(0deg);
}.privacy-enclosure h1 {
    margin-bottom: 2rem;
    padding-bottom: 1.2rem;
    font-size: calc(41px * 0.9);
}.privacy-enclosure h2 {
    font-size: calc(33px * 0.9);
    margin: 2.5rem 0 1.2rem;
}
}

@media (max-width: 768px) {.privacy-enclosure {
    padding: 3rem 1rem;
}.privacy-enclosure .container {
    border-left: 3px solid rgb(204,198,212);
    padding: 2rem 1.5rem;
}.privacy-enclosure h1 {
    font-size: calc(41px * 0.8);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}.privacy-enclosure h2 {
    margin: 2rem 0 1rem;
    padding-left: 1rem;
    font-size: calc(33px * 0.8);
}.privacy-enclosure h3 {
    margin: 2rem 0 1rem;
    font-size: calc(33px * 0.7);
}.privacy-enclosure h4 {
    font-size: calc(33px * 0.6);
}.privacy-enclosure p, 
    .privacy-enclosure span,
    .privacy-enclosure li {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}.privacy-enclosure ul {
    padding-left: 0.5rem;
}.privacy-enclosure li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.privacy-enclosure {
    padding: 2rem 0.5rem;
}.privacy-enclosure .container {
    padding: 1.5rem 1.2rem;
    border-left: 2px solid rgb(204,198,212);
}.privacy-enclosure h1 {
    font-size: calc(41px * 0.7);
}.privacy-enclosure h2 {
    font-size: calc(33px * 0.7);
}.privacy-enclosure h2::before {
    height: calc(100% - 0.8rem);
    top: 0.4rem;
    width: 3px;
}.privacy-enclosure p, 
    .privacy-enclosure span,
    .privacy-enclosure li {
    max-width: 100%;
    font-size: calc(17px * 0.9);
}.privacy-enclosure span {
    padding-left: 0.8rem;
}.privacy-enclosure li::before {
    width: 6px;
    height: 6px;
}}.thanks-msg {
    background: linear-gradient(135deg, rgb(204,198,212,0.5), rgb(237,234,239), rgb(167,161,179,0.5));
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    perspective: 1000px;
}.thanks-msg::before {
    animation: pulse 10s infinite alternate ease-in-out;
    right: 0;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(204,198,212,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(167,161,179,0.5) 0%, transparent 60%);
    opacity: 0.7;
    content: "";
    bottom: 0;
}.thanks-msg::after {
    animation: patternMove 60s linear infinite;
    position: absolute;
    left: -50%;
    content: "";
    transform: rotate(15deg);
    z-index: 1;
    width: 200%;
    pointer-events: none;
    height: 200%;
    top: -50%;
}.thanks-msg .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    transform-style: preserve-3d;
}.thanks-msg h2 {
    text-align: left;
    padding-left: 20px;
    border-left: 4px solid rgb(204,198,212);
    margin-bottom: 40px;
    transform: translateZ(30px);
    color: #000000;
    font-size: 36px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.3;
    transition: transform 0.5s ease;
}.thanks-msg h2::after {
    position: absolute;
    content: "";
    background: rgb(167,161,179);
    left: 20px;
    bottom: -12px;
    transform: scaleX(0);
    height: 3px;
    transform-origin: left;
    animation: lineGrow 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 60px;
}.thanks-msg .belief-core {
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 
        0 15px 30px -10px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        0 30px 60px -30px rgba(rgb(204,198,212), 0.3);
    transform: translateZ(20px) rotateX(2deg);
    position: relative;
    background: #ffffff;
}.thanks-msg .belief-core::before {
    top: 0;
    z-index: 3;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(204,198,212), rgb(167,161,179));
    height: 5px;
}.thanks-msg .belief-core:hover {
    box-shadow: 
        0 20px 40px -15px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.08),
        0 40px 70px -40px rgba(rgb(204,198,212), 0.4);
    transform: translateZ(30px) rotateX(0deg);
}.thanks-msg ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thanks-msg li {
    transition: transform 0.3s ease;
    background: #ffffff;
    position: relative;
    padding: 40px;
}.thanks-msg li::before {
    box-shadow: 0 5px 15px rgba(rgb(204,198,212), 0.3);
    position: absolute;
    left: 40px;
    justify-content: center;
    width: 30px;
    color: #ffffff;
    background: rgb(204,198,212);
    font-size: 16px;
    top: -15px;
    border-radius: 50%;
    content: "✓";
    display: flex;
    align-items: center;
    height: 30px;
}.thanks-msg span {
    text-align: left;
    color: #000000;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 2;
    display: block;
    font-size: 14px;
}

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

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

@keyframes patternMove {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-100px);
    }
}

@media (max-width: 991px) {.thanks-msg {
    padding: 80px 0;
}.thanks-msg h2 {
    font-size: calc(36px * 0.9);
    padding-left: 15px;
}.thanks-msg li {
    padding: 30px;
}.thanks-msg li::before {
    left: 30px;
}
}

@media (max-width: 767px) {.thanks-msg {
    padding: 60px 0;
}.thanks-msg h2 {
    margin-bottom: 30px;
    transform: translateZ(20px);
    font-size: calc(36px * 0.8);
}.thanks-msg h2::after {
    width: 40px;
}.thanks-msg .belief-core {
    transform: translateZ(10px) rotateX(1deg);
}.thanks-msg .belief-core:hover {
    transform: translateZ(15px) rotateX(0deg);
}.thanks-msg li {
    padding: 25px 20px;
}.thanks-msg li::before {
    top: -12px;
    height: 24px;
    width: 24px;
    font-size: 14px;
    left: 20px;
}.thanks-msg span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.thanks-msg {
    padding: 40px 0;
}.thanks-msg h2 {
    font-size: calc(36px * 0.7);
    padding-left: 12px;
    border-left: 3px solid rgb(204,198,212);
}.thanks-msg .container {
    padding: 0 15px;
}.thanks-msg .belief-core {
    transform: translateZ(5px) rotateX(0.5deg);
}.thanks-msg .belief-core:hover {
    transform: translateZ(10px) rotateX(0deg);
}.thanks-msg li {
    padding: 20px 15px;
}.thanks-msg li::before {
    height: 20px;
    width: 20px;
    left: 15px;
    font-size: 12px;
}.thanks-msg span {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}.title-board {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(204,198,212,0.5) 0%, rgba(94,170,168,0.15) 50%, rgb(167,161,179,0.5) 100%);
}.title-board::before {
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(94,170,168,0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(94,170,168,0.15) 0%, transparent 40%);
}.title-board .belief-core {
    z-index: 2;
    display: grid;
    padding: 2rem;
    max-width: 1400px;
    position: relative;
    gap: 2rem;
    margin: 0 auto;
    grid-template-columns: 1fr;
    height: 100%;
}.title-board h1 {
    animation: titleFade 1.2s ease-out forwards;
    transform: translateY(0);
    font-weight: 700;
    line-height: 1.2;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 42px;
    text-shadow: 0 2px 10px rgba(94,170,168,0.1);
    position: relative;
}.title-board h1::after {
    height: 4px;
    transform-origin: left;
    background: rgb(204,198,212);
    left: 0;
    animation: lineExpand 1s 0.4s ease-out forwards;
    content: "";
    bottom: -10px;
    width: 80px;
    position: absolute;
    transform: scaleX(0);
}.title-board .editorial-box {
    flex-direction: column;
    gap: 2rem;
    display: flex;
    position: relative;
}.title-board .learn-page {
    transform: translateY(20px);
    position: relative;
    border-left: 4px solid rgb(204,198,212);
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(94,170,168,0.15), 
                0 5px 15px rgba(0,0,0,0.05);
    animation: fadeUp 0.8s 0.6s ease-out forwards;
    opacity: 0;
    backdrop-filter: blur(10px);
}.title-board .learn-page p {
    line-height: 1.6;
    position: relative;
    margin-bottom: 2rem;
    font-size: calc(14px * 1.2);
    color: #000000;
}.title-board .learn-page p::before {
    position: absolute;
    top: -10px;
    left: 0;
    width: 40px;
    content: "";
    background: rgb(167,161,179);
    height: 2px;
}.title-board svg {
    margin: 0 auto 2rem;
    filter: drop-shadow(0 5px 15px rgba(94,170,168,0.25));
    transition: transform 0.5s ease;
    width: 120px;
    transform: rotate(-5deg);
    height: 120px;
    display: block;
}.title-board svg:hover {
    transform: rotate(0deg) scale(1.05);
}.title-board svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}.title-board svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title-board svg:hover path {
    fill: rgba(94,170,168,0.85);
}.title-board svg:hover text {
    fill: #000000;
}.title-board .inquiry-feedback {
    text-decoration: none;
    border: none;
    font-size: 20px;
    padding: 1rem 2rem;
    transition: all 0.3s ease;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(204,198,212) 0%, rgb(94,170,168) 100%);
    display: inline-block;
    box-shadow: 0 5px 15px rgba(94,170,168,0.3);
    overflow: hidden;
    margin-top: 1rem;
    position: relative;
    transform: translateZ(0);
    font-weight: 600;
}.title-board .inquiry-feedback::before {
    content: "";
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    transition: left 0.7s ease;
}.title-board .inquiry-feedback:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
}.title-board .inquiry-feedback:hover::before {
    left: 100%;
}.title-board .pic-wrapper {
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    animation: fadeUp 0.8s 0.8s ease-out forwards;
    border-radius: 10px;
    width: 100%;
    transform: translateY(20px);
    height: 300px;
    overflow: hidden;
    opacity: 0;
}.title-board .pic-wrapper::before {
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgba(94,170,168,0.3), transparent);
    pointer-events: none;
    z-index: 1;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
}

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

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

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

@media (min-width: 768px) {.title-board .belief-core {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 4rem 2rem;
}.title-board h1 {
    font-size: calc(42px * 1.2);
    margin-bottom: 2rem;
    grid-column: 1 / -1;
}.title-board .learn-page {
    padding: 2.5rem;
}.title-board .pic-wrapper {
    margin-top: 0;
    height: 450px;
}.title-board svg {
    float: right;
    margin: 0 0 1rem 1rem;
    width: 150px;
    height: 150px;
}
}

@media (min-width: 992px) {.title-board .belief-core {
    gap: 4rem;
    padding: 5rem 3rem;
}.title-board h1 {
    font-size: calc(42px * 1.4);
}.title-board .learn-page {
    padding: 3rem;
}.title-board .pic-wrapper {
    height: 550px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.title-board .pic-wrapper:hover {
    transform: scale(1.03);
}.title-board svg {
    width: 180px;
    height: 180px;
}
}

@media (min-width: 1200px) {.title-board .belief-core {
    padding: 6rem 4rem;
    gap: 6rem;
}.title-board h1 {
    font-size: calc(42px * 1.6);
}.title-board .learn-page {
    padding: 3.5rem;
}.title-board .pic-wrapper {
    height: 600px;
}
}

@media (max-width: 767px) {.title-board .belief-core {
    padding: 3rem 1.5rem;
}.title-board h1 {
    font-size: calc(42px * 0.9);
}.title-board .learn-page p {
    font-size: 14px;
}.title-board .inquiry-feedback {
    text-align: center;
    width: 100%;
}}header {
    background: linear-gradient(to right, rgb(204,198,212,0.5), rgb(167,161,179,0.5));
    z-index: 100;
    position: relative;
    padding: 1.5rem 3%;
    width: 100%;
}header::before {
    border-radius: 10px;
    position: absolute;
    pointer-events: none;
    bottom: 0.5rem;
    content: '';
    top: 0.5rem;
    z-index: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 0.5rem;
    right: 0.5rem;
}header::after {
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
    position: absolute;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    top: 0;
}header .container {
    padding: 0;
    margin: 0;
    position: relative;
    max-width: 100%;
    z-index: 1;
    width: 100%;
}header .header-master {
    position: relative;
    background: #ffffff;
    padding: 1.5rem;
    display: flex;
    border-radius: 18px;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}header .header-master::before {
    background: linear-gradient(to bottom, rgb(204,198,212), rgb(167,161,179));
    left: 0;
    width: 5px;
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
}header .header-master::after {
    background: linear-gradient(to bottom, rgb(167,161,179), rgb(204,198,212));
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
}header .nav-start {
    padding: 0 0 1rem 0;
    justify-content: center;
    text-decoration: none;
    position: relative;
    display: flex;
}header .nav-start::after {
    background: rgb(204,198,212,0.5);
    height: 1px;
    content: '';
    width: 80px;
    transform: translateX(-50%);
    bottom: 0;
    position: absolute;
    left: 50%;
}header .nav-start svg {
    height: auto;
    width: 170px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
}header .nav-start:hover svg {
    transform: scale(1.03);
}header .top-main {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1rem;
    width: 100%;
    gap: 0.7rem;
    justify-content: center;
    max-width: 90%;
}header .main-bar {
    font-weight: 600;
    z-index: 1;
    position: relative;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    color: #000000;
    background: rgb(237,234,239);
    padding: 0.7rem 1.3rem;
}header .main-bar::before {
    content: '';
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(204,198,212), rgb(167,161,179));
    top: 0;
    left: 0;
    width: 3px;
    z-index: -1;
    border-radius: 10px 0 0 10px;
    transition: width 0.3s ease;
}header .main-bar:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    color: #ffffff;
}header .main-bar:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .header-master {
    padding: 1.2rem;
}header .nav-start {
    padding: 0 0 0.8rem 0;
}header .nav-start svg {
    width: 150px;
}header .top-main {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .main-bar {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .header-master {
    padding: 1rem;
}header .nav-start {
    padding: 0 0 0.7rem 0;
}header .nav-start svg {
    width: 130px;
}header .top-main {
    gap: 0.5rem;
    max-width: 95%;
    padding-top: 0.7rem;
}header .main-bar {
    font-size: calc(14px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .header-master {
    padding: 0.8rem 0.8rem 1rem;
}header .nav-start {
    padding: 0 0 0.6rem 0;
}header .nav-start svg {
    width: 120px;
}header .top-main {
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .top-main::-webkit-scrollbar {
    height: 3px;
}header .top-main::-webkit-scrollbar-thumb {
    background: rgb(204,198,212);
    border-radius: 10px;
}header .main-bar {
    flex-shrink: 0;
    margin-right: 3px;
    white-space: nowrap;
}}.instructor-history {
    background: rgb(237,234,239);
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    border-radius: 24px;
}.instructor-history::before {
    background-size: 20px 20px;
    position: absolute;
    animation: grid-shift 30s linear infinite;
    content: "";
    height: 100%;
    opacity: 0.2;
    background-image: linear-gradient(rgb(204,198,212,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(204,198,212,0.5) 1px, transparent 1px);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}.instructor-history .student-reviews {
    grid-template-columns: 45% 55%;
    position: relative;
    max-width: 900px;
    display: grid;
    gap: 0;
    margin: 0 auto;
    z-index: 2;
}.instructor-history .pic-wrapper {
    height: 100%;
    position: relative;
    min-height: 400px;
    filter: grayscale(60%);
    z-index: 2;
    transition: filter 0.6s ease;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.instructor-history .pic-wrapper::before {
    transform: scale(0.9);
    transition: all 0.5s ease;
    bottom: 20px;
    z-index: 3;
    mix-blend-mode: overlay;
    content: "";
    border: 1px solid #ffffff;
    position: absolute;
    left: 20px;
    opacity: 0;
    right: 20px;
    top: 20px;
}.instructor-history .student-reviews:hover .pic-wrapper {
    filter: grayscale(0%);
}.instructor-history .student-reviews:hover .pic-wrapper::before {
    opacity: 0.8;
    transform: scale(1);
}.instructor-history .career-tasks {
    justify-content: center;
    background: #ffffff;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    padding: 2rem 2rem 2rem 4rem;
    margin-left: -10%;
    flex-direction: column;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    display: flex;
    z-index: 3;
    position: relative;
}.instructor-history .career-tasks::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 10px;
    transition: width 0.3s ease;
    left: 0;
    background: linear-gradient(to bottom, rgb(204,198,212), rgb(167,161,179));
    top: 0;
}.instructor-history .student-reviews:hover .career-tasks::before {
    width: 15px;
}.instructor-history .name {
    font-weight: 700;
    font-size: calc(35px * 1.2);
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    color: rgb(204,198,212);
    line-height: 1.1;
    margin-bottom: 0.8rem;
    transform: translateX(20px);
    opacity: 0.9;
    letter-spacing: -1px;
}.instructor-history .student-reviews:hover .name {
    opacity: 1;
    transform: translateX(0);
}.instructor-history .career-tasks > div:nth-child(2) {
    margin-bottom: 2rem;
    font-weight: 600;
    transition: all 0.4s ease 0.1s;
    transform: translateX(15px);
    letter-spacing: 2px;
    font-size: 14px;
    color: rgb(167,161,179);
    text-transform: uppercase;
    opacity: 0.7;
}.instructor-history .student-reviews:hover .career-tasks > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.instructor-history .job-area {
    position: relative;
    transition: all 0.4s ease 0.2s;
    line-height: 1.8;
    color: #000000;
    transform: translateX(10px);
    opacity: 0.8;
    font-size: 14px;
}.instructor-history .job-area::first-letter {
    font-weight: 700;
    color: rgb(204,198,212);
    font-size: 1.6em;
}.instructor-history .student-reviews:hover .job-area {
    opacity: 1;
    transform: translateX(0);
}

@keyframes grid-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 768px) {.instructor-history .student-reviews {
    grid-template-columns: 1fr;
}.instructor-history .pic-wrapper {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.instructor-history .career-tasks {
    margin-top: -50px;
    padding: 3rem 2rem 2rem;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    margin-left: 0;
}}.our-info {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 80px 0;
    background: rgb(237,234,239);
}.our-info::before {
    z-index: -1;
    background-size: 200px 200px;
    content: '';
    top: 0;
    opacity: 0.05;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, 
        transparent 25%, 
        rgb(204,198,212,0.5) 25%, 
        rgb(204,198,212,0.5) 30%, 
        transparent 30%,
        transparent 45%, 
        rgb(167,161,179,0.5) 45%, 
        rgb(167,161,179,0.5) 50%, 
        transparent 50%);
}.our-info .container {
    position: relative;
    z-index: 2;
}.our-info .help-desk {
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    padding: 60px 40px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,234,239) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-top: 3px solid rgb(204,198,212);
}.our-info .help-desk::after {
    content: '';
    opacity: 0.1;
    top: 0;
    background: radial-gradient(circle, rgb(204,198,212,0.5) 0%, transparent 70%);
    height: 300px;
    position: absolute;
    z-index: -1;
    right: 0;
    width: 300px;
}.our-info .help-desk h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
    color: rgb(204,198,212);
}.our-info .help-desk p {
    margin-bottom: 25px;
    max-width: 800px;
    line-height: 1.7;
    color: #000000;
    font-size: 12px;
}.our-info .help-desk p:last-of-type {
    padding-left: 35px;
    margin-bottom: 40px;
    position: relative;
}.our-info .help-desk p:last-of-type svg {
    position: absolute;
    width: 24px;
    stroke: rgb(204,198,212);
    height: 24px;
    top: 3px;
    left: 0;
    stroke-width: 2;
    fill: none;
}.our-info .msg-block {
    margin-top: 10px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}.our-info .request-form {
    border-radius: 18px;
    z-index: 1;
    background: rgb(237,234,239);
    font-weight: 600;
    flex-direction: column;
    text-decoration: none;
    height: 120px;
    color: #000000;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 12px;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}.our-info .request-form::before {
    content: '';
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgb(204,198,212,0.5) 100%);
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    height: 100%;
    top: 0;
    width: 100%;
}.our-info .request-form:hover {
    color: rgb(204,198,212);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}.our-info .request-form:hover::before {
    opacity: 0.2;
}.our-info .request-form svg {
    stroke-width: 1.5;
    margin-bottom: 15px;
    height: 40px;
    width: 40px;
    transition: all 0.3s ease;
    stroke: rgb(204,198,212);
    fill: rgb(204,198,212);
}.our-info .request-form:hover svg {
    transform: scale(1.1);
    stroke-width: 2;
}.our-info .request-form svg path {
    transition: all 0.3s ease;
}

@keyframes floatCircle {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
    100% {
        transform: translateY(0) rotate(360deg);
    }
}

@media screen and (max-width: 991px) {.our-info {
    padding: 60px 0;
}.our-info .help-desk {
    padding: 40px 30px;
}.our-info .msg-block {
    grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 767px) {.our-info {
    padding: 50px 0;
}.our-info .help-desk {
    padding: 35px 25px;
}.our-info .help-desk h2 {
    font-size: calc(32px * 0.9);
}.our-info .msg-block {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.our-info .request-form {
    height: 110px;
}
}

@media screen and (max-width: 480px) {.our-info {
    padding: 40px 0;
}.our-info .help-desk {
    padding: 30px 20px;
}.our-info .help-desk h2 {
    font-size: calc(32px * 0.8);
}.our-info .msg-block {
    grid-template-columns: repeat(1, 1fr);
}.our-info .request-form {
    height: 100px;
}.our-info .request-form svg {
    height: 35px;
    width: 35px;
    margin-bottom: 10px;
}}.meet-us {
    background: linear-gradient(135deg, rgb(237,234,239) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.meet-us::before {
    background: radial-gradient(circle at 10% 20%, rgb(204,198,212,0.5) 0%, transparent 50%);
    content: '';
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    animation: pulse 15s infinite alternate;
    top: 0;
    height: 100%;
}.meet-us::after {
    z-index: 1;
    animation: pulse 20s infinite alternate-reverse;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 90% 80%, rgb(167,161,179,0.5) 0%, transparent 50%);
    content: '';
    bottom: 0;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95);
    }
}

.meet-us .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
}.meet-us .belief-core {
    align-items: center;
    position: relative;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    display: grid;
}.meet-us .belief-core::before {
    opacity: 0.4;
    animation: borderPulse 8s infinite alternate;
    height: calc(100% + 40px);
    left: -20px;
    width: calc(100% + 40px);
    top: -20px;
    content: '';
    position: absolute;
    border-radius: 30px;
    z-index: -1;
    border: 1px solid rgb(204,198,212,0.5);
    transform: rotate(-1deg);
}@keyframes borderPulse {
    0% {
        border-color: rgb(204,198,212,0.5);
    }
    50% {
        border-color: rgb(167,161,179,0.5);
    }
    100% {
        border-color: rgb(204,198,212,0.5);
    }
}

.meet-us .learn-skill {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    display: flex;
    backdrop-filter: blur(8px);
    flex-direction: column;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    align-items: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.meet-us .learn-skill:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.meet-us .pic-wrapper {
    border: 4px solid #ffffff;
    height: 200px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.5s ease;
    width: 200px;
    margin-bottom: 25px;
    border-radius: 50%;
}.meet-us .pic-wrapper::before {
    bottom: -10px;
    border: 1px solid rgb(204,198,212,0.5);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    content: '';
    right: -10px;
    animation: rotate 15s linear infinite;
    left: -10px;
}.meet-us .pic-wrapper::after {
    animation: rotate 25s linear infinite reverse;
    left: -20px;
    border: 1px dashed rgb(167,161,179,0.5);
    content: '';
    bottom: -20px;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    position: absolute;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.meet-us .pro-learn {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
}.meet-us .mission-block {
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}.meet-us .mission-block::after {
    left: 50%;
    content: '';
    position: absolute;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    bottom: -8px;
    height: 2px;
    background: rgb(204,198,212);
    width: 50px;
}.meet-us .learn-skill:hover .mission-block::after {
    width: 100px;
}.meet-us .fast-learn {
    font-weight: 600;
    margin-top: 15px;
    color: rgb(167,161,179);
    font-size: 14px;
    letter-spacing: 1px;
}.meet-us .editorial-box {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease;
    position: relative;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    padding: 40px;
}.meet-us .editorial-box:hover {
    transform: perspective(1000px) rotateY(0);
}.meet-us .editorial-box::before {
    opacity: 0.5;
    width: 40px;
    height: 40px;
    left: 20px;
    position: absolute;
    border-left: 2px solid rgb(204,198,212);
    content: '';
    top: 20px;
    border-top: 2px solid rgb(204,198,212);
}.meet-us .editorial-box::after {
    opacity: 0.5;
    position: absolute;
    border-bottom: 2px solid rgb(167,161,179);
    right: 20px;
    bottom: 20px;
    border-right: 2px solid rgb(167,161,179);
    height: 40px;
    width: 40px;
    content: '';
}.meet-us .method-ped {
    display: flex;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 16px;
    color: rgb(204,198,212);
    align-items: center;
}.meet-us .method-ped svg {
    width: 40px;
    margin-right: 10px;
    height: 40px;
    fill: rgb(204,198,212);
    transition: transform 0.5s ease;
}.meet-us .method-ped svg path {
    fill: rgb(204,198,212);
    transition: fill 0.3s ease;
}.meet-us h2 {
    font-size: 34px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
}.meet-us h2::after {
    background: linear-gradient(90deg, rgb(204,198,212) 0%, rgb(167,161,179) 100%);
    content: '';
    position: absolute;
    height: 3px;
    bottom: 0;
    width: 80px;
    transition: width 0.5s ease;
    left: 0;
}.meet-us .editorial-box:hover h2::after {
    width: 120px;
}.meet-us p {
    color: #000000;
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 992px) {.meet-us {
    padding: 80px 0;
}.meet-us .container {
    padding: 0 20px;
}.meet-us .belief-core {
    grid-template-columns: 1fr;
    gap: 30px;
}.meet-us .learn-skill {
    max-width: 400px;
    margin: 0 auto;
}.meet-us .editorial-box {
    transform: none;
    padding: 30px;
}.meet-us h2 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.meet-us {
    padding: 60px 0;
}.meet-us .belief-core::before {
    display: none;
}.meet-us .pic-wrapper {
    height: 150px;
    width: 150px;
}.meet-us .pic-wrapper::before,
    .meet-us .pic-wrapper::after {
    display: none;
}.meet-us .learn-skill {
    padding: 20px;
}.meet-us .editorial-box {
    padding: 25px 20px;
}.meet-us .editorial-box::before,
    .meet-us .editorial-box::after {
    width: 25px;
    height: 25px;
}.meet-us h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 20px;
}.meet-us .method-ped svg {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 480px) {.meet-us {
    padding: 40px 0;
}.meet-us .pic-wrapper {
    margin-bottom: 15px;
    height: 120px;
    width: 120px;
}.meet-us .mission-block {
    font-size: calc(19px * 0.9);
}.meet-us .fast-learn {
    font-size: calc(14px * 0.9);
}.meet-us .method-ped {
    font-size: calc(16px * 0.9);
}.meet-us h2 {
    padding-bottom: 10px;
    font-size: calc(34px * 0.7);
}.meet-us p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    top: 0;
    z-index: -2;
    bottom: 0;
    right: 0;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(to right, rgb(167,161,179), rgb(204,198,212));
    opacity: 0.9;
}footer::after {
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    right: 0;
}.module-end {
    color: #ffffff;
    padding: 5rem 0 2rem;
    position: relative;
}.module-end::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(204,198,212), rgb(167,161,179), rgb(204,198,212));
    width: 100%;
    top: 0;
    left: 0;
    height: 10px;
}.module-end .container {
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    display: grid;
}.module-end .company_holder {
    position: relative;
    grid-column: span 5;
    padding: 0;
}.module-end .company_holder h3 {
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding-bottom: 1rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    font-size: 32px;
}.module-end .company_holder h3::after {
    height: 2px;
    bottom: -2px;
    content: "";
    width: 80px;
    position: absolute;
    left: 0;
    background: #ffffff;
}.module-end .training-zone {
    padding: 0 0 0 1.5rem;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    margin-top: 1.5rem;
    position: relative;
    font-size: 15px;
    line-height: 1.7;
    color: #ffffff;
}.module-end .affiliate-cta {
    grid-column: span 7;
}.module-end .head-master {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.module-end .top-main {
    position: relative;
}.module-end .top-main h5 {
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    padding-bottom: 0.8rem;
    font-size: 22px;
    margin: 0 0 1.5rem;
    position: relative;
}.module-end .top-main h5::after {
    height: 2px;
    width: 40px;
    background: #ffffff;
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
}.module-end .top-main .head-master {
    gap: 1rem;
    display: grid;
}.module-end .top-main .head-master a {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    display: flex;
    color: rgba(255, 255, 255, 0.8);
    align-items: center;
    font-size: 15px;
}.module-end .top-main .head-master a::after {
    opacity: 0;
    transform: translateX(-5px);
    margin-left: 0.5rem;
    content: "\2192";
    transition: all 0.3s ease;
}.module-end .top-main .head-master a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}.module-end .top-main .head-master a:hover::after {
    transform: translateX(0);
    opacity: 1;
}.netiquette {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
}.netiquette .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.netiquette .brainstorm {
    font-size: 13px;
    position: relative;
    padding: 0 1rem;
    color: #ffffff;
    opacity: 0.9;
    text-align: center;
}.module-end::after {
    content: "";
    position: absolute;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    top: 2rem;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    right: 2rem;
    width: 50px;
    height: 50px;
}.module-end .company_holder::before {
    width: 50px;
    content: "";
    left: 0;
    height: 50px;
    position: absolute;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    top: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}.module-end .company_holder::after {
    position: absolute;
    left: 0;
    content: "";
    width: 50px;
    height: 50px;
    bottom: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}.module-end .affiliate-cta::after {
    height: 50px;
    bottom: 0;
    position: absolute;
    content: "";
    right: 0;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1200px) {.module-end .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.module-end {
    padding: 4rem 0 2rem;
}.module-end .container {
    grid-template-columns: 1fr;
}.module-end .company_holder,
    .module-end .affiliate-cta {
    grid-column: span 12;
}.module-end .company_holder {
    margin-bottom: 2rem;
}.module-end::after,
    .module-end .company_holder::before,
    .module-end .company_holder::after,
    .module-end .affiliate-cta::after {
    display: none;
}
}

@media (max-width: 768px) {.module-end {
    padding: 3rem 0 1.5rem;
}.module-end .head-master {
    gap: 1.5rem;
}.module-end .company_holder h3 {
    font-size: calc(32px - 2px);
}.netiquette {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.module-end {
    padding: 2.5rem 0 1rem;
}.module-end .head-master {
    gap: 2rem;
    grid-template-columns: 1fr;
}.module-end .training-zone {
    padding-left: 1rem;
}.netiquette {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.module-end .company_holder h3::after,
    .module-end .top-main h5::after {
    width: 30px;
}.module-end .top-main .head-master a:hover {
    padding-left: 0.3rem;
}}.learning-process {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(204,198,212,0.5) 0%, rgb(167,161,179) 100%);
}.learning-process::before {
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    position: absolute;
    top: 0;
    left: 0;
}.learning-process::after {
    animation: twinkle 15s infinite linear;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(255, 255, 255, 0.5) 1px, transparent 2px),
        radial-gradient(circle at 30% 40%, rgb(255, 255, 255, 0.5) 1px, transparent 2px),
        radial-gradient(circle at 60% 30%, rgb(255, 255, 255, 0.5) 1px, transparent 2px),
        radial-gradient(circle at 80% 70%, rgb(255, 255, 255, 0.5) 1px, transparent 2px),
        radial-gradient(circle at 20% 80%, rgb(255, 255, 255, 0.5) 1px, transparent 2px),
        radial-gradient(circle at 90% 20%, rgb(255, 255, 255, 0.5) 1px, transparent 2px);
    background-size: 200px 200px;
    top: 0;
    opacity: 0.5;
    position: absolute;
    content: "";
}.learning-process .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    transition: transform 0.5s ease-out;
    overflow: visible;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}.learning-process .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.learning-process .belief-core {
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%
    );
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.2) inset,
        0 -1px 0 rgba(0, 0, 0, 0.1) inset;
    backdrop-filter: blur(5px);
    padding: 3rem;
    border-radius: 8px;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}.learning-process .belief-core:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 1px 0 rgba(255, 255, 255, 0.3) inset,
        0 -1px 0 rgba(0, 0, 0, 0.15) inset;
}.learning-process h3 {
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(-10px);
    position: relative;
    opacity: 0;
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.learning-process h3::after {
    transform-origin: left;
    width: 60px;
    background: #ffffff;
    height: 3px;
    transform: scaleX(0);
    bottom: -8px;
    animation: expandLine 1s 0.6s forwards cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    left: 0;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
}.learning-process p {
    opacity: 0;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.7;
    transform: translateY(10px);
    position: relative;
    color: #ffffff;
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.22, 1, 0.36, 1);
}.learning-process p span {
    display: inline-block;
    position: relative;
    z-index: 2;
}.learning-process p span::before {
    height: 100%;
    content: "";
    width: 3px;
    transform-origin: top;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    top: 0;
    left: -10px;
    position: absolute;
    opacity: 0.5;
    transform: scaleY(0);
    background: rgb(204,198,212);
}.learning-process .belief-core:hover p span::before {
    transform: scaleY(1);
}

@keyframes twinkle {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@media (max-width: 991px) {.learning-process {
    padding: 4rem 0;
}.learning-process .belief-core {
    padding: 2.5rem;
}.learning-process h3 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 767px) {.learning-process {
    padding: 3rem 0;
}.learning-process .container {
    transform: perspective(1000px) rotateX(1deg);
}.learning-process .belief-core {
    padding: 2rem;
}.learning-process h3 {
    font-size: calc(32px * 0.85);
    margin-bottom: 1.2rem;
}.learning-process p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.learning-process {
    padding: 2.5rem 0;
}.learning-process .container {
    transform: none;
}.learning-process .belief-core {
    padding: 1.5rem;
}.learning-process h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 1rem;
}.learning-process p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.learning-process h3::after {
    width: 50px;
}
}

@media (prefers-reduced-motion: reduce) {.learning-process .container,
    .learning-process .belief-core,
    .learning-process h3,
    .learning-process p,
    .learning-process::after {
    transition: none;
    animation: none;
    transform: none;
}.learning-process h3,
    .learning-process p {
    opacity: 1;
}.learning-process h3::after {
    transform: scaleX(1);
}}.sign-up-now {
    padding: 130px 0;
    background: linear-gradient(145deg, #ffffff 0%, rgb(237,234,239) 100%);
    overflow: hidden;
    position: relative;
}.sign-up-now::before {
    border-radius: 50%;
    z-index: 1;
    opacity: 0.1;
    top: -150px;
    border: 30px solid rgb(204,198,212,0.5);
    content: '';
    position: absolute;
    right: -150px;
    height: 300px;
    width: 300px;
}.sign-up-now::after {
    content: '';
    position: absolute;
    bottom: -200px;
    opacity: 0.1;
    width: 400px;
    border: 40px solid rgb(167,161,179,0.5);
    border-radius: 50%;
    z-index: 1;
    height: 400px;
    left: -200px;
}.sign-up-now .belief-core {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
}.sign-up-now .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 900px;
    background: #ffffff;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    padding: 60px;
}.sign-up-now .container::before {
    z-index: 1;
    background: rgb(204,198,212);
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    width: 80px;
    top: 0;
    right: 0;
    height: 80px;
    content: '';
}.sign-up-now .container::after {
    width: 80px;
    background: rgb(167,161,179);
    height: 80px;
    position: absolute;
    z-index: 1;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    bottom: 0;
    content: '';
}.sign-up-now .container p {
    position: relative;
    font-size: 28px;
    margin: 0 0 40px 0;
    color: #000000;
    z-index: 5;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}.sign-up-now .inquiry-feedback {
    font-weight: 600;
    text-align: center;
    background: transparent;
    display: block;
    z-index: 5;
    line-height: 60px;
    margin: 0 auto;
    transition: all 0.4s ease;
    font-size: 20px;
    width: 220px;
    border: 2px solid rgb(204,198,212);
    text-decoration: none;
    height: 60px;
    color: rgb(204,198,212);
    position: relative;
}.sign-up-now .inquiry-feedback::before {
    width: calc(100% + 4px);
    transform-origin: left;
    height: calc(100% + 4px);
    transform: scaleX(0);
    left: -2px;
    z-index: -1;
    top: -2px;
    background: rgb(204,198,212);
    transition: transform 0.4s ease;
    content: '';
    position: absolute;
}.sign-up-now .inquiry-feedback:hover {
    color: #ffffff;
}.sign-up-now .inquiry-feedback:hover::before {
    transform: scaleX(1);
}.sign-up-now .belief-core::before {
    top: 3%;
    z-index: 1;
    border: 1px dashed rgb(204,198,212,0.5);
    height: 94%;
    content: '';
    left: 3%;
    width: 94%;
    position: absolute;
}.sign-up-now .belief-core::after {
    height: 88%;
    top: 6%;
    z-index: 1;
    border: 1px dashed rgb(167,161,179,0.5);
    content: '';
    left: 6%;
    width: 88%;
    position: absolute;
}

@media (max-width: 991px) {.sign-up-now {
    padding: 110px 0;
}.sign-up-now .container {
    padding: 50px;
}.sign-up-now .container p {
    margin-bottom: 35px;
    font-size: calc(18px * 1.2);
}.sign-up-now .container::before,
    .sign-up-now .container::after {
    width: 70px;
    height: 70px;
}.sign-up-now .inquiry-feedback {
    height: 55px;
    width: 200px;
    line-height: 55px;
}
}

@media (max-width: 767px) {.sign-up-now {
    padding: 90px 0;
}.sign-up-now .container {
    padding: 40px;
}.sign-up-now .container p {
    margin-bottom: 30px;
    font-size: 18px;
}.sign-up-now .container::before,
    .sign-up-now .container::after {
    height: 60px;
    width: 60px;
}.sign-up-now .inquiry-feedback {
    height: 50px;
    line-height: 50px;
    width: 180px;
}
}

@media (max-width: 480px) {.sign-up-now {
    padding: 70px 0;
}.sign-up-now .container {
    padding: 30px;
}.sign-up-now .container p {
    margin-bottom: 25px;
    font-size: calc(15px * 1.2);
}.sign-up-now .container::before,
    .sign-up-now .container::after {
    width: 50px;
    height: 50px;
}.sign-up-now .inquiry-feedback {
    line-height: 45px;
    font-size: calc(20px * 0.9);
    width: 160px;
    height: 45px;
}}.aspiring-learners {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(237,234,239);
}.aspiring-learners::before {
    background: rgb(204,198,212,0.5);
    height: 200%;
    width: 80%;
    left: -30%;
    content: "";
    z-index: 1;
    opacity: 0.08;
    transform: rotate(-30deg);
    top: -50%;
    position: absolute;
}.aspiring-learners::after {
    opacity: 0.08;
    z-index: 1;
    transform: rotate(-30deg);
    bottom: -50%;
    height: 200%;
    content: "";
    width: 80%;
    position: absolute;
    background: rgb(167,161,179,0.5);
    right: -30%;
}.aspiring-learners .container {
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}.aspiring-learners .belief-core {
    position: relative;
}.aspiring-learners h4 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
    color: #000000;
}.aspiring-learners h4::before {
    z-index: -1;
    top: 0;
    position: absolute;
    animation: shimmer 3s infinite;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgb(204,198,212,0.5), transparent);
    width: 100%;
    height: 100%;
    content: "";
}.aspiring-learners h4::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(204,198,212), rgb(167,161,179));
    height: 3px;
    width: 80px;
    content: "";
    position: absolute;
    border-radius: 3px;
    left: 50%;
    bottom: 0;
}@keyframes shimmer {
    100% {
        left: 100%;
    }
}

.aspiring-learners div > div {
    display: flex;
    perspective: 1000px;
    gap: 20px;
    flex-wrap: wrap;
}.aspiring-learners p {
    background: #ffffff;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: calc(33.333% - 20px);
    color: #000000;
    z-index: 1;
    transform-style: preserve-3d;
    min-height: 100px;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    transition: all 0.4s ease;
    display: flex;
}.aspiring-learners p::before {
    background: linear-gradient(135deg, #ffffff 0%, rgb(237,234,239) 100%);
    position: absolute;
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    opacity: 0;
    content: "";
}.aspiring-learners p::after {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    transition: width 0.3s ease;
    background: rgb(204,198,212);
    width: 4px;
}.aspiring-learners p:hover {
    transform: translateY(-5px) rotateX(5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.aspiring-learners p:hover::before {
    opacity: 1;
}.aspiring-learners p:hover::after {
    width: 8px;
}.aspiring-learners p svg {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
    background: #ffffff;
    padding: 8px;
    flex-shrink: 0;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 15px;
}.aspiring-learners p svg path {
    transition: fill 0.3s ease;
    fill: rgb(204,198,212);
}.aspiring-learners p:hover svg {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: rotate(10deg);
}.aspiring-learners p:hover svg path {
    fill: rgb(167,161,179);
}.aspiring-learners p span {
    flex: 1;
    padding: 20px 20px 20px 0;
}.aspiring-learners p:nth-child(odd) {
    transform: translateZ(10px);
}.aspiring-learners p:nth-child(even) {
    transform: translateZ(20px);
}.aspiring-learners p:nth-child(odd):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(10px);
}.aspiring-learners p:nth-child(even):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(20px);
}.aspiring-learners p:nth-child(3n+1)::after {
    background: rgb(204,198,212);
}.aspiring-learners p:nth-child(3n+2)::after {
    background: rgb(167,161,179);
}.aspiring-learners p:nth-child(3n)::after {
    background: linear-gradient(to bottom, rgb(204,198,212), rgb(167,161,179));
}@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.aspiring-learners .belief-core > div p {
    opacity: 0;
    animation: fadeInStagger 0.6s ease forwards;
}.aspiring-learners .belief-core > div p:nth-child(1) {
    animation-delay: 0.1s;
}.aspiring-learners .belief-core > div p:nth-child(2) {
    animation-delay: 0.2s;
}.aspiring-learners .belief-core > div p:nth-child(3) {
    animation-delay: 0.3s;
}.aspiring-learners .belief-core > div p:nth-child(4) {
    animation-delay: 0.4s;
}.aspiring-learners .belief-core > div p:nth-child(5) {
    animation-delay: 0.5s;
}.aspiring-learners .belief-core > div p:nth-child(6) {
    animation-delay: 0.6s;
}.aspiring-learners p:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(204,198,212,0.5);
}.aspiring-learners p:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(167,161,179,0.5);
}.aspiring-learners p:hover:nth-child(odd) {
    box-shadow: 10px 10px 0 rgb(204,198,212,0.5);
}.aspiring-learners p:hover:nth-child(even) {
    box-shadow: 10px 10px 0 rgb(167,161,179,0.5);
}

@media (max-width: 991px) {.aspiring-learners {
    padding: 100px 0;
}.aspiring-learners h4 {
    font-size: calc(34px * 0.9);
    margin-bottom: 40px;
}.aspiring-learners div > div {
    gap: 15px;
}.aspiring-learners p {
    width: calc(50% - 15px);
    min-height: 90px;
}.aspiring-learners p svg {
    margin: 0 12px;
    height: 36px;
    width: 36px;
    padding: 7px;
}.aspiring-learners p span {
    padding: 18px 18px 18px 0;
}.aspiring-learners p:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(204,198,212,0.5);
}.aspiring-learners p:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(167,161,179,0.5);
}.aspiring-learners p:hover:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(204,198,212,0.5);
}.aspiring-learners p:hover:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(167,161,179,0.5);
}
}

@media (max-width: 768px) {.aspiring-learners {
    padding: 80px 0;
}.aspiring-learners h4 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.8);
}.aspiring-learners div > div {
    gap: 20px;
}.aspiring-learners p {
    width: 100%;
    min-height: 80px;
}.aspiring-learners p svg {
    height: 32px;
    padding: 6px;
    width: 32px;
    margin: 0 10px;
}.aspiring-learners p span {
    padding: 15px 15px 15px 0;
}
}

@media (max-width: 576px) {.aspiring-learners {
    padding: 60px 0;
}.aspiring-learners h4 {
    font-size: calc(34px * 0.7);
    margin-bottom: 30px;
}.aspiring-learners h4::after {
    height: 2px;
    width: 60px;
}.aspiring-learners div > div {
    gap: 15px;
}.aspiring-learners p {
    min-height: 70px;
    font-size: calc(13px * 0.9);
}.aspiring-learners p svg {
    width: 28px;
    padding: 5px;
    height: 28px;
    margin: 0 8px;
}.aspiring-learners p:nth-child(odd) {
    box-shadow: 4px 4px 0 rgb(204,198,212,0.5);
}.aspiring-learners p:nth-child(even) {
    box-shadow: 4px 4px 0 rgb(167,161,179,0.5);
}.aspiring-learners p:hover:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(204,198,212,0.5);
}.aspiring-learners p:hover:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(167,161,179,0.5);
}}.cookie-warning-popup {
    animation: slideIn 0.5s ease-in-out;
    bottom: 0;
    border-top: 2px solid rgb(204,198,212);
    width: 100%;
    background: rgb(167,161,179);
    z-index: 90;
    box-shadow: 0 -10px 30px rgb(204,198,212,0.5);
    position: fixed;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.secure-cookies {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    background: linear-gradient(135deg, rgb(167,161,179) 0%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 0 20px rgb(204,198,212,0.5);
    align-items: center;
    padding: 20px 5%;
}.user-status {
    margin-right: 20px;
    padding: 10px;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(204,198,212);
    overflow: hidden;
    border-radius: 19px;
}.user-status svg, .user-status svg path {
    height: 60px;
    width: 60px;
    transition: transform 0.3s ease;
    fill: rgb(204,198,212);
}.user-status:hover svg {
    transform: rotate(20deg);
}.edu-track {
    color: #ffffff;
    flex: 1;
    min-width: 300px;
}.edu-track h5 {
    font-weight: 700;
    text-shadow: 0 0 10px rgb(204,198,212);
    margin-bottom: 10px;
    font-size: 18px;
    color: rgb(204,198,212);
}.edu-track p {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(204,198,212,0.5);
}.cookie-comply {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    margin-left: 10px;
    text-decoration: none;
    color: #000000;
    white-space: nowrap;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(204,198,212,0.5);
    cursor: pointer;
    background: rgb(204,198,212);
    padding: 12px 25px;
    font-size: 15px;
}.cookie-comply:hover {
    box-shadow: 0 0 20px rgb(167,161,179,0.5);
    background: rgb(167,161,179);
}.cookie-warning-popup p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(204,198,212);
}.cookie-warning-popup p a:hover {
    color: rgb(167,161,179);
}#cookieAlertPrompt {
    display: none;
}#cookieAlertPrompt:checked ~ .cookie-warning-popup {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie-warning-popup {
    padding: 20px;
}.secure-cookies {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.user-status {
    display: none;
}.secure-cookies {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.edu-track {
    margin-bottom: 20px;
    text-align: center;
}.cookie-warning-popup h5, .cookie-warning-popup p {
    text-align: center;
}.cookie-comply {
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
    width: 100%;
}}
.plan-container {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.plan-container::before {
    z-index: 1;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    right: 0;
    position: absolute;
}.plan-container .container {
    position: relative;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1320px;
}.plan-container .member-fees {
    flex-direction: column;
    display: flex;
    align-items: center;
}.plan-container h2 {
    text-align: center;
    font-size: 31px;
    color: #ffffff;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 20px;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
}.plan-container .package-price {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    margin-bottom: 50px;
    transform: translateY(20px);
    text-align: center;
    opacity: 0;
    max-width: 800px;
    font-size: 13px;
    color: rgb(255, 255, 255, 0.5);
}.plan-container .plan-fees {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    gap: 30px;
    padding: 0;
}.plan-container .plan-fees li {
    transform: translateY(30px);
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
}.plan-container .plan-fees li:nth-child(1) {
    --li-index: 0;
}.plan-container .plan-fees li:nth-child(2) {
    --li-index: 1;
}.plan-container .plan-fees li:nth-child(3) {
    --li-index: 2;
}.plan-container .plan-fees li:nth-child(4) {
    --li-index: 3;
}.plan-container .edu-deals {
    will-change: transform;
    transform: perspective(1000px) rotateX(0deg);
    display: block;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    text-decoration: none;
}.plan-container .edu-deals:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}.plan-container .plan-pricing {
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    position: relative;
    border-radius: 8px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}.plan-container .edu-deals:hover .plan-pricing {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(204,198,212,0.5), 0.5);
    border-color: rgba(255,255,255,0.2);
}.plan-container .plan-pricing::before {
    transform: rotate(-45deg);
    left: -10%;
    transition: all 0.6s ease;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(204,198,212,0.5) 0%, transparent 70%);
    top: -10%;
    width: 40%;
    content: "";
    height: 50%;
    position: absolute;
}.plan-container .edu-deals:hover .plan-pricing::before {
    opacity: 0.15;
    transform: rotate(-45deg) translateY(-20%);
}.plan-container .learning-plan {
    box-sizing: border-box;
    height: 100%;
    padding: 35px 30px;
    flex-direction: column;
    display: flex;
    min-height: 280px;
}.plan-container .learning-plan h4 {
    margin-bottom: 20px;
    position: relative;
    margin-top: 0;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 15px;
    font-size: calc(18px * 1.1);
}.plan-container .learning-plan h4::after {
    content: "";
    left: 0;
    width: 40px;
    transition: width 0.4s ease;
    bottom: 0;
    background: rgb(204,198,212);
    position: absolute;
    height: 3px;
}.plan-container .edu-deals:hover .learning-plan h4::after {
    width: 60px;
}.plan-container .learning-plan p {
    word-wrap: break-word;
    hyphens: auto;
    font-size: calc(13px * 0.9);
    color: rgb(255, 255, 255, 0.5);
    flex-grow: 1;
    margin-bottom: 25px;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 1.7;
}.plan-container .rate-packages {
    background: rgba(255,255,255,0.05);
    font-weight: 700;
    padding: 10px 20px;
    overflow: hidden;
    display: inline-block;
    color: rgb(204,198,212);
    align-self: flex-start;
    position: relative;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: calc(18px * 1.2);
}.plan-container .rate-packages::before {
    content: "";
    width: 100%;
    left: -100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
}.plan-container .edu-deals:hover .rate-packages::before {
    left: 100%;
}

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

@media (max-width: 1200px) {.plan-container {
    padding: 100px 0;
}.plan-container .plan-fees {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.plan-container {
    padding: 80px 0;
}.plan-container h2 {
    font-size: calc(31px * 0.9);
}.plan-container .plan-fees {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.plan-container .learning-plan {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.plan-container {
    padding: 70px 0;
}.plan-container h2 {
    margin-bottom: 15px;
    font-size: calc(31px * 0.8);
}.plan-container .package-price {
    font-size: calc(13px * 0.95);
    margin-bottom: 35px;
}.plan-container .plan-fees {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.plan-container .learning-plan {
    min-height: auto;
}
}

@media (max-width: 576px) {.plan-container {
    padding: 60px 0;
}.plan-container h2 {
    font-size: calc(31px * 0.7);
}.plan-container .package-price {
    font-size: calc(13px * 0.9);
}.plan-container .learning-plan {
    padding: 20px 15px;
}.plan-container .learning-plan h4 {
    font-size: 18px;
}.plan-container .learning-plan p {
    font-size: calc(13px * 0.85);
}.plan-container .rate-packages {
    font-size: 18px;
    padding: 8px 15px;
}}.program-overview {
    padding: 120px 0;
    background: rgb(237,234,239);
    position: relative;
    overflow: hidden;
}.program-overview::before {
    background: 
        linear-gradient(0deg, transparent 95%, rgb(204,198,212,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(204,198,212,0.5) 100%);
    position: absolute;
    content: "";
    background-size: 20px 20px;
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.15;
    width: 100%;
    z-index: 1;
    animation: gridMove 40s linear infinite;
}.program-overview::after {
    width: 100%;
    content: "";
    z-index: 1;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(204,198,212,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(167,161,179,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
    opacity: 0.2;
    position: absolute;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

.program-overview .container {
    z-index: 2;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    align-items: center;
}.program-overview .education-flow {
    flex-direction: column;
    position: relative;
    gap: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 900px;
    align-items: center;
}.program-overview .editorial-box {
    z-index: 3;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.02);
    padding: 40px;
    border-radius: 19px;
    width: 100%;
    backdrop-filter: blur(10px);
    text-align: center;
}.program-overview .editorial-box::before {
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    pointer-events: none;
    border-radius: 19px;
    left: 0;
    opacity: 0.3;
    border: 1px solid rgb(204,198,212,0.5);
    height: 100%;
}.program-overview .editorial-box::after {
    width: 60px;
    content: "";
    top: -15px;
    left: calc(50% - 30px);
    height: 3px;
    position: absolute;
    background: linear-gradient(to right, rgb(204,198,212), rgb(167,161,179));
}.program-overview .editorial-box h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 25px;
    font-size: 29px;
    display: inline-block;
}.program-overview .editorial-box h2::after {
    bottom: -10px;
    height: 2px;
    content: "";
    left: calc(50% - 40px);
    position: absolute;
    background: rgb(204,198,212,0.5);
    width: 80px;
}.program-overview .editorial-box .description {
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    margin-bottom: 20px;
    color: #000000;
    max-width: 800px;
    line-height: 1.7;
}.program-overview .editorial-box .description:last-child {
    margin-bottom: 0;
}.program-overview .pic-wrapper {
    height: 450px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    border-radius: 19px;
    overflow: hidden;
    z-index: 2;
    width: 100%;
}.program-overview .container::before {
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    background-image: 
        linear-gradient(to right, rgb(204,198,212,0.5) 0.5px, transparent 1px),
        linear-gradient(to bottom, rgb(204,198,212,0.5) 0.5px, transparent 1px),
        radial-gradient(circle at 50px 50px, rgb(204,198,212,0.5) 2px, transparent 2px),
        radial-gradient(circle at 150px 150px, rgb(167,161,179,0.5) 2px, transparent 2px),
        radial-gradient(circle at 250px 250px, rgb(204,198,212,0.5) 2px, transparent 2px);
    z-index: 0;
    opacity: 0.05;
    animation: circuitPulse 8s infinite alternate;
    width: 100%;
    background-size: 50px 50px, 50px 50px, 200px 200px, 200px 200px, 200px 200px;
    top: 0;
}@keyframes circuitPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.07;
    }
}

.program-overview .education-flow::before {
    animation: floatParticles 40s linear infinite;
    content: "";
    background-image: 
        radial-gradient(circle at 100px 100px, rgb(204,198,212,0.5) 1px, transparent 1px),
        radial-gradient(circle at 200px 200px, rgb(167,161,179,0.5) 1px, transparent 1px),
        radial-gradient(circle at 300px 300px, rgb(204,198,212,0.5) 1px, transparent 1px),
        radial-gradient(circle at 400px 100px, rgb(167,161,179,0.5) 1px, transparent 1px),
        radial-gradient(circle at 500px 200px, rgb(204,198,212,0.5) 1px, transparent 1px);
    left: -100px;
    background-size: 600px 600px;
    width: calc(100% + 200px);
    opacity: 0.2;
    top: -100px;
    height: calc(100% + 200px);
    z-index: 0;
    position: absolute;
}@keyframes floatParticles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 600px 600px;
    }
}

.program-overview .education-flow::after {
    background: linear-gradient(to right, transparent, rgb(167,161,179,0.5), transparent);
    width: 100px;
    content: "";
    position: absolute;
    height: 2px;
    left: calc(50% - 50px);
    bottom: -30px;
}.program-overview .container::after {
    background-size: 50px 86.6px;
    top: 0;
    content: "";
    width: 100%;
    z-index: 0;
    opacity: 0.03;
    left: 0;
    animation: hexMove 60s linear infinite;
    height: 100%;
    background-image: 
        repeating-linear-gradient(60deg, rgb(204,198,212,0.5) 0, rgb(204,198,212,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(120deg, rgb(204,198,212,0.5) 0, rgb(204,198,212,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(180deg, rgb(204,198,212,0.5) 0, rgb(204,198,212,0.5) 1px, transparent 1px, transparent 30px);
    position: absolute;
}@keyframes hexMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 86.6px;
    }
}

@keyframes techPulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.program-overview .pic-wrapper::after {
    animation: borderGlow 4s infinite alternate;
}@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.program-overview .editorial-box h2 {
    animation: reveal 0.8s forwards;
}.program-overview .editorial-box .description:nth-child(2) {
    animation: reveal 0.8s 0.2s forwards;
}.program-overview .editorial-box .description:nth-child(3) {
    animation: reveal 0.8s 0.4s forwards;
}

@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}

@media (min-width: 992px) {.program-overview .education-flow {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    display: grid;
    gap: 40px;
}.program-overview .editorial-box {
    grid-row: 2;
    margin-top: -80px;
    z-index: 4;
}.program-overview .pic-wrapper {
    height: 500px;
    grid-row: 1;
}
}

@media (max-width: 991px) {.program-overview {
    padding: 80px 0;
}.program-overview .education-flow {
    gap: 40px;
}.program-overview .editorial-box {
    padding: 30px;
}.program-overview .pic-wrapper {
    height: 400px;
}
}

@media (max-width: 768px) {.program-overview {
    padding: 60px 0;
}.program-overview .editorial-box {
    padding: 25px;
}.program-overview .pic-wrapper {
    height: 350px;
}.program-overview .editorial-box h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 576px) {.program-overview {
    padding: 50px 0;
}.program-overview .editorial-box {
    padding: 20px;
}.program-overview .pic-wrapper {
    height: 300px;
}.program-overview .editorial-box h2 {
    font-size: calc(29px * 0.8);
}.program-overview .editorial-box .description {
    font-size: calc(16px * 0.95);
}
}

@media (min-width: 992px) {.program-overview .editorial-box:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}.program-overview .editorial-box:hover::before {
    transition: all 0.3s ease;
    border-color: rgb(204,198,212);
    opacity: 0.5;
}.program-overview .pic-wrapper:hover::after {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}}
.contact-box {
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(237,234,239) 0%, rgba(9, 19, 32, 0.9) 100%);
    overflow: hidden;
    position: relative;
}.contact-box::before {
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.05;
    pointer-events: none;
    position: absolute;
    animation: gridMove 20s linear infinite;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(204,198,212,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(204,198,212,0.5) 11px
    );
}.contact-box::after {
    height: 200%;
    position: absolute;
    width: 200%;
    animation: pulseGlow 15s ease-in-out infinite;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(204,198,212,0.5) 0%, transparent 60%);
    pointer-events: none;
    left: -50%;
    top: -50%;
    content: "";
}.contact-box .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.contact-box h2 {
    position: relative;
    font-size: 33px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 60px;
}.contact-box h2::after {
    position: absolute;
    left: 50%;
    background: linear-gradient(to right, transparent, rgb(204,198,212), transparent);
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    height: 3px;
    width: 80px;
}.contact-box .feedback-block {
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.contact-box .feedback-block::before {
    width: 100%;
    pointer-events: none;
    opacity: 0.03;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom right, rgb(204,198,212,0.5), transparent);
    left: 0;
}.contact-box .pic-wrapper {
    min-height: 500px;
    transition: transform 0.6s ease;
    flex: 1;
    transform: scale(1.01);
    position: relative;
}.contact-box .pic-wrapper::after {
    content: "";
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
}.contact-box .contact-inquiry {
    position: relative;
    flex: 1;
    padding: 50px;
}.contact-box .contact-inquiry::before {
    top: 20px;
    border-right: 2px solid rgb(204,198,212,0.5);
    opacity: 0.7;
    border-top: 2px solid rgb(204,198,212,0.5);
    width: 50px;
    position: absolute;
    height: 50px;
    right: 20px;
    content: "";
}.contact-box .contact-inquiry::after {
    height: 50px;
    opacity: 0.7;
    width: 50px;
    border-left: 2px solid rgb(204,198,212,0.5);
    left: 20px;
    border-bottom: 2px solid rgb(204,198,212,0.5);
    content: "";
    bottom: 20px;
    position: absolute;
}.contact-box form {
    width: 100%;
}.contact-box form h3 {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    padding-left: 15px;
}.contact-box form h3::before {
    position: absolute;
    top: 50%;
    width: 5px;
    background: rgb(204,198,212);
    border-radius: 10px;
    height: 25px;
    left: 0;
    content: "";
    transform: translateY(-50%);
}.contact-box form input[type="text"] {
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
}.contact-box form input[type="text"]:focus {
    border-color: rgb(204,198,212);
    box-shadow: 0 0 15px rgba(rgb(204,198,212), 0.2);
    background: rgba(255, 255, 255, 0.08);
    outline: none;
}.contact-box form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact-box .request-links {
    display: flex;
    position: relative;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact-box .request-links input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-box .request-links label {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}.contact-box .request-links label::before {
    height: 22px;
    left: 0;
    width: 22px;
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    top: 2px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}.contact-box .request-links input[type="checkbox"]:checked + label::before {
    border-color: rgb(204,198,212);
    background: rgb(204,198,212);
}.contact-box .request-links input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    transform: rotate(-45deg);
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    left: 7px;
    top: 11px;
    height: 4px;
    width: 8px;
}.contact-box .request-links label a {
    color: rgb(204,198,212);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact-box .request-links label a:hover {
    text-decoration: underline;
}.contact-box form .inquiry-feedback {
    transition: all 0.4s ease;
    padding: 15px 35px;
    z-index: 1;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    border: none;
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, rgb(204,198,212), rgb(167,161,179));
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    display: inline-block;
}.contact-box form .inquiry-feedback::before {
    position: absolute;
    transition: all 0.4s ease;
    background: linear-gradient(45deg, rgb(167,161,179), rgb(204,198,212));
    z-index: -1;
    height: 100%;
    left: -100%;
    content: "";
    top: 0;
    width: 100%;
}.contact-box form .inquiry-feedback:hover::before {
    left: 0;
}.contact-box form .inquiry-feedback:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.contact-box svg {
    margin-right: 15px;
    fill: rgb(204,198,212);
    height: 24px;
    width: 24px;
}.contact-box svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.contact-box {
    padding: 80px 0;
}.contact-box .feedback-block {
    flex-direction: column;
}.contact-box .pic-wrapper {
    order: 1;
    min-height: 300px;
}.contact-box .contact-inquiry {
    padding: 40px 30px;
    order: 2;
}
}

@media screen and (max-width: 767px) {.contact-box {
    padding: 60px 0;
}.contact-box h2 {
    margin-bottom: 40px;
}.contact-box .pic-wrapper {
    min-height: 200px;
}.contact-box .contact-inquiry {
    padding: 30px 20px;
}.contact-box form .inquiry-feedback {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact-box {
    padding: 40px 0;
}.contact-box h2 {
    font-size: calc(33px * 0.8);
}.contact-box form h3 {
    font-size: calc(22px * 0.9);
}.contact-box .contact-inquiry::before,
    .contact-box .contact-inquiry::after {
    height: 30px;
    width: 30px;
}
}