* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.top-tutor {
    flex: 1 0 auto;
}.art-portal {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    auto
contain
    scroll-behavior: auto;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}.container {
    width: 1154px;
    margin: auto;
    max-width: 100%;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.wrap-container {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    z-index: 1000;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    position: fixed;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(20px);
    background: rgb(181,175,203,0.5);
    top: 0;
    -webkit-backdrop-filter: blur(20px);
}header:before {
    pointer-events: none;
    content: '';
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    animation: shimmer 8s infinite linear;
    width: 100%;
}header:after {
    filter: blur(1px);
    bottom: 0;
    height: 3px;
    position: absolute;
    width: 100%;
    content: '';
    opacity: 0.8;
    background: linear-gradient(
        90deg,
        rgb(133,120,182) 0%,
        rgb(181,175,203) 50%,
        rgb(133,120,182) 100%
    );
    left: 0;
}header .top-edu {
    overflow: hidden;
    position: relative;
}header .top-edu:before {
    position: absolute;
    top: 0;
    pointer-events: none;
    height: 100%;
    left: 0;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 10% 20%, rgb(181,175,203,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(133,120,182,0.5) 0%, transparent 40%);
    content: '';
    width: 100%;
    mix-blend-mode: overlay;
}header .container {
    padding: 16px 25px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}header .container:before {
    width: 100%;
    content: '';
    opacity: 0.5;
    bottom: -1px;
    height: 1px;
    left: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    position: absolute;
}header .header-know {
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
}header .main-learn {
    position: relative;
    align-items: center;
    display: flex;
    gap: 35px;
}header .main-learn:before {
    opacity: 0;
    top: 50%;
    width: 100%;
    position: absolute;
    content: '';
    height: 35px;
    transition: all 0.4s ease;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transform: translateY(-50%) scaleX(0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}header .main-learn:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}header .top-mentor {
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 5px 0;
    font-weight: 400;
    color: #ffffff;
}header .top-mentor:before {
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    width: 100%;
    bottom: 0;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    height: 1px;
    position: absolute;
    content: '';
    left: 0;
    transform-origin: right;
}header .top-mentor:after {
    height: 100%;
    z-index: -1;
    transform: scaleY(0);
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(181,175,203,0.5),
        transparent
    );
    content: '';
    opacity: 0;
    top: 0;
    left: 0;
}header .top-mentor:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .top-mentor:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}header .top-mentor:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .head-expert {
    text-decoration: none;
    position: relative;
    align-items: center;
    display: flex;
    transition: all 0.4s ease;
    padding: 5px;
}header .head-expert:before {
    background: radial-gradient(
        circle,
        rgb(181,175,203,0.5) 0%,
        transparent 70%
    );
    width: calc(100% + 20px);
    opacity: 0;
    height: calc(100% + 20px);
    z-index: -1;
    left: -10px;
    position: absolute;
    content: '';
    transition: opacity 0.5s ease;
    top: -10px;
}header .head-expert:after {
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(181,175,203),
        transparent
    ) 1;
    content: '';
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    border: 1px solid transparent;
    left: 0;
    transition: all 0.3s ease;
    top: 0;
}header .head-expert:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .head-expert:hover:after {
    opacity: 0.7;
}header .head-expert svg {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    filter: drop-shadow(0 0 3px rgb(181,175,203,0.5));
    height: 45px;
}header .head-expert:hover svg {
    filter: drop-shadow(0 0 5px rgb(181,175,203));
    transform: scale(1.05);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .main-learn {
    gap: 20px;
}header .head-expert svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .main-learn {
    max-width: 320px;
    padding: 80px 30px 30px;
    flex-direction: column;
    background: linear-gradient(
            135deg,
            rgb(181,175,203) 0%,
            rgb(181,175,203,0.5) 100%
        );
    gap: 20px;
    position: fixed;
    background: rgb(181,175,203);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    right: -100%;
    backdrop-filter: blur(15px);
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100vh;
    width: 80%;
    z-index: 1001;
    -webkit-backdrop-filter: blur(15px);
    top: 0;
}header .main-learn:before {
    display: none;
}header .menu.active {
    right: 0;
}header .top-mentor {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 5px;
    width: 100%;
}header .top-mentor:last-child {
    border-bottom: none;
}header .head-expert {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .head-expert svg {
    height: 35px;
}}.testimonials {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(220,218,227);
    position: relative;
}.testimonials::before {
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(181,175,203,0.5) 100%);
    height: 100%;
    opacity: 0.1;
    content: "";
    z-index: 1;
    position: absolute;
}.testimonials::after {
    background: linear-gradient(90deg, transparent, rgb(181,175,203,0.5), transparent);
    transform: rotate(-3deg);
    height: 1px;
    z-index: 1;
    width: 120%;
    content: "";
    top: 30%;
    position: absolute;
    left: -10%;
}.testimonials .study-expert {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.testimonials h4 {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    font-size: 34px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 70px;
    transform: skewX(-10deg);
}.testimonials h4::before {
    content: "";
    height: 100%;
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(181,175,203);
}.testimonials h4::after {
    opacity: 0.3;
    height: 100%;
    top: 8px;
    background: rgb(181,175,203,0.5);
    width: 100%;
    left: 8px;
    z-index: -1;
    position: absolute;
    content: "";
}.testimonials .learner-stories {
    gap: 50px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    display: grid;
    position: relative;
}.testimonials .learner-stories::before {
    height: 200px;
    content: "";
    opacity: 0.2;
    top: -100px;
    width: 200px;
    filter: blur(80px);
    background: rgb(133,120,182,0.5);
    z-index: -1;
    right: 10%;
    position: absolute;
    border-radius: 50%;
}.testimonials .rating-spot {
    padding: 35px 30px;
    z-index: 1;
    transform: translateX(0) translateY(0);
    position: relative;
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.testimonials .rating-spot::before,
.testimonials .rating-spot::after {
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    content: "";
}.testimonials .rating-spot::before {
    background: linear-gradient(135deg, rgb(181,175,203,0.5) 0%, rgb(133,120,182,0.5) 100%);
    inset: -5px;
    filter: blur(5px);
}.testimonials .rating-spot::after {
    filter: blur(10px);
    inset: -10px;
    background: linear-gradient(225deg, rgb(181,175,203,0.5) 0%, rgb(133,120,182,0.5) 100%);
}.testimonials .rating-spot:hover {
    transform: translateX(-5px) translateY(-5px);
}.testimonials .rating-spot:hover::before,
.testimonials .rating-spot:hover::after {
    opacity: 1;
}.testimonials .rating-spot:nth-child(odd) {
    border-radius: 0 20px 0 20px;
}.testimonials .rating-spot:nth-child(even) {
    border-radius: 20px 0 20px 0;
}.testimonials .photo-card {
    z-index: 2;
    height: 100px;
    margin: 0 auto 20px;
    width: 100px;
    transition: all 0.5s ease;
    position: relative;
}.testimonials .photo-card::before,
.testimonials .photo-card::after {
    position: absolute;
    content: "";
    inset: 0;
    border-radius: inherit;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: -1;
}.testimonials .photo-card::before {
    transform: translate(5px, 5px);
    background: linear-gradient(135deg, rgb(181,175,203,0.5) 0%, rgb(133,120,182,0.5) 100%);
}.testimonials .photo-card::after {
    transform: translate(-5px, -5px);
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(181,175,203,0.5) 0%, rgb(133,120,182,0.5) 100%);
}.testimonials .rating-spot:hover .photo-card::before {
    transform: translate(8px, 8px);
}.testimonials .rating-spot:hover .photo-card::after {
    transform: translate(-8px, -8px);
}.testimonials .rating-spot:nth-child(odd) .photo-card {
    border-radius: 0 30px 0 30px;
}.testimonials .rating-spot:nth-child(even) .photo-card {
    border-radius: 30px 0 30px 0;
}.testimonials .rating-spot span {
    display: block;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
    position: relative;
    color: #000000;
}.testimonials .rating-spot span::after {
    transform: translateX(-50%);
    background: rgb(181,175,203);
    left: 50%;
    content: "";
    bottom: -8px;
    position: absolute;
    width: 50px;
    height: 2px;
}.testimonials .rating-spot p {
    position: relative;
    font-weight: 400;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
}.testimonials .rating-spot p::first-letter {
    font-weight: 700;
    font-size: 1.2em;
    color: rgb(181,175,203);
}.testimonials .rating-spot:nth-child(3n+1) {
    transform: rotate(-2deg);
}.testimonials .rating-spot:nth-child(3n+2) {
    transform: rotate(2deg);
}.testimonials .rating-spot:nth-child(3n+1):hover,
.testimonials .rating-spot:nth-child(3n+2):hover {
    transform: translateX(-5px) translateY(-5px) rotate(0);
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 767px) {.testimonials {
    padding: 70px 0;
}.testimonials h4 {
    font-size: calc(34px * 0.8);
    text-align: center;
    transform: none;
    margin-bottom: 50px;
    padding-left: 0;
    display: block;
}.testimonials h4::before {
    top: auto;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    left: 50%;
    bottom: -15px;
}.testimonials h4::after {
    display: none;
}.testimonials .learner-stories {
    gap: 40px;
    grid-template-columns: 1fr;
}.testimonials .rating-spot {
    padding: 25px 20px;
}.testimonials .rating-spot:nth-child(3n+1),
    .testimonials .rating-spot:nth-child(3n+2) {
    transform: none;
}.testimonials .photo-card {
    width: 80px;
    height: 80px;
}.testimonials .rating-spot span {
    font-size: calc(17px * 0.9);
}.testimonials .rating-spot p {
    font-size: calc(12px * 0.9);
}}.contact-panel {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: #000000;
}.contact-panel::before {
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    opacity: 0.2;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(181,175,203,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(133,120,182,0.5) 0%, transparent 40%);
    width: 100%;
    content: '';
}.contact-panel::after {
    background-size: 20px 20px;
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.1;
    top: 0;
    content: '';
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(181,175,203,0.5) 95.5%, transparent 96%),
        linear-gradient(0deg, transparent 95%, rgb(133,120,182,0.5) 95.5%, transparent 96%);
}.contact-panel .photo-card {
    top: 0;
    opacity: 0.7;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 50%;
    height: 100%;
}.contact-panel .photo-card::before {
    right: 0;
    background: linear-gradient(to right, #000000 0%, transparent 50%, #000000 100%);
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
}.contact-panel .photo-card::after {
    width: 100%;
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
}.contact-panel .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.contact-panel h3 {
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 60px;
    text-shadow: 
        0 0 5px rgb(181,175,203),
        0 0 10px rgb(181,175,203),
        0 0 15px rgb(181,175,203);
    font-family: Arial, sans-serif;
    font-size: 29px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}.contact-panel .feedback-map {
    margin: 0 auto;
    border-radius: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(30, 30, 30, 0.7);
    display: flex;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 0 30px rgba(0, 0, 0, 0.5),
        0 0 10px rgb(181,175,203,0.5),
        0 0 20px rgb(133,120,182,0.5);
    max-width: 1100px;
    backdrop-filter: blur(10px);
    overflow: hidden;
}.contact-panel .feedback-box {
    flex: 3;
    padding: 50px;
    position: relative;
}.contact-panel form h3 {
    margin-bottom: 30px;
    font-size: 24px;
    text-shadow: 0 0 5px rgb(181,175,203);
    text-align: left;
}.contact-panel input[type="text"],
.contact-panel textarea {
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(rgb(181,175,203,0.5), 0.3);
    padding: 15px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.contact-panel input[type="text"]:focus,
.contact-panel textarea:focus {
    box-shadow: 
        inset 0 0 5px rgba(0, 0, 0, 0.5),
        0 0 5px rgb(181,175,203,0.5);
    outline: none;
    border-color: rgb(181,175,203);
}.contact-panel input[type="text"]::placeholder,
.contact-panel textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact-panel textarea {
    resize: none;
    height: 140px;
}.contact-panel .support-card {
    position: relative;
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.contact-panel .support-card input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-panel .support-card label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}.contact-panel .support-card label::before {
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    border-radius: 10px;
    top: 2px;
    width: 20px;
    transition: all 0.3s ease;
    position: absolute;
    border: 1px solid rgb(181,175,203);
    height: 20px;
    box-shadow: 0 0 5px rgb(181,175,203,0.5);
}.contact-panel .support-card input[type="checkbox"]:checked + label::before {
    background: rgb(181,175,203);
    box-shadow: 0 0 8px rgb(181,175,203);
}.contact-panel .support-card input[type="checkbox"]:checked + label::after {
    left: 7px;
    border: solid #ffffff;
    width: 6px;
    content: '';
    position: absolute;
    height: 12px;
    border-width: 0 2px 2px 0;
    top: 5px;
    transform: rotate(45deg);
}.contact-panel .support-card a {
    color: rgb(181,175,203);
    transition: all 0.3s ease;
    text-shadow: 0 0 3px rgb(181,175,203);
    text-decoration: none;
}.contact-panel .support-card a:hover {
    color: rgb(133,120,182);
    text-shadow: 0 0 5px rgb(133,120,182);
}.contact-panel .request-section {
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 15px;
    box-shadow: 0 0 15px rgb(181,175,203,0.5);
    border: none;
    background: rgb(181,175,203);
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    padding: 15px 35px;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
}.contact-panel .request-section::before {
    content: '';
    transition: left 0.7s ease;
    top: 0;
    height: 100%;
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
}.contact-panel .request-section:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 20px rgb(133,120,182);
    background: rgb(133,120,182);
}.contact-panel .request-section:hover::before {
    left: 100%;
}.contact-panel .feedback-info {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    flex: 2;
    position: relative;
    display: flex;
    padding: 50px;
    justify-content: center;
    flex-direction: column;
}.contact-panel .feedback-info::before {
    content: '';
    background: linear-gradient(135deg, rgb(181,175,203,0.5) 0%, transparent 100%);
    top: 0;
    opacity: 0.1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}.contact-panel .feedback-info h4 {
    text-shadow: 0 0 5px rgb(181,175,203);
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
}.contact-panel .feedback-info h4::after {
    content: '';
    bottom: -10px;
    left: 0;
    position: absolute;
    box-shadow: 0 0 5px rgb(181,175,203);
    width: 50px;
    height: 2px;
    background: rgb(181,175,203);
}.contact-panel .help-info {
    margin: 0;
    list-style: none;
    padding: 0;
}.contact-panel .help-info li {
    transition: transform 0.3s ease;
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.contact-panel .help-info li:hover {
    transform: translateX(5px);
}.contact-panel .help-info svg {
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 2px;
    width: 24px;
    height: 24px;
}.contact-panel .help-info svg path {
    filter: drop-shadow(0 0 3px rgb(181,175,203));
    transition: fill 0.3s ease;
    fill: rgb(181,175,203);
}.contact-panel .help-info li:hover svg path {
    filter: drop-shadow(0 0 5px rgb(133,120,182));
    fill: rgb(133,120,182);
}.contact-panel .help-info span {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
}.contact-panel .help-info a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact-panel .help-info a:hover {
    color: rgb(181,175,203);
    text-shadow: 0 0 5px rgb(181,175,203,0.5);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(181,175,203,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 (max-width: 992px) {.contact-panel .photo-card {
    opacity: 0.3;
    width: 100%;
    height: 40%;
}.contact-panel .feedback-map {
    flex-direction: column;
    max-width: 700px;
}.contact-panel .feedback-box,
    .contact-panel .feedback-info {
    padding: 40px;
    width: 100%;
}
}

@media (max-width: 768px) {.contact-panel {
    padding: 80px 0;
}.contact-panel h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.contact-panel .feedback-box,
    .contact-panel .feedback-info {
    padding: 30px;
}.contact-panel form h3,
    .contact-panel .feedback-info h4 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 576px) {.contact-panel {
    padding: 60px 0;
}.contact-panel h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.contact-panel .feedback-box,
    .contact-panel .feedback-info {
    padding: 25px 20px;
}.contact-panel input[type="text"],
    .contact-panel textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact-panel .request-section {
    padding: 12px;
    width: 100%;
}}header .top_plank {
    background: rgb(181,175,203);
    color:  #ffffff;
}header .top_plank .top-zone div svg, header .top_plank .top-zone div svg path {
    fill: #ffffff;
}header .top_plank .top-zone div span {
    color: #ffffff;
}header .top_plank .top-zone {
    width: 100%;
    display: flex;
    font-size: 13px;
    line-height: 21px;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
}header .top_plank .top-zone div {
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
}header .top_plank .top-zone div img, header .top_plank .top-zone div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.prospective-students {
    background-size: 60px 60px;
    color: #ffffff;
    position: relative;
    background-color: #000000;
    overflow: hidden;
    padding: 100px 0;
}.prospective-students::before {
    top: -50%;
    left: -50%;
    pointer-events: none;
    height: 200%;
    width: 200%;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(181,175,203,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(133,120,182,0.5) 0%, transparent 25%);
    position: absolute;
    animation: rotateBackground 60s linear infinite;
    content: '';
    opacity: 0.4;
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.prospective-students::after {
    position: absolute;
    left: 0;
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
    height: 100%;
    content: '';
    top: 0;
    pointer-events: none;
    width: 100%;
}.prospective-students .container {
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
    z-index: 5;
    margin: 0 auto;
}.prospective-students .study-expert {
    position: relative;
    padding: 0;
    overflow: visible;
}.prospective-students h4 {
    font-weight: 700;
    position: relative;
    margin: 0 0 70px;
    padding-bottom: 20px;
    text-shadow: 0 0 15px rgb(181,175,203,0.5), 0 0 30px rgb(181,175,203,0.5);
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    font-size: calc(34px * 1.2);
    color: #ffffff;
}.prospective-students h4::before {
    box-shadow: 0 0 10px 2px rgb(181,175,203);
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(181,175,203);
    bottom: 0;
    content: '';
    height: 3px;
    position: absolute;
}.prospective-students h4::after {
    content: '';
    bottom: -5px;
    left: 50%;
    width: 200px;
    background: rgb(133,120,182,0.5);
    position: absolute;
    height: 1px;
    transform: translateX(-50%);
}.prospective-students div > div {
    margin: 0 -50px;
    perspective: 1500px;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}.prospective-students p {
    position: relative;
    backdrop-filter: blur(5px);
    display: flex;
    font-size: calc(16px * 1.05);
    border-radius: 0;
    align-items: flex-start;
    line-height: 1.7;
    box-shadow: 
        0 0 20px rgb(181,175,203,0.5),
        inset 0 0 10px rgb(181,175,203,0.5);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    overflow: visible;
    z-index: 1;
    border: 1px solid rgb(181,175,203,0.5);
    padding: 30px 35px;
    margin: 0;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
}.prospective-students p::before {
    width: 30px;
    transition: opacity 0.3s ease;
    bottom: 0;
    position: absolute;
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: 0.7;
    content: '';
    height: 30px;
    background: rgb(181,175,203);
}.prospective-students p::after {
    transition: all 0.3s ease;
    font-weight: 700;
    color: rgb(133,120,182);
    position: absolute;
    opacity: 0.15;
    z-index: -1;
    content: attr(data-number);
    top: -15px;
    font-size: calc(39px * 1.2);
    right: 25px;
}.prospective-students p:nth-child(1)::after {
    content: '01';
}.prospective-students p:nth-child(2)::after {
    content: '02';
}.prospective-students p:nth-child(3)::after {
    content: '03';
}.prospective-students p:nth-child(4)::after {
    content: '04';
}.prospective-students p:nth-child(5)::after {
    content: '05';
}.prospective-students p:nth-child(6)::after {
    content: '06';
}.prospective-students p:nth-child(7)::after {
    content: '07';
}.prospective-students p:nth-child(8)::after {
    content: '08';
}.prospective-students p:nth-child(9)::after {
    content: '09';
}.prospective-students p:nth-child(10)::after {
    content: '10';
}.prospective-students p:hover {
    z-index: 10;
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(181,175,203,0.5),
        inset 0 0 15px rgb(181,175,203);
    border-color: rgb(181,175,203);
}.prospective-students p:hover::before {
    opacity: 1;
}.prospective-students p:hover::after {
    opacity: 0.3;
    transform: translateY(-10px) scale(1.2);
}.prospective-students p:nth-child(3n+1) {
    transform: translateX(-30px);
}.prospective-students p:nth-child(3n+3) {
    transform: translateX(30px);
}.prospective-students p:nth-child(3n+1):hover {
    transform: translateX(-30px) translateY(-15px) rotateX(5deg) rotateY(-5deg);
}.prospective-students p:nth-child(3n+3):hover {
    transform: translateX(30px) translateY(-15px) rotateX(5deg) rotateY(5deg);
}.prospective-students p svg {
    margin-right: 20px;
    width: 36px;
    transition: transform 0.3s ease;
    height: 36px;
    filter: drop-shadow(0 0 8px rgb(181,175,203,0.5));
    flex-shrink: 0;
}.prospective-students p:hover svg {
    transform: scale(1.2) rotate(15deg);
}.prospective-students p svg path {
    fill: rgb(181,175,203);
    transition: fill 0.3s ease;
}.prospective-students p:hover svg path {
    fill: rgb(133,120,182);
}.prospective-students .study-expert::before {
    opacity: 0.2;
    content: '';
    border-radius: 50%;
    left: -100px;
    animation: rotateMesh 30s linear infinite;
    width: 200px;
    height: 200px;
    filter: blur(2px);
    top: -70px;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(133,120,182) 49%, rgb(133,120,182) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(133,120,182) 49%, rgb(133,120,182) 51%, transparent 52%) 0 0/20px 20px;
}.prospective-students .study-expert::after {
    right: -70px;
    width: 150px;
    border-radius: 50%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(181,175,203) 49%, rgb(181,175,203) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(181,175,203) 49%, rgb(181,175,203) 51%, transparent 52%) 0 0/15px 15px;
    filter: blur(2px);
    height: 150px;
    animation: rotateMesh 30s linear infinite reverse;
    position: absolute;
    opacity: 0.2;
    content: '';
    bottom: -70px;
}

@keyframes rotateMesh {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199px) {.prospective-students div > div {
    margin: 0 -30px;
}
}

@media (max-width: 991px) {.prospective-students {
    padding: 80px 0;
}.prospective-students h4 {
    margin-bottom: 60px;
    font-size: calc(34px * 1.1);
}.prospective-students div > div {
    gap: 25px;
    margin: 0 -20px;
    grid-template-columns: repeat(2, 1fr);
}.prospective-students p {
    padding: 25px 30px;
}.prospective-students p svg {
    height: 32px;
    width: 32px;
    margin-right: 15px;
}.prospective-students p:nth-child(3n+1),
    .prospective-students p:nth-child(3n+3) {
    transform: none;
}.prospective-students p:nth-child(odd) {
    transform: translateX(-20px);
}.prospective-students p:nth-child(even) {
    transform: translateX(20px);
}.prospective-students p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.prospective-students p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}

@media (max-width: 767px) {.prospective-students {
    padding: 70px 0;
}.prospective-students h4 {
    font-size: 34px;
    margin-bottom: 50px;
    letter-spacing: 2px;
}.prospective-students div > div {
    gap: 25px;
    grid-template-columns: 1fr;
    margin: 0;
}.prospective-students p {
    transform: none !important;
    padding: 25px;
}.prospective-students p:hover {
    transform: translateY(-10px) !important;
}.prospective-students .study-expert::before {
    top: -50px;
    height: 120px;
    left: -60px;
    width: 120px;
}.prospective-students .study-expert::after {
    right: -50px;
    width: 100px;
    height: 100px;
    bottom: -50px;
}
}

@media (max-width: 480px) {.prospective-students {
    padding: 60px 0;
}.prospective-students h4 {
    letter-spacing: 1px;
    font-size: calc(34px * 0.85);
    margin-bottom: 40px;
}.prospective-students p {
    padding: 20px;
    font-size: 16px;
}.prospective-students p svg {
    margin-right: 12px;
    height: 28px;
    width: 28px;
}.prospective-students p::after {
    font-size: 39px;
    top: -10px;
    right: 15px;
}}.mentorship-profile {
    background: linear-gradient(170deg, rgb(220,218,227) 0%, rgb(181,175,203,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.mentorship-profile::before {
    opacity: 0.04;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(181,175,203,0.5) 20px,
            rgb(181,175,203,0.5) 21px
        );
}.mentorship-profile::after {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(181,175,203,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(133,120,182,0.5) 0%, transparent 40%);
    filter: blur(80px);
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.3;
    left: 0;
}.mentorship-profile .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.mentorship-profile .rating-spot {
    position: relative;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    max-width: 1000px;
    display: flex;
}.mentorship-profile .rating-spot::before {
    top: 50%;
    opacity: 0.2;
    content: "";
    border-radius: 50%;
    width: 500px;
    left: 50%;
    position: absolute;
    height: 500px;
    animation: orbit 20s linear infinite;
    transform: translate(-50%, -50%);
    border: 1px solid rgb(181,175,203,0.5);
}.mentorship-profile .rating-spot::after {
    top: 50%;
    border-radius: 50%;
    opacity: 0.15;
    height: 400px;
    transform: translate(-50%, -50%);
    left: 50%;
    content: "";
    animation: orbit 15s linear infinite reverse;
    position: absolute;
    width: 400px;
    border: 1px dashed rgb(133,120,182,0.5);
}@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.mentorship-profile .photo-card {
    margin-bottom: 30px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
    height: 240px;
    border-radius: 50%;
    width: 240px;
    z-index: 5;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}.mentorship-profile .photo-card::before {
    opacity: 0.4;
    z-index: -1;
    position: absolute;
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(181,175,203,0.5) 90deg,
        transparent 180deg,
        rgb(133,120,182,0.5) 270deg,
        transparent 360deg
    );
    border-radius: 50%;
    animation: spin 12s linear infinite;
    inset: -30px;
    content: "";
}.mentorship-profile .photo-card::after {
    z-index: 2;
    content: "";
    border-radius: 50%;
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
}@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.mentorship-profile .name {
    position: relative;
    text-fill-color: transparent;
    background-clip: text !important;
    z-index: 3;
    color: #000000;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(181,175,203) 100%
    );
    font-size: 47px;
    margin-bottom: 15px;
    -webkit-background-clip: text !important;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: 700;
}.mentorship-profile .name::after {
    position: absolute;
    height: 2px;
    width: 0;
    transition: width 0.4s ease;
    bottom: -8px;
    background: linear-gradient(
        to right,
        rgb(181,175,203) 0%,
        rgb(133,120,182) 100%
    );
    content: "";
    left: 50%;
    transform: translateX(-50%);
}.mentorship-profile .rating-spot:hover .name::after {
    width: 80px;
}.mentorship-profile .rating-spot span:not(.name) {
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 20px;
    margin-bottom: 30px;
    backdrop-filter: blur(5px);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    font-size: 18px;
    color: rgb(133,120,182);
    opacity: 0.9;
    text-align: center;
    transition: all 0.3s ease;
}.mentorship-profile .rating-spot:hover span:not(.name) {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}.mentorship-profile .emp-achievements {
    color: #000000;
    line-height: 1.8;
    margin: 0;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    z-index: 3;
    max-width: 650px;
    background: #ffffff;
    border-radius: 19px;
    font-size: 18px;
    padding: 35px 45px;
    text-align: center;
}.mentorship-profile .emp-achievements::before,
.mentorship-profile .emp-achievements::after {
    height: 10px;
    width: 10px;
    content: "";
    position: absolute;
}.mentorship-profile .emp-achievements::before {
    left: 25px;
    border-left: 2px solid rgb(181,175,203);
    border-top: 2px solid rgb(181,175,203);
    top: 25px;
}.mentorship-profile .emp-achievements::after {
    right: 25px;
    bottom: 25px;
    border-bottom: 2px solid rgb(133,120,182);
    border-right: 2px solid rgb(133,120,182);
}.mentorship-profile .rating-spot:hover .photo-card {
    transform: scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
}

@media (max-width: 991px) {.mentorship-profile {
    padding: 90px 0;
}.mentorship-profile .photo-card {
    height: 200px;
    width: 200px;
    margin-bottom: 25px;
}.mentorship-profile .rating-spot::before {
    height: 400px;
    width: 400px;
}.mentorship-profile .rating-spot::after {
    width: 320px;
    height: 320px;
}.mentorship-profile .name {
    font-size: calc(47px * 0.9);
}.mentorship-profile .emp-achievements {
    padding: 30px 35px;
    max-width: 600px;
}
}

@media (max-width: 767px) {.mentorship-profile {
    padding: 70px 0;
}.mentorship-profile .photo-card {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}.mentorship-profile .rating-spot::before {
    height: 320px;
    width: 320px;
}.mentorship-profile .rating-spot::after {
    width: 260px;
    height: 260px;
}.mentorship-profile .name {
    font-size: calc(47px * 0.8);
}.mentorship-profile .rating-spot span:not(.name) {
    margin-bottom: 25px;
    font-size: calc(18px * 0.95);
    padding: 6px 16px;
}.mentorship-profile .emp-achievements {
    max-width: 100%;
    padding: 25px 30px;
    font-size: calc(18px * 0.95);
}.mentorship-profile .emp-achievements::before,
    .mentorship-profile .emp-achievements::after {
    width: 8px;
    height: 8px;
}.mentorship-profile .emp-achievements::before {
    top: 20px;
    left: 20px;
}.mentorship-profile .emp-achievements::after {
    right: 20px;
    bottom: 20px;
}
}

@media (max-width: 575px) {.mentorship-profile {
    padding: 50px 0;
}.mentorship-profile .photo-card {
    height: 150px;
    margin-bottom: 18px;
    width: 150px;
}.mentorship-profile .rating-spot::before {
    height: 260px;
    width: 260px;
}.mentorship-profile .rating-spot::after {
    width: 200px;
    height: 200px;
}.mentorship-profile .name {
    font-size: calc(47px * 0.7);
}.mentorship-profile .rating-spot span:not(.name) {
    padding: 5px 12px;
    letter-spacing: 1px;
    font-size: calc(18px * 0.9);
    margin-bottom: 20px;
}.mentorship-profile .emp-achievements {
    font-size: calc(18px * 0.9);
    padding: 20px 25px;
}.mentorship-profile .emp-achievements::before,
    .mentorship-profile .emp-achievements::after {
    height: 6px;
    width: 6px;
}.mentorship-profile .emp-achievements::before {
    top: 15px;
    left: 15px;
}.mentorship-profile .emp-achievements::after {
    right: 15px;
    bottom: 15px;
}}.course-overview {
    display: grid;
    position: relative;
    min-height: 100vh;
    background: rgb(133,120,182);
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
}.course-overview .new-study {
    height: 100%;
    position: absolute;
    width: 50%;
    top: 0;
    overflow: hidden;
    right: 0;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course-overview .future-class {
    display: flex;
    height: 400%;
    animation: verticalScroll 25s ease-in-out infinite alternate;
    flex-direction: column;
    width: 100%;
}.course-overview .new-study:hover .future-class {
    animation-play-state: paused;
}.course-overview .education-path {
    position: relative;
    transform: scale(1.1);
    transition: transform 0.5s ease;
    width: 100%;
    height: 25%;
}.course-overview .education-path::after {
    z-index: 1;
    background: linear-gradient(to right, #000000 0%, transparent 50%);
    position: absolute;
    content: "";
    inset: 0;
}.course-overview .education-path img {
    height: 100%;
    filter: saturate(0.8) contrast(1.2);
    transition: filter 0.5s ease;
    width: 100%;
    object-fit: cover;
}.course-overview .education-path:hover img {
    filter: saturate(1.2) contrast(1.3);
}@keyframes verticalScroll {
    0%, 5% {
        transform: translateY(0);
    }
    23%, 28% {
        transform: translateY(-25%);
    }
    48%, 53% {
        transform: translateY(-50%);
    }
    73%, 78% {
        transform: translateY(-75%);
    }
    95%, 100% {
        transform: translateY(-75%);
    }
}

.course-overview .container {
    height: 100%;
    position: relative;
    z-index: 5;
    display: flex;
    grid-column: 1;
    align-items: center;
}.course-overview .study-expert {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
}.course-overview .online-learn {
    background: transparent;
    padding: 4rem 3rem;
    position: relative;
    border-left: 4px solid rgb(181,175,203);
}.course-overview .online-learn::before {
    position: absolute;
    transition: width 0.6s ease;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    background: rgb(181,175,203,0.5);
    content: "";
    width: 0;
}.course-overview .online-learn:hover::before {
    width: 100%;
}.course-overview .online-learn::after {
    position: absolute;
    background: rgb(181,175,203);
    left: -20px;
    transform: translateY(-50%) rotate(45deg);
    width: 40px;
    content: "";
    top: 50%;
    height: 40px;
}.course-overview .online-learn h3 {
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 48px;
    color: #ffffff;
    letter-spacing: 2px;
}.course-overview .online-learn span > * {
    transform: skewX(15deg);
    display: inline-block;
}.course-overview .online-learn p {
    padding-left: 1rem;
    font-size: 13px;
    position: relative;
    line-height: 1.8;
    border-left: 2px solid rgb(133,120,182);
    margin-bottom: 2.5rem;
    color: #ffffff;
}.course-overview .online-learn .request-section {
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 2px solid rgb(181,175,203);
    font-weight: 700;
    transition: color 0.3s ease;
    text-decoration: none;
    padding: 1rem 2.5rem;
    text-transform: uppercase;
    background: transparent;
    color: #ffffff;
    font-size: 17px;
}.course-overview .online-learn .request-section::before {
    background: rgb(181,175,203);
    height: 100%;
    width: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    transition: width 0.3s ease;
    content: "";
    top: 0;
}.course-overview .online-learn .request-section:hover {
    color: #000000;
}.course-overview .online-learn .request-section:hover::before {
    width: 100%;
}

@media screen and (max-width: 1200px) {.course-overview .online-learn h3 {
    font-size: calc(48px * 0.85);
}.course-overview .study-expert {
    padding-right: 0;
    padding-left: 5%;
}
}

@media screen and (max-width: 992px) {.course-overview {
    grid-template-rows: 40vh 1fr;
    grid-template-columns: 1fr;
}.course-overview .new-study {
    clip-path: none;
    position: relative;
    width: 100%;
    height: 40vh;
}.course-overview .future-class {
    width: 400%;
    animation: horizontalScroll 25s ease-in-out infinite alternate;
    flex-direction: row;
    height: 100%;
}.course-overview .education-path {
    width: 25%;
    height: 100%;
}.course-overview .education-path::after {
    background: linear-gradient(to bottom, #000000 0%, transparent 50%);
}.course-overview .container {
    grid-row: 2;
    padding: 3rem 0;
    grid-column: auto;
}.course-overview .study-expert {
    padding: 0 5%;
}
    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        23%, 28% {
            transform: translateX(-25%);
        }
        48%, 53% {
            transform: translateX(-50%);
        }
        73%, 78% {
            transform: translateX(-75%);
        }
        95%, 100% {
            transform: translateX(-75%);
        }
    }
}

@media screen and (max-width: 768px) {.course-overview .online-learn {
    padding: 3rem 1.5rem;
}.course-overview .online-learn h3 {
    margin-bottom: 1.5rem;
    font-size: 31px;
}.course-overview .online-learn::after {
    height: 30px;
    left: -15px;
    width: 30px;
}
}

@media screen and (max-width: 480px) {.course-overview {
    grid-template-rows: 30vh 1fr;
}.course-overview .new-study {
    height: 30vh;
}.course-overview .future-class {
    width: 300%;
    animation-duration: 20s;
}.course-overview .education-path {
    width: 33.333%;
}.course-overview .online-learn {
    padding: 2rem 1rem;
    border-left-width: 3px;
}.course-overview .online-learn h3 {
    font-size: calc(31px * 0.9);
    letter-spacing: 1px;
}.course-overview .online-learn p {
    padding-left: 0.5rem;
    font-size: calc(13px * 0.9);
}.course-overview .online-learn .request-section {
    padding: 0.8rem 1.5rem;
    display: block;
    font-size: calc(17px * 0.9);
    text-align: center;
}.course-overview .online-learn::after {
    left: -10px;
    width: 20px;
    height: 20px;
}@keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        30%, 35% {
            transform: translateX(-33.333%);
        }
        60%, 65% {
            transform: translateX(-66.666%);
        }
        95%, 100% {
            transform: translateX(-66.666%);
        }
    }
}footer {
    position: relative;
    z-index: 1;
}footer::before {
    background-size: 300% 300%;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(181,175,203,0.5) 35%, rgb(133,120,182,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.75;
    content: "";
    animation: gradientFlow 20s ease infinite;
    right: 0;
    z-index: -1;
}footer::after {
    opacity: 0.15;
    right: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(181,175,203,0.5) 25%, rgb(181,175,203,0.5) 26%, transparent 27%, transparent 74%, rgb(133,120,182,0.5) 75%, rgb(133,120,182,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(181,175,203,0.5) 25%, rgb(181,175,203,0.5) 26%, transparent 27%, transparent 74%, rgb(133,120,182,0.5) 75%, rgb(133,120,182,0.5) 76%, transparent 77%, transparent);
    position: absolute;
    left: 0;
    background-size: 50px 50px;
    content: "";
    bottom: 0;
    z-index: -1;
    top: 0;
}.art-portal {
    position: relative;
    color: #ffffff;
    padding: 4rem 0 2.5rem;
}.art-portal::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 2px;
    box-shadow: 0 0 20px rgb(181,175,203,0.5);
    opacity: 0.8;
    background: linear-gradient(90deg, transparent, rgb(181,175,203), rgb(133,120,182), transparent);
    width: 100%;
}.art-portal .container {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
    position: relative;
    display: flex;
}.art-portal .company_holder {
    backdrop-filter: blur(8px);
    flex: 1 1 350px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    border-radius: 15px;
    transition: all 0.4s ease;
    overflow: hidden;
    padding: 2rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
}.art-portal .company_holder::before {
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(181,175,203), transparent);
    top: 0;
    left: -50%;
    transform: translateY(-1px);
    width: 200%;
    position: absolute;
}.art-portal .company_holder::after {
    height: 1px;
    transform: translateY(1px);
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(133,120,182), transparent);
    left: 0;
    bottom: 0;
}.art-portal .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(181,175,203,0.5);
    transform: translateY(-5px);
}.art-portal .company_holder h3 {
    margin: 0 0 1.5rem;
    display: inline-block;
    font-weight: 700;
    font-size: 35px;
    text-shadow: 0 0 15px rgb(181,175,203,0.5);
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
}.art-portal .company_holder h3::after {
    height: 3px;
    content: "";
    width: 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(181,175,203);
    bottom: -8px;
    left: 0;
    background: linear-gradient(90deg, rgb(181,175,203), rgb(133,120,182));
    position: absolute;
    transition: width 0.3s ease-out;
}.art-portal .company_holder:hover h3::after {
    width: 100%;
}.art-portal .footer-caption {
    color: #ffffff;
    line-height: 1.6;
    max-width: 100%;
    font-size: 18px;
    text-shadow: 0 0 10px #000000;
    opacity: 0.85;
}.art-portal .science-ref {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.art-portal .page-nav {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}.art-portal .main-learn {
    border-radius: 15px;
    backdrop-filter: blur(8px);
    flex: 1 1 calc(50% - 1.25rem);
    padding: 2rem;
    position: relative;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    overflow: hidden;
    min-width: 250px;
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}.art-portal .main-learn::before {
    background: linear-gradient(90deg, transparent, rgb(133,120,182), transparent);
    top: 0;
    height: 1px;
    transform: translateY(-1px);
    left: -50%;
    content: "";
    position: absolute;
    width: 200%;
}.art-portal .main-learn::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    transform: translateY(1px);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(181,175,203), transparent);
}.art-portal .main-learn:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(133,120,182,0.5);
}.art-portal .main-learn h5 {
    font-size: 21px;
    text-shadow: 0 0 15px rgb(133,120,182,0.5);
    color: #ffffff;
    display: inline-block;
    position: relative;
    margin: 0 0 1.5rem;
    letter-spacing: 0.5px;
    font-weight: 600;
}.art-portal .main-learn h5::after {
    background: linear-gradient(90deg, rgb(133,120,182), rgb(181,175,203));
    border-radius: 10px;
    bottom: -8px;
    box-shadow: 0 0 10px rgb(133,120,182);
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
    width: 40px;
    transition: width 0.3s ease-out;
}.art-portal .main-learn:hover h5::after {
    width: 100%;
}.art-portal .main-learn .page-nav {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.art-portal .main-learn .page-nav a {
    text-shadow: 0 0 5px #000000;
    opacity: 0.8;
    color: #ffffff;
    position: relative;
    display: block;
    z-index: 1;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    font-size: 18px;
    text-decoration: none;
}.art-portal .main-learn .page-nav a::before {
    top: 0;
    width: 3px;
    border-radius: 10px;
    position: absolute;
    opacity: 0.5;
    left: 0;
    background: linear-gradient(180deg, rgb(181,175,203), rgb(133,120,182));
    height: 100%;
    content: "";
    z-index: -1;
    transition: all 0.3s ease;
}.art-portal .main-learn .page-nav a::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    width: 0;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
}.art-portal .main-learn .page-nav a:hover {
    opacity: 1;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(133,120,182,0.5);
    padding-left: 1.5rem;
}.art-portal .main-learn .page-nav a:hover::before {
    opacity: 1;
    box-shadow: 0 0 10px rgb(181,175,203);
    width: 5px;
}.art-portal .main-learn .page-nav a:hover::after {
    width: 100%;
    opacity: 0.2;
}.podcast-cta {
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}.podcast-cta::before {
    background: linear-gradient(90deg, transparent, rgb(181,175,203), rgb(133,120,182), transparent);
    opacity: 0.5;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 1px;
}.podcast-cta .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.podcast-cta .encrypt-cta {
    text-align: center;
    opacity: 0.7;
    letter-spacing: 0.5px;
    text-shadow: 0 0 5px #000000;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
}.podcast-cta .encrypt-cta:hover {
    opacity: 1;
    text-shadow: 0 0 8px rgb(133,120,182,0.5);
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.art-portal .container {
    gap: 2rem;
}.art-portal .company_holder {
    flex: 1 1 320px;
}.art-portal .science-ref {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}

@media (max-width: 992px) {.art-portal {
    padding: 3.5rem 0 2rem;
}.art-portal .container {
    flex-direction: column;
    gap: 2rem;
}.art-portal .company_holder,
    .art-portal .science-ref {
    flex: 1 1 100%;
    min-width: 100%;
}.art-portal .main-learn {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.art-portal {
    padding: 3rem 0 1.5rem;
}.art-portal .company_holder,
    .art-portal .main-learn {
    padding: 1.5rem;
}.art-portal .page-nav {
    gap: 1.5rem;
}.art-portal .company_holder h3 {
    font-size: calc(35px - 2px);
}.art-portal .main-learn h5 {
    font-size: calc(21px - 1px);
}.art-portal .company_holder:hover,
    .art-portal .main-learn:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.art-portal {
    padding: 2.5rem 0 1rem;
}.art-portal .page-nav {
    gap: 1rem;
}.art-portal .main-learn {
    flex: 1 1 100%;
    min-width: 100%;
}.art-portal .main-learn .page-nav a {
    padding: 0.4rem 0.8rem;
}.art-portal .main-learn .page-nav a:hover {
    padding-left: 1.2rem;
}.podcast-cta {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.art-portal .company_holder:hover,
    .art-portal .main-learn:hover {
    transform: translateY(-2px);
}}.price-plan-grid {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 100px 0;
}.price-plan-grid::before {
    left: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    position: absolute;
}.price-plan-grid .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.price-plan-grid .fee-deals {
    position: relative;
}.price-plan-grid h2 {
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    transform: translateZ(0);
    font-weight: 700;
    color: #ffffff;
    font-size: 34px;
}.price-plan-grid h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(181,175,203), rgb(133,120,182));
    transform: translateX(-50%);
    bottom: -12px;
    height: 4px;
    width: 80px;
    left: 50%;
    position: absolute;
    border-radius: 10px;
}.price-plan-grid .plan-fees {
    line-height: 1.6;
    margin: 0 auto 60px;
    max-width: 800px;
    color: #ffffff;
    font-size: calc(13px + 2px);
    opacity: 0.9;
    text-align: center;
    font-weight: 300;
}.price-plan-grid .lesson-plans {
    gap: 30px;
    margin: 0;
    padding: 0;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}.price-plan-grid .lesson-plans li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.price-plan-grid .lesson-plans li:hover {
    transform: translateY(-15px);
    z-index: 2;
}.price-plan-grid .value-pricing {
    position: relative;
    display: block;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transition: all 0.4s ease;
    isolation: isolate;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
}.price-plan-grid .value-pricing::before {
    background: linear-gradient(90deg, rgb(181,175,203), rgb(133,120,182));
    top: 0;
    transform: scaleX(0);
    left: 0;
    transform-origin: 0 0;
    position: absolute;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    right: 0;
}.price-plan-grid .value-pricing:hover::before {
    transform: scaleX(1);
}.price-plan-grid .value-pricing::after {
    left: 0;
    height: 50%;
    position: absolute;
    background: linear-gradient(to top, rgba(rgb(181,175,203,0.5), 0.05), transparent);
    content: "";
    width: 100%;
    bottom: 0;
    z-index: -1;
}.price-plan-grid .edu-rates {
    height: 100%;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    position: relative;
    padding: 35px 30px;
    z-index: 1;
}.price-plan-grid .payment-option {
    display: flex;
    flex: 1;
    flex-direction: column;
}.price-plan-grid .payment-option h4 {
    font-size: calc(20px + 2px);
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    transition: transform 0.3s ease;
    margin: 0 0 20px;
}.price-plan-grid .payment-option h4::after {
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(133,120,182);
    height: 3px;
    left: 0;
    width: 40px;
    bottom: 0;
    content: "";
}.price-plan-grid .value-pricing:hover .payment-option h4::after {
    width: 60px;
}.price-plan-grid .payment-option p {
    flex: 1;
    margin: 0 0 30px;
    hyphens: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
    word-wrap: break-word;
    line-height: 1.6;
    font-size: 13px;
}.price-plan-grid .tuition-grid {
    border-radius: 10px;
    color: rgb(181,175,203);
    transition: all 0.3s ease;
    font-size: calc(20px + 4px);
    display: block;
    padding: 10px 20px;
    align-self: flex-start;
    background: rgba(rgb(181,175,203,0.5), 0.1);
    font-weight: 700;
    position: relative;
    margin-top: auto;
    letter-spacing: 0.5px;
}.price-plan-grid .value-pricing:hover .tuition-grid {
    background: rgba(rgb(181,175,203,0.5), 0.2);
    transform: scale(1.05);
}

@media (min-width: 1200px) {.price-plan-grid .lesson-plans {
    grid-template-columns: repeat(4, 1fr);
}.price-plan-grid .edu-rates {
    padding: 40px 35px;
}.price-plan-grid h2 {
    font-size: calc(34px + 4px);
}
}

@media (min-width: 992px) and (max-width: 1199px) {.price-plan-grid .lesson-plans {
    grid-template-columns: repeat(3, 1fr);
}.price-plan-grid .edu-rates {
    padding: 35px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.price-plan-grid .lesson-plans {
    grid-template-columns: repeat(2, 1fr);
}.price-plan-grid .payment-option p {
    margin-bottom: 25px;
    font-size: calc(13px - 1px);
}.price-plan-grid .edu-rates {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.price-plan-grid {
    padding: 70px 0;
}.price-plan-grid .lesson-plans {
    gap: 20px;
    grid-template-columns: 1fr;
}.price-plan-grid h2 {
    font-size: calc(34px - 2px);
}.price-plan-grid .plan-fees {
    font-size: 13px;
    margin-bottom: 40px;
}.price-plan-grid .payment-option h4 {
    font-size: 20px;
}.price-plan-grid .payment-option p {
    font-size: calc(13px - 1px);
    margin-bottom: 20px;
}.price-plan-grid .tuition-grid {
    font-size: calc(20px + 2px);
}.price-plan-grid .edu-rates {
    padding: 30px 20px;
}
}

@media (max-width: 480px) {.price-plan-grid {
    padding: 50px 0;
}.price-plan-grid .edu-rates {
    padding: 25px 20px;
}.price-plan-grid h2::after {
    height: 3px;
    width: 60px;
}.price-plan-grid .tuition-grid {
    padding: 8px 16px;
}}.primary-page {
    display: flex;
    min-height: 100vh;
    position: relative;
    align-items: center;
    background: linear-gradient(135deg, rgb(220,218,227) 0%, rgb(181,175,203,0.5) 100%);
    perspective: 1000px;
    overflow: hidden;
    justify-content: center;
}.primary-page::before {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    z-index: 1;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(133,120,182,0.5) 0%, transparent 60%);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
}.primary-page::after {
    height: 200%;
    top: -50%;
    width: 80%;
    right: -25%;
    position: absolute;
    content: "";
    transform: rotate(35deg);
    background: linear-gradient(180deg, rgb(181,175,203,0.5) 0%, transparent 70%);
    z-index: 0;
}.primary-page .course-front {
    max-width: 1200px;
    transform: translateZ(0);
    transform-style: preserve-3d;
    width: 90%;
    position: relative;
    z-index: 2;
}.primary-page .course-front > div {
    grid-gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
}.primary-page .course-front > div > div:first-child {
    background: linear-gradient(120deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transform: translateY(0) rotateX(0) perspective(1000px);
    border-left: 4px solid rgb(181,175,203);
    padding: 2.5rem 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.primary-page .course-front > div > div:first-child:hover {
    transform: translateY(-10px) rotateX(2deg) perspective(1000px);
}.primary-page .course-front > div > div:first-child::before {
    height: 100%;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent 40%, rgb(181,175,203,0.5) 100%);
    position: absolute;
    width: 100%;
    opacity: 0.2;
    top: 0;
    content: "";
}.primary-page h3 {
    position: relative;
    transform: translateZ(20px);
    color: #000000;
    font-size: calc(22px * 1.1);
    font-weight: 600;
    z-index: 3;
    line-height: 1.5;
    margin: 0;
    font-family: Arial, sans-serif;
}.primary-page .community-ed {
    height: 450px;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0) perspective(1000px) rotateY(0);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    overflow: hidden;
}.primary-page .community-ed:hover {
    transform: translateY(-5px) perspective(1000px) rotateY(3deg);
}.primary-page .community-ed::before {
    left: 0;
    content: "";
    height: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to bottom, 
    rgba(0,0,0,0.1) 0%,
    rgba(0,0,0,0.6) 50%,
    rgba(0,0,0,0.8) 100%);
    width: 100%;
    top: 0;
}.primary-page .community-ed::after {
    z-index: 2;
    left: 0;
    height: 50%;
    position: absolute;
    background: linear-gradient(135deg, rgb(181,175,203,0.5) 0%, transparent 80%);
    clip-path: polygon(0 50%, 100% 30%, 100% 100%, 0% 100%);
    bottom: 0;
    width: 100%;
    content: "";
    opacity: 0.4;
}.primary-page .community-ed > div {
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 3rem;
    justify-content: flex-end;
    z-index: 3;
    position: relative;
    display: flex;
}.primary-page .community-ed p {
    opacity: 0;
    position: relative;
    font-weight: 300;
    transform: translateY(30px);
    line-height: 1.5;
    animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.3s;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
    font-size: calc(14px * 1.2);
}.primary-page .community-ed p::before {
    background: rgb(133,120,182);
    left: -20px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 4px;
    height: 40px;
    content: "";
}.primary-page .title_style_header {
    letter-spacing: -0.02em;
    font-weight: 700;
    opacity: 0;
    max-width: 90%;
    animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.5s;
    line-height: 1.2;
    margin: 0;
    position: relative;
    font-size: calc(47px * 1.1);
    transform: translateY(40px);
    font-family: Arial, sans-serif;
    color: #ffffff;
}.primary-page .title_style_header::after {
    height: 4px;
    width: 80px;
    bottom: -15px;
    content: "";
    background: rgb(133,120,182);
    left: 0;
    animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
}

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

@keyframes scaleIn {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.primary-page .course-front > div {
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 3rem;
    align-items: center;
}.primary-page h3 {
    font-size: 22px;
}.primary-page .community-ed {
    height: 500px;
}.primary-page .title_style_header {
    font-size: 47px;
}
}

@media (min-width: 992px) {.primary-page .course-front {
    width: 85%;
}.primary-page .course-front > div {
    grid-gap: 4rem;
}.primary-page .course-front > div > div:first-child {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    padding: 3.5rem 3rem;
}.primary-page .course-front > div > div:first-child:hover {
    transform: perspective(1000px) rotateX(4deg) rotateY(-4deg) translateY(-15px);
}.primary-page .community-ed {
    transform: perspective(1000px) rotateY(2deg);
    height: 550px;
}.primary-page .community-ed:hover {
    transform: perspective(1000px) rotateY(5deg) translateY(-10px);
}.primary-page .community-ed > div {
    padding: 4rem;
}.primary-page .title_style_header::after {
    width: 100px;
}
}

@media (min-width: 1200px) {.primary-page .course-front {
    width: 80%;
}.primary-page h3 {
    font-size: calc(22px * 1.1);
}.primary-page .community-ed {
    height: 600px;
}.primary-page .community-ed p {
    font-size: calc(14px * 1.4);
}.primary-page .title_style_header {
    font-size: calc(47px * 1.2);
    max-width: 80%;
}
}

@media (max-width: 767px) {.primary-page {
    padding: 4rem 0;
}.primary-page .course-front > div > div:first-child {
    padding: 2rem 1.5rem;
}.primary-page h3 {
    font-size: calc(16px * 1.1);
}.primary-page .community-ed {
    height: 400px;
}.primary-page .community-ed > div {
    padding: 2rem;
}.primary-page .community-ed p {
    font-size: 14px;
}.primary-page .title_style_header {
    font-size: calc(28px * 1.1);
}}.thankPageID {
    position: relative;
    background: linear-gradient(135deg, rgb(220,218,227) 0%, rgb(181,175,203,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
}.thankPageID::before {
    top: 0;
    right: 0;
    z-index: 1;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    content: "";
    background: linear-gradient(230deg, rgb(133,120,182,0.5) 10%, transparent 80%);
    position: absolute;
    width: 40%;
    height: 100%;
}.thankPageID::after {
    height: 20rem;
    animation: pulse 8s infinite ease-in-out;
    background: linear-gradient(45deg, rgb(181,175,203,0.5) 0%, transparent 70%);
    left: -5rem;
    filter: blur(30px);
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    bottom: -5rem;
    content: "";
    width: 20rem;
}.thankPageID .container {
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    z-index: 2;
}.thankPageID h2 {
    color: #000000;
    max-width: 90%;
    position: relative;
    animation: slideInTitle 0.8s ease-out forwards;
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    transform-origin: left center;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
}.thankPageID h2::after {
    content: "";
    position: absolute;
    width: 6rem;
    background: linear-gradient(90deg, rgb(181,175,203) 0%, rgb(133,120,182) 100%);
    height: 0.3rem;
    left: 0;
    transform-origin: left;
    bottom: -1rem;
    animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
}.thankPageID .study-expert {
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.08);
    position: relative;
    animation: fadeInUp 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    transform: translateY(20px);
    background: #ffffff;
    opacity: 0;
}.thankPageID .study-expert::before {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(133,120,182,0.5) 150%);
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
}.thankPageID ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thankPageID li {
    padding-left: 2rem;
    position: relative;
}.thankPageID li::before {
    position: absolute;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
    transform: rotate(45deg) scale(0);
    background: rgb(181,175,203);
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    top: 0.5rem;
}.thankPageID span {
    font-size: 16px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    position: relative;
    display: block;
    color: #000000;
}

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

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

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

@keyframes scaleIn {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@media (max-width: 992px) {.thankPageID {
    padding: 4rem 0;
}.thankPageID h2 {
    font-size: calc(36px * 0.9);
    max-width: 100%;
}.thankPageID .study-expert {
    padding: 2.5rem;
}.thankPageID::before {
    width: 30%;
}
}

@media (max-width: 768px) {.thankPageID {
    padding: 3.5rem 0;
}.thankPageID h2 {
    line-height: 1.4;
    font-size: calc(36px * 0.8);
    margin-bottom: 2.5rem;
}.thankPageID .study-expert {
    padding: 2rem;
}.thankPageID .container {
    transform: perspective(1000px) rotateX(1deg);
}.thankPageID::before {
    width: 25%;
}.thankPageID li::before {
    top: 0.4rem;
}
}

@media (max-width: 576px) {.thankPageID {
    padding: 3rem 0;
}.thankPageID h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 2rem;
}.thankPageID h2::after {
    width: 5rem;
    height: 0.25rem;
    bottom: -0.75rem;
}.thankPageID .study-expert {
    padding: 1.5rem;
}.thankPageID .container {
    padding: 0 1.5rem;
    transform: none;
}.thankPageID::before {
    display: none;
}.thankPageID li {
    padding-left: 1.5rem;
}.thankPageID li::before {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.4rem;
}.thankPageID span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}}.about-this {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.about-this::before {
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(181,175,203,0.5), rgb(133,120,182,0.5));
    height: 100%;
    opacity: 0.92;
    width: 100%;
    z-index: 1;
    left: 0;
}.about-this .container {
    margin: 0 auto;
    max-width: 1200px;
    grid-gap: 40px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
}.about-this h2 {
    transform: translateX(-10px);
    animation: slideInTitle 0.8s ease-out forwards;
    font-size: calc(30px * 1.2);
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
    margin: 0 0 30px;
    position: relative;
}.about-this h2::after {
    transform-origin: left;
    position: absolute;
    content: "";
    transform: scaleX(0);
    animation: expandLine 1s 0.5s ease-in-out forwards;
    left: 0;
    bottom: -12px;
    width: 80px;
    background: rgb(133,120,182);
    height: 3px;
}.about-this .caption-box {
    animation: fadeIn 1s 0.3s ease-out forwards;
    opacity: 0;
    padding: 40px;
    transform: translateY(20px);
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.about-this .caption-box::before {
    transform-origin: top;
    left: 0;
    content: "";
    transform: scaleY(0);
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgb(181,175,203), rgb(133,120,182));
    animation: expandVertical 0.8s 0.7s ease-out forwards;
    position: absolute;
    width: 5px;
}.about-this .caption-box > div {
    grid-gap: 25px;
    grid-template-columns: 1fr;
    display: grid;
}.about-this .caption-box p {
    font-weight: 600;
    position: relative;
    color: rgb(181,175,203);
    font-size: calc(13px * 1.4);
    animation: slideInText 0.8s 0.4s ease-out forwards;
    transform: translateX(-10px);
    opacity: 0;
    padding-bottom: 10px;
    margin: 0;
}.about-this .caption-box p::after {
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    height: 2px;
    bottom: 0;
    animation: expandLine 0.6s 0.9s ease-out forwards;
    position: absolute;
    width: 40px;
    background: rgb(133,120,182);
    content: "";
}.about-this .caption-box div div {
    opacity: 0;
    font-size: 13px;
    transform: translateY(15px);
    column-count: 1;
    line-height: 1.8;
    color: #000000;
    animation: fadeIn 1s 0.6s ease-out forwards;
    column-gap: 40px;
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInText {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes expandVertical {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

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

@media (min-width: 768px) {.about-this {
    padding: 150px 0;
}.about-this .container {
    grid-gap: 60px;
    grid-template-columns: 1fr;
}.about-this h2 {
    font-size: calc(30px * 1.5);
    margin-bottom: 40px;
}.about-this h2::after {
    height: 4px;
    width: 120px;
}.about-this .caption-box {
    transform: perspective(1000px) rotateY(0deg);
    padding: 60px;
    transition: transform 0.5s ease-out;
}.about-this .caption-box:hover {
    transform: perspective(1000px) rotateY(1deg);
}.about-this .caption-box > div {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.about-this .caption-box p {
    font-size: calc(13px * 1.6);
}.about-this .caption-box div div {
    column-count: 2;
    column-gap: 50px;
}
}

@media (min-width: 1024px) {.about-this {
    padding: 180px 0;
}.about-this .container {
    padding: 0 30px;
    grid-template-columns: 1fr;
}.about-this .caption-box {
    padding: 70px;
    margin-left: -40px;
    width: calc(100% + 40px);
}.about-this .caption-box::after {
    width: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(181,175,203,0.5), 0.05) 50%);
    height: 150px;
    content: "";
    z-index: -1;
}.about-this .caption-box p {
    font-size: calc(13px * 1.8);
    padding-bottom: 15px;
}.about-this .caption-box div div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.about-this {
    padding: 200px 0;
}.about-this::after {
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    content: "";
    top: 50%;
    position: absolute;
    height: 250px;
    background: radial-gradient(circle, rgb(133,120,182,0.5) 0%, transparent 70%);
    width: 250px;
    opacity: 0.15;
}.about-this .container {
    padding: 0 40px;
    max-width: 1400px;
}.about-this h2 {
    font-size: calc(30px * 1.8);
    margin-bottom: 50px;
}.about-this .caption-box {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    width: calc(100% + 80px);
    margin-left: -80px;
    padding: 80px;
    display: flex;
}.about-this .caption-box > div {
    max-width: 90%;
    grid-gap: 35px;
    grid-template-columns: 1fr;
}.about-this .caption-box div div {
    line-height: 1.9;
    column-gap: 60px;
    column-count: 2;
}
}

@media (max-width: 767px) {.about-this {
    padding: 80px 0;
}.about-this .container {
    padding: 0 15px;
}.about-this h2 {
    font-size: 30px;
    margin-bottom: 25px;
}.about-this .caption-box {
    padding: 25px;
}.about-this .caption-box p {
    font-size: calc(13px * 1.2);
}.about-this .caption-box div div {
    font-size: 13px;
    line-height: 1.6;
}}.course-rewards {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(220,218,227) 0%, rgba(255,255,255,0.97) 100%);
    position: relative;
    overflow: hidden;
}.course-rewards::before {
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(rgb(181,175,203,0.5), 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(133,120,182,0.5), 0.07) 0%, transparent 50%);
    top: 0;
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
}.course-rewards::after {
    background: linear-gradient(90deg, rgb(181,175,203) 0%, rgb(133,120,182) 100%);
    position: absolute;
    content: "";
    z-index: 1;
    height: 6px;
    transform-origin: left;
    width: 100%;
    transform: scaleX(0.97);
    bottom: -2px;
    left: 0;
}.course-rewards h5 {
    color: #000000;
    text-align: center;
    font-size: 19px;
    position: relative;
    font-weight: 700;
    margin-bottom: 3rem;
    transform: translateZ(0);
    z-index: 2;
}.course-rewards h5::after {
    bottom: -12px;
    background: rgb(181,175,203);
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    content: "";
    height: 3px;
    position: absolute;
}.course-rewards .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
}.course-rewards .study-expert {
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    background-color: #ffffff;
    transform: translateY(0);
    flex-direction: column;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}.course-rewards .study-expert:hover {
    transform: translateY(-5px);
}.course-rewards .photo-card {
    object-fit: cover;
    object-position: center;
    transition: transform 1.2s ease-out;
    height: 300px;
    width: 100%;
    display: block;
    transform: scale(1);
}.course-rewards .study-expert:hover .photo-card {
    transform: scale(1.05);
}.course-rewards .caption-box {
    position: relative;
    padding: 2.5rem 2rem;
}.course-rewards .caption-box::before {
    content: "";
    left: 0;
    transition: height 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(to bottom, rgb(181,175,203), rgb(133,120,182));
    width: 3px;
    top: 0;
    position: absolute;
    height: 0;
}.course-rewards .study-expert:hover .caption-box::before {
    height: 100%;
}.course-rewards ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.course-rewards li {
    position: relative;
    transform: translateX(0);
    padding-left: 38px;
    margin-bottom: 1.2rem;
    transition: transform 0.3s ease;
}.course-rewards li:hover {
    transform: translateX(5px);
}.course-rewards li p {
    align-items: flex-start;
    margin: 0;
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
    font-size: 15px;
    display: flex;
}.course-rewards li svg {
    height: 26px;
    top: 2px;
    margin-right: 12px;
    position: absolute;
    width: 26px;
    left: 0;
    transition: transform 0.3s ease;
}.course-rewards li:hover svg {
    transform: rotate(10deg);
}.course-rewards svg path {
    fill: rgb(181,175,203);
    transition: fill 0.3s ease;
}.course-rewards li:hover svg path {
    fill: rgb(133,120,182);
}

