* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}::-webkit-scrollbar {
    padding: 1px;
    width: 17px;
}::-webkit-scrollbar-track {
    background: rgb(227,225,241);
    margin: 4px 0;
}::-webkit-scrollbar-track:active {
    background: rgb(168,167,201);
}::-webkit-scrollbar-thumb {
    min-height: 25px;
    transition: background, box-shadow 1.6s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 10vh;
    background: rgb(168,167,201);
    box-shadow: 4px 4px 0px 5px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    border-color: rgb(168,167,201);
}::-webkit-scrollbar-thumb:active {
    transform: scale(0.9);
    background: rgb(199,197,222,0.5);
}::-webkit-scrollbar-corner {
    background: rgb(227,225,241);
}* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(255, 255, 255, 0.5);
    scrollbar-width: auto;
}.header_navbarFJgfGQc {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1173px;
}.wrapper-canvasqkViI2R {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}.help_centerLMhVFQk {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    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;
}}
header {
    overflow: visible;
    z-index: 99;
    width: 100%;
    background: linear-gradient(135deg, rgb(227,225,241), #ffffff);
    position: relative;
}header::before {
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(199,197,222,0.5) 6px,
            rgb(199,197,222,0.5) 10px,
            transparent 10px
        ) repeat-x;
    width: 100%;
    bottom: 0;
    position: absolute;
    opacity: 0.3;
    content: "";
    background-size: 20px 20px;
    left: 0;
    height: 15px;
}header .header_masteryv14oe7 {
    justify-content: space-between;
    display: flex;
    position: relative;
    padding: 25px 30px;
    align-items: center;
}header .header_masteryv14oe7::before,
header .header_masteryv14oe7::after {
    position: absolute;
    height: 2px;
    background: linear-gradient(to right, rgb(199,197,222), transparent);
    content: "";
    width: 30%;
}header .header_masteryv14oe7::before {
    top: 10px;
    left: 0;
}header .header_masteryv14oe7::after {
    background: linear-gradient(to left, rgb(168,167,201), transparent);
    bottom: 10px;
    right: 0;
}header .header_masteryv14oe7 .nav_skilliNp7gCq {
    z-index: 2;
    position: relative;
}header .header_masteryv14oe7 .nav_skilliNp7gCq::before {
    background: rgb(199,197,222,0.5);
    z-index: -1;
    opacity: 0.05;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    top: -20%;
    left: -20%;
    position: absolute;
    transition: transform 0.5s ease-in-out;
    width: 140%;
    content: "";
    height: 140%;
}header .header_masteryv14oe7 .nav_skilliNp7gCq:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .header_masteryv14oe7 .nav_skilliNp7gCq .site_navvCSGy53 {
    display: block;
    transition: transform 0.3s ease;
}header .header_masteryv14oe7 .nav_skilliNp7gCq:hover .site_navvCSGy53 {
    transform: translateY(-3px);
}header .header_masteryv14oe7 .nav_skilliNp7gCq .site_navvCSGy53 svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
}header .header_masteryv14oe7 .nav_studyaimbuwR {
    display: flex;
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0;
}header .header_masteryv14oe7 .nav_studyaimbuwR::before {
    content: "";
    background: rgb(168,167,201,0.5);
    transition: all 0.5s ease;
    top: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.05;
    width: 100%;
    height: 100%;
}header .header_masteryv14oe7 .nav_studyaimbuwR:hover::before {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}header .header_masteryv14oe7 .nav_studyaimbuwR .main_mainwrapY9NeJB8 {
    margin: 0 8px;
    position: relative;
}header .header_masteryv14oe7 .nav_studyaimbuwR .main_mainwrapY9NeJB8 a {
    font-size: 14px;
    overflow: hidden;
    font-weight: 600;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    color: #000000;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    font-family: Arial, sans-serif;
}header .header_masteryv14oe7 .nav_studyaimbuwR .main_mainwrapY9NeJB8 a:hover {
    color: #ffffff;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}header .header_masteryv14oe7 .nav_studyaimbuwR .main_mainwrapY9NeJB8 a::before {
    height: 100%;
    transform-origin: right top;
    width: 100%;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    left: 0;
    transform: scale(0);
    top: 0;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    content: "";
    background: rgb(199,197,222);
    position: absolute;
    z-index: -1;
}header .header_masteryv14oe7 .nav_studyaimbuwR .main_mainwrapY9NeJB8 a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}header .header_masteryv14oe7 .nav_studyaimbuwR .main_mainwrapY9NeJB8:nth-child(2n) a::before {
    transform-origin: left bottom;
    background: rgb(168,167,201);
}header .header_masteryv14oe7 .nav_studyaimbuwR .main_mainwrapY9NeJB8:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .header_masteryv14oe7 .nav_studyaimbuwR .main_mainwrapY9NeJB8:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .header_masteryv14oe7 {
    flex-direction: column;
    padding: 20px 15px;
}header .header_masteryv14oe7 .nav_skilliNp7gCq {
    margin-bottom: 15px;
}header .header_masteryv14oe7 .nav_studyaimbuwR {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .header_masteryv14oe7 .nav_studyaimbuwR .main_mainwrapY9NeJB8 {
    margin: 5px;
}header .header_masteryv14oe7 .nav_studyaimbuwR .main_mainwrapY9NeJB8 a {
    padding: 8px 12px;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header .header_masteryv14oe7 {
    padding: 15px 10px;
}header .header_masteryv14oe7 .nav_skilliNp7gCq .site_navvCSGy53 svg {
    height: 40px;
}header .header_masteryv14oe7 .nav_studyaimbuwR .main_mainwrapY9NeJB8 a {
    padding: 6px 10px;
    font-size: calc(14px - 2px);
}}.connect_with_useOhymLl {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.connect_with_useOhymLl::before {
    background: linear-gradient(135deg, rgb(168,167,201) 0%, rgb(199,197,222) 100%);
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.9;
}.connect_with_useOhymLl .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
}.connect_with_useOhymLl .connect_map2PBENkm {
    gap: 0;
    display: grid;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    border-radius: 0;
}.connect_with_useOhymLl .request_supportVpXCcq3 {
    position: relative;
    padding: 50px;
    background: rgb(227,225,241);
}.connect_with_useOhymLl .request_supportVpXCcq3::after {
    background: linear-gradient(to bottom, rgb(199,197,222), rgb(168,167,201));
    content: '';
    height: 100%;
    width: 5px;
    right: 0;
    top: 0;
    position: absolute;
}.connect_with_useOhymLl .request_supportVpXCcq3 h3 {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: 40px;
}.connect_with_useOhymLl .request_supportVpXCcq3 h3::after {
    left: 0;
    position: absolute;
    bottom: 0;
    background: rgb(199,197,222);
    content: '';
    height: 4px;
    width: 80px;
}.connect_with_useOhymLl .request_supportVpXCcq3 div {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 15px;
}.connect_with_useOhymLl .request_supportVpXCcq3 div::before {
    width: 5px;
    background: rgb(199,197,222);
    top: 50%;
    position: absolute;
    content: '';
    left: 0;
    transform: translateY(-50%);
    border-radius: 10px;
    height: 100%;
    opacity: 0.5;
}.connect_with_useOhymLl .request_supportVpXCcq3 div:hover::before {
    opacity: 1;
    height: 120%;
    transition: all 0.3s ease;
}.connect_with_useOhymLl .request_supportVpXCcq3 div svg {
    width: 22px;
    height: 22px;
    margin-right: 20px;
}.connect_with_useOhymLl .request_supportVpXCcq3 div svg path {
    fill: rgb(199,197,222);
}.connect_with_useOhymLl .request_supportVpXCcq3 div span {
    font-size: calc(17px * 0.95);
    color: #000000;
    font-weight: 400;
}.connect_with_useOhymLl .request_supportVpXCcq3 div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #000000;
}.connect_with_useOhymLl .request_supportVpXCcq3 div span a:hover {
    color: rgb(199,197,222);
}.connect_with_useOhymLl .inquiry_formP0A9lnz {
    padding: 50px;
    background: rgba(0, 0, 0, 0.5);
}.connect_with_useOhymLl .inquiry_formP0A9lnz h3 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
}.connect_with_useOhymLl form {
    flex-direction: column;
    display: flex;
}.connect_with_useOhymLl form input[type="text"],
.connect_with_useOhymLl form input[type="email"] {
    color: #ffffff;
    border: none;
    font-size: 17px;
    margin-bottom: 25px;
    background: transparent;
    padding: 15px 5px;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}.connect_with_useOhymLl form input[type="text"]:focus,
.connect_with_useOhymLl form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(168,167,201);
}.connect_with_useOhymLl form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.connect_with_useOhymLl .inquiry_box6i1FRwT {
    align-items: flex-start;
    margin: 10px 0 25px;
    display: flex;
}.connect_with_useOhymLl .inquiry_box6i1FRwT input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_with_useOhymLl .inquiry_box6i1FRwT label {
    font-size: 14px;
    padding-left: 30px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    cursor: pointer;
    position: relative;
}.connect_with_useOhymLl .inquiry_box6i1FRwT label::before {
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 18px;
    position: absolute;
    left: 0;
    height: 18px;
    transition: all 0.3s ease;
    top: 2px;
    content: '';
    background-color: transparent;
}.connect_with_useOhymLl .inquiry_box6i1FRwT input[type="checkbox"]:checked + label::before {
    background-color: rgb(168,167,201);
    border-color: rgb(168,167,201);
}.connect_with_useOhymLl .inquiry_box6i1FRwT input[type="checkbox"]:checked + label::after {
    position: absolute;
    transform: rotate(45deg);
    border: solid #ffffff;
    left: 6px;
    border-width: 0 2px 2px 0;
    height: 10px;
    content: '';
    width: 6px;
    top: 6px;
}.connect_with_useOhymLl .inquiry_box6i1FRwT label a {
    color: rgb(168,167,201);
    text-decoration: none;
}.connect_with_useOhymLl .inquiry_box6i1FRwT label a:hover {
    text-decoration: underline;
}.connect_with_useOhymLl form .query_reachwYKhj5G {
    overflow: hidden;
    border: none;
    letter-spacing: 1px;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    transition: color 0.3s ease;
    background: rgb(168,167,201);
    position: relative;
    cursor: pointer;
    align-self: flex-start;
    padding: 15px 35px;
    z-index: 1;
}.connect_with_useOhymLl form .query_reachwYKhj5G::before {
    height: 100%;
    width: 0;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(199,197,222);
}.connect_with_useOhymLl form .query_reachwYKhj5G:hover::before {
    width: 100%;
}@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.connect_with_useOhymLl .request_supportVpXCcq3 div:nth-child(even) {
    animation: pulse 4s infinite;
}

