﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.wrap-container {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.webinar_cta {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    width: 1222px;
    margin: auto;
}.nav_know {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}::-webkit-scrollbar {
    background: rgb(255, 255, 255, 0.5);
    padding: 0px;
    width: 9px;
}::-webkit-scrollbar-track {
    border: 1px dotted #ffffff;
    margin: 5px 0;
    border-radius: 15.8em;
    background: linear-gradient(96deg, rgb(255, 255, 255, 0.5) 62%, rgb(205,96,121) 46%, rgb(205,96,121,0.5) 27%, rgb(218,191,144) 66%, rgb(232,225,197) 89%);
}::-webkit-scrollbar-track:active {
    background: rgb(205,96,121);
}::-webkit-scrollbar-thumb {
    background: repeating-linear-gradient(45deg, #ffffff, #ffffff 13px, rgb(218,191,144) 13px, rgb(218,191,144) 19px);
    box-shadow: -1px 0px 8px -2px rgba(0, 0, 0, 0.5);
    transition: background 1.4s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 9999px;
    min-height: 87px;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.price_card_item {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(232,225,197);
}.price_card_item::before {
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
}.price_card_item .container {
    max-width: 1400px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.price_card_item .learning_rates {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr;
}.price_card_item .value_deals {
    animation: fadeSlideUp 0.8s forwards 0.2s;
    max-width: 800px;
    opacity: 0;
    margin: 0 auto;
    transform: translateY(20px);
    text-align: center;
}.price_card_item .value_deals h2 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
    font-size: 37px;
}.price_card_item .value_deals h2::after {
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(218,191,144), rgb(205,96,121));
    position: absolute;
    width: 80px;
    bottom: -10px;
    left: 50%;
    height: 3px;
}.price_card_item .learn_deals {
    font-size: calc(18px + 0.1rem);
    line-height: 1.6;
    margin-top: 30px;
    color: #000000;
}.price_card_item .member_plans {
    margin-top: 20px;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    animation: fadeSlideUp 0.8s forwards 0.4s;
    display: grid;
    transform: translateY(30px);
    opacity: 0;
}.price_card_item .tuition_plans {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    text-decoration: none;
    position: relative;
    color: inherit;
    will-change: transform;
    z-index: 1;
}.price_card_item .tuition_plans:hover {
    transform: translateY(-10px) scale(1.02);
}.price_card_item .edu_rates {
    background: #ffffff;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    min-height: 420px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    border-radius: 30px;
}.price_card_item .tuition_plans:hover .edu_rates {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.price_card_item .tuition_plans:nth-child(odd) .edu_rates::before {
    width: 5px;
    content: "";
    transform-origin: bottom;
    background: rgb(218,191,144);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleY(0);
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
}.price_card_item .tuition_plans:nth-child(even) .edu_rates::before {
    height: 100%;
    background: rgb(205,96,121);
    transform: scaleY(0);
    position: absolute;
    top: 0;
    width: 5px;
    transform-origin: bottom;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    right: 0;
}.price_card_item .tuition_plans:hover .edu_rates::before {
    transform: scaleY(1);
}.price_card_item .promo_cost {
    padding: 40px 30px;
    z-index: 1;
    display: flex;
    flex: 1;
    position: relative;
    flex-direction: column;
}.price_card_item .promo_cost h3 {
    display: inline-block;
    color: #000000;
    margin-bottom: 15px;
    transition: color 0.3s ease;
    position: relative;
    font-size: calc(20px + 0.2rem);
    font-weight: 700;
}.price_card_item .tuition_plans:hover .promo_cost h3 {
    color: rgb(218,191,144);
}.price_card_item .tuition_plans:nth-child(even):hover .promo_cost h3 {
    color: rgb(205,96,121);
}.price_card_item .skill_offers {
    font-weight: 700;
    display: inline-block;
    color: rgb(218,191,144);
    position: relative;
    margin: 10px 0 20px;
    padding-bottom: 10px;
    font-size: calc(20px + 0.5rem);
}.price_card_item .tuition_plans:nth-child(even) .skill_offers {
    color: rgb(205,96,121);
}.price_card_item .skill_offers::after {
    height: 3px;
    bottom: 0;
    position: absolute;
    opacity: 0.6;
    left: 0;
    width: 40px;
    content: "";
    background: currentColor;
}.price_card_item .promo_cost p {
    color: #000000;
    word-break: break-word;
    margin-top: auto;
    font-size: 18px;
    word-wrap: break-word;
    line-height: 1.6;
    hyphens: auto;
    overflow-wrap: break-word;
}.price_card_item .hero_banner {
    position: relative;
    transform-origin: center;
    width: 100%;
    height: 200px;
    transition: transform 0.5s ease;
}.price_card_item .tuition_plans:hover .hero_banner {
    transform: scale(1.05);
}.price_card_item .hero_banner::after {
    width: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    height: 40%;
    bottom: 0;
    content: "";
    transition: opacity 0.4s ease;
}.price_card_item .tuition_plans:hover .hero_banner::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.price_card_item .learning_rates {
    grid-template-columns: 1fr;
}.price_card_item .member_plans {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}

@media (min-width: 992px) {.price_card_item {
    padding: 150px 0;
}.price_card_item .learning_rates {
    gap: 80px;
    grid-template-columns: 1fr;
}.price_card_item .member_plans {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}.price_card_item .edu_rates {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.price_card_item .member_plans {
    gap: 40px;
}
}

@media (max-width: 767px) {.price_card_item {
    padding: 80px 0;
}.price_card_item .value_deals h2 {
    font-size: calc(37px - 0.4rem);
}.price_card_item .learn_deals {
    font-size: 18px;
}.price_card_item .promo_cost {
    padding: 30px 20px;
}.price_card_item .edu_rates {
    min-height: 400px;
}.price_card_item .hero_banner {
    height: 160px;
}
}

@media (max-width: 480px) {.price_card_item {
    padding: 60px 0;
}.price_card_item .learning_rates {
    gap: 40px;
}.price_card_item .member_plans {
    gap: 25px;
}.price_card_item .promo_cost h3 {
    font-size: 20px;
}.price_card_item .skill_offers {
    font-size: 20px;
}.price_card_item .promo_cost p {
    font-size: calc(18px - 0.1rem);
}}.course_overview {
    position: relative;
    background: linear-gradient(125deg, rgb(232,225,197) 0%, rgb(218,191,144,0.5) 100%);
    overflow: hidden;
    padding: 100px 0;
}.course_overview::before {
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(ellipse at 20% 30%, rgb(218,191,144,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(205,96,121,0.5) 0%, transparent 60%);
    opacity: 0.6;
    width: 100%;
    content: "";
}.course_overview::after {
    animation: shiftBackground 30s linear infinite;
    content: "";
    opacity: 0.4;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    position: absolute;
    height: 100%;
}@keyframes shiftBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.course_overview .container {
    position: relative;
    z-index: 2;
}.course_overview .study_program {
    border-radius: 11px;
    overflow: hidden;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.02), 
        rgba(255, 255, 255, 0.08)
    );
    display: flex;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    flex-direction: column;
}.course_overview .study_program::before {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(
            135deg,
            transparent,
            rgba(rgb(218,191,144), 0.05)
        );
    content: "";
    top: 0;
    left: 0;
}.course_overview .hero_banner {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 45%;
    position: absolute;
    top: 5%;
    animation: morphShape 15s infinite alternate ease-in-out;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    z-index: 2;
    overflow: hidden;
    right: 3%;
    height: 440px;
}@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 40% 60% 50% 50% / 30% 60% 40% 60%;
    }
}

.course_overview .hero_banner::before {
    content: "";
    opacity: 0.6;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(218,191,144,0.5) 100%
    );
    mix-blend-mode: overlay;
    left: 0;
    height: 100%;
}.course_overview .hero_banner::after {
    position: absolute;
    height: 100%;
    opacity: 0.2;
    background-size: 20px 20px;
    top: 0;
    z-index: 3;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        );
    content: "";
    left: 0;
    width: 100%;
}.course_overview .skill_explorer {
    display: flex;
    padding: 60px 50% 60px 60px;
    flex-direction: column;
    z-index: 3;
    min-height: 400px;
    position: relative;
}.course_overview .site_prime {
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    z-index: 4;
}.course_overview .site_prime svg {
    fill: #ffffff;
    z-index: 2;
    width: 70px;
    height: auto;
    position: relative;
}.course_overview .site_prime svg path {
    stroke: rgb(218,191,144);
    stroke-dasharray: 100;
    stroke-width: 0.5;
    stroke-dashoffset: 100;
}.course_overview h3 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #ffffff;
    max-width: 100%;
    z-index: 4;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
}.course_overview h3::after {
    position: absolute;
    width: 60px;
    bottom: -10px;
    border-radius: 3px;
    height: 3px;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    background: linear-gradient(90deg, rgb(218,191,144), rgb(205,96,121));
}.course_overview .study_program:hover h3::after {
    width: 120px;
}.course_overview p {
    line-height: 1.7;
    z-index: 4;
    font-size: 18px;
    color: #000000;
    margin: 0;
    position: relative;
    max-width: 100%;
}.course_overview .study_program::after {
    position: absolute;
    border-radius: 50%;
    height: 200px;
    left: -50px;
    filter: blur(80px);
    bottom: -50px;
    z-index: 1;
    opacity: 0.3;
    width: 200px;
    background: rgb(205,96,121,0.5);
    content: "";
}.course_overview .skill_explorer::before {
    right: 48%;
    animation: floatDots 10s infinite alternate ease-in-out;
    content: "";
    height: 90%;
    top: 20px;
    position: absolute;
    background-size: 20px 20px, 25px 25px;
    background-image: 
        radial-gradient(circle, rgb(218,191,144,0.5) 1px, transparent 1px),
        radial-gradient(circle, rgb(205,96,121,0.5) 1px, transparent 1px);
    width: 150px;
    opacity: 0.2;
    background-position: 0 0, 10px 10px;
    z-index: 1;
}

