﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.container {
    width: 1148px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    color: #000000;
    auto
contain
touch-action: none;
    min-height: 100%;
    scroll-behavior: auto;
    height: 100%;
}.wrapper-section {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.intern_ship {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}.header_base {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    width: 100%;
}footer .intern_ship {
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 250px 0 30px;
    background:rgb(185,172,164);
}footer .intern_ship::before {
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(217,206,200) 25%, rgb(185,172,164) 25%, rgb(185,172,164) 50%, rgb(217,206,200) 50%, rgb(217,206,200) 75%, rgb(185,172,164) 75%);
    left: 0;
    top: 0;
    position: absolute;
    height: 20px;
}footer .discord_cta {
    z-index: 1;
    position: relative;
}footer .contact_help {
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    right: 0;
    border-radius: 12px;
    background-color: #ffffff;
    margin-bottom: 50px;
    flex-wrap: wrap;
    padding: 0;
    top: -120px;
    left: 0;
    position: absolute;
    display: flex;
}footer .info_item {
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    flex: 1 1 250px;
    padding: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s ease;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background-color: rgb(217,206,200);
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    width: 22px;
    margin-right: 15px;
    height: 22px;
    flex-shrink: 0;
    fill: rgb(217,206,200);
}footer .info_item p,
footer .info_item a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    color: rgb(217,206,200);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 100px;
    display: grid;
}footer .top_know {
    position: relative;
    padding: 0 25px;
}footer .top_know svg {
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
}footer .career_help {
    font-size: 13px;
    line-height: 1.6;
    max-width: 350px;
    color: rgba(255, 255, 255, 0.8);
}footer .main_top {
    padding: 0 25px;
    position: relative;
}footer .main_top h5 {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 21px;
    color: #ffffff;
}footer .main_top h5::after {
    position: absolute;
    left: 0;
    background-color: rgb(217,206,200);
    bottom: -2px;
    content: "";
    width: 60px;
    height: 2px;
}footer .head_edu {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 20px;
}footer .head_edu a {
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    transition: all 0.3s ease;
    border-radius: 20px;
    margin: 5px 8px 5px 0;
    padding: 8px 16px;
    text-decoration: none;
}footer .head_edu a:hover {
    transform: translateY(-3px);
    background-color: rgb(217,206,200);
    color: #ffffff;
}footer .subscribe_holder {
    position: relative;
    background-color: rgb(185,172,164,0.5);
    padding: 30px 25px;
    border-radius: 12px;
}footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 21px;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    position: relative;
    gap: 15px;
    display: flex;
}footer .input_holder::before {
    background-color: rgb(217,206,200);
    position: absolute;
    width: 50px;
    top: -10px;
    z-index: -1;
    border-radius: 50%;
    height: 50px;
    right: -10px;
    content: "";
    opacity: 0.1;
}footer .input_holder::after {
    border-radius: 50%;
    position: absolute;
    width: 70px;
    height: 70px;
    opacity: 0.1;
    left: -10px;
    background-color: rgb(185,172,164);
    bottom: -20px;
    content: "";
    z-index: -1;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    padding: 15px;
    border-radius: 10px;
    border: none;
    color: rgb(185,172,164);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}footer .updates_header {
    position: relative;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    background-color: rgb(217,206,200);
    padding: 15px;
    border: none;
    overflow: hidden;
}footer .updates_header::before {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    transition: left 0.7s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
}footer .updates_header:hover {
    background-color: rgb(185,172,164);
}footer .updates_header:hover::before {
    left: 100%;
}footer .lang_learn {
    margin-top: 50px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    text-align: center;
    padding-top: 20px;
}footer .footer_careers {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

@media (min-width: 768px) {footer .intern_ship {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .updates_header {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .contact_help {
    position: relative;
    top: 0;
    margin-bottom: 80px;
}footer .intern_ship {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .main_top, footer .subscribe_holder, footer .top_know {
    padding: 20px;
}footer .lang_learn {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .main_top h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
    margin-bottom: 20px;
}footer .head_edu a {
    padding: 6px 12px;
    font-size: calc(14px - 1px);
}footer .input_holder input[type="email"],
    footer .updates_header {
    padding: 12px;
}}.secure_haven {
    font-family: Arial, sans-serif;
    background: rgb(217,206,200,0.5);
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 40px;
    color: #000000;
}.secure_haven h1 {
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 38px;
    color: #000000;
    margin-bottom: 20px;
}.secure_haven h2 {
    margin-top: 25px;
    border-bottom: 2px solid rgb(185,172,164,0.5);
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: rgb(185,172,164);
    font-size: 28px;
    font-weight: 600;
}.secure_haven ul, .secure_haven ol {
    list-style-type: disc;
    padding-top: 10px;
    padding-left: 20px;
    margin-bottom: 20px;
}.secure_haven li {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.6;
}.secure_haven div {
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    line-height: 1.8;
    padding: 20px;
    border-radius: 10px;
}

@media only screen and (max-width: 800px) {.secure_haven {
    box-shadow: none;
    padding: 20px;
}.secure_haven h1 {
    font-size: calc(22px - 10px);
}.secure_haven h2 {
    font-size: calc(22px - 5px);
}}

.secure_haven h3, .secure_haven h4, .secure_haven h5, .secure_haven h6 {
    font-size: 1.2em;
    color: rgb(217,206,200);
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 600;
}.secure_haven p, .secure_haven span {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
}.secure_haven a {
    font-weight: 400;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(185,172,164);
}.secure_haven a:hover {
    color: rgb(217,206,200);
    text-decoration: underline;
}.secure_haven button {
    border-radius: 10px;
    font-size: 20px;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    transition: background 0.3s ease;
    cursor: pointer;
    background: rgb(185,172,164);
}.secure_haven button:hover {
    background: rgb(217,206,200);
}.client_feedback {
    padding: 8rem 2rem;
    overflow: hidden;
    position: relative;
    background: radial-gradient(circle at 30% 70%, rgb(242,235,231) 0%, rgb(185,172,164,0.5) 100%);
}.client_feedback::before {
    height: 500px;
    filter: blur(100px);
    background: rgb(217,206,200,0.5);
    z-index: 0;
    width: 500px;
    position: absolute;
    content: "";
    left: -150px;
    top: -150px;
    border-radius: 50%;
}.client_feedback::after {
    z-index: 0;
    height: 400px;
    background: rgb(185,172,164,0.5);
    content: "";
    width: 400px;
    right: -100px;
    bottom: -100px;
    border-radius: 50%;
    filter: blur(80px);
    position: absolute;
}.client_feedback .quick_mastery {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.client_feedback h4 {
    font-weight: 700;
    color: #000000;
    position: relative;
    text-align: center;
    font-size: 38px;
    margin-bottom: 5rem;
}.client_feedback h4::before {
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    top: 50%;
    height: 150px;
    left: 50%;
    position: absolute;
    opacity: 0.5;
    width: 150px;
    content: "";
    border: 2px dashed rgb(217,206,200,0.5);
    animation: rotate 30s linear infinite;
}@keyframes rotate {
    0% { transform: translate(-50%, -50%) scale(1.5) rotate(0deg); }
    100% { transform: translate(-50%, -50%) scale(1.5) rotate(360deg); }
}

.client_feedback .user_review {
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}.client_feedback .user_review::before {
    z-index: -1;
    left: 50%;
    border: 3px solid rgb(185,172,164,0.5);
    position: absolute;
    border-radius: 50%;
    height: 400px;
    top: 50%;
    width: 400px;
    content: "";
    transform: translate(-50%, -50%);
}.client_feedback .review_testimonials {
    width: calc(33.333% - 2rem);
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    padding: 2.5rem;
    margin: 1rem;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}.client_feedback .review_testimonials:nth-child(1) {
    transform: translateZ(20px);
}.client_feedback .review_testimonials:nth-child(2) {
    transform: translateZ(15px);
}.client_feedback .review_testimonials:nth-child(3) {
    transform: translateZ(10px);
}.client_feedback .review_testimonials:nth-child(4) {
    transform: translateZ(5px);
}.client_feedback .review_testimonials:nth-child(5) {
    transform: translateZ(0px);
}.client_feedback .review_testimonials:nth-child(6) {
    transform: translateZ(-5px);
}.client_feedback .review_testimonials:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    transform: translateZ(30px);
}.client_feedback .review_testimonials::before {
    width: 80px;
    position: absolute;
    transition: all 0.3s ease;
    background: rgb(217,206,200);
    top: -40px;
    content: "";
    height: 80px;
    border-radius: 50%;
    opacity: 0.2;
    right: -40px;
}.client_feedback .review_testimonials:hover::before {
    transform: scale(1.5);
}.client_feedback .review_testimonials .img_holder {
    margin: 0 auto 1.5rem;
    height: 80px;
    transition: all 0.4s ease;
    border: 4px solid rgb(185,172,164,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 50%;
    width: 80px;
}.client_feedback .review_testimonials .img_holder::after {
    width: 120%;
    position: absolute;
    border: 2px dashed rgb(217,206,200,0.5);
    transform: translate(-50%, -50%);
    height: 120%;
    content: "";
    top: 50%;
    animation: spin 15s linear infinite;
    left: 50%;
    border-radius: 50%;
}@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.client_feedback .review_testimonials:hover .img_holder {
    transform: scale(1.1);
}.client_feedback .review_testimonials span {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
    display: block;
}.client_feedback .review_testimonials p {
    color: #000000;
    position: relative;
    font-size: 12px;
    text-align: center;
    line-height: 1.7;
}.client_feedback .review_testimonials p::before {
    font-size: 4rem;
    color: rgb(217,206,200,0.5);
    content: "";
    top: -20px;
    position: absolute;
    opacity: 0.5;
    left: 0;
}.client_feedback .review_testimonials p::after {
    content: "";
    opacity: 0.5;
    bottom: -40px;
    position: absolute;
    right: 0;
    color: rgb(217,206,200,0.5);
    font-size: 4rem;
}

@media (max-width: 992px) {.client_feedback .review_testimonials {
    width: calc(50% - 2rem);
}.client_feedback h4 {
    font-size: calc(38px * 0.9);
}.client_feedback .user_review::before {
    height: 300px;
    width: 300px;
}
}

@media (max-width: 768px) {.client_feedback {
    padding: 5rem 1.5rem;
}.client_feedback .review_testimonials {
    margin: 1rem 0;
    width: 100%;
}.client_feedback h4 {
    font-size: calc(38px * 0.8);
    margin-bottom: 3rem;
}.client_feedback .user_review::before {
    height: 220px;
    width: 220px;
}.client_feedback .review_testimonials:nth-child(n) {
    transform: translateZ(0);
}}.mentorship_experience {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,235,231) 0%, rgb(217,206,200,0.5) 100%);
}.mentorship_experience::before {
    width: 100%;
    left: 0;
    top: 0;
    transform: scale(1.5) rotate(-5deg);
    position: absolute;
    background: linear-gradient(45deg, transparent 45%, rgb(185,172,164,0.5) 45%, rgb(185,172,164,0.5) 55%, transparent 55%);
    height: 100%;
    content: "";
}.mentorship_experience .review_testimonials {
    transform: rotate(-2deg);
    z-index: 1;
    justify-content: center;
    gap: 2rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row;
    max-width: 1100px;
}.mentorship_experience .img_holder {
    height: 400px;
    box-shadow: 20px 20px 0 rgb(217,206,200,0.5);
    transition: all 0.5s ease;
    width: 350px;
    transform: perspective(1000px) rotateY(-15deg);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    border-radius: 12px;
}.mentorship_experience .work_background {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    padding: 2.5rem;
    z-index: 2;
    border-radius: 12px;
    background: #ffffff;
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
    position: relative;
    transition: all 0.5s ease;
    max-width: 450px;
}.mentorship_experience .work_background::before {
    width: 100%;
    background: rgb(185,172,164,0.5);
    height: 100%;
    transform: rotate(3deg);
    top: -15px;
    right: -15px;
    border-radius: 12px;
    z-index: -1;
    position: absolute;
    content: "";
}.mentorship_experience .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: rgb(217,206,200);
    transform: skewX(-5deg);
    font-size: 33px;
}.mentorship_experience .work_background div:nth-child(2) {
    font-size: 21px;
    transform: skewX(-5deg);
    font-weight: 600;
    color: rgb(185,172,164);
    margin-bottom: 1.5rem;
}.mentorship_experience .career_expertise {
    position: relative;
    line-height: 1.6;
    padding-left: 1.5rem;
    font-style: italic;
    color: #000000;
    font-size: 12px;
}.mentorship_experience .career_expertise::before {
    border-radius: 10px;
    left: 0;
    background: linear-gradient(to bottom, rgb(217,206,200), rgb(185,172,164));
    width: 4px;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
}.mentorship_experience .review_testimonials:hover .img_holder {
    box-shadow: 30px 30px 0 rgb(217,206,200,0.5);
    transform: perspective(1000px) rotateY(-5deg);
}.mentorship_experience .review_testimonials:hover .work_background {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

@media screen and (max-width: 991px) {.mentorship_experience .review_testimonials {
    gap: 3rem;
    transform: rotate(0);
    flex-direction: column;
}.mentorship_experience .img_holder {
    transform: perspective(1000px) rotateY(0);
    width: 280px;
    height: 320px;
    margin: 0 auto;
}.mentorship_experience .work_background {
    transform: translateY(-30px) perspective(1000px) rotateY(0);
}.mentorship_experience .review_testimonials:hover .img_holder {
    transform: perspective(1000px) rotateY(0);
}.mentorship_experience .review_testimonials:hover .work_background {
    transform: translateY(-40px) perspective(1000px) rotateY(0);
}}.course_features {
    background: linear-gradient(135deg, rgb(242,235,231) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.course_features::before {
    right: -10%;
    opacity: 0.07;
    filter: blur(20px);
    position: absolute;
    top: -5%;
    background: linear-gradient(145deg, rgb(217,206,200,0.5) 10%, rgb(185,172,164,0.5) 90%);
    transform: rotate(-15deg) skewX(-15deg);
    content: "";
    width: 35%;
    z-index: 1;
    height: 70%;
    animation: float 15s infinite alternate ease-in-out;
}.course_features::after {
    opacity: 0.05;
    z-index: 1;
    bottom: -5%;
    width: 25%;
    position: absolute;
    background: linear-gradient(215deg, rgb(185,172,164,0.5) 10%, rgb(217,206,200,0.5) 90%);
    transform: rotate(10deg) skewX(10deg);
    left: -5%;
    content: "";
    filter: blur(15px);
    animation: float 18s infinite alternate-reverse ease-in-out;
    height: 50%;
}.course_features .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 5;
}.course_features .quick_progress {
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.course_features .img_holder {
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
    min-height: 350px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(var(--dark-color-rgb), 0.1);
    border: 1px solid rgba(var(--dark-color-rgb), 0.08);
    position: relative;
}.course_features .img_holder::before {
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgba(var(--dark-color-rgb), 0) 60%, rgba(var(--dark-color-rgb), 0.5) 100%);
    width: 100%;
    content: "";
    top: 0;
    z-index: 2;
}.course_features .img_holder::after {
    transform: skewX(-25deg);
    z-index: 3;
    position: absolute;
    width: 50%;
    height: 100%;
    left: -100%;
    content: "";
    top: 0;
    animation: shine 10s infinite;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
}.course_features .phrase_holder {
    position: relative;
    padding: 1.5rem 0;
    transform: translateZ(0);
}.course_features h3 {
    line-height: 1.3;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    font-weight: 600;
    color: #000000;
    font-size: calc(19px * 1.1);
    padding-left: 1rem;
}.course_features h3::before {
    position: absolute;
    top: 0.2em;
    background: linear-gradient(to bottom, rgb(217,206,200), rgb(185,172,164));
    width: 3px;
    height: 85%;
    transform: scaleY(0.7);
    content: "";
    left: 0;
    transition: transform 0.4s ease;
}.course_features p.description {
    display: block;
    color: #000000;
    line-height: 1.7;
    max-height: 300px;
    position: relative;
    margin-bottom: 2rem;
    font-size: 13px;
    overflow-y: auto;
    padding-right: 1rem;
}.course_features p.description::-webkit-scrollbar {
    width: 4px;
}.course_features p.description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-rgb), 0.05);
}.course_features p.description::-webkit-scrollbar-thumb {
    background: rgb(185,172,164,0.5);
    border-radius: 10px;
}.course_features span.description {
    display: none;
}.course_features .phrase_holder div {
    position: relative;
}.course_features .phrase_holder div::after {
    right: 0;
    position: absolute;
    bottom: 0;
    width: 25%;
    height: 30px;
    pointer-events: none;
    opacity: 0.8;
    background: linear-gradient(to top, rgb(242,235,231) 20%, transparent);
    content: "";
}

@media (min-width: 768px) {.course_features {
    padding: 8rem 0;
}.course_features .quick_progress {
    align-items: center;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3.5rem;
}.course_features .img_holder {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
    min-height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}.course_features h3 {
    padding-left: 1.5rem;
    font-size: calc(19px * 1.3);
    margin-bottom: 2rem;
}.course_features h3::before {
    width: 5px;
}.course_features p.description {
    padding-right: 2rem;
    max-height: 380px;
}
}

@media (min-width: 992px) {.course_features {
    padding: 10rem 0;
}.course_features .quick_progress {
    gap: 5rem;
    grid-template-columns: 0.85fr 1.15fr;
}.course_features .img_holder {
    transform: perspective(1500px) rotateY(-5deg) translateZ(0);
    min-height: 500px;
}.course_features .img_holder:hover {
    transform: perspective(1500px) rotateY(0deg) translateZ(10px);
}.course_features h3 {
    padding-left: 2rem;
    font-size: calc(19px * 1.4);
}.course_features h3::before {
    width: 6px;
}
}

@media (min-width: 1200px) {.course_features .quick_progress {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 6rem;
}.course_features .img_holder {
    min-height: 550px;
}.course_features h3 {
    font-size: calc(19px * 1.5);
}}

@keyframes float {
    0% {
        transform: rotate(-15deg) skewX(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) skewX(-12deg) translateY(-20px);
    }
    100% {
        transform: rotate(-18deg) skewX(-18deg) translateY(20px);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}.start_now {
    background: rgb(242,235,231);
    padding: 140px 0;
    overflow: hidden;
    position: relative;
}.start_now::before {
    position: absolute;
    width: 50%;
    background: rgb(217,206,200,0.5);
    z-index: 1;
    right: 0;
    content: '';
    transform: skewX(-20deg);
    height: 200%;
    opacity: 0.1;
    top: -50%;
}.start_now::after {
    transform: skewX(-20deg);
    background: rgb(185,172,164,0.5);
    right: 15%;
    opacity: 0.1;
    top: -50%;
    width: 30%;
    content: '';
    height: 200%;
    position: absolute;
    z-index: 1;
}.start_now .quick_mastery {
    display: flex;
    z-index: 10;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
}.start_now .container p {
    flex: 0 0 60%;
    padding-right: 60px;
    color: #000000;
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    z-index: 5;
    font-size: 35px;
    margin: 0;
}.start_now .help_widget {
    z-index: 5;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    height: 120px;
    transition: all 0.4s ease;
    border-radius: 60px 0 60px 60px;
    display: flex;
    text-decoration: none;
    flex: 0 0 35%;
    color: #000000;
    overflow: hidden;
    font-size: 16px;
    background: #ffffff;
    position: relative;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}.start_now .help_widget::before {
    transition: all 0.4s ease;
    height: 20px;
    top: 0;
    right: 0;
    width: 20px;
    position: absolute;
    z-index: -1;
    background: rgb(217,206,200);
    content: '';
}.start_now .help_widget:hover {
    color: #ffffff;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.start_now .help_widget:hover::before {
    height: 100%;
    border-radius: 60px 0 60px 60px;
    width: 100%;
}.start_now .container p::after {
    left: 0;
    width: 60px;
    position: absolute;
    background: rgb(217,206,200);
    content: '';
    border-radius: 3px;
    bottom: -20px;
    height: 6px;
}.start_now .quick_mastery::before {
    z-index: -1;
    background: rgb(217,206,200,0.5);
    top: -100px;
    width: 200px;
    border-radius: 50%;
    opacity: 0.1;
    height: 200px;
    content: '';
    left: -100px;
    filter: blur(40px);
    position: absolute;
}.start_now .quick_mastery::after {
    background: rgb(217,206,200);
    width: 10px;
    right: 40px;
    content: '';
    position: absolute;
    height: 10px;
    border-radius: 50%;
    bottom: -30px;
}

@media (max-width: 991px) {.start_now {
    padding: 120px 0;
}.start_now .container p {
    padding-right: 40px;
    font-size: calc(21px * 1.2);
}.start_now .help_widget {
    height: 100px;
}.start_now .container p::after {
    height: 5px;
    width: 50px;
}
}

@media (max-width: 767px) {.start_now {
    padding: 90px 0;
}.start_now .quick_mastery {
    flex-direction: column;
}.start_now .container p {
    margin-bottom: 50px;
    font-size: 21px;
    flex: none;
    padding-right: 0;
    width: 100%;
}.start_now .help_widget {
    width: 100%;
    height: 80px;
    flex: none;
}.start_now .quick_mastery::after {
    left: 40px;
    right: auto;
}
}

@media (max-width: 480px) {.start_now {
    padding: 70px 0;
}.start_now .container p {
    font-size: calc(15px * 1.2);
    margin-bottom: 40px;
}.start_now .help_widget {
    font-size: calc(16px * 0.9);
    border-radius: 35px 0 35px 35px;
    height: 70px;
}.start_now .help_widget:hover::before {
    border-radius: 35px 0 35px 35px;
}.start_now .container p::after {
    height: 4px;
    bottom: -15px;
    width: 40px;
}.start_now .quick_mastery::after {
    width: 8px;
    height: 8px;
    left: 30px;
    bottom: -25px;
}}header {
    background: linear-gradient(120deg, rgb(217,206,200) 0%, rgb(185,172,164) 100%);
    z-index: 100;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    overflow: visible;
    margin-top: 0;
    padding: 0;
    position: relative;
}header::before {
    bottom: 2px;
    left: 2px;
    z-index: -1;
    position: absolute;
    right: 2px;
    top: 2px;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
}header .nav_learning {
    align-items: center;
    z-index: 5;
    position: relative;
    padding: 1.2rem 3rem;
    justify-content: space-between;
    display: flex;
}header .top_know {
    transition: all 0.3s ease;
    flex: 0 0 auto;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    margin-right: 2rem;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
}header .top_know::before {
    content: '';
    top: 3px;
    left: 3px;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    right: 3px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    z-index: -1;
    position: absolute;
    bottom: 3px;
}header .top_know:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}header .top_pagewrap {
    display: block;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}header .top_pagewrap img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .main_top {
    z-index: 2;
    margin: 0;
    position: relative;
    list-style: none;
    padding: 0;
    display: flex;
}header .top_header {
    margin: 0 0.5rem;
    position: relative;
}header .top_header a {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    align-items: center;
    border: 1px solid transparent;
    height: 40px;
    text-decoration: none;
    position: relative;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    display: flex;
    overflow: hidden;
    font-weight: 600;
    justify-content: center;
    padding: 0 1.2rem;
    font-size: 16px;
    transition: all 0.3s ease;
}header .top_header a::before {
    left: -100%;
    transition: left 0.7s ease;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    content: '';
}header .top_header a:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}header .top_header a:hover::before {
    left: 100%;
}header .top_header::after {
    width: 0;
    transform: translateX(-50%);
    left: 50%;
    transition: width 0.3s ease;
    content: '';
    height: 2px;
    position: absolute;
    bottom: -5px;
    background: #ffffff;
}header .top_header:hover::after {
    width: 80%;
}header .nav_learning::before {
    border: 2px solid rgba(255, 255, 255, 0.3);
    opacity: 0.5;
    width: 40px;
    content: '';
    border-bottom: none;
    right: 10px;
    top: 10px;
    border-right: none;
    position: absolute;
    height: 40px;
}header .nav_learning::after {
    height: 40px;
    position: absolute;
    content: '';
    border: 2px solid rgba(255, 255, 255, 0.3);
    left: 10px;
    border-left: none;
    bottom: 10px;
    border-top: none;
    width: 40px;
    opacity: 0.5;
}header .header_base {
    padding-top: 2rem;
    z-index: 1;
    background: rgb(242,235,231);
    margin-top: -15px;
    position: relative;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    right: 15px;
    height: 8px;
    box-shadow: 0 0 10px #ffffff;
    border-radius: 50%;
    width: 8px;
    top: 15px;
    position: absolute;
    background: #ffffff;
    animation: pulse 2s infinite;
    content: '';
}

