svg {
    width: 30px;
    height: 30px;
}

.reward_sys {
    flex: 0 0 auto;
}

a {
    color: inherit;
    text-decoration: none;
}


.prospective_students {
    background: #ffffff;
    padding: 110px 0;
    overflow: hidden;
    position: relative;
}

.prospective_students .learn_lab {
    position: relative;
}

.prospective_students h4 {
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    font-size: 33px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.5px;
}

.prospective_students p {
    padding: 25px 30px;
    background: #ffffff;
    font-size: 16px;
    margin: 0;
    color: #000000;
    align-items: center;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 25px;
    display: flex;
}

.prospective_students p:hover svg {
    transform: scale(1.2);
}

.prospective_students p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(202,140,140,0.5) 0%, 
                transparent 30%);
}

.prospective_students .learn_lab > div p:nth-child(6) {
    animation-delay: 0.6s;
}

#privacyNoticeModal:checked ~ .modalCookieSettings {
    visibility: hidden;
    opacity: 0;
}

.modalCookieSettings p {
    color: #000000;
    max-width: 500px;
    font-size: 16px;
}

.cookie_tips svg, .cookie_tips svg path {
    fill: rgb(230,170,170);
    width: 80px;
    height: 80px;
}


.framework-wrap .modalCookieSettings {
    border: none;
    padding: 30px 0;
    background: rgb(202,140,140);
}

.course_offering {
    background: linear-gradient(135deg, rgb(254,201,201) 0%, rgba(245, 248, 252, 0.9) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}

.course_offering h2 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    max-width: 90%;
    font-size: 37px;
    font-weight: 700;
    transform-origin: left center;
    margin-bottom: 3rem;
    color: #000000;
    line-height: 1.3;
}

.course_offering .img_card_wrap {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    height: 380px;
    width: 100%;
}

.course_offering .tag_content {
    scrollbar-width: thin;
    border-left: 1px solid rgba(rgb(230,170,170,0.5), 0.2);
    max-height: 350px;
    scrollbar-color: rgb(230,170,170) rgba(rgb(230,170,170,0.5), 0.1);
    position: relative;
    overflow-y: auto;
    padding: 1.5rem;
}

.meet_us::before {
    opacity: 0.05;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    right: 0;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 10px,
            rgb(230,170,170,0.5) 10px,
            rgb(230,170,170,0.5) 11px
        ),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(202,140,140,0.5) 10px,
            rgb(202,140,140,0.5) 11px
        );
    position: absolute;
    content: "";
}

.meet_us .learn_way::before {
    border-radius: 50%;
    transition: all 0.5s ease;
    position: absolute;
    opacity: 0.1;
    top: -100px;
    height: 200px;
    right: -100px;
    background: linear-gradient(45deg, rgb(230,170,170,0.5), transparent);
    width: 200px;
    content: "";
}

.meet_us .learn_way h3::after {
    height: 2px;
    width: 0;
    content: "";
    bottom: -5px;
    position: absolute;
    left: 0;
    background: currentColor;
    transition: width 0.4s ease;
}

header::before {
    z-index: -1;
    right: 2px;
    left: 2px;
    bottom: 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)
    );
    position: absolute;
    top: 2px;
}

header .first_expert img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}

header .header_lesson {
    margin: 0 0.5rem;
    position: relative;
}

header .header_lesson a:hover::before {
    left: 100%;
}

header .header_lesson::after {
    background: #ffffff;
    transform: translateX(-50%);
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    left: 50%;
    width: 0;
    bottom: -5px;
    content: '';
}

header .top_pagewrap {
    position: relative;
    background: rgb(254,201,201);
    margin-top: -15px;
    z-index: 1;
    padding-top: 2rem;
}



header::after {
    border-radius: 50%;
    right: 15px;
    height: 8px;
    animation: pulse 2s infinite;
    box-shadow: 0 0 10px #ffffff;
    background: #ffffff;
    content: '';
    position: absolute;
    width: 8px;
    top: 15px;
}

.data_statistics .boost_growth {
    grid-template-columns: 3fr 1fr;
    position: relative;
    gap: 30px;
    grid-template-rows: auto auto auto;
    margin: 0 auto;
    z-index: 1;
    display: grid;
    grid-template-areas:
        "header minisvg"
        "description description"
        "items items";
}

.data_statistics .knowledge_gains {
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    grid-area: header;
    display: flex;
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    color: #ffffff;
    font-size: 32px;
    align-items: center;
}

