﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.facebook_cta_KXVf {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1122px;
}.outer-container_nvKt {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.head_sitewrap_OWbE {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.teacher_profile_nGBE {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(175,175,178) 0%, rgb(138,138,141,0.5) 35%, rgb(102,102,105,0.5) 100%);
    padding: 6rem 2rem;
}.teacher_profile_nGBE::before {
    z-index: 0;
    content: "";
    left: -10%;
    opacity: 0.2;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(138,138,141,0.5) 120deg, transparent 180deg, rgb(102,102,105,0.5) 260deg, transparent 360deg);
    width: 200%;
    animation: rotate 20s linear infinite;
    position: absolute;
    height: 200%;
    top: -50%;
}@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.teacher_profile_nGBE .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    perspective: 1000px;
}.teacher_profile_nGBE .client_views_tsOm {
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(138,138,141,0.5);
    transform-style: preserve-3d;
    grid-template-rows: auto auto;
    grid-template-areas:
    "photo quote"
    "name quote";
    border-radius: 17px;
    gap: 1.5rem;
    backdrop-filter: blur(10px);
    display: grid;
    padding: 2.5rem;
    background: #ffffff;
    transform: rotateX(5deg) rotateY(-2deg);
    transition: transform 0.5s ease;
    grid-template-columns: minmax(220px, 1fr) 2fr;
}.teacher_profile_nGBE .client_views_tsOm:hover {
    transform: rotateX(0) rotateY(0);
}.teacher_profile_nGBE .img_border_ZQOr {
    transition: transform 0.3s ease;
    transform: translateZ(20px);
    border-radius: 17px;
    aspect-ratio: 1/1;
    grid-area: photo;
    width: 100%;
    box-shadow: 
    -5px 5px 0 rgb(102,102,105),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
}.teacher_profile_nGBE .client_views_tsOm:hover .img_border_ZQOr {
    transform: translateZ(30px) scale(1.05);
}.teacher_profile_nGBE .name {
    font-size: 23px;
    grid-area: name;
    transform: translateZ(10px);
    padding-left: 1rem;
    display: block;
    font-weight: 700;
    position: relative;
    color: rgb(138,138,141);
    margin-bottom: 0.5rem;
}.teacher_profile_nGBE .name + span {
    text-transform: uppercase;
    font-weight: 600;
    align-self: end;
    color: #000000;
    font-size: 14px;
    grid-area: name;
    letter-spacing: 1px;
    margin-top: 2rem;
    opacity: 0.8;
    padding-left: 1rem;
    transform: translateZ(5px);
}.teacher_profile_nGBE .exp_flex_lUmK {
    position: relative;
    font-size: calc(14px * 1.1);
    background: linear-gradient(to right, #ffffff, rgb(175,175,178));
    grid-area: quote;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    color: #000000;
    transition: transform 0.3s ease;
    line-height: 1.7;
    padding: 2rem;
    border-radius: 17px;
    transform: translateZ(15px);
}.teacher_profile_nGBE .exp_flex_lUmK::before {
    background: linear-gradient(45deg, rgb(138,138,141,0.5) 0%, transparent 40%, transparent 60%, rgb(102,102,105,0.5) 100%);
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.3;
    mix-blend-mode: overlay;
    border-radius: 17px;
}.teacher_profile_nGBE .client_views_tsOm:hover .exp_flex_lUmK {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.teacher_profile_nGBE .client_views_tsOm {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    transform: none;
    grid-template-areas:
      "img_border_ZQOr"
      "name"
      "exp_flex_lUmK";
}.teacher_profile_nGBE .img_border_ZQOr {
    max-width: 200px;
    margin: 0 auto;
}.teacher_profile_nGBE .name,
  .teacher_profile_nGBE .name + span {
    padding-left: 0;
    text-align: center;
}.teacher_profile_nGBE .name + span {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.teacher_profile_nGBE {
    padding: 4rem 1rem;
}.teacher_profile_nGBE .client_views_tsOm {
    padding: 1.5rem;
}.teacher_profile_nGBE .exp_flex_lUmK {
    padding: 1.5rem;
}}.contact_section_GLsD {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(175,175,178) 0%, #1a1e2e 100%);
    padding: 90px 0;
}.contact_section_GLsD::before {
    z-index: 0;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(138,138,141), 0.05) 100%);
    left: 0;
}.contact_section_GLsD::after {
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    height: 100px;
    z-index: 1;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    bottom: 0;
}.contact_section_GLsD .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.contact_section_GLsD h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
}.contact_section_GLsD h2::before {
    background: rgb(138,138,141);
    bottom: -20px;
    height: 2px;
    width: 30px;
    left: calc(50% - 50px);
    content: "";
    position: absolute;
}.contact_section_GLsD h2::after {
    height: 2px;
    content: "";
    left: calc(50% - 10px);
    background: rgb(138,138,141);
    bottom: -20px;
    width: 70px;
    position: absolute;
}.contact_section_GLsD .inquiry_info_4vbj {
    backdrop-filter: blur(10px);
    display: grid;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    grid-template-columns: 6fr 4fr;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.contact_section_GLsD .img_border_ZQOr {
    position: relative;
    min-height: 100%;
}.contact_section_GLsD .img_border_ZQOr::before {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    width: 100%;
    content: "";
    left: 0;
}.contact_section_GLsD .img_border_ZQOr::after {
    z-index: 2;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(138,138,141), 0.1) 10px, rgba(rgb(138,138,141), 0.1) 11px);
    left: 0;
    position: absolute;
    animation: scanLines 5s linear infinite;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact_section_GLsD .inquiry_help_ob0H {
    position: relative;
    padding: 50px;
}.contact_section_GLsD .inquiry_help_ob0H::before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    width: 100%;
    position: absolute;
    z-index: -1;
}.contact_section_GLsD #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}.contact_section_GLsD h3 {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 20px;
}.contact_section_GLsD h3::after {
    left: 0;
    height: 2px;
    content: "";
    width: 50px;
    position: absolute;
    bottom: -10px;
    background: rgb(138,138,141);
}.contact_section_GLsD input[type="text"] {
    position: relative;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 100%;
}.contact_section_GLsD input[type="text"]:focus {
    border-color: rgb(138,138,141);
    box-shadow: 0 0 15px rgba(rgb(138,138,141), 0.2);
    outline: none;
    background: rgba(0, 0, 0, 0.3);
}.contact_section_GLsD input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact_section_GLsD .inquiry_message_RS4y {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    margin-top: 5px;
}.contact_section_GLsD .inquiry_message_RS4y input[type="checkbox"] {
    margin-top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 24px;
    appearance: none;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    height: 24px;
}.contact_section_GLsD .inquiry_message_RS4y input[type="checkbox"]:checked {
    background: rgb(138,138,141);
    border-color: rgb(138,138,141);
}.contact_section_GLsD .inquiry_message_RS4y input[type="checkbox"]:checked::after {
    position: absolute;
    left: 9px;
    border: solid #ffffff;
    height: 10px;
    top: 6px;
    width: 6px;
    transform: rotate(45deg);
    content: "";
    border-width: 0 2px 2px 0;
}.contact_section_GLsD .inquiry_message_RS4y label {
    font-size: calc(16px - 2px);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}.contact_section_GLsD .inquiry_message_RS4y a {
    transition: all 0.3s ease;
    color: rgb(138,138,141);
    text-decoration: none;
    position: relative;
}.contact_section_GLsD .inquiry_message_RS4y a:hover {
    color: #ffffff;
}.contact_section_GLsD .inquiry_message_RS4y a::after {
    bottom: -2px;
    left: 0;
    height: 1px;
    transition: all 0.3s ease;
    background: rgb(138,138,141);
    position: absolute;
    width: 100%;
    content: "";
}.contact_section_GLsD .inquiry_message_RS4y a:hover::after {
    background: #ffffff;
}.contact_section_GLsD .support_links_rxq1 {
    padding: 16px 35px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    margin-top: 10px;
    color: #ffffff;
    font-weight: 600;
    border: none;
    position: relative;
    letter-spacing: 1px;
    background: rgb(138,138,141);
    font-size: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    align-self: flex-start;
}.contact_section_GLsD .support_links_rxq1::before {
    left: -100%;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: all 0.5s ease;
    height: 100%;
    top: 0;
}.contact_section_GLsD .support_links_rxq1:hover {
    transform: translateY(-3px);
    background: rgb(102,102,105);
}.contact_section_GLsD .support_links_rxq1:hover::before {
    left: 100%;
}.contact_section_GLsD svg {
    fill: rgb(138,138,141);
    filter: drop-shadow(0 0 5px rgba(rgb(138,138,141), 0.5));
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
}.contact_section_GLsD svg path {
    fill: rgb(138,138,141);
    transition: all 0.3s ease;
}.contact_section_GLsD svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.contact_section_GLsD svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact_section_GLsD {
    padding: 70px 0;
}.contact_section_GLsD .inquiry_info_4vbj {
    grid-template-columns: 1fr;
}.contact_section_GLsD .img_border_ZQOr {
    min-height: 300px;
}.contact_section_GLsD .inquiry_help_ob0H {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact_section_GLsD {
    padding: 50px 0;
}.contact_section_GLsD h2 {
    font-size: calc(32px - 4px);
    margin-bottom: 50px;
}.contact_section_GLsD .img_border_ZQOr {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_section_GLsD {
    padding: 40px 0;
}.contact_section_GLsD .container {
    padding: 0 15px;
}.contact_section_GLsD h2 {
    font-size: calc(32px - 6px);
    margin-bottom: 40px;
}.contact_section_GLsD h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.contact_section_GLsD h2::after {
    width: 50px;
}.contact_section_GLsD .inquiry_help_ob0H {
    padding: 30px 20px 40px;
}.contact_section_GLsD #contact {
    gap: 20px;
}.contact_section_GLsD .support_links_rxq1 {
    width: 100%;
}.contact_section_GLsD .img_border_ZQOr {
    min-height: 200px;
}}.course_offering_lJX2 {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(175,175,178) 40%, rgb(102,102,105,0.5) 100%);
    position: relative;
    overflow: hidden;
}.course_offering_lJX2::before {
    z-index: 1;
    width: 25vw;
    content: "";
    position: absolute;
    background: radial-gradient(circle at center, rgb(138,138,141,0.5) 0%, transparent 70%);
    height: 25vw;
    right: -5%;
    top: -10%;
    animation: float 15s infinite ease-in-out;
}.course_offering_lJX2::after {
    background: radial-gradient(circle at center, rgb(102,102,105,0.5) 0%, transparent 70%);
    left: -5%;
    position: absolute;
    animation: float 18s infinite ease-in-out reverse;
    z-index: 1;
    width: 30vw;
    content: "";
    bottom: -10%;
    height: 30vw;
}.course_offering_lJX2 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
}.course_offering_lJX2 h2 {
    color: #000000;
    margin-bottom: 3rem;
    position: relative;
    font-size: 37px;
    text-align: center;
    font-weight: 700;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(1000px) rotateX(0deg);
}.course_offering_lJX2 h2::after {
    position: absolute;
    transition: transform 0.5s ease;
    width: 80px;
    transform: translateX(-50%) scaleX(0.8);
    background: linear-gradient(90deg, rgb(138,138,141), rgb(102,102,105));
    bottom: -1rem;
    height: 4px;
    left: 50%;
    content: "";
}.course_offering_lJX2:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.course_offering_lJX2 .education_plan_xu9h {
    transform-style: preserve-3d;
    display: grid;
    perspective: 1000px;
    position: relative;
    gap: 3rem;
    grid-template-columns: 1fr;
}.course_offering_lJX2 .img_border_ZQOr {
    position: relative;
    transform: translateY(0) rotate(0deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 400px;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
    border-radius: 12px;
    overflow: hidden;
}.course_offering_lJX2 .img_border_ZQOr::before {
    position: absolute;
    z-index: 2;
    height: 100%;
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgba(rgb(138,138,141), 0.2) 100%
    );
    top: 0;
    width: 100%;
    content: "";
    left: 0;
}.course_offering_lJX2 .img_border_ZQOr::after {
    z-index: 1;
    content: "";
    position: absolute;
    height: 70px;
    animation: pulse 6s infinite alternate;
    width: 70px;
    background: rgb(138,138,141);
    right: -10px;
    border-radius: 50%;
    opacity: 0.7;
    top: -10px;
    filter: blur(15px);
}.course_offering_lJX2:hover .img_border_ZQOr {
    transform: translateY(-10px) rotate(1deg);
}.course_offering_lJX2 .content_card_EzhG {
    position: relative;
    padding: 2.5rem;
    max-height: 500px;
    transform: translateZ(0);
    border-radius: 12px;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow-y: auto;
}.course_offering_lJX2 .content_card_EzhG::-webkit-scrollbar {
    width: 8px;
}.course_offering_lJX2 .content_card_EzhG::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.course_offering_lJX2 .content_card_EzhG::-webkit-scrollbar-thumb {
    background: rgb(102,102,105,0.5);
    border-radius: 10px;
    transition: background 0.3s ease;
}.course_offering_lJX2 .content_card_EzhG::-webkit-scrollbar-thumb:hover {
    background: rgb(102,102,105);
}.course_offering_lJX2 .content_card_EzhG::before {
    position: absolute;
    border-radius: 50%;
    content: "";
    filter: blur(25px);
    height: 60px;
    z-index: -1;
    background: rgb(102,102,105,0.5);
    opacity: 0.6;
    top: -30px;
    left: 20px;
    width: 60px;
}.course_offering_lJX2:hover .content_card_EzhG {
    transform: translateZ(20px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.course_offering_lJX2 .description {
    color: #000000;
    animation-delay: 0.2s;
    animation: fadeInUp 0.8s forwards;
    margin-bottom: 1.5rem;
    font-size: 18px;
    opacity: 0;
    transform: translateY(20px);
    line-height: 1.75;
}.course_offering_lJX2 .description:last-child {
    margin-bottom: 0;
    animation-delay: 0.4s;
}

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

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(5%, 3%);
    }
    50% {
        transform: translate(-3%, 5%);
    }
    75% {
        transform: translate(3%, -3%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

@media (min-width: 768px) {.course_offering_lJX2 .education_plan_xu9h {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.course_offering_lJX2 h2 {
    font-size: calc(37px * 1.1);
    text-align: left;
}.course_offering_lJX2 h2::after {
    transform: translateX(0) scaleX(0.8);
    left: 0;
}.course_offering_lJX2:hover h2::after {
    transform: translateX(0) scaleX(1);
}.course_offering_lJX2 .img_border_ZQOr {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 90%);
    height: 100%;
    min-height: 450px;
}
}

@media (min-width: 992px) {.course_offering_lJX2 {
    padding: 8rem 0;
}.course_offering_lJX2 .education_plan_xu9h {
    gap: 5rem;
}.course_offering_lJX2 h2 {
    font-size: calc(37px * 1.2);
    margin-bottom: 4rem;
}.course_offering_lJX2 .img_border_ZQOr {
    transform: translateX(-20px) rotate(-1deg);
    min-height: 550px;
}.course_offering_lJX2:hover .img_border_ZQOr {
    transform: translateX(-20px) translateY(-10px) rotate(0deg);
}.course_offering_lJX2 .content_card_EzhG {
    transform: translateX(20px);
    padding: 3rem;
    max-height: 550px;
}.course_offering_lJX2:hover .content_card_EzhG {
    transform: translateX(20px) translateZ(30px);
}
}

@media (min-width: 1200px) {.course_offering_lJX2 .img_border_ZQOr {
    min-height: 600px;
    transform: translateX(-40px) rotate(-1deg);
}.course_offering_lJX2:hover .img_border_ZQOr {
    transform: translateX(-40px) translateY(-15px) rotate(0deg);
}.course_offering_lJX2 .content_card_EzhG {
    padding: 3.5rem;
    max-height: 600px;
    transform: translateX(40px);
}.course_offering_lJX2:hover .content_card_EzhG {
    transform: translateX(40px) translateZ(40px);
}
}

@media (max-width: 767px) {.course_offering_lJX2 {
    padding: 4rem 0;
}.course_offering_lJX2 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2rem;
}.course_offering_lJX2 .img_border_ZQOr {
    height: 280px;
}.course_offering_lJX2 .content_card_EzhG {
    padding: 1.5rem;
}.course_offering_lJX2 .description {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}.title_intro_Ze4T {
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    justify-content: center;
    background: linear-gradient(135deg, rgb(175,175,178) 0%, rgb(102,102,105,0.5) 100%);
    padding: 4rem 1rem;
}.title_intro_Ze4T::before {
    opacity: 0.05;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    background: repeating-linear-gradient(
    45deg,
    rgb(138,138,141,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(138,138,141,0.5) 12px
  );
    left: 0;
}.title_intro_Ze4T::after {
    z-index: 0;
    content: "";
    height: 100%;
    background: radial-gradient(circle, rgb(102,102,105) 0%, transparent 70%);
    top: -50%;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    right: -50%;
}.title_intro_Ze4T .fast_edu_7trW {
    position: relative;
    width: 100%;
    max-width: 1200px;
    z-index: 2;
}.title_intro_Ze4T .fast_edu_7trW > div {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}.title_intro_Ze4T .fast_edu_7trW > div > div:first-child {
    position: relative;
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(0);
}.title_intro_Ze4T .fast_edu_7trW > div > div:first-child:hover {
    transform: translateY(-10px);
}.title_intro_Ze4T h3 {
    line-height: 1.5;
    padding-left: 1rem;
    margin: 0;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    font-size: calc(18px * 0.9);
    transition: transform 0.5s ease;
    position: relative;
    font-weight: 600;
}.title_intro_Ze4T h3::before {
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(138,138,141), rgb(102,102,105));
    top: 0;
    position: absolute;
    width: 3px;
    left: 0;
}.title_intro_Ze4T .pro_learn_3tIG {
    height: clamp(300px, 50vh, 600px);
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}.title_intro_Ze4T .pro_learn_3tIG::before {
    position: absolute;
    z-index: 1;
    content: "";
    inset: 0;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.5) 0%,
    transparent 40%,
    transparent 60%,
    rgba(0, 0, 0, 0.5) 100%
  );
}.title_intro_Ze4T .pro_learn_3tIG > div {
    display: flex;
    flex-direction: column;
    inset: 0;
    justify-content: center;
    background: linear-gradient(to bottom, 
    rgba(0,0,0,0.2) 0%,
    rgba(0,0,0,0.6) 50%,
    rgba(0,0,0,0.8) 100%
  );
    z-index: 2;
    padding: clamp(1.5rem, 5vw, 3rem);
    position: absolute;
}.title_intro_Ze4T .pro_learn_3tIG p {
    max-width: 80%;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform: translateX(0);
    font-weight: 400;
    padding-left: 1rem;
    opacity: 0.9;
    position: relative;
    color: #ffffff;
    font-size: calc(12px * 1.1);
    margin-bottom: 1.5rem;
}.title_intro_Ze4T .pro_learn_3tIG:hover p {
    transform: translateX(10px);
    opacity: 1;
}.title_intro_Ze4T .pro_learn_3tIG p::before {
    transform: translateY(-50%);
    background: rgb(138,138,141);
    content: "";
    left: 0;
    height: 70%;
    position: absolute;
    top: 50%;
    width: 3px;
}.title_intro_Ze4T .title_style_header {
    color: #ffffff;
    line-height: 1.2;
    max-width: 90%;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    letter-spacing: -0.02em;
    margin: 0;
    position: relative;
    transform: translateY(0);
    font-weight: 700;
    font-size: clamp(31px, 5vw, 42px);
}.title_intro_Ze4T .pro_learn_3tIG:hover .title_style_header {
    transform: translateY(-10px);
}.title_intro_Ze4T .title_style_header::after {
    width: 60px;
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    background: linear-gradient(to right, rgb(138,138,141), transparent);
    bottom: -15px;
    transition: width 0.5s ease;
}.title_intro_Ze4T .pro_learn_3tIG:hover .title_style_header::after {
    width: 100px;
}

@media (min-width: 768px) {.title_intro_Ze4T .fast_edu_7trW > div {
    gap: 3rem;
    grid-template-columns: 0.4fr 0.6fr;
}.title_intro_Ze4T h3 {
    font-size: 18px;
}.title_intro_Ze4T .fast_edu_7trW > div > div:first-child {
    align-items: center;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    display: flex;
    padding: 3rem;
}.title_intro_Ze4T .pro_learn_3tIG {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
}

@media (min-width: 992px) {.title_intro_Ze4T .fast_edu_7trW > div {
    grid-template-columns: 0.35fr 0.65fr;
}.title_intro_Ze4T .fast_edu_7trW > div > div:first-child {
    transform: translateY(-20px);
}.title_intro_Ze4T .fast_edu_7trW > div > div:first-child:hover {
    transform: translateY(-30px);
}.title_intro_Ze4T h3 {
    font-size: calc(18px * 1.1);
}.title_intro_Ze4T .pro_learn_3tIG > div {
    padding: 4rem;
}.title_intro_Ze4T .title_style_header {
    max-width: 80%;
}
}

@media (max-width: 767px) {.title_intro_Ze4T {
    padding: 3rem 1rem;
}.title_intro_Ze4T .fast_edu_7trW > div > div:first-child {
    padding: 1.5rem;
    margin-bottom: 1rem;
}.title_intro_Ze4T h3 {
    font-size: calc(21px * 1.1);
}.title_intro_Ze4T .pro_learn_3tIG {
    height: 300px;
}.title_intro_Ze4T .pro_learn_3tIG > div {
    padding: 1.5rem;
}.title_intro_Ze4T .pro_learn_3tIG p {
    font-size: 12px;
    max-width: 100%;
    margin-bottom: 1rem;
}.title_intro_Ze4T .title_style_header {
    font-size: calc(31px * 0.9);
    max-width: 100%;
}}.info_details_xtow {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background-color: rgb(175,175,178);
    z-index: 1;
}.info_details_xtow::before {
    content: "";
    animation: ambientGlow 15s infinite alternate;
    left: 0;
    z-index: -1;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(138,138,141,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(102,102,105,0.5) 0%, transparent 40%);
    position: absolute;
    top: 0;
    width: 100%;
}.info_details_xtow::after {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    top: 0;
    content: "";
    z-index: -1;
}.info_details_xtow .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
}.info_details_xtow .edu_asksup_YC9H {
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    padding: 3rem;
    flex-direction: column;
    border-radius: 25px;
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.info_details_xtow .edu_asksup_YC9H::before {
    width: 200%;
    left: -50%;
    position: absolute;
    animation: shineEffect 6s infinite;
    transform: rotate(45deg);
    z-index: -1;
    transition: all 0.7s ease;
    top: -150%;
    content: "";
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 30%,
        rgba(255, 255, 255, 0.07) 50%,
        rgba(255, 255, 255, 0.03) 70%,
        transparent 100%
    );
}.info_details_xtow .contact_support_XQZJ {
    display: inline-block;
    color: rgb(138,138,141);
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    align-self: center;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 38px;
}.info_details_xtow .contact_support_XQZJ::after {
    animation: headerUnderline 3s infinite;
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(138,138,141), transparent);
    height: 3px;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
}.info_details_xtow .img_border_ZQOr {
    height: 200px;
    margin: 0 auto 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 200px;
    border: 3px solid rgba(255, 255, 255, 0.1);
}.info_details_xtow .img_border_ZQOr:hover {
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.4);
    transform: scale(1.02);
}.info_details_xtow .img_border_ZQOr::after {
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 123, 255, 0.2) 0%,
        transparent 100%
    );
    height: 100%;
}.info_details_xtow .reach_form_twNj {
    padding: 2rem;
    overflow: hidden;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    position: relative;
}.info_details_xtow .reach_form_twNj::before {
    left: 0;
    top: 0;
    border-radius: 10px;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(138,138,141), rgb(102,102,105));
    width: 5px;
}.info_details_xtow .reach_form_twNj p {
    flex-direction: column;
    margin-bottom: 1.5rem;
    font-size: 13px;
    display: flex;
    color: #000000;
    transition: transform 0.3s ease;
    padding-left: 2rem;
    position: relative;
}.info_details_xtow .reach_form_twNj p:hover {
    transform: translateX(5px);
}.info_details_xtow .reach_form_twNj p:last-child {
    margin-bottom: 0;
}.info_details_xtow .reach_form_twNj p span {
    margin-top: 0.3rem;
    font-weight: 600;
}.info_details_xtow .reach_form_twNj p a {
    transition: color 0.3s ease, transform 0.3s ease;
    color: rgb(138,138,141);
    display: inline-block;
    text-decoration: none;
}.info_details_xtow .reach_form_twNj p a:hover {
    transform: scale(1.03);
    color: rgb(102,102,105);
}.info_details_xtow .reach_form_twNj svg {
    width: 18px;
    height: 18px;
    stroke-linecap: round;
    transition: transform 0.3s ease;
    position: absolute;
    stroke-width: 2;
    left: 0;
    stroke-linejoin: round;
    top: 5px;
    fill: none;
}.info_details_xtow .reach_form_twNj p:hover svg {
    transform: scale(1.1);
}.info_details_xtow .reach_form_twNj svg path {
    stroke: rgb(138,138,141);
    transition: stroke 0.3s ease;
}.info_details_xtow .reach_form_twNj p:hover svg path {
    stroke: rgb(102,102,105);
}.info_details_xtow .reach_form_twNj p:nth-child(1) svg path {
    stroke-dasharray: 50;
    animation: drawSVG 1.5s forwards;
    stroke-dashoffset: 50;
}.info_details_xtow .reach_form_twNj p:nth-child(2) svg path {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    animation: drawSVG 1.5s 0.2s forwards;
}.info_details_xtow .reach_form_twNj p:nth-child(3) svg path {
    animation: drawSVG 1.5s 0.4s forwards;
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
}.info_details_xtow .reach_form_twNj p:nth-child(4) svg path {
    animation: drawSVG 1.5s 0.6s forwards;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
}.info_details_xtow .form_edu_S7x8 {
    padding-top: 2rem;
    margin-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}.info_details_xtow .edu_askedu_ldMi {
    margin-bottom: 1.5rem;
    position: relative;
    color: rgb(138,138,141);
    font-weight: 700;
    text-align: center;
    font-size: 22px;
}.info_details_xtow .edu_askedu_ldMi::before,
.info_details_xtow .edu_askedu_ldMi::after {
    position: absolute;
    height: 1px;
    width: 30px;
    background: linear-gradient(90deg, transparent, rgb(138,138,141,0.5), transparent);
    content: "";
    top: 50%;
}.info_details_xtow .edu_askedu_ldMi::before {
    left: 20%;
}.info_details_xtow .edu_askedu_ldMi::after {
    right: 20%;
}.info_details_xtow .edu_askedu_ldMi svg {
    stroke: rgb(138,138,141);
    animation: pulseAnimation 2s infinite;
    height: 18px;
    margin-right: 8px;
    stroke-width: 2;
    width: 18px;
    vertical-align: middle;
    fill: none;
}.info_details_xtow .get_contactwidget_SvxR {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.info_details_xtow .quick_request_PIxq {
    font-size: calc(13px - 2px);
    transition: all 0.3s ease;
    color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    border-radius: 10px;
    padding: 0.8rem 1rem;
    background: rgba(255, 255, 255, 0.05);
}.info_details_xtow .quick_request_PIxq:hover {
    background: rgba(0, 123, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 123, 255, 0.2);
    transform: translateY(-3px);
}.info_details_xtow .quick_request_PIxq svg {
    margin-right: 5px;
    width: 12px;
    stroke: rgb(138,138,141);
    stroke-width: 2;
    fill: none;
    transition: transform 0.3s ease;
    height: 12px;
}.info_details_xtow .quick_request_PIxq:hover svg {
    transform: rotate(15deg);
    stroke: rgb(102,102,105);
}

@keyframes shineEffect {
    0% {
        top: -150%;
        left: -50%;
    }
    100% {
        top: 150%;
        left: 150%;
    }
}

@keyframes headerUnderline {
    0%, 100% {
        width: 30%;
        left: 35%;
    }
    50% {
        width: 100%;
        left: 0;
    }
}

@keyframes ambientGlow {
    0% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
        background-position: 100% 100%;
    }
}

