﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}.head_edu {
    flex: 1 0 auto;
}.referral_prog {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-skeleton {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1186px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    position: relative;
    background: linear-gradient(to bottom, rgb(228,225,233), #ffffff);
    padding: 1.2rem 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}header::before {
    top: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    opacity: 0.5;
    height: 100%;
    content: '';
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(196,191,208,0.5) 65%, 
        rgb(196,191,208,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(158,152,173,0.5) 75%, 
        rgb(158,152,173,0.5) 80%, 
        transparent 80%);
    left: 0;
}header .container {
    padding: 0 3%;
    margin: 0;
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}header .nav_learning {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    display: flex;
}header .top_core {
    position: relative;
    align-items: center;
    transition: all 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    border-radius: 12px;
    background: linear-gradient(135deg, rgb(196,191,208,0.5), rgb(158,152,173,0.5));
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .top_core::before {
    transition: opacity 0.3s ease;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    top: -50%;
    opacity: 0;
    left: -50%;
    width: 200%;
    height: 200%;
    content: '';
    position: absolute;
}header .top_core:hover::before {
    opacity: 1;
}header .top_core svg {
    transition: all 0.3s ease;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 150px;
}header .top_core:hover svg {
    transform: scale(1.03);
}header .header_pro {
    gap: 0.6rem;
    margin-top: 0.5rem;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    max-width: 800px;
    display: flex;
}header .main_head {
    color: #000000;
    overflow: hidden;
    text-decoration: none;
    font-family: Arial, sans-serif;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-align: center;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 0.6rem 1.2rem;
    font-size: 18px;
    transition: all 0.3s ease;
}header .main_head::before {
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    top: 0;
    height: 3px;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, rgb(196,191,208), rgb(158,152,173));
    content: '';
}header .main_head:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(196,191,208);
}header .main_head:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .top_core {
    padding: 0.5rem 1.2rem;
}header .top_core svg {
    width: 140px;
}header .header_pro {
    gap: 0.5rem;
}header .main_head {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .nav_learning {
    gap: 1.5rem;
}header .top_core {
    padding: 0.4rem 1rem;
}header .top_core svg {
    width: 130px;
}header .header_pro {
    gap: 0.5rem;
}header .main_head {
    font-size: calc(18px - 1px);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .nav_learning {
    gap: 1rem;
}header .top_core svg {
    width: 120px;
}header .header_pro {
    padding-bottom: 10px;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0.4rem;
}header .header_pro::-webkit-scrollbar {
    height: 3px;
}header .header_pro::-webkit-scrollbar-thumb {
    background: rgb(196,191,208);
    border-radius: 10px;
}header .main_head {
    margin-right: 2px;
    white-space: nowrap;
    flex-shrink: 0;
}}.potential_students {
    position: relative;
    background: linear-gradient(135deg, rgb(228,225,233), rgb(196,191,208,0.5));
    padding: 5rem 0;
    overflow: hidden;
    z-index: 1;
}.potential_students::before {
    z-index: -1;
    background: 
        radial-gradient(circle at center, transparent 30%, rgb(158,152,173,0.5) 31%, transparent 32%) 0 0 / 80px 80px,
        radial-gradient(circle at center, transparent 20%, rgb(196,191,208,0.5) 21%, transparent 22%) 40px 40px / 80px 80px;
    top: 0;
    right: 0;
    position: absolute;
    animation: rotateRings 30s linear infinite;
    content: '';
    left: 0;
    opacity: 0.3;
    bottom: 0;
}.potential_students::after {
    height: 500px;
    z-index: -2;
    top: 50%;
    position: absolute;
    animation: pulsateRing 10s ease-in-out infinite alternate;
    opacity: 0.2;
    border: 2px solid rgb(158,152,173,0.5);
    width: 500px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 80px 20px rgb(196,191,208,0.5);
    content: '';
    left: 50%;
    border-radius: 50%;
}.potential_students .founders_team {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    z-index: 3;
}.potential_students h3 {
    font-size: 37px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 3.5rem;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
}.potential_students h3::before {
    bottom: -12px;
    height: 3px;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgb(196,191,208), 0 0 20px rgb(196,191,208,0.5);
    width: 200px;
    position: absolute;
    left: 50%;
    background: rgb(196,191,208);
    border-radius: 50px;
    content: '';
}.potential_students h3::after {
    position: absolute;
    transform: translateX(-50%);
    content: '';
    bottom: -38px;
    border: 2px solid rgb(196,191,208,0.5);
    width: 50px;
    left: 50%;
    height: 50px;
    border-radius: 50%;
    animation: orbitRotate 8s infinite linear;
    opacity: 0.6;
}.potential_students ul {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    margin: 0;
    padding: 0;
    gap: 2.5rem;
    display: grid;
    list-style: none;
}.potential_students ul li {
    border-radius: 50px;
    font-weight: 400;
    align-items: center;
    font-size: 13px;
    overflow: hidden;
    color: #ffffff;
    display: flex;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 1.5rem 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.potential_students ul li:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}.potential_students ul li::before {
    width: 100px;
    height: 100px;
    left: -50%;
    position: absolute;
    background: radial-gradient(circle, rgb(158,152,173,0.5) 0%, transparent 70%);
    opacity: 0.5;
    z-index: -1;
    content: '';
    border-radius: 50%;
    animation: floatBubble 15s infinite ease-in-out alternate;
    top: -50%;
}.potential_students ul li::after {
    opacity: 0.3;
    animation: pulsateBubble 5s infinite alternate;
    bottom: -30px;
    position: absolute;
    height: 80px;
    border: 2px solid rgb(196,191,208,0.5);
    width: 80px;
    right: -30px;
    border-radius: 50%;
    content: '';
}.potential_students ul li svg {
    transform: rotate(0deg);
    width: 38px;
    transition: transform 0.4s ease;
    margin-right: 1.5rem;
    flex-shrink: 0;
    height: 38px;
}.potential_students ul li:hover svg {
    transform: rotate(15deg);
}.potential_students ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(158,152,173);
}.potential_students ul li:hover svg path {
    fill: rgb(196,191,208);
}

@keyframes rotateRings {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulsateRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

@keyframes pulsateBubble {
    0% {
        transform: scale(0.8);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.4;
    }
}

@media (max-width: 992px) {.potential_students {
    padding: 4rem 0;
}.potential_students h3 {
    font-size: calc(37px * 0.9);
}.potential_students ul {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}.potential_students ul li {
    border-radius: 40px;
    padding: 1.2rem 1.8rem;
}
}

@media (max-width: 576px) {.potential_students {
    padding: 3rem 0;
}.potential_students h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 3rem;
}.potential_students ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.potential_students ul li {
    border-radius: 30px;
    padding: 1rem 1.5rem;
}.potential_students ul li svg {
    margin-right: 1rem;
    height: 32px;
    width: 32px;
}}.plan_list_item {
    color: #ffffff;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.plan_list_item::before {
    background: linear-gradient(135deg, rgba(22, 28, 36, 0.9) 0%, rgba(22, 28, 36, 0.7) 50%, rgba(22, 28, 36, 0.85) 100%);
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
}.plan_list_item .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.plan_cost {
    position: relative;
}.plan_list_item h2 {
    font-weight: 700;
    transform: translateX(-50%);
    font-size: 32px;
    left: 50%;
    background-clip: text !important;
    text-align: center;
    position: relative;
    background: linear-gradient(90deg, rgb(158,152,173) 0%, rgb(196,191,208) 100%);
    display: inline-block;
    -webkit-background-clip: text !important;
    color: transparent;
    margin-bottom: 20px;
}.plan_list_item h2::after {
    left: 50%;
    content: "";
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, rgb(158,152,173), rgb(196,191,208));
    position: absolute;
    height: 3px;
}.plan_list_item .price_schemes {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
    font-size: calc(13px + 2px);
}.plan_list_item .fee_chart {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    gap: 30px;
    display: grid;
    perspective: 1000px;
}.plan_list_item .fee_chart li {
    transition: transform 0.3s ease-out;
    transform-style: preserve-3d;
}.plan_list_item .fee_chart li:hover {
    transform: translateY(-10px) scale(1.02);
}.plan_list_item .cost_matrix {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-decoration: none;
    overflow: hidden;
    height: 100%;
    color: #ffffff;
    backdrop-filter: blur(10px);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.plan_list_item .cost_matrix::before {
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(158,152,173,0.5), rgb(196,191,208,0.5));
    position: absolute;
    content: "";
    transition: opacity 0.4s ease;
    height: 100%;
    top: 0;
}.plan_list_item .cost_matrix:hover::before {
    opacity: 0.15;
}.plan_list_item .cost_matrix::after {
    width: 200%;
    top: -50%;
    height: 200%;
    opacity: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    content: "";
    transform: scale(0.5);
    position: absolute;
    pointer-events: none;
    transition: transform 0.5s ease, opacity 0.5s ease;
    left: -50%;
}.plan_list_item .cost_matrix:hover::after {
    transform: scale(1);
    opacity: 1;
}.plan_list_item .learning_fees {
    min-height: 500px;
    height: 100%;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 30px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
}.plan_list_item .rate_plans {
    position: relative;
    z-index: 2;
}.plan_list_item .rate_plans h4 {
    transform-origin: left center;
    font-weight: 700;
    display: inline-block;
    font-size: calc(21px + 2px);
    position: relative;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}.plan_list_item .cost_matrix:hover .rate_plans h4 {
    transform: translateX(5px);
    color: rgb(158,152,173);
}.plan_list_item .rate_plans h4::after {
    height: 2px;
    transition: width 0.3s ease;
    background: rgb(158,152,173);
    bottom: -8px;
    left: 0;
    content: "";
    position: absolute;
    width: 0;
}.plan_list_item .cost_matrix:hover .rate_plans h4::after {
    width: 50px;
}.plan_list_item .rate_plans p {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    scrollbar-color: rgb(158,152,173) rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
    max-height: 250px;
    font-size: 13px;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: auto;
}.plan_list_item .rate_plans p::-webkit-scrollbar {
    width: 4px;
}.plan_list_item .rate_plans p::-webkit-scrollbar-track {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
}.plan_list_item .rate_plans p::-webkit-scrollbar-thumb {
    background-color: rgb(158,152,173);
    border-radius: 4px;
}.plan_list_item .rate_choices {
    margin-top: 15px;
    background-clip: text !important;
    font-size: calc(21px + 6px);
    color: transparent;
    transition: transform 0.3s ease;
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    position: relative;
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(135deg, rgb(158,152,173) 0%, rgb(196,191,208) 100%);
}.plan_list_item .cost_matrix:hover .rate_choices {
    transform: scale(1.05);
}.plan_list_item .rate_choices::before {
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(158,152,173), transparent);
    width: 100%;
}

