﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}.container-wrap {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.main_know {
    flex: 1 0 auto;
}.container {
    width: 1199px;
    max-width: 100%;
    margin: auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}.carbon_cta {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
}footer::before {
    opacity: 0.92;
    background: linear-gradient(210deg, #000000 0%, rgb(211,195,225) 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    content: '';
}.carbon_cta {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 90px 0 50px;
    color: #ffffff;
    z-index: 2;
}.carbon_cta::before {
    opacity: 0.1;
    left: 0;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    position: absolute;
    height: 1px;
    top: 0;
    width: 100%;
    content: '';
}.carbon_cta .container {
    display: flex;
    flex-direction: column;
}.carbon_cta .company_holder {
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    background-size: 200% 200%;
    backdrop-filter: blur(10px);
    animation: shiftGradient 15s ease infinite;
    order: 2;
    border-radius: 10px;
    margin-top: 70px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px;
}.carbon_cta .company_holder h3 {
    margin-bottom: 20px;
    font-size: 28px;
    color: #ffffff;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    position: relative;
}.carbon_cta .company_holder h3::after {
    content: '';
    height: 3px;
    margin: 15px auto 0;
    border-radius: 3px;
    background: rgb(211,195,225);
    width: 60px;
    display: block;
}.carbon_cta .footer_careers {
    max-width: 80%;
    font-size: 17px;
    position: relative;
    line-height: 1.6;
    padding-top: 15px;
    margin: 0 auto;
    text-align: center;
}.carbon_cta .program_foot {
    position: relative;
    order: 1;
}.carbon_cta .nav_mainwrap {
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    gap: 60px;
    justify-content: space-between;
    flex-wrap: wrap;
}.carbon_cta .main_page {
    padding: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.3s ease;
    min-width: 250px;
    position: relative;
    transform: translateZ(0);
    overflow: hidden;
    flex: 1;
    max-width: calc(50% - 30px);
}.carbon_cta .main_page:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.carbon_cta .main_page:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.carbon_cta .main_page:hover {
    transform: perspective(1000px) rotateY(0);
}.carbon_cta .main_page::before {
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    content: '';
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    inset: 0;
}.carbon_cta .main_page h5 {
    color: #ffffff;
    font-weight: 600;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    word-wrap: break-word;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 18px;
    position: relative;
}.carbon_cta .main_page h5::before {
    left: 0;
    content: '';
    width: 50px;
    bottom: -1px;
    background: rgb(178,158,202);
    position: absolute;
    height: 1px;
}.carbon_cta .main_page .nav_mainwrap {
    display: flex;
    margin: 0;
    padding: 0 10px;
    gap: 12px;
    flex-direction: column;
}.carbon_cta .main_page .nav_mainwrap a {
    text-decoration: none;
    opacity: 0.8;
    display: flex;
    word-break: break-word;
    color: #ffffff;
    font-size: 17px;
    align-items: center;
    transition: all 0.3s ease;
    white-space: normal;
}.carbon_cta .main_page .nav_mainwrap a::before {
    background: rgb(178,158,202);
    flex-shrink: 0;
    transition: all 0.3s ease;
    min-width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 10px;
    transform: scale(0);
    content: '';
    opacity: 0;
}.carbon_cta .main_page .nav_mainwrap a:hover {
    opacity: 1;
    color: #ffffff;
    transform: translateX(5px);
}.carbon_cta .main_page .nav_mainwrap a:hover::before {
    opacity: 1;
    transform: scale(1);
}.facebook_cta {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
    margin-top: 40px;
    padding: 25px 0;
}.facebook_cta::before {
    top: 0;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(178,158,202,0.5), transparent);
    left: 0;
    position: absolute;
    height: 1px;
}.facebook_cta .container {
    text-align: center;
}.facebook_cta .equity_pledge {
    color: #ffffff;
    opacity: 0.7;
    font-size: 15px;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.carbon_cta .program_foot::before {
    background: rgb(178,158,202);
    opacity: 0.1;
    filter: blur(100px);
    position: absolute;
    content: '';
    height: 250px;
    border-radius: 50%;
    animation: pulse 10s infinite ease-in-out reverse;
    z-index: -1;
    left: -5%;
    bottom: -10%;
    width: 250px;
}footer::after {
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    content: '';
    right: 0;
    top: 0;
    z-index: 1;
    left: 0;
    pointer-events: none;
    position: absolute;
    bottom: 0;
}

@media (max-width: 992px) {.carbon_cta {
    padding: 70px 0 40px;
}.carbon_cta .nav_mainwrap {
    gap: 40px;
}.carbon_cta .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.carbon_cta {
    padding: 50px 0 30px;
}.carbon_cta .nav_mainwrap {
    gap: 30px;
    flex-direction: column;
}.carbon_cta .main_page {
    max-width: 100%;
    min-width: 100%;
}.carbon_cta .company_holder {
    padding: 20px;
}.carbon_cta .footer_careers {
    max-width: 100%;
}
}

@media (max-width: 576px) {.carbon_cta {
    padding: 40px 0 20px;
}.carbon_cta .company_holder h3 {
    font-size: calc(28px * 0.8);
}.carbon_cta .main_page h5 {
    font-size: calc(18px * 0.9);
}}.user_reviews {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,228,242) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0;
}.user_reviews::before {
    z-index: 1;
    width: 500px;
    top: -100px;
    right: -100px;
    transform: rotate(-15deg) skew(10deg);
    height: 500px;
    background: linear-gradient(225deg, rgb(211,195,225,0.5) 0%, rgba(255, 255, 255, 0) 70%);
    position: absolute;
    content: "";
    animation: float 15s infinite ease-in-out;
}.user_reviews::after {
    position: absolute;
    width: 300px;
    animation: float 12s infinite ease-in-out reverse;
    transform: rotate(15deg);
    z-index: 1;
    content: "";
    background: linear-gradient(45deg, rgb(178,158,202,0.5) 0%, rgba(255, 255, 255, 0) 70%);
    bottom: -50px;
    height: 300px;
    left: -50px;
}.user_reviews .container {
    position: relative;
    z-index: 2;
}.user_reviews h2 {
    color: #000000;
    margin-left: auto;
    font-size: 37px;
    position: relative;
    margin-right: auto;
    font-weight: 700;
    max-width: 80%;
    margin-bottom: 60px;
    text-align: center;
}.user_reviews h2::after {
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(211,195,225) 0%, rgb(178,158,202) 100%);
    left: 50%;
    height: 3px;
    content: "";
    width: 80px;
}.user_reviews .learner_testimonials {
    margin: 0;
    display: grid;
    padding: 0;
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.user_reviews .user_ratings {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: #ffffff;
    z-index: 2;
    transform: translateY(0);
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.user_reviews .user_ratings:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.user_reviews .user_ratings:nth-child(odd):hover {
    background: linear-gradient(135deg, #ffffff 80%, rgba(rgb(211,195,225,0.5), 0.2) 100%);
}.user_reviews .user_ratings:nth-child(even):hover {
    background: linear-gradient(135deg, #ffffff 80%, rgba(rgb(178,158,202,0.5), 0.2) 100%);
}.user_reviews .user_ratings > div {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}.user_reviews .user_ratings img {
    object-fit: cover;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 70px;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 70px;
}.user_reviews .user_ratings:hover img {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.user_reviews .user_ratings h4 {
    font-size: calc(18px * 0.9);
    color: #000000;
    font-weight: 600;
    margin-left: 20px;
    position: relative;
}.user_reviews .user_ratings h4::after {
    background: rgb(211,195,225);
    transition: width 0.3s ease;
    bottom: -8px;
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    width: 30px;
}.user_reviews .user_ratings:hover h4::after {
    width: 50px;
}.user_reviews .user_ratings .description {
    position: relative;
    font-size: 12px;
    padding: 5px 0 5px 20px;
    color: #000000;
    margin: 0;
    line-height: 1.6;
    border-left: 2px solid rgb(178,158,202,0.5);
}.user_reviews .user_ratings .description::before {
    content: "";
    color: rgba(rgb(178,158,202,0.5), 0.2);
    left: -10px;
    position: absolute;
    font-family: Georgia, serif;
    top: -20px;
    font-size: 60px;
}.user_reviews .user_ratings:nth-child(3n+1) {
    transform: translateY(20px);
}.user_reviews .user_ratings:nth-child(3n+2) {
    transform: translateY(0);
}.user_reviews .user_ratings:nth-child(3n+3) {
    transform: translateY(-20px);
}.user_reviews .user_ratings:nth-child(3n+1):hover {
    transform: translateY(10px);
}.user_reviews .user_ratings:nth-child(3n+2):hover {
    transform: translateY(-10px);
}.user_reviews .user_ratings:nth-child(3n+3):hover {
    transform: translateY(-30px);
}.user_reviews a {
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(211,195,225) 0%, rgb(178,158,202) 100%);
    text-align: center;
    font-size: 14px;
    padding: 12px 30px;
    color: #ffffff;
    box-shadow: 0 5px 20px rgba(rgb(211,195,225,0.5), 0.3);
    text-decoration: none;
    position: relative;
    width: 200px;
    z-index: 2;
    display: inline-block;
    border-radius: 23px;
    overflow: hidden;
    margin: 50px auto 0;
    margin-top: 50px;
    font-weight: 600;
    display: block;
}.user_reviews a::before {
    transition: all 0.5s ease;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    left: -100%;
    position: absolute;
}.user_reviews a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(rgb(211,195,225,0.5), 0.4);
}.user_reviews a:hover::before {
    left: 100%;
}

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

@media (max-width: 992px) {.user_reviews {
    padding: 80px 0;
}.user_reviews h2 {
    font-size: calc(37px * 0.9);
    max-width: 90%;
}.user_reviews .learner_testimonials {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.user_reviews {
    padding: 60px 0;
}.user_reviews::before,
    .user_reviews::after {
    height: 200px;
    width: 200px;
}.user_reviews h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 40px;
}.user_reviews .learner_testimonials {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 500px;
}.user_reviews .user_ratings:nth-child(3n+1),
    .user_reviews .user_ratings:nth-child(3n+2),
    .user_reviews .user_ratings:nth-child(3n+3) {
    transform: translateY(0);
}.user_reviews .user_ratings:nth-child(3n+1):hover,
    .user_reviews .user_ratings:nth-child(3n+2):hover,
    .user_reviews .user_ratings:nth-child(3n+3):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 576px) {.user_reviews {
    padding: 50px 0;
}.user_reviews h2 {
    max-width: 100%;
    font-size: calc(37px * 0.7);
}.user_reviews .user_ratings {
    padding: 20px;
}.user_reviews .user_ratings img {
    width: 60px;
    height: 60px;
}.user_reviews .user_ratings h4 {
    font-size: calc(18px * 0.8);
}.user_reviews .user_ratings .description {
    font-size: calc(12px * 0.95);
}.user_reviews a {
    width: 180px;
    padding: 10px 20px;
}}.get_in_touch {
    position: relative;
    isolation: isolate;
    background: linear-gradient(
        135deg, 
        rgb(178,158,202,0.5) 0%, 
        rgb(211,195,225,0.5) 100%
    );
    padding: 6rem 0;
    overflow: hidden;
}.get_in_touch::before {
    width: 200%;
    left: -50%;
    top: -50%;
    animation: subtle-pulse 12s infinite alternate;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    content: '';
    height: 200%;
    z-index: 1;
    position: absolute;
}.get_in_touch::after {
    width: 150%;
    bottom: -30%;
    right: -30%;
    content: '';
    position: absolute;
    animation: subtle-wave 15s infinite alternate-reverse;
    z-index: 1;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    height: 150%;
}.get_in_touch .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1rem;
    max-width: 1200px;
    z-index: 2;
}.get_in_touch h2 {
    font-size: 44px;
    position: relative;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.02em;
    margin-bottom: 3rem;
    text-transform: uppercase;
    color: #ffffff;
}.get_in_touch h2::after {
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(211,195,225), 
        transparent
    );
    width: 80px;
    transform: translateX(-50%);
    content: '';
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    position: absolute;
}.get_in_touch .query_inquiry {
    border-radius: 30px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    align-items: stretch;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.05);
    display: flex;
}.get_in_touch .photo_card {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}.get_in_touch .photo_card::before {
    content: '';
    width: 100%;
    opacity: 0.6;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    mix-blend-mode: color-dodge;
    background: linear-gradient(
        45deg, 
        rgb(178,158,202,0.5) 0%, 
        rgb(211,195,225,0.5) 100%
    );
}.get_in_touch .query_map {
    justify-content: center;
    padding: 4rem 3rem;
    flex-direction: column;
    display: flex;
    flex: 0 0 60%;
}.get_in_touch .query_map form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}.get_in_touch .query_map h3 {
    font-weight: 600;
    margin-bottom: 2rem;
    color: #ffffff;
    text-align: center;
    font-size: 31px;
}.get_in_touch .query_map input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
    border-radius: 10px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    outline: none;
    font-size: 16px;
    background: rgba(255,255,255,0.1);
}.get_in_touch .query_map input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgba(rgb(211,195,225), 0.3);
    border-color: rgb(211,195,225);
}.get_in_touch .query_map .request_box {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}.get_in_touch .query_map .request_box input[type="checkbox"] {
    margin-right: 1rem;
    position: relative;
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    appearance: none;
}.get_in_touch .query_map .request_box input[type="checkbox"]:checked {
    border-color: rgb(211,195,225);
    background: rgb(211,195,225);
}.get_in_touch .query_map .request_box input[type="checkbox"]:checked::after {
    color: #ffffff;
    top: 50%;
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    content: '✔';
}.get_in_touch .query_map .request_box label {
    align-items: center;
    display: flex;
    font-size: 16px;
    color: #ffffff;
}.get_in_touch .query_map .request_box a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(211,195,225);
    margin-left: 0.3rem;
}.get_in_touch .query_map .request_box a:hover {
    text-decoration: underline;
}.get_in_touch .query_map .inquiry_grid {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
    border: none;
    color: #ffffff;
    background: rgb(211,195,225);
    font-size: 16px;
    font-weight: 600;
    padding: 1rem;
    cursor: pointer;
    border-radius: 10px;
}.get_in_touch .query_map .inquiry_grid::before {
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
    content: '';
}.get_in_touch .query_map .inquiry_grid:hover::before {
    left: 100%;
}.get_in_touch .query_map .inquiry_grid:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.get_in_touch .query_inquiry {
    flex-direction: column;
}.get_in_touch .photo_card {
    flex: 0 0 100%;
    min-height: 300px;
}.get_in_touch .query_map {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.get_in_touch {
    padding: 3rem 0;
}.get_in_touch h2 {
    font-size: calc(44px * 0.8);
    margin-bottom: 2rem;
}.get_in_touch .query_map h3 {
    font-size: calc(31px * 0.9);
}.get_in_touch .query_map input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.get_in_touch .query_map .request_box {
    align-items: flex-start;
}.get_in_touch .query_map .request_box input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.get_in_touch .query_inquiry {
    border-radius: 0;
}.get_in_touch .photo_card {
    min-height: 250px;
}.get_in_touch .query_map {
    padding: 2rem 1.5rem;
}}header {
    margin-top: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 100;
    padding: 0;
    overflow: visible;
    background: linear-gradient(90deg, rgb(178,158,202) 0%, rgb(211,195,225) 100%);
}header::before {
    z-index: 0;
    top: 0;
    content: '';
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    height: 100%;
    position: absolute;
    width: 100%;
}header .header_wrap {
    justify-content: space-between;
    z-index: 5;
    align-items: center;
    display: flex;
    position: relative;
    padding: 1.2rem 2.5rem;
}header .page_top {
    overflow: visible;
    padding: 0.5rem;
    flex: 0 0 auto;
    position: relative;
    margin-right: 2rem;
}header .page_top::before {
    position: absolute;
    transform: skew(-5deg);
    right: -5px;
    z-index: -1;
    border: 2px solid #ffffff;
    opacity: 0.1;
    bottom: -5px;
    transition: all 0.3s ease;
    top: -5px;
    content: '';
    left: -5px;
}header .page_top::after {
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    border: 2px solid #ffffff;
    content: '';
    top: -5px;
    transform: skew(-5deg);
    z-index: -1;
    position: absolute;
    opacity: 0;
    left: -5px;
    bottom: -5px;
    transition: all 0.3s ease;
    right: -5px;
}header .page_top:hover::before {
    opacity: 0;
}header .page_top:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .main_primary {
    transition: all 0.3s ease;
    display: block;
    position: relative;
}header .main_primary:hover {
    transform: scale(1.05);
}header .main_primary img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .main_page {
    padding: 0;
    margin: 0;
    z-index: 2;
    list-style: none;
    display: flex;
    position: relative;
}header .head_class {
    margin: 0 0.4rem;
    position: relative;
}header .head_class a {
    display: flex;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    z-index: 1;
    text-shadow: 0 0 5px #ffffff;
    justify-content: center;
    letter-spacing: 0.5px;
    position: relative;
    padding: 0 1.2rem;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    height: 40px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
    transition: all 0.3s ease;
}header .head_class a::before {
    transition: opacity 0.3s ease;
    content: '';
    z-index: -1;
    transform: scale(0.9);
    right: -2px;
    opacity: 0;
    background: #ffffff;
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
}header .head_class a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    text-shadow: none;
    border-color: #ffffff;
    color: rgb(211,195,225);
}header .head_class a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .head_class::after {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0;
    height: 5px;
    width: 80%;
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    filter: blur(3px);
    bottom: -10px;
    left: 10%;
}header .head_class:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .header_wrap::before {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 1px;
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    top: 0;
}header .header_wrap::after {
    bottom: 0;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    position: absolute;
    left: 0;
}header .main_know {
    position: relative;
    background: rgb(236,228,242);
    padding-top: 2rem;
    z-index: 1;
}

