* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.content-wrapperoRCEDOW {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}html,body {
    auto
contain
    scroll-behavior: auto;
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.press_roomfgmpRWP {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.nav_primarySs2MD7p {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    width: 1200px;
    margin: auto;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.usageAgreementAlertr3qf5Ij {
    width: 100%;
    display: flex;
    position: fixed;
    justify-content: center;
    z-index: 100;
    border-top: 3px solid rgb(205,178,218);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    padding: 20px 0;
    background: rgb(229,216,237);
}.track_toggleOLvhs8R {
    border: 2px solid rgb(205,178,218);
    border-radius: 15px;
    padding: 20px;
    display: flex;
    max-width: 1200px;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    margin: auto;
    justify-content: space-between;
    width: 90%;
}.track_prefs6GkcLQE {
    flex-shrink: 0;
    margin-right: 20px;
}.track_prefs6GkcLQE svg {
    fill: rgb(205,178,218);
    height: 50px;
    width: 50px;
}.user_statusL6VkmUv {
    color: #ffffff;
    text-align: left;
    flex-grow: 1;
}.user_statusL6VkmUv h5 {
    font-size: 18px;
    color: rgb(205,178,218);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 10px;
}.user_statusL6VkmUv p {
    margin: 0;
    line-height: 1.5;
    font-size: 18px;
    color: #ffffff;
}.user_statusL6VkmUv p a {
    color: rgb(205,178,218);
    text-decoration: underline;
}.cookie_comply7DY61Gx {
    border-radius: 10px;
    text-decoration: none;
    min-width: 120px;
    flex-shrink: 0;
    background: rgb(205,178,218);
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
}.cookie_button.cookie_listsQdw3NM {
    margin-right: 10px;
}#trackingAlertPopupjxf56yv {
    display: none;
}#trackingAlertPopupjxf56yv:checked ~ .usageAgreementAlertr3qf5Ij {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.track_toggleOLvhs8R {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.track_prefs6GkcLQE {
    margin-bottom: 20px;
    margin-right: 0;
}.cookie_comply7DY61Gx {
    max-width: 250px;
    width: 100%;
    margin: 10px 0;
}}
.privacy_quartersxFwYUQf {
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
    background-color: var(--section-bg-color, #f8f9fa);
}.privacy_quartersxFwYUQf::before {
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgba(var(--primary-color_opacity, 0.03)), transparent 80%);
    left: 0;
    top: 0;
}.privacy_quartersxFwYUQf::after {
    position: absolute;
    height: 200px;
    content: "";
    width: 200px;
    right: -10px;
    background: linear-gradient(225deg, var(--primary-color_opacity, rgba(0,100,255,0.05)), transparent 70%);
    transform: rotate(-15deg) translateY(30px);
    border-top: 1px solid var(--primary-color_opacity, rgba(0,100,255,0.1));
    z-index: 0;
    bottom: -10px;
}.privacy_quartersxFwYUQf .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
}.privacy_quartersxFwYUQf h1 {
    margin-bottom: 2rem;
    font-weight: var(--font-weight-bold, 700);
    transform: translateX(-0.5rem);
    position: relative;
    color: var(--dark-color, #212529);
    padding-bottom: 1rem;
    font-size: var(--h1-font-size, 2.5rem);
}.privacy_quartersxFwYUQf h1::after {
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, var(--primary-color, #0066ff), transparent);
    content: "";
    width: 80px;
    height: 4px;
    transition: width 0.3s ease-out;
    transform-origin: left center;
    position: absolute;
}.privacy_quartersxFwYUQf h1:hover::after {
    width: 120px;
}.privacy_quartersxFwYUQf h2 {
    transform: translateX(-1rem);
    font-size: var(--h2-font-size, 1.75rem);
    padding-left: 1rem;
    color: var(--dark-color, #212529);
    position: relative;
    font-weight: var(--font-weight-semibold, 600);
    margin: 2.5rem 0 1.25rem;
}.privacy_quartersxFwYUQf h2::before {
    height: 70%;
    position: absolute;
    width: 4px;
    background: var(--primary-color, #0066ff);
    left: 0;
    transition: transform 0.3s ease;
    top: 0.25em;
    content: "";
    transform-origin: center;
}.privacy_quartersxFwYUQf h2:hover::before {
    transform: scaleY(1.2);
}.privacy_quartersxFwYUQf h3 {
    margin: 2rem 0 1rem;
    font-weight: var(--font-weight-semibold, 600);
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.85);
    color: var(--dark-color, #212529);
    border-bottom: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
    padding-bottom: 0.5rem;
}.privacy_quartersxFwYUQf h4 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.7);
    color: var(--dark-color, #212529);
    font-weight: var(--font-weight-semibold, 600);
    position: relative;
    margin: 1.75rem 0 0.75rem;
}.privacy_quartersxFwYUQf p {
    color: var(--p-color, #495057);
    font-size: var(--p-font-size, 1rem);
    line-height: 1.7;
    max-width: 92%;
    margin-bottom: 1.5rem;
}.privacy_quartersxFwYUQf strong {
    font-weight: var(--font-weight-semibold, 600);
    color: var(--dark-color, #212529);
}.privacy_quartersxFwYUQf ul {
    padding-left: 1.25rem;
    margin: 1.5rem 0 2rem;
    list-style: none;
}.privacy_quartersxFwYUQf li {
    line-height: 1.6;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    font-size: var(--p-font-size, 1rem);
    color: var(--p-color, #495057);
    position: relative;
}.privacy_quartersxFwYUQf li::before {
    border-radius: 1px;
    transition: transform 0.2s ease;
    width: 6px;
    content: "";
    background-color: var(--primary-color, #0066ff);
    left: 0;
    height: 6px;
    transform: rotate(45deg);
    position: absolute;
    top: 0.65em;
}.privacy_quartersxFwYUQf li:hover::before {
    transform: rotate(135deg) scale(1.1);
}.privacy_quartersxFwYUQf span {
    padding-left: 0.75rem;
    font-size: var(--p-font-size, 1rem);
    border-left: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
    line-height: 1.7;
    color: var(--p-color, #495057);
    display: block;
    margin-bottom: 1.5rem;
}

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

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

@media (max-width: 767px) {.privacy_quartersxFwYUQf {
    padding: 3rem 0;
}.privacy_quartersxFwYUQf .container {
    padding: 0 1.5rem;
}.privacy_quartersxFwYUQf h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
    margin-bottom: 1.5rem;
}.privacy_quartersxFwYUQf h2 {
    margin: 2rem 0 1rem;
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.9);
}.privacy_quartersxFwYUQf h3 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.75);
}.privacy_quartersxFwYUQf h4 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.65);
}.privacy_quartersxFwYUQf ul {
    padding-left: 0.5rem;
}.privacy_quartersxFwYUQf li {
    margin-bottom: 0.75rem;
    padding-left: 1.25rem;
}.privacy_quartersxFwYUQf p, 
    .privacy_quartersxFwYUQf span {
    margin-bottom: 1.25rem;
}}.program_offeringsT3jHMt6 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
    background: rgb(229,216,237);
}.program_offeringsT3jHMt6::before {
    top: 0;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(205,178,218,0.5) 0%, transparent 50%, rgb(169,139,194,0.5) 100%);
    animation: backgroundShift 15s infinite alternate;
}.program_offeringsT3jHMt6::after {
    left: 0;
    top: 0;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(205,178,218,0.5) 0%, transparent 70%);
    position: absolute;
    height: 100%;
    animation: pulse 8s infinite alternate;
    width: 100%;
    content: "";
    z-index: 2;
}.program_offeringsT3jHMt6 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
}.program_offeringsT3jHMt6 .master_itAGP5u0q {
    display: grid;
    position: relative;
    gap: 40px;
    perspective: 1000px;
    grid-template-columns: 1.5fr 1fr;
}.program_offeringsT3jHMt6 .master_itAGP5u0q::before {
    height: calc(100% + 60px);
    content: "";
    border-radius: 11px;
    left: -30px;
    top: -30px;
    position: absolute;
    z-index: -1;
    transform: rotateY(5deg) rotateX(2deg);
    animation: borderPulse 4s infinite alternate;
    transform-style: preserve-3d;
    border: 1px solid rgb(205,178,218,0.5);
    width: calc(100% + 60px);
}.program_offeringsT3jHMt6 .text_wrap6vosyJO {
    transform: translateZ(0);
    animation: floatPanel 8s ease-in-out infinite;
    padding: 35px;
    border-radius: 11px;
    backdrop-filter: blur(8px);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    flex-direction: column;
}.program_offeringsT3jHMt6 .text_wrap6vosyJO h2 {
    position: relative;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, rgb(205,178,218) 0%, rgb(169,139,194) 100%);
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(205,178,218);
    max-width: fit-content;
    transform: translateY(-10px);
    font-weight: 700;
    border-radius: 10px;
    display: inline-block;
    color: #ffffff;
    font-size: 28px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(205,178,218,0.5);
    padding: 15px 20px;
    border-radius: 8px 0 8px 0;
    letter-spacing: 1.5px;
    border-left: 2px solid rgb(169,139,194);
}.program_offeringsT3jHMt6 .text_wrap6vosyJO .description {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    font-weight: 400;
    z-index: 2;
    border-left: 3px solid rgb(205,178,218,0.5);
    position: relative;
    font-size: 18px;
    letter-spacing: 0.5px;
    backdrop-filter: blur(4px);
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.9;
    transition: all 0.5s ease;
    transform: translateZ(0);
    text-align: justify;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    padding: 18px;
}.program_offeringsT3jHMt6 .text_wrap6vosyJO .description:first-of-type {
    border-left-color: rgb(205,178,218);
}.program_offeringsT3jHMt6 .text_wrap6vosyJO .description:last-of-type {
    border-left-color: rgb(169,139,194);
    margin-bottom: 0;
}.program_offeringsT3jHMt6 .text_wrap6vosyJO .description::before {
    z-index: -1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    top: 0;
    content: "";
    position: absolute;
    border-radius: 10px;
    width: 100%;
    left: 0;
    height: 100%;
}.program_offeringsT3jHMt6 .text_wrap6vosyJO .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.program_offeringsT3jHMt6 .photo_box_wrapnC2o7Wq {
    align-self: flex-start;
    background-position: center;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    border-radius: 11px;
    z-index: 4;
    transform-style: preserve-3d;
    height: 450px;
    background-size: cover;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateZ(0) rotateY(-5deg);
    animation: floatImage 6s ease-in-out infinite alternate;
}.program_offeringsT3jHMt6 .photo_box_wrapnC2o7Wq:hover {
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(205,178,218,0.5);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(205,178,218,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(169,139,194,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(205,178,218,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(205,178,218);
    }
}

@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}

@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(205,178,218,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(205,178,218);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.program_offeringsT3jHMt6 {
    padding: 100px 0;
}.program_offeringsT3jHMt6 .master_itAGP5u0q {
    gap: 30px;
}.program_offeringsT3jHMt6 .text_wrap6vosyJO {
    padding: 30px;
}.program_offeringsT3jHMt6 .text_wrap6vosyJO h2 {
    font-size: calc(28px * 0.9);
    padding: 12px 18px;
}.program_offeringsT3jHMt6 .text_wrap6vosyJO .description {
    padding: 15px;
}
}

@media screen and (max-width: 991px) {.program_offeringsT3jHMt6 {
    padding: 80px 0;
}.program_offeringsT3jHMt6 .master_itAGP5u0q {
    gap: 40px;
    grid-template-columns: 1fr;
}.program_offeringsT3jHMt6 .master_itAGP5u0q::before {
    left: -20px;
    top: -20px;
    height: calc(100% + 40px);
    transform: none;
    width: calc(100% + 40px);
}.program_offeringsT3jHMt6 .text_wrap6vosyJO {
    order: 2;
    transform: none;
    animation: none;
}.program_offeringsT3jHMt6 .photo_box_wrapnC2o7Wq {
    animation: pulse 8s infinite alternate;
    order: 1;
    min-height: 400px;
    transform: none;
}.program_offeringsT3jHMt6 .photo_box_wrapnC2o7Wq:hover {
    transform: scale(1.02) translateY(-5px);
}.program_offeringsT3jHMt6 .text_wrap6vosyJO h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%;
    display: block;
}.program_offeringsT3jHMt6 .text_wrap6vosyJO .description {
    text-align: left;
}
}