@media (min-width: 1400px) {header .nav_learning {
    max-width: 1320px;
    margin: 0 auto;
}header .top_header {
    margin: 0 0.7rem;
}header .top_header a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .nav_learning {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .top_know {
    margin-bottom: 0;
    margin-right: 0;
}header .main_top {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .top_header a {
    font-size: calc(16px - 1px);
    padding: 0 1rem;
    height: 35px;
}header .nav_learning::before,
    header .nav_learning::after {
    display: none;
}.header_base {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .nav_learning {
    padding: 0.8rem 1.5rem;
}header .top_know {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .top_pagewrap img {
    max-height: 35px;
}header .main_top {
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
}header .main_top::-webkit-scrollbar {
    height: 3px;
}header .main_top::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .top_header {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .top_header a {
    padding: 0 0.8rem;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    height: 32px;
    font-size: calc(16px - 2px);
    white-space: nowrap;
}header .top_header::after {
    display: none;
}header::after {
    width: 5px;
    height: 5px;
    right: 10px;
    top: 10px;
}.header_base {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .nav_learning {
    padding: 0.7rem 1.2rem;
}header .top_know {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .top_header a {
    padding: 0 0.6rem;
    font-size: calc(16px - 3px);
    height: 30px;
}}.study_method {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,235,231) 0%, rgb(185,172,164,0.5) 100%);
    position: relative;
}.study_method::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    transform: translateZ(0);
    z-index: 1;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(217,206,200,0.5) 0%, transparent 60%);
    opacity: 0.7;
}.study_method::after {
    height: 300px;
    bottom: 0;
    right: 0;
    transform: translateZ(0);
    position: absolute;
    content: "";
    opacity: 0.15;
    z-index: 1;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    width: 300px;
    background: linear-gradient(225deg, rgb(185,172,164) 0%, transparent 70%);
}.study_method .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
}.study_method .quick_mastery {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
}.study_method .quick_mastery:hover {
    transform: perspective(1000px) rotateX(0deg);
}.study_method .quick_mastery > div {
    backdrop-filter: blur(10px);
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    position: relative;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: calc(2rem + 1vw);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.study_method .quick_mastery > div::before {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(217,206,200), rgb(185,172,164));
    width: 6px;
    transform: translateZ(0);
}.study_method .quick_mastery > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.08);
}.study_method h3 {
    margin-bottom: calc(1rem + 0.5vw);
    padding-left: 20px;
    position: relative;
    font-size: calc(18px + 0.2vw);
    line-height: 1.4;
    transform: translateZ(0);
    font-weight: 700;
    color: #000000;
}.study_method h3::after {
    background: rgb(217,206,200);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
    transform: scaleX(1);
    height: 3px;
    bottom: -10px;
    width: 60px;
    transform-origin: left center;
    left: 20px;
}.study_method .quick_mastery > div:hover h3::after {
    transform: scaleX(1.5);
}.study_method p {
    margin-bottom: 0;
    z-index: 2;
    line-height: 1.8;
    color: #000000;
    font-size: 16px;
    opacity: 0.9;
    padding-left: 20px;
    transition: opacity 0.3s ease;
    position: relative;
}.study_method p span {
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding-bottom: 10px;
}.study_method .quick_mastery > div:hover p span {
    transform: translateX(5px);
}