@keyframes drawSVG {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes pulseAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) {.info_details_xtow .edu_asksup_YC9H {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}.info_details_xtow .contact_support_XQZJ {
    width: 100%;
    margin-bottom: 3rem;
}.info_details_xtow .img_border_ZQOr {
    width: 250px;
    height: 250px;
    flex-shrink: 0;
    margin: 0;
}.info_details_xtow .reach_form_twNj {
    flex: 1;
    margin-left: 2.5rem;
}.info_details_xtow .reach_form_twNj svg {
    height: 20px;
    width: 20px;
}.info_details_xtow .get_contactwidget_SvxR {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 992px) {.info_details_xtow .edu_asksup_YC9H {
    padding: 4rem;
}.info_details_xtow .img_border_ZQOr {
    height: 300px;
    width: 300px;
}.info_details_xtow .reach_form_twNj {
    padding: 2.5rem;
}.info_details_xtow .reach_form_twNj svg {
    width: 22px;
    height: 22px;
}.info_details_xtow .get_contactwidget_SvxR {
    grid-template-columns: repeat(4, 1fr);
}
}

@media (max-width: 767px) {.info_details_xtow {
    padding: 3rem 0;
}.info_details_xtow .edu_asksup_YC9H {
    padding: 2rem;
}.info_details_xtow .reach_form_twNj {
    padding: 1.5rem;
}.info_details_xtow .contact_support_XQZJ {
    font-size: calc(38px - 4px);
}.info_details_xtow .edu_askedu_ldMi {
    font-size: calc(22px - 2px);
}.info_details_xtow .get_contactwidget_SvxR {
    gap: 0.8rem;
    grid-template-columns: 1fr;
}.info_details_xtow .reach_form_twNj svg {
    height: 16px;
    width: 16px;
}}.course_fit_for_qY1t {
    overflow: hidden;
    position: relative;
    background-color: #edf0f8;
    padding: 100px 0;
}.course_fit_for_qY1t::before {
    opacity: 0.4;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    content: '';
    height: 100%;
}.course_fit_for_qY1t .academy_team_tu5x {
    text-align: center;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 10;
    margin: 0 auto;
    position: relative;
}.course_fit_for_qY1t h3 {
    padding: 20px 40px;
    background-color: #edf0f8;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    font-size: 35px;
}.course_fit_for_qY1t h3::after {
    border-radius: 10px;
    content: '';
    background: linear-gradient(90deg, rgb(138,138,141), rgb(102,102,105));
    height: 5px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 60px;
}.course_fit_for_qY1t ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
    margin: 0;
    padding: 0;
}.course_fit_for_qY1t ul li {
    min-width: 280px;
    text-align: left;
    transition: all 0.4s ease;
    align-items: flex-start;
    background-color: #edf0f8;
    width: calc(33.333% - 24px);
    padding: 35px 30px;
    border-radius: 20px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    display: flex;
    gap: 20px;
    position: relative;
}.course_fit_for_qY1t ul li:hover {
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
    transform: translateY(-5px);
}.course_fit_for_qY1t ul li::before {
    height: 12px;
    border-radius: 50%;
    width: 12px;
    transition: opacity 0.3s ease;
    top: 15px;
    background: linear-gradient(135deg, rgb(138,138,141), rgb(102,102,105));
    position: absolute;
    content: '';
    opacity: 0.5;
    right: 15px;
}.course_fit_for_qY1t ul li:hover::before {
    opacity: 1;
}.course_fit_for_qY1t ul li svg {
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    transition: all 0.4s ease;
    padding: 10px;
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    border-radius: 12px;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
}.course_fit_for_qY1t ul li:hover svg {
    transform: scale(1.05);
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
}.course_fit_for_qY1t ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(138,138,141);
}.course_fit_for_qY1t ul li:hover svg path {
    fill: rgb(102,102,105);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_fit_for_qY1t ul li {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}.course_fit_for_qY1t ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course_fit_for_qY1t ul li:nth-child(2) {
    animation-delay: 0.2s;
}.course_fit_for_qY1t ul li:nth-child(3) {
    animation-delay: 0.3s;
}.course_fit_for_qY1t ul li:nth-child(4) {
    animation-delay: 0.4s;
}.course_fit_for_qY1t ul li:nth-child(5) {
    animation-delay: 0.5s;
}.course_fit_for_qY1t ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.course_fit_for_qY1t {
    padding: 80px 0;
}.course_fit_for_qY1t h3 {
    padding: 15px 30px;
    margin-bottom: 50px;
}.course_fit_for_qY1t ul {
    gap: 25px;
}.course_fit_for_qY1t ul li {
    padding: 30px 25px;
    width: calc(50% - 13px);
}
}