@media screen and (max-width: 767px) {.program_offeringsT3jHMt6 {
    padding: 60px 0;
}.program_offeringsT3jHMt6 .master_itAGP5u0q {
    gap: 30px;
}.program_offeringsT3jHMt6 .text_wrap6vosyJO {
    padding: 25px;
    gap: 20px;
}.program_offeringsT3jHMt6 .text_wrap6vosyJO h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 15px;
    padding: 10px 15px;
}.program_offeringsT3jHMt6 .text_wrap6vosyJO .description {
    font-size: calc(18px * 0.95);
    margin-bottom: 15px;
    line-height: 1.7;
    padding: 12px;
}.program_offeringsT3jHMt6 .photo_box_wrapnC2o7Wq {
    min-height: 350px;
}.program_offeringsT3jHMt6 .master_itAGP5u0q::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.program_offeringsT3jHMt6 {
    padding: 40px 0;
}.program_offeringsT3jHMt6 .text_wrap6vosyJO {
    padding: 20px;
    gap: 15px;
}.program_offeringsT3jHMt6 .text_wrap6vosyJO h2 {
    padding: 8px 12px;
    font-size: calc(28px * 0.7);
    letter-spacing: 1px;
}.program_offeringsT3jHMt6 .text_wrap6vosyJO .description {
    padding: 10px;
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.program_offeringsT3jHMt6 .photo_box_wrapnC2o7Wq {
    min-height: 280px;
}}.title_boardN7OjdYl {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(229,216,237) 30%, rgb(169,139,194,0.5) 150%);
    min-height: 100vh;
}.title_boardN7OjdYl::before {
    height: 100%;
    width: 100%;
    content: "";
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgba(94, 170, 168, 0.03) 20px,
        rgba(94, 170, 168, 0.03) 40px
    );
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
}.title_boardN7OjdYl::after {
    top: -10%;
    opacity: 0.4;
    position: absolute;
    filter: blur(60px);
    background: linear-gradient(135deg, rgb(205,178,218,0.5), transparent);
    content: "";
    width: 40%;
    right: -5%;
    z-index: 0;
    transform: rotate(-15deg);
    height: 70%;
}.title_boardN7OjdYl .exp_yearsGqeL3um {
    margin: 0 auto;
    max-width: 1400px;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
    height: 100%;
    z-index: 2;
    position: relative;
    display: grid;
}.title_boardN7OjdYl .text_wrap6vosyJO {
    transform: translateY(0);
    position: relative;
    animation: text-entry 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    justify-content: center;
    z-index: 3;
    opacity: 1;
    gap: 2rem;
    display: flex;
    flex-direction: column;
}.title_boardN7OjdYl h1 {
    color: #000000;
    margin: 0;
    font-size: clamp(2rem, 5vw, 39px);
    font-weight: 700;
    opacity: 1;
    line-height: 1.2;
    animation: title-slide 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
    position: relative;
    transform: translateX(0);
}.title_boardN7OjdYl h1::after {
    animation: line-expand 1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
    height: 4px;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    content: "";
    background: rgb(169,139,194);
    width: 80px;
    bottom: -10px;
}.title_boardN7OjdYl .study_smartR7wWBDN {
    flex-direction: column;
    animation: fade-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
    gap: 1.5rem;
    position: relative;
    display: flex;
    transform: translateY(0);
    opacity: 1;
}.title_boardN7OjdYl .study_smartR7wWBDN p {
    max-width: 600px;
    font-size: clamp(1rem, 2vw, 14px);
    position: relative;
    color: #000000;
    margin: 0;
    line-height: 1.6;
}.title_boardN7OjdYl .study_smartR7wWBDN svg {
    animation: svg-pulse 5s ease-in-out infinite alternate;
    margin-bottom: 1rem;
    height: 80px;
    transform-origin: center;
    width: 80px;
}.title_boardN7OjdYl .study_smartR7wWBDN svg path {
    transition: fill 0.3s ease;
    fill: rgb(169,139,194);
}.title_boardN7OjdYl .study_smartR7wWBDN svg:hover path {
    fill: rgb(205,178,218);
}.title_boardN7OjdYl .study_smartR7wWBDN svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title_boardN7OjdYl .study_smartR7wWBDN svg:hover text {
    fill: rgb(205,178,218);
}.title_boardN7OjdYl ul {
    opacity: 0;
    padding: 0;
    margin: 1rem 0 0;
    gap: 1rem;
    transform: translateY(20px);
    display: flex;
    animation: fade-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
    list-style: none;
}.title_boardN7OjdYl ul li {
    margin: 0;
}.title_boardN7OjdYl .support_box6mkZIl5 {
    transform: translateZ(0);
    text-decoration: none;
    position: relative;
    box-shadow: 0 4px 20px -5px rgba(94, 170, 168, 0.4);
    border-radius: 3px;
    display: inline-block;
    background: rgb(169,139,194);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 0.9rem 2rem;
    overflow: hidden;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
}.title_boardN7OjdYl .support_box6mkZIl5::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: all 0.6s ease;
    width: 100%;
    top: 0;
    content: "";
    left: -100%;
    height: 100%;
}.title_boardN7OjdYl .support_box6mkZIl5:hover {
    box-shadow: 0 6px 25px -5px rgba(94, 170, 168, 0.5);
    transform: translateY(-2px);
    background: rgb(205,178,218);
}.title_boardN7OjdYl .support_box6mkZIl5:hover::before {
    left: 100%;
}.title_boardN7OjdYl .photo_box_wrapnC2o7Wq {
    overflow: hidden;
    animation: photo-entry 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    border-radius: 4px;
    transform: translateY(20px) rotate(0deg);
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 40vh;
    width: 100%;
    position: relative;
}.title_boardN7OjdYl .photo_box_wrapnC2o7Wq::before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
    background: linear-gradient(to bottom, rgba(94, 170, 168, 0.2), transparent);
}.title_boardN7OjdYl .photo_box_wrapnC2o7Wq::after {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    height: 30%;
    z-index: 1;
    bottom: 0;
    width: 100%;
}

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

