* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.ex_wrapper-padding {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}.container {
    width: 1240px;
    max-width: 100%;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}::-webkit-scrollbar {
    scroll-behavior: smooth;
    background: linear-gradient(294deg, #ffffff 8%, rgb(138,143,167) 43%, rgb(138,143,167,0.5) 84%, rgb(176,181,197) 24%, rgb(176,181,197,0.5) 22%, rgb(220,222,228) 55%);
    width: thin;
}::-webkit-scrollbar-button {
    background: rgb(176,181,197);
    border-radius: 8px;
    height: 6px;
}::-webkit-scrollbar-track {
    border-radius: 12.6vw;
    background: radial-gradient(ellipse at center, rgb(138,143,167) 96%, rgb(176,181,197,0.5) 98%, rgb(220,222,228) 84%);
}::-webkit-scrollbar-track:active {
    background: rgb(176,181,197,0.5);
}::-webkit-scrollbar-thumb {
    transition: all, border-radius 4.1s ease;
    background: rgb(138,143,167);
    box-shadow: 5px -5px 11px 7px rgba(0, 0, 0, 0.8);
    border: 2px ridge rgb(176,181,197);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(176,181,197);
    box-shadow: 2px 5px 14px 8px rgba(0, 0, 0, 0.1);
}* {
    scrollbar-color: rgb(138,143,167) rgb(138,143,167);
    scrollbar-width: auto;
}.ex_head_wrap {
    flex: 1 0 auto;
}.ex_edu_links {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}html,body {
    scroll-behavior: auto;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.ex_pricing_frame {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.ex_pricing_frame::before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    left: 0;
    content: "";
}.ex_pricing_frame .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}.ex_pricing_frame .ex_pricing_levels {
    perspective: 1000px;
}.ex_pricing_frame h2 {
    margin-bottom: 25px;
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    text-align: center;
    transform: translateZ(50px);
    color: #ffffff;
    position: relative;
    font-weight: 700;
    font-size: 38px;
}.ex_pricing_frame h2::after {
    left: 50%;
    bottom: -10px;
    background: rgb(176,181,197);
    transform: translateX(-50%);
    box-shadow: 0 0 15px rgb(176,181,197,0.5);
    height: 3px;
    position: absolute;
    width: 80px;
    content: "";
}.ex_pricing_frame .ex_trial_pricing {
    max-width: 800px;
    font-size: 14px;
    opacity: 0.9;
    color: #ffffff;
    margin: 0 auto 60px;
    line-height: 1.6;
    text-align: center;
}.ex_pricing_frame .ex_rate_schemes {
    margin: 0;
    list-style: none;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.ex_pricing_frame .ex_payment_plans {
    transform-style: preserve-3d;
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
    height: 100%;
    display: block;
}.ex_pricing_frame .ex_price_tiers {
    position: relative;
    backdrop-filter: blur(10px);
    height: 100%;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 8px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.03);
    padding: 8px;
}.ex_pricing_frame .ex_price_tiers::before {
    animation: shimmer 3s infinite linear;
    position: absolute;
    content: "";
    transition: opacity 0.4s ease;
    background-size: 200% 200%;
    bottom: -5px;
    left: -5px;
    z-index: -1;
    top: -5px;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    right: -5px;
    opacity: 0;
}.ex_pricing_frame .ex_cert_fees {
    transition: all 0.3s ease;
    padding: 35px 25px;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 4px;
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    position: relative;
    flex-direction: column;
    height: 100%;
    display: flex;
}.ex_pricing_frame .ex_cert_fees h4 {
    color: #ffffff;
    font-size: 19px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: 600;
}.ex_pricing_frame .ex_cert_fees h4::after {
    bottom: 0;
    width: 40px;
    left: 0;
    content: "";
    background: rgb(176,181,197);
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
}.ex_pricing_frame .ex_cert_fees p {
    flex-grow: 1;
    opacity: 0.8;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: calc(14px - 2px);
}.ex_pricing_frame .ex_discount_tier {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(176,181,197) 0%, rgb(138,143,167) 100%);
    padding: 12px 25px;
    display: inline-block;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    font-size: calc(19px + 4px);
    border-radius: 30px;
    align-self: flex-start;
    overflow: hidden;
}.ex_pricing_frame .ex_discount_tier::before {
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    transition: 0.5s;
    position: absolute;
    width: 100%;
    content: "";
}.ex_pricing_frame .ex_payment_plans:hover {
    transform: translateY(-10px) rotateX(5deg);
}.ex_pricing_frame .ex_payment_plans:hover .ex_price_tiers {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.ex_pricing_frame .ex_payment_plans:hover .ex_price_tiers::before {
    opacity: 1;
}.ex_pricing_frame .ex_payment_plans:hover .ex_cert_fees h4::after {
    width: 80px;
}.ex_pricing_frame .ex_payment_plans:hover .ex_discount_tier::before {
    left: 100%;
}.ex_pricing_frame .ex_payment_plans:hover .ex_cert_fees {
    border-color: rgba(255,255,255,0.1);
    transform: translateZ(20px);
}

@keyframes shimmer {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

@media (max-width: 1200px) {.ex_pricing_frame {
    padding: 100px 0;
}.ex_pricing_frame .ex_rate_schemes {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.ex_pricing_frame .ex_cert_fees {
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.ex_pricing_frame {
    padding: 80px 0;
}.ex_pricing_frame h2 {
    font-size: calc(38px - 4px);
}.ex_pricing_frame .ex_trial_pricing {
    margin-bottom: 40px;
}.ex_pricing_frame .ex_rate_schemes {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.ex_pricing_frame .ex_cert_fees h4 {
    font-size: calc(19px - 1px);
}.ex_pricing_frame .ex_discount_tier {
    padding: 10px 20px;
    font-size: calc(19px + 2px);
}
}

@media (max-width: 480px) {.ex_pricing_frame {
    padding: 60px 0;
}.ex_pricing_frame h2 {
    font-size: calc(38px - 6px);
}.ex_pricing_frame .ex_trial_pricing {
    margin-bottom: 30px;
    font-size: calc(14px - 1px);
}.ex_pricing_frame .ex_cert_fees {
    padding: 25px 15px;
}.ex_pricing_frame .ex_cert_fees p {
    font-size: calc(14px - 3px);
    margin-bottom: 20px;
}.ex_pricing_frame .ex_discount_tier {
    font-size: calc(19px + 0px);
    padding: 8px 15px;
}
}

@media (hover: none) {.ex_pricing_frame .ex_payment_plans:hover {
    transform: none;
}.ex_pricing_frame .ex_price_tiers {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.ex_pricing_frame .ex_payment_plans:active {
    transform: scale(0.98);
}}.ex_privacy_haven {
    overflow: hidden;
    padding: 4rem 0;
    background-color: var(--section-bg-color, #f8f9fa);
    position: relative;
}.ex_privacy_haven::before {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgba(var(--primary-color_opacity, 0.03)), transparent 80%);
}.ex_privacy_haven::after {
    transform: rotate(-15deg) translateY(30px);
    background: linear-gradient(225deg, var(--primary-color_opacity, rgba(0,100,255,0.05)), transparent 70%);
    z-index: 0;
    right: -10px;
    width: 200px;
    content: "";
    position: absolute;
    height: 200px;
    bottom: -10px;
    border-top: 1px solid var(--primary-color_opacity, rgba(0,100,255,0.1));
}.ex_privacy_haven .container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}.ex_privacy_haven h1 {
    transform: translateX(-0.5rem);
    font-weight: var(--font-weight-bold, 700);
    position: relative;
    margin-bottom: 2rem;
    color: var(--dark-color, #212529);
    font-size: var(--h1-font-size, 2.5rem);
    padding-bottom: 1rem;
}.ex_privacy_haven h1::after {
    left: 0;
    transform-origin: left center;
    bottom: 0;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, var(--primary-color, #0066ff), transparent);
    width: 80px;
    transition: width 0.3s ease-out;
    position: absolute;
}.ex_privacy_haven h1:hover::after {
    width: 120px;
}.ex_privacy_haven h2 {
    transform: translateX(-1rem);
    margin: 2.5rem 0 1.25rem;
    font-size: var(--h2-font-size, 1.75rem);
    color: var(--dark-color, #212529);
    position: relative;
    font-weight: var(--font-weight-semibold, 600);
    padding-left: 1rem;
}.ex_privacy_haven h2::before {
    background: var(--primary-color, #0066ff);
    transform-origin: center;
    top: 0.25em;
    height: 70%;
    left: 0;
    content: "";
    width: 4px;
    transition: transform 0.3s ease;
    position: absolute;
}.ex_privacy_haven h2:hover::before {
    transform: scaleY(1.2);
}.ex_privacy_haven h3 {
    font-weight: var(--font-weight-semibold, 600);
    padding-bottom: 0.5rem;
    color: var(--dark-color, #212529);
    border-bottom: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.85);
    margin: 2rem 0 1rem;
}.ex_privacy_haven h4 {
    color: var(--dark-color, #212529);
    font-weight: var(--font-weight-semibold, 600);
    position: relative;
    margin: 1.75rem 0 0.75rem;
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.7);
}.ex_privacy_haven p {
    font-size: var(--p-font-size, 1rem);
    color: var(--p-color, #495057);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 92%;
}.ex_privacy_haven strong {
    font-weight: var(--font-weight-semibold, 600);
    color: var(--dark-color, #212529);
}.ex_privacy_haven ul {
    padding-left: 1.25rem;
    list-style: none;
    margin: 1.5rem 0 2rem;
}.ex_privacy_haven li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: var(--p-color, #495057);
    position: relative;
    font-size: var(--p-font-size, 1rem);
}.ex_privacy_haven li::before {
    background-color: var(--primary-color, #0066ff);
    transition: transform 0.2s ease;
    content: "";
    height: 6px;
    transform: rotate(45deg);
    position: absolute;
    top: 0.65em;
    border-radius: 1px;
    width: 6px;
    left: 0;
}.ex_privacy_haven li:hover::before {
    transform: rotate(135deg) scale(1.1);
}.ex_privacy_haven span {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: var(--p-font-size, 1rem);
    color: var(--p-color, #495057);
    padding-left: 0.75rem;
    display: block;
    border-left: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
}

@media (min-width: 768px) {.ex_privacy_haven {
    padding: 5rem 0;
}.ex_privacy_haven .container {
    padding: 0 4rem;
}.ex_privacy_haven h1 {
    margin-bottom: 3rem;
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.2);
}.ex_privacy_haven h2 {
    margin-top: 3.5rem;
}.ex_privacy_haven p, 
    .ex_privacy_haven span {
    line-height: 1.8;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
}.ex_privacy_haven ul {
    padding-left: 2rem;
}.ex_privacy_haven li {
    padding-left: 1.75rem;
}
}

@media (min-width: 992px) {.ex_privacy_haven .container {
    padding: 0 5rem;
}.ex_privacy_haven h1 {
    transform: translateX(-1rem);
}.ex_privacy_haven h1::after {
    width: 100px;
}.ex_privacy_haven h1:hover::after {
    width: 150px;
}.ex_privacy_haven p {
    max-width: 85%;
}.ex_privacy_haven p, 
    .ex_privacy_haven span {
    font-size: calc(var(--p-font-size, 1rem) * 1.1);
}
}

@media (max-width: 767px) {.ex_privacy_haven {
    padding: 3rem 0;
}.ex_privacy_haven .container {
    padding: 0 1.5rem;
}.ex_privacy_haven h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
    margin-bottom: 1.5rem;
}.ex_privacy_haven h2 {
    margin: 2rem 0 1rem;
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.9);
}.ex_privacy_haven h3 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.75);
}.ex_privacy_haven h4 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.65);
}.ex_privacy_haven ul {
    padding-left: 0.5rem;
}.ex_privacy_haven li {
    margin-bottom: 0.75rem;
    padding-left: 1.25rem;
}.ex_privacy_haven p, 
    .ex_privacy_haven span {
    margin-bottom: 1.25rem;
}}.ex_connect_form {
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(220,222,228) 50%);
    padding: 100px 0;
}.ex_connect_form::before {
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    top: 0;
    position: absolute;
    background-size: 60px 60px;
    z-index: 0;
    content: "";
}.ex_connect_form .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.ex_connect_form h2 {
    text-align: center;
    color: rgb(176,181,197);
    font-size: 36px;
    margin-bottom: 60px;
    font-weight: 700;
    position: relative;
}.ex_connect_form h2::after {
    left: 50%;
    background: rgb(176,181,197);
    bottom: -15px;
    width: 60px;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
}.ex_connect_form .ex_inquiry_request {
    background: #ffffff;
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 19px;
    position: relative;
}.ex_connect_form .ex_inquiry_request::before {
    position: absolute;
    content: "";
    height: 5px;
    background: linear-gradient(90deg, rgb(176,181,197), rgb(138,143,167));
    top: 0;
    width: 100%;
    left: 0;
}.ex_connect_form .ex_hero_banner {
    position: relative;
    min-height: 550px;
    flex: 0 0 50%;
    transition: all 0.5s ease;
}.ex_connect_form .ex_hero_banner::after {
    content: "";
    background: linear-gradient(45deg, rgb(176,181,197,0.5), transparent);
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}.ex_connect_form .ex_request_help {
    position: relative;
    padding: 60px 50px;
    background: #ffffff;
    flex: 0 0 50%;
}.ex_connect_form .ex_request_help::before {
    left: 0;
    position: absolute;
    background: rgb(220,222,228);
    height: 100%;
    width: 10px;
    content: "";
    top: 0;
}.ex_connect_form #contact {
    gap: 30px;
    display: flex;
    flex-direction: column;
}.ex_connect_form h3 {
    font-size: 22px;
    color: #000000;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}.ex_connect_form h3::after {
    content: "";
    background: rgb(176,181,197,0.5);
    width: 100%;
    left: 0;
    position: absolute;
    height: 2px;
    bottom: 0;
}.ex_connect_form input[type="text"] {
    border-radius: 10px;
    border: 2px solid rgb(220,222,228);
    transition: all 0.3s ease;
    width: 100%;
    font-size: 14px;
    background: #ffffff;
    padding: 18px 20px;
    color: #000000;
}.ex_connect_form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(176,181,197);
}.ex_connect_form input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.ex_connect_form .ex_support_card {
    gap: 12px;
    margin-top: 10px;
    align-items: flex-start;
    display: flex;
}.ex_connect_form .ex_support_card input[type="checkbox"] {
    appearance: none;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid rgb(220,222,228);
    margin-top: 2px;
    height: 24px;
    width: 24px;
}.ex_connect_form .ex_support_card input[type="checkbox"]:checked {
    border-color: rgb(176,181,197);
    background: rgb(176,181,197);
}.ex_connect_form .ex_support_card input[type="checkbox"]:checked::after {
    top: 5px;
    border-right: 2px solid #ffffff;
    content: "";
    position: absolute;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    height: 10px;
    width: 6px;
    transform: rotate(45deg);
}.ex_connect_form .ex_support_card label {
    line-height: 1.5;
    color: #000000;
    font-size: 14px;
}.ex_connect_form .ex_support_card a {
    transition: all 0.3s ease;
    color: rgb(176,181,197);
    text-decoration: none;
    font-weight: 600;
}.ex_connect_form .ex_support_card a:hover {
    color: rgb(138,143,167);
}.ex_connect_form .ex_query_info {
    border-radius: 10px;
    border: none;
    box-shadow: 0 8px 20px rgb(176,181,197,0.5);
    transition: all 0.3s ease;
    font-weight: 600;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    background: rgb(176,181,197);
    cursor: pointer;
    font-size: 20px;
    padding: 16px 40px;
    color: #ffffff;
    align-self: flex-start;
}.ex_connect_form .ex_query_info::before {
    top: 0;
    transition: all 0.6s ease;
    left: -100%;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
}.ex_connect_form .ex_query_info:hover {
    transform: translateY(-3px);
    background: rgb(138,143,167);
    box-shadow: 0 10px 25px rgb(138,143,167,0.5);
}.ex_connect_form .ex_query_info:hover::before {
    left: 100%;
}.ex_connect_form svg {
    transition: all 0.3s ease;
    height: 22px;
    fill: rgb(176,181,197);
    width: 22px;
}.ex_connect_form svg path {
    fill: rgb(176,181,197);
    transition: all 0.3s ease;
}.ex_connect_form svg:hover {
    fill: rgb(138,143,167);
    transform: translateY(-2px);
}.ex_connect_form svg:hover path {
    fill: rgb(138,143,167);
}

@media (max-width: 1200px) {.ex_connect_form {
    background: #ffffff;
}
}

@media (max-width: 992px) {.ex_connect_form {
    padding: 80px 0;
}.ex_connect_form .ex_inquiry_request {
    flex-direction: column-reverse;
}.ex_connect_form .ex_hero_banner {
    flex: 0 0 auto;
    min-height: 350px;
}.ex_connect_form .ex_request_help {
    flex: 0 0 auto;
    padding: 50px 40px;
}.ex_connect_form .ex_request_help::before {
    width: 100%;
    top: 0;
    height: 10px;
    left: 0;
}
}

@media (max-width: 768px) {.ex_connect_form {
    padding: 60px 0;
}.ex_connect_form h2 {
    margin-bottom: 40px;
    font-size: calc(36px - 4px);
}.ex_connect_form .ex_request_help {
    padding: 40px 30px;
}.ex_connect_form #contact {
    gap: 25px;
}.ex_connect_form .ex_hero_banner {
    min-height: 300px;
}
}

@media (max-width: 576px) {.ex_connect_form {
    padding: 50px 0;
}.ex_connect_form .container {
    padding: 0 15px;
}.ex_connect_form h2 {
    margin-bottom: 30px;
    font-size: calc(36px - 6px);
}.ex_connect_form .ex_request_help {
    padding: 35px 25px;
}.ex_connect_form #contact {
    gap: 20px;
}.ex_connect_form input[type="text"] {
    padding: 15px;
}.ex_connect_form .ex_query_info {
    width: 100%;
    padding: 15px 25px;
}.ex_connect_form .ex_hero_banner {
    min-height: 250px;
}}.ex_edu_links {
    position: relative;
    color: #ffffff;
    background-position: center center;
    padding: 5rem 0 3rem;
    z-index: 1;
}.ex_edu_links::before {
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    content: "";
    z-index: -1;
}.ex_edu_links::after {
    height: 100%;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    width: 100%;
    content: "";
    z-index: -1;
    left: 0;
    opacity: 0.5;
    position: absolute;
}.ex_edu_links .container {
    position: relative;
    display: flex;
    flex-direction: column;
}.ex_edu_links .container::before {
    position: absolute;
    background: linear-gradient(0deg, rgb(176,181,197) 0%, transparent 100%);
    top: -80px;
    opacity: 0.3;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    height: 80px;
    left: 0;
    width: 100%;
    content: "";
}.ex_edu_links .company_holder {
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    border-radius: 10px;
    position: relative;
    padding: 2rem;
    border: 1px solid rgba(rgb(176,181,197), 0.3);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    margin-bottom: 4rem;
}.ex_edu_links .company_holder::before {
    background: linear-gradient(45deg, rgb(176,181,197), transparent 70%);
    filter: blur(5px);
    z-index: -1;
    content: "";
    left: -5px;
    top: -5px;
    position: absolute;
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    opacity: 0.5;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
}.ex_edu_links .company_holder h3 {
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: calc(29px * 1.2);
    text-shadow: 0 0 10px rgb(176,181,197), 0 0 20px rgb(176,181,197), 0 0 30px rgb(176,181,197);
}.ex_edu_links .company_holder h3::before {
    z-index: -1;
    position: absolute;
    opacity: 0.7;
    color: rgb(176,181,197);
    top: 2px;
    left: 2px;
    filter: blur(1px);
    content: attr(data-text);
}.ex_edu_links .ex_academy_info {
    color: #ffffff;
    padding-left: 1rem;
    border-left: 2px solid rgb(176,181,197);
    opacity: 0.8;
    line-height: 1.6;
    font-size: 12px;
    margin-top: 1.5rem;
}.ex_edu_links .ex_twitter_cta {
    display: flex;
    position: relative;
    justify-content: space-between;
}.ex_edu_links .ex_twitter_cta::before {
    width: 100%;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(176,181,197), transparent);
    content: "";
    top: -20px;
    left: 0;
}.ex_edu_links .ex_nav_class {
    justify-content: space-between;
    display: flex;
    gap: 2rem;
    width: 100%;
}.ex_edu_links .ex_nav_begin {
    position: relative;
    border-left: 2px solid rgb(176,181,197);
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid rgb(176,181,197);
    padding: 1.5rem;
    flex: 1;
}.ex_edu_links .ex_nav_begin:hover {
    background: rgba(rgb(176,181,197,0.5), 0.1);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}.ex_edu_links .ex_nav_begin h5 {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    font-weight: 600;
    color: rgb(138,143,167);
    position: relative;
    font-size: 20px;
}.ex_edu_links .ex_nav_begin h5::after {
    bottom: -8px;
    position: absolute;
    background: rgb(176,181,197);
    content: "";
    width: 40px;
    box-shadow: 0 0 10px rgb(176,181,197);
    height: 2px;
    left: 0;
}.ex_edu_links .ex_nav_begin .ex_nav_class {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.ex_edu_links .ex_nav_begin .ex_nav_class a {
    padding: 0.5rem 0 0.5rem 1.5rem;
    color: #ffffff;
    overflow: hidden;
    opacity: 0.7;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 12px;
}.ex_edu_links .ex_nav_begin .ex_nav_class a::before {
    position: absolute;
    left: 0;
    font-size: 0.8em;
    color: rgb(176,181,197);
    content: "//";
    transition: all 0.3s ease;
}.ex_edu_links .ex_nav_begin .ex_nav_class a:hover {
    color: rgb(176,181,197);
    text-shadow: 0 0 5px rgb(176,181,197);
    opacity: 1;
}.ex_edu_links .ex_nav_begin .ex_nav_class a:hover::before {
    color: rgb(138,143,167);
}.ex_knowl_base {
    margin-top: 3rem;
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.ex_knowl_base::before {
    left: 0;
    content: "";
    position: absolute;
    height: 1px;
    top: 0;
    background-image: 
        linear-gradient(90deg, transparent, rgb(176,181,197), transparent);
    width: 100%;
}.ex_knowl_base .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.ex_knowl_base .ex_eco_foot {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    opacity: 0.7;
    text-transform: uppercase;
}.ex_knowl_base .ex_eco_foot::before,
.ex_knowl_base .ex_eco_foot::after {
    color: rgb(176,181,197);
    content: "//";
    margin: 0 10px;
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(176,181,197), 0 0 20px rgb(176,181,197);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.ex_edu_links .ex_twitter_cta {
    flex-direction: column;
}.ex_edu_links .ex_nav_class {
    flex-direction: column;
}.ex_edu_links .ex_nav_begin {
    width: 100%;
    margin-bottom: 1rem;
}.ex_knowl_base {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.ex_edu_links {
    padding: 4rem 0 2rem;
}.ex_edu_links .company_holder {
    margin-bottom: 3rem;
    padding: 1.5rem;
}.ex_edu_links .company_holder h3 {
    font-size: 29px;
}.ex_edu_links .ex_nav_begin h5 {
    font-size: calc(20px * 0.9);
}.ex_knowl_base {
    padding: 1.2rem 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    margin-top: 2rem;
}
}

@media screen and (max-width: 576px) {.ex_edu_links {
    padding: 3rem 0 2rem;
}.ex_edu_links .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.ex_edu_links .company_holder h3 {
    font-size: calc(29px * 0.85);
    letter-spacing: 1px;
}.ex_edu_links .ex_academy_info {
    font-size: calc(12px * 0.9);
}.ex_edu_links .ex_nav_begin {
    padding: 1rem;
}.ex_edu_links .ex_nav_begin .ex_nav_class a {
    font-size: calc(12px * 0.9);
}.ex_knowl_base {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    padding: 1rem 0;
}.ex_knowl_base .ex_eco_foot::before,
    .ex_knowl_base .ex_eco_foot::after {
    display: none;
}}.ex_thanks_area {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(220,222,228) 0%, rgb(176,181,197,0.5) 100%);
    padding: 6rem 1.5rem;
}.ex_thanks_area::before {
    width: 100%;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    position: absolute;
}.ex_thanks_area::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: float 15s ease-in-out infinite;
    background: linear-gradient(225deg, rgb(176,181,197) 0%, transparent 70%);
    right: -5rem;
    position: absolute;
    transform: rotate(15deg);
    height: 20rem;
    bottom: -5rem;
    opacity: 0.15;
    z-index: 0;
    content: "";
    width: 20rem;
}.ex_thanks_area .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    display: flex;
    gap: 3rem;
    max-width: 1200px;
    flex-direction: column;
}.ex_thanks_area h2 {
    margin: 0;
    position: relative;
    max-width: 90%;
    font-family: Arial, sans-serif;
    opacity: 0;
    font-weight: 700;
    transform: translateY(-10px);
    animation: slideIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    color: rgb(176,181,197);
    line-height: 1.3;
    font-size: 38px;
}.ex_thanks_area h2::after {
    width: 6rem;
    animation: lineExpand 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
    left: 0;
    background: linear-gradient(90deg, rgb(176,181,197) 0%, rgb(138,143,167) 100%);
    position: absolute;
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    bottom: -1rem;
    height: 3px;
}.ex_thanks_area .ex_founder_bio {
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07), 
                0 1px 8px rgba(0, 0, 0, 0.04);
    opacity: 0;
    padding: 2.5rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 1.5rem), 
        calc(100% - 1.5rem) 100%, 
        0 100%
    );
    position: relative;
    background: #ffffff;
    animation: popUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}.ex_thanks_area .ex_founder_bio::before {
    z-index: -1;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(176,181,197,0.5) 300%);
    opacity: 0.04;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}.ex_thanks_area ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.ex_thanks_area li {
    padding-left: 2.5rem;
    position: relative;
}.ex_thanks_area li::before {
    animation: pulse 4s ease-in-out infinite;
    position: absolute;
    border-radius: 10px;
    background: rgb(176,181,197,0.5);
    width: 1.5rem;
    content: "";
    height: 1.5rem;
    transform: rotate(45deg);
    left: 0;
    opacity: 0.2;
    top: 0.5rem;
}.ex_thanks_area li::after {
    position: absolute;
    content: "✓";
    font-weight: 700;
    top: 0.4rem;
    left: 0.45rem;
    font-size: 1rem;
    color: rgb(176,181,197);
}.ex_thanks_area span {
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
    display: block;
    font-size: 15px;
    font-family: Arial, sans-serif;
}

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

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

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

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.1);
    }
}

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