@media (max-width: 1200px) {.plan_list_item {
    padding: 100px 0;
}.plan_list_item .fee_chart {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}.plan_list_item .learning_fees {
    min-height: 450px;
    padding: 30px 25px;
}.plan_list_item .rate_choices {
    font-size: calc(21px + 4px);
}
}

@media (max-width: 991px) {.plan_list_item {
    padding: 80px 0;
}.plan_list_item h2 {
    font-size: calc(32px - 4px);
}.plan_list_item .price_schemes {
    font-size: 13px;
    margin-bottom: 40px;
}.plan_list_item .fee_chart {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}
}

@media (max-width: 767px) {.plan_list_item {
    padding: 60px 0;
}.plan_list_item h2 {
    font-size: calc(32px - 6px);
}.plan_list_item .fee_chart {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.plan_list_item .learning_fees {
    padding: 25px 20px;
    min-height: auto;
}.plan_list_item .rate_plans p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.plan_list_item {
    padding: 50px 0;
}.plan_list_item h2 {
    font-size: calc(32px - 8px);
}.plan_list_item .price_schemes {
    font-size: calc(13px - 1px);
    margin-bottom: 30px;
}.plan_list_item .rate_plans h4 {
    font-size: 21px;
}.plan_list_item .rate_plans p {
    font-size: calc(13px - 1px);
}.plan_list_item .rate_choices {
    font-size: calc(21px + 2px);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    background-size: 300% 300%;
    right: 0;
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    opacity: 0.75;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(196,191,208,0.5) 35%, rgb(158,152,173,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    animation: gradientFlow 20s ease infinite;
    bottom: 0;
    top: 0;
}footer::after {
    z-index: -1;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(196,191,208,0.5) 25%, rgb(196,191,208,0.5) 26%, transparent 27%, transparent 74%, rgb(158,152,173,0.5) 75%, rgb(158,152,173,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(196,191,208,0.5) 25%, rgb(196,191,208,0.5) 26%, transparent 27%, transparent 74%, rgb(158,152,173,0.5) 75%, rgb(158,152,173,0.5) 76%, transparent 77%, transparent);
    opacity: 0.15;
    content: "";
    right: 0;
    background-size: 50px 50px;
    left: 0;
    position: absolute;
    bottom: 0;
    top: 0;
}.referral_prog {
    color: #ffffff;
    padding: 4rem 0 2.5rem;
    position: relative;
}.referral_prog::before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(196,191,208), rgb(158,152,173), transparent);
    box-shadow: 0 0 20px rgb(196,191,208,0.5);
    opacity: 0.8;
    content: "";
}.referral_prog .container {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    justify-content: space-between;
    gap: 3rem;
}.referral_prog .company_holder {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    padding: 2rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    flex: 1 1 350px;
    backdrop-filter: blur(8px);
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 12px;
    position: relative;
}.referral_prog .company_holder::before {
    position: absolute;
    transform: translateY(-1px);
    height: 1px;
    width: 200%;
    left: -50%;
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(196,191,208), transparent);
}.referral_prog .company_holder::after {
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(158,152,173), transparent);
    width: 100%;
    transform: translateY(1px);
    left: 0;
    position: absolute;
    content: "";
}.referral_prog .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(196,191,208,0.5);
    transform: translateY(-5px);
}.referral_prog .company_holder h3 {
    text-shadow: 0 0 15px rgb(196,191,208,0.5);
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0 0 1.5rem;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: 28px;
}.referral_prog .company_holder h3::after {
    border-radius: 10px;
    position: absolute;
    width: 50px;
    background: linear-gradient(90deg, rgb(196,191,208), rgb(158,152,173));
    transition: width 0.3s ease-out;
    left: 0;
    height: 3px;
    content: "";
    box-shadow: 0 0 10px rgb(196,191,208);
    bottom: -8px;
}.referral_prog .company_holder:hover h3::after {
    width: 100%;
}.referral_prog .app_store {
    color: #ffffff;
    text-shadow: 0 0 10px #000000;
    max-width: 100%;
    line-height: 1.6;
    opacity: 0.85;
    font-size: 13px;
}.referral_prog .edu_global {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.referral_prog .site_main {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}.referral_prog .header_pro {
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    position: relative;
    min-width: 250px;
    flex: 1 1 calc(50% - 1.25rem);
    padding: 2rem;
    backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    overflow: hidden;
}.referral_prog .header_pro::before {
    width: 200%;
    transform: translateY(-1px);
    top: 0;
    content: "";
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(158,152,173), transparent);
    left: -50%;
}.referral_prog .header_pro::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(196,191,208), transparent);
    transform: translateY(1px);
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}.referral_prog .header_pro:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(158,152,173,0.5);
    transform: translateY(-5px);
}.referral_prog .header_pro h5 {
    color: #ffffff;
    font-size: 23px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-shadow: 0 0 15px rgb(158,152,173,0.5);
    margin: 0 0 1.5rem;
    display: inline-block;
    position: relative;
}.referral_prog .header_pro h5::after {
    position: absolute;
    bottom: -8px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(158,152,173);
    left: 0;
    background: linear-gradient(90deg, rgb(158,152,173), rgb(196,191,208));
    content: "";
    width: 40px;
    transition: width 0.3s ease-out;
    height: 3px;
}.referral_prog .header_pro:hover h5::after {
    width: 100%;
}.referral_prog .header_pro .site_main {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.referral_prog .header_pro .site_main a {
    position: relative;
    text-decoration: none;
    font-size: 13px;
    z-index: 1;
    display: block;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 0.5rem 1rem;
    opacity: 0.8;
    text-shadow: 0 0 5px #000000;
}.referral_prog .header_pro .site_main a::before {
    z-index: -1;
    top: 0;
    height: 100%;
    opacity: 0.5;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgb(196,191,208), rgb(158,152,173));
}.referral_prog .header_pro .site_main a::after {
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    transition: all 0.3s ease;
    opacity: 0;
    width: 0;
}.referral_prog .header_pro .site_main a:hover {
    padding-left: 1.5rem;
    opacity: 1;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(158,152,173,0.5);
}.referral_prog .header_pro .site_main a:hover::before {
    opacity: 1;
    width: 5px;
    box-shadow: 0 0 10px rgb(196,191,208);
}.referral_prog .header_pro .site_main a:hover::after {
    opacity: 0.2;
    width: 100%;
}.student_aid {
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
}.student_aid::before {
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(90deg, transparent, rgb(196,191,208), rgb(158,152,173), transparent);
    height: 1px;
    left: 0;
    top: 0;
}.student_aid .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.student_aid .footer_subscribe {
    opacity: 0.7;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 0 5px #000000;
    position: relative;
}.student_aid .footer_subscribe:hover {
    opacity: 1;
    text-shadow: 0 0 8px rgb(158,152,173,0.5);
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.referral_prog .container {
    gap: 2rem;
}.referral_prog .company_holder {
    flex: 1 1 320px;
}.referral_prog .edu_global {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}

@media (max-width: 992px) {.referral_prog {
    padding: 3.5rem 0 2rem;
}.referral_prog .container {
    flex-direction: column;
    gap: 2rem;
}.referral_prog .company_holder,
    .referral_prog .edu_global {
    flex: 1 1 100%;
    min-width: 100%;
}.referral_prog .header_pro {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}

@media (max-width: 768px) {.referral_prog {
    padding: 3rem 0 1.5rem;
}.referral_prog .company_holder,
    .referral_prog .header_pro {
    padding: 1.5rem;
}.referral_prog .site_main {
    gap: 1.5rem;
}.referral_prog .company_holder h3 {
    font-size: calc(28px - 2px);
}.referral_prog .header_pro h5 {
    font-size: calc(23px - 1px);
}.referral_prog .company_holder:hover,
    .referral_prog .header_pro:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.referral_prog {
    padding: 2.5rem 0 1rem;
}.referral_prog .site_main {
    gap: 1rem;
}.referral_prog .header_pro {
    flex: 1 1 100%;
    min-width: 100%;
}.referral_prog .header_pro .site_main a {
    padding: 0.4rem 0.8rem;
}.referral_prog .header_pro .site_main a:hover {
    padding-left: 1.2rem;
}.student_aid {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.referral_prog .company_holder:hover,
    .referral_prog .header_pro:hover {
    transform: translateY(-2px);
}}.statistical_details {
    color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.statistical_details::before {
    opacity: 0.9;
    position: absolute;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.95) 100%);
    width: 100%;
    content: "";
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
}.statistical_details::after {
    width: 100%;
    opacity: 0.1;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 2;
    background: radial-gradient(ellipse at center, rgb(196,191,208,0.5) 0%, transparent 70%);
}.statistical_details .container {
    z-index: 5;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.statistical_details .value_elevation {
    border-radius: 12px;
    position: relative;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    overflow: hidden;
}.statistical_details .study_statistics {
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    width: 60px;
    justify-content: center;
    display: flex;
    background: linear-gradient(135deg, rgb(196,191,208) 0%, rgb(158,152,173) 100%);
    padding: 15px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 10px;
    margin-right: 20px;
}.statistical_details .study_statistics svg {
    height: 100%;
    width: 100%;
    fill: #ffffff;
}.statistical_details .study_statistics svg path {
    fill: #ffffff;
}.statistical_details .fast_upgrade {
    position: relative;
    font-size: 36px;
    margin: 0 0 10px;
    font-weight: 700;
}.statistical_details .program_wins {
    max-width: 700px;
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
}.statistical_details .statistics_plus {
    overflow-x: auto;
    scrollbar-width: none;
    position: relative;
    padding-bottom: 10px;
    margin: 0 -10px;
    -ms-overflow-style: none;
    display: flex;
}.statistical_details .statistics_plus::-webkit-scrollbar {
    display: none;
}.statistical_details .statistics_plus::after {
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.1) 20%, 
        rgba(255, 255, 255, 0.1) 80%, 
        transparent 100%);
    position: absolute;
    left: 10px;
    content: "";
    bottom: 0;
    right: 10px;
}.statistical_details .statistics_advantages {
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    padding: 20px 15px;
    text-align: center;
    align-items: center;
    transition: all 0.3s ease;
    overflow: hidden;
    flex-direction: column;
    min-width: calc(25% - 20px);
    position: relative;
    border-radius: 8px;
    margin: 0 10px;
}.statistical_details .statistics_advantages::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(196,191,208) 0%, rgb(158,152,173) 100%);
}.statistical_details .statistics_advantages:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
}.statistical_details .statistics_advantages:hover::before {
    opacity: 1;
}.statistical_details .statistics_upsides {
    width: 40px;
    align-items: center;
    margin-bottom: 15px;
    height: 40px;
    justify-content: center;
    position: relative;
    display: flex;
}.statistical_details .statistics_upsides::after {
    border-radius: 50%;
    width: 48px;
    z-index: -1;
    top: 50%;
    content: "";
    height: 48px;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: absolute;
}.statistical_details .statistics_advantages:hover .statistics_upsides::after {
    width: 52px;
    border-color: rgba(rgb(196,191,208), 0.3);
    height: 52px;
}.statistical_details .statistics_upsides svg {
    height: 100%;
    fill: rgb(158,152,173);
    transition: all 0.3s ease;
    width: 100%;
}.statistical_details .statistics_upsides svg path {
    fill: rgb(158,152,173);
}.statistical_details .statistics_advantages:hover .statistics_upsides svg {
    fill: rgb(196,191,208);
}.statistical_details .statistics_advantages:hover .statistics_upsides svg path {
    fill: rgb(196,191,208);
}.statistical_details .statistics_advantages span {
    margin-bottom: 8px;
    opacity: 0;
    display: block;
    position: relative;
    transform: translateY(10px);
    animation: numberFadeUp 0.5s forwards 0.2s;
    color: #ffffff;
    font-weight: 700;
    font-size: calc(20px + 4px);
}.statistical_details .statistics_advantages:nth-child(2) span {
    animation-delay: 0.3s;
}.statistical_details .statistics_advantages:nth-child(3) span {
    animation-delay: 0.4s;
}.statistical_details .statistics_advantages:nth-child(4) span {
    animation-delay: 0.5s;
}@keyframes numberFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.statistical_details .statistics_advantages p {
    margin: 0;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}.statistical_details .statistics_advantages:nth-child(1) {
    animation: fadeInSlide 0.4s ease forwards;
}.statistical_details .statistics_advantages:nth-child(2) {
    animation: fadeInSlide 0.4s ease forwards 0.1s;
}.statistical_details .statistics_advantages:nth-child(3) {
    animation: fadeInSlide 0.4s ease forwards 0.2s;
}.statistical_details .statistics_advantages:nth-child(4) {
    animation: fadeInSlide 0.4s ease forwards 0.3s;
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@media screen and (max-width: 991px) {.statistical_details {
    padding: 100px 0;
}.statistical_details .value_elevation {
    padding: 30px;
}.statistical_details .study_statistics {
    height: 50px;
    padding: 12px;
    margin-right: 15px;
    width: 50px;
}.statistical_details .fast_upgrade {
    font-size: calc(36px - 2px);
}.statistical_details .program_wins {
    font-size: calc(12px - 1px);
}.statistical_details .statistics_advantages {
    min-width: calc(33.33% - 20px);
    padding: 15px 12px;
}.statistical_details .statistics_upsides {
    height: 36px;
    width: 36px;
    margin-bottom: 12px;
}.statistical_details .statistics_upsides::after {
    height: 42px;
    width: 42px;
}.statistical_details .statistics_advantages span {
    font-size: calc(20px + 2px);
}
}

@media screen and (max-width: 767px) {.statistical_details {
    padding: 80px 0;
}.statistical_details .value_elevation {
    padding: 25px;
}.statistical_details .study_statistics {
    margin-right: 0;
    margin-bottom: 15px;
}.statistical_details .fast_upgrade {
    font-size: calc(36px - 4px);
    margin-bottom: 8px;
}.statistical_details .program_wins {
    font-size: calc(12px - 1px);
}.statistical_details .statistics_advantages {
    min-width: calc(50% - 20px);
    padding: 15px 10px;
}.statistical_details .statistics_upsides {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
}.statistical_details .statistics_upsides::after {
    height: 38px;
    width: 38px;
}.statistical_details .statistics_advantages span {
    font-size: calc(20px);
}.statistical_details .statistics_advantages p {
    font-size: calc(12px - 1px);
}

}

@media screen and (max-width: 576px) {.statistical_details {
    padding: 70px 0;
}.statistical_details .container {
    padding: 0 15px;
}.statistical_details .value_elevation {
    padding: 20px;
}.statistical_details .study_statistics {
    padding: 10px;
    margin-bottom: 12px;
    height: 45px;
    width: 45px;
}.statistical_details .fast_upgrade {
    font-size: calc(36px - 6px);
}.statistical_details .program_wins {
    font-size: calc(12px - 2px);
}.statistical_details .statistics_advantages {
    min-width: calc(85% - 20px);
    padding: 15px;
}.statistical_details .statistics_upsides {
    height: 30px;
    width: 30px;
}.statistical_details .statistics_upsides::after {
    height: 36px;
    width: 36px;
}.statistical_details .statistics_advantages span {
    font-size: calc(20px - 1px);
}.statistical_details .statistics_advantages p {
    font-size: calc(12px - 2px);
}}.privacy_section {
    background: linear-gradient(135deg, #f9f9f9, #f1f1f1);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
}.privacy_section::before {
    left: 0;
    z-index: 0;
    pointer-events: none;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(to right, rgb(196,191,208,0.5) 0%, transparent 10%);
    width: 100%;
    position: absolute;
}.privacy_section::after {
    width: 40%;
    position: absolute;
    top: 0;
    z-index: 0;
    pointer-events: none;
    height: 100%;
    background: linear-gradient(to bottom, rgb(158,152,173,0.5) 0%, transparent 50%);
    content: "";
    right: 0;
}.privacy_section .container {
    margin: 0 auto;
    position: relative;
    transform-origin: left center;
    z-index: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
    max-width: 1140px;
    transform: perspective(1000px) rotateY(0.5deg);
    transition: transform 0.5s ease-out;
    padding: 2rem;
}.privacy_section .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.privacy_section h1 {
    padding-bottom: 0.75rem;
    font-size: 44px;
    opacity: 0;
    transform: translateX(-5px);
    animation: slideInTitle 0.8s 0.2s forwards;
    color: #000000;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
}.privacy_section h1::after {
    bottom: 0;
    animation: expandUnderline 1.2s 0.8s forwards;
    position: absolute;
    background: linear-gradient(to right, rgb(196,191,208), rgb(158,152,173));
    content: "";
    width: 0;
    height: 3px;
    left: 0;
}.privacy_section h2 {
    font-weight: 600;
    animation: slideInUp 0.6s 0.4s forwards;
    color: #000000;
    transform: translateY(10px);
    position: relative;
    opacity: 0;
    font-size: 38px;
    padding-left: 1rem;
    margin: 2.5rem 0 1rem;
}.privacy_section h2::before {
    animation: scaleVertical 0.4s 0.8s forwards;
    position: absolute;
    height: 100%;
    transform-origin: top;
    transform: scaleY(0);
    left: 0;
    content: "";
    width: 4px;
    top: 0;
    background-color: rgb(196,191,208);
}.privacy_section h3 {
    animation: slideInUp 0.6s 0.5s forwards;
    margin: 2rem 0 1rem;
    font-size: calc(38px * 0.85);
    color: #000000;
    font-weight: 600;
    padding-left: 1.5rem;
    opacity: 0;
    position: relative;
    transform: translateY(8px);
}.privacy_section h3::before {
    left: 0;
    width: 10px;
    content: "";
    position: absolute;
    height: 10px;
    background-color: rgb(158,152,173);
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}.privacy_section h4 {
    position: relative;
    font-weight: 400;
    padding-left: 1.75rem;
    animation: slideInUp 0.6s 0.6s forwards;
    color: #000000;
    font-size: calc(38px * 0.75);
    transform: translateY(5px);
    margin: 1.5rem 0 0.75rem;
    opacity: 0;
}.privacy_section h4::before {
    transform: translateY(-50%);
    content: "";
    width: 6px;
    top: 50%;
    border: 2px solid rgb(196,191,208);
    border-radius: 50%;
    height: 6px;
    left: 0;
    position: absolute;
}.privacy_section p {
    opacity: 0;
    color: #000000;
    transform: translateY(10px);
    line-height: 1.7;
    animation: slideInUp 0.6s 0.5s forwards;
    margin-bottom: 1.5rem;
    font-size: 14px;
    position: relative;
}.privacy_section p strong {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #000000;
}.privacy_section p strong::after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: -2px;
    left: 0;
    background-color: rgb(196,191,208,0.5);
    height: 1px;
}.privacy_section ul {
    margin: 1.5rem 0 2rem 1rem;
    padding-left: 1.5rem;
    animation: slideInRight 0.7s 0.7s forwards;
    transform: translateX(10px);
    position: relative;
    opacity: 0;
}.privacy_section ul::before {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 1px;
    content: "";
    background: linear-gradient(to bottom, rgb(196,191,208), transparent);
}.privacy_section li {
    line-height: 1.6;
    margin-bottom: 0.75rem;
    color: #000000;
    padding-left: 0.25rem;
    position: relative;
    font-size: 14px;
}.privacy_section li::before {
    border-radius: 50%;
    height: 6px;
    content: "";
    background-color: rgb(196,191,208);
    left: -1.5rem;
    transform: scale(0);
    top: 0.7rem;
    width: 6px;
    animation: scaleIn 0.3s 1s forwards;
    position: absolute;
}.privacy_section span {
    display: block;
    opacity: 0;
    line-height: 1.7;
    padding-left: 1rem;
    transform: translateY(10px);
    animation: slideInUp 0.6s 0.6s forwards;
    color: #000000;
    margin: 0.75rem 0 1.5rem;
    border-left: 2px solid rgb(158,152,173,0.5);
    font-size: 14px;
}

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

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

@keyframes slideInRight {
    from {
        transform: translateX(10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandUnderline {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@keyframes scaleVertical {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.privacy_section {
    padding: 3rem 1rem;
}.privacy_section .container {
    transform: perspective(1000px) rotateY(0.2deg);
    padding: 1.5rem;
}.privacy_section h1 {
    font-size: calc(44px * 0.9);
}.privacy_section h2 {
    font-size: calc(38px * 0.9);
    margin: 2rem 0 1rem;
}.privacy_section h3 {
    font-size: calc(38px * 0.8);
}.privacy_section h4 {
    font-size: calc(38px * 0.7);
}
}

@media (max-width: 767px) {.privacy_section {
    padding: 2rem 0.75rem;
}.privacy_section .container {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04), 0 3px 10px rgba(0, 0, 0, 0.02);
    padding: 1.25rem;
    transform: none;
}.privacy_section h1 {
    font-size: calc(44px * 0.8);
    margin-bottom: 1.5rem;
}.privacy_section h2 {
    margin: 1.75rem 0 0.75rem;
    font-size: calc(38px * 0.8);
}.privacy_section h3 {
    margin: 1.5rem 0 0.75rem;
    font-size: calc(38px * 0.75);
}.privacy_section h4 {
    margin: 1.25rem 0 0.5rem;
    font-size: calc(38px * 0.65);
}.privacy_section p, .privacy_section li, .privacy_section span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.privacy_section ul {
    margin: 1rem 0 1.5rem 0.5rem;
}
}

@media (max-width: 575px) {.privacy_section {
    padding: 1.5rem 0.5rem;
}.privacy_section .container {
    padding: 1rem;
}.privacy_section h1 {
    margin-bottom: 1.25rem;
    font-size: calc(44px * 0.7);
}.privacy_section h2 {
    font-size: calc(38px * 0.7);
    padding-left: 0.75rem;
}.privacy_section h2::before {
    width: 3px;
}.privacy_section h3 {
    padding-left: 1.25rem;
    font-size: calc(38px * 0.65);
}.privacy_section h3::before {
    height: 8px;
    width: 8px;
}.privacy_section h4 {
    font-size: calc(38px * 0.6);
    padding-left: 1.5rem;
}.privacy_section p, .privacy_section li, .privacy_section span {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}.privacy_section span {
    padding-left: 0.75rem;
}}.title_portal {
    min-height: 100vh;
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(249,249,249,0.9));
    overflow: hidden;
    position: relative;
}.title_portal::before {
    left: 0;
    top: 0;
    opacity: 0.15;
    pointer-events: none;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(158,152,173,0.5), transparent);
    height: 100%;
    width: 100%;
    z-index: 1;
}.title_portal::after {
    position: absolute;
    height: 40%;
    border-radius: 50%;
    right: -5%;
    background: linear-gradient(to right, rgb(196,191,208,0.5), transparent);
    filter: blur(40px);
    opacity: 0.2;
    width: 40%;
    bottom: -5%;
    z-index: 0;
    content: "";
}.title_portal .founders_team {
    display: flex;
    z-index: 2;
    padding: 2rem;
    min-height: 100vh;
    flex-direction: column-reverse;
    position: relative;
}.title_portal .text_box_item {
    position: relative;
    z-index: 3;
    animation: slideUp 1.2s ease-out forwards 0.3s;
    padding: 3rem 1.5rem;
    transform: translateY(0);
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    opacity: 0;
}.title_portal .text_box_item h1 {
    opacity: 0;
    transform: translateY(20px);
    font-size: calc(36px * 1.2);
    line-height: 1.3;
    font-family: Arial, sans-serif;
    animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.5s;
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    font-weight: 700;
}.title_portal .text_box_item h1::after {
    height: 3px;
    left: 0;
    transform: scaleX(0);
    bottom: -0.75rem;
    width: 4rem;
    content: "";
    transform-origin: left;
    animation: scaleInX 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.9s;
    background: rgb(196,191,208);
    position: absolute;
}.title_portal .start_primary {
    align-items: flex-start;
    animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.7s;
    gap: 2rem;
    position: relative;
    margin-bottom: 2.5rem;
    flex-direction: column;
    opacity: 0;
    transform: translateY(15px);
    display: flex;
}.title_portal .start_primary svg {
    height: 80px;
    filter: drop-shadow(0 4px 6px rgba(94, 170, 168, 0.15));
    margin-bottom: 1rem;
    transform: translateY(10px);
    width: 80px;
    opacity: 0;
    animation: fadeScale 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.9s;
}.title_portal .start_primary svg path {
    transform-origin: center;
    fill: rgb(196,191,208);
    animation: pathFill 1.5s ease-in-out forwards 1.2s;
}.title_portal .start_primary svg text {
    opacity: 0;
    animation: textFade 1s ease-in-out forwards 1.4s;
    font-family: Arial, sans-serif;
}.title_portal .start_primary p {
    line-height: 1.7;
    animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.9s;
    font-weight: 400;
    opacity: 0;
    max-width: 90%;
    font-size: calc(14px * 1.1);
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0;
    transform: translateY(10px);
}.title_portal ul {
    margin: 0;
    padding: 0;
    list-style: none;
    animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.1s;
    opacity: 0;
    transform: translateY(15px);
}.title_portal ul li {
    display: inline-block;
}.title_portal .feedback_info {
    z-index: 1;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    display: inline-block;
    border: none;
    padding: 1rem 2rem;
    box-shadow: 0 6px 15px rgba(94, 170, 168, 0.2);
    background: linear-gradient(135deg, rgb(196,191,208), rgba(94, 170, 168, 0.9));
    position: relative;
    border-radius: 10px;
}.title_portal .feedback_info::before {
    opacity: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(158,152,173), rgb(196,191,208));
}.title_portal .feedback_info:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(94, 170, 168, 0.3);
}.title_portal .feedback_info:hover::before {
    opacity: 1;
}.title_portal .feedback_info:active {
    transform: translateY(1px);
    box-shadow: 0 4px 8px rgba(94, 170, 168, 0.2);
}.title_portal .img_caption_box {
    animation: scaleIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    height: 40vh;
    overflow: hidden;
    transform: translateY(15px) scale(0.95);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    position: relative;
    border-radius: 12px;
}.title_portal .img_caption_box::after {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent 50%);
    position: absolute;
    height: 100%;
    top: 0;
    pointer-events: none;
    width: 100%;
    left: 0;
}

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

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: translateY(15px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

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

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

@keyframes fadeScale {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes pathFill {
    0% {
        fill-opacity: 0.7;
    }
    50% {
        fill-opacity: 0.9;
    }
    100% {
        fill-opacity: 1;
    }
}

@keyframes textFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 768px) {.title_portal .founders_team {
    gap: 2rem;
    padding: 3rem 5rem;
    align-items: center;
    flex-direction: row;
}.title_portal .text_box_item {
    flex: 1;
    padding: 0 2rem 0 0;
}.title_portal .text_box_item h1 {
    font-size: calc(44px * 1.1);
    margin-bottom: 2rem;
}.title_portal .start_primary p {
    font-size: calc(14px * 1.2);
    max-width: 80%;
}.title_portal .img_caption_box {
    transform: translateX(15px) scale(0.95);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    animation: scaleInRight 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    flex: 1;
    height: 70vh;
    border-radius: 12px;
}.title_portal .start_primary svg {
    height: 100px;
    width: 100px;
}
    
    @keyframes scaleInRight {
        0% {
            opacity: 0;
            transform: translateX(15px) scale(0.95);
        }
        100% {
            opacity: 1;
            transform: translateX(0) scale(1);
        }
    }
}

@media (min-width: 1200px) {.title_portal .founders_team {
    gap: 4rem;
    padding: 3rem 8rem;
}.title_portal .text_box_item h1 {
    font-size: calc(44px * 1.2);
}.title_portal .start_primary p {
    max-width: 90%;
    font-size: calc(14px * 1.3);
}.title_portal .feedback_info {
    font-size: calc(17px * 1.1);
    padding: 1.2rem 2.5rem;
}.title_portal .start_primary svg {
    width: 120px;
    height: 120px;
}}.cookie_overlay_window {
    left: 50%;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    width: 90%;
    font-family: Arial, sans-serif;
    z-index: 1050;
    border-radius: 17px;
    max-width: 600px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    background: rgb(228,225,233);
    position: fixed;
    padding: 20px;
    text-align: center;
}.user_tracker {
    flex-direction: column;
    z-index: 1;
    display: flex;
    align-items: center;
}.cookie_eductrl {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.cookie_eductrl svg, .cookie_eductrl svg path, .cookie_eductrl img {
    fill: rgb(196,191,208);
    width: 80px;
    height: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie_overlay_window h5 {
    color: rgb(196,191,208);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 19px;
}.cookie_overlay_window p {
    margin-bottom: 20px;
    font-size: 17px;
    color: #000000;
}.cookie_expand {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    cursor: pointer;
    margin: 5px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    padding: 10px 20px;
    background: rgb(196,191,208);
    width: calc(50% - 10px);
    text-decoration: none;
}.cookie_expand:hover {
    transform: translateY(-3px);
    background: rgb(158,152,173);
}.cookie_button.cookie_tab {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_tab:hover {
    background: rgb(158,152,173,0.5);
}.cookie_overlay_window p a {
    color: rgb(196,191,208);
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}.cookie_overlay_window p a:hover {
    color: rgb(158,152,173);
}
@media only screen and (max-width: 600px) {.cookie_overlay_window {
    left: 0;
    transform: none;
    border-radius: 0;
    bottom: 0;
    width: 100%;
}.user_tracker {
    padding: 15px;
}.cookie_eductrl svg {
    width: 50px;
    height: 50px;
}.cookie_overlay_window h5 {
    font-size: calc(19px - 2px);
}.cookie_overlay_window p {
    font-size: calc(17px - 2px);
}.cookie_expand {
    font-size: calc(16px - 2px);
    padding: 8px 16px;
    width: calc(100% - 10px);
}}
#cookie_box_notice {
    display: none;
}#cookie_box_notice:checked ~ .cookie_overlay_window {
    visibility: hidden;
    opacity: 0;
}.connect_with_us {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(228,225,233);
    position: relative;
}.connect_with_us::before {
    opacity: 0.4;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(180deg, rgb(158,152,173,0.5) 0%, transparent 100%);
    left: 0;
    top: 0;
}.connect_with_us::after {
    content: "";
    z-index: 2;
    background: linear-gradient(0deg, rgb(228,225,233) 0%, transparent 100%);
    width: 100%;
    height: 200px;
    left: 0;
    position: absolute;
    bottom: 0;
}.connect_with_us .img_caption_box {
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    filter: grayscale(100%) contrast(120%);
    opacity: 0.12;
}.connect_with_us .container {
    position: relative;
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
    margin: 0 auto;
}.connect_with_us h3 {
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    text-transform: uppercase;
    color: #000000;
    font-size: 28px;
    text-align: center;
}.connect_map {
    display: flex;
    gap: 0;
    z-index: 10;
    position: relative;
}.connect_map .support_widget {
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    z-index: 1;
    flex: 0 0 58%;
    background: #ffffff;
    padding: 60px;
}.connect_map .support_widget h3 {
    text-align: left;
    text-transform: none;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 40px;
}.connect_map .support_widget h3::before,
.connect_map .support_widget h3::after {
    content: none;
}.connect_map .support_widget form {
    flex-direction: column;
    display: flex;
}.connect_map .support_widget input[type="text"],
.connect_map .support_widget textarea {
    margin-bottom: 25px;
    border: none;
    font-family: Arial, sans-serif;
    padding: 16px 20px;
    transition: all 0.3s ease;
    background: rgba(245, 245, 245, 0.5);
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
}.connect_map .support_widget input[type="text"]:focus,
.connect_map .support_widget textarea:focus {
    outline: none;
    background: rgba(245, 245, 245, 0.8);
    border-bottom-color: rgb(196,191,208);
}.connect_map .support_widget textarea {
    resize: vertical;
    min-height: 150px;
}.connect_map .support_widget .connect_widget {
    display: flex;
    position: relative;
    margin-bottom: 30px;
    align-items: flex-start;
}.connect_map .support_widget .connect_widget input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_map .support_widget .connect_widget label {
    line-height: 1.5;
    cursor: pointer;
    font-size: calc(13px - 2px);
    padding-left: 35px;
    color: #000000;
    position: relative;
}.connect_map .support_widget .connect_widget label::before {
    content: "";
    transition: all 0.3s ease;
    left: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    height: 22px;
    top: 2px;
    background: rgba(245, 245, 245, 0.5);
    width: 22px;
    position: absolute;
}.connect_map .support_widget .connect_widget input[type="checkbox"]:checked + label::before {
    border-bottom-color: rgb(196,191,208);
    background: rgb(196,191,208);
}.connect_map .support_widget .connect_widget input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    top: 4px;
    width: 6px;
    border: solid #ffffff;
    left: 8px;
    height: 12px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
}.connect_map .support_widget .connect_widget a {
    text-decoration: none;
    color: rgb(196,191,208);
    border-bottom: 1px dashed rgb(196,191,208);
    transition: all 0.3s ease;
    font-weight: 600;
}.connect_map .support_widget .connect_widget a:hover {
    color: rgb(158,152,173);
    border-bottom-color: rgb(158,152,173);
}.connect_map .support_widget .feedback_info {
    align-self: flex-start;
    padding: 15px 35px;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(196,191,208);
    border: none;
    font-weight: 600;
    background: transparent;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 18px;
    cursor: pointer;
    color: #000000;
}.connect_map .support_widget .feedback_info::before {
    z-index: -1;
    left: 0;
    content: "";
    height: 2px;
    transition: all 0.3s ease;
    bottom: -2px;
    width: 100%;
    position: absolute;
    background: rgb(196,191,208);
}.connect_map .support_widget .feedback_info:hover {
    color: #ffffff;
}.connect_map .support_widget .feedback_info:hover::before {
    height: 100%;
}.connect_map .help_info {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    margin-left: -40px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    flex: 0 0 42%;
    padding: 60px;
    color: #ffffff;
}.connect_map .help_info::before {
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
}.connect_map .help_info h4 {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    color: #ffffff;
    margin-bottom: 40px;
}.connect_map .help_info .request_panel {
    margin: 0;
    padding: 0;
    list-style: none;
}.connect_map .help_info .request_panel li {
    margin-bottom: 30px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    display: flex;
    z-index: 1;
    padding-bottom: 30px;
}.connect_map .help_info .request_panel li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}.connect_map .help_info .request_panel li svg {
    width: 24px;
    margin-right: 20px;
    flex-shrink: 0;
    height: 24px;
}.connect_map .help_info .request_panel li svg path {
    fill: rgb(196,191,208);
    transition: all 0.3s ease;
}.connect_map .help_info .request_panel li:hover svg path {
    fill: #ffffff;
}.connect_map .help_info .request_panel li span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.5;
}.connect_map .help_info .request_panel li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
}.connect_map .help_info .request_panel li a:hover {
    color: rgb(196,191,208);
}