@media (max-width: 768px) {.course_fit_for_qY1t ul li {
    width: 100%;
    max-width: 400px;
}
}

@media (max-width: 576px) {.course_fit_for_qY1t {
    padding: 60px 0;
}.course_fit_for_qY1t h3 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.85);
    padding: 15px 20px;
}.course_fit_for_qY1t ul li {
    padding: 25px 20px;
    gap: 15px;
}.course_fit_for_qY1t ul li svg {
    height: 40px;
    padding: 8px;
    width: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.course_fit_for_qY1t ul li {
    opacity: 1;
    animation: none;
}.course_fit_for_qY1t ul li:hover {
    transform: none;
}}.sign_up_now_xF0S {
    position: relative;
    padding: 140px 0;
    overflow: hidden;
    background: linear-gradient(120deg, #ffffff 0%, rgb(175,175,178) 100%);
}.sign_up_now_xF0S::before {
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(138,138,141,0.5) 25%, transparent 25%, transparent 75%, rgb(138,138,141,0.5) 75%, rgb(138,138,141,0.5));
    content: '';
    background-position: 0 0, 30px 30px;
    height: 100%;
    top: 0;
    background-size: 60px 60px;
    opacity: 0.05;
    position: absolute;
}.sign_up_now_xF0S .academy_team_tu5x {
    border: 1px solid rgb(138,138,141);
    z-index: 10;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
}.sign_up_now_xF0S .academy_team_tu5x::before {
    height: calc(100% + 60px);
    content: '';
    border: 1px solid rgb(138,138,141,0.5);
    top: -30px;
    opacity: 0.5;
    left: -30px;
    position: absolute;
    width: calc(100% + 60px);
    z-index: -1;
}.sign_up_now_xF0S .academy_team_tu5x::after {
    content: '';
    z-index: -2;
    position: absolute;
    left: -60px;
    opacity: 0.2;
    top: -60px;
    width: calc(100% + 120px);
    border: 1px solid rgb(138,138,141,0.5);
    height: calc(100% + 120px);
}.sign_up_now_xF0S .container {
    flex-direction: column;
    display: flex;
    text-align: center;
    align-items: center;
}.sign_up_now_xF0S .container p {
    color: #000000;
    line-height: 1.4;
    padding: 0;
    z-index: 5;
    max-width: 700px;
    font-size: 31px;
    position: relative;
    font-weight: 700;
    margin: 0 0 50px 0;
}.sign_up_now_xF0S .support_links_rxq1 {
    text-decoration: none;
    font-weight: 600;
    background: transparent;
    transition: all 0.4s ease;
    position: relative;
    display: inline-block;
    z-index: 5;
    color: rgb(138,138,141);
    padding: 16px 40px;
    border: 1px solid rgb(138,138,141);
    font-size: 18px;
}.sign_up_now_xF0S .support_links_rxq1::before {
    height: 100%;
    background: rgb(138,138,141);
    transition: width 0.4s ease;
    width: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
}.sign_up_now_xF0S .support_links_rxq1:hover {
    color: #ffffff;
}.sign_up_now_xF0S .support_links_rxq1:hover::before {
    width: 100%;
}.sign_up_now_xF0S .container p::before {
    background: rgb(138,138,141);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: '';
    bottom: -25px;
    height: 1px;
    width: 40px;
}.sign_up_now_xF0S::after {
    position: absolute;
    filter: blur(50px);
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgb(138,138,141,0.5) 0%, rgb(102,102,105,0.5) 100%);
    right: -150px;
    opacity: 0.1;
    top: -150px;
    content: '';
    border-radius: 50%;
    z-index: 1;
}