@media (min-width: 768px) {.course-rewards .study-expert {
    flex-direction: row;
    align-items: stretch;
}.course-rewards .study-expert > div:first-child {
    overflow: hidden;
    flex: 0 0 45%;
}.course-rewards .photo-card {
    height: 100%;
}.course-rewards .caption-box {
    padding: 3rem;
    flex: 0 0 55%;
}.course-rewards ul {
    columns: 1;
}
}

@media (min-width: 992px) {.course-rewards {
    padding: 8rem 0;
}.course-rewards h5 {
    font-size: calc(19px * 1.1);
    margin-bottom: 4rem;
}.course-rewards .caption-box {
    padding: 3.5rem;
}.course-rewards ul {
    columns: 2;
    column-gap: 2rem;
}.course-rewards li {
    break-inside: avoid;
}
}

@media (max-width: 767px) {.course-rewards {
    padding: 4rem 0;
}.course-rewards h5 {
    font-size: calc(19px * 0.9);
    padding: 0 15px;
    line-height: 1.4;
}.course-rewards .photo-card {
    height: 220px;
}.course-rewards .caption-box {
    padding: 1.8rem 1.5rem;
}.course-rewards li {
    margin-bottom: 1rem;
}
}

@media (max-width: 480px) {.course-rewards h5 {
    font-size: calc(19px * 0.8);
}.course-rewards .photo-card {
    height: 180px;
}.course-rewards .caption-box {
    padding: 1.5rem 1.2rem;
}.course-rewards li {
    padding-left: 34px;
}.course-rewards li svg {
    width: 22px;
    height: 22px;
}
}