@media screen and (max-width: 992px) {.connect_with_us {
    padding: 80px 0;
}.connect_map {
    flex-direction: column;
}.connect_map .support_widget {
    width: 100%;
    clip-path: none;
}.connect_map .help_info {
    margin-left: 0;
    width: 100%;
    clip-path: none;
}
}

@media screen and (max-width: 768px) {.connect_with_us {
    padding: 60px 0;
}.connect_with_us h3 {
    font-size: calc(28px - 4px);
}.connect_map .support_widget,
    .connect_map .help_info {
    padding: 40px 30px;
}.connect_map .support_widget .feedback_info {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.connect_with_us {
    padding: 40px 0;
}.connect_map .support_widget,
    .connect_map .help_info {
    padding: 30px 20px;
}.connect_map .support_widget h3,
    .connect_map .help_info h4 {
    font-size: calc(18px - 2px);
}}.program_information {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(228,225,233);
}.program_information .container {
    padding: 0 15px;
    z-index: 3;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}.program_information .training_route {
    position: relative;
    align-items: center;
    flex-direction: column;
    display: flex;
}.program_information .text_box_item {
    position: relative;
    width: 100%;
    backdrop-filter: blur(10px);
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.9);
    z-index: 4;
    border-radius: 21px;
    max-width: 850px;
}.program_information .text_box_item h2 {
    padding-bottom: 15px;
    color: #000000;
    text-align: center;
    font-size: 36px;
    border-bottom: 2px solid rgb(196,191,208);
    font-weight: 700;
    margin-bottom: 25px;
}.program_information .text_box_item .description {
    line-height: 1.7;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
}.program_information .text_box_item .description:last-child {
    font-weight: 600;
    margin-bottom: 0;
}.program_information .img_caption_box {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    object-fit: cover;
}.program_information .img_caption_box::after {
    z-index: 2;
    content: "";
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
@media (min-width: 992px) {.program_information .text_box_item {
    margin: 0 auto;
}
}
@media (max-width: 991px) {.program_information {
    padding: 80px 0;
}.program_information .text_box_item {
    padding: 30px;
    max-width: 750px;
}
}
@media (max-width: 767px) {.program_information {
    padding: 60px 0;
}.program_information .text_box_item {
    padding: 25px;
    max-width: 100%;
}.program_information .text_box_item h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 20px;
}.program_information .text_box_item .description {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}
@media (max-width: 480px) {.program_information {
    padding: 50px 0;
}.program_information .text_box_item {
    padding: 20px;
}.program_information .text_box_item h2 {
    padding-bottom: 10px;
    font-size: calc(36px * 0.8);
    margin-bottom: 15px;
}.program_information .text_box_item .description {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}.training_specialist {
    background: linear-gradient(135deg, rgb(228,225,233) 0%, rgb(196,191,208,0.5) 100%);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}.training_specialist::before {
    content: "";
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
    -45deg,
    rgb(196,191,208,0.5) 0px,
    rgb(196,191,208,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    opacity: 0.08;
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
}.training_specialist::after {
    background: radial-gradient(circle, rgb(158,152,173,0.5) 0%, transparent 70%);
    right: -50%;
    top: -50%;
    width: 100%;
    z-index: 0;
    opacity: 0.15;
    content: "";
    position: absolute;
    height: 100%;
}.training_specialist .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}.training_specialist .success_quotes {
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    gap: 2rem;
    padding: 3rem 2rem;
    display: grid;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    isolation: isolate;
    position: relative;
}.training_specialist .success_quotes::before {
    width: 4px;
    top: 0;
    content: "";
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(196,191,208), rgb(158,152,173));
}.training_specialist .success_quotes > div:first-child {
    order: 1;
    align-items: center;
    justify-content: center;
    display: flex;
}.training_specialist .success_quotes .img_caption_box {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 200px;
    transform: translateY(-10px) rotate(-3deg);
    width: 200px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.training_specialist .success_quotes .img_caption_box::after {
    position: absolute;
    z-index: 1;
    content: "";
    inset: 0;
    mix-blend-mode: overlay;
    background: linear-gradient(to top right, rgba(rgb(196,191,208), 0.2), transparent);
}.training_specialist .success_quotes .img_caption_box:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
}.training_specialist .success_quotes > div:nth-child(2) {
    border-left: 1px solid rgb(196,191,208,0.5);
    padding-left: 1rem;
    order: 2;
}.training_specialist .success_quotes .name {
    display: inline-block;
    font-size: calc(24px * 1.1);
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: rgb(196,191,208);
    position: relative;
}.training_specialist .success_quotes .name::after {
    position: absolute;
    bottom: -4px;
    content: "";
    background: rgb(158,152,173);
    transform-origin: left;
    left: 0;
    height: 2px;
    width: 60%;
    transition: transform 0.3s ease-out;
    transform: scaleX(0.7);
}.training_specialist .success_quotes .name:hover::after {
    transform: scaleX(1);
}.training_specialist .success_quotes > div:nth-child(2) > div {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 0.5rem;
    color: rgb(158,152,173);
}.training_specialist .success_quotes > div:nth-child(3) {
    order: 3;
    margin-top: 1rem;
    position: relative;
}.training_specialist .success_quotes .professional_exp {
    margin: 0;
    padding: 1.5rem;
    background: linear-gradient(to right, rgb(228,225,233) 0%, transparent 100%);
    border-radius: 10px;
    color: #000000;
    font-size: 18px;
    position: relative;
    line-height: 1.7;
}.training_specialist .success_quotes .professional_exp::before {
    color: rgb(196,191,208,0.5);
    content: "";
    top: -0.5rem;
    opacity: 0.3;
    position: absolute;
    left: 0;
    font-size: 5rem;
    line-height: 1;
}

@media (min-width: 768px) {.training_specialist .success_quotes {
    padding: 4rem;
    gap: 3rem;
    grid-template-areas: 
      "photo info"
      "quote quote";
    grid-template-columns: 250px 1fr;
}.training_specialist .success_quotes > div:first-child {
    grid-area: photo;
    justify-content: flex-start;
}.training_specialist .success_quotes > div:nth-child(2) {
    grid-area: info;
    border-left: none;
    padding-left: 0;
    align-self: center;
}.training_specialist .success_quotes > div:nth-child(3) {
    grid-area: quote;
}.training_specialist .success_quotes .professional_exp {
    padding: 2rem;
    background: linear-gradient(135deg, rgb(228,225,233) 0%, transparent 100%);
}
}

@media (min-width: 992px) {.training_specialist .success_quotes {
    padding: 5rem;
    grid-template-areas: 
      "photo info"
      "photo quote";
    grid-template-columns: 300px 1fr;
    gap: 3rem 4rem;
}.training_specialist .success_quotes > div:first-child {
    align-self: start;
}.training_specialist .success_quotes .img_caption_box {
    width: 280px;
    height: 280px;
}.training_specialist .success_quotes .name {
    font-size: calc(24px * 1.3);
}.training_specialist .success_quotes > div:nth-child(2) > div {
    font-size: calc(18px * 1.1);
}.training_specialist .success_quotes .professional_exp {
    padding: 2.5rem;
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.training_specialist .success_quotes {
    transform: perspective(1000px) rotateX(1deg) rotateY(-1deg);
    transition: transform 0.5s ease-out;
}.training_specialist .success_quotes:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.training_specialist .success_quotes .img_caption_box {
    height: 320px;
    width: 320px;
}
}

@media (max-width: 767px) {.training_specialist {
    padding: 3rem 0;
}.training_specialist .container {
    padding: 0 1.5rem;
}.training_specialist .success_quotes {
    transform: none;
    padding: 2rem 1.5rem;
}.training_specialist .success_quotes .img_caption_box {
    height: 180px;
    width: 180px;
}}.ty_page {
    justify-content: center;
    display: flex;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(196,191,208,0.5), rgb(158,152,173,0.5));
    align-items: center;
    overflow: hidden;
    min-height: 70vh;
    position: relative;
}.ty_page::before {
    width: 100%;
    top: 0;
    position: absolute;
    transform-origin: center;
    animation: pulse 15s ease-in-out infinite alternate;
    background: radial-gradient(circle at 30% 70%, rgb(196,191,208,0.5) 0%, transparent 60%);
    z-index: 1;
    height: 100%;
    left: 0;
    content: "";
}.ty_page::after {
    bottom: -5%;
    animation: float 20s ease-in-out infinite;
    z-index: 0;
    width: 50%;
    position: absolute;
    right: -5%;
    background: radial-gradient(circle, rgb(158,152,173,0.5) 0%, transparent 70%);
    height: 50%;
    content: "";
}.ty_page .container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1200px;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
}.ty_page .founders_team {
    backdrop-filter: blur(10px);
    position: relative;
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.85);
    display: grid;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    padding: 3.5rem;
    transform: translateZ(0);
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
}.ty_page .founders_team:hover {
    transform: translateZ(30px) scale(1.02);
}.ty_page .founders_team > div:first-child {
    position: relative;
    padding-left: 2.5rem;
    border-left: 4px solid rgb(196,191,208);
}.ty_page .founders_team > div:first-child::before {
    height: 26px;
    width: 26px;
    position: absolute;
    content: "";
    top: 50%;
    box-shadow: 0 0 20px rgba(rgb(196,191,208), 0.5);
    animation: pulse 3s infinite alternate;
    left: -15px;
    transform: translateY(-50%);
    background: rgb(196,191,208);
    border-radius: 50%;
}.ty_page h5 {
    opacity: 0;
    font-size: calc(24px * 1.2);
    transition: transform 0.4s ease-out;
    color: #000000;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    font-weight: 700;
    line-height: 1.4;
    transform: translateX(0);
    margin: 0;
}.ty_page .founders_team > div:nth-child(2) {
    animation: fadeIn 0.8s 0.4s ease-out forwards;
    opacity: 0;
    transition: transform 0.3s ease;
    position: relative;
}.ty_page .founders_team > div:nth-child(2)::before {
    left: 0;
    height: 1px;
    content: "";
    width: 70%;
    background: linear-gradient(90deg, rgb(196,191,208), transparent);
    position: absolute;
    top: -10px;
}.ty_page a {
    transition: transform 0.4s ease-out;
    text-decoration: none;
    display: block;
    transform: translateY(0);
}.ty_page a:hover {
    transform: translateY(-5px);
}.ty_page p {
    font-size: 15px;
    hyphens: auto;
    color: #000000;
    padding: 1rem 0;
    margin: 0;
    position: relative;
    line-height: 1.8;
}.ty_page p::after {
    background: linear-gradient(90deg, transparent, rgb(158,152,173));
    position: absolute;
    bottom: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: right;
    width: 35%;
    height: 2px;
    content: "";
    transform: scaleX(0);
    right: 0;
}.ty_page a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