@media (max-width: 991px) {.sign_up_now_xF0S {
    padding: 120px 0;
}.sign_up_now_xF0S .academy_team_tu5x {
    padding: 60px 0;
}.sign_up_now_xF0S .container p {
    margin-bottom: 40px;
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 767px) {.sign_up_now_xF0S {
    padding: 100px 0;
}.sign_up_now_xF0S .academy_team_tu5x {
    padding: 50px 0;
}.sign_up_now_xF0S .academy_team_tu5x::before {
    left: -20px;
    top: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
}.sign_up_now_xF0S .academy_team_tu5x::after {
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    top: -40px;
    left: -40px;
}.sign_up_now_xF0S .container p {
    font-size: 18px;
    margin-bottom: 35px;
}.sign_up_now_xF0S .support_links_rxq1 {
    padding: 14px 35px;
}
}

@media (max-width: 480px) {.sign_up_now_xF0S {
    padding: 80px 0;
}.sign_up_now_xF0S .academy_team_tu5x {
    padding: 40px 0;
}.sign_up_now_xF0S .academy_team_tu5x::before {
    height: calc(100% + 20px);
    left: -10px;
    width: calc(100% + 20px);
    top: -10px;
}.sign_up_now_xF0S .academy_team_tu5x::after {
    left: -20px;
    width: calc(100% + 40px);
    top: -20px;
    height: calc(100% + 40px);
}.sign_up_now_xF0S .container p {
    font-size: calc(16px * 1.2);
    margin-bottom: 30px;
}.sign_up_now_xF0S .support_links_rxq1 {
    font-size: calc(18px * 0.9);
    padding: 12px 30px;
}.sign_up_now_xF0S .container p::before {
    bottom: -20px;
    width: 30px;
}}.thxFrame_wXWc {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(138,138,141,0.5) 0%, rgb(175,175,178) 100%);
    overflow: hidden;
    position: relative;
}.thxFrame_wXWc::before {
    opacity: 0.1;
    background-size: 60px 60px;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: patternShift 30s infinite linear;
    top: 0;
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(30deg, rgb(138,138,141,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(138,138,141,0.5) 1px, transparent 1px);
}.thxFrame_wXWc::after {
    background: radial-gradient(ellipse at center, #ffffff 0%, transparent 70%);
    content: "";
    animation: lightPulse 10s infinite ease-in-out;
    height: 200%;
    z-index: 0;
    width: 200%;
    position: absolute;
    opacity: 0.15;
    left: -50%;
    top: -50%;
    transform: translateZ(0);
}.thxFrame_wXWc .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.thxFrame_wXWc .academy_team_tu5x {
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    padding: 60px;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 10px;
    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;
    position: relative;
}.thxFrame_wXWc .academy_team_tu5x::before {
    z-index: -1;
    content: "";
    border-radius: calc(10px + 5px);
    top: -5px;
    left: -5px;
    opacity: 0.6;
    right: -5px;
    filter: blur(8px);
    transition: opacity 0.6s ease, filter 0.6s ease;
    position: absolute;
    bottom: -5px;
    background: linear-gradient(45deg, 
        rgb(138,138,141) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(102,102,105) 100%);
}.thxFrame_wXWc .academy_team_tu5x:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    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;
}.thxFrame_wXWc .academy_team_tu5x:hover::before {
    opacity: 0.8;
    filter: blur(12px);
}.thxFrame_wXWc .academy_team_tu5x > div:first-child {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}.thxFrame_wXWc .academy_team_tu5x > div:first-child::after {
    content: "";
    background: linear-gradient(90deg, rgb(138,138,141), rgb(102,102,105));
    height: 4px;
    bottom: -10px;
    left: 0;
    border-radius: 2px;
    position: absolute;
    width: 80px;
    transform-origin: left center;
    animation: lineExtend 1.5s ease-out forwards;
}.thxFrame_wXWc h5 {
    color: #000000;
    line-height: 1.4;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    padding: 0;
    opacity: 0;
    animation: slideIn 0.8s 0.2s ease-out forwards;
    font-family: Arial, sans-serif;
    margin: 0;
    transform: translateX(0);
    font-weight: 700;
    font-size: 21px;
}.thxFrame_wXWc .academy_team_tu5x > div:last-child {
    overflow: hidden;
    position: relative;
}.thxFrame_wXWc a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s ease;
}.thxFrame_wXWc a:hover {
    transform: translateX(5px);
}.thxFrame_wXWc p {
    color: #000000;
    line-height: 1.8;
    font-size: 13px;
    margin: 0;
    animation: fadeIn 1s 0.5s ease-out forwards;
    font-weight: 400;
    opacity: 0;
    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) {.thxFrame_wXWc {
    padding: 90px 0;
}.thxFrame_wXWc .academy_team_tu5x {
    transform: perspective(1000px) rotateX(1deg);
    padding: 50px 40px;
}.thxFrame_wXWc h5 {
    font-size: calc(21px - 0.1rem);
}
}

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

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