@media screen and (max-width: 992px) {.connect_with_useOhymLl .connect_map2PBENkm {
    grid-template-columns: 1fr;
}.connect_with_useOhymLl .request_supportVpXCcq3::after {
    display: none;
}.connect_with_useOhymLl .request_supportVpXCcq3,
    .connect_with_useOhymLl .inquiry_formP0A9lnz {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.connect_with_useOhymLl {
    padding: 60px 0;
}.connect_with_useOhymLl .request_supportVpXCcq3,
    .connect_with_useOhymLl .inquiry_formP0A9lnz {
    padding: 30px 20px;
}.connect_with_useOhymLl .request_supportVpXCcq3 h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.85);
}.connect_with_useOhymLl .request_supportVpXCcq3 div {
    margin-bottom: 20px;
}.connect_with_useOhymLl form .query_reachwYKhj5G {
    width: 100%;
    padding: 12px 20px;
}}.newsletterIAzem8L {
    background: linear-gradient(135deg, rgb(199,197,222,0.5) 0%, rgb(168,167,201) 100%);
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
}.newsletterIAzem8L::before {
    z-index: 0;
    top: -5%;
    content: '';
    animation: subtle-shift 20s infinite linear;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.03) 15px,
        rgba(255, 255, 255, 0.03) 30px
    );
    left: -5%;
    width: 110%;
    position: absolute;
    height: 110%;
}.newsletterIAzem8L::after {
    transform: skewX(-15deg) translateX(10%);
    right: 0;
    position: absolute;
    top: 0;
    content: '';
    width: 40%;
    z-index: 1;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1));
}.newsletterIAzem8L .container {
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.newsletterIAzem8L .master_classeshd91Wnf {
    display: grid;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.08);
    transform: perspective(1000px) rotateY(-1deg);
    grid-template-columns: 1fr;
    gap: 2.5rem;
    border-left: 4px solid rgb(168,167,201);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 3rem;
}.newsletterIAzem8L .master_classeshd91Wnf:hover {
    transform: perspective(1000px) rotateY(0deg);
}.newsletterIAzem8L h4 {
    position: relative;
    line-height: 1.4;
    padding-left: 0;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    transition: padding-left 0.4s ease;
    font-size: calc(18px * 1.05);
    color: #ffffff;
    margin: 0 0 1rem;
}.newsletterIAzem8L h4::before {
    left: -20px;
    height: 10px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    position: absolute;
    background: rgb(168,167,201);
    content: '';
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 10px;
    opacity: 0;
}.newsletterIAzem8L .master_classeshd91Wnf:hover h4 {
    padding-left: 20px;
}.newsletterIAzem8L .master_classeshd91Wnf:hover h4::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}.newsletterIAzem8L .input_holder {
    display: flex;
    position: relative;
    z-index: 5;
    flex-direction: column;
    gap: 1rem;
}.newsletterIAzem8L .input_holder span {
    overflow: hidden;
    display: block;
    position: relative;
}.newsletterIAzem8L .input_holder span::after {
    left: 0;
    height: 2px;
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(168,167,201), rgb(199,197,222));
    position: absolute;
    width: 100%;
    content: '';
    transform-origin: left;
}.newsletterIAzem8L .input_holder span:hover::after,
.newsletterIAzem8L .input_holder span:focus-within::after {
    transform: scaleX(1);
}.newsletterIAzem8L input[type="email"] {
    background: rgba(255, 255, 255, 0.12);
    font-family: Arial, sans-serif;
    padding: 1.2rem 1.5rem;
    font-size: calc(18px * 1.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    outline: none;
    width: 100%;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    color: #ffffff;
}.newsletterIAzem8L input[type="email"]::placeholder {
    transition: color 0.3s ease, transform 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.newsletterIAzem8L input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
}.newsletterIAzem8L input[type="email"]:focus::placeholder {
    color: rgba(255, 255, 255, 0.4);
    transform: translateX(5px);
}.newsletterIAzem8L .email_forml1Zqxgs {
    position: relative;
    color: #ffffff;
    width: 100%;
    border: none;
    overflow: hidden;
    padding: 1.2rem 1.8rem;
    font-size: 18px;
    background: rgb(168,167,201);
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}.newsletterIAzem8L .email_forml1Zqxgs:hover {
    background: linear-gradient(45deg, rgb(168,167,201), rgb(199,197,222));
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.15),
        0 0 0 2px rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}.newsletterIAzem8L .email_forml1Zqxgs::before {
    width: 100%;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    content: '';
    top: 0;
    transition: left 0.6s ease;
    height: 100%;
    position: absolute;
    left: -100%;
}.newsletterIAzem8L .email_forml1Zqxgs:hover::before {
    left: 100%;
}

@keyframes subtle-shift {
    0% {
        transform: translateX(0) translateY(0);
    }
    25% {
        transform: translateX(5px) translateY(-5px);
    }
    50% {
        transform: translateX(0) translateY(0);
    }
    75% {
        transform: translateX(-5px) translateY(5px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}

@media (min-width: 768px) {.newsletterIAzem8L {
    padding: 5rem 0;
}.newsletterIAzem8L .master_classeshd91Wnf {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 3.5rem 4rem;
}.newsletterIAzem8L h4 {
    font-size: calc(18px * 1.1);
    margin: 0;
}.newsletterIAzem8L .input_holder {
    flex-direction: row;
}.newsletterIAzem8L .input_holder span:first-child {
    flex: 1;
}.newsletterIAzem8L .email_forml1Zqxgs {
    width: auto;
    white-space: nowrap;
}
}

@media (min-width: 992px) {.newsletterIAzem8L .master_classeshd91Wnf {
    padding: 4rem 5rem;
    gap: 4rem;
}.newsletterIAzem8L h4 {
    font-size: calc(18px * 1.15);
}.newsletterIAzem8L .master_classeshd91Wnf::before {
    top: -60px;
    width: 120px;
    right: -60px;
    border-radius: 50%;
    content: '';
    height: 120px;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
}.newsletterIAzem8L .master_classeshd91Wnf::after {
    border-radius: 50%;
    height: 80px;
    z-index: -1;
    position: absolute;
    content: '';
    width: 80px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: -40px;
    bottom: -40px;
}
}

@media (max-width: 767px) {.newsletterIAzem8L {
    padding: 3rem 0;
}.newsletterIAzem8L .master_classeshd91Wnf {
    padding: 2rem;
}.newsletterIAzem8L h4 {
    font-size: 18px;
    text-align: center;
}.newsletterIAzem8L .input_holder {
    gap: 0.8rem;
}.newsletterIAzem8L input[type="email"],
    .newsletterIAzem8L .email_forml1Zqxgs {
    padding: 1rem;
}
}

@media (max-width: 480px) {.newsletterIAzem8L {
    padding: 2.5rem 0;
}.newsletterIAzem8L .container {
    padding: 0 1rem;
}.newsletterIAzem8L .master_classeshd91Wnf {
    padding: 1.5rem;
}.newsletterIAzem8L h4 {
    font-size: calc(18px * 0.9);
}}.metrics_summaryL5Uvb9T {
    position: relative;
    background: rgb(227,225,241);
    z-index: 1;
    padding: 120px 0;
    overflow: hidden;
}.metrics_summaryL5Uvb9T::before {
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgb(199,197,222,0.5) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}.metrics_summaryL5Uvb9T::after {
    width: 40%;
    z-index: -1;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    content: "";
    right: 0;
    height: 40%;
    bottom: 0;
    background: rgb(168,167,201,0.5);
    position: absolute;
}.metrics_summaryL5Uvb9T .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.metrics_summaryL5Uvb9T .top_gainUwi5nWl {
    gap: 0;
    margin-top: 70px;
    justify-content: center;
    display: flex;
    z-index: 2;
    position: relative;
    flex-wrap: wrap;
}.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz {
    border-bottom: 3px solid transparent;
    position: relative;
    z-index: 2;
    perspective: 1000px;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.4s ease;
    background: transparent;
    transform-style: preserve-3d;
    flex: 0 0 calc(25% - 20px);
}.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz::before {
    position: absolute;
    top: 0;
    opacity: 0.5;
    transition: all 0.3s ease;
    width: 1px;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, transparent, rgb(199,197,222,0.5), transparent);
    height: 100%;
}.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz:first-child::before {
    opacity: 0;
}.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 3px solid rgb(199,197,222);
}.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz h4 {
    transition: all 0.3s ease;
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 3rem;
    color: rgb(199,197,222);
    transform: translateZ(20px);
}.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz:hover h4 {
    color: rgb(168,167,201);
    transform: translateZ(30px) scale(1.1);
}.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz span {
    transition: all 0.3s ease;
    font-weight: 400;
    display: block;
    color: #000000;
    font-size: 15px;
}.metrics_summaryL5Uvb9T .learn_statisticsSRBu9qr {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    max-width: 800px;
}.metrics_summaryL5Uvb9T .learn_statisticsSRBu9qr::before {
    content: "";
    left: 50%;
    height: 120%;
    z-index: -1;
    background: radial-gradient(ellipse at center, rgb(199,197,222,0.5) 0%, transparent 70%);
    opacity: 0.3;
    width: 150%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}.metrics_summaryL5Uvb9T .statistics_plus2Uk9Sbg {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
    font-size: 29px;
    letter-spacing: 2px;
    font-weight: 700;
}.metrics_summaryL5Uvb9T .statistics_plus2Uk9Sbg::before,
.metrics_summaryL5Uvb9T .statistics_plus2Uk9Sbg::after {
    top: 50%;
    content: "";
    height: 2px;
    width: 30px;
    background: rgb(199,197,222);
    position: absolute;
}.metrics_summaryL5Uvb9T .statistics_plus2Uk9Sbg::before {
    left: -40px;
}.metrics_summaryL5Uvb9T .statistics_plus2Uk9Sbg::after {
    right: -40px;
}.metrics_summaryL5Uvb9T .knowledge_boostersYxtNDHF {
    line-height: 1.8;
    color: #000000;
    font-size: 15px;
}.metrics_summaryL5Uvb9T svg {
    opacity: 0.8;
    fill: rgb(199,197,222);
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    transition: all 0.5s ease;
    display: block;
}.metrics_summaryL5Uvb9T svg path {
    fill: rgb(199,197,222);
    transition: all 0.5s ease;
}.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz:hover svg {
    fill: rgb(168,167,201);
    opacity: 1;
    transform: rotateY(180deg);
}.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz:hover svg path {
    fill: rgb(168,167,201);
}@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz h4 {
    opacity: 0;
    animation-delay: calc(var(--i, 0) * 0.2s);
    animation: countUp 1s forwards;
}.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz:nth-child(1) h4 {
    --i: 1;
}.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz:nth-child(2) h4 {
    --i: 2;
}.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz:nth-child(3) h4 {
    --i: 3;
}.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz:nth-child(4) h4 {
    --i: 4;
}

@media (max-width: 992px) {.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz {
    flex: 0 0 calc(50% - 20px);
}.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz:nth-child(2n+1)::before {
    opacity: 0;
}.metrics_summaryL5Uvb9T .statistics_plus2Uk9Sbg::before,
    .metrics_summaryL5Uvb9T .statistics_plus2Uk9Sbg::after {
    width: 20px;
}.metrics_summaryL5Uvb9T .statistics_plus2Uk9Sbg::before {
    left: -30px;
}.metrics_summaryL5Uvb9T .statistics_plus2Uk9Sbg::after {
    right: -30px;
}
}