@media (min-width: 1400px) {header .header_wrap {
    max-width: 1320px;
    margin: 0 auto;
}header .head_class {
    margin: 0 0.6rem;
}header .head_class a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .header_wrap {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .page_top {
    margin-bottom: 0;
    margin-right: 0;
}header .main_page {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .head_class a {
    font-size: calc(18px - 1px);
    padding: 0 1rem;
    height: 36px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .header_wrap {
    padding: 0.8rem 1.5rem;
}header .page_top {
    max-width: 140px;
}header .page_top::before, 
    header .page_top::after {
    right: -3px;
    bottom: -3px;
    left: -3px;
    top: -3px;
}header .main_primary img {
    max-height: 35px;
}header .main_page {
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    justify-content: flex-start;
}header .main_page::-webkit-scrollbar {
    height: 3px;
}header .main_page::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .head_class {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .head_class a {
    white-space: nowrap;
    padding: 0 0.8rem;
    font-size: calc(18px - 2px);
    height: 32px;
}header .head_class::after {
    display: none;
}
}

@media (max-width: 479px) {header .header_wrap {
    padding: 0.7rem 1.2rem;
}header .page_top {
    max-width: 120px;
}header .head_class a {
    font-size: calc(18px - 3px);
    padding: 0 0.6rem;
    height: 30px;
}}.newsletter {
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
    background: rgb(236,228,242);
}.newsletter::before {
    background-size: 60px 60px;
    z-index: 1;
    background: 
        linear-gradient(30deg, transparent 49%, rgb(211,195,225,0.5) 49%, rgb(211,195,225,0.5) 51%, transparent 51%),
        linear-gradient(150deg, transparent 49%, rgb(178,158,202,0.5) 49%, rgb(178,158,202,0.5) 51%, transparent 51%);
    content: "";
    position: absolute;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}.newsletter .learn_expert {
    position: relative;
    display: flex;
    max-width: 1200px;
    transform-style: preserve-3d;
    z-index: 2;
    justify-content: center;
    margin: 0 auto;
}.newsletter .query_section {
    position: relative;
    transform: rotateX(5deg) rotateY(-15deg) rotateZ(0deg);
    width: 70%;
    background: #ffffff;
    box-shadow: 
        30px 30px 0px rgb(211,195,225,0.5),
        -30px -30px 0px rgb(178,158,202,0.5);
    transition: transform 0.5s ease;
    padding: 3.5rem 3rem;
}.newsletter .query_section:hover {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}.newsletter h3 {
    margin-bottom: 2.5rem;
    position: relative;
    transform: translateZ(20px);
    font-size: 18px;
    color: #000000;
    border-left: 5px solid rgb(211,195,225);
    font-weight: 700;
    padding-left: 1.5rem;
}.newsletter .input_holder {
    display: flex;
    gap: 2rem;
    transform: translateZ(30px);
    flex-direction: column;
}.newsletter input[type="email"] {
    border: 2px solid rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    transform: skewY(0deg);
    font-size: 14px;
    font-family: Arial, sans-serif;
    transform-origin: left center;
    color: #000000;
    padding: 1.2rem 1.5rem;
    background: #ffffff;
}.newsletter input[type="email"]:focus {
    outline: none;
    border-color: rgb(211,195,225);
    transform: skewY(-2deg);
    box-shadow: 10px 10px 0px rgb(178,158,202,0.5);
}.newsletter input[type="submit"] {
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    font-size: 15px;
    transition: all 0.3s ease;
    border: none;
    transform-origin: right center;
    padding: 1rem 2.5rem;
    color: #ffffff;
    transform: skewY(0deg);
    font-family: Arial, sans-serif;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    background: rgb(211,195,225);
    align-self: flex-end;
}.newsletter input[type="submit"]:hover {
    box-shadow: -10px 10px 0px rgb(211,195,225,0.5);
    background: rgb(178,158,202);
    transform: skewY(2deg);
}.newsletter .query_section::before {
    opacity: 0.2;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    top: -50px;
    width: 100px;
    height: 100px;
    position: absolute;
    right: -50px;
    content: "";
    background: rgb(178,158,202);
}.newsletter .query_section::after {
    content: "";
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    position: absolute;
    opacity: 0.2;
    background: rgb(211,195,225);
    width: 100px;
    height: 100px;
    left: -50px;
    bottom: -50px;
}.newsletter .input_holder::before {
    content: "";
    right: -25px;
    position: absolute;
    animation: float 6s ease-in-out infinite;
    width: 50px;
    height: 50px;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    opacity: 0.3;
    border: 2px solid rgb(178,158,202);
    top: 20%;
}.newsletter .input_holder::after {
    content: "";
    animation: float 8s ease-in-out infinite reverse;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    position: absolute;
    left: -25px;
    bottom: 20%;
    opacity: 0.3;
    width: 50px;
    height: 50px;
    border: 2px solid rgb(211,195,225);
}

@keyframes float {
    0%, 100% {
        transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg) translateY(0);
    }
    50% {
        transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg) translateY(-20px);
    }
}

@media (max-width: 992px) {.newsletter .query_section {
    width: 85%;
    box-shadow: 
            20px 20px 0px rgb(211,195,225,0.5),
            -20px -20px 0px rgb(178,158,202,0.5);
    transform: rotateX(3deg) rotateY(-10deg) rotateZ(0deg);
}
}

@media (max-width: 768px) {.newsletter {
    padding: 4rem 1.5rem;
}.newsletter .query_section {
    width: 100%;
    box-shadow: 
            10px 10px 0px rgb(211,195,225,0.5),
            -10px -10px 0px rgb(178,158,202,0.5);
    transform: none;
    padding: 2.5rem 2rem;
}.newsletter h3 {
    font-size: calc(18px * 0.9);
    transform: none;
}.newsletter .input_holder {
    transform: none;
}.newsletter .query_section::before,
    .newsletter .query_section::after,
    .newsletter .input_holder::before,
    .newsletter .input_holder::after {
    display: none;
}
}

@media (max-width: 480px) {.newsletter {
    padding: 3rem 1rem;
}.newsletter .query_section {
    padding: 2rem 1.5rem;
    box-shadow: 
            5px 5px 0px rgb(211,195,225,0.5),
            -5px -5px 0px rgb(178,158,202,0.5);
}.newsletter h3 {
    padding-left: 1rem;
    font-size: calc(18px * 0.8);
    margin-bottom: 2rem;
}.newsletter input[type="email"] {
    padding: 1rem;
}.newsletter input[type="submit"] {
    padding: 0.8rem 1.5rem;
    align-self: stretch;
}}.privacy_hedge {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(236,228,242) 0%, rgba(255,255,255,0.95) 100%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}.privacy_hedge::before {
    height: 40%;
    position: absolute;
    transform: rotate(-15deg);
    right: -5%;
    filter: blur(40px);
    content: "";
    z-index: 0;
    top: -5%;
    background: linear-gradient(225deg, rgb(211,195,225,0.5) 0%, transparent 70%);
    opacity: 0.15;
    width: 40%;
    animation: float 15s ease-in-out infinite;
}.privacy_hedge::after {
    height: 35%;
    position: absolute;
    background: linear-gradient(45deg, rgb(178,158,202,0.5) 0%, transparent 80%);
    filter: blur(30px);
    content: "";
    transform: rotate(10deg);
    left: -5%;
    bottom: -5%;
    width: 35%;
    animation: float 18s ease-in-out infinite reverse;
    z-index: 0;
    opacity: 0.15;
}@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(-15deg); }
    50% { transform: translate(10px, 15px) rotate(-5deg); }
}