.data_statistics .benefits_track {
    grid-area: items;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    position: relative;
    display: flex;
    padding-top: 40px;
}

.data_statistics .statistics_pros:hover {
    z-index: 2;
    transform: translateY(-10px) rotate3d(1, 2, 0, 5deg);
}

.data_statistics .statistics_pros:hover {
    transform: translateY(-10px) rotate3d(1, 2, 0, 5deg);
}

.data_statistics .statistics_pros:hover::before,
.data_statistics .statistics_pros:hover::after {
    opacity: 0.2;
}

.data_statistics .key_classes::after {
    content: '';
    top: 50%;
    position: absolute;
    opacity: 0.5;
    left: 50%;
    height: 40px;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 40px;
    border-radius: 50%;
    filter: blur(15px);
    background: rgb(230,170,170,0.5);
}

.data_statistics .statistics_pros p {
    font-size: 12px;
    opacity: 0.9;
    color: #ffffff;
    margin: 0;
    max-width: 90%;
    line-height: 1.4;
}

.data_statistics .statistics_pros:hover .stat_item_inner::after {
    opacity: 1;
}

.data_statistics .knowledge_gains::before {
    height: 3px;
    content: '';
    position: absolute;
    width: 50px;
    border-radius: 2px;
    left: 0;
    background: rgb(230,170,170);
    bottom: -10px;
}

.data_statistics .statistics_pros:nth-child(2) {
    transform: translateY(5px);
}

.data_statistics .container::before {
    content: '';
    animation: rotate 30s linear infinite;
    height: 60px;
    opacity: 0.3;
    position: absolute;
    border-radius: 10px;
    border: 1px solid rgb(202,140,140,0.5);
    top: -30px;
    right: -30px;
    width: 60px;
}

.teacher_profile .exp_grid {
    position: relative;
    width: 55%;
    justify-content: center;
    display: flex;
    padding: 3rem 0 3rem 4rem;
    flex-direction: column;
}

.teacher_profile .exp_grid > div:nth-child(2) {
    border-radius: 10px;
    margin-bottom: 2.5rem;
    padding: 0.5rem 1.5rem;
    font-size: 18px;
    transform: translateX(-10px);
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 600;
    background-color: rgb(202,140,140);
    display: inline-block;
}

.title_intro .learn_title::after {
    position: absolute;
    background-image: 
    repeating-linear-gradient(
      45deg, 
      rgb(202,140,140,0.5) 0px, 
      rgb(202,140,140,0.5) 1px, 
      transparent 1px, 
      transparent 20px
    ),
    repeating-linear-gradient(
      -45deg, 
      rgb(202,140,140,0.5) 0px, 
      rgb(202,140,140,0.5) 1px, 
      transparent 1px, 
      transparent 20px
    );
    bottom: 0;
    right: 0;
    opacity: 0.2;
    top: 0;
    content: "";
    left: 0;
    z-index: 2;
}

.title_intro h1.title_style_header {
    text-fill-color: transparent;
    -webkit-background-clip: text !important;
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    margin-bottom: 1.5rem;
    background-clip: text !important;
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(
    to right,
    #ffffff 0%,
    rgb(202,140,140) 100%
  );
    font-weight: 700;
    line-height: 1.2;
}

.instructional_approach h2 {
    line-height: 1.2;
    font-size: 37px;
    color: #000000;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    transform: translateX(0);
    font-weight: 600;
    text-align: left;
    margin-bottom: 40px;
}

.instructional_approach .tag_content::before {
    background-size: 20px 20px;
    z-index: -1;
    transition: opacity 0.5s ease;
    opacity: 0.8;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, transparent 48%, rgba(rgb(230,170,170,0.5), 0.02) 50%, transparent 52%);
}

.contact_information {
    position: relative;
    padding: 0;
}

.contact_information .container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    max-width: 1400px;
}

.contact_information .support_card {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    z-index: 10;
    margin-top: 80px;
    grid-column: 3 / 11;
    grid-row: 1 / 2;
    border-radius: 21px;
    position: relative;
    overflow: hidden;
}

.contact_information .query_widget {
    grid-column: 1 / 13;
    grid-row: 2 / 4;
    padding: 170px 0 100px;
    margin-top: -100px;
    background: rgb(230,170,170);
}