@media (max-width: 768px) {.metrics_summaryL5Uvb9T {
    padding: 80px 0;
}.metrics_summaryL5Uvb9T .top_gainUwi5nWl {
    margin-top: 50px;
}.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz {
    padding: 30px 15px;
}.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz h4 {
    font-size: 2.5rem;
}.metrics_summaryL5Uvb9T svg {
    width: 40px;
    margin-bottom: 15px;
    height: 40px;
}.metrics_summaryL5Uvb9T .statistics_plus2Uk9Sbg {
    font-size: calc(29px * 0.85);
}.metrics_summaryL5Uvb9T .statistics_plus2Uk9Sbg::before,
    .metrics_summaryL5Uvb9T .statistics_plus2Uk9Sbg::after {
    display: none;
}
}

@media (max-width: 480px) {.metrics_summaryL5Uvb9T {
    padding: 60px 0;
}.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz {
    flex: 0 0 100%;
    margin-bottom: 15px;
}.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz::before {
    opacity: 0;
}.metrics_summaryL5Uvb9T .statistics_highlightsO6oc1vz h4 {
    font-size: 2.2rem;
}.metrics_summaryL5Uvb9T svg {
    height: 35px;
    width: 35px;
}.metrics_summaryL5Uvb9T .statistics_plus2Uk9Sbg {
    font-size: calc(29px * 0.7);
    margin-bottom: 15px;
}.metrics_summaryL5Uvb9T .knowledge_boostersYxtNDHF {
    font-size: calc(15px * 0.9);
}}.thxZoneG8D3N2n {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(199,197,222,0.5) 0%, rgb(227,225,241) 100%);
}.thxZoneG8D3N2n::before {
    height: 100%;
    content: "";
    z-index: 1;
    left: 0;
    background-size: 60px 60px;
    opacity: 0.1;
    width: 100%;
    top: 0;
    animation: patternShift 30s infinite linear;
    background-image: 
        linear-gradient(30deg, rgb(199,197,222,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(199,197,222,0.5) 1px, transparent 1px);
    position: absolute;
}.thxZoneG8D3N2n::after {
    transform: translateZ(0);
    top: -50%;
    height: 200%;
    opacity: 0.15;
    position: absolute;
    content: "";
    animation: lightPulse 10s infinite ease-in-out;
    left: -50%;
    background: radial-gradient(ellipse at center, #ffffff 0%, transparent 70%);
    width: 200%;
    z-index: 0;
}.thxZoneG8D3N2n .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.thxZoneG8D3N2n .master_classeshd91Wnf {
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 60px;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 10px;
}.thxZoneG8D3N2n .master_classeshd91Wnf::before {
    transition: opacity 0.6s ease, filter 0.6s ease;
    background: linear-gradient(45deg, 
        rgb(199,197,222) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(168,167,201) 100%);
    right: -5px;
    top: -5px;
    z-index: -1;
    position: absolute;
    content: "";
    bottom: -5px;
    filter: blur(8px);
    opacity: 0.6;
    left: -5px;
    border-radius: calc(10px + 5px);
}.thxZoneG8D3N2n .master_classeshd91Wnf:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.08) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thxZoneG8D3N2n .master_classeshd91Wnf:hover::before {
    opacity: 0.8;
    filter: blur(12px);
}.thxZoneG8D3N2n .master_classeshd91Wnf > div:first-child {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}.thxZoneG8D3N2n .master_classeshd91Wnf > div:first-child::after {
    background: linear-gradient(90deg, rgb(199,197,222), rgb(168,167,201));
    height: 4px;
    content: "";
    border-radius: 2px;
    animation: lineExtend 1.5s ease-out forwards;
    left: 0;
    bottom: -10px;
    width: 80px;
    position: absolute;
    transform-origin: left center;
}.thxZoneG8D3N2n h5 {
    animation: slideIn 0.8s 0.2s ease-out forwards;
    transform: translateX(0);
    padding: 0;
    line-height: 1.4;
    font-size: 23px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    margin: 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
    opacity: 0;
    color: #000000;
}.thxZoneG8D3N2n .master_classeshd91Wnf > div:last-child {
    overflow: hidden;
    position: relative;
}.thxZoneG8D3N2n a {
    text-decoration: none;
    transition: transform 0.4s ease;
    display: block;
}.thxZoneG8D3N2n a:hover {
    transform: translateX(5px);
}.thxZoneG8D3N2n p {
    font-size: 13px;
    font-weight: 400;
    opacity: 0;
    margin: 0;
    line-height: 1.8;
    animation: fadeIn 1s 0.5s ease-out forwards;
    color: #000000;
    padding: 0;
    font-family: Arial, sans-serif;
}

@keyframes lineExtend {
    0% { 
        width: 0; 
        opacity: 0;
    }
    100% { 
        width: 80px; 
        opacity: 1;
    }
}

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

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

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

@keyframes lightPulse {
    0%, 100% { 
        opacity: 0.15; 
        transform: translate(-50%, -50%) scale(1); 
    }
    50% { 
        opacity: 0.2; 
        transform: translate(-50%, -50%) scale(1.1); 
    }
}

@media (max-width: 992px) {.thxZoneG8D3N2n {
    padding: 90px 0;
}.thxZoneG8D3N2n .master_classeshd91Wnf {
    transform: perspective(1000px) rotateX(1deg);
    padding: 50px 40px;
}.thxZoneG8D3N2n h5 {
    font-size: calc(23px - 0.1rem);
}
}

@media (max-width: 768px) {.thxZoneG8D3N2n {
    padding: 70px 0;
}.thxZoneG8D3N2n .master_classeshd91Wnf {
    transform: none;
    padding: 40px 30px;
}.thxZoneG8D3N2n h5 {
    font-size: calc(23px - 0.2rem);
}.thxZoneG8D3N2n p {
    font-size: calc(13px - 0.05rem);
    line-height: 1.7;
}.thxZoneG8D3N2n .master_classeshd91Wnf > div:first-child::after {
    width: 60px;
}
    
    @keyframes lineExtend {
        100% { width: 60px; }
    }
}

@media (max-width: 576px) {.thxZoneG8D3N2n {
    padding: 50px 0;
}.thxZoneG8D3N2n .master_classeshd91Wnf {
    padding: 30px 20px;
}.thxZoneG8D3N2n h5 {
    font-size: calc(23px - 0.3rem);
}.thxZoneG8D3N2n p {
    line-height: 1.6;
    font-size: calc(13px - 0.1rem);
}.thxZoneG8D3N2n .master_classeshd91Wnf > div:first-child {
    margin-bottom: 25px;
}.thxZoneG8D3N2n .master_classeshd91Wnf > div:first-child::after {
    width: 50px;
    height: 3px;
}
    
    @keyframes lineExtend {
        100% { width: 50px; }
    }
}

@media (hover: none) {.thxZoneG8D3N2n .master_classeshd91Wnf:hover {
    box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.08),
            0 1px 0 rgba(255, 255, 255, 0.8) inset,
            0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    transform: none;
}.thxZoneG8D3N2n .master_classeshd91Wnf:hover::before {
    filter: blur(8px);
    opacity: 0.6;
}.thxZoneG8D3N2n a:hover {
    transform: none;
}}.instructor_historyDU62KIw {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(168,167,201,0.5), rgb(199,197,222), rgb(168,167,201));
}.instructor_historyDU62KIw::before {
    z-index: 0;
    animation: orbital-pulse 15s infinite alternate ease-in-out;
    opacity: 0.7;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(199,197,222,0.5), transparent 60%),
                radial-gradient(circle at 70% 30%, rgb(168,167,201,0.5), transparent 60%);
    left: -10%;
}.instructor_historyDU62KIw::after {
    position: absolute;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 80%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 40% 60%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 60% 30%, rgb(255, 255, 255, 0.5) 1px, transparent 1px);
    background-size: 120px 120px;
    top: 0;
    opacity: 0.2;
    height: 100%;
    content: "";
    animation: constellation-twinkle 8s infinite ease-in-out;
    left: 0;
    z-index: 1;
}.instructor_historyDU62KIw .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
}.instructor_historyDU62KIw .student_opinions3bevY7J {
    padding: 3rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    display: grid;
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    gap: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-backdrop-filter: blur(10px);
}.instructor_historyDU62KIw .student_opinions3bevY7J:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: perspective(1000px) rotateX(0deg);
}.instructor_historyDU62KIw .student_opinions3bevY7J > div:first-child {
    width: 150px;
    position: relative;
    height: 150px;
    margin: 0 auto;
    perspective: 1000px;
}.instructor_historyDU62KIw .pic_frame_wrapNj1lSiA {
    transform: rotate(-5deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
                border-radius 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 100%;
    width: 100%;
    overflow: hidden;
    animation: float-photo 6s infinite ease-in-out;
    border-radius: 10% 40% 30% 20%;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 0 10px rgba(var(--primary-color-rgb, 120, 80, 200), 0.1);
}.instructor_historyDU62KIw .student_opinions3bevY7J:hover .pic_frame_wrapNj1lSiA {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 0 15px rgba(var(--primary-color-rgb, 120, 80, 200), 0.15);
    transform: rotate(0deg) scale(1.05);
    border-radius: 30% 10% 40% 20%;
}.instructor_historyDU62KIw .student_opinions3bevY7J > div:nth-child(2) {
    text-align: center;
    padding-top: 1rem;
}.instructor_historyDU62KIw .name {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    letter-spacing: 0.5px;
    font-size: 23px;
    display: inline-block;
    margin: 0 0 0.5rem;
    font-weight: 600;
    position: relative;
    color: #ffffff;
}.instructor_historyDU62KIw .name::after {
    left: 0;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
    background: linear-gradient(to right, rgb(168,167,201), #ffffff, rgb(168,167,201));
    content: "";
    position: absolute;
    height: 2px;
    bottom: -5px;
}.instructor_historyDU62KIw .student_opinions3bevY7J:hover .name {
    transform: translateY(-2px);
}.instructor_historyDU62KIw .student_opinions3bevY7J:hover .name::after {
    width: 100%;
}.instructor_historyDU62KIw .student_opinions3bevY7J > div:nth-child(2) > div {
    margin-top: 0.5rem;
    opacity: 0.9;
    color: rgb(255, 255, 255, 0.5);
    transition: opacity 0.3s ease;
    font-size: calc(13px - 2px);
    font-style: italic;
}.instructor_historyDU62KIw .student_opinions3bevY7J:hover > div:nth-child(2) > div {
    opacity: 1;
}.instructor_historyDU62KIw .exp_cardHfBqGet {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    text-align: left;
    transition: opacity 0.4s ease, transform 0.4s ease;
    position: relative;
    line-height: 1.7;
    opacity: 0.9;
    padding: 0 1rem;
}.instructor_historyDU62KIw .exp_cardHfBqGet::before {
    content: "";
    top: -2rem;
    left: -1rem;
    position: absolute;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0.2;
    font-size: 5rem;
    color: rgb(255, 255, 255, 0.5);
    font-family: serif;
}.instructor_historyDU62KIw .exp_cardHfBqGet::after {
    bottom: -4rem;
    content: "";
    right: -1rem;
    font-family: serif;
    color: rgb(255, 255, 255, 0.5);
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-size: 5rem;
    opacity: 0.2;
    position: absolute;
}.instructor_historyDU62KIw .student_opinions3bevY7J:hover .exp_cardHfBqGet {
    transform: translateY(-2px);
    opacity: 1;
}.instructor_historyDU62KIw .student_opinions3bevY7J:hover .exp_cardHfBqGet::before {
    transform: translateY(-5px);
    opacity: 0.3;
}.instructor_historyDU62KIw .student_opinions3bevY7J:hover .exp_cardHfBqGet::after {
    opacity: 0.3;
    transform: translateY(5px);
}

@keyframes orbital-pulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1) rotate(3deg);
        opacity: 0.9;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
}