@media (min-width: 768px) {.study_method {
    padding: 150px 0;
}.study_method .quick_mastery {
    grid-template-columns: 1fr;
    gap: 3rem;
}.study_method h3 {
    font-size: calc(30px - 0.5rem);
}.study_method p {
    font-size: calc(16px + 0.1rem);
    max-width: 90%;
}.study_method .quick_mastery > div::before {
    width: 8px;
}
}

@media (min-width: 992px) {.study_method {
    padding: 180px 0;
}.study_method .quick_mastery {
    margin: 0 auto;
    max-width: 85%;
}.study_method .quick_mastery > div {
    padding: calc(3rem + 1vw);
}.study_method h3 {
    margin-bottom: calc(1.5rem + 0.5vw);
}.study_method p {
    padding-left: 25px;
    max-width: 85%;
}.study_method .quick_mastery > div::before {
    width: 10px;
}
}

@media (max-width: 767px) {.study_method {
    padding: 80px 0;
}.study_method .quick_mastery {
    transform: none;
}.study_method .quick_mastery > div {
    padding: 1.5rem;
}.study_method h3 {
    padding-left: 15px;
    font-size: calc(18px - 0.1rem);
}.study_method p {
    padding-left: 15px;
    font-size: calc(16px - 0.05rem);
}.study_method .quick_mastery > div::before {
    width: 4px;
}.study_method h3::after {
    width: 40px;
    left: 15px;
}}.about_this {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.about_this::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(217,206,200,0.5) 70%);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    z-index: 1;
}.about_this .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.about_this .phrase_holder {
    transform-origin: left center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 40px 60px;
}.about_this .phrase_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
}.about_this .phrase_holder::before {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(217,206,200), rgb(185,172,164));
    width: 6px;
}.about_this .phrase_holder::after {
    right: -15px;
    content: "";
    position: absolute;
    width: 30px;
    height: 80%;
    transform: translateY(-50%);
    background: linear-gradient(to right, rgba(rgb(185,172,164,0.5), 0.3), transparent);
    top: 50%;
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}.about_this h5 {
    margin: 0 0 15px 0;
    letter-spacing: 2px;
    display: inline-block;
    color: rgb(217,206,200);
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
}.about_this h5::after {
    transition: transform 0.4s ease-out;
    background: rgb(185,172,164);
    width: 70%;
    content: "";
    position: absolute;
    bottom: -5px;
    height: 3px;
    transform-origin: left;
    transform: scaleX(1);
    left: 0;
}.about_this h5:hover::after {
    transform: scaleX(1.5);
}.about_this p {
    margin: 0 0 20px 0;
    line-height: 1.5;
    font-size: calc(18px * 1.2);
    color: #000000;
}.about_this p b {
    position: relative;
    letter-spacing: 0.5px;
    color: #000000;
    display: inline-block;
    font-weight: 600;
    font-size: calc(18px * 1.5);
    margin-bottom: 5px;
}.about_this p b::after {
    left: 0;
    content: "";
    height: 1px;
    background: linear-gradient(to right, rgb(217,206,200), transparent);
    width: 100%;
    position: absolute;
    bottom: -8px;
}.about_this ol {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0;
    counter-reset: item;
}.about_this ol li {
    font-size: 18px;
    position: relative;
    padding-left: 0;
    hyphens: auto;
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 15px;
    column-gap: 40px;
    column-count: 1;
    color: #000000;
}.about_this ol li::first-letter {
    font-size: 1.5em;
    font-weight: 600;
    color: rgb(217,206,200);
}