.contact_information form input[type="text"],
.contact_information form input[type="email"] {
    border-radius: 10px;
    width: 100%;
    background: #ffffff;
    border: 1px solid rgb(254,201,201);
    padding: 18px 20px;
    font-size: 15px;
    margin-bottom: 25px;
    color: #000000;
    transition: all 0.3s ease;
}

.contact_information .request_form label {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
}

.contact_information .request_form a:hover {
    color: rgb(202,140,140);
}

.contact_information .reach_card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: rgb(202,140,140);
    transform: translateY(-3px);
}

.privacy_lair::after {
    transform: rotate(-15deg);
    top: -50px;
    width: 180px;
    height: 180px;
    position: absolute;
    border: 1px solid rgba(var(--primary-color-rgb), 0.1);
    content: "";
    z-index: 0;
    right: -50px;
}

.privacy_lair h2::before {
    left: 0;
    background: rgb(230,170,170);
    transform: translateY(-50%);
    position: absolute;
    width: 5px;
    height: 60%;
    content: "";
    top: 10px;
}

.privacy_lair h4::before {
    transform: translateY(-50%);
    background: rgba(var(--secondary-color-rgb), 0.7);
    height: 40%;
    content: "";
    width: 2px;
    position: absolute;
    left: 0;
    top: 10px;
}

.privacy_lair li {
    transition: transform 0.3s ease;
    font-size: 12px;
    margin-bottom: 1.2rem;
    padding-left: 1.8rem;
    color: #000000;
    line-height: 1.7;
    position: relative;
}

.privacy_lair li:hover::before {
    transform: translateY(-50%) rotate(225deg);
}

.privacy_lair strong:hover::after {
    transform: scaleX(1);
}

footer .reward_sys::before {
    top: 0;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    background-size: 60px 60px;
    content: "";
    width: 100%;
    left: 0;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
}

footer .info_item svg {
    margin-right: 15px;
    flex-shrink: 0;
    position: relative;
    height: 22px;
    fill: rgb(230,170,170);
    width: 22px;
    z-index: 1;
}

footer .top_wrap {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    display: grid;
}

footer .top_wrap h5::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgb(230,170,170);
    width: 50px;
    height: 2px;
    content: "";
}

footer .top_site a {
    font-size: 15px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
}

footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}

footer .email_container {
    border: none;
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    background-color: rgb(230,170,170);
    padding: 15px;
    font-size: 17px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pricing_row::after {
    content: "";
    height: 250px;
    position: absolute;
    z-index: 0;
    background: linear-gradient(225deg, rgb(230,170,170,0.5), rgb(202,140,140,0.5));
    width: 250px;
    left: -50px;
    filter: blur(50px);
    bottom: -50px;
    border-radius: 50%;
}

.pricing_row .premium_cost {
    font-size: 16px;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
}

.pricing_row .price_plan {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    transform-style: preserve-3d;
    text-decoration: none;
    position: relative;
}

.pricing_row .price_plan h3::before {
    background: rgb(230,170,170);
    width: 40px;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    transition: width 0.3s ease;
}

.pricing_row .img_card_wrap {
    height: 180px;
    position: relative;
}

.pricing_row .price_plan:nth-child(1) .study_sub {
    border-top: 4px solid rgb(230,170,170);
}

.pricing_row .price_plan:nth-child(3) .study_sub {
    border-top: 4px solid #6c5ce7;
}

.thanksField::after {
    height: 60%;
    transform: rotate(10deg) translateZ(-5px);
    width: 30%;
    right: -5%;
    opacity: 0.04;
    background: linear-gradient(135deg, rgb(202,140,140,0.5) 10%, transparent 70%);
    filter: blur(15px);
    bottom: -10%;
}

.thanksField .learn_lab {
    padding: 2.5rem 3rem;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 22px;
    transform: translateZ(20px) rotateY(-2deg);
    margin: 1rem 0;
    position: relative;
    box-shadow: 
        0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.07);
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
}



.thanksField .learn_lab {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (max-width: 991px) {.prospective_students {
    padding: 90px 0;
}.prospective_students h4 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.9);
}.prospective_students div > div {
    gap: 18px;
}.prospective_students p {
    padding: 20px 25px;
}.prospective_students p svg {
    height: 25px;
    margin-right: 15px;
    width: 25px;
}
}