.privacy_hedge .container {
    box-shadow: 0 15px 40px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.02);
    background: #ffffff;
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 3rem;
    max-width: 1140px;
    z-index: 2;
    position: relative;
    transform: perspective(1000px) rotateX(0.5deg);
}.privacy_hedge .container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.privacy_hedge h1 {
    color: #000000;
    line-height: 1.2;
    letter-spacing: -0.01em;
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 2rem;
    font-size: 45px;
}.privacy_hedge h1::after {
    left: 0;
    background: linear-gradient(90deg, rgb(211,195,225) 0%, rgb(178,158,202) 100%);
    transition: width 0.3s ease;
    content: "";
    transform-origin: left;
    position: absolute;
    height: 4px;
    width: 40%;
    bottom: -0.5rem;
}.privacy_hedge h2 {
    font-size: 38px;
    transition: all 0.3s ease;
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
    color: #000000;
    border-left: 3px solid rgb(211,195,225);
}.privacy_hedge h2:hover {
    border-left-width: 5px;
    transform: translateX(5px);
}.privacy_hedge h3 {
    border-left: 2px solid rgb(178,158,202);
    font-size: calc(38px * 0.8);
    padding-left: 0.8rem;
    margin: 2rem 0 1.2rem;
    font-weight: 600;
    color: #000000;
    position: relative;
}.privacy_hedge h4 {
    padding-left: 0.6rem;
    color: #000000;
    margin: 1.8rem 0 1rem;
    position: relative;
    font-size: calc(38px * 0.7);
    border-left: 1px solid rgb(178,158,202);
    font-weight: 600;
}.privacy_hedge p {
    z-index: 1;
    margin-bottom: 1.5rem;
    font-size: 17px;
    transition: transform 0.3s ease;
    color: #000000;
    line-height: 1.7;
    position: relative;
}.privacy_hedge p:hover {
    transform: translateX(3px);
}.privacy_hedge p strong {
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: rgb(211,195,225);
}.privacy_hedge p strong::after {
    background: rgb(211,195,225,0.5);
    transform-origin: left;
    left: 0;
    bottom: -2px;
    content: "";
    transform: scaleX(0);
    width: 100%;
    position: absolute;
    transition: transform 0.3s ease;
    height: 1px;
}.privacy_hedge p:hover strong::after {
    transform: scaleX(1);
}.privacy_hedge span {
    line-height: 1.7;
    color: #000000;
    font-size: 17px;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1rem;
    display: block;
    border-left: 1px dashed rgb(178,158,202,0.5);
}.privacy_hedge ul {
    position: relative;
    padding-left: 0;
    margin: 1.5rem 0 2rem;
    list-style-type: none;
}.privacy_hedge ul::before {
    transform: scaleY(0.95);
    position: absolute;
    left: 0.8rem;
    content: "";
    bottom: 0;
    transform-origin: top;
    width: 1px;
    background: linear-gradient(to bottom, rgb(211,195,225,0.5), transparent);
    top: 0;
}.privacy_hedge li {
    margin-bottom: 1rem;
    line-height: 1.6;
    padding-left: 2.5rem;
    position: relative;
    font-size: 17px;
    transition: transform 0.2s ease;
    color: #000000;
}.privacy_hedge li:hover {
    transform: translateX(5px);
}.privacy_hedge li::before {
    position: absolute;
    content: "";
    box-shadow: 0 0 0 2px rgb(211,195,225,0.5);
    top: 0.6rem;
    width: 8px;
    height: 8px;
    background: rgb(211,195,225);
    transition: all 0.2s ease;
    left: 0.5rem;
    border-radius: 50%;
}.privacy_hedge li:hover::before {
    transform: scale(1.2);
    background: rgb(178,158,202);
}

@media (max-width: 992px) {.privacy_hedge {
    padding: 4rem 1.5rem;
}.privacy_hedge .container {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(0.3deg);
}.privacy_hedge h1 {
    font-size: calc(45px * 0.9);
}.privacy_hedge h2 {
    font-size: calc(38px * 0.9);
    padding-left: 0.8rem;
}
}