@keyframes title-slide {
    from {
        transform: translateX(-30px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes line-expand {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes photo-entry {
    from {
        transform: translateY(40px) rotate(-2deg);
        opacity: 0;
    }
    to {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
}

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

@media (min-width: 768px) {.title_boardN7OjdYl .exp_yearsGqeL3um {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    min-height: 90vh;
    align-items: center;
    padding: 3rem;
}.title_boardN7OjdYl .photo_box_wrapnC2o7Wq {
    max-height: 600px;
    transform: translateY(0) rotate(-2deg);
    height: 70vh;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.title_boardN7OjdYl .photo_box_wrapnC2o7Wq:hover {
    transform: translateY(-5px) rotate(0deg);
}.title_boardN7OjdYl h1 {
    font-size: 39px;
}
}

@media (min-width: 992px) {.title_boardN7OjdYl .exp_yearsGqeL3um {
    padding: 4rem;
}.title_boardN7OjdYl h1::after {
    width: 120px;
}.title_boardN7OjdYl .study_smartR7wWBDN svg {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 767px) {.title_boardN7OjdYl {
    padding-top: 60px;
}.title_boardN7OjdYl .exp_yearsGqeL3um {
    padding-bottom: 3rem;
    padding-top: 2rem;
}.title_boardN7OjdYl .text_wrap6vosyJO {
    order: 2;
}.title_boardN7OjdYl .photo_box_wrapnC2o7Wq {
    margin-bottom: 1.5rem;
    order: 1;
}
}

@media (max-width: 480px) {.title_boardN7OjdYl .exp_yearsGqeL3um {
    padding: 1.5rem;
}.title_boardN7OjdYl h1 {
    font-size: 1.8rem;
}.title_boardN7OjdYl .study_smartR7wWBDN svg {
    height: 60px;
    width: 60px;
}.title_boardN7OjdYl .support_box6mkZIl5 {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
}}.reach_out2MfG7iV {
    background: linear-gradient(135deg, rgb(229,216,237) 0%, rgb(169,139,194,0.5) 100%);
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}.reach_out2MfG7iV::before {
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(205,178,218,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(169,139,194,0.5) 0%, transparent 70%);
    opacity: 0.4;
    left: 0;
    content: '';
    width: 100%;
}.reach_out2MfG7iV::after {
    z-index: 1;
    height: 100%;
    content: '';
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgb(169,139,194,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(169,139,194,0.5) 1px, transparent 1px);
    position: absolute;
    left: 0;
    background-size: 50px 50px;
    opacity: 0.1;
    top: 0;
}.reach_out2MfG7iV .photo_box_wrapnC2o7Wq {
    position: absolute;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    left: 0;
    top: 0;
    height: 100%;
    width: 45%;
}.reach_out2MfG7iV .photo_box_wrapnC2o7Wq::after {
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(205,178,218,0.5) 0%, transparent 60%);
    left: 0;
    opacity: 0.7;
    content: '';
    height: 100%;
}.reach_out2MfG7iV .container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}.reach_out2MfG7iV h3 {
    letter-spacing: 1px;
    font-size: 37px;
    text-align: center;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-shadow: 0 0 15px rgb(205,178,218,0.5);
    color: #ffffff;
}.reach_out2MfG7iV .message_inquirye49taM6 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: space-between;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    overflow: hidden;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 21px;
}.reach_out2MfG7iV .message_inquirye49taM6:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.reach_out2MfG7iV .connect_reachbIxHqlp {
    position: relative;
    flex: 1;
    padding: 40px;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.reach_out2MfG7iV .connect_reachbIxHqlp::before {
    content: '';
    right: -100px;
    width: 200px;
    background: radial-gradient(rgb(205,178,218,0.5), transparent 70%);
    height: 200px;
    top: -100px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
}.reach_out2MfG7iV .connect_reachbIxHqlp::after {
    background: radial-gradient(rgb(169,139,194,0.5), transparent 70%);
    border-radius: 50%;
    height: 150px;
    left: -75px;
    position: absolute;
    bottom: -75px;
    opacity: 0.2;
    width: 150px;
    content: '';
}.reach_out2MfG7iV form {
    z-index: 2;
    position: relative;
}.reach_out2MfG7iV form h3 {
    -webkit-background-clip: text !important;
    text-shadow: none;
    margin-bottom: 25px;
    background: linear-gradient(to right, #ffffff, rgb(205,178,218));
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    text-align: left;
}.reach_out2MfG7iV input[type="text"],
.reach_out2MfG7iV textarea {
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    font-size: 13px;
    transition: all 0.3s ease;
    width: 100%;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.08);
}.reach_out2MfG7iV input[type="text"]:focus,
.reach_out2MfG7iV textarea:focus {
    border-color: rgb(205,178,218);
    background: rgba(255, 255, 255, 0.12);
    outline: none;
    box-shadow: 0 0 10px rgb(205,178,218,0.5);
}.reach_out2MfG7iV textarea {
    resize: none;
    height: 120px;
}.reach_out2MfG7iV .message_linksyaEOMiv {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.reach_out2MfG7iV .message_linksyaEOMiv input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.reach_out2MfG7iV .message_linksyaEOMiv label {
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    padding-left: 30px;
}.reach_out2MfG7iV .message_linksyaEOMiv label::before {
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 20px;
    position: absolute;
    width: 20px;
    top: 2px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    content: '';
    left: 0;
    transition: all 0.3s ease;
}.reach_out2MfG7iV .message_linksyaEOMiv input[type="checkbox"]:checked + label::before {
    border-color: rgb(205,178,218);
    background: rgb(205,178,218);
}.reach_out2MfG7iV .message_linksyaEOMiv input[type="checkbox"]:checked + label::after {
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
    width: 6px;
    left: 7px;
    border: solid #ffffff;
    content: '';
    height: 12px;
    border-width: 0 2px 2px 0;
}.reach_out2MfG7iV .message_linksyaEOMiv a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(205,178,218);
}.reach_out2MfG7iV .message_linksyaEOMiv a:hover {
    color: rgb(169,139,194);
    text-decoration: underline;
}.reach_out2MfG7iV .support_box6mkZIl5 {
    font-size: 14px;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    background: linear-gradient(to right, rgb(205,178,218), rgb(169,139,194));
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 15px;
}.reach_out2MfG7iV .support_box6mkZIl5::before {
    transition: left 0.7s ease;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    left: -100%;
}.reach_out2MfG7iV .support_box6mkZIl5:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(205,178,218,0.5);
}.reach_out2MfG7iV .support_box6mkZIl5:hover::before {
    left: 100%;
}.reach_out2MfG7iV .help_linksZ7a468l {
    padding: 40px;
    width: 40%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
}.reach_out2MfG7iV .help_linksZ7a468l::before {
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(205,178,218,0.5) 0%, transparent 60%);
    position: absolute;
    opacity: 0.4;
    content: '';
    top: 0;
    right: 0;
}.reach_out2MfG7iV .help_linksZ7a468l h4 {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
}.reach_out2MfG7iV .help_linksZ7a468l h4::after {
    background: rgb(205,178,218);
    bottom: -10px;
    width: 50px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    content: '';
    height: 3px;
}.reach_out2MfG7iV .support_mapVs1zrbN {
    padding: 0;
    margin: 0;
    list-style: none;
}.reach_out2MfG7iV .support_mapVs1zrbN li {
    align-items: flex-start;
    transition: transform 0.3s ease;
    padding-left: 5px;
    display: flex;
    position: relative;
    margin-bottom: 25px;
}.reach_out2MfG7iV .support_mapVs1zrbN li:hover {
    transform: translateX(5px);
}.reach_out2MfG7iV .support_mapVs1zrbN li::before {
    height: 0;
    top: 50%;
    transition: all 0.3s ease;
    content: '';
    width: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -10px;
    opacity: 0;
    background: rgb(205,178,218);
}.reach_out2MfG7iV .support_mapVs1zrbN li:hover::before {
    width: 6px;
    opacity: 1;
    left: -3px;
    height: 6px;
}.reach_out2MfG7iV .support_mapVs1zrbN svg {
    height: 24px;
    fill: rgb(205,178,218);
    width: 24px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(205,178,218,0.5));
    margin-right: 15px;
    flex-shrink: 0;
}.reach_out2MfG7iV .support_mapVs1zrbN li:hover svg {
    transform: scale(1.1);
}.reach_out2MfG7iV .support_mapVs1zrbN svg path {
    fill: rgb(205,178,218);
    transition: fill 0.3s ease;
}.reach_out2MfG7iV .support_mapVs1zrbN li:hover svg path {
    fill: rgb(169,139,194);
}.reach_out2MfG7iV .support_mapVs1zrbN span {
    font-size: 13px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.reach_out2MfG7iV .support_mapVs1zrbN a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}.reach_out2MfG7iV .support_mapVs1zrbN a:hover {
    color: rgb(205,178,218);
}

@media (max-width: 992px) {.reach_out2MfG7iV {
    padding: 60px 0;
}.reach_out2MfG7iV .photo_box_wrapnC2o7Wq {
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    width: 40%;
}.reach_out2MfG7iV .message_inquirye49taM6 {
    flex-direction: column;
}.reach_out2MfG7iV .connect_reachbIxHqlp {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.reach_out2MfG7iV .help_linksZ7a468l {
    width: 100%;
}
}

@media (max-width: 768px) {.reach_out2MfG7iV {
    padding: 40px 0;
}.reach_out2MfG7iV .photo_box_wrapnC2o7Wq {
    display: none;
}.reach_out2MfG7iV h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.reach_out2MfG7iV .connect_reachbIxHqlp,
    .reach_out2MfG7iV .help_linksZ7a468l {
    padding: 30px;
}.reach_out2MfG7iV form h3,
    .reach_out2MfG7iV .help_linksZ7a468l h4 {
    font-size: calc(18px * 0.9);
}.reach_out2MfG7iV input[type="text"],
    .reach_out2MfG7iV textarea {
    padding: 12px;
    margin-bottom: 15px;
}.reach_out2MfG7iV textarea {
    height: 100px;
}.reach_out2MfG7iV .support_box6mkZIl5 {
    padding: 12px;
}.reach_out2MfG7iV .support_mapVs1zrbN li {
    margin-bottom: 20px;
}.reach_out2MfG7iV .support_mapVs1zrbN svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}

@media (max-width: 576px) {.reach_out2MfG7iV {
    padding: 30px 0;
}.reach_out2MfG7iV h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 20px;
}.reach_out2MfG7iV .connect_reachbIxHqlp,
    .reach_out2MfG7iV .help_linksZ7a468l {
    padding: 20px;
}.reach_out2MfG7iV .message_inquirye49taM6 {
    margin: 0 10px;
}.reach_out2MfG7iV .message_linksyaEOMiv label {
    font-size: calc(12px * 0.9);
}.reach_out2MfG7iV .support_mapVs1zrbN li {
    margin-bottom: 15px;
}.reach_out2MfG7iV .support_mapVs1zrbN span {
    font-size: calc(13px * 0.9);
}.reach_out2MfG7iV::before,
    .reach_out2MfG7iV::after,
    .reach_out2MfG7iV .connect_reachbIxHqlp::before,
    .reach_out2MfG7iV .connect_reachbIxHqlp::after,
    .reach_out2MfG7iV .help_linksZ7a468l::before {
    opacity: 0.2;
}}.press_roomfgmpRWP {
    padding: 5rem 0 2rem;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    background-color: rgb(229,216,237);
}.press_roomfgmpRWP::before {
    height: 250px;
    background: linear-gradient(180deg, transparent 0%, rgb(205,178,218,0.5) 100%);
    position: absolute;
    bottom: 0;
    z-index: 0;
    content: '';
    opacity: 0.05;
    left: 0;
    right: 0;
}.press_roomfgmpRWP .container {
    z-index: 1;
    position: relative;
}.press_roomfgmpRWP .equity_infoxNRl02I {
    gap: 4rem;
    flex-direction: column;
    display: flex;
}.press_roomfgmpRWP .instant_contactmMtzRhb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    position: relative;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgb(169,139,194,0.5);
}.press_roomfgmpRWP .instant_contactmMtzRhb::after {
    background-color: rgb(205,178,218);
    content: '';
    width: 60px;
    bottom: -1px;
    left: 0;
    position: absolute;
    height: 3px;
}.press_roomfgmpRWP .info_item {
    transition: transform 0.3s ease-out;
    padding: 0.5rem;
}.press_roomfgmpRWP .info_item:hover {
    transform: translateX(5px);
}.press_roomfgmpRWP .info_item p,
.press_roomfgmpRWP .info_item a {
    align-items: center;
    gap: 0.75rem;
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 400;
    display: flex;
    font-size: 14px;
    color: #000000;
}.press_roomfgmpRWP .info_item a:hover {
    color: rgb(205,178,218);
}.press_roomfgmpRWP .info_item svg {
    flex-shrink: 0;
    fill: rgb(205,178,218);
    height: 20px;
    width: 20px;
}.press_roomfgmpRWP .text_main_holder {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr 1.2fr;
}.press_roomfgmpRWP .first_expertdrUJlG8 {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}.press_roomfgmpRWP .first_expertdrUJlG8 svg {
    max-width: 160px;
    transition: opacity 0.3s ease;
    height: auto;
}.press_roomfgmpRWP .first_expertdrUJlG8 svg:hover {
    opacity: 0.8;
}.press_roomfgmpRWP .biz_learningsFluog12 {
    opacity: 0.8;
    max-width: 300px;
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
}.press_roomfgmpRWP .page_navPC574Zq {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}.press_roomfgmpRWP .page_navPC574Zq h5 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 19px;
    position: relative;
}.press_roomfgmpRWP .header_topjxYSBEW {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.press_roomfgmpRWP .header_topjxYSBEW a {
    padding-left: 0;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease, padding-left 0.3s ease;
}.press_roomfgmpRWP .header_topjxYSBEW a::before {
    position: absolute;
    top: 50%;
    width: 0;
    transform: translateY(-50%);
    left: -10px;
    transition: width 0.3s ease, left 0.3s ease;
    content: '';
    height: 1px;
    background-color: rgb(205,178,218);
}.press_roomfgmpRWP .header_topjxYSBEW a:hover {
    padding-left: 12px;
    color: rgb(205,178,218);
}.press_roomfgmpRWP .header_topjxYSBEW a:hover::before {
    width: 10px;
    left: 0;
}.press_roomfgmpRWP .subscribe_holder {
    border-radius: 13px;
    flex-direction: column;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    gap: 1.5rem;
    background-color: #ffffff;
    padding: 2rem;
    display: flex;
}.press_roomfgmpRWP .subscribe_holder h5 {
    font-weight: 600;
    font-size: 19px;
    color: #000000;
}.press_roomfgmpRWP .subscribe_holder p {
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
}.press_roomfgmpRWP .input_holder {
    display: flex;
    position: relative;
    gap: 0.5rem;
}.press_roomfgmpRWP .input_holder input[type="email"] {
    flex: 1;
    border: 1px solid rgb(169,139,194,0.5);
    border-radius: 10px;
    padding: 1rem 1.25rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    background-color: transparent;
    font-size: 14px;
}.press_roomfgmpRWP .input_holder input[type="email"]:focus {
    border-color: rgb(205,178,218);
    outline: none;
    box-shadow: 0 0 0 3px rgb(205,178,218,0.5);
}.press_roomfgmpRWP .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.press_roomfgmpRWP .updates_fieldsetBK4mPM6 {
    color: #ffffff;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 1rem 1.5rem;
    font-size: 19px;
    cursor: pointer;
    border: none;
    font-weight: 600;
    background-color: rgb(205,178,218);
}.press_roomfgmpRWP .updates_fieldsetBK4mPM6:hover {
    transform: translateY(-2px);
    background-color: rgb(169,139,194);
}.press_roomfgmpRWP .footer_benefitGLuWHaq {
    text-align: center;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(169,139,194,0.5);
}.press_roomfgmpRWP .converteropLdq1j {
    color: #000000;
    font-size: 15px;
    opacity: 0.8;
}.press_roomfgmpRWP .header_topjxYSBEW:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.press_roomfgmpRWP .header_topjxYSBEW:first-child::after {
    position: absolute;
    height: 1px;
    background-color: rgb(169,139,194,0.5);
    left: 0;
    bottom: -0.75rem;
    width: 30px;
    content: '';
}.press_roomfgmpRWP {
    background-size: 40px 40px;
    background-attachment: fixed;
    background-repeat: repeat;
    background-blend-mode: overlay;
    background-image: 
        linear-gradient(rgb(169,139,194,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(169,139,194,0.5) 1px, transparent 1px);
    background-position: center;
}

@media (max-width: 1024px) {.press_roomfgmpRWP {
    padding: 4rem 0 2rem;
}.press_roomfgmpRWP .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}.press_roomfgmpRWP .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.press_roomfgmpRWP {
    padding: 3.5rem 0 1.5rem;
}.press_roomfgmpRWP .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.press_roomfgmpRWP .subscribe_holder {
    grid-column: auto;
}.press_roomfgmpRWP .instant_contactmMtzRhb {
    grid-template-columns: 1fr 1fr;
}.press_roomfgmpRWP .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.press_roomfgmpRWP {
    padding: 3rem 0 1.5rem;
}.press_roomfgmpRWP .instant_contactmMtzRhb {
    grid-template-columns: 1fr;
}.press_roomfgmpRWP .input_holder {
    flex-direction: column;
}.press_roomfgmpRWP .updates_fieldsetBK4mPM6 {
    width: 100%;
}.press_roomfgmpRWP .first_expertdrUJlG8,
    .press_roomfgmpRWP .page_navPC574Zq h5,
    .press_roomfgmpRWP .header_topjxYSBEW,
    .press_roomfgmpRWP .header_topjxYSBEW a {
    align-items: center;
    text-align: center;
}.press_roomfgmpRWP .first_expertdrUJlG8 svg {
    margin: 0 auto;
}.press_roomfgmpRWP .biz_learningsFluog12 {
    text-align: center;
    max-width: 100%;
}.press_roomfgmpRWP .header_topjxYSBEW:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.press_roomfgmpRWP .instant_contactmMtzRhb::after {
    transform: translateX(-50%);
    left: 50%;
}.press_roomfgmpRWP .header_topjxYSBEW a::before {
    display: none;
}.press_roomfgmpRWP .header_topjxYSBEW a:hover {
    padding-left: 0;
}}.operation_processrpSQVO7 {
    background: linear-gradient(135deg, rgb(229,216,237) 0%, rgb(205,178,218,0.5) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.operation_processrpSQVO7::before {
    transform: perspective(1000px) rotateY(5deg);
    width: 100%;
    opacity: 0.05;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    background-image: 
        linear-gradient(45deg, rgb(169,139,194,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(169,139,194,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(169,139,194,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(169,139,194,0.5) 75%);
    animation: patternShift 30s infinite linear;
    background-size: 120px 120px;
    top: 0;
    z-index: 1;
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
}.operation_processrpSQVO7::after {
    position: absolute;
    transform: rotate(15deg);
    content: "";
    opacity: 0.3;
    background: linear-gradient(120deg, rgb(205,178,218,0.5) 10%, transparent 70%);
    top: -50%;
    filter: blur(80px);
    right: -25%;
    width: 70%;
    z-index: 0;
    height: 200%;
}.operation_processrpSQVO7 .container {
    position: relative;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.operation_processrpSQVO7 .exp_yearsGqeL3um {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset,
        0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    backdrop-filter: blur(10px);
    border-radius: 10px;
}.operation_processrpSQVO7 .exp_yearsGqeL3um:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.3) inset,
        0 10px 25px rgba(rgb(205,178,218), 0.1);
}.operation_processrpSQVO7 .exp_yearsGqeL3um > div {
    padding: 40px;
    position: relative;
    z-index: 3;
}.operation_processrpSQVO7 .exp_yearsGqeL3um > div::before {
    position: absolute;
    transform-origin: left center;
    top: 0;
    left: 0;
    width: 60px;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 4px;
    z-index: 4;
    content: "";
    background: linear-gradient(90deg, rgb(205,178,218) 0%, rgb(169,139,194) 100%);
}.operation_processrpSQVO7 .exp_yearsGqeL3um:hover > div::before {
    animation: pulse 2s infinite;
    width: 100%;
}.operation_processrpSQVO7 h3 {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    color: #000000;
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 700;
    transform: translateX(0);
}.operation_processrpSQVO7 .exp_yearsGqeL3um:hover h3 {
    transform: translateX(10px);
}.operation_processrpSQVO7 p {
    font-size: 12px;
    position: relative;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 0;
}.operation_processrpSQVO7 p span {
    transition: transform 0.5s 0.1s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    display: block;
    opacity: 0.95;
    transform: translateY(0);
}.operation_processrpSQVO7 .exp_yearsGqeL3um:hover p span {
    transform: translateY(5px);
}

@keyframes patternShift {
    0% {
        background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    }
    100% {
        background-position: 1000px 1000px, 1000px 1060px, 1060px 940px, 940px 1000px;
    }
}

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

@media (min-width: 768px) {.operation_processrpSQVO7 {
    padding: 150px 0;
}.operation_processrpSQVO7 .container {
    grid-template-columns: 1fr;
    gap: 60px;
}.operation_processrpSQVO7 .exp_yearsGqeL3um > div {
    padding: 60px;
}.operation_processrpSQVO7 h3 {
    margin-bottom: 30px;
    font-size: calc(36px * 1.1);
}.operation_processrpSQVO7 p {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 992px) {.operation_processrpSQVO7 {
    padding: 180px 0;
}.operation_processrpSQVO7 .container {
    padding: 0 40px;
}.operation_processrpSQVO7 .exp_yearsGqeL3um {
    transform: perspective(1000px) rotateY(-2deg);
}.operation_processrpSQVO7 .exp_yearsGqeL3um:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.operation_processrpSQVO7 .exp_yearsGqeL3um > div {
    padding: 70px;
}.operation_processrpSQVO7 h3 {
    margin-bottom: 35px;
    font-size: calc(36px * 1.2);
}.operation_processrpSQVO7 p {
    max-width: 90%;
    line-height: 2;
    font-size: calc(12px * 1.1);
}
}

@media (max-width: 767px) {.operation_processrpSQVO7 {
    padding: 80px 0;
}.operation_processrpSQVO7 .container {
    padding: 0 15px;
}.operation_processrpSQVO7 .exp_yearsGqeL3um > div {
    padding: 30px;
}.operation_processrpSQVO7 h3 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.85);
}.operation_processrpSQVO7 p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.operation_processrpSQVO7 .exp_yearsGqeL3um > div::before {
    height: 3px;
    width: 40px;
}}.our_teamsSmoKBT {
    background: linear-gradient(135deg, rgb(229,216,237) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.our_teamsSmoKBT::before {
    left: 0;
    animation: pulse 15s infinite alternate ease-in-out;
    height: 100%;
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(205,178,218,0.5) 0%, transparent 60%);
    content: "";
    z-index: 1;
    top: 0;
    opacity: 0.7;
}.our_teamsSmoKBT::after {
    width: 200px;
    animation: rotate 30s infinite linear;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    top: -100px;
    height: 200px;
    content: "";
    right: -100px;
    border: 1px solid rgb(169,139,194,0.5);
}.our_teamsSmoKBT .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.our_teamsSmoKBT h1 {
    display: inline-block;
    position: relative;
    opacity: 0;
    margin-bottom: 3rem;
    animation: slideIn 0.8s forwards 0.2s ease-out;
    font-weight: 700;
    color: #000000;
    transform: translateX(20px);
    font-size: 46px;
}.our_teamsSmoKBT h1::after {
    left: 0;
    position: absolute;
    bottom: -10px;
    animation: expandLine 1s forwards 0.8s ease-out;
    transform: scaleX(0);
    width: 60%;
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(205,178,218) 0%, transparent 100%);
    height: 4px;
}.our_teamsSmoKBT .why_chooseNu9SIjn {
    position: relative;
}.our_teamsSmoKBT .why_chooseNu9SIjn::before {
    border-radius: 50%;
    left: -25px;
    width: 50px;
    animation: float 6s infinite alternate ease-in-out;
    height: 50px;
    top: -25px;
    content: "";
    border: 2px solid rgb(205,178,218,0.5);
    z-index: 0;
    position: absolute;
}.our_teamsSmoKBT ul {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.our_teamsSmoKBT .skill_sessionsBr7xqPv {
    overflow: hidden;
    transform: translateY(30px);
    opacity: 0;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    transition: transform 0.4s, box-shadow 0.4s;
    animation: fadeUp 1s forwards 0.4s ease-out;
    position: relative;
    background: #ffffff;
}.our_teamsSmoKBT .skill_sessionsBr7xqPv:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px) scale(1.02);
}.our_teamsSmoKBT .skill_sessionsBr7xqPv::before {
    position: absolute;
    height: 120px;
    transform: rotate(-3deg);
    transition: opacity 0.3s;
    left: -10%;
    top: -60px;
    background: linear-gradient(90deg, rgb(205,178,218,0.5) 0%, transparent 100%);
    width: 120%;
    opacity: 0.1;
    content: "";
}.our_teamsSmoKBT .skill_sessionsBr7xqPv:hover::before {
    opacity: 0.2;
}.our_teamsSmoKBT .skill_sessionsBr7xqPv:nth-child(2) {
    animation-delay: 0.6s;
}.our_teamsSmoKBT .skill_sessionsBr7xqPv:nth-child(2)::before {
    background: linear-gradient(90deg, rgb(169,139,194,0.5) 0%, transparent 100%);
    transform: rotate(3deg);
}.our_teamsSmoKBT h4 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 1.5rem;
    display: inline-block;
    color: #000000;
    position: relative;
    font-size: calc(18px * 1.1);
}.our_teamsSmoKBT h4::after {
    left: 0;
    transform-origin: left;
    animation: expandLine 0.5s forwards 1.2s ease-out;
    width: 40px;
    background: rgb(205,178,218);
    content: "";
    position: absolute;
    transform: scaleX(0);
    bottom: -8px;
    height: 3px;
}.our_teamsSmoKBT .skill_sessionsBr7xqPv:nth-child(2) h4::after {
    background: rgb(169,139,194);
    animation-delay: 1.4s;
}.our_teamsSmoKBT .skill_sessionsBr7xqPv div {
    overflow-y: auto;
    max-height: 300px;
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    padding-right: 10px;
}.our_teamsSmoKBT .skill_sessionsBr7xqPv div::-webkit-scrollbar {
    width: 4px;
}.our_teamsSmoKBT .skill_sessionsBr7xqPv div::-webkit-scrollbar-track {
    background: #ffffff;
}.our_teamsSmoKBT .skill_sessionsBr7xqPv div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(205,178,218,0.5);
}.our_teamsSmoKBT .skill_sessionsBr7xqPv:nth-child(2) div::-webkit-scrollbar-thumb {
    background: rgb(169,139,194,0.5);
}

@media (min-width: 768px) {.our_teamsSmoKBT {
    padding: 7rem 0;
}.our_teamsSmoKBT ul {
    grid-template-columns: repeat(2, 1fr);
}.our_teamsSmoKBT h1 {
    font-size: calc(46px * 1.1);
    margin-left: 2rem;
}.our_teamsSmoKBT .skill_sessionsBr7xqPv {
    padding: 3rem;
}.our_teamsSmoKBT .skill_sessionsBr7xqPv div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.our_teamsSmoKBT {
    padding: 8rem 0;
}.our_teamsSmoKBT::before {
    animation: pulse 20s infinite alternate ease-in-out;
}.our_teamsSmoKBT ul {
    gap: 4rem;
}.our_teamsSmoKBT .skill_sessionsBr7xqPv {
    transform: translateY(30px) rotate(-1deg);
}.our_teamsSmoKBT .skill_sessionsBr7xqPv:nth-child(2) {
    transform: translateY(30px) rotate(1deg);
}.our_teamsSmoKBT .skill_sessionsBr7xqPv:hover {
    transform: translateY(-5px) scale(1.02) rotate(0);
}.our_teamsSmoKBT .skill_sessionsBr7xqPv:nth-child(2):hover {
    transform: translateY(-5px) scale(1.02) rotate(0);
}.our_teamsSmoKBT .skill_sessionsBr7xqPv div {
    max-height: 400px;
}.our_teamsSmoKBT h1 {
    margin-left: 4rem;
}
}

@media (min-width: 1200px) {.our_teamsSmoKBT h1 {
    font-size: calc(46px * 1.2);
    margin-left: 6rem;
}.our_teamsSmoKBT .skill_sessionsBr7xqPv {
    padding: 3.5rem;
}.our_teamsSmoKBT .skill_sessionsBr7xqPv div {
    max-height: 450px;
}}

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

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

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

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-15px) translateX(10px);
    }
    100% {
        transform: translateY(0) translateX(0);
    }
}header {
    background: rgb(229,216,237);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    margin-top: 0;
    padding: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}header::before {
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(205,178,218), 0.03) 25%, 
        rgba(rgb(205,178,218), 0.05) 50%,
        rgba(rgb(205,178,218), 0.03) 75%,
        transparent 100%
    );
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    pointer-events: none;
    height: 100%;
}header .head_skillGNcldmJ {
    align-items: center;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 1.2rem 2rem;
}header .first_expertdrUJlG8 {
    margin-right: 2rem;
    position: relative;
    flex: 0 0 auto;
    max-width: 180px;
}header .head_sitewrapA61zl5f {
    display: block;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}header .head_sitewrapA61zl5f:hover {
    transform: translateY(-3px);
}header .head_sitewrapA61zl5f img {
    filter: brightness(1.03);
    display: block;
    height: auto;
    max-width: 100%;
}header .head_sitewrapA61zl5f::before {
    position: absolute;
    border-radius: 10px;
    transform: scaleX(0.7);
    content: '';
    bottom: -15px;
    height: 10px;
    background: rgb(205,178,218);
    width: 100%;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
}header .head_sitewrapA61zl5f:hover::before {
    transform: scaleX(1);
    opacity: 0.7;
}header .page_navPC574Zq {
    position: relative;
    display: flex;
    list-style: none;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
}header .page_navPC574Zq::after {
    content: '';
    height: 1px;
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(205,178,218,0.5), 
        transparent
    );
    width: 100%;
    left: 0;
}header .site_infoJEaFkzn {
    margin: 0;
    position: relative;
}header .site_infoJEaFkzn a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
    text-decoration: none;
    padding: 1rem 1.2rem;
    color: #000000;
    transition: all 0.3s ease;
}header .site_infoJEaFkzn a::before {
    position: absolute;
    left: 0;
    height: 3px;
    content: '';
    width: 100%;
    bottom: 0;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    background: rgb(205,178,218);
}header .site_infoJEaFkzn a:hover {
    color: rgb(205,178,218);
}header .site_infoJEaFkzn a:hover::before {
    transform: translateX(0);
}header .site_infoJEaFkzn a::after {
    background: rgb(205,178,218,0.5);
    pointer-events: none;
    width: 100%;
    border-radius: 10px;
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    z-index: -1;
    height: 100%;
}header .site_infoJEaFkzn a:hover::after {
    opacity: 0.15;
    transform: scale(1);
}header .head_skillGNcldmJ::before {
    height: 100%;
    position: absolute;
    width: 30%;
    z-index: -1;
    content: '';
    right: 0;
    background: linear-gradient(-90deg, rgb(229,216,237), transparent);
    top: 0;
}header .head_skillGNcldmJ::after {
    background: linear-gradient(90deg, rgb(229,216,237), transparent);
    left: 0;
    height: 100%;
    z-index: -1;
    content: '';
    position: absolute;
    width: 30%;
    top: 0;
}header .nav_primarySs2MD7p {
    z-index: 1;
    position: relative;
    background: #ffffff;
    padding-top: 2rem;
}