@keyframes float {
    0% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-30px) rotate(5deg); }
    100% { transform: translateY(0) rotate(0); }
}

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

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

@media (min-width: 768px) {.ty_page {
    padding: 8rem 3rem;
}.ty_page .founders_team {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    padding: 4rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
}.ty_page h5 {
    font-size: calc(24px * 1.4);
}.ty_page .founders_team > div:first-child::after {
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(196,191,208,0.5), transparent);
    top: 50%;
    content: "";
    height: 80%;
    transform: translateY(-50%);
    right: -3.5rem;
    width: 1px;
}.ty_page .founders_team > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.ty_page .founders_team {
    padding: 5rem;
    gap: 5rem;
}.ty_page h5 {
    font-size: calc(24px * 1.5);
}.ty_page .founders_team > div:first-child {
    padding-left: 3rem;
    border-left-width: 5px;
}.ty_page p {
    font-size: calc(15px * 1.1);
}.ty_page .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.ty_page {
    padding: 4rem 1.5rem;
}.ty_page .founders_team {
    padding: 2.5rem 2rem;
}.ty_page h5 {
    font-size: 24px;
}.ty_page p {
    font-size: calc(15px * 0.95);
}
}

@media (hover: hover) {.ty_page .founders_team:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.ty_page .founders_team,
    .ty_page a,
    .ty_page h5,
    .ty_page::before,
    .ty_page::after {
    transition: none;
    animation: none;
}.ty_page .founders_team > div:first-child::before {
    animation: none;
}.ty_page .founders_team > div:nth-child(2) {
    opacity: 1;
}.ty_page h5 {
    opacity: 1;
}}.our_story {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
    color: #ffffff;
}.our_story::before {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 100%);
}.our_story::after {
    z-index: 0;
    width: 300px;
    background: rgb(196,191,208);
    height: 300px;
    top: -50px;
    right: -50px;
    border-radius: 50%;
    position: absolute;
    animation: float 15s infinite ease-in-out;
    content: "";
    filter: blur(50px);
    opacity: 0.15;
}.our_story .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.our_story h4 {
    animation: fadeIn 0.8s ease-out;
    font-weight: 700;
    margin-bottom: 50px;
    opacity: 1;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    font-size: 35px;
    transform: translateY(0);
    z-index: 2;
    color: #ffffff;
}.our_story h4::after {
    left: 50%;
    height: 3px;
    content: "";
    background: rgb(158,152,173);
    width: 60px;
    bottom: -15px;
    position: absolute;
    transform: translateX(-50%);
}.our_story .text_box_item {
    padding: 40px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
    animation: slideUp 0.8s ease-out forwards;
    transition: transform 0.6s ease;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}.our_story .text_box_item::before {
    content: "";
    background: linear-gradient(to bottom, rgb(196,191,208), rgb(158,152,173));
    width: 6px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}.our_story .text_box_item:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.our_story .text_box_item h6 {
    color: rgb(196,191,208);
    font-size: calc(23px * 1.1);
    display: inline-block;
    font-weight: 700;
    position: relative;
    transform: translateX(0);
    margin-bottom: 20px;
    transition: transform 0.4s ease;
}.our_story .text_box_item h6::after {
    background: rgb(158,152,173);
    content: "";
    transform: scaleX(1);
    transition: transform 0.4s ease;
    position: absolute;
    bottom: -8px;
    transform-origin: left;
    left: 0;
    height: 2px;
    width: 50%;
}.our_story .text_box_item:hover h6 {
    transform: translateX(5px);
}.our_story .text_box_item:hover h6::after {
    transform: scaleX(1.2);
}.our_story .text_box_item span {
    line-height: 1.8;
    column-count: 1;
    display: block;
    column-gap: 30px;
    position: relative;
    color: #000000;
    font-size: 15px;
    text-align: justify;
    hyphens: auto;
}

@media (min-width: 768px) {.our_story .text_box_item span {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_story {
    padding: 150px 0 130px;
}.our_story h4 {
    margin-bottom: 80px;
    font-size: calc(35px * 1.2);
}.our_story .text_box_item {
    padding: 50px 60px;
    margin: 0 40px;
}.our_story .text_box_item::before {
    width: 8px;
}.our_story .text_box_item h6 {
    margin-bottom: 30px;
    font-size: calc(23px * 1.3);
}.our_story .text_box_item span {
    font-size: calc(15px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.our_story {
    padding: 80px 0 60px;
}.our_story h4 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.our_story .text_box_item {
    padding: 25px 20px 25px 25px;
}.our_story .text_box_item::before {
    width: 4px;
}.our_story .text_box_item h6 {
    margin-bottom: 15px;
    font-size: 17px;
}.our_story .text_box_item span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

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

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

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