@media (max-width: 768px) {.privacy_hedge {
    padding: 3rem 1rem;
}.privacy_hedge .container {
    transform: none;
    padding: 2rem;
}.privacy_hedge h1 {
    font-size: calc(45px * 0.8);
}.privacy_hedge h2 {
    margin: 2rem 0 1rem;
    font-size: calc(38px * 0.8);
}.privacy_hedge h3 {
    font-size: calc(38px * 0.7);
}.privacy_hedge h4 {
    font-size: calc(38px * 0.6);
}.privacy_hedge p, 
    .privacy_hedge span, 
    .privacy_hedge li {
    font-size: calc(17px * 0.95);
}.privacy_hedge ul {
    margin: 1.2rem 0 1.5rem;
}.privacy_hedge li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.privacy_hedge {
    padding: 2rem 0.8rem;
}.privacy_hedge .container {
    padding: 1.5rem;
}.privacy_hedge h1 {
    font-size: calc(45px * 0.7);
    margin-bottom: 1.5rem;
}.privacy_hedge h1::after {
    height: 3px;
}.privacy_hedge h2 {
    font-size: calc(38px * 0.7);
    border-left-width: 2px;
    padding-left: 0.6rem;
}.privacy_hedge p, 
    .privacy_hedge span, 
    .privacy_hedge li {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.privacy_hedge li {
    padding-left: 1.8rem;
}.privacy_hedge li::before {
    height: 6px;
    width: 6px;
}}.data_insights {
    position: relative;
    z-index: 1;
    background: rgb(236,228,242);
    padding: 8rem 0;
    overflow: hidden;
}.data_insights::before {
    background-size: 100% 100%, 200% 100%;
    background: 
        linear-gradient(135deg, transparent, rgb(211,195,225,0.5), transparent) 0 0,
        linear-gradient(to right, transparent, transparent, rgba(255,255,255,0.05), transparent, transparent) 0 0;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    animation: backgroundSweep 8s infinite ease-in-out;
    opacity: 1;
    position: absolute;
    z-index: -1;
}@keyframes backgroundSweep {
    0% {
        background-position: 0 0, -100% 0;
    }
    50% {
        background-position: 0 0, 100% 0;
    }
    100% {
        background-position: 0 0, -100% 0;
    }
}

.data_insights .container {
    padding: 0;
    flex-direction: column;
    position: relative;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
}.data_insights .container::before {
    background-size: 100% 50px, 100% 100px;
    opacity: 0.03;
    background-image: 
        linear-gradient(0deg, rgb(211,195,225,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(178,158,202,0.5) 1px, transparent 1px);
    width: 100%;
    position: absolute;
    animation: lineShift 30s infinite linear;
    left: 0;
    z-index: -1;
    height: 100%;
    content: "";
    top: 0;
}@keyframes lineShift {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 50px, 0 100px;
    }
}

.data_insights h2 {
    align-self: center;
    font-size: 38px;
    position: relative;
    font-weight: 700;
    margin: 0 0 6rem;
    color: #000000;
    width: max-content;
    text-align: center;
}.data_insights h2::after {
    position: absolute;
    left: -10%;
    height: 8px;
    bottom: -20px;
    background: linear-gradient(90deg, transparent, rgb(211,195,225), transparent);
    opacity: 0.3;
    width: 120%;
    border-radius: 10px;
    content: "";
}.data_insights ul {
    list-style: none;
    position: relative;
    min-height: 300px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
}.data_insights ul::before {
    animation: gradientMove 6s infinite linear;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    background-size: 200% 1px;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(211,195,225,0.5), rgb(178,158,202,0.5), rgb(211,195,225,0.5), transparent);
}.data_insights ul::after {
    top: 0;
    animation: gradientMove 6s infinite linear reverse;
    content: "";
    position: absolute;
    background-size: 200% 1px;
    width: 100%;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(178,158,202,0.5), rgb(211,195,225,0.5), rgb(178,158,202,0.5), transparent);
}@keyframes gradientMove {
    0% {
        background-position: 0% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.data_insights .key_statistics {
    display: flex;
    flex: 0 0 20%;
    animation: slideIn 0.5s forwards;
    padding: 2rem 1rem;
    justify-content: center;
    opacity: 0;
    background: linear-gradient(to bottom, transparent, rgba(rgb(211,195,225), 0.02), transparent);
    height: 0;
    transition: all 0.4s ease;
    transform: translateY(100%);
    align-items: center;
    flex-direction: column;
    position: relative;
}@keyframes slideIn {
    to {
        height: auto;
        transform: translateY(0);
        opacity: 1;
    }
}


.data_insights .key_statistics:nth-child(1) {
    animation-delay: 0.1s;
}.data_insights .key_statistics:nth-child(2) {
    animation-delay: 0.2s;
}.data_insights .key_statistics:nth-child(3) {
    animation-delay: 0.3s;
}.data_insights .key_statistics:nth-child(4) {
    animation-delay: 0.4s;
}.data_insights .key_statistics:nth-child(5) {
    animation-delay: 0.5s;
}.data_insights .key_statistics:nth-child(6) {
    animation-delay: 0.6s;
}.data_insights .key_statistics:nth-child(7) {
    animation-delay: 0.7s;
}.data_insights .key_statistics:nth-child(8) {
    animation-delay: 0.8s;
}.data_insights .key_statistics:nth-child(9) {
    animation-delay: 0.9s;
}.data_insights .key_statistics:nth-child(10) {
    animation-delay: 1s;
}.data_insights .key_statistics::before {
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgb(211,195,225,0.5), transparent);
    right: 0;
    top: 0;
    width: 1px;
}.data_insights .key_statistics:nth-child(5n)::before {
    display: none;
}.data_insights .key_statistics::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(211,195,225,0.5), transparent);
    opacity: 0.1;
    width: 80%;
    transition: all 0.3s ease;
    left: 10%;
    z-index: -1;
    bottom: -5px;
    position: absolute;
    height: 2px;
}.data_insights .key_statistics:hover::after {
    width: 90%;
    opacity: 0.5;
    height: 3px;
    left: 5%;
}.data_insights .key_statistics p {
    font-weight: 700;
    font-size: calc(39px * 1.3);
    position: relative;
    text-align: center;
    color: rgb(211,195,225);
    transition: all 0.3s ease;
    margin: 0 0 1.5rem;
}.data_insights .key_statistics span {
    font-weight: 400;
    max-width: 100%;
    transition: all 0.3s ease;
    font-size: 13px;
    position: relative;
    margin-top: auto;
    text-align: center;
    color: #000000;
}.data_insights .key_statistics:nth-child(odd) p {
    color: rgb(211,195,225);
}.data_insights .key_statistics:nth-child(even) p {
    color: rgb(178,158,202);
}.data_insights svg {
    height: 50px;
    width: 50px;
    fill: rgb(211,195,225);
    opacity: 0.1;
    transition: all 0.3s ease;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -25px;
}.data_insights svg path {
    fill: inherit;
}.data_insights .key_statistics:hover p {
    transform: translateY(-5px);
}.data_insights .key_statistics:hover svg {
    opacity: 0.2;
    transform: translateX(-50%) scale(1.1);
}.data_insights::after {
    background-image: 
        linear-gradient(90deg, transparent, rgb(211,195,225,0.5) 50%, transparent 100%),
        linear-gradient(90deg, transparent, rgb(178,158,202,0.5) 50%, transparent 100%);
    opacity: 0.15;
    content: "";
    width: 100%;
    animation: lineSweep 10s infinite linear;
    bottom: 0;
    position: absolute;
    height: 40%;
    background-repeat: repeat-x;
    left: 0;
    background-size: 200% 1px, 200% 1px;
    background-position: 0% 100%, 100% 85%;
    z-index: -1;
}@keyframes lineSweep {
    0% {
        background-position: 0% 100%, 100% 85%;
    }
    50% {
        background-position: 100% 100%, 0% 85%;
    }
    100% {
        background-position: 0% 100%, 100% 85%;
    }
}

.data_insights .key_statistics p::before {
    width: 30px;
    position: absolute;
    align-items: center;
    background: rgb(211,195,225);
    height: 30px;
    justify-content: center;
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    transform: scale(0);
    color: #ffffff;
    font-size: 17px;
    content: attr(data-count);
    top: -15px;
    opacity: 0;
    right: -15px;
}.data_insights .key_statistics:hover p::before {
    transform: scale(1);
    opacity: 1;
}.data_insights .key_statistics:nth-child(1) p::before {
    content: "01";
}.data_insights .key_statistics:nth-child(2) p::before {
    content: "02";
    background: rgb(178,158,202);
}.data_insights .key_statistics:nth-child(3) p::before {
    background: rgb(211,195,225);
    content: "03";
}.data_insights .key_statistics:nth-child(4) p::before {
    content: "04";
    background: rgb(178,158,202);
}.data_insights .key_statistics:nth-child(5) p::before {
    background: rgb(211,195,225);
    content: "05";
}.data_insights .key_statistics:nth-child(6) p::before {
    content: "06";
    background: rgb(178,158,202);
}.data_insights .key_statistics:nth-child(7) p::before {
    content: "07";
    background: rgb(211,195,225);
}.data_insights .key_statistics:nth-child(8) p::before {
    background: rgb(178,158,202);
    content: "08";
}.data_insights .key_statistics:nth-child(9) p::before {
    content: "09";
    background: rgb(211,195,225);
}.data_insights .key_statistics:nth-child(10) p::before {
    content: "10";
    background: rgb(178,158,202);
}


@media screen and (max-width: 1024px) {.data_insights {
    padding: 6rem 0;
}.data_insights ul {
    height: 350px;
}.data_insights .key_statistics p {
    font-size: calc(39px * 1.2);
}
}

@media screen and (max-width: 768px) {.data_insights {
    padding: 5rem 0;
}.data_insights h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 4rem;
}.data_insights ul {
    flex-wrap: wrap;
    height: auto;
}.data_insights .key_statistics {
    margin-bottom: 3rem;
    padding: 0 1.5rem;
    flex: 0 0 33.33%;
}.data_insights .key_statistics:nth-child(5n)::before {
    display: block;
}.data_insights .key_statistics:nth-child(3n)::before {
    display: none;
}.data_insights .key_statistics:nth-child(3n+1) {
    animation-delay: 0.1s;
}.data_insights .key_statistics:nth-child(3n+2) {
    animation-delay: 0.2s;
}.data_insights .key_statistics:nth-child(3n) {
    animation-delay: 0.3s;
}
}

@media screen and (max-width: 480px) {.data_insights {
    padding: 4rem 0;
}.data_insights h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 3rem;
}.data_insights ul {
    flex-wrap: wrap;
    display: flex;
}.data_insights .key_statistics {
    padding: 0;
    margin-bottom: 2.5rem;
    flex: 0 0 100%;
}.data_insights .key_statistics::before {
    display: none;
}.data_insights .key_statistics:last-child {
    margin-bottom: 0;
}.data_insights .key_statistics p {
    font-size: calc(39px * 1.1);
}.data_insights .key_statistics:nth-child(n) {
    animation-delay: calc(0.1s * var(--n));
}}.title_screen {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(236,228,242), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    position: relative;
}.title_screen::before {
    z-index: 1;
    pointer-events: none;
    opacity: 0.6;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(178,158,202,0.5) 0%, transparent 35%),
    radial-gradient(circle at 80% 70%, rgb(211,195,225,0.5) 0%, transparent 40%);
    width: 100%;
    top: 0;
}.title_screen::after {
    width: 40%;
    opacity: 0.07;
    z-index: 0;
    transform: rotate(-15deg) skew(20deg);
    filter: blur(60px);
    bottom: -5%;
    animation: floatEffect 12s infinite alternate ease-in-out;
    content: "";
    height: 40%;
    position: absolute;
    right: -5%;
    background: rgb(211,195,225);
}.title_screen .learn_open {
    z-index: 2;
    max-width: 1200px;
    gap: 2.5rem;
    width: 90%;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    transform: translateY(-2%);
}.title_screen .learn_open > div:first-child {
    animation: slideIn 0.8s ease-out forwards;
    border-left: 3px solid rgb(211,195,225);
    position: relative;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    transform: translateX(-10px);
}.title_screen .learn_open > div:first-child::before {
    top: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(to right, rgb(211,195,225,0.5), transparent);
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.1;
}.title_screen p {
    color: #ffffff;
    margin: 0;
    position: relative;
    line-height: 1.6;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    max-width: 600px;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: calc(18px * 1.2);
}.title_screen .fast_classes {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
    clip-path: polygon(
    0 0, 
    100% 0, 
    100% 85%, 
    95% 100%, 
    0 100%
  );
    animation: fadeUpIn 1s 0.3s ease-out forwards;
    overflow: hidden;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
}.title_screen .fast_classes > div {
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    padding: 3.5rem 2.5rem;
    z-index: 1;
    min-height: 350px;
    display: flex;
}.title_screen .fast_classes > div::before {
    content: "";
    left: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
    width: 100%;
    top: 0;
    position: absolute;
}.title_screen .fast_classes > div::after {
    position: absolute;
    content: "";
    opacity: 0.2;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(
    90deg,
    rgb(211,195,225) 0%,
    transparent 100%
  );
    mix-blend-mode: overlay;
    top: 0;
}.title_screen h3 {
    max-width: 90%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: calc(22px * 1.1);
    line-height: 1.5;
    font-weight: 600;
    margin: 0 0 2rem 0;
    position: relative;
    color: #ffffff;
}.title_screen h3::before {
    transform-origin: left;
    top: -15px;
    height: 3px;
    width: 60px;
    animation: lineGrow 1.2s 0.8s forwards cubic-bezier(0.17, 0.67, 0.4, 1);
    position: absolute;
    left: 0;
    transform: scaleX(0);
    background: rgb(211,195,225);
    content: "";
}.title_screen .title_style_header {
    position: relative;
    animation: fadeUpIn 1s 0.6s ease-out forwards;
    font-size: 47px;
    margin: 0;
    transform: translateY(15px);
    opacity: 0;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 
              0 4px 20px rgba(0, 0, 0, 0.15);
}.title_screen .title_style_header::after {
    width: 100%;
    left: 0;
    content: "";
    transform: scaleX(0.3);
    bottom: -20px;
    transform-origin: left;
    background: linear-gradient(to right, rgb(211,195,225), transparent);
    position: absolute;
    height: 10px;
    animation: lineExtend 1.5s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0.7;
}

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

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

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

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