@media (min-width: 768px) {.about_this ol li {
    column-count: 2;
}
}

@media (min-width: 992px) {.about_this {
    padding: 180px 0;
}.about_this .phrase_holder {
    margin-left: 60px;
    width: 80%;
    padding: 60px 80px;
}.about_this h5 {
    font-size: calc(18px * 1.2);
}.about_this p b {
    font-size: calc(18px * 1.8);
}.about_this ol li {
    column-count: 2;
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.about_this {
    padding: 80px 0;
}.about_this .phrase_holder {
    padding: 30px;
    transform: none;
}.about_this .phrase_holder::after {
    display: none;
}.about_this h5 {
    font-size: 18px;
}.about_this p b {
    font-size: calc(18px * 1.3);
}
}

@media (max-width: 575px) {.about_this {
    padding: 60px 0;
}.about_this .phrase_holder {
    padding: 25px 20px;
}.about_this h5 {
    font-size: calc(18px * 0.9);
}.about_this p b {
    font-size: calc(18px * 1.2);
}.about_this ol li {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.ty_page {
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
    overflow: hidden;
    padding: 4rem 0;
    position: relative;
    font-family: Arial, sans-serif;
}.ty_page::before {
    opacity: 0.3;
    right: -10%;
    filter: blur(30px);
    content: "";
    background: linear-gradient(145deg, rgb(217,206,200,0.5) 0%, rgb(185,172,164,0.5) 100%);
    position: absolute;
    z-index: 0;
    transform: rotate(-15deg);
    top: -30%;
    height: 70%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 60%;
    animation: float 15s ease-in-out infinite alternate;
}.ty_page::after {
    height: 60%;
    background: linear-gradient(225deg, rgb(185,172,164,0.5) 0%, rgb(217,206,200,0.5) 100%);
    position: absolute;
    opacity: 0.2;
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
    width: 40%;
    transform: rotate(10deg);
    bottom: -20%;
    left: -5%;
    z-index: 0;
    filter: blur(25px);
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: "";
}.ty_page .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
}.ty_page .quick_mastery {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    position: relative;
    backdrop-filter: blur(5px);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 3rem;
}.ty_page .quick_mastery:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.ty_page .quick_mastery > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.ty_page .quick_mastery > div:first-child::after {
    position: absolute;
    height: 3px;
    width: 80px;
    transition: width 0.3s ease;
    content: "";
    background: linear-gradient(90deg, rgb(217,206,200) 0%, rgb(185,172,164) 100%);
    bottom: -0.75rem;
    transform-origin: left;
    left: 0;
    border-radius: 10px;
}.ty_page .quick_mastery:hover > div:first-child::after {
    width: 120px;
}.ty_page h5 {
    color: #000000;
    line-height: 1.4;
    margin: 0;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 23px;
}.ty_page h5::before {
    width: 26px;
    display: flex;
    left: -35px;
    transform: translateY(-50%);
    height: 26px;
    color: #ffffff;
    top: 50%;
    transition: opacity 0.5s ease, transform 0.5s ease;
    content: "✓";
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    opacity: 0;
    background: linear-gradient(135deg, rgb(217,206,200) 0%, rgb(185,172,164) 100%);
    font-size: 14px;
    position: absolute;
}.ty_page .quick_mastery:hover h5::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}.ty_page p {
    font-size: 17px;
    transition: color 0.3s ease;
    line-height: 1.8;
    color: #000000;
    margin: 0;
}.ty_page a {
    display: block;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    text-decoration: none;
}.ty_page a::before {
    transform-origin: right;
    width: 100%;
    background: linear-gradient(90deg, rgb(217,206,200,0.5) 0%, rgb(185,172,164) 100%);
    left: 0;
    height: 2px;
    transform: scaleX(0);
    bottom: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
}.ty_page a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.ty_page a:hover {
    transform: translateY(-2px);
}.ty_page a:hover p {
    color: rgb(217,206,200);
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) translate(5px, -5px);
    }
}

