* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.nav_start {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1194px;
}.wrapper-skeleton {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}.footer_subscribe {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.potential_students {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(218,218,233) 0%, rgb(147,146,179,0.5) 100%);
    position: relative;
    overflow: hidden;
}.potential_students::before {
    left: 0;
    top: 0;
    z-index: 1;
    background-size: 50px 50px;
    width: 100%;
    opacity: 0.1;
    content: '';
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(183,182,209,0.5) 46%, rgb(183,182,209,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(147,146,179,0.5) 46%, rgb(147,146,179,0.5) 54%, transparent 55%);
    position: absolute;
}.potential_students::after {
    height: 100%;
    position: absolute;
    opacity: 0.4;
    content: '';
    top: 0;
    width: 100%;
    background-size: 180px 180px;
    background-image: radial-gradient(circle at 50% 50%, rgb(183,182,209,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(183,182,209,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(183,182,209,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(183,182,209,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(183,182,209,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(183,182,209,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(183,182,209,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(183,182,209,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(183,182,209,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(183,182,209,0.5) 0%, transparent 2%);
    animation: pulseDots 10s infinite alternate;
    z-index: 1;
    left: 0;
}.potential_students .achieve_goals {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}.potential_students h3 {
    margin-bottom: 3rem;
    font-weight: 700;
    box-shadow: -5px 0 15px rgb(183,182,209,0.5);
    text-align: left;
    position: relative;
    color: rgb(147,146,179);
    border-left: 4px solid rgb(183,182,209);
    padding-left: 1.5rem;
    font-size: 30px;
}.potential_students ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.potential_students li {
    align-items: center;
    padding: 1.8rem;
    position: relative;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
    border-radius: 14px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
}.potential_students li::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    content: '';
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
}.potential_students li::after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(183,182,209);
    width: 5px;
    opacity: 0.7;
    content: '';
    transition: width 0.4s ease, opacity 0.4s ease;
    height: 100%;
}.potential_students li:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(183,182,209,0.5);
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px) scale(1.02);
}.potential_students li:hover::after {
    opacity: 1;
    width: 8px;
}.potential_students li svg {
    filter: drop-shadow(0 0 8px rgb(183,182,209,0.5));
    animation: pulseIcon 3s infinite alternate;
    fill: rgb(183,182,209);
    width: 40px;
    margin-right: 1.5rem;
    flex-shrink: 0;
    height: 40px;
    transition: all 0.4s ease;
}.potential_students li:hover svg {
    animation-duration: 1.5s;
}.potential_students li svg path {
    transition: all 0.4s ease;
}.potential_students li:hover svg path {
    fill: rgb(183,182,209);
}.potential_students li {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
}.potential_students li:nth-child(1)::after {
    animation-delay: 0s;
}.potential_students li:nth-child(2)::after {
    animation-delay: 0.5s;
}.potential_students li:nth-child(3)::after {
    animation-delay: 1s;
}.potential_students li:nth-child(4)::after {
    animation-delay: 1.5s;
}.potential_students li:nth-child(1) svg {
    animation-delay: 0s;
}.potential_students li:nth-child(2) svg {
    animation-delay: 1s;
}.potential_students li:nth-child(3) svg {
    animation-delay: 0.5s;
}.potential_students li:nth-child(4) svg {
    animation-delay: 1.5s;
}

@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(183,182,209,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(183,182,209));
    }
}

@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(183,182,209,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(183,182,209);
    }
}

@media (max-width: 991px) {.potential_students {
    padding: 4rem 0;
}.potential_students h3 {
    padding-left: 1.2rem;
    font-size: calc(30px * 0.9);
}.potential_students li {
    padding: 1.5rem;
}.potential_students li svg {
    height: 35px;
    margin-right: 1.2rem;
    width: 35px;
}
}

@media (max-width: 767px) {.potential_students {
    padding: 3rem 0;
}.potential_students ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.potential_students h3 {
    border-bottom: 4px solid rgb(183,182,209);
    font-size: calc(30px * 0.8);
    box-shadow: 0 5px 15px rgb(183,182,209,0.5);
    padding-left: 0;
    border-left: none;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
    text-align: center;
}.potential_students li {
    padding: 1.2rem;
}.potential_students li svg {
    width: 30px;
    height: 30px;
    margin-right: 1rem;
}}.client_comments {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(180deg, rgb(218,218,233) 0%, rgba(0, 0, 0, 0.5) 100%);
    perspective: 1000px;
}.client_comments::before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(183,182,209,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(147,146,179,0.5) 0%, transparent 15%);
    opacity: 0.6;
    width: 100%;
}.client_comments::after {
    background-size: 30px 30px;
    content: "";
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.2;
    position: absolute;
}.client_comments .container {
    position: relative;
    z-index: 2;
}.client_comments h2 {
    display: inline-block;
    margin-bottom: 4rem;
    letter-spacing: 2px;
    font-weight: 700;
    transform: translateX(-50%);
    text-align: center;
    text-transform: uppercase;
    padding: 0 2rem;
    font-size: 29px;
    left: 50%;
    color: #000000;
    position: relative;
}.client_comments h2::before, 
.client_comments h2::after {
    top: 50%;
    width: 50px;
    height: 3px;
    content: "";
    animation: neonPulse 2s infinite alternate;
    background: rgb(183,182,209);
    position: absolute;
}.client_comments h2::before {
    left: -30px;
}.client_comments h2::after {
    right: -30px;
}.client_comments .feedback_testimonials {
    justify-content: center;
    display: flex;
    perspective: 1000px;
    flex-wrap: wrap;
    gap: 2rem;
}.client_comments .user_reviews {
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 280px;
    flex: 0 0 calc(33.333% - 2rem);
    overflow: hidden;
    transform-style: preserve-3d;
    flex-direction: column;
    position: relative;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateZ(0) rotateY(0);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    display: flex;
    max-width: calc(33.333% - 2rem);
    border-radius: 10px;
    padding: 2rem;
}.client_comments .user_reviews::before {
    content: "";
    inset: 0;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0;
    border: 2px solid transparent;
    background: linear-gradient(45deg, rgb(183,182,209), rgb(147,146,179)) border-box;
    transition: opacity 0.5s ease;
    border-radius: 10px;
    position: absolute;
}.client_comments .user_reviews:hover {
    transform: translateZ(20px) rotateY(5deg);
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.2);
}.client_comments .user_reviews:hover::before {
    animation: borderGlow 1.5s infinite alternate;
    opacity: 1;
}.client_comments .user_reviews:nth-child(even):hover {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px) rotateY(-5deg);
}.client_comments .user_reviews img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 90px;
    border: 3px solid #ffffff;
    object-fit: cover;
    z-index: 2;
    border-radius: 50%;
    transition: all 0.4s ease;
    margin-bottom: 1.5rem;
    position: relative;
    width: 90px;
}.client_comments .user_reviews:hover img {
    box-shadow: 0 0 15px rgb(183,182,209,0.5);
    transform: scale(1.05);
    border-color: rgb(183,182,209);
}.client_comments .user_reviews p {
    text-align: center;
    margin: 0;
    color: #000000;
    font-weight: 600;
    font-size: calc(18px * 1.1);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}.client_comments .user_reviews .description {
    position: relative;
    color: #000000;
    text-align: center;
    margin-top: 1rem;
    font-weight: 400;
    z-index: 2;
    padding-top: 1rem;
    font-size: 18px;
}.client_comments .user_reviews .description::after {
    top: 0;
    height: 2px;
    width: 40px;
    background: rgb(147,146,179,0.5);
    transform: translateX(-50%);
    content: "";
    left: 50%;
    transition: all 0.3s ease;
    position: absolute;
}.client_comments .user_reviews:hover .description::after {
    box-shadow: 0 0 10px rgb(183,182,209,0.5);
    background: rgb(183,182,209);
    width: 60px;
}