@media (min-width: 1400px) {header .head_skillGNcldmJ {
    max-width: 1300px;
    margin: 0 auto;
}header .site_infoJEaFkzn a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .head_skillGNcldmJ {
    flex-wrap: wrap;
    padding: 1rem;
    flex-direction: row;
    justify-content: space-between;
}header .first_expertdrUJlG8 {
    margin-right: 0;
    margin-bottom: 0;
}header .page_navPC574Zq {
    justify-content: flex-end;
    padding-top: 1rem;
    margin-top: 0;
    flex-wrap: wrap;
    flex-basis: 100%;
}header .site_infoJEaFkzn {
    margin-bottom: 0.5rem;
}header .site_infoJEaFkzn a {
    font-size: calc(15px - 1px);
    padding: 0.7rem 1rem;
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .head_skillGNcldmJ {
    padding: 1rem 1.5rem;
}header .first_expertdrUJlG8 {
    flex: 0 0 auto;
    max-width: 150px;
}header .page_navPC574Zq {
    padding-bottom: 0.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.5rem;
    justify-content: flex-start;
    scrollbar-width: thin;
    padding: 0.5rem 0;
}header .page_navPC574Zq::-webkit-scrollbar {
    height: 3px;
}header .page_navPC574Zq::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(205,178,218,0.5);
}header .site_infoJEaFkzn {
    flex: 0 0 auto;
}header .site_infoJEaFkzn a {
    font-size: calc(15px - 2px);
    padding: 0.6rem 0.8rem;
    white-space: nowrap;
}header .page_navPC574Zq::after {
    bottom: 0;
}header .head_sitewrapA61zl5f::before {
    display: none;
}}.thanksSpotDjE0w3A {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(229,216,237) 0%, rgba(245, 245, 245, 0.9) 100%);
    perspective: 1000px;
}.thanksSpotDjE0w3A::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(169,139,194,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(169,139,194,0.5) 11px
    );
    left: 0;
    z-index: 1;
    opacity: 0.1;
    pointer-events: none;
    content: "";
    width: 100%;
    height: 100%;
    transform: translateZ(-20px);
    top: 0;
    animation: patternMove 30s linear infinite;
    position: absolute;
}.thanksSpotDjE0w3A::after {
    height: 100%;
    content: "";
    opacity: 0.15;
    z-index: 0;
    right: -50%;
    position: absolute;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgb(205,178,218,0.5) 0%,
        transparent 70%
    );
    width: 100%;
    animation: gradientPulse 15s ease-in-out infinite alternate;
    transform: rotate(-15deg) scale(2);
}.thanksSpotDjE0w3A .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 10;
    transform-style: preserve-3d;
    margin: 0 auto;
}.thanksSpotDjE0w3A h2 {
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    animation: titleEntrance 1.2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    font-weight: 700;
    opacity: 0;
    transform: translateZ(30px);
    font-size: 33px;
    line-height: 1.4;
    color: #000000;
}.thanksSpotDjE0w3A h2::after {
    background: linear-gradient(90deg, transparent, rgb(169,139,194), transparent);
    height: 3px;
    transform-origin: center;
    bottom: -15px;
    width: 150px;
    left: 50%;
    content: "";
    animation: underlineExpand 1.5s ease-out forwards 0.5s;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
}.thanksSpotDjE0w3A .exp_yearsGqeL3um {
    position: relative;
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
    background: #ffffff;
    opacity: 0;
    overflow: hidden;
    border-radius: 27px;
    margin-top: 20px;
    transform: translateZ(15px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
    padding: 40px;
}.thanksSpotDjE0w3A .exp_yearsGqeL3um::before {
    background: linear-gradient(45deg, rgb(169,139,194,0.5) 0%, transparent 70%);
    z-index: -1;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.1;
    width: 100%;
    position: absolute;
    left: 0;
}.thanksSpotDjE0w3A .exp_yearsGqeL3um::after {
    right: 0;
    height: 180px;
    width: 180px;
    opacity: 0.2;
    background: radial-gradient(circle at center, rgb(205,178,218,0.5), transparent 70%);
    transform: translate(40%, 40%);
    animation: glowPulse 8s ease-in-out infinite alternate;
    bottom: 0;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    content: "";
}.thanksSpotDjE0w3A ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thanksSpotDjE0w3A li {
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
    opacity: 0;
    transform: translateX(-20px);
    padding: 20px 15px 20px 35px;
    position: relative;
    border-radius: 0 10px 10px 0;
    border-left: 3px solid rgb(169,139,194);
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    margin-bottom: 15px;
}.thanksSpotDjE0w3A li::before {
    content: "";
    animation: pulseDot 3s infinite;
    position: absolute;
    border: 3px solid rgb(169,139,194);
    height: 15px;
    transform: translateY(-50%);
    left: -9px;
    border-radius: 50%;
    background-color: #ffffff;
    width: 15px;
    box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb, 0, 120, 200), 0.1);
    top: 50%;
}.thanksSpotDjE0w3A span {
    color: #000000;
    font-size: calc(12px * 1.05);
    animation: textFadeIn 1s ease-out forwards 0.8s;
    font-family: Arial, sans-serif;
    display: block;
    line-height: 1.7;
    transform: translateY(15px);
    opacity: 0;
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes gradientPulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-14deg) scale(2.1);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
}