@keyframes constellation-twinkle {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(0);
    }
    50% {
        opacity: 0.3;
        transform: translateY(-10px);
    }
}

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

@media (min-width: 768px) {.instructor_historyDU62KIw .student_opinions3bevY7J {
    align-items: center;
    grid-template-columns: auto 1fr 2fr;
    gap: 3rem;
    padding: 4rem;
}.instructor_historyDU62KIw .student_opinions3bevY7J > div:first-child {
    height: 180px;
    width: 180px;
    margin: 0;
}.instructor_historyDU62KIw .student_opinions3bevY7J > div:nth-child(2) {
    padding-top: 0;
    text-align: left;
}.instructor_historyDU62KIw .exp_cardHfBqGet {
    padding: 0;
}
}

@media (min-width: 992px) {.instructor_historyDU62KIw {
    padding: 9rem 0;
}.instructor_historyDU62KIw .student_opinions3bevY7J {
    grid-template-columns: auto 1.5fr 3fr;
    padding: 5rem;
    gap: 4rem;
}.instructor_historyDU62KIw .student_opinions3bevY7J > div:first-child {
    height: 220px;
    width: 220px;
}.instructor_historyDU62KIw .name {
    font-size: calc(23px + 2px);
}.instructor_historyDU62KIw .exp_cardHfBqGet {
    font-size: calc(13px + 1px);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.instructor_historyDU62KIw {
    padding: 5rem 0;
}.instructor_historyDU62KIw .student_opinions3bevY7J {
    padding: 2.5rem;
    gap: 2rem;
}.instructor_historyDU62KIw .pic_frame_wrapNj1lSiA {
    animation: float-photo 5s infinite ease-in-out;
}.instructor_historyDU62KIw .exp_cardHfBqGet {
    padding: 0;
}.instructor_historyDU62KIw .exp_cardHfBqGet::before {
    font-size: 3rem;
    left: -0.5rem;
    top: -1.5rem;
}.instructor_historyDU62KIw .exp_cardHfBqGet::after {
    right: -0.5rem;
    font-size: 3rem;
    bottom: -3rem;
}}.program_offeringsKEQ2ewC {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(227,225,241) 0%, rgba(245, 247, 250, 0.92) 100%);
    position: relative;
}.program_offeringsKEQ2ewC::before {
    right: -5%;
    opacity: 0.5;
    transform: rotate(-15deg) translateZ(0);
    content: "";
    background: linear-gradient(225deg, rgb(199,197,222,0.5) 0%, rgb(168,167,201,0.5) 100%);
    filter: blur(20px);
    z-index: 1;
    position: absolute;
    width: 35%;
    top: -10%;
    height: 70%;
}.program_offeringsKEQ2ewC::after {
    content: "";
    left: -2%;
    transform: rotate(10deg) translateZ(0);
    filter: blur(15px);
    width: 25%;
    background: linear-gradient(45deg, rgb(168,167,201,0.5) 0%, rgb(199,197,222,0.5) 100%);
    bottom: -5%;
    z-index: 1;
    position: absolute;
    height: 50%;
    opacity: 0.4;
}.program_offeringsKEQ2ewC .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.program_offeringsKEQ2ewC .education_routeiLTK3n4 {
    gap: 2rem;
    background: #ffffff;
    display: grid;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
}.program_offeringsKEQ2ewC .pic_frame_wrapNj1lSiA {
    height: 300px;
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: top center;
}.program_offeringsKEQ2ewC .pic_frame_wrapNj1lSiA::before {
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    right: 0;
    content: "";
    z-index: 1;
    bottom: 0;
}.program_offeringsKEQ2ewC .pic_frame_wrapNj1lSiA::after {
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0.2;
    left: 0;
    top: 0;
    height: 100%;
    background: rgb(199,197,222);
    mix-blend-mode: overlay;
}.program_offeringsKEQ2ewC .headline_wrap3MfEltA {
    background: #ffffff;
    position: relative;
    padding: 2.5rem 2rem;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    transform: translateY(-40px);
}.program_offeringsKEQ2ewC .headline_wrap3MfEltA h3 {
    opacity: 0;
    animation-delay: 0.3s;
    font-size: calc(24px * 1.1);
    margin-bottom: 1.5rem;
    transform: translateY(0);
    color: #000000;
    line-height: 1.4;
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-weight: 700;
}.program_offeringsKEQ2ewC .headline_wrap3MfEltA h3::after {
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    content: "";
    margin-top: 1rem;
    width: 60px;
    background: rgb(199,197,222);
    transform-origin: left;
    height: 3px;
    animation-delay: 0.6s;
    transform: scaleX(0);
    display: block;
}.program_offeringsKEQ2ewC .headline_wrap3MfEltA p.description {
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    color: #000000;
    animation-delay: 0.5s;
    opacity: 0;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    font-size: 16px;
    line-height: 1.7;
}.program_offeringsKEQ2ewC .headline_wrap3MfEltA span.description {
    display: none;
}.program_offeringsKEQ2ewC .headline_wrap3MfEltA div {
    max-height: 300px;
    padding-right: 10px;
    overflow-y: auto;
    position: relative;
}.program_offeringsKEQ2ewC .headline_wrap3MfEltA div::-webkit-scrollbar {
    width: 6px;
}.program_offeringsKEQ2ewC .headline_wrap3MfEltA div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}.program_offeringsKEQ2ewC .headline_wrap3MfEltA div::-webkit-scrollbar-thumb {
    background: rgb(199,197,222,0.5);
    transition: background 0.3s ease;
}.program_offeringsKEQ2ewC .headline_wrap3MfEltA div::-webkit-scrollbar-thumb:hover {
    background: rgb(199,197,222);
}

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

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