@keyframes neonPulse {
    0% {
        box-shadow: 0 0 5px rgb(183,182,209), 0 0 10px rgb(183,182,209,0.5);
    }
    100% {
        box-shadow: 0 0 20px rgb(183,182,209), 0 0 30px rgb(183,182,209,0.5);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.client_comments {
    padding: 4rem 0;
}.client_comments h2 {
    margin-bottom: 3rem;
}.client_comments .user_reviews {
    max-width: calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
}
}

@media (max-width: 767px) {.client_comments h2 {
    font-size: calc(29px * 0.9);
}.client_comments h2::before,
    .client_comments h2::after {
    width: 30px;
}.client_comments h2::before {
    left: -15px;
}.client_comments h2::after {
    right: -15px;
}.client_comments .feedback_testimonials {
    gap: 1.5rem;
    flex-direction: column;
}.client_comments .user_reviews {
    padding: 1.5rem;
    flex: 1 1 100%;
    max-width: 100%;
}.client_comments .user_reviews,
    .client_comments .user_reviews:hover,
    .client_comments .user_reviews:nth-child(even):hover {
    transform: none;
}.client_comments .user_reviews img {
    height: 70px;
    width: 70px;
}
}

@media (max-width: 480px) {.client_comments {
    padding: 3rem 0;
}.client_comments h2 {
    font-size: calc(29px * 0.8);
}.client_comments .user_reviews {
    padding: 1.25rem;
}.client_comments .user_reviews img {
    height: 60px;
    width: 60px;
}}.education_history {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(218,218,233) 0%, #ffffff 100%);
}.education_history::before {
    position: absolute;
    content: "";
    opacity: 0.1;
    transform: perspective(1000px) rotateX(5deg);
    background-size: 120px 120px;
    z-index: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(183,182,209,0.5) 49.5%, rgb(183,182,209,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(147,146,179,0.5) 49.5%, rgb(147,146,179,0.5) 50.5%, transparent 50.5%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}.education_history .container {
    transform-style: preserve-3d;
    position: relative;
    max-width: 1200px;
    perspective: 1000px;
    margin: 0 auto;
    z-index: 1;
}.education_history .user_reviews {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 3rem;
    display: grid;
    background: #ffffff;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-gap: 2rem;
}.education_history .user_reviews:hover {
    transform: perspective(1000px) rotateY(0deg);
}.education_history .user_reviews::before {
    top: -10px;
    z-index: -1;
    left: -10px;
    transition: opacity 0.5s ease;
    filter: blur(8px);
    right: -10px;
    position: absolute;
    bottom: -10px;
    content: "";
    background: linear-gradient(135deg, rgb(183,182,209,0.5) 0%, rgb(147,146,179,0.5) 100%);
    opacity: 0;
}.education_history .user_reviews:hover::before {
    opacity: 0.7;
}.education_history .user_reviews > div:nth-child(1) {
    grid-area: photo;
}.education_history .user_reviews > div:nth-child(2) {
    grid-area: info;
}.education_history .user_reviews > div:nth-child(3) {
    grid-area: quote;
}.education_history .pic_zoom {
    height: 240px;
    width: 240px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateZ(30px);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
}.education_history .user_reviews:hover .pic_zoom {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.education_history .pic_zoom::after {
    background: linear-gradient(135deg, rgb(183,182,209,0.5) 0%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.3;
    width: 100%;
    transition: opacity 0.4s ease;
    height: 100%;
}.education_history .user_reviews:hover .pic_zoom::after {
    opacity: 0.5;
}.education_history .name {
    transition: transform 0.3s ease;
    font-weight: 700;
    transform: translateZ(15px);
    position: relative;
    margin: 0 0 0.5rem;
    font-size: calc(19px * 1.2);
    color: rgb(183,182,209);
}.education_history .name::after {
    height: 3px;
    position: absolute;
    bottom: -10px;
    transform-origin: left;
    width: 60px;
    left: 0;
    content: "";
    background: rgb(147,146,179);
    transition: transform 0.4s ease-out;
    transform: scaleX(0.7);
}.education_history .user_reviews:hover .name::after {
    transform: scaleX(1);
}.education_history .user_reviews > div:nth-child(2) > div {
    position: relative;
    color: rgb(147,146,179);
    font-size: calc(18px * 1.1);
    margin-top: 1.5rem;
    transform: translateZ(10px);
    font-family: Arial, sans-serif;
    font-weight: 600;
}.education_history .exp_items {
    text-align: justify;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    line-height: 1.8;
    transform: translateZ(5px);
}.education_history .exp_items::before {
    left: -1.5rem;
    position: absolute;
    font-family: Georgia, serif;
    opacity: 0.2;
    font-size: 6rem;
    transform: translateZ(5px);
    transition: all 0.4s ease;
    top: -3.5rem;
    content: "";
    color: rgb(183,182,209,0.5);
}.education_history .user_reviews:hover .exp_items::before {
    opacity: 0.4;
    transform: translateZ(15px) translateY(-10px);
}

@media (min-width: 768px) {.education_history .user_reviews {
    grid-template-areas:
            "photo info"
            "quote quote";
    grid-template-columns: auto 1fr;
    padding: 4rem;
    align-items: center;
}.education_history .user_reviews > div:nth-child(2) {
    padding-left: 2rem;
}.education_history .exp_items {
    margin-top: 2rem;
}
}

@media (min-width: 992px) {.education_history {
    padding: 8rem 0;
}.education_history .user_reviews {
    grid-template-rows: auto 1fr;
    padding: 5rem;
    grid-template-areas:
            "photo info"
            "photo quote";
    grid-template-columns: auto 1fr;
}.education_history .exp_items {
    padding-left: 2rem;
    margin-top: 0;
}.education_history .pic_zoom {
    height: 280px;
    width: 280px;
}
}

@media (max-width: 767px) {.education_history .user_reviews {
    transform: perspective(1000px) rotateY(0deg);
    grid-template-areas:
            "pic_zoom"
            "support_inquiry"
            "exp_items";
    padding: 2rem;
}.education_history .pic_zoom {
    margin: 0 auto;
    width: 180px;
    height: 180px;
}.education_history .name {
    text-align: center;
    margin-top: 1.5rem;
}.education_history .name::after {
    transform: translateX(-50%) scaleX(0.7);
    left: 50%;
}.education_history .user_reviews:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.education_history .user_reviews > div:nth-child(2) > div {
    text-align: center;
    margin-top: 1rem;
}.education_history .exp_items {
    margin-top: 1.5rem;
    text-align: left;
}}.secure_grotto {
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    color: #000000;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 2em 3em;
}.secure_grotto h1 {
    text-align: left;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 1em;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(183,182,209);
    padding-bottom: 0.5em;
    color: rgb(183,182,209);
}.secure_grotto h2 {
    font-weight: 600;
    font-size: 37px;
    color: rgb(147,146,179);
    margin-bottom: 1em;
    text-transform: uppercase;
}.secure_grotto h3,
.secure_grotto h4,
.secure_grotto h5,
.secure_grotto h6 {
    font-weight: 400;
    color: #000000;
    margin-bottom: 0.75em;
}.secure_grotto h3 {
    font-size: calc(23px - 0.2em);
}.secure_grotto h4 {
    font-size: calc(23px - 0.4em);
}.secure_grotto h5 {
    font-size: 23px;
}.secure_grotto h6 {
    font-size: 21px;
}.secure_grotto ul,
.secure_grotto ol {
    margin: 1em 0;
    padding-left: 2em;
    list-style: none;
}.secure_grotto li {
    margin-bottom: 0.5em;
    font-size: 12px;
    color: #000000;
}.secure_grotto p {
    font-size: 12px;
    margin-bottom: 1em;
    color: #000000;
    line-height: 1.5;
}.secure_grotto span {
    font-weight: 600;
    color: rgb(183,182,209);
}.secure_grotto div {
    margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {.secure_grotto {
    padding: 1em 1.5em;
    border-radius: 10px;
}.secure_grotto h1 {
    font-size: calc(23px - 0.4em);
}.secure_grotto h2 {
    font-size: calc(23px - 0.3em);
}.secure_grotto p,
    .secure_grotto li {
    font-size: calc(12px - 0.1em);
}}
.secure_grotto h1::before {
    background-color: rgb(183,182,209);
    margin-bottom: 0.5em;
    content: "";
    display: block;
    width: 50px;
    height: 3px;
}.secure_grotto h2::before {
    display: block;
    width: 30px;
    background-color: rgb(147,146,179);
    height: 3px;
    content: "";
    margin-bottom: 0.5em;
}.secure_grotto ul li::before,
.secure_grotto ol li::before {
    margin-right: 0.5em;
    width: 6px;
    content: "";
    background-color: rgb(183,182,209);
    display: inline-block;
    border-radius: 50%;
    height: 6px;
}.secure_grotto a {
    text-decoration: none;
    border-bottom: 1px solid rgb(183,182,209);
    color: rgb(183,182,209);
}.secure_grotto a:hover {
    color: rgb(147,146,179);
    border-bottom: 1px solid rgb(147,146,179);
}.secure_grotto blockquote {
    color: #000000;
    font-style: normal;
    margin: 1em 0;
    background-color: rgb(147,146,179,0.5);
    padding: 1em;
    border-left: 4px solid rgb(183,182,209);
}.cookie_warning_notice {
    background: rgb(218,218,233);
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 2px solid rgb(183,182,209);
    z-index: 90;
}.cookie_hide {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.cookie_warning_notice h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#cookie_banneralert {
    display: none;
}#cookie_banneralert:checked ~ .cookie_warning_notice {
    opacity: 0;
    visibility: hidden;
}.cookie_warning_notice p {
    font-size: 18px;
}.accept_cookies {
    margin-right: 10px;
    flex-shrink: 0;
}.accept_cookies svg, .accept_cookies svg path, .accept_cookies img {
    width: 100px;
    height: 100px;
    fill: rgb(183,182,209);
}.privacy_ctrl {
    cursor: pointer;
    text-decoration: none;
    min-width: 120px;
    font-size: 24px;
    flex-shrink: 0;
    color: rgb(183,182,209);
    border-bottom: 2px solid rgb(183,182,209);
    line-height: 35px;
    margin-left: 10px;
    white-space: nowrap;
    text-align: center;
}.cookie_warning_notice p a {
    color: rgb(183,182,209);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_warning_notice {
    padding: 20px;
}}

.wrapper-skeleton .cookie_warning_notice {
    padding: 40px 0;
    border: none;
    box-shadow: rgb(147,146,179,0.5) 0px 0px 40px 39px;
    background: rgb(147,146,179);
}.wrapper-skeleton .privacy_ctrl {
    color: #ffffff;
    font-size: 20px;
    border: none;
    background: rgb(183,182,209);
    font-weight: 400;
    margin-left: 30px;
    padding: 10px;
}.wrapper-skeleton .track_settings h5, .wrapper-skeleton .track_settings p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.accept_cookies {
    display: none;
}.cookie_hide {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_warning_notice h5 {
    text-align: center;
}.cookie_warning_notice p {
    text-align: center;
}.track_settings {
    margin-bottom: 20px;
}body .wrapper-skeleton .privacy_ctrl {
    margin-left: 0;
    margin-bottom: 10px;
}}.title_section {
    min-height: 650px;
    background-color: rgb(218,218,233);
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: relative;
}.title_section .achieve_goals {
    position: relative;
    height: 100%;
    justify-content: center;
    width: 100%;
    align-items: center;
    display: flex;
}.title_section .main_intro {
    width: 100%;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}.title_section .main_intro::before {
    height: 100%;
    content: '';
    background: linear-gradient(
        225deg,
        #000000 0%,
        rgb(183,182,209,0.5) 30%,
        rgba(0, 0, 0, 0.5) 70%,
        rgb(147,146,179,0.5) 100%
    );
    z-index: 2;
    top: 0;
    width: 100%;
    position: absolute;
    opacity: 0.65;
    left: 0;
}.title_section .main_intro::after {
    top: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    background: linear-gradient(
        0deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 25%,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 75%,
        #000000 100%
    );
    opacity: 0.8;
    height: 100%;
    content: '';
}.title_section .start_intro {
    display: flex;
    animation: slide-sequence 35s linear infinite;
    height: 100%;
}.title_section .learning_intro {
    flex: 0 0 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}.title_section .learning_intro img {
    width: 100%;
    animation: zoom-pan 30s ease alternate infinite;
    filter: saturate(1.1) contrast(1.05);
    object-fit: cover;
    height: 100%;
}.title_section .learning_intro:nth-child(2n) img {
    animation-direction: alternate-reverse;
}.title_section .learning_intro::before {
    mix-blend-mode: multiply;
    z-index: 1;
    background: radial-gradient(
        circle at center,
        transparent 40%,
        rgba(0, 0, 0, 0.5) 100%
    );
    opacity: 0.3;
    inset: 0;
    position: absolute;
    content: '';
}.title_section .text_slot {
    padding: 3rem;
    z-index: 10;
    box-shadow: 0 10px 30px #000000;
    border: 1px solid #000000;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgb(183,182,209,0.5) 80%,
        rgba(0, 0, 0, 0.5) 100%
    );
    transform: translateZ(0);
    border-radius: 12px;
    opacity: 0.85;
    backdrop-filter: blur(3px);
    border-color: rgba(255, 255, 255, 0.1);
    width: 90%;
    max-width: 750px;
    text-align: center;
    position: relative;
}.title_section .text_slot::before {
    content: '';
    animation: border-glow 6s ease-in-out infinite alternate;
    position: absolute;
    border-radius: calc(12px + 3px);
    z-index: -1;
    background: linear-gradient(
        45deg,
        #000000 0%,
        rgb(183,182,209,0.5) 50%,
        #000000 100%
    );
    inset: -3px;
    opacity: 0.4;
}.title_section .text_slot h1 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    font-size: 38px;
    color: #ffffff;
    display: inline-block;
}.title_section .text_slot h1::after {
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(
        to right,
        transparent,
        rgb(183,182,209,0.5),
        transparent
    );
    content: '';
    left: 0;
    bottom: -10px;
}.title_section .text_slot p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #ffffff;
    opacity: 0.95;
}.title_section .text_slot .inquiry_query {
    font-size: 20px;
    transition: all 0.3s ease;
    color: #ffffff;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    box-shadow: 0 5px 15px #000000;
    font-weight: 600;
    position: relative;
    border-radius: 10px;
    padding: 0.8rem 2.2rem;
    text-decoration: none;
    background: linear-gradient(
        90deg,
        rgb(183,182,209) 0%,
        #000000 100%
    );
}.title_section .text_slot .inquiry_query::before {
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: opacity 0.5s ease;
    background: linear-gradient(
        90deg,
        #000000 0%,
        rgb(183,182,209) 100%
    );
}.title_section .text_slot .inquiry_query:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px #000000;
}.title_section .text_slot .inquiry_query:hover::before {
    opacity: 1;
}