@keyframes floatEffect {
  0% {
    transform: rotate(-15deg) skew(20deg) translate(0, 0);
  }
  100% {
    transform: rotate(-12deg) skew(18deg) translate(-20px, -20px);
  }
}

@media (min-width: 768px) {.title_screen .learn_open {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}.title_screen .learn_open > div:first-child {
    padding: 3rem;
    align-items: center;
    display: flex;
}.title_screen p {
    font-size: calc(18px * 1.4);
}.title_screen .fast_classes {
    clip-path: polygon(
      0 0, 
      100% 0, 
      100% 90%, 
      85% 100%, 
      0 100%
    );
}.title_screen .fast_classes > div {
    padding: 4rem 3rem;
    min-height: 400px;
}.title_screen h3 {
    font-size: 22px;
    max-width: 80%;
}.title_screen .title_style_header {
    font-size: calc(47px * 1.2);
}
}

@media (min-width: 992px) {.title_screen {
    height: 100vh;
}.title_screen .learn_open {
    width: 85%;
    gap: 4rem;
}.title_screen .learn_open > div:first-child {
    transform: translateY(2rem);
    padding: 3.5rem;
}.title_screen p {
    font-size: calc(18px * 1.5);
}.title_screen .fast_classes > div {
    padding: 5rem 4rem;
    min-height: 450px;
}.title_screen h3 {
    max-width: 70%;
    font-size: calc(22px * 1.1);
}.title_screen .title_style_header {
    font-size: calc(47px * 1.4);
}.title_screen .title_style_header::after {
    height: 12px;
    bottom: -24px;
}
}

@media (min-width: 1200px) {.title_screen .learn_open {
    width: 80%;
    max-width: 1400px;
}.title_screen .fast_classes > div {
    min-height: 500px;
}.title_screen h3 {
    max-width: 60%;
}.title_screen .title_style_header {
    font-size: calc(47px * 1.5);
}
}

@media (max-width: 767px) {.title_screen {
    padding: 4rem 0;
}.title_screen .fast_classes > div {
    padding: 2.5rem 1.5rem;
}.title_screen h3 {
    margin-bottom: 1.5rem;
    font-size: 18px;
}.title_screen .title_style_header {
    font-size: calc(38px * 0.9);
}.title_screen .title_style_header::after {
    bottom: -12px;
    height: 6px;
}}.course_overview {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(236,228,242);
}.course_overview::before {
    content: "";
    width: 300px;
    background: linear-gradient(135deg, rgb(211,195,225,0.5) 0%, transparent 70%);
    opacity: 0.7;
    transform: rotate(-15deg);
    right: -100px;
    top: -100px;
    height: 300px;
    position: absolute;
    z-index: 1;
}.course_overview::after {
    width: 200px;
    content: "";
    left: -50px;
    background: linear-gradient(225deg, rgb(178,158,202,0.5) 0%, transparent 70%);
    bottom: -50px;
    height: 200px;
    transform: rotate(15deg);
    position: absolute;
    opacity: 0.5;
    z-index: 1;
}.course_overview .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.course_overview .program_flow {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}.course_overview .photo_card {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 320px;
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.course_overview .photo_card::before {
    content: "";
    transition: opacity 0.5s ease;
    background: linear-gradient(
        to right,
        rgb(211,195,225,0.5) 0%,
        transparent 20%,
        transparent 80%,
        rgb(178,158,202,0.5) 100%
    );
    position: absolute;
    opacity: 0.4;
    inset: 0;
}.course_overview .photo_card:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_overview .photo_card:hover::before {
    opacity: 0.2;
}.course_overview .text_container {
    transform: translateY(0);
    padding: 30px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: #ffffff;
}.course_overview .text_container:hover {
    transform: translateY(-5px);
}.course_overview .text_container::before {
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(211,195,225), rgb(178,158,202));
    left: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    top: 0;
    height: 0;
}.course_overview .text_container:hover::before {
    height: 100%;
}.course_overview h3 {
    transition: transform 0.4s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
    transform: translateX(0);
    padding-bottom: 15px;
    position: relative;
    font-size: calc(18px * 1.1);
}.course_overview .text_container:hover h3 {
    transform: translateX(10px);
}.course_overview h3::after {
    bottom: 0;
    position: absolute;
    width: 60px;
    transition: width 0.4s ease;
    content: "";
    background: rgb(211,195,225);
    left: 0;
    height: 2px;
}.course_overview .text_container:hover h3::after {
    width: 100px;
}.course_overview .description {
    color: #000000;
    transition: opacity 0.3s ease;
    margin-bottom: 20px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    opacity: 0.9;
    font-size: 17px;
}.course_overview .text_container:hover .description {
    opacity: 1;
}.course_overview p.description {
    padding-right: 15px;
    scrollbar-color: rgb(211,195,225,0.5) #ffffff;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    display: block;
}.course_overview p.description::-webkit-scrollbar {
    width: 6px;
}.course_overview p.description::-webkit-scrollbar-track {
    background: #ffffff;
}.course_overview p.description::-webkit-scrollbar-thumb {
    background-color: rgb(211,195,225,0.5);
    border-radius: 10px;
}.course_overview span.description {
    display: none;
}

@media (min-width: 768px) {.course_overview {
    padding: 150px 0;
}.course_overview .program_flow {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.course_overview .photo_card {
    height: 450px;
    transform: perspective(1000px) rotateY(3deg) translateX(-20px);
}.course_overview .photo_card:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course_overview .text_container {
    padding: 40px;
}.course_overview h3 {
    font-size: 18px;
    margin-bottom: 30px;
}.course_overview p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_overview .program_flow {
    gap: 80px;
}.course_overview .photo_card {
    height: 500px;
}.course_overview .text_container {
    padding: 50px;
}.course_overview h3 {
    font-size: calc(18px * 1.2);
}.course_overview p.description {
    font-size: calc(17px * 1.05);
    max-height: 400px;
    line-height: 1.75;
}
}

@media (min-width: 1200px) {.course_overview .program_flow {
    gap: 100px;
}.course_overview .photo_card {
    height: 550px;
    transform: perspective(1200px) rotateY(5deg) translateX(-30px);
}.course_overview .photo_card:hover {
    transform: perspective(1200px) rotateY(0deg) translateX(0);
}.course_overview .text_container {
    padding: 60px 70px 60px 60px;
}.course_overview h3 {
    padding-bottom: 20px;
    font-size: calc(18px * 1.3);
    margin-bottom: 35px;
}.course_overview p.description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.course_overview {
    padding: 80px 0;
}.course_overview .text_container {
    padding: 25px 20px;
}.course_overview h3 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: calc(22px * 1.1);
}.course_overview p.description {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
    max-height: 250px;
}}.thanks_box {
    overflow: hidden;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(236,228,242) 0%, #ffffff 100%);
    position: relative;
}.thanks_box::before {
    z-index: 1;
    transform: translateX(20%) skewX(-15deg);
    position: absolute;
    background: linear-gradient(215deg, rgb(211,195,225,0.5) 0%, transparent 70%);
    right: 0;
    content: "";
    width: 40%;
    height: 100%;
    top: 0;
}.thanks_box::after {
    z-index: 1;
    left: -2%;
    background: linear-gradient(125deg, rgb(178,158,202,0.5) 0%, transparent 80%);
    height: 70%;
    width: 30%;
    position: absolute;
    transform: rotate(-10deg);
    content: "";
    bottom: -5%;
}.thanks_box .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 30px;
}.thanks_box h2 {
    opacity: 0;
    font-size: 31px;
    margin-bottom: 40px;
    line-height: 1.3;
    animation: slideInTitle 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    font-weight: 700;
    transform: translateX(-20px);
    color: #000000;
    max-width: 800px;
    position: relative;
    font-family: Arial, sans-serif;
}.thanks_box h2::before {
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    width: 80px;
    position: absolute;
    height: 4px;
    animation: expandLine 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.8s;
    content: "";
    background: rgb(211,195,225);
    top: -15px;
}.thanks_box .learn_expert {
    padding: 40px 50px;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    animation: appearHolder 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: top center;
}.thanks_box .learn_expert::before {
    height: 100%;
    position: absolute;
    left: 0;
    width: 5px;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(211,195,225), rgb(178,158,202));
}.thanks_box .learn_expert::after {
    background: linear-gradient(90deg, transparent, rgba(245, 245, 245, 0.8) 70%);
    content: "";
    height: 100%;
    position: absolute;
    transform: translateX(100%);
    z-index: -1;
    right: 0;
    animation: revealGradient 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    width: 80%;
    top: 0;
}.thanks_box ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thanks_box li {
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUpFadeIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
}.thanks_box li::before {
    border-radius: 50%;
    transform: scale(0);
    top: 10px;
    background: rgb(211,195,225);
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.2s;
    height: 10px;
    position: absolute;
    width: 10px;
    left: -30px;
    content: "";
}.thanks_box span {
    color: #000000;
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
    font-size: 13px;
    font-weight: 400;
    display: block;
    line-height: 1.8;
}

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

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