@media (max-width: 991px) {.ty_page {
    padding: 3rem 0;
}.ty_page .quick_mastery {
    padding: 2.5rem;
}.ty_page h5 {
    font-size: calc(23px - 2px);
}
}

@media (max-width: 767px) {.ty_page {
    padding: 2.5rem 0;
}.ty_page .quick_mastery {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.ty_page h5 {
    padding-left: 20px;
    font-size: calc(23px - 4px);
}.ty_page h5::before {
    height: 22px;
    left: -15px;
    font-size: 12px;
    width: 22px;
}.ty_page p {
    font-size: calc(17px - 1px);
}
}

@media (max-width: 576px) {.ty_page {
    padding: 2rem 0;
}.ty_page .quick_mastery {
    transform: none;
    padding: 1.5rem;
    border-radius: 10px;
}.ty_page h5 {
    font-size: calc(23px - 6px);
}.ty_page .quick_mastery > div:first-child::after {
    height: 2px;
    width: 60px;
}.ty_page .quick_mastery:hover > div:first-child::after {
    width: 90px;
}.ty_page h5::before {
    height: 20px;
    font-size: 10px;
    width: 20px;
}.ty_page p {
    line-height: 1.6;
    font-size: calc(17px - 2px);
}}.title_screen {
    z-index: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(242,235,231) 0%, rgb(217,206,200,0.5) 100%);
}.title_screen .img_holder {
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: brightness(0.7) contrast(1.1);
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.05);
    animation: subtle-zoom 20s infinite alternate ease-in-out;
}.title_screen .img_holder::after {
    background: linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    z-index: 1;
}.title_screen .quick_mastery {
    z-index: 2;
    background: rgba(255,255,255,0.12);
    border-left: 3px solid rgb(217,206,200);
    display: grid;
    gap: 2rem;
    width: 90%;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    max-width: 1200px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 
                0 0 0 1px rgba(255,255,255,0.1) inset,
                0 5px 15px rgba(0,0,0,0.1);
    padding: 3rem 2rem;
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
}.title_screen .quick_mastery:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_screen h1 {
    font-size: clamp(2rem, 5vw, 40px);
    padding-left: 1rem;
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 1.5rem;
    animation: slide-in-text 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.45, 1);
    font-weight: 700;
    opacity: 0;
    transform: translateY(-10px);
    color: #ffffff;
    line-height: 1.3;
}.title_screen h1::before {
    left: 0;
    transform-origin: top;
    top: 0;
    position: absolute;
    background: rgb(217,206,200);
    width: 3px;
    height: 100%;
    animation: scale-line 0.5s 0.6s forwards cubic-bezier(0.17, 0.67, 0.45, 1);
    transform: scaleY(0);
    content: '';
}.title_screen .phrase_holder {
    border-radius: 13px;
    transform: translateY(20px);
    padding: 2.5rem;
    animation: slide-in 0.8s 0.4s forwards cubic-bezier(0.17, 0.67, 0.45, 1);
    opacity: 0;
    background: rgba(0,0,0,0.4);
    position: relative;
}.title_screen .phrase_holder::before {
    opacity: 0.15;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    border-radius: 13px;
    left: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(135deg, rgb(217,206,200,0.5) 0%, transparent 100%);
}.title_screen .phrase_holder p {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    line-height: 1.7;
    margin-bottom: 2.5rem;
    letter-spacing: 0.02em;
    max-width: 600px;
}.title_screen .quick_edu {
    position: relative;
    margin: 2rem 0;
    justify-content: center;
    display: flex;
    transform: scale(0.95);
    transition: transform 0.4s ease;
}.title_screen .quick_edu:hover {
    transform: scale(1);
}.title_screen svg {
    transform-origin: center;
    width: 80px;
    height: 80px;
    filter: drop-shadow(0px 4px 6px rgba(0,0,0,0.3));
    animation: float 6s infinite ease-in-out;
}.title_screen svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,206,200);
}.title_screen svg:hover path {
    fill: rgb(114, 200, 198);
}.title_screen svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.title_screen svg:hover text {
    fill: rgb(114, 200, 198);
}.title_screen h6 {
    margin-top: 2rem;
    text-align: center;
}.title_screen .help_widget {
    display: inline-block;
    font-size: 14px;
    background: linear-gradient(135deg, rgb(217,206,200) 0%, rgb(74, 150, 148) 100%);
    position: relative;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3),
                0 0 0 1px rgba(94, 170, 168, 0.1) inset;
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
    padding: 1rem 2.5rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.17, 0.67, 0.45, 1);
}.title_screen .help_widget::before {
    left: -100%;
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    top: 0;
    transition: left 0.8s ease;
}.title_screen .help_widget:hover {
    box-shadow: 0 8px 20px rgba(94, 170, 168, 0.4),
                0 0 0 1px rgba(94, 170, 168, 0.2) inset;
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgb(114, 200, 198) 0%, rgb(217,206,200) 100%);
}.title_screen .help_widget:hover::before {
    left: 100%;
}