@keyframes slide-sequence {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% * var(--image-count, 5)));
    }
}

@keyframes zoom-pan {
    0% {
        transform: scale(1.05) translate(0, 0);
    }
    25% {
        transform: scale(1.1) translate(5px, -5px);
    }
    50% {
        transform: scale(1.15) translate(0, 0);
    }
    75% {
        transform: scale(1.1) translate(-5px, 5px);
    }
    100% {
        transform: scale(1.05) translate(0, 0);
    }
}

@keyframes border-glow {
    0% {
        opacity: 0.2;
        filter: blur(3px);
    }
    100% {
        opacity: 0.4;
        filter: blur(1px);
    }
}

@media (max-width: 1200px) {.title_section .text_slot {
    max-width: 700px;
    padding: 2.5rem;
}.title_section .text_slot h1 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 992px) {.title_section .text_slot {
    max-width: 600px;
    padding: 2rem;
}.title_section .text_slot h1 {
    font-size: 38px;
}.title_section .text_slot p {
    font-size: calc(14px * 0.95);
}
    
}

@media (max-width: 768px) {.title_section {
    height: 90vh;
}.title_section .text_slot {
    max-width: 500px;
    width: 85%;
    padding: 1.8rem;
}.title_section .text_slot h1 {
    margin-bottom: 1.2rem;
}.title_section .text_slot h1::after {
    bottom: -8px;
}.title_section .text_slot p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
}.title_section .text_slot .inquiry_query {
    padding: 0.7rem 2rem;
}

}

@media (max-width: 576px) {.title_section {
    height: 80vh;
}.title_section .text_slot {
    padding: 1.5rem;
    width: 90%;
}.title_section .text_slot h1 {
    margin-bottom: 1rem;
    font-size: calc(38px * 0.9);
}.title_section .text_slot h1::after {
    bottom: -6px;
    height: 1px;
}.title_section .text_slot p {
    margin-bottom: 1.2rem;
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.title_section .text_slot .inquiry_query {
    padding: 0.6rem 1.8rem;
    font-size: calc(20px * 0.95);
}
}

@media (max-width: 420px) {.title_section {
    height: 70vh;
}.title_section .text_slot {
    padding: 1.2rem;
}.title_section .text_slot h1 {
    font-size: calc(38px * 0.8);
}.title_section .text_slot p {
    margin-bottom: 1rem;
    font-size: calc(14px * 0.85);
}.title_section .text_slot .inquiry_query {
    font-size: calc(20px * 0.9);
    padding: 0.5rem 1.5rem;
}
    
}

@media (max-height: 600px) {.title_section {
    height: auto;
    min-height: 450px;
}.title_section .text_slot {
    padding: 1.5rem;
}.title_section .text_slot h1 {
    margin-bottom: 0.8rem;
}.title_section .text_slot p {
    margin-bottom: 1rem;
}
}

@supports ((-webkit-backdrop-filter: blur(3px)) or (backdrop-filter: blur(3px))) {.title_section .text_slot {
    backdrop-filter: blur(3px);
    background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgb(183,182,209,0.5) 80%,
            rgba(0, 0, 0, 0.5) 100%
        );
    -webkit-backdrop-filter: blur(3px);
}}