@media (hover: none) {.thxFrame_wXWc .academy_team_tu5x: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;
}.thxFrame_wXWc .academy_team_tu5x:hover::before {
    opacity: 0.6;
    filter: blur(8px);
}.thxFrame_wXWc a:hover {
    transform: none;
}}.pricing_row_oYpC {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0 140px;
}.pricing_row_oYpC::before {
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.92), rgba(35, 45, 85, 0.95));
    height: 100%;
    position: absolute;
}.pricing_row_oYpC .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1320px;
    z-index: 1;
}.pricing_row_oYpC .premium_cost_yjJX {
    position: relative;
}.pricing_row_oYpC .premium_cost_yjJX::before {
    right: -80px;
    background: linear-gradient(225deg, rgb(138,138,141,0.5), transparent);
    height: 200px;
    content: "";
    position: absolute;
    pointer-events: none;
    width: 200px;
    top: -80px;
    filter: blur(60px);
    border-radius: 50%;
    opacity: 0.4;
}.pricing_row_oYpC h2 {
    -webkit-background-clip: text !important;
    font-weight: 700;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.15);
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 32px;
    color: transparent;
    background-clip: text !important;
}.pricing_row_oYpC h2::after {
    background: rgb(138,138,141);
    height: 3px;
    transform-origin: left;
    bottom: -8px;
    left: 0;
    content: "";
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(1);
    width: 80px;
}.pricing_row_oYpC h2:hover::after {
    transform: scaleX(1.2);
}.pricing_row_oYpC .tuition_plans_IPVh {
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 50px;
    opacity: 0.9;
    max-width: 700px;
    font-size: calc(12px + 2px);
}.pricing_row_oYpC .pricing_card_vBf0 {
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
    list-style: none;
    gap: 30px;
}.pricing_row_oYpC .pricing_card_vBf0 li {
    height: 100%;
    perspective: 1000px;
}.pricing_row_oYpC .class_cost_MZ9o {
    height: 100%;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    transform-style: preserve-3d;
    display: block;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(10px);
    text-decoration: none;
    min-height: 400px;
}.pricing_row_oYpC .class_cost_MZ9o:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.15);
}.pricing_row_oYpC .class_cost_MZ9o::before {
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    content: "";
    pointer-events: none;
    left: 0;
    transform: translateX(-100%);
    height: 100%;
    transition: transform 0.8s ease;
    width: 100%;
    top: 0;
    position: absolute;
}.pricing_row_oYpC .class_cost_MZ9o:hover::before {
    transform: translateX(100%);
}.pricing_row_oYpC .class_cost_MZ9o::after {
    width: 10px;
    background: rgb(138,138,141);
    height: 10px;
    opacity: 0.8;
    content: "";
    left: -5px;
    position: absolute;
    top: -5px;
    border-radius: 50%;
    box-shadow: 0 0 20px 5px rgb(138,138,141,0.5);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.pricing_row_oYpC .class_cost_MZ9o:hover::after {
    transform: scale(1.5);
}.pricing_row_oYpC .learning_pricing_DT2P {
    padding: 35px 25px;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
}.pricing_row_oYpC .promo_plans_loLa {
    position: relative;
    z-index: 2;
}.pricing_row_oYpC .class_cost_MZ9o h4 {
    font-size: 20px;
    transition: transform 0.3s ease;
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: 600;
}.pricing_row_oYpC .class_cost_MZ9o:hover h4 {
    transform: translateX(5px);
}.pricing_row_oYpC .class_cost_MZ9o h4::after {
    width: 40px;
    transition: width 0.3s ease;
    background: rgb(138,138,141);
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}.pricing_row_oYpC .class_cost_MZ9o:hover h4::after {
    width: 60px;
}.pricing_row_oYpC .class_cost_MZ9o p {
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    max-height: 200px;
    word-break: normal;
    overflow-y: auto;
    overflow-wrap: break-word;
    white-space: normal;
    padding-right: 10px;
}.pricing_row_oYpC .class_cost_MZ9o p::-webkit-scrollbar {
    width: 4px;
}.pricing_row_oYpC .class_cost_MZ9o p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
}.pricing_row_oYpC .class_cost_MZ9o p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}.pricing_row_oYpC .package_price_8aRM {
    overflow: hidden;
    border-radius: 10px;
    padding: 10px 25px;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: calc(20px + 4px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(138,138,141), rgb(102,102,105));
    position: relative;
}.pricing_row_oYpC .class_cost_MZ9o:hover .package_price_8aRM {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.pricing_row_oYpC .package_price_8aRM::before {
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    transition: transform 0.6s ease;
    transform: skewX(-20deg) translateX(-100%);
    height: 100%;
    width: 100%;
}.pricing_row_oYpC .class_cost_MZ9o:hover .package_price_8aRM::before {
    transform: skewX(-20deg) translateX(100%);
}

@media (max-width: 991px) {.pricing_row_oYpC {
    padding: 80px 0 100px;
}.pricing_row_oYpC .pricing_card_vBf0 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing_row_oYpC .class_cost_MZ9o {
    min-height: 450px;
}.pricing_row_oYpC .learning_pricing_DT2P {
    padding: 25px 20px;
}.pricing_row_oYpC h2 {
    font-size: calc(32px - 4px);
}.pricing_row_oYpC .tuition_plans_IPVh {
    font-size: 12px;
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.pricing_row_oYpC {
    padding: 60px 0 80px;
}.pricing_row_oYpC .pricing_card_vBf0 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 400px;
}.pricing_row_oYpC .class_cost_MZ9o {
    min-height: auto;
}.pricing_row_oYpC h2 {
    font-size: calc(32px - 8px);
}.pricing_row_oYpC .tuition_plans_IPVh {
    margin-bottom: 30px;
    font-size: calc(12px - 1px);
}.pricing_row_oYpC .class_cost_MZ9o p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.pricing_row_oYpC {
    padding: 50px 0 70px;
}.pricing_row_oYpC .learning_pricing_DT2P {
    padding: 20px 15px;
}.pricing_row_oYpC h2 {
    font-size: calc(32px - 10px);
}.pricing_row_oYpC .package_price_8aRM {
    padding: 8px 20px;
    font-size: 20px;
}.pricing_row_oYpC .class_cost_MZ9o h4 {
    margin-bottom: 15px;
    font-size: calc(20px - 2px);
}}.cookie_message_window_IdZD {
    z-index: 90;
    width: 100%;
    background: rgb(175,175,178);
    bottom: 0;
    border-top: 2px solid rgb(138,138,141);
    position: fixed;
}.edu_cookie_NnIS {
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
}#cookiePolicyBanner_GAzr {
    display: none;
}#cookiePolicyBanner_GAzr:checked ~ .cookie_message_window_IdZD {
    opacity: 0;
    visibility: hidden;
}.cookie_message_window_IdZD h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_message_window_IdZD p {
    font-size: 18px;
}.cookie_list_2ns6 {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_list_2ns6 svg, .cookie_list_2ns6 svg path, .cookie_list_2ns6 img {
    height: 100px;
    width: 100px;
    fill: rgb(138,138,141);
}.cookie_alerts_tbs6 {
    color: rgb(138,138,141);
    margin-left: 10px;
    text-align: center;
    flex-shrink: 0;
    min-width: 120px;
    line-height: 35px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    border-bottom: 2px solid rgb(138,138,141);
    font-size: 24px;
}.cookie_message_window_IdZD p a {
    color: rgb(138,138,141);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_message_window_IdZD {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_list_2ns6 {
    display: none;
}.edu_cookie_NnIS {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_message_window_IdZD h5 {
    text-align: center;
}.cookie_message_window_IdZD p {
    text-align: center;
}.cookie_gate_cSlb {
    margin-bottom: 20px;
}body .outer-container_nvKt .cookie_alerts_tbs6 {
    margin-bottom: 10px;
    margin-left: 0;
}}
.outer-container_nvKt .cookie_message_window_IdZD {
    border: none;
    box-shadow: rgb(138,138,141,0.5) 0px 0px 40px 39px;
    background: #ffffff;
}.outer-container_nvKt .cookie_alerts_tbs6 {
    font-weight: 400;
    background: rgb(138,138,141);
    padding: 10px;
    margin-left: 30px;
    font-size: 20px;
    color: #ffffff;
    border: none;
}.outer-container_nvKt .cookie_list_2ns6 {
    border-radius: 50%;
    background:rgb(138,138,141);
    align-items: center;
    display: flex;
    height: 80px;
    width: 80px;
    justify-content: center;
}.outer-container_nvKt .cookie_list_2ns6 svg, .outer-container_nvKt .cookie_list_2ns6 svg path, .outer-container_nvKt .cookie_list_2ns6 img {
    height: 40px;
    fill:#000000;
    width: 40px;
}.outer-container_nvKt .cookie_gate_cSlb h5, .outer-container_nvKt .cookie_gate_cSlb p {
    color: #000000;
}
@media only screen and (max-width: 800px){.outer-container_nvKt .cookie_list_2ns6 {
    margin-bottom: 14px;
    margin: 0;
}}.privacy_guardhouse_muY8 {
    overflow: hidden;
    width: 85%;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(138,138,141);
    max-width: 1000px;
    color: #000000;
    position: relative;
    padding: 50px;
    font-family: Arial, sans-serif;
}.privacy_guardhouse_muY8:before, .privacy_guardhouse_muY8:after {
    background: linear-gradient(135deg, rgb(138,138,141,0.5), rgb(102,102,105,0.5));
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.1;
    width: 100%;
    content: "";
    z-index: 0;
}.privacy_guardhouse_muY8 h1 {
    position: relative;
    border-bottom: 3px solid rgb(138,138,141);
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    text-transform: uppercase;
    z-index: 1;
    margin-top: 20px;
    font-size: 41px;
    padding-bottom: 10px;
}.privacy_guardhouse_muY8 h2 {
    margin-top: 30px;
    padding-bottom: 5px;
    z-index: 1;
    border-bottom: 2px solid rgb(102,102,105,0.5);
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 35px;
    position: relative;
    color: rgb(102,102,105);
}.privacy_guardhouse_muY8 ul, .privacy_guardhouse_muY8 ol {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    list-style-type: disc;
    list-style: none;
    z-index: 1;
}.privacy_guardhouse_muY8 li {
    font-size: 13px;
    line-height: 1.8;
    position: relative;
    margin-bottom: 10px;
}.privacy_guardhouse_muY8 li:before {
    line-height: 1;
    left: -20px;
    content: "•";
    font-size: 1.2em;
    color: rgb(138,138,141);
    position: absolute;
}.privacy_guardhouse_muY8 div {
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    padding: 25px;
    z-index: 1;
    background: #ffffff;
    line-height: 1.8;
    position: relative;
}.privacy_guardhouse_muY8 .container {
    position: relative;
    z-index: 1;
}.privacy_guardhouse_muY8 h3, .privacy_guardhouse_muY8 h4, .privacy_guardhouse_muY8 h5, .privacy_guardhouse_muY8 h6 {
    position: relative;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    z-index: 1;
    font-size: 24px;
    color: rgb(138,138,141);
}.privacy_guardhouse_muY8 p, .privacy_guardhouse_muY8 span {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
    z-index: 1;
    color: #000000;
    position: relative;
}.privacy_guardhouse_muY8 a {
    border-bottom: 1px solid rgb(102,102,105);
    position: relative;
    font-weight: 600;
    text-decoration: none;
    z-index: 1;
    color: rgb(102,102,105);
}.privacy_guardhouse_muY8 a:hover {
    border-bottom: 1px solid rgb(138,138,141);
    color: rgb(138,138,141);
}.privacy_guardhouse_muY8 button {
    border: none;
    z-index: 1;
    cursor: pointer;
    font-size: 20px;
    background: rgb(102,102,105);
    color: #ffffff;
    border-radius: 10px;
    padding: 12px 24px;
    position: relative;
}.privacy_guardhouse_muY8 button:hover {
    background: rgb(138,138,141);
}

@media only screen and (max-width: 800px) {.privacy_guardhouse_muY8 {
    padding: 30px;
    width: 90%;
}.privacy_guardhouse_muY8 h1 {
    font-size: calc(24px - 5px);
}.privacy_guardhouse_muY8 h2 {
    font-size: calc(24px - 3px);
}.privacy_guardhouse_muY8 ul, .privacy_guardhouse_muY8 ol {
    padding-left: 10px;
}.privacy_guardhouse_muY8 li:before {
    left: -10px;
}.privacy_guardhouse_muY8 button {
    padding: 10px 20px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(138,138,141);
}header .top_plank .master_knowledge_132N div svg, header .top_plank .master_knowledge_132N div svg path {
    fill: #ffffff;
}header .top_plank .master_knowledge_132N div span {
    color: #ffffff;
}header .top_plank .master_knowledge_132N {
    font-size: 16px;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    width: 100%;
    justify-content: flex-start;
    display: flex;
    line-height: 21px;
}header .top_plank .master_knowledge_132N div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}header .top_plank .master_knowledge_132N div img, header .top_plank .master_knowledge_132N div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.our_mission_wEHn {
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}.our_mission_wEHn::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(138,138,141,0.5) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    backdrop-filter: blur(3px) saturate(110%);
    left: 0;
    right: 0;
    z-index: 1;
}.our_mission_wEHn::after {
    filter: blur(20px);
    opacity: 0.15;
    top: -5%;
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    width: 30%;
    position: absolute;
    height: 40%;
    transform: rotate(15deg);
    background: linear-gradient(120deg, rgb(102,102,105) 0%, rgb(138,138,141) 100%);
    z-index: 0;
    right: -2%;
}.our_mission_wEHn .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.our_mission_wEHn .content_card_EzhG {
    transform: perspective(1000px) rotateY(-1deg);
    border-left: 4px solid rgb(138,138,141);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    padding: 3.5rem;
    position: relative;
}.our_mission_wEHn .content_card_EzhG:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_mission_wEHn .content_card_EzhG::before {
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    mix-blend-mode: overlay;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
}.our_mission_wEHn h1 {
    transform: translateX(-2%);
    color: #000000;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.05em;
}.our_mission_wEHn h1::after {
    content: "";
    width: 80px;
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: absolute;
    background: linear-gradient(90deg, rgb(138,138,141) 0%, rgb(102,102,105) 100%);
    transform-origin: left;
    bottom: 0;
    height: 3px;
    left: 0;
}.our_mission_wEHn ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.our_mission_wEHn li {
    margin-bottom: 1.5rem;
}.our_mission_wEHn h4 {
    transform: translateX(-1%);
    color: rgb(138,138,141);
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 24px;
    letter-spacing: 0.03em;
}.our_mission_wEHn span {
    line-height: 1.8;
    color: #000000;
    max-width: 100%;
    font-weight: 400;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 17px;
    position: relative;
    padding-left: 1rem;
    display: block;
}.our_mission_wEHn span::first-letter {
    font-size: 1.2em;
    font-weight: 600;
    color: rgb(102,102,105);
}

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

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

@media (max-width: 991px) {.our_mission_wEHn {
    padding: 80px 0 60px;
}.our_mission_wEHn .content_card_EzhG {
    transform: perspective(800px) rotateY(-0.5deg);
    padding: 2.5rem;
}.our_mission_wEHn h1 {
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.9);
}.our_mission_wEHn h4 {
    font-size: calc(24px * 0.95);
}
}

@media (max-width: 767px) {.our_mission_wEHn {
    padding: 60px 0 40px;
}.our_mission_wEHn .content_card_EzhG {
    transform: none;
    border-left-width: 3px;
    padding: 2rem 1.5rem;
}.our_mission_wEHn h1 {
    margin-bottom: 1.25rem;
    font-size: calc(40px * 0.8);
}.our_mission_wEHn h1::after {
    width: 60px;
    height: 2px;
}.our_mission_wEHn h4 {
    font-size: calc(24px * 0.9);
    margin-bottom: 0.75rem;
}.our_mission_wEHn span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
    padding-left: 0.75rem;
}.our_mission_wEHn::after {
    top: -10%;
    width: 50%;
    height: 30%;
    right: -10%;
}
    
    @keyframes expandLine {
        100% {
            width: 60px;
        }
    }
}