@keyframes floatDots {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0.4;
    }
}

@media (max-width: 1199px) {.course_overview .skill_explorer {
    padding: 50px 50% 50px 50px;
}.course_overview .hero_banner {
    width: 42%;
    height: 85%;
}
}

@media (max-width: 991px) {.course_overview {
    padding: 80px 0;
}.course_overview .study_program {
    display: flex;
    flex-direction: column;
}.course_overview .skill_explorer {
    padding: 220px 40px 50px 40px;
    min-height: auto;
}.course_overview .hero_banner {
    left: 10%;
    position: absolute;
    height: 200px;
    width: 80%;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    top: 0;
}.course_overview .site_prime {
    position: absolute;
    margin-bottom: 0;
    left: 40px;
    top: 160px;
}.course_overview h3 {
    font-size: calc(34px * 0.9);
}.course_overview .skill_explorer::before {
    display: none;
}
}

@media (max-width: 767px) {.course_overview {
    padding: 60px 0;
}.course_overview .skill_explorer {
    padding: 200px 30px 40px 30px;
}.course_overview .hero_banner {
    height: 180px;
}.course_overview .site_prime {
    top: 140px;
    left: 30px;
}.course_overview .site_prime svg {
    width: 60px;
}.course_overview h3 {
    font-size: calc(34px * 0.8);
}.course_overview p {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.course_overview {
    padding: 40px 0;
}.course_overview .skill_explorer {
    padding: 180px 25px 30px 25px;
}.course_overview .hero_banner {
    height: 160px;
}.course_overview .site_prime {
    left: 25px;
    top: 120px;
}.course_overview .site_prime svg {
    width: 50px;
}.course_overview h3 {
    margin-bottom: 15px;
    font-size: calc(34px * 0.7);
}.course_overview p {
    font-size: calc(18px * 0.9);
}}.meet_us {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,225,197) 0%, rgb(205,96,121,0.5) 100%);
    padding: 120px 0 80px;
}.meet_us::before {
    position: absolute;
    height: 300px;
    background: rgb(218,191,144,0.5);
    right: -50px;
    top: -50px;
    transform: rotate(45deg);
    z-index: 1;
    opacity: 0.1;
    content: "";
    width: 300px;
}.meet_us::after {
    background: rgb(205,96,121,0.5);
    opacity: 0.08;
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    left: -80px;
    height: 250px;
    width: 250px;
    content: "";
    bottom: -80px;
}.meet_us .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.meet_us h1 {
    animation: slideInTitle 0.8s ease-out forwards;
    transform: translateX(-10px);
    font-weight: 700;
    opacity: 0;
    position: relative;
    margin-bottom: 50px;
    font-size: 38px;
    text-align: left;
    color: #000000;
}.meet_us h1::after {
    background: linear-gradient(90deg, rgb(218,191,144) 0%, rgb(205,96,121) 100%);
    position: absolute;
    bottom: -15px;
    transform-origin: left;
    width: 80px;
    transform: scaleX(0);
    content: "";
    left: 0;
    height: 4px;
    animation: expandLine 1s 0.4s ease-out forwards;
}.meet_us .why_choose {
    position: relative;
}.meet_us .why_choose ul {
    grid-template-columns: 1fr;
    display: grid;
    list-style: none;
    gap: 40px;
    margin: 0;
    padding: 0;
}.meet_us .learn_identity {
    border-left: 4px solid rgb(218,191,144);
    animation: fadeInUp 0.8s ease-out forwards;
    background: #ffffff;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.5s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    padding: 40px 35px;
}.meet_us .learn_identity:nth-child(1) {
    animation-delay: 0.2s;
}.meet_us .learn_identity:nth-child(2) {
    animation-delay: 0.4s;
}.meet_us .learn_identity::before {
    width: 120px;
    top: 0;
    opacity: 0.05;
    right: 0;
    transform: translate(50%, -50%) rotate(45deg);
    position: absolute;
    background: rgb(218,191,144,0.5);
    transition: transform 0.6s ease;
    height: 120px;
    content: "";
}.meet_us .learn_identity:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.meet_us .learn_identity:hover::before {
    transform: translate(30%, -30%) rotate(45deg) scale(1.2);
}.meet_us .learn_identity h4 {
    font-size: calc(19px + 2px);
    position: relative;
    color: rgb(218,191,144);
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
}.meet_us .learn_identity h4::after {
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    bottom: -8px;
    height: 2px;
    left: 0;
    width: 40px;
    background: rgb(205,96,121);
}.meet_us .learn_identity:hover h4::after {
    width: 100%;
}.meet_us .learn_identity div {
    color: #000000;
    padding-right: 10px;
    line-height: 1.8;
    max-height: 300px;
    font-family: Arial, sans-serif;
    overflow-y: auto;
    font-size: 14px;
}.meet_us .learn_identity div::-webkit-scrollbar {
    width: 4px;
}.meet_us .learn_identity div::-webkit-scrollbar-track {
    background: rgb(232,225,197);
    border-radius: 10px;
}.meet_us .learn_identity div::-webkit-scrollbar-thumb {
    background: rgb(205,96,121,0.5);
    border-radius: 10px;
}

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

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

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

@media (min-width: 768px) {.meet_us {
    padding: 140px 0 100px;
}.meet_us h1 {
    font-size: calc(38px + 8px);
    margin-bottom: 70px;
}.meet_us h1::after {
    width: 120px;
    height: 5px;
}.meet_us .why_choose ul {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
}.meet_us .learn_identity {
    padding: 50px 45px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s ease;
}.meet_us .learn_identity:hover {
    transform: translateY(-10px) scale(1.02);
}.meet_us .learn_identity div {
    max-height: 350px;
}
}

@media (min-width: 1200px) {.meet_us {
    padding: 180px 0 140px;
}.meet_us::before {
    width: 400px;
    height: 400px;
}.meet_us::after {
    width: 350px;
    height: 350px;
}.meet_us .container {
    padding: 0 40px;
}.meet_us h1 {
    transform: translateX(-20px);
}.meet_us .why_choose {
    perspective: 1000px;
}.meet_us .learn_identity {
    transform-origin: top;
    padding: 60px 50px;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.5s ease;
    transform: translateY(40px) rotateX(10deg);
}.meet_us .learn_identity:hover {
    transform: translateY(-15px) rotateX(0) scale(1.03);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.14);
}.meet_us .learn_identity h4 {
    margin-bottom: 25px;
    font-size: calc(19px + 5px);
}.meet_us .learn_identity div {
    font-size: calc(14px + 1px);
    line-height: 1.9;
    max-height: 400px;
}
}