.title_section .start_intro {
    animation-duration: calc(var(--image-count, 5) * 7s);
    --image-count: 5;
}.title_section:has(.learning_intro:nth-child(2)) .start_intro {
    --image-count: 2;
}.title_section:has(.learning_intro:nth-child(3)):not(.learning_intro:nth-child(4)) .start_intro {
    --image-count: 3;
}.title_section:has(.learning_intro:nth-child(4)):not(.learning_intro:nth-child(5)) .start_intro {
    --image-count: 4;
}.title_section:has(.learning_intro:nth-child(5)) .start_intro {
    --image-count: 5;
}header {
    padding: 0;
    margin-top: 0;
    background: rgb(147,146,179);
    position: relative;
    z-index: 100;
    overflow: visible;
}header::before {
    background-size: 20px 20px;
    content: '';
    z-index: 0;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    top: 0;
}header::after {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: 
        linear-gradient(to right, transparent 0%, rgb(147,146,179,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(147,146,179,0.5) 50%, transparent 100%);
    content: '';
    z-index: 0;
    width: 100%;
}header .first_lesson {
    align-items: center;
    justify-content: space-between;
    z-index: 5;
    display: flex;
    position: relative;
    padding: 1.3rem 2.5rem;
}header .head_top {
    overflow: hidden;
    padding: 0.5rem 0.7rem;
    flex: 0 0 auto;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    border-left: 3px solid rgb(183,182,209);
    margin-right: 2rem;
}header .head_top::before {
    transition: all 0.4s ease;
    top: 0;
    width: 100%;
    position: absolute;
    opacity: 0;
    height: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    transform: scaleX(0);
    content: '';
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}header .head_top:hover {
    box-shadow: 5px 0 15px -5px rgb(183,182,209);
    transform: translateX(5px);
}header .head_top:hover::before {
    transform: scaleX(1);
    opacity: 1;
}header .head_wrap {
    transition: all 0.3s ease;
    position: relative;
    display: block;
}header .head_wrap::after {
    bottom: -5px;
    background: rgb(183,182,209);
    position: absolute;
    right: -5px;
    transition: all 0.3s ease;
    content: '';
    height: 10px;
    width: 10px;
    opacity: 0;
}header .head_wrap:hover::after {
    opacity: 1;
}header .head_wrap img {
    max-height: 40px;
    filter: brightness(1.1);
}header .top_wrap {
    margin: 0;
    z-index: 2;
    list-style: none;
    padding: 0;
    display: flex;
    position: relative;
}header .top_wrap::before {
    width: 40px;
    content: '';
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    height: 1px;
    background: rgb(183,182,209);
    right: -20px;
}header .nav_header {
    position: relative;
    margin: 0 1px;
}header .nav_header a {
    display: flex;
    border-left: 1px solid transparent;
    align-items: center;
    padding: 0 1.2rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    z-index: 1;
    letter-spacing: 1px;
    height: 45px;
    justify-content: center;
    border-right: 1px solid transparent;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}header .nav_header a::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    background: rgb(183,182,209);
    transform: translateX(-100%);
    height: 100%;
    content: '';
    transition: transform 0.3s ease;
    top: 0;
}header .nav_header a:hover {
    border-left-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}header .nav_header a:hover::before {
    transform: translateX(0);
}header .nav_header a::after {
    left: 0;
    background: rgb(183,182,209);
    content: '';
    transform: scaleX(0);
    height: 2px;
    top: 0;
    position: absolute;
    transition: transform 0.3s ease;
    transform-origin: right;
    width: 100%;
}header .nav_header a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}header .nav_header::before {
    background: rgb(183,182,209);
    transition: transform 0.3s ease;
    height: 5px;
    transform: translateY(-50%) scale(0);
    width: 5px;
    top: 50%;
    position: absolute;
    left: -10px;
    content: '';
}header .nav_header:hover::before {
    transform: translateY(-50%) scale(1);
}header .first_lesson::before {
    content: '';
    top: 20px;
    background: rgb(183,182,209);
    height: 1px;
    position: absolute;
    width: 30px;
    left: 20px;
}header .first_lesson::after {
    position: absolute;
    width: 1px;
    left: 20px;
    height: 30px;
    content: '';
    background: rgb(183,182,209);
    top: 20px;
}.nav_start {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
    background: rgb(218,218,233);
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .nav_header:last-child::after {
    content: '|';
    color: rgb(183,182,209);
    transform: translateY(-50%);
    font-weight: 700;
    position: absolute;
    animation: typingCursor 1s infinite;
    right: -10px;
    top: 50%;
}

@media (min-width: 1400px) {header .first_lesson {
    margin: 0 auto;
    max-width: 1320px;
}header .nav_header {
    margin: 0 2px;
}header .nav_header a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .first_lesson {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head_top {
    margin-right: 0;
    margin-bottom: 0;
}header .top_wrap {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .top_wrap::before {
    display: none;
}header .nav_header a {
    font-size: calc(17px - 1px);
    padding: 0 1rem;
    height: 40px;
}header .nav_header::before {
    display: none;
}header .first_lesson::before,
    header .first_lesson::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .first_lesson {
    padding: 0.8rem 1.5rem;
}header .head_top {
    padding: 0.4rem 0.6rem;
    max-width: 140px;
}header .head_wrap img {
    max-height: 35px;
}header .top_wrap {
    justify-content: flex-start;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}header .top_wrap::-webkit-scrollbar {
    height: 3px;
}header .top_wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(183,182,209);
}header .nav_header {
    margin: 0;
    flex: 0 0 auto;
}header .nav_header a {
    padding: 0 0.8rem;
    height: 35px;
    font-size: calc(17px - 2px);
    letter-spacing: 0.5px;
    white-space: nowrap;
}header .nav_header:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .first_lesson {
    padding: 0.7rem 1.2rem;
}header .head_top {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .nav_header a {
    height: 32px;
    font-size: calc(17px - 3px);
    padding: 0 0.6rem;
}}.contact_panel {
    padding: 0;
    position: relative;
}.contact_panel::before {
    height: 100%;
    background: rgb(218,218,233);
    content: '';
    top: 0;
    position: absolute;
    opacity: 0.85;
    left: 0;
    width: 100%;
}.contact_panel .container {
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 1400px;
}.contact_panel .help_panel {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(12, 1fr);
}.contact_panel .connect_card {
    background: #ffffff;
    margin-top: 80px;
    overflow: hidden;
    border-radius: 21px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 10;
    grid-row: 1 / 2;
    grid-column: 3 / 11;
}.contact_panel .connect_card h3 {
    background: rgb(183,182,209);
    padding: 40px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-align: center;
    font-size: 32px;
}.contact_panel .connect_card div {
    align-items: center;
    padding: 20px;
    flex-direction: column;
    text-align: center;
    display: flex;
}.contact_panel .connect_card svg {
    margin-bottom: 15px;
    border-radius: 50%;
    height: 50px;
    background: rgb(218,218,233);
    width: 50px;
    padding: 10px;
}.contact_panel .connect_card svg path {
    fill: rgb(183,182,209);
}.contact_panel .connect_card span {
    font-size: 16px;
    color: #000000;
}.contact_panel .connect_card a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(183,182,209);
}.contact_panel .connect_card a:hover {
    color: rgb(147,146,179);
}.contact_panel .request_panel {
    grid-column: 1 / 13;
    margin-top: -100px;
    padding: 170px 0 100px;
    grid-row: 2 / 4;
    background: rgb(183,182,209);
}.contact_panel form {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    width: 60%;
    padding: 60px;
    max-width: 700px;
    border-radius: 21px;
    margin: 0 auto;
    background: #ffffff;
}.contact_panel form h3 {
    position: relative;
    color: #000000;
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
}.contact_panel form h3::after {
    transform: translateX(-50%);
    bottom: -15px;
    width: 70px;
    left: 50%;
    content: '';
    position: absolute;
    height: 3px;
    background: rgb(183,182,209);
}.contact_panel form input[type="text"],
.contact_panel form input[type="email"] {
    margin-bottom: 25px;
    width: 100%;
    border-radius: 10px;
    padding: 18px 20px;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid rgb(218,218,233);
    transition: all 0.3s ease;
    color: #000000;
}.contact_panel form input[type="text"]:focus,
.contact_panel form input[type="email"]:focus {
    outline: none;
    border-color: rgb(183,182,209);
    box-shadow: 0 0 0 3px rgb(183,182,209,0.5);
}.contact_panel form input::placeholder {
    color: #000000;
}.contact_panel .request_query {
    display: flex;
    align-items: flex-start;
    margin: 25px 0;
}.contact_panel .request_query input[type="checkbox"] {
    width: 22px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 10px;
    height: 22px;
    flex-shrink: 0;
    margin-right: 15px;
    position: relative;
    border: 2px solid rgb(218,218,233);
}.contact_panel .request_query input[type="checkbox"]:checked {
    border-color: rgb(183,182,209);
    background-color: rgb(183,182,209);
}.contact_panel .request_query input[type="checkbox"]:checked::before {
    border: solid #ffffff;
    width: 6px;
    left: 7px;
    transform: rotate(45deg);
    top: 4px;
    height: 10px;
    border-width: 0 2px 2px 0;
    position: absolute;
    content: '';
}.contact_panel .request_query label {
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
}.contact_panel .request_query a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(183,182,209);
    font-weight: 600;
}.contact_panel .request_query a:hover {
    color: rgb(147,146,179);
}.contact_panel .inquiry_query {
    padding: 18px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 17px;
    background: rgb(183,182,209);
    color: #ffffff;
    border: none;
    font-weight: 700;
    width: 100%;
}.contact_panel .inquiry_query:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: rgb(147,146,179);
}

@media (max-width: 1200px) {.contact_panel .connect_card {
    grid-column: 2 / 12;
}.contact_panel form {
    width: 70%;
}
}

@media (max-width: 992px) {.contact_panel .connect_card {
    grid-column: 1 / 13;
    margin: 60px 20px 0;
}.contact_panel form {
    padding: 50px 40px;
    width: 80%;
}
}