@keyframes slide-in-text {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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

@keyframes scale-line {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes subtle-zoom {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.15);
    }
}

@media (min-width: 768px) {.title_screen .quick_mastery {
    gap: 3rem;
    padding: 4rem 3rem;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    max-width: 1200px;
}.title_screen h1 {
    padding-right: 2rem;
    margin-bottom: 0;
    grid-column: 1 / 2;
}.title_screen .phrase_holder {
    grid-column: 2 / 3;
    padding: 3rem;
}.title_screen svg {
    width: 100px;
    height: 100px;
}
}

@media (min-width: 992px) {.title_screen .quick_mastery {
    padding: 5rem 4rem;
    grid-template-columns: 1fr 1.5fr;
}.title_screen .phrase_holder {
    padding: 3.5rem;
}.title_screen h1 {
    font-size: 40px;
}.title_screen .help_widget {
    padding: 1.2rem 3rem;
}
}

@media (max-width: 767px) {.title_screen .quick_mastery {
    padding: 2.5rem 1.5rem;
}.title_screen h1 {
    font-size: 1.8rem;
}.title_screen .phrase_holder {
    padding: 1.8rem;
}.title_screen svg {
    width: 70px;
    height: 70px;
}.title_screen .help_widget {
    padding: 0.8rem 1.8rem;
    font-size: 0.9rem;
}}.connect_form {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.connect_form::before {
    width: 100%;
    position: absolute;
    background-color: rgb(217,206,200,0.5);
    top: 0;
    content: "";
    z-index: 1;
    backdrop-filter: blur(10px);
    left: 0;
    height: 100%;
}.connect_form::after {
    top: 0;
    z-index: 2;
    background: linear-gradient(135deg, rgb(185,172,164,0.5) 0%, transparent 50%, rgb(217,206,200,0.5) 100%);
    position: absolute;
    left: 0;
    height: 100%;
    pointer-events: none;
    content: "";
    width: 100%;
}.connect_form .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 3;
    width: 90%;
}.connect_form .query_info {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border-radius: 30px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 30px;
    justify-content: space-between;
    overflow: hidden;
}.connect_form .connect_message {
    position: relative;
    background: linear-gradient(to bottom right, rgb(217,206,200), rgb(185,172,164));
    width: 40%;
    overflow: hidden;
    padding: 60px 40px;
}.connect_form .connect_message::before {
    height: 200px;
    top: -100px;
    right: -100px;
    content: '';
    background: rgb(185,172,164);
    width: 200px;
    border-radius: 50%;
    opacity: 0.4;
    position: absolute;
}.connect_form .connect_message::after {
    background: rgb(217,206,200);
    height: 150px;
    border-radius: 50%;
    left: -75px;
    content: '';
    position: absolute;
    width: 150px;
    opacity: 0.3;
    bottom: -75px;
}.connect_form .connect_message h3 {
    z-index: 5;
    margin-bottom: 40px;
    font-size: 38px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
}.connect_form .connect_message div {
    align-items: center;
    margin-bottom: 25px;
    display: flex;
    transition: transform 0.3s ease;
    z-index: 5;
    position: relative;
}.connect_form .connect_message div:hover {
    transform: translateX(10px);
}.connect_form .connect_message div svg {
    height: 24px;
    flex-shrink: 0;
    width: 24px;
    margin-right: 15px;
}.connect_form .connect_message div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.connect_form .connect_message div:hover svg path {
    fill: rgb(242,235,231);
}.connect_form .connect_message div span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}.connect_form .connect_message div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.connect_form .connect_message div span a:hover {
    color: rgb(242,235,231);
    text-decoration: underline;
}.connect_form .inquiry_card {
    overflow: hidden;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    width: 60%;
}.connect_form .inquiry_card::before {
    left: 0;
    content: '';
    height: 5px;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(217,206,200), rgb(185,172,164));
}.connect_form .inquiry_card h3 {
    font-size: 23px;
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 600;
}.connect_form .inquiry_card h3::after {
    width: 50px;
    bottom: -10px;
    content: '';
    position: absolute;
    background: rgb(185,172,164);
    height: 3px;
    left: 0;
}.connect_form form {
    display: flex;
    flex-direction: column;
    width: 100%;
}.connect_form form input[type="text"],
.connect_form form input[type="email"] {
    padding: 16px 20px;
    color: #ffffff;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 14px;
}.connect_form form input[type="text"]:focus,
.connect_form form input[type="email"]:focus {
    outline: none;
    border-color: rgb(185,172,164);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgba(rgb(185,172,164), 0.2);
}.connect_form form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.connect_form .request_block {
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
    display: flex;
}.connect_form .request_block input[type="checkbox"] {
    width: 0;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    height: 0;
}.connect_form .request_block label {
    line-height: 1.5;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    padding-left: 35px;
    font-size: 15px;
}.connect_form .request_block label::before {
    position: absolute;
    top: 2px;
    border: 2px solid rgb(185,172,164);
    left: 0;
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: transparent;
}.connect_form .request_block input[type="checkbox"]:checked + label::before {
    background: rgb(185,172,164);
}.connect_form .request_block input[type="checkbox"]:checked + label::after {
    top: 5px;
    left: 8px;
    height: 12px;
    border: solid white;
    position: absolute;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    content: '';
    width: 6px;
}.connect_form .request_block label a {
    color: rgb(185,172,164);
    text-decoration: none;
    transition: color 0.3s ease;
}.connect_form .request_block label a:hover {
    text-decoration: underline;
    color: #ffffff;
}.connect_form form .help_widget {
    background: linear-gradient(to right, rgb(217,206,200), rgb(185,172,164));
    position: relative;
    padding: 16px 30px;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-size: 17px;
    color: #ffffff;
}.connect_form form .help_widget::before {
    width: 100%;
    transition: all 0.5s ease;
    top: 0;
    content: "";
    left: -100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.connect_form form .help_widget:hover::before {
    left: 100%;
}.connect_form form .help_widget:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.connect_form .connect_message div:nth-child(2) {
    animation: float 5s infinite ease-in-out;
}.connect_form .connect_message div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}.connect_form .connect_message div:nth-child(4) {
    animation: float 6s infinite ease-in-out;
}.connect_form .connect_message div:nth-child(5) {
    animation: float 8s infinite ease-in-out;
}