@media (min-width: 768px) {.program_offeringsKEQ2ewC {
    padding: 7rem 0;
}.program_offeringsKEQ2ewC .education_routeiLTK3n4 {
    grid-template-columns: 45% 55%;
    gap: 0;
    transform: perspective(1200px) rotateY(-2deg);
    transition: transform 0.5s ease;
}.program_offeringsKEQ2ewC .education_routeiLTK3n4:hover {
    transform: perspective(1200px) rotateY(0deg);
}.program_offeringsKEQ2ewC .pic_frame_wrapNj1lSiA {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}.program_offeringsKEQ2ewC .headline_wrap3MfEltA {
    clip-path: none;
    transform: translateY(0) translateX(-50px);
    padding: 3.5rem 3rem 3.5rem 4rem;
}.program_offeringsKEQ2ewC .headline_wrap3MfEltA h3 {
    margin-bottom: 2rem;
    font-size: 36px;
}.program_offeringsKEQ2ewC .headline_wrap3MfEltA div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_offeringsKEQ2ewC {
    padding: 8rem 0;
}.program_offeringsKEQ2ewC .education_routeiLTK3n4 {
    grid-template-columns: 40% 60%;
}.program_offeringsKEQ2ewC .pic_frame_wrapNj1lSiA {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.program_offeringsKEQ2ewC .pic_frame_wrapNj1lSiA:hover {
    transform: scale(1.03);
}.program_offeringsKEQ2ewC .headline_wrap3MfEltA {
    transform: translateX(-70px);
    padding: 4rem 5rem 4rem 5rem;
}.program_offeringsKEQ2ewC .headline_wrap3MfEltA h3 {
    margin-bottom: 2.5rem;
}.program_offeringsKEQ2ewC .headline_wrap3MfEltA div {
    max-height: 400px;
}
}

@media (min-width: 1200px) {.program_offeringsKEQ2ewC .education_routeiLTK3n4 {
    grid-template-columns: 45% 55%;
}.program_offeringsKEQ2ewC .headline_wrap3MfEltA {
    transform: translateX(-100px);
    padding: 5rem 6rem 5rem 7rem;
}
}

@media (max-width: 767px) {.program_offeringsKEQ2ewC .education_routeiLTK3n4:hover .pic_frame_wrapNj1lSiA {
    transform: scale(1.05);
}}.learning_outcomes8NecU2r {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(227,225,241) 0%, rgba(245, 247, 250, 0.92) 100%);
    position: relative;
}.learning_outcomes8NecU2r::before {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(168,167,201,0.5), 0.03) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgba(rgb(199,197,222,0.5), 0.04) 0%, transparent 60%);
    content: "";
    height: 100%;
    z-index: 1;
}.learning_outcomes8NecU2r::after {
    width: 100%;
    top: -50%;
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(rgb(168,167,201,0.5), 0.08) 0%, transparent 70%);
    transform: rotate(-15deg);
    right: -50%;
}.learning_outcomes8NecU2r .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.learning_outcomes8NecU2r .master_classeshd91Wnf {
    gap: 60px;
    justify-content: space-between;
    align-items: center;
    transform-style: preserve-3d;
    display: flex;
    perspective: 1000px;
}.learning_outcomes8NecU2r .headline_wrap3MfEltA {
    background: #ffffff;
    padding: 40px;
    flex: 1;
    transform: translateZ(10px) rotateY(-5deg);
    border-radius: 12px;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.06),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 4px rgba(#ffffff, 0.5),
        inset -2px -2px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
}.learning_outcomes8NecU2r .headline_wrap3MfEltA:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 4px rgba(#ffffff, 0.6),
        inset -2px -2px 4px rgba(rgba(0, 0, 0, 0.5), 0.04);
    transform: translateZ(20px) rotateY(-2deg);
}.learning_outcomes8NecU2r h4 {
    font-weight: 700;
    position: relative;
    font-size: calc(23px * 1.2);
    margin-bottom: 30px;
    color: #000000;
    line-height: 1.4;
}.learning_outcomes8NecU2r h4::after {
    height: 3px;
    position: absolute;
    bottom: -10px;
    content: "";
    border-radius: 10px;
    width: 60px;
    left: 0;
    background: linear-gradient(to right, rgb(168,167,201), rgba(rgb(168,167,201,0.5), 0.5));
    transition: width 0.4s ease;
}.learning_outcomes8NecU2r .headline_wrap3MfEltA:hover h4::after {
    width: 80px;
}.learning_outcomes8NecU2r .headline_wrap3MfEltA > div {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
}.learning_outcomes8NecU2r ul {
    margin: 0;
    list-style: none;
    padding: 0;
    min-width: 280px;
    flex: 1;
}.learning_outcomes8NecU2r li {
    margin-bottom: 20px;
    transform: translateX(0);
    transition: transform 0.3s ease;
}.learning_outcomes8NecU2r li:hover {
    transform: translateX(5px);
}.learning_outcomes8NecU2r li p {
    gap: 15px;
    align-items: flex-start;
    margin: 0;
    color: #000000;
    display: flex;
    line-height: 1.6;
    font-size: 14px;
}.learning_outcomes8NecU2r li p span:first-child {
    height: 36px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgba(#ffffff, 1), rgba(245, 247, 250, 0.9));
    justify-content: center;
    box-shadow: 
        4px 4px 8px rgba(rgba(0, 0, 0, 0.5), 0.07),
        -4px -4px 8px rgba(#ffffff, 0.8),
        inset 1px 1px 2px rgba(#ffffff, 0.4),
        inset -1px -1px 2px rgba(rgba(0, 0, 0, 0.5), 0.07);
    display: flex;
    align-items: center;
    border-radius: 50%;
    width: 36px;
    flex-shrink: 0;
}.learning_outcomes8NecU2r li:hover p span:first-child {
    transform: translateY(0) scale(1.05);
    box-shadow: 
        5px 5px 10px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -5px -5px 10px rgba(#ffffff, 0.9),
        inset 1px 1px 2px rgba(#ffffff, 0.5),
        inset -1px -1px 2px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.learning_outcomes8NecU2r li p span:last-child {
    padding-top: 6px;
}.learning_outcomes8NecU2r svg {
    transform: translateZ(0);
    transition: transform 0.3s ease;
    height: 20px;
    width: 20px;
}.learning_outcomes8NecU2r li:hover svg {
    transform: translateZ(5px) rotate(-5deg);
}.learning_outcomes8NecU2r svg path {
    transition: fill 0.3s ease;
    fill: rgb(168,167,201);
}.learning_outcomes8NecU2r li:hover svg path {
    fill: rgb(199,197,222);
}.learning_outcomes8NecU2r .pic_frame_wrapNj1lSiA {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.12),
        -5px -5px 30px rgba(#ffffff, 0.7);
    max-width: 500px;
    border-radius: 12px;
    transform: translateZ(20px) rotateY(5deg);
    flex: 0 0 40%;
    height: auto;
    object-fit: cover;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        85% 100%,
        0 100%
    );
}.learning_outcomes8NecU2r .pic_frame_wrapNj1lSiA:hover {
    transform: translateZ(30px) rotateY(2deg);
    box-shadow: 
        25px 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.15),
        -10px -10px 40px rgba(#ffffff, 0.8);
}

@media (max-width: 991px) {.learning_outcomes8NecU2r {
    padding: 80px 0;
}.learning_outcomes8NecU2r .master_classeshd91Wnf {
    gap: 40px;
    flex-direction: column-reverse;
}.learning_outcomes8NecU2r .headline_wrap3MfEltA {
    width: 100%;
    transform: translateZ(5px) rotateY(-2deg);
    padding: 30px;
}.learning_outcomes8NecU2r .headline_wrap3MfEltA:hover {
    transform: translateZ(10px) rotateY(-1deg);
}.learning_outcomes8NecU2r .pic_frame_wrapNj1lSiA {
    width: 100%;
    transform: translateZ(10px) rotateY(3deg);
    max-width: 450px;
}.learning_outcomes8NecU2r .pic_frame_wrapNj1lSiA:hover {
    transform: translateZ(15px) rotateY(1deg);
}.learning_outcomes8NecU2r h4 {
    font-size: 23px;
}
}

@media (max-width: 767px) {.learning_outcomes8NecU2r {
    padding: 60px 0;
}.learning_outcomes8NecU2r .headline_wrap3MfEltA {
    padding: 25px 20px;
    transform: translateZ(0) rotateY(0);
}.learning_outcomes8NecU2r .headline_wrap3MfEltA:hover {
    transform: translateZ(0) rotateY(0);
}.learning_outcomes8NecU2r .pic_frame_wrapNj1lSiA {
    transform: translateZ(0) rotateY(0);
    max-width: 100%;
}.learning_outcomes8NecU2r .pic_frame_wrapNj1lSiA:hover {
    transform: translateZ(0) rotateY(0);
}.learning_outcomes8NecU2r .headline_wrap3MfEltA > div {
    flex-direction: column;
    gap: 10px;
}.learning_outcomes8NecU2r ul {
    width: 100%;
}.learning_outcomes8NecU2r h4 {
    font-size: calc(19px * 1.2);
}.learning_outcomes8NecU2r li p {
    gap: 10px;
}.learning_outcomes8NecU2r li p span:first-child {
    height: 30px;
    width: 30px;
}.learning_outcomes8NecU2r svg {
    width: 16px;
    height: 16px;
}
}

@media (max-width: 479px) {.learning_outcomes8NecU2r {
    padding: 50px 0;
}.learning_outcomes8NecU2r .headline_wrap3MfEltA {
    padding: 20px 15px;
}.learning_outcomes8NecU2r li {
    margin-bottom: 15px;
}.learning_outcomes8NecU2r li p {
    font-size: calc(14px * 0.9);
}.learning_outcomes8NecU2r li p span:first-child {
    height: 28px;
    width: 28px;
}.learning_outcomes8NecU2r svg {
    width: 14px;
    height: 14px;
}}.cookie_alert_overlayFua0fWb {
    bottom: 0;
    background: rgb(227,225,241);
    border-top: 2px solid rgb(199,197,222);
    width: 100%;
    z-index: 90;
    position: fixed;
}.edu_tracks4Or9Tn {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}.cookie_alert_overlayFua0fWb h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_alert_overlayFua0fWb p {
    font-size: 18px;
}.cookies_termsFfjrXCQ {
    flex-shrink: 0;
    margin-right: 10px;
}.cookies_termsFfjrXCQ svg, .cookies_termsFfjrXCQ svg path, .cookies_termsFfjrXCQ img {
    width: 100px;
    fill: rgb(199,197,222);
    height: 100px;
}.track_toggleVvyYc7O {
    color: rgb(199,197,222);
    text-align: center;
    text-decoration: none;
    margin-left: 10px;
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 24px;
    line-height: 35px;
    border-bottom: 2px solid rgb(199,197,222);
    cursor: pointer;
    min-width: 120px;
}.cookie_alert_overlayFua0fWb p a {
    text-decoration: none;
    color: rgb(199,197,222);
}#cookieNoticeBanner2j4H8Ll {
    display: none;
}#cookieNoticeBanner2j4H8Ll:checked ~ .cookie_alert_overlayFua0fWb {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_alert_overlayFua0fWb {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookies_termsFfjrXCQ {
    display: none;
}.edu_tracks4Or9Tn {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_alert_overlayFua0fWb h5 {
    text-align: center;
}.cookie_alert_overlayFua0fWb p {
    text-align: center;
}.visitor_confirmjzahSkv {
    margin-bottom: 20px;
}body .wrapper-canvasqkViI2R .track_toggleVvyYc7O {
    margin-left: 0;
}}
.wrapper-canvasqkViI2R .edu_tracks4Or9Tn {
    justify-content: flex-end;
}.wrapper-canvasqkViI2R .track_toggleVvyYc7O {
    font-size: 20px;
    padding: 10px;
    color: #ffffff;
    background: rgb(199,197,222);
    margin-left: 30px;
}.wrapper-canvasqkViI2R .visitor_confirmjzahSkv {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.wrapper-canvasqkViI2R .track_toggleVvyYc7O {
    margin-bottom: 10px;
    margin-left: 0;
}}.access_nowhcdDszB {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(199,197,222) 0%, rgb(168,167,201) 100%);
    transform-style: preserve-3d;
    perspective: 1000px;
}.access_nowhcdDszB::before {
    position: absolute;
    opacity: 0.1;
    transform: translateZ(-10px);
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(199,197,222,0.5),
        rgb(199,197,222,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    content: "";
    left: 0;
    z-index: 1;
}.access_nowhcdDszB::after {
    animation: glow 8s infinite alternate ease-in-out;
    position: absolute;
    transform: translateZ(-5px) rotate(45deg);
    background: radial-gradient(
        circle at center,
        rgb(255, 255, 255, 0.5) 0%,
        transparent 70%
    );
    opacity: 0.15;
    content: "";
    z-index: 1;
    top: -50%;
    height: 200%;
    width: 100%;
    right: -50%;
}.access_nowhcdDszB .container {
    position: relative;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 1140px;
    transform: translateZ(20px);
    padding: 0 15px;
    z-index: 2;
}.access_nowhcdDszB h6 {
    max-width: 800px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    transform: translateZ(10px);
    text-align: center;
    color: #ffffff;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    opacity: 0;
    letter-spacing: 0.5px;
    font-size: calc(20px * 1.2);
    animation: fadeInUp 0.8s forwards 0.2s ease-out;
}.access_nowhcdDszB div:nth-child(2) {
    justify-content: center;
    display: flex;
    transform: translateZ(30px);
}.access_nowhcdDszB span {
    transition: transform 0.3s ease-out;
    display: inline-block;
    position: relative;
    transform-style: preserve-3d;
}.access_nowhcdDszB .query_reachwYKhj5G {
    border-radius: 10px;
    position: relative;
    animation: fadeInUp 0.8s forwards 0.4s ease-out;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    color: rgb(199,197,222);
    letter-spacing: 0.5px;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    font-size: 20px;
    opacity: 0;
    justify-content: center;
    font-weight: 600;
    display: inline-flex;
    transform: translateZ(0);
    overflow: hidden;
    padding: 0.8rem 2.5rem;
}.access_nowhcdDszB .query_reachwYKhj5G::before {
    position: absolute;
    transition: left 0.7s ease;
    top: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    content: "";
    height: 100%;
}.access_nowhcdDszB .query_reachwYKhj5G::after {
    bottom: 0;
    transform-origin: right;
    position: absolute;
    height: 3px;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(199,197,222),
        rgb(168,167,201),
        rgb(199,197,222)
    );
    left: 0;
    content: "";
    transition: transform 0.4s ease-out;
    transform: scaleX(0);
}.access_nowhcdDszB .query_reachwYKhj5G span {
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
}.access_nowhcdDszB .query_reachwYKhj5G:hover {
    transform: translateY(-5px) translateZ(0);
    background: #ffffff;
    box-shadow: 0 15px 25px -8px rgba(0, 0, 0, 0.5);
}.access_nowhcdDszB .query_reachwYKhj5G:hover::before {
    left: 100%;
}.access_nowhcdDszB .query_reachwYKhj5G:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.access_nowhcdDszB .query_reachwYKhj5G:hover span {
    transform: translateY(0) scale(1.05);
}.access_nowhcdDszB .query_reachwYKhj5G:active {
    transform: translateY(0) translateZ(0);
    transition: all 0.1s;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

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

@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: translateZ(-5px) rotate(45deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: translateZ(-5px) rotate(45deg) scale(1.1);
    }
}

@media (max-width: 991px) {.access_nowhcdDszB {
    padding: 3.5rem 0;
}.access_nowhcdDszB h6 {
    margin-bottom: 2rem;
    font-size: calc(20px * 1.1);
}.access_nowhcdDszB .query_reachwYKhj5G {
    padding: 0.7rem 2.2rem;
}
}

@media (max-width: 767px) {.access_nowhcdDszB {
    padding: 3rem 0;
}.access_nowhcdDszB h6 {
    max-width: 90%;
    font-size: 20px;
    margin-bottom: 1.8rem;
}.access_nowhcdDszB .query_reachwYKhj5G {
    padding: 0.7rem 2rem;
}
}

@media (max-width: 575px) {.access_nowhcdDszB {
    padding: 2.5rem 0;
}.access_nowhcdDszB h6 {
    max-width: 100%;
    margin-bottom: 1.5rem;
    font-size: calc(20px * 0.9);
}.access_nowhcdDszB .query_reachwYKhj5G {
    padding: 0.6rem 1.8rem;
    font-size: calc(20px * 0.95);
}
}

@media (max-width: 380px) {.access_nowhcdDszB {
    padding: 2rem 0;
}.access_nowhcdDszB h6 {
    font-size: calc(20px * 0.85);
    margin-bottom: 1.2rem;
}.access_nowhcdDszB .query_reachwYKhj5G {
    padding: 0.5rem 1.5rem;
    font-size: calc(20px * 0.9);
}}footer {
    position: relative;
    width: 100%;
}footer .help_centerLMhVFQk {
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, rgb(199,197,222), rgb(168,167,201));
    padding: 80px 0 30px;
}footer .help_centerLMhVFQk::before {
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    top: 0;
    height: 100%;
}footer .eng_centerdKZxaiO {
    position: relative;
    z-index: 1;
}footer .reach_outHoUTO9Z {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
}footer .info_item {
    border-radius: 50%;
    position: relative;
    transition: all 0.4s ease;
    padding: 20px;
    flex: 0 1 220px;
    display: flex;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    align-items: center;
    height: 220px;
    justify-content: center;
    backdrop-filter: blur(5px);
    z-index: 1;
    background-color: rgb(199,197,222,0.5);
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    background-color: rgb(168,167,201,0.5);
    z-index: 2;
    transform: scale(1.05) translateY(0);
}footer .info_item svg {
    height: 24px;
    fill: #ffffff;
    margin-right: 10px;
    width: 24px;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    max-width: 80%;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    position: relative;
    justify-content: center;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}footer .nav_skilliNp7gCq, footer .nav_studyaimbuwR, footer .subscribe_holder {
    align-items: center;
    border-radius: 11px;
    overflow: hidden;
    flex: 1 1 300px;
    padding: 30px;
    background-color: rgb(199,197,222,0.5);
    text-align: center;
    position: relative;
    backdrop-filter: blur(5px);
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    transition: all 0.3s ease;
    max-width: 400px;
}footer .nav_skilliNp7gCq:hover, footer .nav_studyaimbuwR:hover, footer .subscribe_holder:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    background-color: rgb(168,167,201,0.5);
}footer .nav_skilliNp7gCq::before, footer .nav_studyaimbuwR::before, footer .subscribe_holder::before {
    border-radius: 50%;
    content: "";
    height: 150px;
    opacity: 0.1;
    width: 150px;
    z-index: -1;
    position: absolute;
}footer .nav_skilliNp7gCq::before {
    background-color: rgb(199,197,222);
    left: -50px;
    top: -50px;
}footer .nav_studyaimbuwR::before {
    right: -50px;
    background-color: rgb(168,167,201);
    bottom: -50px;
}footer .subscribe_holder::before {
    background-color: rgb(199,197,222);
    bottom: -50px;
    left: -50px;
}footer .nav_skilliNp7gCq svg {
    width: auto;
    filter: brightness(0) invert(1);
    height: 50px;
    margin-bottom: 20px;
}footer .site_mapXTzHd7J {
    max-width: 300px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}footer .nav_studyaimbuwR h5, footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 20px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
}footer .nav_studyaimbuwR h5::after, footer .subscribe_holder h5::after {
    content: "";
    width: 40px;
    left: 50%;
    bottom: -8px;
    height: 2px;
    transition: width 0.3s ease;
    background-color: #ffffff;
    position: absolute;
    transform: translateX(-50%);
}footer .nav_studyaimbuwR:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .header_basehy0xYoj {
    margin-bottom: 20px;
    max-width: 300px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    gap: 10px;
}footer .header_basehy0xYoj a {
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none;
    background-color: rgb(199,197,222,0.5);
    color: #ffffff;
    padding: 8px 15px;
    transition: all 0.3s ease;
}footer .header_basehy0xYoj a:hover {
    background-color: rgb(168,167,201,0.5);
    transform: translateY(-3px);
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 14px;
    max-width: 300px;
}footer .input_holder {
    display: flex;
    max-width: 300px;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    width: 100%;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 14px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(199,197,222,0.5);
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .email_forml1Zqxgs {
    font-size: 16px;
    width: 100%;
    transition: all 0.3s ease;
    background-color: rgb(199,197,222);
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    font-weight: 600;
}footer .email_forml1Zqxgs:hover {
    background-color: rgb(168,167,201);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .edu_globalWQtrGio {
    text-align: center;
    position: relative;
    margin-top: 60px;
}footer .debate_clubfov1MQb {
    border-radius: 10px;
    font-size: 13px;
    backdrop-filter: blur(5px);
    padding: 8px 20px;
    color: rgba(255, 255, 255, 0.7);
    background-color: rgb(199,197,222,0.5);
    display: inline-block;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    height: 180px;
    flex: 0 1 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .help_centerLMhVFQk {
    padding: 60px 0 30px;
}footer .reach_outHoUTO9Z {
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    height: 100px;
    padding: 15px;
    flex: 0 1 100px;
}footer .nav_skilliNp7gCq, footer .nav_studyaimbuwR, footer .subscribe_holder {
    padding: 25px 20px;
}footer .edu_globalWQtrGio {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .help_centerLMhVFQk {
    padding: 50px 0 20px;
}footer .info_item {
    flex: 0 1 90px;
    height: 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(14px - 1px);
}footer .nav_studyaimbuwR h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .header_basehy0xYoj a {
    padding: 6px 12px;
    font-size: calc(14px - 1px);
}footer .input_holder input[type="email"],
    footer .email_forml1Zqxgs {
    padding: 12px 15px;
}footer .debate_clubfov1MQb {
    padding: 6px 15px;
}}.pricing_itemj65Gk4D {
    background: linear-gradient(135deg, rgb(227,225,241) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}.pricing_itemj65Gk4D::before {
    border-radius: 10px;
    content: "";
    transform: rotate(-15deg);
    width: 40%;
    right: -5%;
    background: linear-gradient(120deg, rgb(199,197,222,0.5) 20%, rgb(168,167,201,0.5) 80%);
    opacity: 0.1;
    z-index: 0;
    position: absolute;
    top: -10%;
    height: 70%;
}.pricing_itemj65Gk4D::after {
    content: "";
    background: linear-gradient(45deg, rgb(168,167,201,0.5) 30%, rgb(199,197,222,0.5) 70%);
    z-index: 0;
    height: 50%;
    border-radius: 10px;
    position: absolute;
    opacity: 0.08;
    left: -3%;
    width: 35%;
    bottom: -5%;
    transform: rotate(10deg);
}.pricing_itemj65Gk4D .container {
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}.pricing_itemj65Gk4D .package_dealsxHP53zL {
    flex-direction: column;
    display: flex;
}.pricing_itemj65Gk4D .plan_feesL5Ft04y {
    text-align: center;
    margin-bottom: 3.5rem;
    order: 1;
    position: relative;
}.pricing_itemj65Gk4D .plan_feesL5Ft04y h2 {
    font-size: 35px;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
    color: #000000;
}.pricing_itemj65Gk4D .plan_feesL5Ft04y h2::after {
    background: linear-gradient(90deg, transparent, rgb(199,197,222), transparent);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    height: 3px;
    content: "";
    bottom: -0.75rem;
    width: 70%;
}.pricing_itemj65Gk4D .access_ratesZjEIiBz {
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    max-width: 800px;
}.pricing_itemj65Gk4D .fee_offersSzhCZ1t {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    order: 2;
    display: grid;
    width: 100%;
}.pricing_itemj65Gk4D .package_dealHEWDZnb {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    background: #ffffff;
    height: 100%;
    color: #000000;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    display: block;
}.pricing_itemj65Gk4D .package_dealHEWDZnb:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}.pricing_itemj65Gk4D .package_dealHEWDZnb::before {
    transform: translateY(-5px);
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(199,197,222), rgb(168,167,201));
    width: 100%;
    left: 0;
    content: "";
    transition: transform 0.3s ease;
    top: 0;
}.pricing_itemj65Gk4D .package_dealHEWDZnb:hover::before {
    transform: translateY(0);
}.pricing_itemj65Gk4D .discount_dealsyQbfsPc {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    flex-direction: column;
}.pricing_itemj65Gk4D .learning_feeskzL4j8y {
    flex: 1;
    display: flex;
    padding: 2rem 1.75rem;
    position: relative;
    flex-direction: column;
}.pricing_itemj65Gk4D .learning_feeskzL4j8y h3 {
    display: inline-block;
    margin-bottom: 1rem;
    color: #000000;
    font-size: calc(21px * 1.1);
    position: relative;
    font-weight: 700;
}.pricing_itemj65Gk4D .learning_feeskzL4j8y .tuition_tablenWsoVJr {
    position: relative;
    font-size: calc(21px * 1.3);
    font-weight: 700;
    color: rgb(199,197,222);
    margin-bottom: 1.5rem;
}.pricing_itemj65Gk4D .learning_feeskzL4j8y .tuition_tablenWsoVJr::after {
    left: 0;
    bottom: -0.75rem;
    content: "";
    width: 40px;
    position: absolute;
    background: rgb(199,197,222,0.5);
    height: 2px;
}.pricing_itemj65Gk4D .learning_feeskzL4j8y p {
    margin-bottom: 1.5rem;
    font-size: 18px;
    word-break: break-word;
    flex-grow: 1;
    word-wrap: break-word;
    line-height: 1.65;
    color: #000000;
    overflow-wrap: break-word;
}.pricing_itemj65Gk4D .pic_frame_wrapNj1lSiA {
    transition: transform 0.5s ease;
    overflow: hidden;
    height: 180px;
    width: 100%;
    position: relative;
}.pricing_itemj65Gk4D .pic_frame_wrapNj1lSiA::after {
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    left: 0;
    content: "";
    position: absolute;
}.pricing_itemj65Gk4D .package_dealHEWDZnb:hover .pic_frame_wrapNj1lSiA {
    transform: scale(1.05);
}.pricing_itemj65Gk4D .package_dealHEWDZnb:nth-child(odd) .learning_feeskzL4j8y::before {
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    z-index: -1;
    content: "";
    right: 1rem;
    top: 1rem;
    background: rgb(199,197,222,0.5);
}.pricing_itemj65Gk4D .package_dealHEWDZnb:nth-child(even) .learning_feeskzL4j8y::before {
    height: 2.5rem;
    content: "";
    bottom: 1rem;
    position: absolute;
    left: 1rem;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.1;
    width: 2.5rem;
    background: rgb(168,167,201,0.5);
}

@media (min-width: 992px) {.pricing_itemj65Gk4D .package_dealsxHP53zL {
    flex-direction: row;
}.pricing_itemj65Gk4D .plan_feesL5Ft04y {
    flex-direction: column;
    order: 2;
    padding-left: 3rem;
    justify-content: center;
    display: flex;
    text-align: left;
    margin-bottom: 0;
    flex: 0 0 30%;
}.pricing_itemj65Gk4D .plan_feesL5Ft04y h2 {
    text-align: left;
    margin-bottom: 2rem;
}.pricing_itemj65Gk4D .plan_feesL5Ft04y h2::after {
    left: 0;
    width: 40%;
    transform: none;
}.pricing_itemj65Gk4D .access_ratesZjEIiBz {
    text-align: left;
    margin: 0;
}.pricing_itemj65Gk4D .fee_offersSzhCZ1t {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (max-width: 991px) {.pricing_itemj65Gk4D {
    padding: 5rem 0;
}.pricing_itemj65Gk4D .package_dealHEWDZnb {
    margin-bottom: 1.5rem;
}.pricing_itemj65Gk4D .plan_feesL5Ft04y {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.pricing_itemj65Gk4D {
    padding: 4rem 0;
}.pricing_itemj65Gk4D .plan_feesL5Ft04y h2 {
    font-size: calc(35px * 0.9);
}.pricing_itemj65Gk4D .learning_feeskzL4j8y h3 {
    font-size: 21px;
}.pricing_itemj65Gk4D .learning_feeskzL4j8y .tuition_tablenWsoVJr {
    font-size: calc(21px * 1.15);
}.pricing_itemj65Gk4D .pic_frame_wrapNj1lSiA {
    height: 160px;
}
}

@media (max-width: 575px) {.pricing_itemj65Gk4D {
    padding: 3rem 0;
}.pricing_itemj65Gk4D .container {
    padding: 0 1.5rem;
}.pricing_itemj65Gk4D .fee_offersSzhCZ1t {
    gap: 1.5rem;
}.pricing_itemj65Gk4D .learning_feeskzL4j8y {
    padding: 1.5rem;
}.pricing_itemj65Gk4D .pic_frame_wrapNj1lSiA {
    height: 140px;
}
}

@media (hover: none) {.pricing_itemj65Gk4D .package_dealHEWDZnb:hover {
    transform: none;
}.pricing_itemj65Gk4D .package_dealHEWDZnb:hover .pic_frame_wrapNj1lSiA {
    transform: none;
}}.who_we_arepWvd9aC {
    position: relative;
    color: #ffffff;
    padding: 120px 0 100px;
    overflow: hidden;
}.who_we_arepWvd9aC::before {
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
}.who_we_arepWvd9aC::after {
    height: 300px;
    content: "";
    width: 300px;
    z-index: 1;
    bottom: -100px;
    position: absolute;
    right: -100px;
    border-radius: 50%;
    animation: pulse 8s infinite alternate ease-in-out;
    opacity: 0.1;
    background: rgb(199,197,222);
}.who_we_arepWvd9aC h4 {
    position: relative;
    z-index: 2;
    animation: slideUp 0.8s 0.2s forwards ease-out;
    color: rgb(168,167,201);
    margin-bottom: 40px;
    transform: translateY(30px);
    text-align: center;
    font-size: calc(31px * 1.1);
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}.who_we_arepWvd9aC .container {
    z-index: 2;
    position: relative;
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
}.who_we_arepWvd9aC .headline_wrap3MfEltA {
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px 50px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-left: 5px solid rgb(199,197,222);
    animation: slideIn 1s 0.5s forwards ease-out;
}.who_we_arepWvd9aC .headline_wrap3MfEltA::before {
    transform: rotate(45deg);
    width: 60px;
    height: 60px;
    opacity: 0.2;
    top: -15px;
    position: absolute;
    left: 30px;
    content: "";
    z-index: -1;
    background: rgb(168,167,201);
}.who_we_arepWvd9aC .headline_wrap3MfEltA h6 {
    font-weight: 700;
    display: inline-block;
    font-size: calc(22px * 1.1);
    position: relative;
    margin-bottom: 25px;
    color: #000000;
}.who_we_arepWvd9aC .headline_wrap3MfEltA h6::after {
    transform: scaleX(0);
    content: "";
    height: 3px;
    background: rgb(199,197,222);
    bottom: -10px;
    left: 0;
    position: absolute;
    transform-origin: left;
    width: 50%;
    animation: expand 0.8s 1s forwards ease-out;
}.who_we_arepWvd9aC .headline_wrap3MfEltA div {
    overflow: hidden;
    position: relative;
}.who_we_arepWvd9aC .headline_wrap3MfEltA span {
    animation: fadeIn 1.2s 0.8s forwards ease-out;
    display: block;
    column-count: 1;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(20px);
    text-align: justify;
    column-gap: 40px;
    font-size: 12px;
    color: #000000;
    font-weight: 400;
}

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

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

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

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

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

@media screen and (min-width: 768px) {.who_we_arepWvd9aC {
    padding: 150px 0 120px;
}.who_we_arepWvd9aC h4 {
    font-size: calc(45px * 0.8);
    margin-bottom: 60px;
}.who_we_arepWvd9aC .headline_wrap3MfEltA {
    padding: 60px 70px;
    margin-left: 50px;
    width: calc(100% - 100px);
}.who_we_arepWvd9aC .headline_wrap3MfEltA span {
    column-count: 2;
}
}

@media screen and (min-width: 992px) {.who_we_arepWvd9aC {
    padding: 180px 0 150px;
}.who_we_arepWvd9aC .container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}.who_we_arepWvd9aC .headline_wrap3MfEltA {
    opacity: 0;
    max-width: 1000px;
    transform: translateX(-150px);
    width: 85%;
    padding: 70px 80px;
    animation: slideIn 1.2s 0.5s forwards ease-out;
}.who_we_arepWvd9aC .headline_wrap3MfEltA h6 {
    font-size: 22px;
    margin-bottom: 30px;
}.who_we_arepWvd9aC .headline_wrap3MfEltA span {
    column-count: 2;
}
}

@media screen and (max-width: 767px) {.who_we_arepWvd9aC {
    padding: 80px 0 60px;
}.who_we_arepWvd9aC h4 {
    margin-bottom: 30px;
    font-size: calc(22px * 1.2);
}.who_we_arepWvd9aC .headline_wrap3MfEltA {
    padding: 30px 25px;
    border-left-width: 3px;
}.who_we_arepWvd9aC .headline_wrap3MfEltA h6 {
    margin-bottom: 20px;
    font-size: 21px;
}.who_we_arepWvd9aC .headline_wrap3MfEltA span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}
}

@media (hover: hover) {.who_we_arepWvd9aC .headline_wrap3MfEltA:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.who_we_arepWvd9aC .headline_wrap3MfEltA:hover h6::after {
    transition: background-color 0.3s ease;
    background: rgb(168,167,201);
}}.secure_stockadeh9zb5le {
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 30px;
    height: 100%;
    background-color: #ffffff;
}.secure_stockadeh9zb5le h1 {
    color: rgb(199,197,222);
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(199,197,222);
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 30px;
}.secure_stockadeh9zb5le h2 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: rgb(168,167,201);
    margin-bottom: 15px;
    text-align: left;
    font-size: 37px;
    margin-top: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(168,167,201);
}.secure_stockadeh9zb5le h3, .secure_stockadeh9zb5le h4, .secure_stockadeh9zb5le h5, .secure_stockadeh9zb5le h6 {
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000000;
    font-size: 19px;
    margin-top: 20px;
}.secure_stockadeh9zb5le ul, .secure_stockadeh9zb5le ol {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    padding: 10px 0;
    list-style-position: inside;
    list-style: none;
    padding-left: 0;
}.secure_stockadeh9zb5le li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}.secure_stockadeh9zb5le li::before {
    content: "•";
    line-height: 1em;
    left: 0;
    color: rgb(199,197,222);
    position: absolute;
    top: 0;
    font-size: 1.2em;
}.secure_stockadeh9zb5le section {
    background: none;
}.secure_stockadeh9zb5le p, .secure_stockadeh9zb5le span, .secure_stockadeh9zb5le div {
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.5;
}

@media only screen and (max-width: 800px) {.secure_stockadeh9zb5le {
    padding: 20px 10px;
}.secure_stockadeh9zb5le h1 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: calc(19px - 4px);
}.secure_stockadeh9zb5le h2 {
    margin-top: 20px;
    font-size: calc(19px - 4px);
    margin-bottom: 10px;
}.secure_stockadeh9zb5le ul, .secure_stockadeh9zb5le ol {
    padding-left: 10px;
}.secure_stockadeh9zb5le li {
    padding-left: 15px;
}}.instructional_approach5PksSqu {
    display: flex;
    min-height: 75vh;
    position: relative;
    overflow: hidden;
    justify-content: center;
    background: rgb(227,225,241);
    align-items: center;
}.instructional_approach5PksSqu::before {
    z-index: 1;
    animation: pulseBackground 8s ease-in-out infinite alternate;
    content: "";
    height: 100%;
    background: 
        radial-gradient(ellipse at 30% 30%, rgb(199,197,222,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 70%, rgb(168,167,201,0.5) 0%, transparent 60%);
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.5;
}.instructional_approach5PksSqu::after {
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        );
    z-index: 1;
}.instructional_approach5PksSqu .container {
    align-items: center;
    width: 100%;
    display: flex;
    max-width: 1200px;
    padding: 0 2rem;
    justify-content: center;
    position: relative;
    z-index: 5;
}.instructional_approach5PksSqu .master_classeshd91Wnf {
    display: flex;
    justify-content: center;
    max-width: 1300px;
    width: 100%;
    gap: 5rem;
    align-items: center;
    position: relative;
}.instructional_approach5PksSqu .master_classeshd91Wnf::before {
    border-radius: 50%;
    width: 100%;
    animation: rotateField 40s linear infinite;
    content: "";
    opacity: 0.6;
    background: 
        repeating-radial-gradient(
            circle at center,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 60px
        );
    height: 100%;
    z-index: -1;
    position: absolute;
}.instructional_approach5PksSqu .master_classeshd91Wnf::after {
    width: 100%;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(199,197,222,0.5) 90deg,
            transparent 180deg,
            rgb(168,167,201,0.5) 270deg,
            transparent 360deg
        );
    z-index: -2;
    content: "";
    transform-origin: center;
    border-radius: 50%;
    animation: rotateField 20s linear infinite reverse;
    height: 100%;
    position: absolute;
    opacity: 0.3;
}.instructional_approach5PksSqu h3 {
    font-weight: 700;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 0 10px;
    color: rgb(199,197,222);
    align-items: center;
    position: relative;
    z-index: 2;
    max-width: 600px;
    flex: 0 1 48%;
    font-size: 38px;
    padding: 2rem 3rem;
    justify-content: center;
    display: flex;
    animation: magneticPulse 5s ease-in-out infinite;
}.instructional_approach5PksSqu h3::before {
    content: "";
    position: absolute;
    inset: -5px;
    z-index: -1;
    opacity: 0.7;
    background: linear-gradient(135deg, rgb(199,197,222,0.5), rgb(168,167,201,0.5));
    animation: borderPulse 5s ease-in-out infinite;
    border-radius: 35px;
}.instructional_approach5PksSqu h3::after {
    background: linear-gradient(to right, rgb(199,197,222), transparent);
    content: "";
    z-index: 1;
    top: 50%;
    width: 40px;
    position: absolute;
    height: 2px;
    right: -20px;
}.instructional_approach5PksSqu span {
    background: #ffffff;
    z-index: 2;
    padding: 2rem 3rem;
    max-width: 850px;
    margin: 0 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    flex: 0 1 70%;
    font-size: 18px;
    color: #000000;
    animation: magneticPulse 5s ease-in-out 0.5s infinite;
    line-height: 1.7;
    position: relative;
}.instructional_approach5PksSqu span::before {
    border-radius: 35px;
    position: absolute;
    inset: -5px;
    opacity: 0.7;
    animation: borderPulse 5s ease-in-out 0.5s infinite;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgb(168,167,201,0.5), rgb(199,197,222,0.5));
}.instructional_approach5PksSqu span::after {
    position: absolute;
    height: 2px;
    top: 50%;
    left: -20px;
    z-index: 1;
    content: "";
    width: 40px;
    background: linear-gradient(to left, rgb(168,167,201), transparent);
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
        background-position: 100% 100%;
    }
}