@media (max-width: 767px) {.meet_us {
    padding: 80px 0 60px;
}.meet_us h1 {
    font-size: calc(38px - 2px);
    margin-bottom: 40px;
}.meet_us .learn_identity {
    margin-bottom: 30px;
    padding: 30px 25px;
}.meet_us .learn_identity h4 {
    margin-bottom: 15px;
    font-size: 19px;
}.meet_us .learn_identity div {
    line-height: 1.7;
    max-height: 250px;
    font-size: calc(14px - 1px);
}}.cookie_notice_window {
    bottom: 0;
    position: fixed;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    z-index: 1000;
    border-top: 1px solid rgb(218,191,144);
    animation: fadeInUp 0.5s ease-out;
    background-color: rgb(232,225,197);
    width: 100%;
}.cookie_notice_window .cookie_notice {
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    margin-right: 20px;
    flex-shrink: 0;
    transform-origin: center;
}.cookie_notice_window .cookie_notice svg {
    height: 60px;
    width: 60px;
    fill: rgb(218,191,144);
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookie_notice_window .cookie_box {
    flex-grow: 1;
}.cookie_notice_window .cookie_box h5 {
    font-size: 19px;
    color: rgb(218,191,144);
    margin-bottom: 6px;
}.cookie_notice_window .cookie_box p {
    font-size: 17px;
    margin: 0;
    color: #000000;
    line-height: 1.5;
}.cookie_notice_window .visitor_settings {
    display: inline-block;
    margin-top: 20px;
    background-color: rgb(218,191,144);
    margin-right: 15px;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
}.cookie_notice_window .visitor_settings:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.cookie_notice_window .visitor_settings:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.cookie_notice_window .cookie_notice {
    margin-bottom: 15px;
    margin-right: 0;
}.cookie_notice_window .visitor_settings {
    margin-left: 0;
    text-align: center;
    width: 48%;
}}
#cookie_info_notice {
    display: none;
}#cookie_info_notice:checked ~ .cookie_notice_window {
    opacity: 0;
    visibility: hidden;
}.mentorship_profile {
    position: relative;
    padding: 7rem 2rem;
    overflow: hidden;
    background: radial-gradient(circle at 70% 30%, rgb(218,191,144,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(205,96,121,0.5) 0%, transparent 40%), 
              #000000;
}.mentorship_profile::before {
    position: absolute;
    content: "";
    height: 150%;
    animation: backgroundMovement 30s linear infinite alternate;
    opacity: 0.3;
    left: -25%;
    width: 150%;
    top: -25%;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
}.mentorship_profile .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.mentorship_profile .success_testimonials {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    display: grid;
    gap: 0;
    position: relative;
    border-radius: 26px;
}.mentorship_profile .success_testimonials::after {
    pointer-events: none;
    content: "";
    opacity: 0.3;
    position: absolute;
    top: 0;
    height: 100%;
    mix-blend-mode: overlay;
    background: linear-gradient(135deg, rgb(218,191,144,0.5) 0%, transparent 50%);
    left: 0;
    width: 100%;
}.mentorship_profile .success_testimonials .hero_banner {
    transition: all 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    min-height: 500px;
    grid-column: 1 / 2;
    border-radius: 0;
    position: relative;
    grid-row: 1 / 4;
    z-index: 1;
    box-shadow: 0 0 30px rgb(218,191,144,0.5);
    transform: scale(1.05) translateX(-5%);
}.mentorship_profile .success_testimonials .hero_banner:hover {
    transform: scale(1.07) translateX(-4%);
    box-shadow: 0 0 50px rgb(218,191,144);
}.mentorship_profile .success_testimonials .name {
    position: relative;
    animation: neonPulse 4s infinite alternate;
    grid-column: 2 / 3;
    padding: 3.5rem 2rem 0.5rem 3rem;
    z-index: 2;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(218,191,144,0.5), 0 0 20px rgb(218,191,144,0.5);
    letter-spacing: 2px;
    grid-row: 1 / 2;
    font-weight: 700;
    font-size: 38px;
}.mentorship_profile .success_testimonials span:not(.name) {
    grid-column: 2 / 3;
    font-weight: 400;
    color: rgb(205,96,121);
    text-transform: uppercase;
    grid-row: 2 / 3;
    z-index: 2;
    letter-spacing: 1px;
    padding: 0 2rem 1rem 3rem;
    font-size: 17px;
    position: relative;
}.mentorship_profile .success_testimonials .work_summary {
    padding: 2rem 2rem 2.5rem 3rem;
    backdrop-filter: blur(5px);
    font-size: 16px;
    grid-column: 2 / 3;
    margin-right: 1.5rem;
    grid-row: 3 / 4;
    border-radius: 0 10px 0 0;
    line-height: 1.7;
    color: #ffffff;
    position: relative;
    border-top: 1px solid rgb(205,96,121,0.5);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    z-index: 2;
}

@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(218,191,144,0.5), 0 0 20px rgb(218,191,144,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(218,191,144), 0 0 30px rgb(218,191,144);
  }
}

@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

@media (max-width: 992px) {.mentorship_profile {
    padding: 5rem 1.5rem;
}.mentorship_profile .success_testimonials {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.mentorship_profile .success_testimonials .hero_banner {
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    transform: scale(1.02) translateY(-5%);
}.mentorship_profile .success_testimonials .hero_banner:hover {
    transform: scale(1.03) translateY(-4%);
}.mentorship_profile .success_testimonials .name {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}.mentorship_profile .success_testimonials span:not(.name) {
    grid-row: 3 / 4;
    padding: 0 1.5rem 1rem 1.5rem;
    grid-column: 1 / 2;
}.mentorship_profile .success_testimonials .work_summary {
    grid-column: 1 / 2;
    margin-right: 0;
    grid-row: 4 / 5;
    border-radius: 10px;
    padding: 1.5rem;
}
}

@media (max-width: 576px) {.mentorship_profile {
    padding: 4rem 1rem;
}.mentorship_profile .success_testimonials .hero_banner {
    min-height: 280px;
}.mentorship_profile .success_testimonials .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.mentorship_profile .success_testimonials span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.mentorship_profile .success_testimonials .work_summary {
    padding: 1.2rem;
}}.training_structure {
    perspective: 1000px;
    padding: 8rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,225,197) 0%, rgb(218,191,144,0.5) 100%);
    position: relative;
}.training_structure::before {
    height: 120%;
    position: absolute;
    z-index: 0;
    width: 40%;
    top: -10%;
    transform: rotate(-15deg) translateZ(-50px);
    background: linear-gradient(45deg, rgb(205,96,121,0.5) 0%, rgb(218,191,144,0.5) 100%);
    opacity: 0.3;
    pointer-events: none;
    filter: blur(20px);
    right: -5%;
    content: "";
}.training_structure::after {
    height: 70%;
    z-index: 0;
    transform: rotate(10deg) translateZ(-30px);
    left: -2%;
    pointer-events: none;
    opacity: 0.15;
    position: absolute;
    bottom: -5%;
    width: 35%;
    background: linear-gradient(-45deg, rgb(218,191,144) 0%, transparent 70%);
    content: "";
}.training_structure .container {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    transform-style: preserve-3d;
}.training_structure .study_program {
    transform: translateZ(20px);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    align-items: center;
    justify-content: center;
}.training_structure .study_program:hover {
    transform: translateZ(40px) scale(1.02);
}.training_structure .study_program > div {
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem 3.5rem;
    background: #ffffff;
    max-width: 800px;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-left: 5px solid rgb(218,191,144);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5),
                0 -5px 20px -5px rgba(0, 0, 0, 0.5);
}.training_structure .study_program > div:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5),
                0 -10px 25px -5px rgba(0, 0, 0, 0.5);
}.training_structure .study_program > div::before {
    top: -2px;
    transform: translateZ(-10px);
    opacity: 0.1;
    bottom: -2px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 85% 100%, 80% 90%, 0 90%);
    position: absolute;
    right: -2px;
    content: "";
    z-index: -1;
    left: -2px;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(218,191,144), rgb(205,96,121));
}.training_structure .study_program > div:hover::before {
    opacity: 0.2;
}.training_structure h3 {
    position: relative;
    padding-bottom: 1rem;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    transform: translateZ(10px);
    color: #000000;
    font-size: calc(31px * 0.85);
}.training_structure h3::after {
    background: linear-gradient(90deg, rgb(218,191,144), rgb(205,96,121));
    transform: scaleX(0.8) translateZ(5px);
    width: 6rem;
    position: absolute;
    bottom: 0;
    height: 3px;
    transform-origin: left;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
}.training_structure .study_program > div:hover h3::after {
    transform: scaleX(1) translateZ(5px);
}.training_structure p {
    margin-bottom: 0;
    font-size: 12px;
    position: relative;
    color: #000000;
    line-height: 1.7;
    transform: translateZ(5px);
}.training_structure p span {
    transition: opacity 0.3s ease;
    position: relative;
    opacity: 0.9;
    display: block;
}.training_structure p span:hover {
    opacity: 1;
}.training_structure p span::first-letter {
    font-size: 1.25em;
    color: rgb(218,191,144);
    font-weight: 600;
}

@media screen and (max-width: 991px) {.training_structure {
    padding: 6rem 0;
}.training_structure .study_program > div {
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(-1deg);
}.training_structure h3 {
    font-size: calc(31px * 0.75);
}
}