@keyframes titleEntrance {
    0% {
        opacity: 0;
        transform: translateY(-30px) translateZ(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}

@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: translate(40%, 40%) scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
}

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

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

@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}

@media (max-width: 992px) {.thanksSpotDjE0w3A {
    padding: 60px 0;
}.thanksSpotDjE0w3A h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.9);
}.thanksSpotDjE0w3A .exp_yearsGqeL3um {
    padding: 30px;
}
}

@media (max-width: 768px) {.thanksSpotDjE0w3A {
    padding: 50px 0;
}.thanksSpotDjE0w3A h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.8);
}.thanksSpotDjE0w3A .exp_yearsGqeL3um {
    padding: 25px;
    transform: translateZ(10px) rotateX(1deg);
}.thanksSpotDjE0w3A span {
    font-size: 12px;
}.thanksSpotDjE0w3A li {
    padding: 15px 10px 15px 25px;
}
}

@media (max-width: 576px) {.thanksSpotDjE0w3A {
    padding: 40px 0;
}.thanksSpotDjE0w3A h2 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.7);
    line-height: 1.5;
}.thanksSpotDjE0w3A h2::after {
    bottom: -10px;
    width: 100px;
}.thanksSpotDjE0w3A .exp_yearsGqeL3um {
    transform: translateZ(5px) rotateX(0.5deg);
    padding: 20px;
    margin-top: 15px;
}.thanksSpotDjE0w3A li {
    padding: 12px 10px 12px 20px;
    margin-bottom: 10px;
}.thanksSpotDjE0w3A li::before {
    width: 12px;
    left: -7px;
    height: 12px;
}.thanksSpotDjE0w3A span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}header .top_plank {
    background: rgb(205,178,218);
    color:  #ffffff;
}header .top_plank .peak_learnLVK2euW div svg, header .top_plank .peak_learnLVK2euW div svg path {
    fill: #ffffff;
}header .top_plank .peak_learnLVK2euW div span {
    color: #ffffff;
}header .top_plank .peak_learnLVK2euW {
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 21px;
    font-size: 15px;
}header .top_plank .peak_learnLVK2euW div {
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .peak_learnLVK2euW div img, header .top_plank .peak_learnLVK2euW div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.education_experienceD1IxMVy {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(229,216,237) 0%, rgba(240, 242, 245, 0.9) 100%);
    padding: 120px 0;
}.education_experienceD1IxMVy::before {
    width: 100%;
    position: absolute;
    background-size: 60px 60px;
    pointer-events: none;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    content: "";
    opacity: 0.05;
    background-image: 
        linear-gradient(30deg, rgb(205,178,218,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(205,178,218,0.5) 1px, transparent 1px);
}.education_experienceD1IxMVy::after {
    content: "";
    z-index: 0;
    transform: rotate(-15deg);
    opacity: 0.1;
    filter: blur(80px);
    top: -20%;
    background: rgb(169,139,194,0.5);
    position: absolute;
    right: -10%;
    width: 50%;
    height: 70%;
}.education_experienceD1IxMVy .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.education_experienceD1IxMVy .alumni_viewsTGCeW4M {
    display: grid;
    border: 1px solid rgba(0, 0, 0, 0.05);
    gap: 35px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    grid-template-columns: 1fr;
    padding: 40px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), 
                0 5px 20px rgba(0, 0, 0, 0.02);
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
}.education_experienceD1IxMVy .alumni_viewsTGCeW4M:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 30px rgba(0, 0, 0, 0.03);
}.education_experienceD1IxMVy .alumni_viewsTGCeW4M > div:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
}.education_experienceD1IxMVy .photo_box_wrapnC2o7Wq {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 180px;
    transform: translateZ(30px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    height: 180px;
    position: relative;
}.education_experienceD1IxMVy .alumni_viewsTGCeW4M:hover .photo_box_wrapnC2o7Wq {
    transform: translateZ(40px) translateY(-10px);
}.education_experienceD1IxMVy .photo_box_wrapnC2o7Wq::before {
    position: absolute;
    border: 2px solid rgb(205,178,218);
    transition: all 0.4s ease;
    opacity: 0.2;
    content: "";
    top: 12px;
    right: -12px;
    z-index: -1;
    left: 12px;
    bottom: -12px;
}.education_experienceD1IxMVy .alumni_viewsTGCeW4M:hover .photo_box_wrapnC2o7Wq::before {
    left: 18px;
    bottom: -18px;
    right: -18px;
    top: 18px;
    opacity: 0.3;
}.education_experienceD1IxMVy .name {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    margin-bottom: 12px;
}.education_experienceD1IxMVy .name::after {
    transform: scaleX(0.6);
    background: rgb(205,178,218);
    width: 40px;
    transform-origin: left;
    position: absolute;
    left: 0;
    bottom: -6px;
    content: "";
    transition: transform 0.5s ease;
    height: 3px;
}.education_experienceD1IxMVy .alumni_viewsTGCeW4M:hover .name::after {
    transform: scaleX(1);
}.education_experienceD1IxMVy .alumni_viewsTGCeW4M > div:nth-child(2) div {
    transform: translateX(0);
    opacity: 0.85;
    font-weight: 600;
    margin-top: 5px;
    color: rgb(169,139,194);
    font-size: calc(14px - 1px);
    transition: transform 0.4s ease, opacity 0.4s ease;
}.education_experienceD1IxMVy .alumni_viewsTGCeW4M:hover > div:nth-child(2) div {
    opacity: 1;
    transform: translateX(5px);
}.education_experienceD1IxMVy .emp_highlightssM2SVDF {
    border-left: 3px solid rgb(205,178,218,0.5);
    line-height: 1.7;
    padding-left: 25px;
    margin: 0;
    font-size: 14px;
    color: #000000;
    position: relative;
}.education_experienceD1IxMVy .emp_highlightssM2SVDF::before {
    line-height: 1;
    z-index: -1;
    position: absolute;
    color: rgb(205,178,218);
    opacity: 0.08;
    left: -20px;
    font-size: 120px;
    content: "";
    font-family: serif;
    top: -40px;
}

@media (min-width: 768px) {.education_experienceD1IxMVy .alumni_viewsTGCeW4M {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 40px;
    row-gap: 30px;
}.education_experienceD1IxMVy .alumni_viewsTGCeW4M > div:first-child {
    grid-row: 1 / 3;
}.education_experienceD1IxMVy .photo_box_wrapnC2o7Wq {
    height: 260px;
    width: 220px;
}.education_experienceD1IxMVy .emp_highlightssM2SVDF {
    padding-left: 30px;
    grid-column: 2;
}
}

@media (min-width: 992px) {.education_experienceD1IxMVy {
    padding: 150px 0;
}.education_experienceD1IxMVy .alumni_viewsTGCeW4M {
    grid-template-columns: auto 250px 1fr;
    gap: 50px;
    padding: 60px;
}.education_experienceD1IxMVy .alumni_viewsTGCeW4M > div:first-child {
    grid-row: 1;
}.education_experienceD1IxMVy .alumni_viewsTGCeW4M > div:nth-child(2) {
    grid-row: 1;
    padding-top: 20px;
}.education_experienceD1IxMVy .emp_highlightssM2SVDF {
    grid-column: 1 / 4;
    font-size: calc(14px + 1px);
    grid-row: 2;
    padding-left: 40px;
}.education_experienceD1IxMVy .photo_box_wrapnC2o7Wq {
    width: 240px;
    height: 280px;
}
}

@media (max-width: 767px) {.education_experienceD1IxMVy {
    padding: 80px 0;
}.education_experienceD1IxMVy .alumni_viewsTGCeW4M {
    gap: 25px;
    padding: 30px;
}.education_experienceD1IxMVy .photo_box_wrapnC2o7Wq {
    width: 150px;
    height: 150px;
}.education_experienceD1IxMVy .name {
    font-size: calc(18px - 2px);
}.education_experienceD1IxMVy .emp_highlightssM2SVDF {
    font-size: calc(14px - 1px);
}
}

@media (hover: none) {.education_experienceD1IxMVy .alumni_viewsTGCeW4M {
    transform: none !important;
}.education_experienceD1IxMVy .photo_box_wrapnC2o7Wq,
    .education_experienceD1IxMVy .alumni_viewsTGCeW4M:hover .photo_box_wrapnC2o7Wq {
    transform: none;
}}

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

.education_experienceD1IxMVy .alumni_viewsTGCeW4M {
    animation: fadeInUp 0.8s ease-out forwards;
}.course_fit_forsgOMobm {
    position: relative;
    overflow: hidden;
    padding: 100px 20px;
    z-index: 1;
    background-color: rgb(229,216,237);
}.course_fit_forsgOMobm::before {
    animation: slowRotate 35s linear infinite;
    content: "";
    position: absolute;
    height: 200%;
    width: 200%;
    background: radial-gradient(
    circle at 30% 30%,
    rgb(169,139,194,0.5) 0%,
    transparent 50%
  ), radial-gradient(
    circle at 70% 70%,
    rgb(205,178,218,0.5) 0%,
    transparent 45%
  );
    left: -50%;
    top: -50%;
    z-index: -1;
    opacity: 0.6;
}.course_fit_forsgOMobm .exp_yearsGqeL3um {
    margin: 0 auto;
    position: relative;
    padding: 50px;
    z-index: 2;
    border-radius: 29px;
    max-width: 900px;
    backdrop-filter: blur(12px);
    box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background: rgba(255, 255, 255, 0.1);
}.course_fit_forsgOMobm h3 {
    margin-bottom: 50px;
    text-align: center;
    color: #000000;
    letter-spacing: 1px;
    position: relative;
    font-size: 32px;
    font-weight: 600;
}.course_fit_forsgOMobm h3::after {
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(90deg, 
    rgb(205,178,218,0.5), 
    rgb(169,139,194), 
    rgb(205,178,218,0.5)
  );
    transform: translateX(-50%);
    content: "";
    left: 50%;
    width: 60px;
    height: 3px;
    bottom: -15px;
}.course_fit_forsgOMobm ul {
    padding: 0;
    list-style: none;
    gap: 25px;
    margin: 0;
    display: flex;
    flex-direction: column;
}.course_fit_forsgOMobm ul li {
    transition: all 0.4s ease;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.15);
    align-items: center;
    padding: 25px;
    box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 29px;
}.course_fit_forsgOMobm ul li::before {
    padding: 2px;
    -webkit-mask-composite: xor;
    content: "";
    border-radius: 29px;
    transition: opacity 0.4s ease;
    inset: 0;
    background: linear-gradient(
    45deg,
    transparent,
    rgb(169,139,194,0.5),
    rgb(205,178,218,0.5),
    transparent
  );
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    opacity: 0.4;
    mask-composite: exclude;
    position: absolute;
}.course_fit_forsgOMobm ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.course_fit_forsgOMobm ul li:hover::before {
    opacity: 1;
}.course_fit_forsgOMobm ul li svg {
    transition: all 0.3s ease;
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
    fill: rgb(169,139,194);
}.course_fit_forsgOMobm ul li:hover svg {
    transform: scale(1.05);
    fill: rgb(205,178,218);
}.course_fit_forsgOMobm ul li svg path {
    transition: all 0.3s ease;
    fill: rgb(169,139,194);
}.course_fit_forsgOMobm ul li:hover svg path {
    fill: rgb(205,178,218);
}.course_fit_forsgOMobm ul li {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    font-weight: 300;
}.course_fit_forsgOMobm ul li::after {
    content: "";
    left: 0;
    top: 0;
    background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
    z-index: -1;
    border-radius: 29px;
    bottom: 0;
    opacity: 0;
    right: 0;
    position: absolute;
    transition: opacity 0.3s ease;
}.course_fit_forsgOMobm ul li:hover::after {
    opacity: 1;
}