@media (max-width: 992px) {.ex_thanks_area {
    padding: 5rem 1.25rem;
}.ex_thanks_area h2 {
    max-width: 100%;
    font-size: calc(38px - 0.25rem);
}.ex_thanks_area .ex_founder_bio {
    padding: 2rem;
}
}

@media (max-width: 768px) {.ex_thanks_area {
    padding: 4rem 1.25rem;
}.ex_thanks_area h2 {
    font-size: calc(38px - 0.5rem);
}.ex_thanks_area .ex_founder_bio {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 1rem), 
            calc(100% - 1rem) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.ex_thanks_area li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.ex_thanks_area {
    padding: 3rem 1rem;
}.ex_thanks_area h2 {
    font-size: calc(38px - 0.75rem);
}.ex_thanks_area .ex_founder_bio {
    padding: 1.5rem;
}.ex_thanks_area h2::after {
    width: 4rem;
}.ex_thanks_area li::before {
    top: 0.3rem;
    height: 1.25rem;
    width: 1.25rem;
}.ex_thanks_area li::after {
    top: 0.25rem;
    font-size: 0.9rem;
    left: 0.35rem;
}.ex_thanks_area span {
    font-size: calc(15px - 0.1rem);
}}.ex_trackingNoticeDialog {
    z-index: 90;
    bottom: 0;
    width: 100%;
    background: rgb(138,143,167);
    position: fixed;
    padding: 15px 20px;
    border-top: 3px solid rgb(176,181,197);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}.ex_cookie_updates {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
}.ex_cookie_all {
    margin-right: 20px;
    flex-shrink: 0;
}.ex_cookie_all svg {
    fill: rgb(176,181,197);
    width: 50px;
    height: 50px;
}.ex_cookie_rules {
    max-width: 600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}.ex_trackingNoticeDialog h5 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}.ex_trackingNoticeDialog p {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}.ex_cookie_control {
    flex-shrink: 0;
    color: #ffffff;
    font-size: 19px;
    padding: 10px 20px;
    background: rgb(176,181,197);
    min-width: 150px;
    transition: none;
    border-radius: 10px;
    margin-left: 10px;
    text-align: center;
    border: 2px solid rgb(176,181,197);
    cursor: pointer;
    text-decoration: none;
}.ex_cookie_control:hover {
    border-color: rgb(176,181,197,0.5);
    background: rgb(176,181,197,0.5);
}.ex_trackingNoticeDialog p a {
    border-bottom: 2px solid rgb(176,181,197);
    color: rgb(176,181,197);
    text-decoration: none;
}.ex_trackingNoticeDialog p a:hover {
    color: rgb(138,143,167);
    border-bottom-color: rgb(138,143,167);
}
@media only screen and (max-width: 1200px) {.ex_trackingNoticeDialog {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.ex_cookie_all {
    display: none;
}.ex_cookie_updates {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.ex_trackingNoticeDialog h5, .ex_trackingNoticeDialog p {
    text-align: center;
}.ex_cookie_rules {
    margin-bottom: 15px;
}.ex_cookie_control {
    margin-left: 0;
    margin-top: 10px;
}}
#ex_cookieNoticeBanner {
    display: none;
}#ex_cookieNoticeBanner:checked ~ .ex_trackingNoticeDialog {
    opacity: 0;
    visibility: hidden;
}.ex_our_mission {
    position: relative;
    padding: 120px 0;
    background: rgb(220,222,228);
    overflow: hidden;
}.ex_our_mission::before {
    width: 100%;
    background-size: 30px 30px;
    z-index: 1;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(176,181,197,0.5) 95%),
        linear-gradient(0deg, transparent 95%, rgb(176,181,197,0.5) 95%);
    animation: gridMove 40s linear infinite;
    opacity: 0.2;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.ex_our_mission::after {
    filter: blur(60px);
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0.3;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(176,181,197,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(138,143,167,0.5) 0%, transparent 50%);
    height: 100%;
    animation: bgPulse 20s infinite alternate;
    top: 0;
}@keyframes bgPulse {
    0% {
        opacity: 0.2;
        filter: blur(60px);
    }
    50% {
        opacity: 0.3;
        filter: blur(80px);
    }
    100% {
        opacity: 0.2;
        filter: blur(60px);
    }
}