@keyframes appearHolder {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}

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

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes revealGradient {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width: 992px) {.thanks_box {
    padding: 90px 0 60px;
}.thanks_box h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.9);
}.thanks_box .learn_expert {
    padding: 35px 40px;
}
}

@media (max-width: 768px) {.thanks_box {
    padding: 70px 0 50px;
}.thanks_box::before {
    width: 50%;
}.thanks_box h2 {
    font-size: calc(31px * 0.8);
    max-width: 100%;
}.thanks_box .learn_expert {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}
}

@media (max-width: 576px) {.thanks_box {
    padding: 60px 0 40px;
}.thanks_box::before,
    .thanks_box::after {
    opacity: 0.5;
}.thanks_box .container {
    padding: 0 20px;
}.thanks_box h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 25px;
}.thanks_box h2::before {
    height: 3px;
    width: 60px;
    top: -10px;
}.thanks_box .learn_expert {
    padding: 25px 20px;
    transform: none;
}.thanks_box span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.thanks_box li::before {
    width: 8px;
    left: -20px;
    height: 8px;
}}.plan_box {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.plan_box::before {
    content: "";
    right: 0;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #000000;
    z-index: 1;
}.plan_box .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    max-width: 1200px;
}.plan_box .discount_price {
    text-align: center;
}.plan_box h2 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: 36px;
    margin-bottom: 1.5rem;
    color: #ffffff;
}.plan_box h2::after {
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(211,195,225), rgb(178,158,202));
    content: "";
    width: 80px;
    left: 50%;
    height: 3px;
}.plan_box .study_rates {
    margin: 0 auto 3rem;
    max-width: 800px;
    line-height: 1.6;
    font-size: calc(15px * 1.1);
    color: #ffffff;
    opacity: 0.9;
}.plan_box .learn_pricing {
    list-style: none;
    padding: 0;
    perspective: 1000px;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}.plan_box .learn_pricing li {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
}.plan_box .fee_offers {
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    backdrop-filter: blur(10px);
    display: block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    text-decoration: none;
    height: 100%;
}.plan_box .fee_offers::before {
    width: 100%;
    left: 0;
    top: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(211,195,225), rgb(178,158,202));
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    height: 5px;
    transform: scaleX(0);
}.plan_box .fee_offers:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    transform: translateY(-10px);
}.plan_box .fee_offers:hover::before {
    transform: scaleX(1);
}.plan_box .learning_package {
    height: 100%;
    padding: 2.5rem 1.5rem;
    display: flex;
    flex-direction: column;
}.plan_box .package_pricing {
    color: #ffffff;
    justify-content: space-between;
    display: flex;
    height: 100%;
    flex-direction: column;
}.plan_box .package_pricing h4 {
    color: #ffffff;
    font-size: calc(24px * 1.1);
    margin-top: 0;
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.plan_box .package_pricing h4::after {
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    background: rgb(211,195,225);
    width: 40px;
}.plan_box .package_pricing p {
    text-align: left;
    opacity: 0.85;
    scrollbar-color: rgb(211,195,225) rgba(255,255,255,0.1);
    margin-bottom: 2rem;
    font-size: 15px;
    overflow-wrap: break-word;
    overflow-y: auto;
    line-height: 1.6;
    max-height: 200px;
    white-space: normal;
    color: #ffffff;
    scrollbar-width: thin;
    word-wrap: break-word;
}.plan_box .package_pricing p::-webkit-scrollbar {
    width: 4px;
}.plan_box .package_pricing p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
}.plan_box .package_pricing p::-webkit-scrollbar-thumb {
    background: rgb(211,195,225);
}.plan_box .indv_cost {
    font-size: calc(24px * 1.2);
    overflow: hidden;
    margin-top: auto;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(211,195,225), rgb(178,158,202));
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    padding: 0.75rem 1.5rem;
    align-self: flex-start;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: inline-block;
}.plan_box .indv_cost::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.8s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    left: -100%;
    height: 100%;
}.plan_box .fee_offers:hover .indv_cost::before {
    left: 100%;
}

@media (max-width: 992px) {.plan_box {
    padding: 80px 0;
}.plan_box .learn_pricing {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}.plan_box .learning_package {
    padding: 2rem 1.25rem;
}
}