@keyframes slowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 992px) {.course_fit_forsgOMobm {
    padding: 70px 15px;
}.course_fit_forsgOMobm .exp_yearsGqeL3um {
    padding: 40px 30px;
}.course_fit_forsgOMobm h3 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.9);
}.course_fit_forsgOMobm ul {
    gap: 20px;
}
}

@media screen and (max-width: 768px) {.course_fit_forsgOMobm {
    padding: 50px 15px;
}.course_fit_forsgOMobm .exp_yearsGqeL3um {
    padding: 30px 20px;
    backdrop-filter: blur(8px);
}.course_fit_forsgOMobm h3 {
    margin-bottom: 35px;
    font-size: calc(32px * 0.8);
}.course_fit_forsgOMobm ul {
    gap: 15px;
}.course_fit_forsgOMobm ul li {
    padding: 20px 15px;
}.course_fit_forsgOMobm ul li svg {
    width: 35px;
    height: 35px;
    margin-bottom: 12px;
}.course_fit_forsgOMobm::before {
    animation-duration: 60s;
}.course_fit_forsgOMobm ul li::before {
    padding: 1px;
}}

.course_fit_forsgOMobm ul li {
    --x: center;
    --y: center;
}

@media (hover: hover) {.course_fit_forsgOMobm ul li:hover {
    --x: calc(1100%);
    --y: calc(100%);
}
}