.ex_our_mission .container {
    z-index: 2;
    position: relative;
}.ex_our_mission .ex_founder_bio {
    position: relative;
}.ex_our_mission h3 {
    display: inline-block;
    margin-bottom: 60px;
    font-weight: 700;
    border-left: 4px solid rgb(176,181,197);
    font-size: 32px;
    backdrop-filter: blur(10px);
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 13px 13px 0;
    color: #000000;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.ex_our_mission h3::before {
    left: -2px;
    animation: pulseHeight 3s infinite alternate;
    position: absolute;
    width: 4px;
    background: rgb(138,143,167);
    content: "";
    top: 20px;
    height: calc(100% - 40px);
}@keyframes pulseHeight {
    0% {
        height: calc(100% - 40px);
        top: 20px;
    }
    100% {
        height: calc(100% - 60px);
        top: 30px;
    }
}

.ex_our_mission .ex_expert_learnings {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 70px;
}.ex_our_mission .ex_expert_learnings span {
    padding: 10px 20px;
    transform: translateY(-50%);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    left: 0;
    font-weight: 600;
    top: -40px;
    background: rgb(176,181,197);
    z-index: 5;
    position: absolute;
    font-size: 18px;
    border-radius: 10px;
}.ex_our_mission .ex_expert_learnings p {
    display: flex;
    height: 100%;
    border-left: 3px solid rgb(176,181,197);
    align-items: center;
    border-radius: 13px;
    line-height: 1.8;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    backdrop-filter: blur(10px);
    color: #000000;
}.ex_our_mission .ex_expert_learnings .ex_hero_banner {
    overflow: hidden;
    position: relative;
    border-radius: 13px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    height: 450px;
}.ex_our_mission .ex_expert_learnings .ex_hero_banner::before {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    top: 0;
    height: 100%;
}.ex_our_mission .ex_edu_beliefs {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}.ex_our_mission .ex_edu_beliefs::before {
    background: linear-gradient(to right, rgb(176,181,197,0.5), rgb(138,143,167,0.5));
    width: 200px;
    height: 1px;
    position: absolute;
    left: calc(50% - 100px);
    content: "";
    top: -35px;
}.ex_our_mission .ex_edu_beliefs p {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    align-items: center;
    height: 100%;
    border-right: 3px solid rgb(138,143,167);
    color: #000000;
    padding: 40px;
    border-radius: 13px;
    display: flex;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    line-height: 1.8;
}.ex_our_mission .ex_edu_beliefs .ex_method_innov {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 450px;
    position: relative;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
    border-radius: 13px;
    overflow: hidden;
}.ex_our_mission .ex_edu_beliefs .ex_method_innov::before {
    z-index: 2;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    height: 100%;
}.ex_our_mission .ex_edu_beliefs .ex_method_innov::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
    transform: skewX(-25deg);
    height: 100%;
    left: -100%;
    top: 0;
    z-index: 3;
    width: 50%;
    position: absolute;
    animation: shine 6s infinite;
}@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 200%;
    }
}