@media (max-width: 768px) {.plan_box {
    padding: 60px 0;
}.plan_box .learn_pricing {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.plan_box h2 {
    font-size: calc(36px * 0.9);
}.plan_box .study_rates {
    font-size: 15px;
    margin-bottom: 2rem;
}.plan_box .package_pricing p {
    max-height: 150px;
}
}

@media (max-width: 576px) {.plan_box {
    padding: 50px 0;
}.plan_box h2 {
    font-size: calc(36px * 0.8);
}.plan_box .learning_package {
    padding: 1.5rem 1rem;
}.plan_box .indv_cost {
    font-size: 24px;
    padding: 0.5rem 1rem;
}
}

@media (hover: none) {.plan_box .fee_offers:hover {
    transform: none;
}}.meet_us {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(236,228,242) 40%, rgba(rgb(211,195,225,0.5), 0.05) 100%);
}.meet_us::before {
    right: -5%;
    position: absolute;
    top: -10%;
    transform: rotate(-15deg) skewX(15deg);
    pointer-events: none;
    background: linear-gradient(210deg, rgb(211,195,225) 10%, rgb(178,158,202) 90%);
    width: 40%;
    opacity: 0.07;
    height: 70%;
    z-index: 1;
    content: "";
}.meet_us::after {
    background: linear-gradient(30deg, rgb(178,158,202) 20%, rgb(211,195,225) 80%);
    position: absolute;
    left: -5%;
    pointer-events: none;
    bottom: -5%;
    width: 30%;
    opacity: 0.05;
    content: "";
    z-index: 1;
    height: 60%;
    transform: rotate(15deg) skewY(-5deg);
}.meet_us .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.meet_us h1 {
    font-size: 43px;
    font-weight: 700;
    position: relative;
    color: #000000;
    transform: translateZ(0);
    margin-bottom: 60px;
    text-align: left;
}.meet_us h1::after {
    background: linear-gradient(90deg, rgb(211,195,225), rgb(178,158,202));
    bottom: -15px;
    content: "";
    position: absolute;
    left: 0;
    height: 4px;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 80px;
}.meet_us h1:hover::after {
    transform: scaleX(1.5);
}.meet_us .learning_track {
    position: relative;
}.meet_us .learning_track ul {
    gap: 40px;
    list-style: none;
    grid-template-columns: 1fr;
    padding: 0;
    display: grid;
}.meet_us .edu_philosophy {
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    background: #ffffff;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}.meet_us .edu_philosophy::before {
    width: 4px;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(211,195,225), rgb(178,158,202));
    left: 0;
    transform-origin: top center;
    transition: transform 0.3s ease-out;
}.meet_us .edu_philosophy:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) translateZ(0);
}.meet_us .edu_philosophy:hover::before {
    transform: scaleY(1.05);
}.meet_us .edu_philosophy h4 {
    color: rgb(211,195,225);
    position: relative;
    font-weight: 600;
    transition: transform 0.3s ease, color 0.3s ease;
    padding-left: 15px;
    transform: translateZ(0);
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 23px;
}.meet_us .edu_philosophy:hover h4 {
    color: rgb(178,158,202);
    transform: translateX(5px);
}.meet_us .edu_philosophy h4::before {
    left: 0;
    position: absolute;
    width: 6px;
    transition: background-color 0.3s ease;
    height: 6px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(211,195,225);
}.meet_us .edu_philosophy:hover h4::before {
    background-color: rgb(178,158,202);
}.meet_us .edu_philosophy div {
    line-height: 1.7;
    padding-right: 15px;
    overflow-y: auto;
    position: relative;
    max-height: 300px;
    color: #000000;
    opacity: 0.9;
    font-size: 18px;
}.meet_us .edu_philosophy div::-webkit-scrollbar {
    width: 4px;
}.meet_us .edu_philosophy div::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(211,195,225), rgb(178,158,202));
}.meet_us .edu_philosophy div::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {.meet_us .learning_track ul {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}.meet_us h1 {
    margin-bottom: 70px;
    font-size: calc(43px * 1.1);
}.meet_us .edu_philosophy {
    padding: 45px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.meet_us .edu_philosophy div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.meet_us {
    padding: 150px 0;
}.meet_us::before {
    height: 60%;
    width: 35%;
}.meet_us::after {
    height: 50%;
    width: 25%;
}.meet_us h1 {
    font-size: calc(43px * 1.2);
    margin-bottom: 80px;
}.meet_us h1::after {
    height: 5px;
    width: 100px;
}.meet_us .edu_philosophy {
    padding: 50px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 
                    box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.meet_us .edu_philosophy::before {
    width: 5px;
}.meet_us .edu_philosophy h4 {
    font-size: calc(23px * 1.1);
    margin-bottom: 25px;
}.meet_us .edu_philosophy div {
    font-size: calc(18px * 1.05);
    max-height: 400px;
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.meet_us {
    padding: 180px 0;
}.meet_us .container {
    padding: 0 30px;
}.meet_us h1 {
    font-size: calc(43px * 1.3);
}.meet_us .learning_track ul {
    gap: 40px;
}.meet_us .edu_philosophy {
    padding: 60px;
}.meet_us .edu_philosophy div {
    max-height: 450px;
}
}

@media (max-width: 767px) {.meet_us {
    padding: 80px 0;
}.meet_us h1 {
    margin-bottom: 40px;
    font-size: calc(43px * 0.9);
    text-align: center;
}.meet_us h1::after {
    left: 50%;
    transform: translateX(-50%);
}.meet_us h1:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.meet_us .edu_philosophy {
    padding: 30px 25px;
    margin-bottom: 25px;
}.meet_us .edu_philosophy h4 {
    margin-bottom: 15px;
    font-size: calc(23px * 0.95);
}.meet_us .edu_philosophy div {
    max-height: 250px;
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.get_help_info {
    background: rgb(236,228,242);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.get_help_info::before {
    height: 100%;
    content: "";
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(211,195,225,0.5) 0%, transparent 40%, rgb(178,158,202,0.5) 100%);
    width: 100%;
    opacity: 0.4;
}.get_help_info::after {
    height: 200%;
    width: 200%;
    left: 50%;
    content: "";
    background: radial-gradient(circle, rgb(211,195,225,0.5) 0%, transparent 60%);
    top: 50%;
    opacity: 0.2;
    transform: translate(-50%, -50%);
    animation: pulse 15s infinite alternate;
    position: absolute;
    z-index: 0;
}@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }
}

.get_help_info .container {
    position: relative;
    z-index: 2;
}.get_help_info .quick_request {
    overflow: hidden;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 23px;
}.get_help_info .quick_request::before {
    content: "";
    height: 150px;
    z-index: -1;
    border-radius: 50%;
    right: -75px;
    top: -75px;
    opacity: 0.4;
    filter: blur(30px);
    background: linear-gradient(45deg, rgb(211,195,225) 0%, rgb(178,158,202) 100%);
    width: 150px;
    position: absolute;
}.get_help_info .quick_request::after {
    height: 2px;
    content: "";
    z-index: -1;
    background: linear-gradient(90deg, transparent 0%, rgb(211,195,225) 50%, transparent 100%);
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    animation: slideLine 8s infinite;
}@keyframes slideLine {
    0% {
        transform: translateX(-100%);
        opacity: 0.7;
    }
    50% {
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.7;
    }
}

.get_help_info h2 {
    font-size: 37px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
}.get_help_info h2::after {
    position: absolute;
    bottom: -10px;
    height: 4px;
    left: 0;
    content: "";
    border-radius: 10px;
    width: 50%;
    background: linear-gradient(90deg, rgb(211,195,225) 0%, rgb(178,158,202) 100%);
}.get_help_info p {
    margin-bottom: 25px;
    font-size: 15px;
    z-index: 2;
    line-height: 1.7;
    color: #000000;
    position: relative;
}.get_help_info .support_request {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 40px;
    position: relative;
}.get_help_info .support_request::before {
    background: linear-gradient(90deg, transparent, rgb(211,195,225,0.5), transparent);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: -20px;
    width: 80%;
    height: 1px;
    content: "";
}.get_help_info .get_contactbox {
    width: 70px;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    z-index: 1;
    height: 70px;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    justify-content: center;
}.get_help_info .get_contactbox::before {
    width: 100%;
    left: 0;
    border-radius: 50%;
    position: absolute;
    transition: all 0.4s ease;
    opacity: 0.2;
    height: 100%;
    background: conic-gradient(from 135deg, rgb(211,195,225) 0%, transparent 60%, rgb(178,158,202) 120%, rgb(211,195,225) 180%);
    top: 0;
    z-index: -1;
    transform: scale(0.85);
    content: "";
}.get_help_info .get_contactbox::after {
    border-top-color: rgb(211,195,225);
    left: -2px;
    border: 2px solid transparent;
    opacity: 0.3;
    z-index: -1;
    content: "";
    border-radius: 50%;
    border-right-color: rgb(178,158,202);
    background: transparent;
    right: -2px;
    transition: all 0.4s ease;
    animation: rotate 10s linear infinite;
    top: -2px;
    position: absolute;
    bottom: -2px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.get_help_info .get_contactbox:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 
                0 0 15px rgb(211,195,225,0.5),
                0 0 30px rgb(178,158,202,0.5);
    transform: translateY(-5px) scale(1.15);
}.get_help_info .get_contactbox:hover::before {
    transform: scale(1);
    opacity: 0.6;
}.get_help_info .get_contactbox:hover::after {
    opacity: 0.8;
    right: -3px;
    bottom: -3px;
    top: -3px;
    border-width: 3px;
    left: -3px;
}.get_help_info .get_contactbox svg {
    filter: drop-shadow(0 0 3px rgb(211,195,225,0.5));
    height: 28px;
    stroke: rgb(211,195,225);
    fill: rgb(211,195,225);
    transition: all 0.4s ease;
    width: 28px;
}.get_help_info .get_contactbox:hover svg {
    fill: #ffffff;
    stroke: #ffffff;
    transform: scale(1.2);
    filter: drop-shadow(0 0 8px rgb(211,195,225));
}.get_help_info .get_contactbox svg path {
    transition: all 0.4s ease;
    stroke: rgb(211,195,225);
    fill: rgb(211,195,225);
}.get_help_info .get_contactbox:hover svg path {
    stroke: #ffffff;
    fill: #ffffff;
}.get_help_info p svg {
    width: 20px;
    margin-right: 10px;
    transition: all 0.3s ease;
    fill: rgb(211,195,225);
    vertical-align: middle;
    height: 20px;
    stroke: rgb(211,195,225);
}.get_help_info p:hover svg {
    stroke: rgb(178,158,202);
    fill: rgb(178,158,202);
}.get_help_info p svg path {
    transition: all 0.3s ease;
    fill: rgb(211,195,225);
    stroke: rgb(211,195,225);
}.get_help_info p:hover svg path {
    stroke: rgb(178,158,202);
    fill: rgb(178,158,202);
}

@media (max-width: 992px) {.get_help_info {
    padding: 60px 0;
}.get_help_info .quick_request {
    padding: 30px;
}.get_help_info h2 {
    font-size: calc(37px * 0.9);
}.get_help_info .support_request {
    gap: 30px;
}.get_help_info .get_contactbox {
    height: 65px;
    width: 65px;
}
}

@media (max-width: 768px) {.get_help_info {
    padding: 50px 0;
}.get_help_info .quick_request {
    padding: 25px;
}.get_help_info h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.8);
}.get_help_info p {
    margin-bottom: 20px;
    font-size: calc(15px * 0.95);
}.get_help_info .support_request {
    gap: 25px;
}.get_help_info .get_contactbox {
    width: 60px;
    height: 60px;
}.get_help_info .get_contactbox svg {
    width: 24px;
    height: 24px;
}
}

@media (max-width: 576px) {.get_help_info {
    padding: 40px 0;
}.get_help_info .quick_request {
    padding: 20px;
    border-radius: calc(23px * 0.8);
}.get_help_info h2 {
    margin-bottom: 15px;
    font-size: calc(37px * 0.7);
}.get_help_info h2::after {
    bottom: -8px;
    height: 3px;
}.get_help_info p {
    font-size: calc(15px * 0.9);
    margin-bottom: 15px;
}.get_help_info .support_request {
    gap: 15px;
    margin-top: 25px;
}.get_help_info .get_contactbox {
    height: 50px;
    width: 50px;
}.get_help_info .get_contactbox svg {
    width: 20px;
    height: 20px;
}.get_help_info .get_contactbox::after {
    border-width: 1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    top: -1px;
}.get_help_info .get_contactbox:hover::after {
    bottom: -2px;
    right: -2px;
    border-width: 2px;
    left: -2px;
    top: -2px;
}
}

@media (prefers-reduced-motion) {.get_help_info::after,
    .get_help_info .quick_request::after {
    animation: none;
}}.course_rewards {
    background: linear-gradient(135deg, rgb(236,228,242) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.course_rewards::before {
    transform: rotate(-15deg);
    background: rgb(211,195,225,0.5);
    z-index: 0;
    top: -50px;
    height: 300px;
    position: absolute;
    right: -50px;
    width: 300px;
    opacity: 0.3;
    filter: blur(100px);
    animation: float 15s infinite ease-in-out;
    content: "";
}.course_rewards::after {
    transform: rotate(20deg);
    width: 250px;
    z-index: 0;
    bottom: -100px;
    animation: float 18s infinite ease-in-out reverse;
    position: absolute;
    left: -50px;
    background: rgb(178,158,202,0.5);
    opacity: 0.2;
    height: 250px;
    filter: blur(80px);
    content: "";
}.course_rewards h5 {
    font-size: 19px;
    z-index: 2;
    letter-spacing: -0.5px;
    text-align: center;
    color: #000000;
    position: relative;
    font-weight: 700;
    line-height: 1.4;
    margin-right: auto;
    max-width: 800px;
    margin-left: auto;
    margin-bottom: 50px;
}.course_rewards h5::after {
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 10px;
    left: 50%;
    bottom: -15px;
    position: absolute;
    background: linear-gradient(90deg, rgb(211,195,225), rgb(178,158,202));
    content: "";
}.course_rewards .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.course_rewards .learn_expert {
    transform: translateY(0);
    flex-direction: column;
    backdrop-filter: blur(10px);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    gap: 30px;
}.course_rewards .learn_expert:hover {
    transform: translateY(-5px);
}.course_rewards .photo_card {
    height: auto;
    transform: scale(1);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.15);
    width: 100%;
    border-radius: 4px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    object-fit: cover;
}.course_rewards .learn_expert:hover .photo_card {
    transform: scale(1.02);
}.course_rewards .text_container {
    flex: 1;
}.course_rewards ul {
    grid-template-columns: 1fr;
    padding: 0;
    display: grid;
    gap: 20px;
    list-style: none;
    margin: 0;
}.course_rewards li {
    position: relative;
    opacity: 0.95;
    transition: all 0.3s ease-out;
    padding-left: 40px;
    transform: translateX(0);
}.course_rewards li:hover {
    transform: translateX(5px);
    opacity: 1;
}.course_rewards li p {
    font-weight: 400;
    display: flex;
    line-height: 1.6;
    align-items: flex-start;
    color: #000000;
    position: relative;
    margin: 0;
    font-size: 15px;
}.course_rewards li svg {
    top: 0;
    left: -40px;
    width: 24px;
    height: 24px;
    position: absolute;
    margin-right: 16px;
    transition: transform 0.3s ease;
}.course_rewards li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.course_rewards li svg path {
    fill: rgb(211,195,225);
    transition: fill 0.3s ease;
}.course_rewards li:hover svg path {
    fill: rgb(178,158,202);
}

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

@media (min-width: 768px) {.course_rewards {
    padding: 120px 0;
}.course_rewards .learn_expert {
    padding: 60px;
    align-items: center;
    flex-direction: row;
}.course_rewards .learn_expert > div:first-child {
    margin-right: 30px;
    overflow: hidden;
    flex: 0 0 45%;
    border-radius: 10px;
}.course_rewards ul {
    grid-template-columns: 1fr 1fr;
}.course_rewards h5 {
    margin-bottom: 60px;
    font-size: calc(19px * 1.1);
}.course_rewards li:nth-child(even) {
    animation: fadeInRight 0.5s ease-out forwards;
    animation-delay: 0.2s;
}.course_rewards li:nth-child(odd) {
    animation: fadeInLeft 0.5s ease-out forwards;
    animation-delay: 0.1s;
}
}

@media (min-width: 992px) {.course_rewards {
    padding: 150px 0;
}.course_rewards .learn_expert {
    padding: 70px;
}.course_rewards h5 {
    font-size: calc(19px * 1.2);
}.course_rewards li p {
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.course_rewards {
    padding: 70px 0;
}.course_rewards h5 {
    margin-bottom: 40px;
    font-size: calc(19px * 0.9);
    padding: 0 15px;
}.course_rewards .learn_expert {
    padding: 30px;
}.course_rewards .learn_expert > div:first-child {
    margin-bottom: 20px;
}.course_rewards li {
    margin-bottom: 15px;
}.course_rewards li p {
    line-height: 1.5;
    font-size: calc(15px * 0.95);
}}

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

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}header .top_plank {
    background: rgb(211,195,225);
    color:  #ffffff;
}header .top_plank .peak_learn div svg, header .top_plank .peak_learn div svg path {
    fill: #ffffff;
}header .top_plank .peak_learn div span {
    color: #ffffff;
}header .top_plank .peak_learn {
    width: 100%;
    line-height: 21px;
    font-size: 13px;
    padding: 15px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .peak_learn div {
    margin-right: 24px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}header .top_plank .peak_learn div img, header .top_plank .peak_learn div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.training_specialist {
    overflow: hidden;
    position: relative;
    background-color: rgb(236,228,242);
    padding: 4rem 0;
}.training_specialist::before {
    opacity: 0.07;
    position: absolute;
    width: 40%;
    content: "";
    height: 40%;
    background: linear-gradient(135deg, rgb(211,195,225,0.5), rgb(211,195,225));
    top: -5%;
    right: -5%;
    filter: blur(20px);
    z-index: 0;
    transform: rotate(15deg);
}.training_specialist::after {
    background: linear-gradient(225deg, rgb(178,158,202), rgb(178,158,202,0.5));
    bottom: -5%;
    height: 40%;
    opacity: 0.07;
    z-index: 0;
    width: 40%;
    content: "";
    left: -5%;
    transform: rotate(-15deg);
    position: absolute;
    filter: blur(20px);
}.training_specialist .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 1.5rem;
}.training_specialist .user_ratings {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    grid-template-columns: 1fr;
    padding: 2.5rem;
    display: grid;
    gap: 2rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03),
                0 20px 40px rgba(rgb(211,195,225,0.5), 0.04);
    background: linear-gradient(165deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    border-left: 4px solid rgb(211,195,225);
}.training_specialist .user_ratings:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 3px 8px rgba(0,0,0,0.05),
                0 25px 50px rgba(rgb(211,195,225,0.5), 0.06);
    transform: translateY(-5px);
}.training_specialist .user_ratings::before {
    opacity: 0.05;
    height: 80px;
    top: 1.5rem;
    background: rgb(211,195,225,0.5);
    z-index: -1;
    content: "";
    position: absolute;
    border-radius: 10px;
    width: 80px;
    right: 1.5rem;
    transform: rotate(15deg);
}.training_specialist .user_ratings > div:first-child {
    justify-self: center;
}.training_specialist .photo_card {
    transform: perspective(800px) rotateY(5deg);
    position: relative;
    height: 170px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.5s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-radius: 2px;
    overflow: hidden;
    width: 170px;
}.training_specialist .user_ratings:hover .photo_card {
    box-shadow: 15px 15px 30px rgba(0,0,0,0.15);
    transform: perspective(800px) rotateY(-2deg) translateY(-5px);
}.training_specialist .photo_card::before {
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(rgb(211,195,225,0.5), 0.2) 0%,
        transparent 40%,
        transparent 60%,
        rgba(rgb(178,158,202,0.5), 0.2) 100%
    );
    inset: 0;
    content: "";
    z-index: 1;
}.training_specialist .photo_card::after {
    z-index: 2;
    height: 200%;
    transform: rotate(25deg);
    position: absolute;
    top: -50%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255,255,255,0) 30%,
        rgba(255,255,255,0.2) 50%,
        rgba(255,255,255,0) 70%,
        transparent 100%
    );
    width: 200%;
    content: "";
    opacity: 0;
    left: -50%;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}.training_specialist .user_ratings:hover .photo_card::after {
    transform: rotate(25deg) translate(50%, 50%);
    opacity: 1;
}.training_specialist .name {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 24px;
    letter-spacing: 0.03em;
    margin: 0 0 0.75rem;
    display: inline-block;
}.training_specialist .name::after {
    background: linear-gradient(to right, rgb(211,195,225), rgb(211,195,225,0.5));
    width: 2.5rem;
    transform-origin: left center;
    transform: scaleX(0.8);
    content: "";
    bottom: -5px;
    position: absolute;
    height: 3px;
    left: 0;
    transition: transform 0.35s ease;
}.training_specialist .user_ratings:hover .name::after {
    transform: scaleX(1);
}.training_specialist .user_ratings > div:nth-child(2) > div {
    position: relative;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
    font-size: calc(18px * 0.95);
    opacity: 0.85;
    letter-spacing: 0.02em;
    padding-left: 0.5rem;
    font-weight: 600;
    transition: color 0.3s ease, opacity 0.3s ease;
}.training_specialist .user_ratings:hover > div:nth-child(2) > div {
    color: rgb(211,195,225);
    opacity: 1;
}.training_specialist .user_ratings > div:nth-child(2) > div::before {
    width: 3px;
    left: 0;
    top: 0.4em;
    background-color: rgb(178,158,202);
    position: absolute;
    height: 0.8em;
    transition: height 0.3s ease, top 0.3s ease;
    opacity: 0.75;
    content: "";
}.training_specialist .user_ratings:hover > div:nth-child(2) > div::before {
    height: 1.2em;
    top: 0.2em;
}.training_specialist .career_wrap {
    position: relative;
    transition: border-color 0.3s ease;
    line-height: 1.7;
    color: #000000;
    font-size: 18px;
    border-left: 2px solid rgba(rgb(211,195,225,0.5), 0.3);
    padding-left: 1rem;
    margin: 0;
}.training_specialist .user_ratings:hover .career_wrap {
    border-left-color: rgb(211,195,225);
}.training_specialist .career_wrap::before {
    color: rgb(211,195,225,0.5);
    position: absolute;
    left: -0.5rem;
    font-size: 4rem;
    line-height: 1;
    opacity: 0.15;
    top: -1.5rem;
    content: "";
}