@media screen and (max-width: 767px) {.training_structure {
    padding: 5rem 0;
}.training_structure::before,
    .training_structure::after {
    width: 60%;
}.training_structure .study_program > div {
    padding: 2rem;
    transform: perspective(800px) rotateY(0deg);
}.training_structure h3 {
    margin-bottom: 1.2rem;
    font-size: calc(31px * 0.7);
    padding-bottom: 0.8rem;
}.training_structure p {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}

@media screen and (max-width: 575px) {.training_structure {
    padding: 4rem 0;
}.training_structure .container {
    padding: 0 1.5rem;
}.training_structure .study_program > div {
    padding: 1.75rem;
    border-left: 4px solid rgb(218,191,144);
}.training_structure h3 {
    font-size: calc(31px * 0.65);
    padding-bottom: 0.7rem;
    margin-bottom: 1rem;
}.training_structure h3::after {
    height: 2px;
    width: 4rem;
}.training_structure p {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}}.thanksGrid {
    padding: 6rem 0;
    z-index: 1;
    background: linear-gradient(145deg, rgb(205,96,121,0.5), rgb(218,191,144,0.5));
    overflow: hidden;
    position: relative;
}.thanksGrid::before {
    width: 70%;
    right: -10%;
    animation: float 20s infinite alternate ease-in-out;
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    height: 70%;
    position: absolute;
    z-index: -1;
    content: "";
    transform: rotate(25deg);
    opacity: 0.07;
    top: -10%;
}.thanksGrid::after {
    left: -5%;
    z-index: -1;
    height: 50%;
    animation: float 15s infinite alternate-reverse ease-in-out;
    content: "";
    position: absolute;
    width: 50%;
    bottom: -5%;
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    opacity: 0.05;
    transform: rotate(-15deg);
}.thanksGrid .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.thanksGrid .study_program {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform-style: preserve-3d;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
}.thanksGrid .study_program:hover {
    transform: perspective(1000px) rotateX(0deg);
}.thanksGrid .study_program > div:first-child {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #ffffff;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 2.5rem;
    z-index: 2;
}.thanksGrid .study_program > div:first-child::before {
    height: 5px;
    right: 0;
    top: 0;
    transform: scaleX(0);
    left: 0;
    content: "";
    transition: transform 0.7s ease;
    z-index: 3;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(218,191,144), rgb(205,96,121));
    position: absolute;
}.thanksGrid .study_program:hover > div:first-child::before {
    transform: scaleX(1);
}.thanksGrid .study_program > div:last-child {
    padding: 2.5rem 3rem;
    transform: translateY(-10px);
    background: linear-gradient(to right bottom, 
                rgba(255, 255, 255, 0.9),
                rgba(255, 255, 255, 0.7));
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.02);
    position: relative;
}.thanksGrid .study_program:hover > div:last-child {
    transform: translateY(0);
}.thanksGrid h5 {
    margin: 0;
    position: relative;
    font-size: 19px;
    display: inline-block;
    color: rgb(218,191,144);
    line-height: 1.4;
    font-weight: 700;
}.thanksGrid h5::after {
    left: 0;
    transition: width 0.4s ease;
    background: rgb(205,96,121);
    height: 3px;
    position: absolute;
    bottom: -10px;
    width: 60px;
    content: "";
}.thanksGrid .study_program:hover h5::after {
    width: 100%;
}.thanksGrid a {
    display: block;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.thanksGrid a:hover {
    transform: translateX(5px);
}.thanksGrid p {
    position: relative;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}.thanksGrid a::before {
    background: rgb(205,96,121);
    width: 0.5rem;
    top: 0.5rem;
    left: -1.5rem;
    position: absolute;
    height: 0.5rem;
    content: "";
    transition: all 0.3s ease;
    opacity: 0;
}.thanksGrid a:hover::before {
    opacity: 1;
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(2%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-2%, -1%) rotate(-5deg);
    }
}

@media (min-width: 768px) {.thanksGrid {
    padding: 8rem 0;
}.thanksGrid .study_program {
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
}.thanksGrid .study_program > div:first-child {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    transform: translateX(5%);
    z-index: 2;
}.thanksGrid .study_program > div:last-child {
    margin-left: -5%;
    padding-left: 10%;
    z-index: 1;
    transform: translateY(25px);
}.thanksGrid .study_program:hover > div:last-child {
    transform: translateY(15px);
}.thanksGrid h5 {
    font-size: calc(19px * 1.1);
}.thanksGrid p {
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 992px) {.thanksGrid {
    padding: 10rem 0;
}.thanksGrid .study_program {
    grid-template-columns: 0.9fr 1.3fr;
}.thanksGrid .study_program > div:first-child {
    transform: translateX(10%);
    padding: 3rem;
}.thanksGrid .study_program > div:last-child {
    margin-left: -10%;
    transform: translateY(35px);
    padding-left: 15%;
}.thanksGrid .study_program:hover > div:last-child {
    transform: translateY(25px);
}.thanksGrid h5 {
    font-size: calc(19px * 1.2);
}
}

@media (max-width: 767px) {.thanksGrid {
    padding: 4rem 0;
}.thanksGrid .study_program > div:first-child,
    .thanksGrid .study_program > div:last-child {
    padding: 2rem;
}.thanksGrid h5 {
    font-size: calc(19px * 0.9);
}.thanksGrid p {
    font-size: calc(15px * 0.95);
}}.title_intro {
    padding: 2rem;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(232,225,197), rgba(0, 0, 0, 0.5));
    display: flex;
}.title_intro .main_intro {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.1), -20px -20px 60px rgba(255,255,255,0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 100%;
    border-radius: 10px;
}.title_intro .main_intro:hover {
    transform: translateY(-5px);
    box-shadow: 25px 25px 70px rgba(0,0,0,0.15), -25px -25px 70px rgba(255,255,255,0.15);
}.title_intro .main_intro > div {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
}.title_intro h3 {
    margin: 0;
    background-color: #ffffff;
    color: #000000;
    font-weight: 600;
    font-size: calc(22px * 0.9);
    position: relative;
    border-radius: 8px;
    transition: all 0.3s ease;
    padding: 2rem;
    box-shadow: inset 5px 5px 10px rgba(0,0,0,0.05), inset -5px -5px 10px rgba(255,255,255,0.8);
    overflow: hidden;
    line-height: 1.5;
}.title_intro h3::before {
    height: 100%;
    content: "";
    opacity: 0.8;
    width: 5px;
    left: 0;
    background: linear-gradient(to bottom, rgb(218,191,144), rgb(205,96,121));
    top: 0;
    position: absolute;
}.title_intro .our_journey {
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
    box-shadow: 8px 8px 16px rgba(0,0,0,0.1), -8px -8px 16px rgba(255,255,255,0.1);
    height: 400px;
    border-radius: 8px;
}.title_intro .our_journey::before {
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(218,191,144,0.5), rgba(0, 0, 0, 0.5));
    opacity: 0.7;
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
}.title_intro .our_journey > div {
    position: relative;
    padding: 2.5rem;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    align-items: flex-start;
    height: 100%;
    display: flex;
}.title_intro .our_journey p {
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 15px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    font-size: calc(14px * 1.1);
    color: #ffffff;
    max-width: 80%;
}.title_intro .our_journey p::before {
    height: 100%;
    top: 0;
    position: absolute;
    border-radius: 5px;
    content: "";
    width: 4px;
    background: rgb(205,96,121);
    left: 0;
}.title_intro .title_style_header {
    color: #ffffff;
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-weight: 700;
    font-size: calc(42px * 1.1);
    max-width: 90%;
    position: relative;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
    line-height: 1.2;
    transition: transform 0.3s ease;
}.title_intro .our_journey:hover {
    transform: scale(1.02);
    box-shadow: 12px 12px 24px rgba(0,0,0,0.15), -12px -12px 24px rgba(255,255,255,0.15);
}.title_intro .our_journey:hover .title_style_header {
    transform: translateX(10px);
}.title_intro::after {
    content: "";
    opacity: 0.4;
    filter: blur(80px);
    background: rgb(218,191,144,0.5);
    top: 0;
    height: 150px;
    position: absolute;
    right: 0;
    border-radius: 50%;
    animation: floatBubble 15s infinite ease-in-out;
    width: 150px;
}.title_intro::before {
    background: rgb(205,96,121,0.5);
    filter: blur(90px);
    content: "";
    left: 10%;
    width: 200px;
    border-radius: 50%;
    animation: floatBubble 18s infinite ease-in-out reverse;
    height: 200px;
    position: absolute;
    bottom: 0;
    opacity: 0.3;
}

@keyframes floatBubble {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-30px) translateX(20px);
  }
  50% {
    transform: translateY(10px) translateX(-20px);
  }
  75% {
    transform: translateY(20px) translateX(10px);
  }
}