.ex_our_mission .ex_expert_learnings::after,
.ex_our_mission .ex_edu_beliefs::after {
    position: absolute;
    opacity: 0.7;
    width: 50px;
    z-index: -1;
    height: 50px;
    content: "";
    border: 1px solid rgb(176,181,197,0.5);
    border-radius: 10px;
    animation: rotateFadeIn 10s infinite linear;
}@keyframes rotateFadeIn {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: rotate(180deg) scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.3;
    }
}

.ex_our_mission .ex_expert_learnings::after {
    right: -25px;
    border-color: rgb(176,181,197,0.5);
    top: -25px;
}.ex_our_mission .ex_edu_beliefs::after {
    left: -25px;
    bottom: -25px;
    border-color: rgb(138,143,167,0.5);
}.ex_our_mission .ex_founder_bio::before,
.ex_our_mission .ex_founder_bio::after {
    z-index: -1;
    border-radius: 50%;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    filter: blur(40px);
    height: 120px;
    position: absolute;
    opacity: 0.15;
    content: "";
    width: 120px;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(-20px, 20px);
    }
}

.ex_our_mission .ex_founder_bio::before {
    background: rgb(176,181,197);
    top: 20%;
    left: -60px;
}.ex_our_mission .ex_founder_bio::after {
    background: rgb(138,143,167);
    animation-delay: 2s;
    right: -60px;
    bottom: 20%;
}

@media screen and (max-width: 1199px) {.ex_our_mission {
    padding: 100px 0;
}.ex_our_mission h3 {
    font-size: calc(32px - 0.2rem);
    padding: 15px 25px;
    margin-bottom: 50px;
}.ex_our_mission .ex_expert_learnings {
    margin-bottom: 60px;
}.ex_our_mission .ex_expert_learnings p,
    .ex_our_mission .ex_edu_beliefs p {
    padding: 30px;
}.ex_our_mission .ex_expert_learnings .ex_hero_banner,
    .ex_our_mission .ex_edu_beliefs .ex_method_innov {
    height: 400px;
}
}

@media screen and (max-width: 991px) {.ex_our_mission {
    padding: 80px 0;
}.ex_our_mission h3 {
    padding: 12px 20px;
    font-size: calc(32px - 0.4rem);
    margin-bottom: 40px;
}.ex_our_mission .ex_expert_learnings,
    .ex_our_mission .ex_edu_beliefs {
    gap: 25px;
}.ex_our_mission .ex_expert_learnings {
    margin-bottom: 50px;
}.ex_our_mission .ex_expert_learnings span {
    top: -35px;
    padding: 8px 15px;
    font-size: calc(18px - 0.2rem);
}.ex_our_mission .ex_expert_learnings p,
    .ex_our_mission .ex_edu_beliefs p {
    font-size: calc(16px - 0.1rem);
    padding: 25px;
}.ex_our_mission .ex_expert_learnings .ex_hero_banner,
    .ex_our_mission .ex_edu_beliefs .ex_method_innov {
    height: 350px;
}.ex_our_mission .ex_expert_learnings::after,
    .ex_our_mission .ex_edu_beliefs::after {
    height: 40px;
    width: 40px;
}.ex_our_mission .ex_founder_bio::before,
    .ex_our_mission .ex_founder_bio::after {
    width: 80px;
    height: 80px;
    filter: blur(30px);
}
}