@media screen and (max-width: 992px) {.connect_form {
    padding: 80px 0;
}.connect_form .query_info {
    flex-direction: column;
}.connect_form .connect_message,
    .connect_form .inquiry_card {
    padding: 40px 30px;
    width: 100%;
}.connect_form .connect_message h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.9);
}.connect_form .connect_message div {
    margin-bottom: 20px;
}
}

@media screen and (max-width: 576px) {.connect_form {
    padding: 60px 0;
}.connect_form .container {
    width: 95%;
}.connect_form .connect_message,
    .connect_form .inquiry_card {
    padding: 30px 20px;
}.connect_form .connect_message h3 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.8);
}.connect_form .inquiry_card h3 {
    font-size: calc(23px * 0.9);
}.connect_form form input[type="text"],
    .connect_form form input[type="email"] {
    padding: 14px 16px;
    margin-bottom: 15px;
}.connect_form .request_block label {
    font-size: calc(15px * 0.9);
}.connect_form form .help_widget {
    padding: 14px 20px;
}}.cost_plan {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.cost_plan::before {
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}.cost_plan .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.cost_plan .skill_offers {
    position: relative;
}.cost_plan h2 {
    position: relative;
    font-weight: 700;
    text-align: center;
    transform: perspective(1000px) translateZ(0);
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 38px;
}.cost_plan h2::after {
    transform: translateX(-50%);
    content: "";
    left: 50%;
    position: absolute;
    width: 80px;
    background: rgb(217,206,200);
    bottom: -10px;
    height: 3px;
}.cost_plan .trial_pricing {
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    font-size: 16px;
    text-align: center;
    max-width: 700px;
}.cost_plan .lesson_rates {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 30px;
    list-style: none;
    display: grid;
}.cost_plan .lesson_rates li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.cost_plan .pricing_block {
    position: relative;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 3px solid rgb(217,206,200);
    -webkit-backdrop-filter: blur(10px);
    text-decoration: none;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    backdrop-filter: blur(10px);
    overflow: hidden;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border: 1px solid rgba(255,255,255,0.1);
}.cost_plan .pricing_block:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.cost_plan .pricing_block::before {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(217,206,200), 0.05) 100%);
    content: "";
}.cost_plan .learning_package {
    padding: 35px 25px;
    height: 100%;
}.cost_plan .trial_rates {
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
    height: 100%;
}.cost_plan .trial_rates h4 {
    padding-bottom: 15px;
    font-size: calc(24px * 1.2);
    word-break: break-word;
    position: relative;
    margin: 0 0 20px;
    overflow-wrap: break-word;
    color: #ffffff;
    font-weight: 700;
}.cost_plan .trial_rates h4::after {
    position: absolute;
    height: 2px;
    left: 0;
    content: "";
    background: rgb(217,206,200);
    width: 40px;
    transition: width 0.3s ease;
    bottom: 0;
}.cost_plan .pricing_block:hover .trial_rates h4::after {
    width: 60px;
}.cost_plan .trial_rates p {
    line-height: 1.6;
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 250px;
    word-break: break-word;
    flex-grow: 1;
    scrollbar-color: rgb(217,206,200) transparent;
    font-size: 16px;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    margin: 0 0 25px;
}.cost_plan .trial_rates p::-webkit-scrollbar {
    width: 4px;
}.cost_plan .trial_rates p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(217,206,200);
}.cost_plan .price_sheet {
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    transform: translateZ(10px);
    border-radius: 4px;
    font-size: calc(24px * 1.5);
    margin-top: auto;
    background: linear-gradient(135deg, rgb(217,206,200) 0%, rgb(185,172,164) 100%);
    align-self: flex-start;
    padding: 10px 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.cost_plan .pricing_block:hover .price_sheet {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(20px) scale(1.05);
}

@media (max-width: 991px) {.cost_plan {
    padding: 80px 0;
}.cost_plan .lesson_rates {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.cost_plan .learning_package {
    padding: 25px 20px;
}.cost_plan .trial_rates h4 {
    font-size: 24px;
}.cost_plan .price_sheet {
    font-size: 24px;
    padding: 8px 20px;
}
}

@media (max-width: 767px) {.cost_plan {
    padding: 60px 0;
}.cost_plan h2 {
    font-size: calc(38px * 0.85);
}.cost_plan .trial_pricing {
    font-size: calc(16px * 0.95);
    margin-bottom: 40px;
}.cost_plan .lesson_rates {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.cost_plan .trial_rates p {
    max-height: 180px;
}
}

@media (max-width: 480px) {.cost_plan {
    padding: 50px 0;
}.cost_plan h2 {
    font-size: calc(38px * 0.75);
}.cost_plan .learning_package {
    padding: 20px 15px;
}.cost_plan .trial_rates h4 {
    padding-bottom: 10px;
    font-size: calc(24px * 0.9);
    margin-bottom: 15px;
}.cost_plan .trial_rates p {
    margin-bottom: 20px;
    font-size: calc(16px * 0.9);
    max-height: 150px;
}.cost_plan .price_sheet {
    font-size: calc(24px * 0.9);
    padding: 8px 15px;
}}.cookie_popup_display {
    z-index: 90;
    background: rgb(242,235,231);
    width: 100%;
    position: fixed;
    border-top: 2px solid rgb(217,206,200);
    bottom: 0;
}#cookiePopupNotice {
    display: none;
}#cookiePopupNotice:checked ~ .cookie_popup_display {
    opacity: 0;
    visibility: hidden;
}.consent_track {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}.cookie_popup_display h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_popup_display p {
    font-size: 18px;
}.user_alert {
    flex-shrink: 0;
    margin-right: 10px;
}.user_alert svg, .user_alert svg path, .user_alert img {
    height: 100px;
    fill: rgb(217,206,200);
    width: 100px;
}.user_choices {
    text-decoration: none;
    white-space: nowrap;
    line-height: 35px;
    flex-shrink: 0;
    cursor: pointer;
    color: rgb(217,206,200);
    text-align: center;
    font-size: 24px;
    margin-left: 10px;
    border-bottom: 2px solid rgb(217,206,200);
    min-width: 120px;
}.cookie_popup_display p a {
    text-decoration: none;
    color: rgb(217,206,200);
}
@media only screen and (max-width: 1200px) {.cookie_popup_display {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.user_alert {
    display: none;
}.consent_track {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_popup_display h5 {
    text-align: center;
}.cookie_popup_display p {
    text-align: center;
}.web_cookies {
    margin-bottom: 20px;
}body .wrapper-section .user_choices {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-section .cookie_popup_display {
    box-shadow: rgb(185,172,164,0.5) 0px 0px 10px 10px;
    background: rgb(217,206,200);
}.wrapper-section .consent_track {
    justify-content: space-between;
    padding: 40px 0;
}.wrapper-section .user_choices {
    margin-left: 30px;
    border: none;
    padding: 10px;
    font-size: 20px;
    background: #ffffff;
    color: rgb(217,206,200);
}.wrapper-section .web_cookies {
    text-align: left;
    color: #ffffff;
}.wrapper-section .web_cookies h5 {
    font-weight: 700;
}.wrapper-section .web_cookies h5, .wrapper-section .web_cookies p {
    color: #ffffff;
}.wrapper-section .cookie_popup_display p a {
    text-decoration: underline;
    color: rgb(185,172,164);
}.educational_yield {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(242,235,231) 0%, rgba(245, 247, 250, 0.95) 100%);
}.educational_yield::before {
    background: linear-gradient(45deg, rgb(217,206,200,0.5) 0%, rgb(185,172,164,0.5) 100%);
    transform: rotate(-15deg);
    position: absolute;
    height: 70%;
    content: "";
    opacity: 0.15;
    top: -10%;
    z-index: 0;
    filter: blur(50px);
    width: 40%;
    right: -5%;
}.educational_yield::after {
    content: "";
    background: linear-gradient(135deg, rgb(185,172,164,0.5) 0%, rgb(217,206,200,0.5) 100%);
    z-index: 0;
    height: 60%;
    width: 35%;
    left: -5%;
    opacity: 0.1;
    position: absolute;
    filter: blur(40px);
    transform: rotate(15deg);
    bottom: -10%;
}.educational_yield .container {
    margin: 0 auto;
    grid-template-columns: 1fr 1.4fr;
    gap: 40px;
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    display: grid;
}.educational_yield .img_holder {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(-5deg);
    object-fit: cover;
    box-shadow: 25px 25px 0 -5px rgba(var(--primary-color-rgb, 33, 37, 41), 0.08);
    width: 100%;
    height: 100%;
}.educational_yield .img_holder:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-10px);
}.educational_yield .quick_mastery {
    z-index: 2;
    position: relative;
}.educational_yield .quick_mastery::before {
    content: "";
    top: -10px;
    height: 3px;
    left: -30px;
    background: rgb(217,206,200);
    transform: rotate(-45deg);
    width: 60px;
    position: absolute;
}.educational_yield .phrase_holder {
    position: relative;
    padding: 20px 0;
}.educational_yield h1 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    font-size: 40px;
    line-height: 1.3;
}.educational_yield h1::after {
    background: rgb(217,206,200);
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -15px;
    content: "";
    width: 80px;
}.educational_yield ul {
    margin: 0;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    display: grid;
}.educational_yield li {
    border-left: 3px solid rgb(217,206,200);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(var(--dark-color-rgb, 0, 0, 0), 0.05);
    padding: 20px 25px 20px 60px;
    background: #ffffff;
    position: relative;
}.educational_yield li:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(var(--dark-color-rgb, 0, 0, 0), 0.1);
}.educational_yield li p {
    line-height: 1.6;
    margin: 0;
    font-size: 15px;
    color: #000000;
}.educational_yield svg {
    top: 20px;
    left: 20px;
    transition: transform 0.3s ease;
    position: absolute;
    width: 24px;
    height: 24px;
}.educational_yield li:hover svg {
    transform: scale(1.1);
}.educational_yield svg path {
    fill: rgb(217,206,200);
    transition: fill 0.3s ease;
}.educational_yield li:hover svg path {
    fill: rgb(185,172,164);
}.educational_yield li:nth-child(even) {
    border-left: 3px solid rgb(185,172,164);
}.educational_yield li:nth-child(even) svg path {
    fill: rgb(185,172,164);
}.educational_yield li:nth-child(even):hover svg path {
    fill: rgb(217,206,200);
}