@media (min-width: 768px) {.title_intro .main_intro > div {
    gap: 1.5rem;
    grid-template-columns: 1fr 2fr;
}.title_intro h3 {
    height: 100%;
    align-items: center;
    display: flex;
    font-size: 22px;
}.title_intro .our_journey {
    height: 500px;
}.title_intro .title_style_header {
    font-size: 42px;
    max-width: 80%;
}
}

@media (max-width: 767px) {.title_intro {
    padding: 1.5rem;
}.title_intro .main_intro {
    padding: 0;
}.title_intro h3 {
    font-size: calc(22px * 0.8);
    padding: 1.5rem;
}.title_intro .our_journey {
    height: 350px;
}.title_intro .our_journey > div {
    padding: 1.5rem;
}.title_intro .our_journey p {
    max-width: 100%;
    font-size: 14px;
}.title_intro .title_style_header {
    max-width: 100%;
    font-size: calc(28px);
}
}

@media (max-width: 480px) {.title_intro {
    padding: 1rem;
}.title_intro h3 {
    font-size: calc(21px * 1.1);
    padding: 1.25rem;
}.title_intro .our_journey {
    height: 300px;
}.title_intro .our_journey > div {
    padding: 1.25rem;
}.title_intro .title_style_header {
    font-size: calc(28px * 0.9);
}}.reach_out {
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(232,225,197) 0%, rgb(232,225,197) 50%, rgb(218,191,144,0.5) 150%);
    overflow: hidden;
    position: relative;
}.reach_out::before {
    background-image: 
        linear-gradient(to right, rgb(218,191,144,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(218,191,144,0.5) 1px, transparent 1px);
    height: 100%;
    content: "";
    opacity: 0.05;
    z-index: 1;
    width: 100%;
    left: 0;
    background-size: 30px 30px;
    top: 0;
    position: absolute;
}.reach_out::after {
    height: 2px;
    animation: scanline 3s infinite linear;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(218,191,144) 15%, 
        rgb(205,96,121) 35%, 
        rgb(218,191,144) 65%, 
        transparent 100%);
    z-index: 2;
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

.reach_out .hero_banner {
    width: 100%;
    mix-blend-mode: luminosity;
    height: 100%;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    top: 0;
    z-index: 0;
    opacity: 0.06;
    position: absolute;
    left: 0;
}.reach_out .hero_banner::before {
    top: 0;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(218,191,144) 0,
        rgb(218,191,144) 5px,
        transparent 5px,
        transparent 10px
    );
    left: 0;
    opacity: 0.03;
    height: 100%;
    mix-blend-mode: color-burn;
    width: 100%;
}.reach_out .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
}.reach_out h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase;
    color: rgb(218,191,144);
    letter-spacing: 3px;
    position: relative;
    font-size: 29px;
}.reach_out .feedback_support {
    position: relative;
    overflow: hidden;
    z-index: 2;
    background: #ffffff;
    flex-wrap: wrap;
    border-radius: 10px;
    display: flex;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(232,225,197),
        0 0 30px rgb(218,191,144,0.5);
}.reach_out .feedback_support::before {
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(218,191,144), rgb(205,96,121));
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 3px;
}.reach_out .inquiry_request {
    flex: 1 1 60%;
    z-index: 2;
    position: relative;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(232,225,197), 0.3) 100%
    );
    padding: 50px;
}.reach_out .inquiry_request::after {
    top: 20px;
    position: absolute;
    content: "";
    width: 40px;
    opacity: 0.5;
    border-top: 2px solid rgb(218,191,144,0.5);
    height: 40px;
    right: 20px;
    border-right: 2px solid rgb(218,191,144,0.5);
}.reach_out .inquiry_request::before {
    border-left: 2px solid rgb(218,191,144,0.5);
    left: 20px;
    width: 40px;
    bottom: 20px;
    position: absolute;
    border-bottom: 2px solid rgb(218,191,144,0.5);
    content: "";
    opacity: 0.5;
    height: 40px;
}.reach_out .inquiry_request h3 {
    margin-bottom: 30px;
    font-size: 22px;
    border-bottom: 1px solid rgb(232,225,197);
    text-transform: none;
    padding: 0 0 10px 0;
    color: #000000;
    text-align: left;
    letter-spacing: normal;
}.reach_out .inquiry_request h3::before,
.reach_out .inquiry_request h3::after {
    display: none;
}.reach_out .inquiry_request input[type="text"],
.reach_out .inquiry_request textarea {
    transition: all 0.3s ease;
    padding: 16px 20px;
    font-size: 12px;
    border: none;
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    border-radius: 10px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background: rgb(232,225,197);
    margin-bottom: 20px;
}.reach_out .inquiry_request input[type="text"]:focus,
.reach_out .inquiry_request textarea:focus {
    outline: none;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(218,191,144,0.5);
    background: #ffffff;
}.reach_out .inquiry_request input[type="text"]::placeholder,
.reach_out .inquiry_request textarea::placeholder {
    opacity: 0.6;
    transition: all 0.3s ease;
    color: #000000;
}.reach_out .inquiry_request input[type="text"]:focus::placeholder,
.reach_out .inquiry_request textarea:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.4;
}.reach_out .inquiry_request textarea {
    min-height: 150px;
    resize: vertical;
}.reach_out .inquiry_request .request_box {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.reach_out .inquiry_request .request_box input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.reach_out .inquiry_request .request_box label {
    font-size: 16px;
    position: relative;
    padding-left: 35px;
    line-height: 1.6;
    cursor: pointer;
    color: #000000;
}.reach_out .inquiry_request .request_box label::before {
    content: "";
    background: #ffffff;
    width: 20px;
    border: 1px solid rgb(232,225,197);
    position: absolute;
    height: 20px;
    transition: all 0.2s ease;
    top: 2px;
    left: 0;
    border-radius: 2px;
}.reach_out .inquiry_request .request_box input[type="checkbox"]:checked + label::before {
    background: rgb(218,191,144);
    border-color: rgb(218,191,144);
}.reach_out .inquiry_request .request_box input[type="checkbox"]:checked + label::after {
    content: "";
    border: solid #ffffff;
    top: 4px;
    height: 12px;
    border-width: 0 2px 2px 0;
    width: 6px;
    position: absolute;
    left: 7px;
    transform: rotate(45deg);
}.reach_out .inquiry_request .request_box a {
    text-decoration: none;
    background-size: 0% 100%;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(218,191,144,0.5) 2px
    );
    font-weight: 600;
    background-repeat: no-repeat;
    color: rgb(218,191,144);
    transition: background-size 0.3s ease;
    transition: all 0.3s ease;
}.reach_out .inquiry_request .request_box a:hover {
    background-size: 100% 100%;
}.reach_out .inquiry_request .query_block {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgb(218,191,144,0.5);
    color: #ffffff;
    border: none;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.4s ease;
    padding: 16px 30px;
    cursor: pointer;
    font-size: 17px;
    letter-spacing: 1px;
    z-index: 1;
    background: rgb(218,191,144);
}.reach_out .inquiry_request .query_block::before {
    top: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    opacity: 0;
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(205,96,121) 0%,
        rgb(205,96,121) 10%,
        rgb(218,191,144) 10%,
        rgb(218,191,144) 20%
    );
    background-size: 200% 200%;
    z-index: -1;
    left: 0;
    content: "";
}.reach_out .inquiry_request .query_block:hover {
    box-shadow: 0 8px 20px rgb(218,191,144,0.5);
    transform: translateY(-2px);
}.reach_out .inquiry_request .query_block:hover::before {
    opacity: 1;
    animation: buttonBg 5s linear infinite;
}@keyframes buttonBg {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.reach_out .connect_grid {
    padding: 50px;
    overflow: hidden;
    background: rgb(232,225,197);
    position: relative;
    flex: 1 1 35%;
    z-index: 2;
}.reach_out .connect_grid::before {
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(218,191,144,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(218,191,144,0.5) 0%, transparent 10px);
    background-size: 60px 60px;
    opacity: 0.1;
    left: 0;
    top: 0;
    content: "";
}.reach_out .connect_grid::after {
    top: 0;
    background: 
        linear-gradient(90deg, transparent 90%, rgb(218,191,144,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(218,191,144,0.5) 100%);
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0.3;
    content: "";
}.reach_out .connect_grid h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 15px;
}.reach_out .connect_grid h4::after {
    left: 0;
    content: "";
    position: absolute;
    bottom: -1px;
    background: linear-gradient(90deg, rgb(218,191,144), rgb(205,96,121));
    height: 3px;
    width: 50px;
}.reach_out .connect_grid .support_message {
    padding: 0;
    list-style: none;
    margin: 0;
}.reach_out .connect_grid .support_message li {
    border-left: 3px solid rgb(218,191,144);
    backdrop-filter: blur(5px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    margin-bottom: 25px;
    padding: 15px;
    position: relative;
}.reach_out .connect_grid .support_message li::before {
    background: rgb(218,191,144);
    position: absolute;
    z-index: 2;
    height: 100%;
    top: 0;
    left: 0;
    width: 3px;
    content: "";
}.reach_out .connect_grid .support_message li::after {
    background: rgb(218,191,144,0.5);
    left: 0;
    transition: all 0.3s ease;
    height: 100%;
    z-index: -1;
    opacity: 0;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
}.reach_out .connect_grid .support_message li:hover {
    transform: translateX(5px);
    border-left-color: rgb(205,96,121);
}.reach_out .connect_grid .support_message li:hover::after {
    opacity: 0.05;
}.reach_out .connect_grid .support_message li svg {
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}.reach_out .connect_grid .support_message li:hover svg {
    transform: scale(1.2);
}.reach_out .connect_grid .support_message li svg path {
    fill: rgb(218,191,144);
    transition: all 0.3s ease;
}.reach_out .connect_grid .support_message li:hover svg path {
    fill: rgb(205,96,121);
}.reach_out .connect_grid .support_message li span {
    position: relative;
    font-size: 12px;
    color: #000000;
    z-index: 2;
}.reach_out .connect_grid .support_message li a {
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
}.reach_out .connect_grid .support_message li a::before {
    height: 1px;
    transition: transform 0.3s ease;
    left: 0;
    transform-origin: right;
    bottom: -2px;
    width: 100%;
    transform: scaleX(0);
    position: absolute;
    content: "";
    background: rgb(218,191,144);
}.reach_out .connect_grid .support_message li a:hover {
    color: rgb(218,191,144);
}.reach_out .connect_grid .support_message li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 992px) {.reach_out {
    padding: 80px 0 60px;
}.reach_out h3 {
    margin-bottom: 40px;
}.reach_out .feedback_support {
    flex-direction: column;
}.reach_out .inquiry_request,
    .reach_out .connect_grid {
    flex: 1 1 100%;
}.reach_out .connect_grid {
    border-top: 1px solid rgb(232,225,197);
}
}

@media (max-width: 768px) {.reach_out {
    padding: 60px 0;
}.reach_out h3 {
    margin-bottom: 35px;
    font-size: calc(29px * 0.85);
}.reach_out .inquiry_request h3,
    .reach_out .connect_grid h4 {
    font-size: calc(22px * 0.9);
}.reach_out .inquiry_request,
    .reach_out .connect_grid {
    padding: 35px;
}.reach_out .inquiry_request::before,
    .reach_out .inquiry_request::after {
    width: 30px;
    height: 30px;
}.reach_out .inquiry_request input[type="text"],
    .reach_out .inquiry_request textarea {
    padding: 14px 16px;
}
}

@media (max-width: 576px) {.reach_out {
    padding: 50px 0;
}.reach_out h3 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.7);
}.reach_out .feedback_support {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(232,225,197);
}.reach_out .inquiry_request,
    .reach_out .connect_grid {
    padding: 25px 20px;
}.reach_out .inquiry_request::before,
    .reach_out .inquiry_request::after {
    display: none;
}.reach_out .inquiry_request input[type="text"],
    .reach_out .inquiry_request textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.reach_out .inquiry_request .request_box label {
    font-size: calc(16px * 0.9);
}.reach_out .inquiry_request .query_block {
    width: 100%;
    padding: 14px 20px;
}.reach_out .connect_grid .support_message li {
    margin-bottom: 15px;
    padding: 12px;
}}.secure_habitat {
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, rgb(232,225,197), rgba(245, 245, 250, 0.9));
    overflow: hidden;
    position: relative;
    color: #000000;
    padding: 4rem 2rem;
}.secure_habitat::before {
    opacity: 0.3;
    transform: rotate(-15deg);
    top: -10%;
    right: -5%;
    background: linear-gradient(120deg, rgb(218,191,144,0.5), rgb(205,96,121,0.5));
    width: 250px;
    content: "";
    height: 250px;
    filter: blur(60px);
    z-index: 0;
    position: absolute;
}.secure_habitat::after {
    transform: rotate(15deg);
    position: absolute;
    bottom: -10%;
    height: 200px;
    filter: blur(50px);
    opacity: 0.2;
    width: 200px;
    content: "";
    background: linear-gradient(230deg, rgb(205,96,121,0.5), rgb(218,191,144,0.5));
    z-index: 0;
    left: -5%;
}.secure_habitat .container {
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 auto;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 15px),
        calc(100% - 15px) 100%,
        0 100%
    );
    transform: translateZ(0);
    max-width: 1140px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.02),
                0 20px 50px rgba(50, 50, 93, 0.05);
    backdrop-filter: blur(10px) saturate(120%);
    z-index: 1;
    padding: 3rem;
}.secure_habitat .container:hover {
    transform: translateY(-5px) translateZ(0);
}.secure_habitat h1 {
    position: relative;
    margin-bottom: 2rem;
    transform: translateZ(0);
    font-size: 44px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 1rem;
    letter-spacing: -0.02em;
}.secure_habitat h1::after {
    bottom: 0;
    content: "";
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(218,191,144), rgb(205,96,121));
    height: 4px;
    position: absolute;
    left: 0;
    width: 80px;
    transition: width 0.3s ease-out;
}.secure_habitat .container:hover h1::after {
    width: 120px;
}.secure_habitat h2 {
    font-weight: 600;
    position: relative;
    letter-spacing: -0.01em;
    display: inline-block;
    margin: 2.5rem 0 1.25rem;
    font-size: 32px;
    color: #000000;
}.secure_habitat h2::before {
    bottom: 5px;
    width: 100%;
    content: "";
    opacity: 0.25;
    position: absolute;
    background-color: rgb(218,191,144,0.5);
    transition: height 0.3s, opacity 0.3s;
    height: 12px;
    transform: skewX(-15deg);
    left: 0;
    z-index: -1;
}.secure_habitat h2:hover::before {
    height: 8px;
    opacity: 0.4;
}.secure_habitat h3 {
    position: relative;
    color: #000000;
    padding-left: 15px;
    font-weight: 600;
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.8);
}.secure_habitat h3::before {
    top: 0.25em;
    border-radius: 1px;
    height: 70%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(218,191,144), rgb(205,96,121));
    width: 4px;
    left: 0;
}.secure_habitat h4 {
    margin: 1.5rem 0 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #000000;
    font-size: calc(32px * 0.7);
    opacity: 0.85;
    text-transform: uppercase;
}.secure_habitat p {
    z-index: 1;
    position: relative;
    font-size: 15px;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.75;
}.secure_habitat strong {
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #000000;
    padding-bottom: 2px;
}.secure_habitat strong::after {
    left: 0;
    background: rgb(218,191,144,0.5);
    bottom: 0;
    position: absolute;
    height: 1px;
    content: "";
    width: 100%;
}.secure_habitat ul {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    position: relative;
}.secure_habitat ul::before {
    left: 0;
    width: 1px;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, 
        rgb(218,191,144,0.5),
        rgb(205,96,121,0.5),
        transparent);
}.secure_habitat li {
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
    position: relative;
}.secure_habitat li::before {
    background-color: #ffffff;
    content: "";
    transition: transform 0.3s, background-color 0.3s;
    left: -1.5rem;
    top: 0.7em;
    width: 8px;
    position: absolute;
    height: 8px;
    transform: rotate(45deg);
    border: 1px solid rgb(218,191,144);
}.secure_habitat li:hover::before {
    background-color: rgb(218,191,144,0.5);
    transform: rotate(135deg);
}.secure_habitat span {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    color: #000000;
    font-size: 15px;
    display: block;
    border-left: 1px dashed rgb(205,96,121,0.5);
    line-height: 1.75;
}