@media (max-width: 768px) {.contact_panel .connect_card h3 {
    padding: 30px;
    font-size: calc(32px * 0.9);
}.contact_panel .request_panel {
    padding: 150px 20px 80px;
}.contact_panel form {
    width: 100%;
    padding: 40px 30px;
}.contact_panel form h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 35px;
}
}

@media (max-width: 576px) {.contact_panel .connect_card {
    margin: 40px 15px 0;
}.contact_panel .connect_card h3 {
    font-size: calc(32px * 0.85);
    padding: 25px 20px;
}.contact_panel .request_panel {
    padding: 130px 15px 60px;
}.contact_panel form {
    padding: 30px 20px;
}.contact_panel form input[type="text"],
    .contact_panel form input[type="email"] {
    margin-bottom: 20px;
    padding: 15px;
}}.course_highlights {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(218,218,233) 0%, rgba(245, 247, 252, 0.95) 100%);
    position: relative;
    overflow: hidden;
}.course_highlights::before {
    opacity: 0.1;
    position: absolute;
    z-index: 1;
    transform: rotate(35deg);
    height: 300px;
    right: -50px;
    content: '';
    top: -50px;
    width: 300px;
    background: rgb(183,182,209,0.5);
}.course_highlights::after {
    transform: rotate(-15deg);
    left: -50px;
    bottom: -50px;
    content: '';
    height: 250px;
    z-index: 1;
    position: absolute;
    width: 250px;
    background: rgb(147,146,179,0.5);
    opacity: 0.15;
}.course_highlights .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.course_highlights .training_map {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
}.course_highlights .pic_zoom {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-3deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 400px;
    position: relative;
}.course_highlights .pic_zoom::before {
    position: absolute;
    content: '';
    left: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom right,
        rgba(rgb(183,182,209), 0.2),
        rgba(rgb(147,146,179), 0.2)
    );
    width: 100%;
    height: 100%;
    top: 0;
}.course_highlights .pic_zoom::after {
    transition: all 0.5s ease;
    left: 20px;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    content: '';
    z-index: 2;
    position: absolute;
    top: 20px;
    transform: scale(0.95);
    opacity: 0;
    bottom: 20px;
}.course_highlights .pic_zoom:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_highlights .pic_zoom:hover::after {
    transform: scale(1);
    opacity: 1;
}.course_highlights .text_slot {
    padding: 10px 0 0 0;
    position: relative;
}.course_highlights h3 {
    margin-bottom: 25px;
    opacity: 0;
    line-height: 1.3;
    font-weight: 700;
    transform: translateX(-5px);
    font-size: calc(37px * 0.9);
    color: #000000;
    position: relative;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}.course_highlights h3::after {
    animation: expandLine 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s forwards;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    transform-origin: left;
    width: 80px;
    bottom: -12px;
    height: 3px;
    content: '';
    background: linear-gradient(90deg, rgb(183,182,209) 0%, rgb(147,146,179) 100%);
}.course_highlights .description {
    transform: translateY(10px);
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.4s forwards;
    font-size: 14px;
    position: relative;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
}.course_highlights p.description {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 20px;
    scrollbar-color: rgb(183,182,209,0.5) rgb(218,218,233);
    scrollbar-width: thin;
}.course_highlights p.description::-webkit-scrollbar {
    width: 6px;
}.course_highlights p.description::-webkit-scrollbar-track {
    background: rgb(218,218,233);
}.course_highlights p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(183,182,209,0.5);
}.course_highlights span.description {
    display: none;
}

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

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

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

@media (min-width: 768px) {.course_highlights .training_map {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.course_highlights .pic_zoom {
    height: 550px;
    transform: perspective(1200px) rotateY(-5deg) translateZ(0);
}.course_highlights .text_slot {
    padding: 0 0 0 20px;
}.course_highlights h3 {
    margin-bottom: 35px;
    font-size: 37px;
}.course_highlights h3::after {
    height: 4px;
    width: 120px;
}.course_highlights p.description {
    max-height: 380px;
}
}

@media (min-width: 992px) {.course_highlights {
    padding: 150px 0;
}.course_highlights .training_map {
    gap: 80px;
}.course_highlights .pic_zoom {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 600px;
}.course_highlights .text_slot {
    padding: 0 0 0 40px;
}.course_highlights h3 {
    margin-bottom: 40px;
    transform: translateX(-10px);
}.course_highlights h3::after {
    bottom: -15px;
}.course_highlights p.description {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
    max-height: 450px;
}
}

@media (max-width: 767px) {.course_highlights {
    padding: 80px 0;
}.course_highlights .pic_zoom {
    margin-bottom: 20px;
    height: 300px;
}.course_highlights h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 25px;
}.course_highlights p.description {
    line-height: 1.6;
    max-height: 250px;
}}.our_mission {
    z-index: 1;
    padding: 80px 0;
    position: relative;
    background: rgb(218,218,233);
    overflow: hidden;
}.our_mission::before {
    width: 500px;
    right: -100px;
    border-radius: 50%;
    height: 500px;
    z-index: -1;
    animation: pulse 15s infinite alternate;
    top: -100px;
    background: linear-gradient(135deg, rgb(183,182,209,0.5) 0%, transparent 70%);
    position: absolute;
    content: '';
}.our_mission::after {
    background: linear-gradient(225deg, rgb(147,146,179,0.5) 0%, transparent 70%);
    bottom: -100px;
    left: -100px;
    z-index: -1;
    width: 400px;
    animation: pulse 12s infinite alternate-reverse;
    content: '';
    border-radius: 50%;
    height: 400px;
    position: absolute;
}@keyframes pulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1) rotate(15deg);
        opacity: 0.7;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.5;
    }
}

.our_mission .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.our_mission .achieve_goals {
    position: relative;
    gap: 60px;
    flex-direction: column;
    display: flex;
}.our_mission h3 {
    color: #000000;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 29px;
}.our_mission h3::after {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: 0;
    border-radius: 10px;
    content: '';
    width: 80px;
    background: linear-gradient(to right, rgb(183,182,209), rgb(147,146,179));
    height: 4px;
}.our_mission .why_mission {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    gap: 40px;
    border-radius: 21px;
    position: relative;
    background: #ffffff;
}.our_mission .why_mission:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.our_mission .why_mission span {
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(183,182,209);
    display: block;
    grid-column: 1 / 2;
    font-size: 19px;
}.our_mission .why_mission p {
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.7;
    grid-column: 1 / 2;
    color: #000000;
    border-left: 3px solid rgb(147,146,179);
}.our_mission .why_mission .pic_zoom {
    overflow: hidden;
    height: 100%;
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 21px;
    grid-column: 2 / 3;
    min-height: 300px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    grid-row: 1 / 3;
}.our_mission .why_mission .pic_zoom::before {
    z-index: 1;
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
}.our_mission .why_mission .pic_zoom:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_mission .class_experts {
    display: grid;
    gap: 40px;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 30px;
    border-radius: 21px;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}.our_mission .class_experts:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.our_mission .class_experts p {
    padding-left: 20px;
    margin-bottom: 0;
    position: relative;
    grid-column: 1 / 2;
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    border-left: 3px solid rgb(183,182,209);
}.our_mission .class_experts .study_tracks {
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
    min-height: 300px;
    transition: transform 0.5s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    grid-column: 2 / 3;
    border-radius: 21px;
    position: relative;
}.our_mission .class_experts .study_tracks::before {
    left: 0;
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    z-index: 1;
}.our_mission .class_experts .study_tracks::after {
    background: radial-gradient(circle at top right, rgb(183,182,209,0.5) 0%, transparent 70%);
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
}.our_mission .class_experts .study_tracks:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_mission .pic_zoom::after {
    animation: float 3s infinite alternate;
    content: '';
    height: 60px;
    border-radius: 50%;
    right: -10px;
    top: -10px;
    background: rgb(147,146,179);
    position: absolute;
    opacity: 0.7;
    z-index: 2;
    width: 60px;
}@keyframes float {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}

.our_mission .achieve_goals::before {
    width: 2px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(183,182,209,0.5), transparent);
    top: 0;
    height: 100%;
    left: 50%;
    content: '';
    z-index: -1;
    transform: translateX(-50%);
}.our_mission .why_mission::after,
.our_mission .class_experts::after {
    border: 3px solid rgb(183,182,209);
    content: '';
    z-index: 3;
    width: 20px;
    background: #ffffff;
    transform: translateX(-50%);
    border-radius: 50%;
    left: 50%;
    position: absolute;
    height: 20px;
}.our_mission .why_mission::after {
    bottom: -40px;
}.our_mission .class_experts::after {
    top: -40px;
}

@media (max-width: 991px) {.our_mission {
    padding: 60px 0;
}.our_mission .why_mission,
    .our_mission .class_experts {
    gap: 30px;
    grid-template-columns: 1fr;
}.our_mission .why_mission span,
    .our_mission .why_mission p,
    .our_mission .class_experts p {
    grid-column: 1 / 2;
}.our_mission .why_mission .pic_zoom,
    .our_mission .class_experts .study_tracks {
    min-height: 250px;
    grid-column: 1 / 2;
    grid-row: auto;
}.our_mission .achieve_goals::before {
    left: 20px;
}.our_mission .why_mission::after,
    .our_mission .class_experts::after {
    left: 20px;
    transform: none;
}
}