@media (max-width: 991px) {.educational_yield {
    padding: 80px 0;
}.educational_yield .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.educational_yield .img_holder {
    width: 100%;
    max-height: 400px;
    box-shadow: 15px 15px 0 -5px rgba(var(--primary-color-rgb, 33, 37, 41), 0.08);
}.educational_yield h1 {
    font-size: calc(40px * 0.9);
}.educational_yield ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {.educational_yield {
    padding: 60px 0;
}.educational_yield .container {
    gap: 40px;
}.educational_yield .img_holder {
    transform: perspective(1000px) rotateY(0);
    max-height: 300px;
}.educational_yield .img_holder:hover {
    transform: translateY(-5px);
}.educational_yield h1 {
    font-size: calc(40px * 0.8);
    margin-bottom: 30px;
}.educational_yield li {
    padding: 18px 20px 18px 55px;
}.educational_yield svg {
    top: 18px;
    left: 15px;
}
}

@media (max-width: 480px) {.educational_yield {
    padding: 50px 0;
}.educational_yield .img_holder {
    max-height: 250px;
}.educational_yield h1 {
    font-size: calc(40px * 0.7);
}.educational_yield .quick_mastery::before {
    width: 40px;
    left: -20px;
}.educational_yield li {
    padding: 15px 15px 15px 50px;
}.educational_yield svg {
    height: 20px;
    width: 20px;
    left: 15px;
    top: 15px;
}
}