@keyframes rotateField {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes magneticPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.instructional_approach5PksSqu .container {
    padding: 4rem 1.5rem;
}.instructional_approach5PksSqu .master_classeshd91Wnf {
    gap: 3rem;
    flex-direction: column;
}.instructional_approach5PksSqu h3 {
    flex: 0 1 auto;
    width: 100%;
    padding: 1.8rem 2.5rem;
    max-width: 100%;
    font-size: calc(38px * 0.9);
}.instructional_approach5PksSqu span {
    flex: 0 1 auto;
    max-width: 100%;
    width: 100%;
    font-size: calc(18px * 0.95);
    padding: 1.8rem 2.5rem;
}.instructional_approach5PksSqu h3::after {
    top: auto;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
    bottom: -20px;
    width: 40px;
}.instructional_approach5PksSqu span::after {
    display: none;
}
}

@media (max-width: 768px) {.instructional_approach5PksSqu {
    padding: 3rem 0;
    min-height: auto;
}.instructional_approach5PksSqu .container {
    padding: 0 1.2rem;
}.instructional_approach5PksSqu .master_classeshd91Wnf {
    gap: 2.5rem;
}.instructional_approach5PksSqu h3 {
    font-size: calc(38px * 0.8);
    padding: 1.5rem 2rem;
}.instructional_approach5PksSqu span {
    padding: 1.5rem 2rem;
    font-size: calc(18px * 0.9);
}.instructional_approach5PksSqu h3::before,
    .instructional_approach5PksSqu span::before {
    inset: -3px;
}
}