@media (max-width: 480px) {.our_mission_wEHn {
    padding: 50px 0 30px;
}.our_mission_wEHn .content_card_EzhG {
    border-left-width: 2px;
    padding: 1.5rem 1.25rem;
}.our_mission_wEHn h1 {
    margin-bottom: 1rem;
    font-size: calc(40px * 0.7);
}.our_mission_wEHn h1::after {
    width: 50px;
}.our_mission_wEHn span {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
    padding-left: 0.5rem;
}@keyframes expandLine {
        100% {
            width: 50px;
        }
    }
}.facebook_cta_KXVf {
    color: #ffffff;
    z-index: 1;
    padding: 5rem 0 3rem;
    position: relative;
    background-position: center center;
}.facebook_cta_KXVf::before {
    left: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
}.facebook_cta_KXVf::after {
    opacity: 0.5;
    width: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
}.facebook_cta_KXVf .container {
    flex-direction: column;
    display: flex;
    position: relative;
}.facebook_cta_KXVf .container::before {
    height: 80px;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    opacity: 0.3;
    position: absolute;
    top: -80px;
    width: 100%;
    background: linear-gradient(0deg, rgb(138,138,141) 0%, transparent 100%);
    left: 0;
    content: "";
}.facebook_cta_KXVf .company_holder {
    position: relative;
    border: 1px solid rgba(rgb(138,138,141), 0.3);
    border-radius: 10px;
    padding: 2rem;
    backdrop-filter: blur(5px);
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    margin-bottom: 4rem;
    background: rgba(0, 0, 0, 0.4);
}.facebook_cta_KXVf .company_holder::before {
    opacity: 0.5;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    content: "";
    left: -5px;
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    position: absolute;
    filter: blur(5px);
    background: linear-gradient(45deg, rgb(138,138,141), transparent 70%);
    z-index: -1;
}.facebook_cta_KXVf .company_holder h3 {
    color: #ffffff;
    font-size: calc(35px * 1.2);
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: inline-block;
    text-shadow: 0 0 10px rgb(138,138,141), 0 0 20px rgb(138,138,141), 0 0 30px rgb(138,138,141);
    letter-spacing: 2px;
}.facebook_cta_KXVf .company_holder h3::before {
    color: rgb(138,138,141);
    opacity: 0.7;
    content: attr(data-text);
    z-index: -1;
    position: absolute;
    left: 2px;
    top: 2px;
    filter: blur(1px);
}.facebook_cta_KXVf .study_group_VK64 {
    opacity: 0.8;
    margin-top: 1.5rem;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    padding-left: 1rem;
    border-left: 2px solid rgb(138,138,141);
}.facebook_cta_KXVf .career_help_AkLw {
    display: flex;
    position: relative;
    justify-content: space-between;
}.facebook_cta_KXVf .career_help_AkLw::before {
    top: -20px;
    width: 100%;
    left: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(138,138,141), transparent);
    position: absolute;
}.facebook_cta_KXVf .nav_lesson_RZGj {
    gap: 2rem;
    justify-content: space-between;
    display: flex;
    width: 100%;
}.facebook_cta_KXVf .header_navbar_43TV {
    position: relative;
    border-left: 2px solid rgb(138,138,141);
    padding: 1.5rem;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid rgb(138,138,141);
    flex: 1;
}.facebook_cta_KXVf .header_navbar_43TV:hover {
    transform: translateY(-5px);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    background: rgba(rgb(138,138,141,0.5), 0.1);
}.facebook_cta_KXVf .header_navbar_43TV h5 {
    position: relative;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(102,102,105);
}.facebook_cta_KXVf .header_navbar_43TV h5::after {
    content: "";
    background: rgb(138,138,141);
    bottom: -8px;
    box-shadow: 0 0 10px rgb(138,138,141);
    position: absolute;
    left: 0;
    height: 2px;
    width: 40px;
}.facebook_cta_KXVf .header_navbar_43TV .nav_lesson_RZGj {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.facebook_cta_KXVf .header_navbar_43TV .nav_lesson_RZGj a {
    transition: all 0.3s ease;
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    opacity: 0.7;
}.facebook_cta_KXVf .header_navbar_43TV .nav_lesson_RZGj a::before {
    left: 0;
    color: rgb(138,138,141);
    transition: all 0.3s ease;
    content: "//";
    position: absolute;
    font-size: 0.8em;
}.facebook_cta_KXVf .header_navbar_43TV .nav_lesson_RZGj a:hover {
    text-shadow: 0 0 5px rgb(138,138,141);
    opacity: 1;
    color: rgb(138,138,141);
}.facebook_cta_KXVf .header_navbar_43TV .nav_lesson_RZGj a:hover::before {
    color: rgb(102,102,105);
}.idea_pool_vdAS {
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    margin-top: 3rem;
    padding: 1.5rem 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.idea_pool_vdAS::before {
    background-image: 
        linear-gradient(90deg, transparent, rgb(138,138,141), transparent);
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    content: "";
    left: 0;
}.idea_pool_vdAS .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.idea_pool_vdAS .webinar_cta_h7tz {
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px;
    opacity: 0.7;
    color: #ffffff;
}.idea_pool_vdAS .webinar_cta_h7tz::before,
.idea_pool_vdAS .webinar_cta_h7tz::after {
    content: "//";
    margin: 0 10px;
    color: rgb(138,138,141);
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(138,138,141), 0 0 20px rgb(138,138,141);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.facebook_cta_KXVf .career_help_AkLw {
    flex-direction: column;
}.facebook_cta_KXVf .nav_lesson_RZGj {
    flex-direction: column;
}.facebook_cta_KXVf .header_navbar_43TV {
    width: 100%;
    margin-bottom: 1rem;
}.idea_pool_vdAS {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.facebook_cta_KXVf {
    padding: 4rem 0 2rem;
}.facebook_cta_KXVf .company_holder {
    margin-bottom: 3rem;
    padding: 1.5rem;
}.facebook_cta_KXVf .company_holder h3 {
    font-size: 35px;
}.facebook_cta_KXVf .header_navbar_43TV h5 {
    font-size: calc(24px * 0.9);
}.idea_pool_vdAS {
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    padding: 1.2rem 0;
}
}

@media screen and (max-width: 576px) {.facebook_cta_KXVf {
    padding: 3rem 0 2rem;
}.facebook_cta_KXVf .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.facebook_cta_KXVf .company_holder h3 {
    font-size: calc(35px * 0.85);
    letter-spacing: 1px;
}.facebook_cta_KXVf .study_group_VK64 {
    font-size: calc(15px * 0.9);
}.facebook_cta_KXVf .header_navbar_43TV {
    padding: 1rem;
}.facebook_cta_KXVf .header_navbar_43TV .nav_lesson_RZGj a {
    font-size: calc(15px * 0.9);
}.idea_pool_vdAS {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    padding: 1rem 0;
}.idea_pool_vdAS .webinar_cta_h7tz::before,
    .idea_pool_vdAS .webinar_cta_h7tz::after {
    display: none;
}}header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    z-index: 100;
    width: 100%;
    position: relative;
    background: linear-gradient(to bottom, rgb(175,175,178), #ffffff);
    padding: 1.2rem 0;
}header::before {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    content: '';
    opacity: 0.5;
    width: 100%;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(138,138,141,0.5) 65%, 
        rgb(138,138,141,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(102,102,105,0.5) 75%, 
        rgb(102,102,105,0.5) 80%, 
        transparent 80%);
}header .container {
    z-index: 1;
    position: relative;
    padding: 0 3%;
    width: 100%;
    max-width: 100%;
    margin: 0;
}header .main_pagewrap_yEBp {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 2rem;
}header .nav_begin_jGwT {
    background: linear-gradient(135deg, rgb(138,138,141,0.5), rgb(102,102,105,0.5));
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
    padding: 0.5rem 1.5rem;
    border-radius: 26px;
}header .nav_begin_jGwT::before {
    top: -50%;
    opacity: 0;
    height: 200%;
    transition: opacity 0.3s ease;
    width: 200%;
    content: '';
    left: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    position: absolute;
}header .nav_begin_jGwT:hover::before {
    opacity: 1;
}header .nav_begin_jGwT svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: auto;
    width: 150px;
    transition: all 0.3s ease;
}header .nav_begin_jGwT:hover svg {
    transform: scale(1.03);
}header .header_navbar_43TV {
    margin-top: 0.5rem;
    width: 100%;
    gap: 0.6rem;
    justify-content: center;
    display: flex;
    max-width: 800px;
    flex-wrap: wrap;
}header .main_top_aNYI {
    padding: 0.6rem 1.2rem;
    overflow: hidden;
    background: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-align: center;
}header .main_top_aNYI::before {
    background: linear-gradient(to right, rgb(138,138,141), rgb(102,102,105));
    position: absolute;
    height: 3px;
    content: '';
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    width: 100%;
    top: 0;
    left: 0;
}header .main_top_aNYI:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(138,138,141);
}header .main_top_aNYI:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .nav_begin_jGwT {
    padding: 0.5rem 1.2rem;
}header .nav_begin_jGwT svg {
    width: 140px;
}header .header_navbar_43TV {
    gap: 0.5rem;
}header .main_top_aNYI {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .main_pagewrap_yEBp {
    gap: 1.5rem;
}header .nav_begin_jGwT {
    padding: 0.4rem 1rem;
}header .nav_begin_jGwT svg {
    width: 130px;
}header .header_navbar_43TV {
    gap: 0.5rem;
}header .main_top_aNYI {
    font-size: calc(14px - 1px);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .main_pagewrap_yEBp {
    gap: 1rem;
}header .nav_begin_jGwT svg {
    width: 120px;
}header .header_navbar_43TV {
    overflow-x: auto;
    padding-bottom: 10px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0.4rem;
}header .header_navbar_43TV::-webkit-scrollbar {
    height: 3px;
}header .header_navbar_43TV::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(138,138,141);
}header .main_top_aNYI {
    margin-right: 2px;
    flex-shrink: 0;
    white-space: nowrap;
}
}