@media (min-width: 768px) {.training_specialist {
    padding: 6rem 0;
}.training_specialist .user_ratings {
    gap: 2rem 3rem;
    padding: 3rem;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
}.training_specialist .user_ratings > div:first-child {
    grid-row: 1 / 3;
    justify-self: start;
}.training_specialist .photo_card {
    height: 280px;
    width: 220px;
}.training_specialist .name {
    margin: 0 0 1rem;
    font-size: calc(24px * 1.1);
}.training_specialist .career_wrap {
    font-size: calc(18px * 1.05);
    line-height: 1.75;
    padding-left: 1.5rem;
}
}

@media (min-width: 992px) {.training_specialist {
    padding: 8rem 0;
}.training_specialist .user_ratings {
    margin: 0 auto;
    gap: 2.5rem 4rem;
    max-width: 90%;
    padding: 4rem;
    border-left-width: 6px;
}.training_specialist .photo_card {
    width: 240px;
    height: 320px;
}.training_specialist .user_ratings > div:nth-child(2) > div {
    font-size: calc(18px * 1);
}.training_specialist .career_wrap {
    line-height: 1.8;
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 767px) {.training_specialist .user_ratings {
    padding: 2rem;
}.training_specialist .photo_card {
    margin-bottom: 1rem;
    height: 140px;
    width: 140px;
}.training_specialist .name {
    font-size: calc(24px * 0.95);
}.training_specialist .user_ratings > div:nth-child(2) > div {
    font-size: calc(18px * 0.9);
}.training_specialist .career_wrap {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
    padding-left: 0.75rem;
}
}

@media (hover: none) {.training_specialist .user_ratings {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                    0 1px 4px rgba(0,0,0,0.03),
                    0 20px 40px rgba(rgb(211,195,225,0.5), 0.04) !important;
}.training_specialist .photo_card {
    transform: none !important;
}.training_specialist .photo_card::after {
    display: none;
}.training_specialist .name::after {
    transform: scaleX(1);
}}.privacySettingsWindow {
    font-family: Arial, sans-serif;
    padding: 20px;
    z-index: 1050;
    display: flex;
    transform: translateX(-50%);
    background: rgb(236,228,242);
    overflow: hidden;
    bottom: 20px;
    left: 50%;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    position: fixed;
    max-width: 600px;
    flex-direction: column;
    width: 90%;
    border-radius: 13px;
}.data_approve {
    align-items: center;
    flex-direction: column;
    z-index: 1;
    display: flex;
}.cookie_eductrl {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.cookie_eductrl svg, .cookie_eductrl svg path, .cookie_eductrl img {
    width: 80px;
    height: 80px;
    fill: rgb(211,195,225);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.privacySettingsWindow h5 {
    font-size: 24px;
    font-weight: 700;
    color: rgb(211,195,225);
    margin-bottom: 10px;
}.privacySettingsWindow p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
}.cookie_edu {
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none;
    width: calc(50% - 10px);
    background: rgb(211,195,225);
    border-radius: 10px;
    color: #ffffff;
}.cookie_edu:hover {
    transform: translateY(-3px);
    background: rgb(178,158,202);
}.cookie_button.user_safety {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.user_safety:hover {
    background: rgb(178,158,202,0.5);
}.privacySettingsWindow p a {
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
    color: rgb(211,195,225);
}.privacySettingsWindow p a:hover {
    color: rgb(178,158,202);
}
@media only screen and (max-width: 600px) {.privacySettingsWindow {
    width: 100%;
    left: 0;
    transform: none;
    bottom: 0;
    border-radius: 0;
}.data_approve {
    padding: 15px;
}.cookie_eductrl svg {
    height: 50px;
    width: 50px;
}.privacySettingsWindow h5 {
    font-size: calc(24px - 2px);
}.privacySettingsWindow p {
    font-size: calc(14px - 2px);
}.cookie_edu {
    padding: 8px 16px;
    font-size: calc(18px - 2px);
    width: calc(100% - 10px);
}}
#popupCookieConsent {
    display: none;
}#popupCookieConsent:checked ~ .privacySettingsWindow {
    visibility: hidden;
    opacity: 0;
}