@media (max-width: 992px) {.secure_habitat {
    padding: 3rem 1.5rem;
}.secure_habitat .container {
    padding: 2.5rem;
}.secure_habitat h1 {
    font-size: calc(44px * 0.9);
}.secure_habitat h2 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 768px) {.secure_habitat {
    padding: 2.5rem 1rem;
}.secure_habitat .container {
    padding: 2rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 10px),
            calc(100% - 10px) 100%,
            0 100%
        );
}.secure_habitat h1 {
    font-size: calc(44px * 0.8);
    margin-bottom: 1.5rem;
}.secure_habitat h2 {
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.8);
}.secure_habitat h3 {
    font-size: calc(32px * 0.7);
}.secure_habitat h4 {
    font-size: calc(32px * 0.6);
}.secure_habitat p, 
    .secure_habitat li,
    .secure_habitat span {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.secure_habitat {
    padding: 2rem 0.75rem;
}.secure_habitat .container {
    padding: 1.5rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 8px),
            calc(100% - 8px) 100%,
            0 100%
        );
}.secure_habitat h1 {
    font-size: calc(44px * 0.7);
    padding-bottom: 0.75rem;
}.secure_habitat h1::after {
    width: 60px;
    height: 3px;
}.secure_habitat h2 {
    font-size: calc(32px * 0.7);
}.secure_habitat h2::before {
    height: 8px;
}.secure_habitat h3 {
    padding-left: 12px;
    font-size: calc(32px * 0.6);
}.secure_habitat h3::before {
    width: 3px;
}.secure_habitat h4 {
    font-size: calc(32px * 0.55);
}.secure_habitat p, 
    .secure_habitat li,
    .secure_habitat span {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.secure_habitat ul {
    padding-left: 1.25rem;
}.secure_habitat span {
    padding-left: 0.75rem;
}}header .nav_lesson {
    border-bottom-left-radius: 29px;
    background: linear-gradient(135deg, rgb(218,191,144,0.5) 0%, rgb(205,96,121) 100%);
    align-items: center;
    display: flex;
    overflow: visible;
    border-bottom-right-radius: 0;
    position: relative;
    padding: 1.5rem 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    justify-content: space-between;
    z-index: 100;
    width: 100%;
    left: 0;
}header .nav_lesson .site_prime {
    position: relative;
    transform: skewX(5deg);
    z-index: 2;
}header .nav_lesson .site_prime .head_sitebar {
    transition: transform 0.3s ease-in-out;
    display: block;
}header .nav_lesson .site_prime .head_sitebar:hover {
    transform: translateY(-8px) rotate(0deg);
}header .nav_lesson .site_prime svg {
    width: 80px;
    height: auto;
}header .nav_lesson .top_learning {
    padding: 0;
    position: relative;
    display: flex;
    list-style: none;
    margin: 0;
    gap: 1rem;
}header .nav_lesson .top_learning::before {
    content: "";
    height: calc(100% + 20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    left: -20px;
    background: linear-gradient(45deg, transparent 0%, rgb(218,191,144,0.5) 100%);
    opacity: 0;
    top: -10px;
    width: calc(100% + 40px);
    z-index: -1;
    border-radius: 10px;
}header .nav_lesson .first_class {
    position: relative;
    transition: transform 0.3s ease;
}header .nav_lesson .first_class a {
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: color 0.3s ease;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 0.5rem 1rem;
    position: relative;
    text-decoration: none;
}header .nav_lesson .first_class a::before {
    position: absolute;
    height: 2px;
    width: 100%;
    transition: transform 0.3s ease;
    content: "";
    bottom: 0;
    background: rgb(205,96,121);
    transform: scaleX(0) rotate(-2deg);
    transform-origin: right;
    left: 0;
}header .nav_lesson .first_class a:hover {
    color: rgb(205,96,121);
}header .nav_lesson .first_class a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

@media (max-width: 992px) {header .nav_lesson {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    flex-direction: column;
    padding: 1rem;
    box-sizing: border-box;
    transform: skewX(0);
}header .nav_lesson .site_prime {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .nav_lesson .top_learning {
    transform: skewX(0);
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .nav_lesson .top_learning::before {
    transform: skewX(0);
}header .nav_lesson .top_learning:hover::before {
    transform: skewX(0);
}header .nav_lesson .first_class {
    margin: 0.25rem;
}header .nav_lesson .first_class:nth-child(odd),
  header .nav_lesson .first_class:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .nav_lesson {
    padding: 0.75rem;
}header .nav_lesson .top_learning {
    align-items: center;
    flex-direction: column;
}header .nav_lesson .first_class {
    width: 100%;
    text-align: center;
}header .nav_lesson .site_prime svg {
    width: 100px;
}}.data_overview {
    padding: 6rem 0 4rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(232,225,197) 0%, rgba(245, 245, 250, 0.9) 100%);
}.data_overview::before {
    z-index: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(218,191,144,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(205,96,121,0.5), 0.07) 0%, transparent 40%);
    position: absolute;
    content: '';
    left: 0;
}.data_overview .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 1.5rem;
}.data_overview ul {
    list-style: none;
    margin: 0 0 3rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}.data_overview .statistics_plus {
    position: relative;
    perspective: 800px;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.data_overview .statistics_plus:hover {
    transform: translateY(-5px);
}.data_overview .statistics_plus div {
    flex-direction: column;
    justify-content: center;
    transform: translateZ(0);
    height: 100%;
    padding: 2rem 1.5rem;
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
    position: relative;
    background: #ffffff;
    border-left: 4px solid rgb(218,191,144);
    display: flex;
    align-items: flex-start;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.data_overview .statistics_plus:hover div {
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.2),
        0 3px 8px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateZ(10px);
}.data_overview .statistics_plus div::before {
    right: 0;
    border-style: solid;
    border-color: transparent rgb(218,191,144,0.5) transparent transparent;
    opacity: 0.1;
    content: '';
    width: 0;
    height: 0;
    transition: all 0.3s ease;
    border-width: 0 30px 30px 0;
    top: 0;
    position: absolute;
}.data_overview .statistics_plus:hover div::before {
    opacity: 0.2;
    border-width: 0 40px 40px 0;
}.data_overview .statistics_plus p {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(0);
    position: relative;
    line-height: 1;
    margin: 0 0 0.5rem;
    font-weight: 700;
    color: rgb(218,191,144);
    font-size: calc(32px * 1.2);
}.data_overview .statistics_plus:hover p {
    transform: translateX(5px);
}.data_overview .statistics_plus p::after {
    content: '';
    background: rgb(218,191,144);
    left: 0;
    position: absolute;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
    bottom: -5px;
    height: 3px;
}.data_overview .statistics_plus:hover p::after {
    width: 40px;
}.data_overview .statistics_plus span {
    max-width: 90%;
    transition: transform 0.3s ease;
    display: block;
    color: #000000;
    font-size: 15px;
    line-height: 1.4;
}.data_overview .statistics_plus:hover span {
    transform: translateY(2px);
}.data_overview h4 {
    position: relative;
    font-size: 18px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 600;
    text-align: center;
    color: #000000;
    padding-bottom: 1rem;
    margin: 1rem 0 0;
    transform: translateY(0);
}.data_overview h4::after {
    position: absolute;
    background: rgb(218,191,144);
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    content: '';
    left: 50%;
    bottom: 0;
}.data_overview:hover h4 {
    transform: translateY(-5px);
}

@media screen and (max-width: 991px) {.data_overview {
    padding: 4rem 0 3rem;
}.data_overview ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}.data_overview .statistics_plus p {
    font-size: calc(32px * 1.1);
}
}