@media (max-width: 767px) {.our_mission {
    padding: 40px 0;
}.our_mission h3 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
}.our_mission .achieve_goals {
    gap: 40px;
}.our_mission .why_mission,
    .our_mission .class_experts {
    padding: 20px;
}.our_mission .why_mission .pic_zoom,
    .our_mission .class_experts .study_tracks {
    min-height: 200px;
}.our_mission .why_mission span {
    font-size: calc(19px * 0.9);
}.our_mission .why_mission p,
    .our_mission .class_experts p {
    font-size: calc(16px * 0.95);
    padding-left: 15px;
}.our_mission::before,
    .our_mission::after {
    height: 200px;
    width: 200px;
}
}

@media (max-width: 480px) {.our_mission {
    padding: 30px 0;
}.our_mission h3 {
    font-size: calc(29px * 0.8);
    padding-bottom: 15px;
    margin-bottom: 25px;
}.our_mission h3::after {
    width: 60px;
    height: 3px;
}.our_mission .achieve_goals {
    gap: 30px;
}.our_mission .why_mission,
    .our_mission .class_experts {
    gap: 20px;
    padding: 15px;
}.our_mission .why_mission .pic_zoom,
    .our_mission .class_experts .study_tracks {
    min-height: 180px;
}.our_mission .why_mission span {
    margin-bottom: 10px;
}.our_mission .why_mission p,
    .our_mission .class_experts p {
    padding-left: 10px;
}.our_mission .why_mission::after,
    .our_mission .class_experts::after {
    height: 15px;
    width: 15px;
}.our_mission::before,
    .our_mission::after {
    height: 150px;
    width: 150px;
}}.statistical_data {
    overflow: hidden;
    color: #ffffff;
    isolation: isolate;
    position: relative;
    padding: 100px 0;
}.statistical_data::before {
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
}.statistical_data::after {
    position: absolute;
    background: linear-gradient(135deg, rgb(183,182,209,0.5) 0%, transparent 70%);
    content: '';
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}.statistical_data .container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.statistical_data .statistics_edge {
    flex-direction: column;
    z-index: 1;
    display: flex;
    position: relative;
}.statistical_data .pro_extra {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}.statistical_data .pro_extra svg {
    filter: drop-shadow(0 0 8px rgb(183,182,209,0.5));
    width: 60px;
    fill: rgb(183,182,209);
    height: 60px;
}.statistical_data .pro_extra svg path {
    stroke: #ffffff;
    fill: rgb(183,182,209);
    stroke-width: 0.5;
}.statistical_data .statistics_grow {
    letter-spacing: 2px;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}.statistical_data .expert_upgrade {
    opacity: 0.9;
    margin: 0 auto 50px;
    text-align: center;
    line-height: 1.6;
    color: #ffffff;
    max-width: 800px;
    font-size: 14px;
}.statistical_data .statistics_pros {
    gap: 15px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}.statistical_data .knowledge_upgradelt6 {
    display: flex;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    border-radius: 10px;
    padding: 25px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    flex-direction: column;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.statistical_data .knowledge_upgradelt6:hover {
    transform: translateY(-5px);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.statistical_data .expert_benefits {
    justify-content: center;
    height: 40px;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
}.statistical_data .expert_benefits svg {
    height: 30px;
    fill: rgb(183,182,209);
    width: 30px;
}.statistical_data .expert_benefits svg path {
    stroke-width: 0.5;
    fill: rgb(183,182,209);
    stroke: #ffffff;
}.statistical_data .knowledge_upgradelt6 span {
    font-weight: 700;
    color: #ffffff;
    display: block;
    font-size: 23px;
    margin-bottom: 10px;
    position: relative;
}.statistical_data .knowledge_upgradelt6 p {
    color: #ffffff;
    line-height: 1.3;
    opacity: 0.9;
    margin: 0;
    font-size: calc(14px * 0.8);
}.statistical_data .knowledge_upgradelt6::before {
    left: 0;
    background: linear-gradient(to right, transparent, rgb(183,182,209), transparent);
    height: 3px;
    bottom: 0;
    position: absolute;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    width: 100%;
    content: '';
}.statistical_data .knowledge_upgradelt6:hover::before {
    transform: scaleX(1);
}.statistical_data .statistics_pros:has(.knowledge_upgradelt6:only-child) {
    display: block;
    margin: 0 auto;
    max-width: 300px;
}.statistical_data .statistics_pros:has(.knowledge_upgradelt6:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin: 0 auto;
}.statistical_data .statistics_pros:has(.knowledge_upgradelt6:nth-child(3):last-child) {
    max-width: 900px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
}.statistical_data .statistics_pros:has(.knowledge_upgradelt6:nth-child(4):last-child) {
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    max-width: 1200px;
}.statistical_data .statistics_pros:has(.knowledge_upgradelt6:nth-child(5):last-child) {
    grid-template-columns: repeat(5, 1fr);
}.statistical_data .statistics_pros:has(.knowledge_upgradelt6:nth-child(n+6):nth-child(-n+8):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}.statistical_data .statistics_pros:has(.knowledge_upgradelt6:nth-child(n+9):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

@media screen and (max-width: 1200px) {.statistical_data .statistics_pros {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}.statistical_data .knowledge_upgradelt6 {
    padding: 20px 15px;
}.statistical_data .statistics_pros:has(.knowledge_upgradelt6:nth-child(n+6):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
}

@media screen and (max-width: 992px) {.statistical_data .statistics_pros {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}.statistical_data .statistics_pros:has(.knowledge_upgradelt6:nth-child(n+5):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}
}

@media screen and (max-width: 768px) {.statistical_data .statistics_pros {
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.statistical_data .statistics_grow {
    font-size: calc(34px * 0.8);
}.statistical_data .expert_upgrade {
    font-size: calc(14px * 0.9);
    margin-bottom: 30px;
}.statistical_data .knowledge_upgradelt6 span {
    font-size: 18px;
}.statistical_data .statistics_pros:has(.knowledge_upgradelt6:nth-child(n+3):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
}

@media screen and (max-width: 576px) {.statistical_data {
    padding: 60px 0;
}.statistical_data .statistics_pros {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 15px;
}.statistical_data .knowledge_upgradelt6 {
    padding: 20px;
}.statistical_data .expert_benefits {
    height: 35px;
}.statistical_data .expert_benefits svg {
    width: 25px;
    height: 25px;
}.statistical_data .knowledge_upgradelt6 span {
    font-size: 18px;
}.statistical_data .knowledge_upgradelt6 p {
    font-size: 14px;
}.statistical_data .statistics_pros:has(.knowledge_upgradelt6:nth-child(n+3):last-child) {
    grid-template-columns: 1fr 1fr;
}.statistical_data .statistics_pros:has(.knowledge_upgradelt6:nth-child(n+5):last-child) {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 400px) {.statistical_data .statistics_pros {
    grid-template-columns: 1fr;
}.statistical_data .statistics_pros:has(.knowledge_upgradelt6:nth-child(n+2):last-child) {
    grid-template-columns: 1fr;
}}

.statistical_data .statistics_edge {
    position: relative;
}.statistical_data .statistics_edge::before,
.statistical_data .statistics_edge::after {
    height: 200px;
    width: 200px;
    position: absolute;
    background: radial-gradient(circle, rgb(147,146,179,0.5) 0%, transparent 70%);
    border-radius: 50%;
    content: '';
    z-index: -1;
}.statistical_data .statistics_edge::before {
    top: -50px;
    animation: float 15s infinite alternate ease-in-out;
    left: -50px;
}.statistical_data .statistics_edge::after {
    right: -50px;
    animation: float 15s infinite alternate-reverse ease-in-out;
    bottom: -50px;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, 15px);
    }
    100% {
        transform: translate(-15px, 30px);
    }
}

.statistical_data .statistics_pros::before {
    position: absolute;
    content: '';
    top: -20px;
    height: 1px;
    left: 0;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    width: 100%;
}.statistical_data .knowledge_upgradelt6 span::after {
    margin: 8px auto 0;
    display: block;
    background-color: rgb(147,146,179);
    height: 2px;
    width: 20px;
    content: '';
}.tariff_block {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(218,218,233);
}.tariff_block::before {
    position: absolute;
    background: rgb(183,182,209,0.5);
    content: "";
    filter: blur(80px);
    z-index: 0;
    width: 300px;
    right: -50px;
    animation: float-effect 12s infinite alternate ease-in-out;
    height: 300px;
    top: -50px;
}.tariff_block::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    background: rgb(147,146,179,0.5);
    filter: blur(60px);
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    width: 250px;
    z-index: 0;
    height: 250px;
}.tariff_block .container {
    z-index: 1;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.tariff_block .price_plan {
    flex-direction: column;
    gap: 60px;
    display: flex;
}.tariff_block .pricing_pack {
    margin: 0 auto;
    order: -1;
    text-align: center;
    max-width: 700px;
    position: relative;
    padding: 0 20px;
}.tariff_block .pricing_pack h2 {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    font-size: 33px;
}.tariff_block .pricing_pack h2::after {
    bottom: -10px;
    left: 50%;
    height: 3px;
    background: rgb(183,182,209);
    transform: translateX(-50%);
    width: 80px;
    content: "";
    position: absolute;
}.tariff_block .bundle_price {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    margin-bottom: 0;
    opacity: 0.85;
}.tariff_block .class_deals {
    gap: 30px;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.tariff_block .basic_cost {
    position: relative;
    color: inherit;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    perspective: 1000px;
    transform-style: preserve-3d;
    text-decoration: none;
    height: 100%;
}.tariff_block .basic_cost:hover {
    transform: translateY(-10px) scale(1.02);
}.tariff_block .monthly_plan {
    height: 100%;
    transition: box-shadow 0.4s ease;
    border-radius: 10px;
    position: relative;
    transform-style: preserve-3d;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
}.tariff_block .basic_cost:hover .monthly_plan {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(183,182,209,0.5);
}.tariff_block .pricing_fees {
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 30px;
    flex-direction: column;
    z-index: 2;
    flex-grow: 1;
}.tariff_block .pricing_fees::before {
    position: absolute;
    content: "";
    left: 0;
    transform: scaleX(0);
    top: 0;
    transition: transform 0.5s ease;
    right: 0;
    height: 5px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(183,182,209), rgb(147,146,179));
}.tariff_block .basic_cost:hover .pricing_fees::before {
    transform: scaleX(1);
}.tariff_block .pricing_fees h3 {
    word-break: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
    color: #000000;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: calc(22px + 2px);
    font-weight: 700;
    margin-bottom: 10px;
}.tariff_block .basic_cost:hover .pricing_fees h3 {
    color: rgb(183,182,209);
    transform: translateX(5px);
}.tariff_block .class_cost {
    color: rgb(147,146,179);
    margin: 10px 0 20px;
    word-break: break-word;
    white-space: normal;
    font-size: 22px;
    position: relative;
    font-weight: 700;
    transition: transform 0.4s ease;
    display: block;
    overflow-wrap: break-word;
}.tariff_block .class_cost::before {
    width: 40px;
    left: 0;
    transition: width 0.4s ease;
    bottom: -8px;
    height: 2px;
    background: rgb(147,146,179,0.5);
    content: "";
    position: absolute;
}.tariff_block .basic_cost:hover .class_cost::before {
    width: 80px;
}.tariff_block .pricing_fees p {
    word-break: break-word;
    flex-grow: 1;
    transition: color 0.3s ease;
    overflow-wrap: break-word;
    margin-bottom: 0;
    font-size: calc(12px - 1px);
    color: #000000;
    line-height: 1.6;
    white-space: normal;
}.tariff_block .pic_zoom {
    transition: transform 0.6s ease, filter 0.6s ease;
    height: 200px;
    transform: translateZ(-10px);
    position: relative;
    overflow: hidden;
}.tariff_block .pic_zoom::after {
    transition: opacity 0.5s ease;
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0.6;
}.tariff_block .basic_cost:hover .pic_zoom {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}.tariff_block .basic_cost:hover .pic_zoom::after {
    opacity: 0.4;
}.tariff_block .basic_cost::after {
    border-radius: 50%;
    opacity: 0;
    height: 15px;
    filter: blur(10px);
    content: "";
    position: absolute;
    background: rgb(183,182,209,0.5);
    z-index: -1;
    left: 30px;
    transition: opacity 0.4s ease;
    top: 100%;
    right: 30px;
}.tariff_block .basic_cost:hover::after {
    opacity: 0.5;
}

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

@media (min-width: 992px) {.tariff_block .price_plan {
    align-items: center;
    flex-direction: row;
}.tariff_block .pricing_pack {
    text-align: left;
    flex: 0 0 30%;
    padding-right: 40px;
    order: 0;
}.tariff_block .pricing_pack h2::after {
    transform: none;
    left: 0;
}.tariff_block .class_deals {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.tariff_block .class_deals {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.tariff_block .pricing_fees {
    padding: 35px;
}.tariff_block .pic_zoom {
    height: 220px;
}
}

@media (max-width: 991px) {.tariff_block {
    padding: 80px 0;
}.tariff_block .pricing_pack {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.tariff_block {
    padding: 60px 0;
}.tariff_block .class_deals {
    grid-template-columns: 1fr;
    gap: 25px;
}.tariff_block .pricing_pack h2 {
    font-size: calc(33px - 4px);
}.tariff_block .pic_zoom {
    height: 180px;
}.tariff_block .pricing_fees {
    padding: 25px;
}
}

@media (max-width: 480px) {.tariff_block {
    padding: 50px 0;
}.tariff_block .pricing_fees h3 {
    font-size: 22px;
}.tariff_block .class_cost {
    font-size: calc(22px - 2px);
}.tariff_block .pic_zoom {
    height: 160px;
}.tariff_block .pricing_fees {
    padding: 20px;
}}header .top_plank {
    background: rgb(183,182,209);
    color:  #ffffff;
}header .top_plank .main_toolbar div svg, header .top_plank .main_toolbar div svg path {
    fill: #ffffff;
}header .top_plank .main_toolbar div span {
    color: #ffffff;
}header .top_plank .main_toolbar {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    font-size: 12px;
    padding: 15px 0 10px 0;
    line-height: 21px;
    align-items: center;
}header .top_plank .main_toolbar div {
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
}header .top_plank .main_toolbar div img, header .top_plank .main_toolbar div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.footer_subscribe {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(183,182,209,0.5) 100%);
    padding: 5rem 0 1rem;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.footer_subscribe::before {
    right: 0;
    content: '';
    bottom: 0;
    left: 0;
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(183,182,209,0.5) 0%, transparent 50%);
    position: absolute;
    z-index: -1;
}.footer_subscribe::after {
    top: 0;
    animation: glowLine 3s infinite alternate;
    content: '';
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(183,182,209), transparent);
    z-index: 2;
    right: 0;
    height: 3px;
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.footer_subscribe .container {
    z-index: 2;
    position: relative;
}.footer_subscribe .slack_invite {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}.footer_subscribe .connect_today {
    display: flex;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    position: relative;
    gap: 2rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    border: 1px solid rgb(147,146,179,0.5);
    justify-content: center;
    border-radius: 17px;
}.footer_subscribe .connect_today::before {
    top: -2px;
    content: '';
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(147,146,179), transparent);
    transform: translateX(-50%);
    width: 50%;
    position: absolute;
    animation: scanLine 4s infinite linear;
    left: 50%;
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.footer_subscribe .info_item {
    text-align: center;
    transition: transform 0.3s ease;
    flex: 1;
    min-width: 200px;
    max-width: 300px;
}.footer_subscribe .info_item:hover {
    transform: translateY(-5px);
}.footer_subscribe .info_item p, 
.footer_subscribe .info_item a {
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    color: #ffffff;
    align-items: center;
    font-size: calc(12px - 2px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    display: flex;
    justify-content: center;
    padding: 0.75rem;
    border-radius: 10px;
    gap: 0.5rem;
}.footer_subscribe .info_item svg {
    height: 1.25rem;
    fill: rgb(147,146,179);
    width: 1.25rem;
    transition: fill 0.3s ease;
}.footer_subscribe .info_item a:hover {
    background: #000000;
    border-color: rgb(183,182,209,0.5);
    box-shadow: 0 0 15px rgb(183,182,209,0.5);
}.footer_subscribe .info_item a:hover svg {
    fill: rgb(183,182,209);
}.footer_subscribe .text_main_holder {
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
}.footer_subscribe .head_top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}.footer_subscribe .head_top svg {
    transition: filter 0.3s ease;
    height: auto;
    max-width: 180px;
    filter: drop-shadow(0 0 5px rgb(183,182,209,0.5));
}.footer_subscribe .head_top svg:hover {
    filter: drop-shadow(0 0 10px rgb(183,182,209));
}.footer_subscribe .music_edu {
    line-height: 1.5;
    max-width: 280px;
    color: #ffffff;
    font-size: calc(13px - 1px);
    opacity: 0.7;
}.footer_subscribe .top_wrap {
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}.footer_subscribe .top_wrap h5 {
    position: relative;
    color: #ffffff;
    margin-bottom: 0.5rem;
    padding-bottom: 0.75rem;
    font-size: 23px;
    font-weight: 600;
}.footer_subscribe .top_wrap h5::after {
    width: 40px;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    background: rgb(147,146,179);
    transition: width 0.3s ease;
    position: absolute;
}.footer_subscribe .top_wrap:hover h5::after {
    width: 80px;
}.footer_subscribe .main_learn {
    flex-direction: column;
    display: flex;
    gap: 0.75rem;
}.footer_subscribe .main_learn a {
    padding-left: 1rem;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
    position: relative;
    opacity: 0.8;
}.footer_subscribe .main_learn a::before {
    border-radius: 50%;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    transition: all 0.3s ease;
    content: '';
    left: 0;
    background: rgb(147,146,179);
    transform: translateY(-50%);
}.footer_subscribe .main_learn a:hover {
    opacity: 1;
    color: rgb(183,182,209);
    transform: translateX(5px);
}.footer_subscribe .main_learn a:hover::before {
    box-shadow: 0 0 8px rgb(183,182,209);
    height: 7px;
    width: 7px;
    background: rgb(183,182,209);
}.footer_subscribe .subscribe_holder {
    border-radius: 17px;
    flex-direction: column;
    border: 1px solid rgb(147,146,179,0.5);
    position: relative;
    padding: 1.5rem;
    overflow: hidden;
    display: flex;
    gap: 1.25rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
}.footer_subscribe .subscribe_holder::before {
    content: '';
    top: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    background: radial-gradient(circle at top right, rgb(183,182,209,0.5) 0%, transparent 70%);
    bottom: 0;
    opacity: 0.1;
    right: 0;
}.footer_subscribe .subscribe_holder h5 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
}.footer_subscribe .subscribe_holder p {
    opacity: 0.9;
    line-height: 1.6;
    font-size: calc(12px - 1px);
    color: #ffffff;
}.footer_subscribe .input_holder {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
    position: relative;
}.footer_subscribe .input_holder input[type="email"] {
    border: 1px solid rgb(147,146,179,0.5);
    font-size: 12px;
    padding: 0.875rem 1rem;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    flex: 1;
    transition: all 0.3s ease;
    width: 100%;
}.footer_subscribe .input_holder input[type="email"]:focus {
    border-color: rgb(183,182,209);
    box-shadow: 0 0 10px rgb(183,182,209,0.5);
    outline: none;
}.footer_subscribe .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #ffffff;
}.footer_subscribe .news_alert {
    cursor: pointer;
    background: rgb(183,182,209);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    border: none;
    padding: 0.875rem 1.5rem;
}.footer_subscribe .news_alert::before {
    left: -100%;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: left 0.7s ease;
    top: 0;
}.footer_subscribe .news_alert:hover {
    background: rgb(147,146,179);
    box-shadow: 0 0 15px rgb(147,146,179,0.5);
    transform: translateY(-2px);
}.footer_subscribe .news_alert:hover::before {
    left: 100%;
}.footer_subscribe .about_learn {
    padding-top: 1.5rem;
    border-top: 1px solid rgb(147,146,179,0.5);
    margin-top: 3rem;
    position: relative;
    text-align: center;
}.footer_subscribe .about_learn::before {
    content: '';
    top: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(147,146,179,0.5), transparent);
    width: 100%;
    position: absolute;
    left: 0;
}.footer_subscribe .donate_btn {
    font-size: 13px;
    opacity: 0.7;
    color: #ffffff;
}

@media (max-width: 1024px) {.footer_subscribe {
    padding: 4rem 0 1rem;
}.footer_subscribe .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.footer_subscribe .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.footer_subscribe .input_holder {
    flex-direction: row;
}.footer_subscribe .news_alert {
    width: auto;
}
}

@media (max-width: 768px) {.footer_subscribe {
    padding: 3rem 0 1rem;
}.footer_subscribe .connect_today {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}.footer_subscribe .info_item {
    min-width: 100%;
}.footer_subscribe .text_main_holder {
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.footer_subscribe .subscribe_holder {
    grid-column: auto;
}.footer_subscribe .head_top {
    text-align: center;
    align-items: center;
}.footer_subscribe .music_edu {
    max-width: 100%;
    text-align: center;
}.footer_subscribe .top_wrap h5 {
    text-align: center;
}.footer_subscribe .top_wrap h5::after {
    transform: translateX(-50%);
    left: 50%;
}.footer_subscribe .main_learn {
    align-items: center;
}.footer_subscribe .main_learn a {
    text-align: center;
}.footer_subscribe .main_learn a:hover {
    transform: translateY(-2px);
}.footer_subscribe .input_holder {
    flex-direction: column;
}.footer_subscribe .news_alert {
    width: 100%;
}
}

@media (max-width: 480px) {.footer_subscribe {
    padding: 2.5rem 0 1rem;
}.footer_subscribe .info_item p, 
    .footer_subscribe .info_item a {
    font-size: calc(12px - 3px);
}.footer_subscribe .top_wrap h5, 
    .footer_subscribe .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}.footer_subscribe .main_learn a, 
    .footer_subscribe .subscribe_holder p {
    font-size: calc(12px - 2px);
}.footer_subscribe .donate_btn {
    font-size: calc(13px - 2px);
}}.tyBlock {
    background: linear-gradient(135deg, rgb(218,218,233) 0%, rgba(rgb(183,182,209,0.5), 0.05) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.tyBlock::before {
    top: -5%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
    z-index: 1;
    width: 40%;
    content: "";
    transform: rotate(-15deg) translateZ(0);
    opacity: 0.07;
    position: absolute;
    background: linear-gradient(225deg, rgb(183,182,209) 0%, transparent 70%);
    height: 40%;
    left: -5%;
}.tyBlock::after {
    transform: rotate(15deg) translateZ(0);
    bottom: -5%;
    z-index: 1;
    right: -5%;
    clip-path: polygon(20% 0, 100% 15%, 100% 100%, 0 100%);
    opacity: 0.07;
    position: absolute;
    background: linear-gradient(45deg, transparent 40%, rgb(147,146,179) 100%);
    content: "";
    height: 50%;
    width: 50%;
}.tyBlock .container {
    padding: 0 15px;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    width: 100%;
}.tyBlock .achieve_goals {
    transform-origin: center top;
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 2px 10px rgba(rgb(183,182,209,0.5), 0.05),
                0 30px 60px -10px rgba(rgb(147,146,179,0.5), 0.12);
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    position: relative;
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
}.tyBlock .achieve_goals:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 50px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 5px 20px rgba(rgb(183,182,209,0.5), 0.1),
                0 40px 80px -15px rgba(rgb(147,146,179,0.5), 0.18);
}.tyBlock .achieve_goals > div:first-child {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    position: relative;
}.tyBlock .achieve_goals > div:first-child::after {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: 0;
    position: absolute;
    content: "";
    transform-origin: left center;
    width: 20%;
    background: linear-gradient(90deg, rgb(183,182,209), rgb(147,146,179));
    left: 0;
    transform: scaleX(1) translateZ(0);
    height: 3px;
}.tyBlock .achieve_goals:hover > div:first-child::after {
    transform: scaleX(2) translateZ(0);
}.tyBlock h5 {
    margin: 0;
    transform: translateZ(0);
    line-height: 1.4;
    transition: transform 0.4s ease-out;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}.tyBlock .achieve_goals:hover h5 {
    transform: translateY(-3px) translateZ(0);
}.tyBlock a {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
}.tyBlock a:hover {
    transform: translateY(-5px);
}.tyBlock a::before {
    content: "";
    width: 50px;
    transform: rotate(45deg) scale(0);
    z-index: 1;
    opacity: 0.1;
    top: -10px;
    right: -10px;
    background: linear-gradient(135deg, transparent 45%, rgb(183,182,209) 55%);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 50px;
    transform-origin: center;
    position: absolute;
}.tyBlock a:hover::before {
    transform: rotate(45deg) scale(1);
}.tyBlock p {
    transition: all 0.4s ease;
    margin: 0;
    position: relative;
    color: #000000;
    font-size: 18px;
    border-left: 2px solid rgba(rgb(183,182,209,0.5), 0.2);
    line-height: 1.7;
    padding: 1.5rem;
    background: linear-gradient(to right, rgba(rgb(147,146,179,0.5), 0.03), rgba(rgb(183,182,209,0.5), 0.03));
    font-weight: 400;
}.tyBlock a:hover p {
    border-left: 2px solid rgb(183,182,209);
    background: linear-gradient(to right, rgba(rgb(147,146,179,0.5), 0.07), rgba(rgb(183,182,209,0.5), 0.07));
}

@media (min-width: 768px) {.tyBlock .achieve_goals {
    padding: 4rem 5rem;
}.tyBlock h5 {
    font-size: calc(20px * 1.2);
}.tyBlock p {
    padding: 2rem;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 992px) {.tyBlock {
    padding: 8rem 0;
}.tyBlock .achieve_goals {
    max-width: 90%;
    padding: 5rem 6rem;
    margin: 0 auto;
}.tyBlock .achieve_goals > div:first-child {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}.tyBlock .achieve_goals > div:first-child::after {
    width: 15%;
}
}

@media (max-width: 767px) {.tyBlock {
    padding: 3rem 0;
}.tyBlock .achieve_goals {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.tyBlock h5 {
    font-size: calc(20px * 0.9);
}.tyBlock p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
    padding: 1rem;
}.tyBlock .achieve_goals > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}
}

@media (max-width: 480px) {.tyBlock {
    padding: 2rem 0;
}.tyBlock .achieve_goals {
    padding: 1.5rem;
    transform: none;
}.tyBlock h5 {
    font-size: calc(20px * 0.85);
}.tyBlock p {
    padding: 0.75rem;
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}
}