@media screen and (max-width: 767px) {.ex_our_mission {
    padding: 60px 0;
}.ex_our_mission::before {
    background-size: 20px 20px;
}.ex_our_mission h3 {
    font-size: calc(32px - 0.6rem);
    border-radius: 13px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}.ex_our_mission .ex_expert_learnings,
    .ex_our_mission .ex_edu_beliefs {
    grid-template-columns: 1fr;
    gap: 20px;
}.ex_our_mission .ex_expert_learnings {
    margin-bottom: 40px;
}.ex_our_mission .ex_expert_learnings span {
    left: 20px;
}.ex_our_mission .ex_expert_learnings p,
    .ex_our_mission .ex_edu_beliefs p {
    border-width: 2px;
    padding: 20px;
}.ex_our_mission .ex_expert_learnings .ex_hero_banner,
    .ex_our_mission .ex_edu_beliefs .ex_method_innov {
    height: 300px;
}.ex_our_mission .ex_edu_beliefs p {
    order: 2;
}.ex_our_mission .ex_edu_beliefs .ex_method_innov {
    order: 1;
}.ex_our_mission .ex_founder_bio::before,
    .ex_our_mission .ex_founder_bio::after {
    filter: blur(20px);
    width: 60px;
    height: 60px;
}.ex_our_mission::after {
    filter: blur(40px);
}
}

@media screen and (max-width: 575px) {.ex_our_mission {
    padding: 50px 0;
}.ex_our_mission::before {
    background-size: 15px 15px;
}.ex_our_mission h3 {
    font-size: calc(32px - 0.8rem);
    margin-bottom: 35px;
    padding: 10px 15px;
}.ex_our_mission h3::before {
    left: -1px;
    width: 2px;
}.ex_our_mission .ex_expert_learnings span {
    padding: 6px 12px;
    left: 10px;
    font-size: calc(18px - 0.4rem);
    top: -30px;
}.ex_our_mission .ex_expert_learnings,
    .ex_our_mission .ex_edu_beliefs {
    gap: 15px;
}.ex_our_mission .ex_expert_learnings {
    margin-bottom: 35px;
}.ex_our_mission .ex_expert_learnings p,
    .ex_our_mission .ex_edu_beliefs p {
    padding: 15px;
    font-size: calc(16px - 0.2rem);
}.ex_our_mission .ex_expert_learnings .ex_hero_banner,
    .ex_our_mission .ex_edu_beliefs .ex_method_innov {
    height: 250px;
}.ex_our_mission .ex_expert_learnings .ex_hero_banner {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}.ex_our_mission .ex_edu_beliefs .ex_method_innov {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}.ex_our_mission .ex_expert_learnings::after,
    .ex_our_mission .ex_edu_beliefs::after {
    height: 30px;
    width: 30px;
}
}

@media screen and (min-width: 1400px) {.ex_our_mission .ex_expert_learnings .ex_hero_banner,
    .ex_our_mission .ex_edu_beliefs .ex_method_innov {
    height: 500px;
}.ex_our_mission .ex_expert_learnings p,
    .ex_our_mission .ex_edu_beliefs p {
    padding: 50px;
}}header {
    overflow: visible;
    background: linear-gradient(to right, rgb(138,143,167,0.5), rgb(176,181,197));
    z-index: 1000;
    padding: 1.5rem 0;
    position: relative;
}header::before {
    content: '';
    z-index: -1;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    position: absolute;
    opacity: 0.1;
}header .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}header .ex_top_core {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
}header .ex_header_know {
    position: relative;
    padding: 1rem;
    display: flex;
    text-decoration: none;
    z-index: 2;
    align-items: center;
    justify-content: center;
}header .ex_header_know::after {
    bottom: 0;
    width: 50%;
    transition: width 0.3s ease, opacity 0.3s ease;
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
    left: 50%;
    background: #ffffff;
    opacity: 0.6;
    content: '';
}header .ex_header_know:hover::after {
    opacity: 1;
    width: 80%;
}header .ex_header_know svg {
    transition: all 0.3s ease;
    height: auto;
    filter: drop-shadow(0 4px 8px rgb(176,181,197,0.5));
    width: 220px;
}header .ex_header_know:hover svg {
    transform: translateY(-5px);
}header .ex_nav_begin {
    justify-content: center;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.1);
    gap: 0.8rem;
    width: 100%;
    position: relative;
    max-width: 800px;
    backdrop-filter: blur(5px);
    display: flex;
    padding: 0.6rem 1rem;
    flex-wrap: wrap;
}header .ex_nav_begin::before {
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    z-index: -1;
    border-radius: 28px;
    left: 0;
}header .ex_main_learn {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 10px;
    padding: 0.7rem 1.2rem;
    font-size: 18px;
    overflow: hidden;
}header .ex_main_learn::before {
    transition: opacity 0.3s ease;
    transform: translateY(100%) scale(0.8);
    height: 100%;
    border-radius: 10px;
    z-index: -1;
    background: #ffffff;
    top: 0;
    position: absolute;
    opacity: 0;
    content: '';
    width: 100%;
    left: 0;
}header .ex_main_learn:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: rgb(176,181,197);
    transform: translateY(-3px);
}header .ex_main_learn:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .ex_top_core {
    gap: 1.2rem;
}header .ex_header_know svg {
    width: 180px;
}header .ex_nav_begin {
    gap: 0.6rem;
    padding: 0.5rem;
}header .ex_main_learn {
    padding: 0.6rem 1rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .ex_top_core {
    gap: 1rem;
}header .ex_header_know svg {
    width: 150px;
}header .ex_nav_begin {
    gap: 0.4rem;
    padding: 0.4rem;
}header .ex_main_learn {
    font-size: calc(18px - 2px);
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .ex_top_core {
    gap: 0.8rem;
}header .ex_header_know svg {
    width: 140px;
}header .ex_nav_begin {
    overflow-x: auto;
    padding: 0.4rem 0.6rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .ex_nav_begin::-webkit-scrollbar {
    height: 3px;
}header .ex_nav_begin::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}header .ex_main_learn {
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
    font-size: calc(18px - 3px);
}}.ex_course_methodology {
    padding: 170px 0;
    background: linear-gradient(150deg, rgb(220,222,228) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: visible;
}.ex_course_methodology::before {
    opacity: 0.15;
    background: 
        radial-gradient(circle at 15% 20%, rgb(176,181,197,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 80%, rgb(138,143,167,0.5) 0%, transparent 40%);
    width: 100%;
    left: 0;
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
}.ex_course_methodology .ex_founder_bio {
    z-index: 2;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.ex_course_methodology .ex_text_group {
    align-items: center;
    flex-direction: column;
    width: 80%;
    display: flex;
    position: relative;
}.ex_course_methodology .ex_text_group h2 {
    z-index: 4;
    text-align: center;
    margin-bottom: 100px;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0;
}.ex_course_methodology .ex_text_group p {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    max-width: 80%;
    z-index: 3;
    padding: 60px;
    backdrop-filter: blur(15px);
    font-size: 13px;
    background: rgba(255, 255, 255, 0.05);
    line-height: 1.8;
    color: #ffffff;
    position: relative;
}.ex_course_methodology .ex_text_group::before {
    left: 5%;
    position: absolute;
    background: rgb(176,181,197,0.5);
    content: '';
    top: 50px;
    width: 90%;
    z-index: 1;
    transform: skewY(-3deg);
    height: 100%;
    opacity: 0.05;
}.ex_course_methodology .ex_text_group::after {
    height: 100%;
    left: 2.5%;
    width: 95%;
    background: rgb(138,143,167,0.5);
    position: absolute;
    z-index: 0;
    content: '';
    opacity: 0.05;
    transform: skewY(-6deg);
    top: 25px;
}.ex_course_methodology .ex_text_group h2::before {
    position: absolute;
    opacity: 0.6;
    width: 150%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(176,181,197,0.5) 20%, 
        rgb(176,181,197) 50%, 
        rgb(176,181,197,0.5) 80%, 
        transparent 100%
    );
    z-index: 5;
    left: -25%;
    content: '';
    bottom: -30px;
    height: 2px;
}.ex_course_methodology .ex_text_group h2::after {
    position: absolute;
    margin-left: -15px;
    z-index: 6;
    box-shadow: 0 0 20px rgb(176,181,197);
    bottom: -50px;
    width: 30px;
    left: 50%;
    height: 30px;
    content: '';
    animation: pulse-rotate 8s infinite linear;
    opacity: 0.7;
    transform: rotate(45deg);
    background: rgb(176,181,197);
}.ex_course_methodology .ex_text_group p::before {
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    content: '';
}.ex_course_methodology .ex_text_group p::after {
    opacity: 0.4;
    content: '';
    bottom: -50px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(138,143,167,0.5) 20%, 
        rgb(138,143,167) 50%, 
        rgb(138,143,167,0.5) 80%, 
        transparent 100%
    );
    z-index: 5;
    width: 120%;
    position: absolute;
    height: 1px;
    left: -10%;
}.ex_course_methodology::after {
    height: 200px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(220,222,228), transparent);
    left: 0;
    content: '';
    width: 100%;
    z-index: 0;
    top: -100px;
}.ex_course_methodology .ex_founder_bio::before {
    filter: blur(100px);
    opacity: 0.03;
    position: absolute;
    z-index: 0;
    background: rgb(176,181,197);
    width: 350px;
    height: 350px;
    border-radius: 50%;
    content: '';
    right: -175px;
    top: -175px;
}.ex_course_methodology .ex_founder_bio::after {
    width: 300px;
    bottom: -150px;
    content: '';
    opacity: 0.03;
    z-index: 0;
    height: 300px;
    filter: blur(80px);
    background: rgb(138,143,167);
    left: -150px;
    border-radius: 50%;
    position: absolute;
}@keyframes pulse-rotate {
    0% {
        transform: rotate(45deg) scale(1);
        opacity: 0.7;
    }
    50% {
        transform: rotate(225deg) scale(1.2);
        opacity: 0.9;
    }
    100% {
        transform: rotate(405deg) scale(1);
        opacity: 0.7;
    }
}

.ex_course_methodology .ex_text_group p {
    position: relative;
    overflow: hidden;
}.ex_course_methodology .ex_text_group p span {
    position: relative;
    z-index: 2;
}.ex_course_methodology .ex_text_group p::before {
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    height: 200%;
    opacity: 0.3;
    z-index: 0;
    left: -50%;
    position: absolute;
    animation: rotate-slow 30s linear infinite;
    top: -50%;
    content: '';
    width: 200%;
}@keyframes rotate-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ex_course_methodology .layer-element {
    position: absolute;
    z-index: 1;
    top: -30px;
    width: 150px;
    height: 150px;
    border: 2px solid rgb(176,181,197,0.5);
    transform: rotate(15deg);
    opacity: 0.1;
    animation: float-layer 15s infinite alternate;
    right: -30px;
}.ex_course_methodology .layer-element::before {
    background: rgb(176,181,197);
    opacity: 0.2;
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 25%;
}

@keyframes float-layer {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(20deg) translateY(-20px);
    }
}