@media screen and (min-width: 1200px) {.course_fit_forsgOMobm ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 30px;
}}.join_listdvM0nW1 {
    background: linear-gradient(135deg, rgb(205,178,218) 0%, rgb(169,139,194) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.join_listdvM0nW1::before {
    height: 100%;
    opacity: 0.1;
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(45deg, rgb(205,178,218,0.5), transparent 10px);
    left: 0;
}.join_listdvM0nW1::after {
    filter: blur(30px);
    width: 300px;
    right: -50px;
    height: 300px;
    opacity: 0.15;
    content: "";
    z-index: 1;
    border-radius: 50%;
    transform: scale(1.5);
    position: absolute;
    background: rgb(169,139,194);
    bottom: -50px;
}.join_listdvM0nW1 .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.join_listdvM0nW1 .exp_yearsGqeL3um {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    padding: 60px 50px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(10px);
}.join_listdvM0nW1 .exp_yearsGqeL3um:hover {
    transform: perspective(1000px) rotateX(0deg);
}.join_listdvM0nW1 .exp_yearsGqeL3um::before {
    z-index: -1;
    background: linear-gradient(to right, rgb(255, 255, 255, 0.5) 0%, transparent 100%);
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.05;
    position: absolute;
    left: 0;
    top: 0;
}.join_listdvM0nW1 h4 {
    opacity: 1;
    line-height: 1.4;
    max-width: 800px;
    transform: translateY(0);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    transition: transform 0.6s ease, opacity 0.6s ease;
    font-size: calc(18px * 1.2);
    color: #ffffff;
}.join_listdvM0nW1 .input_holder {
    transform: translateY(0);
    display: flex;
    margin-top: 10px;
    position: relative;
    width: 100%;
    transition: transform 0.6s 0.1s ease, opacity 0.6s 0.1s ease;
    max-width: 680px;
    opacity: 1;
}.join_listdvM0nW1 .input_holder span {
    transform: translateY(0);
    display: block;
    flex: 1;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
    margin: 0 8px;
}.join_listdvM0nW1 .input_holder span:first-child {
    flex: 2;
}.join_listdvM0nW1 .input_holder span:hover {
    transform: translateY(-2px);
}.join_listdvM0nW1 .input_holder input[type="email"] {
    width: 100%;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    outline: none;
    height: 60px;
    font-size: 17px;
    border-radius: 18px;
    padding: 0 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}.join_listdvM0nW1 .input_holder input[type="email"]:focus {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(var(--primary-color-rgb, 100, 100, 255), 0.2);
    transform: translateY(-2px);
}.join_listdvM0nW1 .input_holder input[type="email"]::placeholder {
    color: rgba(var(--dark-color-rgb, 50, 50, 50), 0.5);
    transition: opacity 0.3s ease;
}.join_listdvM0nW1 .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.7;
}.join_listdvM0nW1 .updates_fieldsetBK4mPM6 {
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 600;
    width: 100%;
    height: 60px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-family: Arial, sans-serif;
    background: rgb(205,178,218);
    position: relative;
    border-radius: 18px;
    border: none;
    font-size: 17px;
    overflow: hidden;
}.join_listdvM0nW1 .updates_fieldsetBK4mPM6:hover {
    background: rgb(169,139,194);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}.join_listdvM0nW1 .updates_fieldsetBK4mPM6:active {
    transform: translateY(1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}.join_listdvM0nW1 .updates_fieldsetBK4mPM6::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    content: "";
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
}.join_listdvM0nW1 .updates_fieldsetBK4mPM6:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.join_listdvM0nW1 {
    padding: 100px 0;
}.join_listdvM0nW1 .exp_yearsGqeL3um {
    padding: 50px 40px;
}.join_listdvM0nW1 h4 {
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 768px) {.join_listdvM0nW1 {
    padding: 80px 0;
}.join_listdvM0nW1 .exp_yearsGqeL3um {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.join_listdvM0nW1 h4 {
    margin-bottom: 25px;
    font-size: 18px;
}.join_listdvM0nW1 .input_holder {
    flex-direction: column;
}.join_listdvM0nW1 .input_holder span {
    margin: 6px 0;
}.join_listdvM0nW1 .input_holder span:first-child {
    margin-top: 0;
}.join_listdvM0nW1 .input_holder input[type="email"],
    .join_listdvM0nW1 .updates_fieldsetBK4mPM6 {
    height: 55px;
}
}

@media (max-width: 576px) {.join_listdvM0nW1 {
    padding: 60px 0;
}.join_listdvM0nW1 .exp_yearsGqeL3um {
    padding: 30px 20px;
    transform: none;
}.join_listdvM0nW1 h4 {
    font-size: calc(16px * 1.1);
    margin-bottom: 20px;
}.join_listdvM0nW1 .input_holder input[type="email"],
    .join_listdvM0nW1 .updates_fieldsetBK4mPM6 {
    font-size: calc(17px * 0.95);
    height: 50px;
}
}

@media (prefers-reduced-motion: reduce) {.join_listdvM0nW1 .exp_yearsGqeL3um,
    .join_listdvM0nW1 .input_holder span,
    .join_listdvM0nW1 .input_holder input,
    .join_listdvM0nW1 .updates_fieldsetBK4mPM6,
    .join_listdvM0nW1 .updates_fieldsetBK4mPM6::before {
    transition: none;
    transform: none;
}.join_listdvM0nW1 .exp_yearsGqeL3um:hover,
    .join_listdvM0nW1 .input_holder span:hover,
    .join_listdvM0nW1 .input_holder input:focus,
    .join_listdvM0nW1 .updates_fieldsetBK4mPM6:hover {
    transform: none;
}}.learning_profits2wzZnB1 {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(229,216,237) 100%);
    font-family: Arial, sans-serif;
}.learning_profits2wzZnB1::before {
    content: "";
    opacity: 0.3;
    height: 100%;
    left: 0;
    background-image: 
    radial-gradient(circle at 70% 20%, rgb(205,178,218,0.5) 0%, transparent 30%),
    radial-gradient(circle at 30% 80%, rgb(169,139,194,0.5) 0%, transparent 30%);
    position: absolute;
    top: 0;
    width: 100%;
}.learning_profits2wzZnB1::after {
    top: -50%;
    left: -50%;
    width: 200%;
    opacity: 0.1;
    content: "";
    position: absolute;
    background-image: radial-gradient(#ffffff 1px, transparent 2px);
    background-size: 30px 30px;
    animation: rotateBackground 120s linear infinite;
    height: 200%;
}@keyframes rotateBackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.learning_profits2wzZnB1 .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
}.learning_profits2wzZnB1 .exp_yearsGqeL3um {
    background: transparent;
    display: grid;
    position: relative;
    gap: 0;
    grid-template-columns: 1fr 1.3fr;
}.learning_profits2wzZnB1 .photo_box_wrapnC2o7Wq {
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    min-height: 350px;
    height: 100%;
    border-radius: 20px;
    width: 100%;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.15),
    -5px -5px 20px rgba(255, 255, 255, 0.8);
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    z-index: 1;
    object-fit: cover;
}.learning_profits2wzZnB1 .photo_box_wrapnC2o7Wq:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.learning_profits2wzZnB1 .text_wrap6vosyJO {
    position: relative;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 20px;
    transform: perspective(1000px) rotateY(-5deg);
    z-index: 2;
    padding: 40px 30px;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    margin-left: -30px;
}.learning_profits2wzZnB1 .text_wrap6vosyJO:hover {
    transform: perspective(1000px) rotateY(0deg);
}.learning_profits2wzZnB1 h3 {
    margin-bottom: 30px;
    font-size: 36px;
    position: relative;
    font-weight: 700;
    color: rgb(205,178,218);
    padding-left: 15px;
}.learning_profits2wzZnB1 h3::before {
    content: "";
    background: linear-gradient(to bottom, rgb(205,178,218), rgb(169,139,194));
    left: 0;
    height: 100%;
    width: 4px;
    position: absolute;
    top: 0;
    border-radius: 10px;
}.learning_profits2wzZnB1 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.learning_profits2wzZnB1 li {
    transition: all 0.3s ease;
    padding: 16px;
    transform-origin: left center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    margin-bottom: 16px;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 1px rgba(255, 255, 255, 0.7);
    border-radius: 12px;
}.learning_profits2wzZnB1 li:last-child {
    margin-bottom: 0;
}.learning_profits2wzZnB1 li:hover {
    transform: scale(1.03);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.08),
    inset 1px 1px 2px rgba(255, 255, 255, 0.9);
}.learning_profits2wzZnB1 li p {
    gap: 15px;
    align-items: center;
    font-size: 14px;
    display: flex;
    margin: 0;
    color: #000000;
}.learning_profits2wzZnB1 svg {
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
    width: 22px;
    background: linear-gradient(135deg, rgb(205,178,218,0.5), rgb(169,139,194,0.5));
    flex-shrink: 0;
    transition: all 0.3s ease;
    border-radius: 50%;
    height: 22px;
    padding: 9px;
}.learning_profits2wzZnB1 svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.learning_profits2wzZnB1 li:hover svg {
    transform: rotate(-10deg);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(205,178,218), rgb(169,139,194));
}