@media (hover: none) {.course-rewards .study-expert,
  .course-rewards .study-expert:hover {
    transform: translateY(0);
}.course-rewards .photo-card,
  .course-rewards .study-expert:hover .photo-card {
    transform: scale(1);
}.course-rewards li:hover {
    transform: translateX(0);
}}.privacy-quarters {
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(220,218,227) 0%, rgb(181,175,203,0.5) 100%);
}.privacy-quarters::before {
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(rgb(181,175,203,0.5), 0.03) 20px,
    rgba(rgb(181,175,203,0.5), 0.03) 40px
  );
    z-index: 0;
    position: absolute;
}.privacy-quarters::after {
    background: radial-gradient(circle, rgb(133,120,182,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    right: -50%;
    height: 100%;
    top: -50%;
    width: 100%;
    opacity: 0.1;
    z-index: 0;
}.privacy-quarters .container {
    max-width: 1200px;
    z-index: 1;
    animation: fadeIn 0.8s ease-out forwards;
    position: relative;
    margin: 0 auto;
}.privacy-quarters h1 {
    transform: translateX(-5px);
    letter-spacing: -0.02em;
    padding-bottom: 1rem;
    position: relative;
    font-weight: 700;
    color: rgb(181,175,203);
    opacity: 0;
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    font-size: 38px;
    animation: slideInLeft 0.6s ease-out 0.2s forwards;
}.privacy-quarters h1::after {
    left: 0;
    height: 4px;
    width: 80px;
    transform: scaleX(0);
    transform-origin: left;
    bottom: 0;
    background: linear-gradient(90deg, rgb(181,175,203) 0%, rgb(133,120,182) 100%);
    content: "";
    position: absolute;
    animation: expandWidth 0.6s ease-out 0.8s forwards;
}.privacy-quarters h2 {
    margin: 2.5rem 0 1.5rem;
    padding-left: 20px;
    opacity: 0;
    font-weight: 600;
    animation: slideInUp 0.5s ease-out 0.4s forwards;
    color: rgb(133,120,182);
    transform: translateY(10px);
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 31px;
}.privacy-quarters h2::before {
    left: 0;
    position: absolute;
    height: calc(100% - 16px);
    width: 4px;
    top: 8px;
    background: rgb(133,120,182);
    content: "";
    border-radius: 2px;
}.privacy-quarters h3 {
    font-family: Arial, sans-serif;
    padding-left: 15px;
    color: rgb(133,120,182);
    font-size: calc(31px * 0.85);
    transform: translateY(10px);
    font-weight: 600;
    margin: 2rem 0 1rem;
    position: relative;
    opacity: 0;
    animation: slideInUp 0.5s ease-out 0.5s forwards;
}.privacy-quarters h3::before {
    height: calc(100% - 16px);
    content: "";
    background: rgb(133,120,182,0.5);
    position: absolute;
    left: 0;
    width: 3px;
    border-radius: 2px;
    top: 8px;
}.privacy-quarters h4 {
    opacity: 0;
    font-weight: 600;
    font-size: calc(31px * 0.7);
    transform: translateY(8px);
    position: relative;
    padding-left: 12px;
    animation: slideInUp 0.5s ease-out 0.6s forwards;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 1.5rem 0 1rem;
}.privacy-quarters h4::before {
    height: calc(100% - 16px);
    left: 0;
    top: 8px;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1px;
    width: 2px;
}.privacy-quarters p {
    line-height: 1.7;
    transform: translateY(8px);
    opacity: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 12px;
    animation: fadeSlideUp 0.7s ease-out 0.6s forwards;
    position: relative;
    margin-bottom: 1.5rem;
}.privacy-quarters p strong {
    color: #000000;
    font-weight: 600;
    position: relative;
}.privacy-quarters p strong::after {
    width: 100%;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -2px;
    background: rgb(133,120,182,0.5);
}.privacy-quarters ul {
    list-style-type: none;
    border-left: 3px solid rgb(181,175,203,0.5);
    transform: translateX(10px);
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    margin: 0 0 2rem 0;
    animation: fadeSlideIn 0.7s ease-out 0.8s forwards;
    padding: 0.5rem 0 0.5rem 1.5rem;
    opacity: 0;
    position: relative;
}.privacy-quarters ul::before {
    opacity: 0.1;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgb(133,120,182,0.5) 0%, transparent 10%);
}.privacy-quarters li {
    padding: 0.8rem 0 0.8rem 1.8rem;
    font-size: 12px;
    margin-bottom: 0.5rem;
    font-family: Arial, sans-serif;
    color: #000000;
    opacity: 0;
    animation-delay: calc(0.9s + (0.1s * var(--li-index, 0)));
    transform: translateY(8px);
    line-height: 1.6;
    animation: listItemAppear 0.4s ease-out forwards;
    position: relative;
}.privacy-quarters li:nth-child(1) {
    --li-index: 1;
}.privacy-quarters li:nth-child(2) {
    --li-index: 2;
}.privacy-quarters li:nth-child(3) {
    --li-index: 3;
}.privacy-quarters li::before {
    position: absolute;
    transform: rotate(45deg);
    background: rgb(181,175,203);
    top: 1.2rem;
    height: 8px;
    box-shadow: 0 0 0 3px rgb(181,175,203,0.5);
    content: "";
    border-radius: 2px;
    width: 8px;
    left: 0;
}.privacy-quarters span {
    line-height: 1.7;
    color: #000000;
    animation: fadeSlideUp 0.7s ease-out 1s forwards;
    transform: translateY(10px);
    display: block;
    border-left: 1px dashed rgb(133,120,182,0.5);
    font-family: Arial, sans-serif;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    opacity: 0;
    position: relative;
    font-size: 12px;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {.privacy-quarters {
    padding: 5rem 3rem;
}.privacy-quarters h1 {
    margin-bottom: 3rem;
    font-size: calc(38px * 1.1);
}.privacy-quarters h1::after {
    width: 120px;
    height: 5px;
}.privacy-quarters h2 {
    font-size: calc(31px * 1.05);
    padding-left: 25px;
}.privacy-quarters h2::before {
    width: 6px;
}.privacy-quarters .container {
    padding: 0 2rem;
}.privacy-quarters p,
  .privacy-quarters span,
  .privacy-quarters li {
    font-size: calc(12px * 1.05);
    line-height: 1.75;
}.privacy-quarters ul {
    margin-bottom: 2.5rem;
    padding: 1rem 2rem 1rem 2.5rem;
}
}

@media (min-width: 992px) {.privacy-quarters {
    padding: 6rem 4rem;
}.privacy-quarters h1 {
    font-size: calc(38px * 1.2);
    margin-bottom: 3.5rem;
}.privacy-quarters h1::after {
    width: 150px;
}.privacy-quarters .container {
    padding: 0 4rem;
    max-width: 1400px;
}.privacy-quarters ul {
    padding: 1.5rem 2.5rem 1.5rem 3rem;
    margin: 0 0 3rem 2rem;
}.privacy-quarters h2 {
    margin: 3.5rem 0 2rem;
}.privacy-quarters p,
  .privacy-quarters span {
    margin-bottom: 2rem;
}
}

@media (max-width: 767px) {.privacy-quarters {
    padding: 3rem 1.5rem;
}.privacy-quarters h1 {
    font-size: calc(38px * 0.9);
    padding-bottom: 0.8rem;
}.privacy-quarters h2 {
    font-size: calc(31px * 0.9);
    padding-left: 15px;
}.privacy-quarters h3 {
    font-size: calc(31px * 0.75);
    padding-left: 12px;
}.privacy-quarters h4 {
    font-size: calc(31px * 0.65);
    padding-left: 10px;
}.privacy-quarters p, 
  .privacy-quarters span,
  .privacy-quarters li {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}.privacy-quarters ul {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.5rem 0.5rem 1.2rem;
}.privacy-quarters li {
    padding: 0.6rem 0 0.6rem 1.5rem;
}
}