@media screen and (max-width: 1200px) {.ex_course_methodology .ex_text_group {
    width: 90%;
}.ex_course_methodology .ex_text_group p {
    max-width: 90%;
    padding: 50px;
}.ex_course_methodology .layer-element {
    width: 120px;
    height: 120px;
}
}

@media screen and (max-width: 992px) {.ex_course_methodology {
    padding: 140px 0;
}.ex_course_methodology .ex_text_group {
    width: 100%;
}.ex_course_methodology .ex_text_group h2 {
    margin-bottom: 80px;
}.ex_course_methodology .ex_text_group p {
    max-width: 95%;
    padding: 40px;
}.ex_course_methodology .layer-element {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 768px) {.ex_course_methodology {
    padding: 120px 0;
    overflow: hidden;
}.ex_course_methodology .ex_text_group h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 60px;
}.ex_course_methodology .ex_text_group p {
    max-width: 100%;
    padding: 30px;
    font-size: calc(13px * 0.95);
}.ex_course_methodology .ex_text_group h2::after {
    height: 25px;
    width: 25px;
    margin-left: -12.5px;
    bottom: -40px;
}.ex_course_methodology .layer-element {
    display: none;
}
}

@media screen and (max-width: 480px) {.ex_course_methodology {
    padding: 100px 0;
}.ex_course_methodology .ex_text_group h2 {
    margin-bottom: 50px;
    letter-spacing: 1px;
    font-size: calc(35px * 0.8);
}.ex_course_methodology .ex_text_group p {
    font-size: calc(13px * 0.9);
    padding: 25px;
}.ex_course_methodology .ex_text_group h2::before {
    bottom: -20px;
}.ex_course_methodology .ex_text_group h2::after {
    width: 20px;
    height: 20px;
    bottom: -35px;
    margin-left: -10px;
}.ex_course_methodology .ex_text_group p::after {
    bottom: -30px;
}}.ex_education_history {
    background: rgb(220,222,228);
    overflow: hidden;
    padding: 140px 0;
    position: relative;
}.ex_education_history::before {
    content: "";
    z-index: 0;
    inset: 0;
    opacity: 0.1;
    animation: backgroundShift 30s linear infinite;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(176,181,197,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(138,143,167,0.5) 0, rgb(138,143,167,0.5) 1px, transparent 1px, transparent 15px);
    position: absolute;
}.ex_education_history::after {
    opacity: 0.3;
    background: 
        radial-gradient(circle at 30% 30%, rgb(176,181,197,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(138,143,167,0.5) 0%, transparent 40%);
    top: -50%;
    position: absolute;
    z-index: 0;
    content: "";
    left: -50%;
    height: 200%;
    filter: blur(60px);
    animation: pulseBackground 15s ease-in-out infinite alternate;
    width: 200%;
}.ex_education_history .container {
    padding: 0 40px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.ex_education_history .ex_learner_ratings {
    margin: 0 auto;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    transform: perspective(1200px) rotateY(0deg);
    border-radius: 25px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-rows: auto auto;
    display: grid;
    max-width: 1000px;
    grid-template-columns: 1fr 1fr;
}.ex_education_history .ex_learner_ratings:hover {
    transform: perspective(1200px) rotateY(2deg);
}.ex_education_history .ex_hero_banner {
    min-height: 450px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    grid-row: 1 / span 2;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-column: 1;
    height: 100%;
    position: relative;
}.ex_education_history .ex_hero_banner::before {
    content: "";
    inset: 0;
    mix-blend-mode: multiply;
    background: linear-gradient(135deg, rgb(176,181,197,0.5) 0%, transparent 100%);
    opacity: 0;
    z-index: 2;
    transition: opacity 0.5s ease;
    position: absolute;
}.ex_education_history .ex_learner_ratings:hover .ex_hero_banner::before {
    opacity: 0.4;
}.ex_education_history .name {
    font-size: 20px;
    position: relative;
    color: #000000;
    z-index: 2;
    grid-column: 2;
    align-self: end;
    transform: translateY(0);
    grid-row: 1;
    padding: 0 50px 5px 70px;
    font-family: Arial, sans-serif;
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
}.ex_education_history .ex_learner_ratings:hover .name {
    transform: translateY(-5px);
}.ex_education_history .ex_learner_ratings span:not(.name) {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    transform: translateY(0);
    font-size: 17px;
    grid-column: 2;
    font-weight: 300;
    padding: 35px 50px 40px 70px;
    color: rgb(138,143,167);
    z-index: 2;
    grid-row: 1;
    margin: 0;
    align-self: end;
    font-family: Arial, sans-serif;
}.ex_education_history .ex_learner_ratings:hover span:not(.name) {
    transform: translateY(-5px);
}.ex_education_history .ex_learner_ratings span:not(.name)::after {
    background: rgb(176,181,197);
    height: 2px;
    content: "";
    bottom: 30px;
    position: absolute;
    left: 70px;
    transform-origin: left;
    width: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform: scaleX(0);
}.ex_education_history .ex_learner_ratings:hover span:not(.name)::after {
    transform: scaleX(1);
}.ex_education_history .ex_job_achievements {
    line-height: 1.8;
    margin: 0;
    position: relative;
    grid-row: 2;
    z-index: 2;
    font-size: 17px;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    color: #000000;
    grid-column: 2;
    padding: 0 50px 50px 70px;
    font-weight: 400;
    font-family: Arial, sans-serif;
}.ex_education_history .ex_learner_ratings:hover .ex_job_achievements {
    transform: translateY(-5px);
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes pulseBackground {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.ex_education_history {
    padding: 120px 0;
}.ex_education_history .ex_learner_ratings {
    grid-template-columns: 1fr 1.2fr;
}.ex_education_history .ex_hero_banner {
    min-height: 400px;
}.ex_education_history .name {
    padding: 0 40px 5px 50px;
    font-size: calc(20px * 0.9);
}.ex_education_history .ex_learner_ratings span:not(.name) {
    padding: 30px 40px 35px 50px;
}.ex_education_history .ex_learner_ratings span:not(.name)::after {
    bottom: 25px;
    left: 50px;
}.ex_education_history .ex_job_achievements {
    padding: 0 40px 40px 50px;
}
}

@media (max-width: 768px) {.ex_education_history {
    padding: 100px 0;
}.ex_education_history .container {
    padding: 0 30px;
}.ex_education_history .ex_learner_ratings {
    grid-template-rows: 300px auto auto auto;
    grid-template-columns: 1fr;
}.ex_education_history .ex_hero_banner {
    grid-column: 1;
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-row: 1;
}.ex_education_history .name {
    grid-row: 2;
    grid-column: 1;
    padding: 40px 30px 5px 30px;
    text-align: left;
}.ex_education_history .ex_learner_ratings span:not(.name) {
    grid-column: 1;
    grid-row: 3;
    padding: 10px 30px 40px 30px;
    text-align: left;
}.ex_education_history .ex_learner_ratings span:not(.name)::after {
    bottom: 30px;
    left: 30px;
}.ex_education_history .ex_job_achievements {
    grid-column: 1;
    padding: 0 30px 40px 30px;
    grid-row: 4;
}
}

@media (max-width: 480px) {.ex_education_history {
    padding: 80px 0;
}.ex_education_history .container {
    padding: 0 20px;
}.ex_education_history .ex_hero_banner {
    min-height: 250px;
}.ex_education_history .name {
    padding: 30px 25px 5px 25px;
    font-size: calc(20px * 0.85);
}.ex_education_history .ex_learner_ratings span:not(.name) {
    padding: 10px 25px 30px 25px;
    font-size: calc(17px * 0.95);
}.ex_education_history .ex_learner_ratings span:not(.name)::after {
    width: 30px;
    left: 25px;
    bottom: 20px;
}.ex_education_history .ex_job_achievements {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
    padding: 0 25px 30px 25px;
}}.ex_connect {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,222,228) 0%, rgba(240, 242, 255, 0.9) 100%);
    padding: 5rem 0;
}.ex_connect::before {
    filter: blur(15px);
    z-index: 0;
    content: "";
    background: linear-gradient(45deg, rgb(176,181,197,0.5) 0%, transparent 70%);
    width: 50%;
    top: -10%;
    height: 70%;
    position: absolute;
    right: -5%;
    transform: rotate(-15deg) translateZ(-50px);
}.ex_connect::after {
    height: 60%;
    width: 40%;
    z-index: 0;
    left: -2%;
    background: linear-gradient(135deg, rgb(138,143,167,0.5) 0%, transparent 80%);
    filter: blur(10px);
    bottom: -5%;
    position: absolute;
    transform: rotate(10deg) translateZ(-30px);
    content: "";
}.ex_connect .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.ex_connect .ex_support_now {
    padding: 2.5rem;
    transform: translateZ(20px);
    backdrop-filter: blur(8px);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgb(176,181,197);
    background: rgba(255, 255, 255, 0.85);
}.ex_connect .ex_support_now:hover {
    transform: translateZ(30px) translateY(-5px);
}.ex_connect h3 {
    color: #000000;
    font-weight: 700;
    font-size: 38px;
    transform: translateZ(10px);
    position: relative;
    margin-bottom: 1.5rem;
}.ex_connect h3::after {
    transform-origin: left;
    height: 3px;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(176,181,197);
    transition: transform 0.4s ease;
    width: 60px;
    bottom: -10px;
    transform: scaleX(1);
}.ex_connect .ex_support_now:hover h3::after {
    transform: scaleX(1.5);
}.ex_connect p {
    font-size: 12px;
    margin-bottom: 1.5rem;
    transform: translateZ(5px);
    color: #000000;
    max-width: 90%;
    line-height: 1.6;
}.ex_connect h5 {
    transform: translateZ(8px);
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 19px;
}.ex_connect svg {
    width: 20px;
    margin-left: 8px;
    height: 20px;
    transition: transform 0.3s ease;
}.ex_connect svg path {
    transition: fill 0.3s ease;
    fill: rgb(176,181,197);
}.ex_connect .ex_contact_form {
    display: flex;
    margin: 2rem 0 0;
    list-style: none;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    transform: translateZ(15px);
}.ex_connect .ex_contact_form li {
    transition: transform 0.3s ease;
}.ex_connect .ex_contact_form li:hover {
    transform: translateX(5px);
}.ex_connect .ex_edu_coach {
    display: flex;
    position: relative;
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    align-items: center;
    color: #000000;
    font-size: calc(12px * 0.95);
}.ex_connect .ex_edu_coach::before {
    background: rgb(176,181,197);
    position: absolute;
    left: 0;
    content: "";
    transition: width 0.3s ease;
    height: 1px;
    width: 0;
    bottom: -3px;
}.ex_connect .ex_edu_coach:hover {
    color: rgb(176,181,197);
}.ex_connect .ex_edu_coach:hover::before {
    width: 100%;
}.ex_connect .ex_edu_coach:hover svg {
    transform: scale(1.2) rotate(5deg);
}.ex_connect .ex_edu_coach:hover svg path {
    fill: rgb(138,143,167);
}

@media (min-width: 768px) {.ex_connect .ex_support_now {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr;
}.ex_connect h3 {
    grid-column: 1 / -1;
}.ex_connect .ex_contact_form {
    grid-column: 2;
    margin: 0;
    grid-row: 2 / span 2;
}
}

@media (min-width: 992px) {.ex_connect {
    padding: 7rem 0;
}.ex_connect .ex_support_now {
    grid-gap: 3rem;
    padding: 3.5rem;
}.ex_connect h3 {
    font-size: calc(38px * 1.1);
}.ex_connect p {
    font-size: calc(12px * 1.05);
}.ex_connect .ex_contact_form {
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.ex_connect {
    padding: 3rem 0;
}.ex_connect .ex_support_now {
    padding: 1.5rem;
}.ex_connect h3 {
    font-size: calc(38px * 0.9);
}.ex_connect p {
    max-width: 100%;
}.ex_connect h5 {
    font-size: calc(19px * 0.9);
}.ex_connect .ex_contact_form {
    margin-top: 1.5rem;
}.ex_connect .ex_edu_coach {
    font-size: calc(12px * 0.9);
}}

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

.ex_connect .ex_support_now {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.ex_course_overview {
    background-color: rgb(220,222,228);
    min-height: 100vh;
    flex-direction: column;
    position: relative;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    display: flex;
}.ex_course_overview::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(176,181,197,0.5) 100%);
    pointer-events: none;
    height: 100%;
    z-index: 2;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}.ex_course_overview::after {
    content: '';
    top: 0;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(138,143,167,0.5) 0%, transparent 50%);
    animation: pulse 15s infinite alternate;
    width: 100%;
    pointer-events: none;
    z-index: 3;
    left: 0;
}.ex_course_overview .ex_program_plan {
    position: absolute;
    left: 0;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
}.ex_course_overview .ex_study_route {
    height: 100%;
    animation: carousel-slide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    width: calc(100% * var(--slide-count, 5));
    display: flex;
}.ex_course_overview .ex_program_plan:hover .ex_study_route {
    animation-play-state: paused;
}.ex_course_overview .ex_skill_academy {
    position: relative;
    height: 100%;
    transition: transform 0.5s ease;
    overflow: hidden;
    width: calc(100% / var(--slide-count, 5));
}.ex_course_overview .ex_skill_academy::before {
    content: '';
    height: 100%;
    width: 100%;
    opacity: 0.7;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    z-index: 2;
    top: 0;
    left: 0;
    position: absolute;
}.ex_course_overview .ex_skill_academy::after {
    mix-blend-mode: overlay;
    height: 100%;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        rgb(176,181,197,0.5),
        rgb(176,181,197,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    top: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    opacity: 0.05;
}.ex_course_overview .ex_skill_academy img {
    transform: scale(1.05);
    filter: saturate(1.2) contrast(1.1);
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 8s ease;
}.ex_course_overview .ex_skill_academy:hover img {
    transform: scale(1.15);
}.ex_course_overview .container {
    align-items: center;
    padding: 2rem 0;
    justify-content: flex-end;
    position: relative;
    height: 100%;
    display: flex;
    z-index: 10;
}.ex_course_overview .ex_founder_bio {
    animation: float 6s ease-in-out infinite;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    padding: 3rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    max-width: 600px;
    transform: translateX(0);
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 29px;
}.ex_course_overview .ex_knowledge_path {
    position: relative;
}.ex_course_overview .ex_knowledge_path::before {
    height: 40px;
    border-top: 2px solid rgb(176,181,197);
    opacity: 0.8;
    top: -20px;
    content: '';
    width: 40px;
    left: -20px;
    border-left: 2px solid rgb(176,181,197);
    position: absolute;
}.ex_course_overview .ex_knowledge_path::after {
    position: absolute;
    border-bottom: 2px solid rgb(138,143,167);
    content: '';
    height: 40px;
    opacity: 0.8;
    width: 40px;
    bottom: -20px;
    right: -20px;
    border-right: 2px solid rgb(138,143,167);
}.ex_course_overview .ex_knowledge_path h3 {
    color: #ffffff;
    font-size: 34px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}.ex_course_overview .ex_knowledge_path h3::after {
    background: linear-gradient(90deg, rgb(176,181,197) 0%, transparent 100%);
    position: absolute;
    left: 0;
    width: 60%;
    height: 3px;
    content: '';
    bottom: -10px;
}.ex_course_overview .ex_knowledge_path p {
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.8;
    font-size: 12px;
    margin-bottom: 2.5rem;
}.ex_course_overview .ex_knowledge_path .ex_query_info {
    font-weight: 600;
    padding: 1rem 2.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 1;
    background: linear-gradient(135deg, rgb(176,181,197) 0%, rgb(138,143,167) 100%);
    display: inline-block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
}.ex_course_overview .ex_knowledge_path .ex_query_info::before {
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    transition: all 0.4s ease;
    left: -100%;
    z-index: -1;
    width: 100%;
    height: 100%;
}.ex_course_overview .ex_knowledge_path .ex_query_info:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}.ex_course_overview .ex_knowledge_path .ex_query_info:hover::before {
    left: 100%;
    transition: all 0.4s ease;
}