@media screen and (max-width: 768px) {.data_overview {
    padding: 3rem 0 2rem;
}.data_overview ul {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1.25rem;
}.data_overview .statistics_plus div {
    padding: 1.5rem 1.25rem;
}.data_overview .statistics_plus p {
    font-size: 32px;
}.data_overview .statistics_plus span {
    font-size: calc(15px * 0.9);
}
}

@media screen and (max-width: 576px) {.data_overview {
    padding: 2.5rem 0 1.5rem;
}.data_overview ul {
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}.data_overview .statistics_plus div {
    border-left-width: 3px;
    padding: 1.25rem 1rem;
}.data_overview .statistics_plus p {
    font-size: calc(32px * 0.9);
}.data_overview .statistics_plus span {
    font-size: calc(15px * 0.85);
    max-width: 100%;
}.data_overview h4 {
    font-size: calc(18px * 0.9);
}.data_overview h4::after {
    width: 50px;
    height: 2px;
}
}

@media (hover: none) {.data_overview .statistics_plus:hover {
    transform: none;
}.data_overview .statistics_plus:hover div {
    box-shadow: 
            0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
            0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: none;
}.data_overview .statistics_plus:hover p {
    transform: none;
}.data_overview .statistics_plus:hover p::after {
    width: 0;
}.data_overview .statistics_plus:hover span {
    transform: none;
}.data_overview:hover h4 {
    transform: none;
}}.client_testimonials {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(232,225,197);
    position: relative;
}.client_testimonials::before {
    left: 0;
    content: "";
    opacity: 0.05;
    position: absolute;
    top: 0;
    background-size: 50px 50px;
    height: 100%;
    background-image: 
        linear-gradient(30deg, rgb(218,191,144,0.5) 12%, transparent 12.5%, transparent 87%, rgb(218,191,144,0.5) 87.5%, rgb(218,191,144,0.5)),
        linear-gradient(150deg, rgb(218,191,144,0.5) 12%, transparent 12.5%, transparent 87%, rgb(218,191,144,0.5) 87.5%, rgb(218,191,144,0.5)),
        linear-gradient(30deg, rgb(218,191,144,0.5) 12%, transparent 12.5%, transparent 87%, rgb(218,191,144,0.5) 87.5%, rgb(218,191,144,0.5)),
        linear-gradient(150deg, rgb(218,191,144,0.5) 12%, transparent 12.5%, transparent 87%, rgb(218,191,144,0.5) 87.5%, rgb(218,191,144,0.5)),
        linear-gradient(60deg, rgb(205,96,121,0.5) 25%, transparent 25.5%, transparent 75%, rgb(205,96,121,0.5) 75%, rgb(205,96,121,0.5)),
        linear-gradient(60deg, rgb(205,96,121,0.5) 25%, transparent 25.5%, transparent 75%, rgb(205,96,121,0.5) 75%, rgb(205,96,121,0.5));
    z-index: 1;
    width: 100%;
    background-position: 0 0, 0 0, 25px 25px, 25px 25px, 0 0, 25px 25px;
}.client_testimonials .study_program {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.client_testimonials h4 {
    display: inline-block;
    transform: skew(-5deg);
    color: #000000;
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 33px;
    position: relative;
}.client_testimonials h4::before {
    position: absolute;
    width: 200%;
    background: rgb(205,96,121,0.5);
    left: -50px;
    bottom: -5px;
    content: "";
    z-index: -1;
    height: 10px;
    transform: skew(15deg);
}.client_testimonials h4::after {
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 30px;
    position: absolute;
    width: 30px;
    animation: rotate 6s linear infinite;
    top: -15px;
    right: -40px;
    background: rgb(218,191,144,0.5);
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.client_testimonials .student_views {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    z-index: 2;
    display: grid;
    position: relative;
}.client_testimonials .success_testimonials {
    background: #ffffff;
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 80%, 
        85% 100%, 
        0 100%
    );
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}.client_testimonials .success_testimonials::before {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translate(8px, 8px);
    clip-path: inherit;
    content: "";
    background: linear-gradient(135deg, rgb(218,191,144,0.5), rgb(205,96,121,0.5));
    position: absolute;
    z-index: -1;
    inset: 0;
}.client_testimonials .success_testimonials::after {
    bottom: 0;
    transform: rotate(45deg) translateY(25px);
    height: 50px;
    position: absolute;
    background: rgb(232,225,197);
    content: "";
    z-index: -2;
    right: 15%;
    width: 50px;
}.client_testimonials .success_testimonials:nth-child(odd)::after {
    background: rgb(218,191,144,0.5);
}.client_testimonials .success_testimonials:nth-child(even)::after {
    background: rgb(205,96,121,0.5);
}.client_testimonials .success_testimonials:hover {
    transform: translateY(-15px);
}.client_testimonials .success_testimonials:hover::before {
    transform: translate(4px, 4px);
}.client_testimonials .hero_banner {
    right: 20px;
    z-index: 3;
    transition: all 0.4s ease;
    top: -20px;
    height: 80px;
    position: absolute;
    width: 80px;
    border: 3px solid #ffffff;
}.client_testimonials .success_testimonials:nth-child(odd) .hero_banner {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        70% 100%, 
        0% 100%
    );
}.client_testimonials .success_testimonials:nth-child(even) .hero_banner {
    clip-path: polygon(
        30% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 30%
    );
}.client_testimonials .success_testimonials:hover .hero_banner {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
    transform: translateY(-5px) rotate(-5deg);
}.client_testimonials .success_testimonials span {
    position: relative;
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
    border-bottom: 1px dashed rgb(218,191,144,0.5);
    font-size: 22px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 700;
    display: block;
}.client_testimonials .success_testimonials p {
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    position: relative;
    line-height: 1.6;
    font-family: Arial, sans-serif;
}.client_testimonials .success_testimonials p::first-letter {
    font-size: 1.5em;
    color: rgb(218,191,144);
    font-weight: 700;
}.client_testimonials .student_views::before {
    border-radius: 50%;
    border: 10px solid rgb(205,96,121,0.5);
    height: 100px;
    position: absolute;
    content: "";
    width: 100px;
    z-index: -1;
    left: 10%;
    top: -50px;
}.client_testimonials .student_views::after {
    z-index: -1;
    right: 10%;
    height: 150px;
    position: absolute;
    background: rgb(218,191,144,0.5);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 150px;
    opacity: 0.2;
    content: "";
    bottom: -75px;
}