@media (max-width: 992px) {.learning_profits2wzZnB1 {
    padding: 60px 0;
}.learning_profits2wzZnB1 .exp_yearsGqeL3um {
    grid-template-columns: 1fr;
    gap: 30px;
}.learning_profits2wzZnB1 .photo_box_wrapnC2o7Wq {
    transform: perspective(1000px) rotateY(0deg);
    order: 1;
    min-height: 300px;
}.learning_profits2wzZnB1 .text_wrap6vosyJO {
    margin-left: 0;
    transform: perspective(1000px) rotateY(0deg);
    order: 2;
}
}

@media (max-width: 768px) {.learning_profits2wzZnB1 {
    padding: 50px 0;
}.learning_profits2wzZnB1 .photo_box_wrapnC2o7Wq {
    min-height: 250px;
}.learning_profits2wzZnB1 h3 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 576px) {.learning_profits2wzZnB1 {
    padding: 40px 0;
}.learning_profits2wzZnB1 .photo_box_wrapnC2o7Wq {
    min-height: 200px;
}.learning_profits2wzZnB1 .text_wrap6vosyJO {
    padding: 30px 20px;
}.learning_profits2wzZnB1 h3 {
    font-size: calc(36px * 0.85);
    margin-bottom: 25px;
}.learning_profits2wzZnB1 li {
    padding: 12px;
    margin-bottom: 12px;
}.learning_profits2wzZnB1 li p {
    gap: 10px;
    font-size: calc(14px * 0.9);
}.learning_profits2wzZnB1 svg {
    padding: 7px;
    height: 18px;
    width: 18px;
}
}