@keyframes carousel-slide {
    0%, 2% {
        transform: translateX(0);
    }
    18%, 22% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
    }
    38%, 42% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
    }
    58%, 62% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
    }
    78%, 82% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
    }
    98%, 100% {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 1200px) {.ex_course_overview .container {
    justify-content: center;
}.ex_course_overview .ex_founder_bio {
    max-width: 80%;
}
}

@media screen and (max-width: 768px) {.ex_course_overview {
    min-height: auto;
    padding: 6rem 0;
}.ex_course_overview .ex_program_plan {
    height: 100%;
    position: fixed;
}.ex_course_overview .ex_founder_bio {
    padding: 2rem;
    max-width: 90%;
}.ex_course_overview .ex_knowledge_path h3 {
    font-size: calc(34px * 0.8);
}.ex_course_overview .ex_knowledge_path p {
    font-size: calc(12px * 0.9);
}.ex_course_overview .ex_knowledge_path .ex_query_info {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.ex_course_overview {
    padding: 4rem 0;
}.ex_course_overview .ex_founder_bio {
    padding: 1.5rem;
}.ex_course_overview .ex_knowledge_path h3 {
    font-size: calc(34px * 0.7);
}.ex_course_overview .ex_knowledge_path::before,
    .ex_course_overview .ex_knowledge_path::after {
    height: 30px;
    width: 30px;
}@keyframes carousel-slide {
        0%, 5% {
            transform: translateX(0);
        }
        20%, 25% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
        }
        40%, 45% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
        }
        60%, 65% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
        }
        80%, 85% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
        }
        95%, 100% {
            transform: translateX(0);
        }
    }
}