@media (min-width: 768px) {.course_offering {
    padding: 140px 0 100px;
}.course_offering h2 {
    font-size: calc(37px * 1.1);
    max-width: 80%;
}.course_offering .practical_study {
    gap: 4rem;
    flex-direction: row;
}.course_offering .img_card_wrap {
    height: auto;
    width: 40%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.course_offering .img_card_wrap:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: scale(1.02) translateY(-5px);
}.course_offering .tag_content {
    width: 60%;
    padding: 0 1.5rem 0 2.5rem;
    max-height: 400px;
}.course_offering h2::after {
    width: 120px;
}
}



@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 .top_mentor {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .top_header {
    margin-bottom: 0;
    margin-right: 0;
}header .top_wrap {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .header_lesson a {
    padding: 0 1rem;
    height: 35px;
    font-size: calc(12px - 1px);
}header .top_mentor::before,
    header .top_mentor::after {
    display: none;
}.top_pagewrap {
    margin-top: -10px;
}
}



@media screen and (max-width: 576px) {.data_statistics {
    padding: 60px 0;
}.data_statistics .class_benefits svg {
    height: 60px;
    width: 60px;
}.data_statistics .key_pros {
    padding: 15px 10px;
    max-width: 100%;
}.data_statistics .statistics_pros {
    min-width: 100%;
    aspect-ratio: 16/9;
    flex: 1 1 100%;
    height: auto;
}.data_statistics .benefits_track {
    flex-direction: column;
}}



@media (max-width: 576px) {.teacher_profile {
    padding: 4rem 1rem;
}.teacher_profile .img_card_wrap {
    height: 320px;
}.teacher_profile .name {
    font-size: 38px;
}.teacher_profile .exp_grid > div:nth-child(2) {
    font-size: 16px;
}.teacher_profile .emp_details {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 768px) {.title_intro .legacy_edu {
    width: 95%;
    transform: none;
    padding: 2rem;
}.title_intro .legacy_edu:hover {
    transform: translateY(-5px);
}.title_intro p {
    font-size: 0.9rem;
    padding-left: 2rem;
}.title_intro h1.title_style_header {
    font-size: clamp(2rem, 6vw, 3rem);
}.title_intro h3 {
    font-size: 1.1rem;
}
}



@media (max-width: 1200px) {.contact_information .support_card {
    grid-column: 2 / 12;
}.contact_information form {
    width: 70%;
}
}



@media (max-width: 992px) {.contact_information .support_card {
    grid-column: 1 / 13;
    margin: 60px 20px 0;
}.contact_information form {
    width: 80%;
    padding: 50px 40px;
}
}



@media (max-width: 991px) {.privacy_lair {
    padding: 4rem 1.5rem;
}.privacy_lair p {
    max-width: 100%;
}.privacy_lair h1 {
    font-size: calc(41px * 0.9);
}.privacy_lair h2 {
    font-size: calc(30px * 0.9);
}
}



@media (max-width: 575px) {.privacy_lair {
    padding: 2.5rem 0.8rem;
}.privacy_lair h1 {
    font-size: calc(41px * 0.7);
}.privacy_lair h2 {
    padding-left: 12px;
    font-size: calc(30px * 0.7);
}.privacy_lair h3 {
    font-size: calc(30px * 0.6);
    padding-left: 10px;
}.privacy_lair h4 {
    font-size: calc(30px * 0.55);
    padding-left: 8px;
}.privacy_lair p, 
    .privacy_lair span, 
    .privacy_lair li {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.privacy_lair span {
    padding-left: 0.8rem;
}.privacy_lair ul {
    margin: 1.2rem 0 2rem;
}.privacy_lair li {
    margin-bottom: 1rem;
}}



@media (min-width: 992px) {.pricing_row .discount_tier {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
}.pricing_row .rate_options {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
}.pricing_row .enroll_cost {
    text-align: left;
    flex: 1;
    padding-right: 3rem;
}.pricing_row .enroll_cost h2::after {
    transform: none;
    left: 0;
}.pricing_row .study_sub {
    min-height: 500px;
}
}



@media (max-width: 767px) {.thanksField {
    padding: 4rem 0;
}.thanksField h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.8);
}.thanksField h2::after {
    height: 2px;
    width: 60px;
}.thanksField .learn_lab {
    padding: 1.5rem 2rem;
    transform: translateZ(5px) rotateY(0deg);
}.thanksField li::before {
    height: 40px;
    top: -15px;
    width: 40px;
    left: -20px;
}
}



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

@keyframes moveDots {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 500px;
    }
}

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



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
}



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