@media (max-width: 576px) {.instructional_approach5PksSqu {
    padding: 2.5rem 0;
}.instructional_approach5PksSqu .container {
    padding: 0 1rem;
}.instructional_approach5PksSqu .master_classeshd91Wnf {
    gap: 2rem;
}.instructional_approach5PksSqu h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(38px * 0.7);
}.instructional_approach5PksSqu span {
    font-size: calc(18px * 0.85);
    padding: 1.2rem 1.5rem;
}.instructional_approach5PksSqu h3::after {
    bottom: -15px;
    width: 30px;
}.instructional_approach5PksSqu h3::before,
    .instructional_approach5PksSqu span::before {
    inset: -2px;
}}.title_pageUZ7kwFJ {
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(227,225,241) 0%, rgb(168,167,201,0.5) 100%);
    padding: 2rem;
    overflow: hidden;
    justify-content: center;
    min-height: 100vh;
}.title_pageUZ7kwFJ::before {
    top: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(45deg, rgb(168,167,201,0.5) 0%, transparent 60%);
    content: "";
    left: 0;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    position: absolute;
}.title_pageUZ7kwFJ::after {
    position: absolute;
    z-index: 0;
    content: "";
    background: linear-gradient(to right, rgb(199,197,222,0.5), rgb(168,167,201));
    width: 60%;
    bottom: -5px;
    height: 40%;
    transform: rotate(-5deg);
    opacity: 0.3;
    right: -5px;
    filter: blur(15px);
}.title_pageUZ7kwFJ .learn_frontHITUBhJ {
    display: grid;
    z-index: 2;
    max-width: 1300px;
    position: relative;
    width: 100%;
    gap: 3rem;
    grid-template-columns: 1fr;
}.title_pageUZ7kwFJ .learn_frontHITUBhJ > div:first-child {
    opacity: 0;
    z-index: 3;
    position: relative;
    animation: slideUpFade 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(2rem);
}.title_pageUZ7kwFJ .learn_frontHITUBhJ > div:first-child p {
    line-height: 1.5;
    font-size: calc(16px * 1.4);
    margin-bottom: 1rem;
    position: relative;
    padding-left: 2rem;
    max-width: 90%;
    font-weight: 600;
    color: #000000;
}.title_pageUZ7kwFJ .learn_frontHITUBhJ > div:first-child p::before {
    top: 0.5rem;
    height: calc(100% - 1rem);
    position: absolute;
    content: "";
    transform: scaleY(0);
    left: 0;
    background: rgb(199,197,222);
    animation: scaleLineDown 0.6s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: top;
    width: 4px;
}.title_pageUZ7kwFJ .mentor_approachajbDydl {
    animation: slideUpFade 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(3rem);
    position: relative;
    opacity: 0;
    z-index: 3;
}.title_pageUZ7kwFJ .mentor_approachajbDydl > div {
    overflow: hidden;
    border-radius: 27px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}.title_pageUZ7kwFJ .mentor_approachajbDydl > div:hover {
    transform: translateY(-10px);
}.title_pageUZ7kwFJ .mentor_approachajbDydl > div::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.7)
  );
    top: 0;
    z-index: 1;
}.title_pageUZ7kwFJ .mentor_approachajbDydl > div::after {
    z-index: 2;
    width: 100%;
    opacity: 0.2;
    position: absolute;
    mix-blend-mode: overlay;
    top: 0;
    left: 0;
    content: "";
    background: rgb(168,167,201);
    height: 100%;
}.title_pageUZ7kwFJ .mentor_approachajbDydl h3 {
    z-index: 3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-size: calc(23px * 1.1);
    padding: 2.5rem 2rem 1rem;
    line-height: 1.4;
    color: #ffffff;
    position: relative;
    max-width: 90%;
    font-weight: 600;
}.title_pageUZ7kwFJ .mentor_approachajbDydl h3::before {
    left: 2rem;
    background: rgb(199,197,222);
    width: 60px;
    top: 1.5rem;
    animation: scaleLineRight 0.6s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    height: 3px;
    transform: scaleX(0);
    position: absolute;
    content: "";
}.title_pageUZ7kwFJ .mentor_approachajbDydl h1.title_style_header {
    line-height: 1.2;
    padding: 0 2rem 2.5rem;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 3;
    color: #ffffff;
    font-weight: 700;
    font-size: 46px;
}.title_pageUZ7kwFJ .mentor_approachajbDydl > div > div {
    opacity: 0;
    position: relative;
    z-index: 3;
    animation: slideUpFade 0.8s 0.9s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
}.title_pageUZ7kwFJ .mentor_approachajbDydl > div > div > div {
    position: relative;
    display: inline-block;
}.title_pageUZ7kwFJ .mentor_approachajbDydl > div > div > div::before {
    width: calc(100% - 4rem);
    content: "";
    left: 2rem;
    transform-origin: left;
    background: rgb(199,197,222);
    height: 2px;
    position: absolute;
    transform: scaleX(0);
    bottom: -10px;
    animation: scaleLineRight 0.6s 1.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes slideUpFade {
  from {
    transform: translateY(3rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

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

@keyframes scaleLineRight {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.title_pageUZ7kwFJ {
    padding: 3rem;
}.title_pageUZ7kwFJ .learn_frontHITUBhJ {
    gap: 4rem;
    grid-template-columns: 0.4fr 0.6fr;
}.title_pageUZ7kwFJ .learn_frontHITUBhJ > div:first-child p {
    font-size: calc(16px * 1.6);
    max-width: 100%;
    padding-left: 3rem;
}.title_pageUZ7kwFJ .learn_frontHITUBhJ > div:first-child p::before {
    width: 6px;
}.title_pageUZ7kwFJ .mentor_approachajbDydl h3 {
    font-size: calc(23px * 1.2);
    padding: 3rem 3rem 1.5rem;
}.title_pageUZ7kwFJ .mentor_approachajbDydl h3::before {
    left: 3rem;
    width: 80px;
    top: 2rem;
}.title_pageUZ7kwFJ .mentor_approachajbDydl h1.title_style_header {
    padding: 0 3rem 3rem;
    font-size: calc(46px * 1.2);
}
}

@media (min-width: 1200px) {.title_pageUZ7kwFJ {
    padding: 4rem;
}.title_pageUZ7kwFJ .learn_frontHITUBhJ {
    gap: 6rem;
}.title_pageUZ7kwFJ .learn_frontHITUBhJ > div:first-child p {
    font-size: calc(16px * 1.8);
    padding-left: 4rem;
}.title_pageUZ7kwFJ .learn_frontHITUBhJ > div:first-child p::before {
    width: 8px;
}.title_pageUZ7kwFJ .mentor_approachajbDydl h3 {
    padding: 4rem 4rem 2rem;
    font-size: calc(23px * 1.3);
}.title_pageUZ7kwFJ .mentor_approachajbDydl h3::before {
    width: 100px;
    top: 2.5rem;
    left: 4rem;
}.title_pageUZ7kwFJ .mentor_approachajbDydl h1.title_style_header {
    font-size: calc(46px * 1.4);
    padding: 0 4rem 4rem;
}.title_pageUZ7kwFJ .mentor_approachajbDydl > div > div > div::before {
    left: 4rem;
    width: calc(100% - 8rem);
}
}