.ex_course_overview .ex_study_route {
    --slide-count: 5;
}

@supports (animation-timeline: scroll()) {.ex_course_overview .ex_study_route {
    animation-range: 0 100vh;
    animation-timeline: scroll();
}}.ex_welcome_board {
    padding: 3rem 1rem;
    overflow: hidden;
    position: relative;
    justify-content: center;
    background: rgb(220,222,228);
    flex-direction: column;
    min-height: 100vh;
    display: flex;
}.ex_welcome_board::before {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-size: 50px 50px;
    background: linear-gradient(135deg, rgba(94,170,168,0.05) 25%, transparent 25%) 0 0,
                linear-gradient(225deg, rgba(94,170,168,0.05) 25%, transparent 25%) 0 0,
                linear-gradient(315deg, rgba(94,170,168,0.05) 25%, transparent 25%) 0 0,
                linear-gradient(45deg, rgba(94,170,168,0.05) 25%, transparent 25%) 0 0;
    left: 0;
    content: "";
    z-index: 1;
}.ex_welcome_board h1 {
    z-index: 2;
    position: relative;
    margin-bottom: 2.5rem;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-weight: 600;
    animation: fadeSlideUp 0.8s 0.2s forwards;
    transform: translateY(-10px);
    opacity: 0;
    color: rgb(176,181,197);
    font-size: 19px;
}.ex_welcome_board .ex_founder_bio {
    gap: 2rem;
    display: grid;
    z-index: 2;
    grid-template-columns: 1fr;
    position: relative;
}.ex_welcome_board .ex_text_group {
    background: linear-gradient(145deg, rgba(255,255,255,0.85), rgba(255,255,255,0.95));
    animation: fadeSlideRight 0.8s 0.4s forwards;
    transform: translateX(-10px);
    padding: 2.5rem;
    z-index: 2;
    opacity: 0;
    box-shadow: 12px 12px 24px rgba(0,0,0,0.1),
                -8px -8px 20px rgba(255,255,255,0.7),
                inset 2px 2px 4px rgba(255,255,255,0.5),
                inset -2px -2px 4px rgba(0,0,0,0.05);
    position: relative;
    border-radius: 15px;
}.ex_welcome_board .ex_text_group::before {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 15px;
    height: 70%;
    background: linear-gradient(135deg, rgb(176,181,197,0.5) 0%, transparent 60%);
    opacity: 0.5;
    top: -10px;
    right: -10px;
    filter: blur(15px);
    width: 70%;
}.ex_welcome_board ol {
    padding: 0;
    list-style: none;
    margin: 0;
}.ex_welcome_board ol li {
    margin-bottom: 2rem;
}.ex_welcome_board ol li:last-child {
    margin-bottom: 0;
}.ex_welcome_board .ex_course_base {
    align-items: center;
    flex-direction: column;
    display: flex;
}.ex_welcome_board .ex_course_base svg {
    transform-origin: center;
    height: 100px;
    filter: drop-shadow(0 4px 8px rgba(94,170,168,0.25));
    width: 100px;
    margin-bottom: 1.5rem;
    animation: pulse 3s ease-in-out infinite;
}.ex_welcome_board .ex_course_base svg path {
    transition: fill 0.3s ease, transform 0.3s ease;
}.ex_welcome_board .ex_course_base svg:hover path {
    transform: scale(1.05);
    transform-origin: center;
    fill: rgb(176,181,197);
}.ex_welcome_board .ex_course_base svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.ex_welcome_board .ex_course_base svg:hover text {
    fill: #000000;
}.ex_welcome_board .ex_course_base p {
    padding-bottom: 1.5rem;
    line-height: 1.6;
    max-width: 80%;
    color: #000000;
    text-align: center;
    font-size: 17px;
    margin-bottom: 0;
    position: relative;
}.ex_welcome_board .ex_course_base p::after {
    position: absolute;
    bottom: 0;
    border-radius: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(176,181,197), transparent);
}.ex_welcome_board .ex_query_info {
    border-radius: 30px;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    box-shadow: 0 8px 15px rgba(94,170,168,0.2),
                0 2px 5px rgba(0,0,0,0.1),
                inset 0 1px 0 rgba(255,255,255,0.3);
    font-size: 15px;
    padding: 1rem 2rem;
    overflow: hidden;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    background: linear-gradient(145deg, rgb(176,181,197), rgb(138,143,167));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
}.ex_welcome_board .ex_query_info::before {
    width: 100%;
    content: "";
    transition: all 0.6s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    left: -100%;
    top: 0;
}.ex_welcome_board .ex_query_info:hover {
    box-shadow: 0 12px 20px rgba(94,170,168,0.3),
                0 4px 8px rgba(0,0,0,0.1),
                inset 0 1px 0 rgba(255,255,255,0.4);
    transform: translateY(-3px);
}.ex_welcome_board .ex_query_info:hover::before {
    left: 100%;
}.ex_welcome_board .ex_query_info:active {
    box-shadow: 0 5px 10px rgba(94,170,168,0.2),
                0 2px 4px rgba(0,0,0,0.1),
                inset 0 1px 0 rgba(255,255,255,0.3);
    transform: translateY(1px);
}.ex_welcome_board .ex_hero_banner {
    opacity: 0;
    overflow: hidden;
    box-shadow: 12px 12px 24px rgba(0,0,0,0.15),
                -8px -8px 20px rgba(255,255,255,0.7),
                inset 2px 2px 4px rgba(255,255,255,0.1);
    border-radius: 15px;
    transform: translateY(10px);
    height: 350px;
    position: relative;
    animation: fadeSlideUp 0.8s 0.6s forwards;
}.ex_welcome_board .ex_hero_banner::before {
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent 60%);
    content: "";
    height: 100%;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
}.ex_welcome_board .ex_hero_banner::after {
    top: 0;
    z-index: 1;
    mix-blend-mode: color;
    content: "";
    background: rgb(176,181,197,0.5);
    transition: opacity 0.5s ease;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.3;
}.ex_welcome_board .ex_hero_banner:hover::after {
    opacity: 0.5;
}

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

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

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

@media (min-width: 768px) {.ex_welcome_board {
    padding: 4rem 2rem;
}.ex_welcome_board h1 {
    margin-bottom: 3rem;
    font-size: calc(19px * 1.2);
}.ex_welcome_board .ex_founder_bio {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.ex_welcome_board .ex_text_group {
    padding: 3rem;
}.ex_welcome_board .ex_course_base svg {
    height: 120px;
    width: 120px;
}.ex_welcome_board .ex_hero_banner {
    height: 100%;
}
}

@media (min-width: 992px) {.ex_welcome_board {
    padding: 5rem 3rem;
}.ex_welcome_board h1 {
    font-size: calc(19px * 1.4);
}.ex_welcome_board .ex_founder_bio {
    gap: 4rem;
}.ex_welcome_board .ex_text_group {
    transition: transform 0.5s ease;
    padding: 3.5rem;
    transform: perspective(1000px) rotateY(-5deg);
}.ex_welcome_board .ex_text_group:hover {
    transform: perspective(1000px) rotateY(0);
}.ex_welcome_board .ex_hero_banner {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(5deg);
}.ex_welcome_board .ex_hero_banner:hover {
    transform: perspective(1000px) rotateY(0);
}.ex_welcome_board .ex_course_base svg {
    height: 140px;
    width: 140px;
}.ex_welcome_board .ex_query_info {
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 1200px) {.ex_welcome_board {
    padding: 6rem 4rem;
}.ex_welcome_board .ex_founder_bio {
    gap: 6rem;
    max-width: 1400px;
    margin: 0 auto;
}.ex_welcome_board .ex_text_group {
    padding: 4rem;
}.ex_welcome_board .ex_course_base p {
    font-size: calc(17px * 1.1);
}
}

@media (prefers-reduced-motion: reduce) {.ex_welcome_board h1,
    .ex_welcome_board .ex_text_group,
    .ex_welcome_board .ex_hero_banner {
    transform: none;
    opacity: 1;
    animation: none;
}.ex_welcome_board .ex_course_base svg {
    animation: none;
}.ex_welcome_board .ex_query_info::before {
    display: none;
}
}