@media (max-width: 767px) {.client_testimonials {
    padding: 70px 0;
}.client_testimonials h4 {
    text-align: center;
    transform: none;
    font-size: calc(33px * 0.85);
    margin-bottom: 60px;
    display: block;
}.client_testimonials h4::before {
    width: 100%;
    transform: none;
    left: 0;
}.client_testimonials .student_views {
    grid-template-columns: 1fr;
    gap: 50px;
}.client_testimonials .success_testimonials {
    padding: 30px 25px;
}.client_testimonials .hero_banner {
    top: -15px;
    width: 70px;
    height: 70px;
    right: 15px;
}.client_testimonials .success_testimonials span {
    font-size: calc(22px * 0.9);
}.client_testimonials .success_testimonials p {
    font-size: calc(15px * 0.9);
}}footer {
    position: relative;
    width: 100%;
}.webinar_cta {
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    background-color: #000000;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.webinar_cta::before {
    right: -100px;
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
    top: -100px;
    position: absolute;
    transform: rotate(45deg);
    width: 500px;
    height: 500px;
    content: "";
    opacity: 0.4;
}.webinar_cta::after {
    transform: rotate(30deg);
    width: 300px;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(205,96,121,0.5) 15px,
        rgb(205,96,121,0.5) 30px
    );
    content: "";
    height: 300px;
    left: -50px;
    opacity: 0.2;
    bottom: -50px;
}footer .partner_logo {
    position: relative;
    z-index: 1;
}footer .edu_form {
    margin-bottom: 60px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    border-radius: 0 16px 16px 0;
    border-left: 4px solid rgb(218,191,144);
    background-color: rgba(255, 255, 255, 0.05);
    gap: 20px;
    display: grid;
    padding: 30px;
}footer .info_item {
    align-items: center;
    display: flex;
}footer .info_item svg {
    fill: rgb(218,191,144);
    height: 20px;
    width: 20px;
    margin-right: 15px;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    transition: color 0.3s ease;
    font-weight: 300;
    font-size: 17px;
    color: #ffffff;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(218,191,144);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 50px;
}footer .site_prime {
    position: relative;
}footer .site_prime::after {
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -30px;
    content: "";
    background-color: rgb(218,191,144);
    width: 30%;
}footer .site_prime svg {
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
}footer .twitter_cta {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    max-width: 330px;
    font-size: 12px;
}footer .top_learning {
    position: relative;
}footer .top_learning h5 {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 1px;
    position: relative;
}footer .top_learning h5::after {
    background-color: rgb(218,191,144);
    content: "";
    bottom: -10px;
    width: 40px;
    position: absolute;
    height: 3px;
    left: 0;
}footer .nav_core {
    margin-bottom: 30px;
}footer .nav_core a {
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
    position: relative;
}footer .nav_core a:hover {
    color: #ffffff;
    padding-left: 10px;
    border-bottom-color: rgb(218,191,144,0.5);
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    padding: 35px;
    position: relative;
}footer .subscribe_holder::before {
    border-radius: 16px;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(218,191,144,0.5), transparent);
    content: "";
    opacity: 0.1;
}footer .subscribe_holder h5 {
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 23px;
    letter-spacing: 1px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    line-height: 1.7;
    font-size: 17px;
}footer .input_holder {
    gap: 15px;
    position: relative;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 10px;
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 15px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
    border-color: rgb(218,191,144);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .start_classes {
    background-color: rgb(218,191,144);
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    padding: 15px 20px;
    position: relative;
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
    letter-spacing: 1px;
    color: #ffffff;
}footer .start_classes::after {
    transform: rotate(45deg);
    height: 300px;
    width: 30px;
    content: "";
    left: -100px;
    top: -100px;
    transition: all 0.7s ease;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
}footer .start_classes:hover {
    background-color: rgb(205,96,121);
}footer .start_classes:hover::after {
    left: 120%;
}footer .collab_space {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 60px;
}footer .event_cal {
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    align-items: stretch;
    flex-direction: row;
}footer .start_classes {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .webinar_cta {
    padding: 60px 0 30px;
}footer .edu_form {
    padding: 20px;
    margin-bottom: 40px;
    grid-template-columns: 1fr;
}footer .top_learning h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .top_learning h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .collab_space {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .webinar_cta {
    padding: 50px 0 20px;
}footer .edu_form {
    padding: 15px;
    margin-bottom: 30px;
}footer .site_prime::after {
    width: 50px;
}footer .top_learning h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .subscribe_holder p, footer .nav_core a, footer .info_item p, footer .info_item a {
    font-size: calc(17px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .start_classes {
    padding: 12px 15px;
}
}