* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.outer-container_1638 {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1121px;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}.job_board_8703 {
    flex: 0 0 auto;
}.header_learn_4071 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.study_process_9704 {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(214,214,228), #ffffff);
}.study_process_9704::before {
    z-index: 1;
    content: "";
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(175,176,204,0.5), 0.03),
        rgba(rgb(175,176,204,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}.study_process_9704::after {
    height: 200px;
    right: -50px;
    content: "";
    transform: rotate(15deg);
    top: -50px;
    border: 1px solid rgba(rgb(175,176,204,0.5), 0.2);
    position: absolute;
    z-index: 0;
    width: 200px;
}.study_process_9704 .container.study_program_3612 {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
}.study_process_9704 .container.study_program_3612 > div {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateY(0);
    padding: 3.5rem 4rem;
}.study_process_9704 .container.study_program_3612 > div:hover {
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-10px);
}.study_process_9704 .container.study_program_3612 > div::before {
    width: 5px;
    background: linear-gradient(to bottom, rgb(175,176,204), rgb(137,134,169));
    height: 0;
    position: absolute;
    left: 0;
    transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    top: 0;
}.study_process_9704 .container.study_program_3612 > div:hover::before {
    height: 100%;
}.study_process_9704 .container.study_program_3612 > div::after {
    background: linear-gradient(45deg, transparent 48%, rgb(137,134,169) 48%, rgb(137,134,169) 52%, transparent 52%);
    height: 40px;
    transform: rotate(45deg);
    bottom: 2rem;
    right: 2rem;
    content: "";
    opacity: 0.2;
    position: absolute;
    width: 40px;
}.study_process_9704 h3 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    letter-spacing: -0.02em;
    font-size: 2.2rem;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}.study_process_9704 h3::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(175,176,204), rgb(137,134,169));
    transition: width 0.4s ease;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
}.study_process_9704 .container.study_program_3612 > div:hover h3::after {
    width: 120px;
}.study_process_9704 p {
    margin: 0;
    line-height: 1.8;
    font-size: 15px;
    color: #000000;
    transition: transform 0.3s ease;
    position: relative;
    font-family: Arial, sans-serif;
}.study_process_9704 p span {
    padding-left: 1rem;
    border-left: 1px dashed rgba(rgb(175,176,204,0.5), 0.3);
    position: relative;
    display: block;
}

@media (min-width: 992px) {.study_process_9704 .container.study_program_3612 > div {
    display: grid;
    margin-left: 3rem;
    grid-template-columns: 1fr;
    padding: 4rem 5rem;
}.study_process_9704 h3 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
}.study_process_9704 p {
    line-height: 1.9;
    font-size: calc(15px + 0.1rem);
}
}

@media (min-width: 1200px) {.study_process_9704 {
    padding: 7rem 0;
}.study_process_9704 .container.study_program_3612 > div {
    padding: 5rem 6rem;
    margin-left: 5rem;
}.study_process_9704 h3 {
    font-size: 2.8rem;
}.study_process_9704 p span {
    padding-left: 1.5rem;
}
}

@media (max-width: 991px) {.study_process_9704 {
    padding: 4rem 0;
}.study_process_9704 .container.study_program_3612 {
    padding: 0 1.5rem;
}.study_process_9704 .container.study_program_3612 > div {
    padding: 2.5rem 2rem;
}.study_process_9704 h3 {
    font-size: 1.8rem;
    padding-bottom: 0.8rem;
    margin-bottom: 1.2rem;
}.study_process_9704 h3::after {
    height: 2px;
    width: 60px;
}
}

@media (max-width: 767px) {.study_process_9704 {
    padding: 3rem 0;
}.study_process_9704 .container.study_program_3612 > div {
    padding: 2rem 1.5rem;
}.study_process_9704 h3 {
    font-size: 1.6rem;
}.study_process_9704 p {
    font-size: calc(15px - 0.1rem);
    line-height: 1.7;
}.study_process_9704 p span {
    padding-left: 0.75rem;
}
}

@media (max-width: 575px) {.study_process_9704 .container.study_program_3612 > div {
    padding: 1.75rem 1.25rem;
}.study_process_9704 .container.study_program_3612 > div::after {
    display: none;
}.study_process_9704 h3 {
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    font-size: 1.5rem;
}.study_process_9704 h3::after {
    width: 50px;
}}.find_us_3617 {
    background: linear-gradient(135deg, rgb(175,176,204,0.5) 0%, rgb(137,134,169,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.find_us_3617::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.8;
    height: 100%;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 20%),
        radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 20%),
        radial-gradient(circle at 40% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 30%);
    z-index: 0;
}.find_us_3617::after {
    height: 90%;
    right: -50%;
    top: -50%;
    width: 90%;
    position: absolute;
    background: radial-gradient(ellipse at center, rgb(175,176,204,0.5) 0%, transparent 70%);
    animation: pulse 20s infinite alternate;
    z-index: 0;
    border-radius: 50%;
    content: '';
    opacity: 0.1;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.15;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}
.find_us_3617 .container {
    z-index: 1;
    position: relative;
}.find_us_3617 .support_request_8104 {
    border-radius: 22px;
    display: flex;
    padding: 3.5rem;
    background-color: #ffffff;
    overflow: hidden;
    align-items: center;
    transform: translateZ(0);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.find_us_3617 .support_request_8104::before {
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(175,176,204) 0%, rgb(137,134,169) 100%);
    position: absolute;
    height: 5px;
    left: 0;
    content: '';
}.find_us_3617 .support_request_8104::after {
    width: 30%;
    opacity: 0.07;
    height: 30%;
    background-size: 20px 20px;
    position: absolute;
    z-index: -1;
    bottom: 0;
    background: 
        linear-gradient(45deg, transparent 49%, rgb(175,176,204,0.5) 50%, transparent 51%),
        linear-gradient(-45deg, transparent 49%, rgb(137,134,169,0.5) 50%, transparent 51%);
    content: '';
    right: 0;
    background-position: center center;
}.find_us_3617 .support_request_8104 h3 {
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 33px;
    color: rgb(175,176,204);
    font-weight: 700;
    position: relative;
}.find_us_3617 .support_request_8104 h3::after {
    bottom: 0;
    border-radius: 10px;
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(175,176,204) 0%, rgb(137,134,169) 100%);
    position: absolute;
    left: 50%;
    content: '';
}.find_us_3617 .edu_askedu_9630 {
    font-size: calc(18px * 1.1);
    margin-bottom: 2.5rem;
    text-align: center;
    max-width: 80%;
    color: #000000;
    line-height: 1.6;
}.find_us_3617 .learn_faq_2349 {
    gap: 2rem;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    border: 1px solid rgba(rgb(175,176,204,0.5), 0.1);
    background-color: rgba(rgb(214,214,228), 0.03);
    display: grid;
    padding: 2rem;
    border-radius: 22px;
}.find_us_3617 .learn_faq_2349::after {
    right: -10px;
    content: '';
    position: absolute;
    bottom: -10px;
    border-right: 2px solid rgb(175,176,204,0.5);
    border-bottom: 2px solid rgb(175,176,204,0.5);
    width: 20px;
    height: 20px;
}.find_us_3617 .learn_faq_2349 > span {
    padding-left: 2rem;
    flex-direction: column;
    margin-bottom: 1.5rem;
    display: flex;
    position: relative;
}.find_us_3617 .learn_faq_2349 > span::before {
    border-radius: 50%;
    width: 20px;
    top: 0;
    height: 20px;
    left: 0;
    box-shadow: 0 0 0 3px rgb(175,176,204,0.5);
    position: absolute;
    background-color: rgb(175,176,204);
    content: '';
}.find_us_3617 .learn_faq_2349 > span svg {
    top: 0.1rem;
    width: 20px;
    opacity: 0.9;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    fill: rgb(175,176,204);
    height: 20px;
}.find_us_3617 .learn_faq_2349 > span:hover svg {
    transform: scale(1.1) rotate(5deg);
    fill: rgb(137,134,169);
}.find_us_3617 .learn_faq_2349 > span svg path {
    transition: stroke-width 0.3s ease;
    stroke: #ffffff;
    stroke-width: 0.5;
}.find_us_3617 .learn_faq_2349 > span:hover svg path {
    stroke-width: 1;
}.find_us_3617 .learn_faq_2349 p {
    color: #000000;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}.find_us_3617 .learn_faq_2349 span > span {
    padding-bottom: 3px;
    position: relative;
    align-items: center;
    margin-top: 0.3rem;
    font-weight: 600;
    display: inline-flex;
    color: #000000;
}.find_us_3617 .learn_faq_2349 span > span svg {
    margin-right: 0.5rem;
    opacity: 0.8;
    position: relative;
    top: auto;
    fill: rgb(175,176,204);
    left: auto;
    height: 16px;
    width: 16px;
    transition: all 0.3s ease;
}.find_us_3617 .learn_faq_2349 span:hover > span svg {
    transform: translateX(3px);
    fill: rgb(137,134,169);
}.find_us_3617 .learn_faq_2349 span > span::after {
    width: 0;
    content: '';
    left: 0;
    background-color: rgb(175,176,204);
    transition: width 0.3s ease-in-out;
    position: absolute;
    height: 1px;
    bottom: 0;
}.find_us_3617 .learn_faq_2349 span:hover > span::after {
    width: 100%;
}.find_us_3617 .learn_faq_2349 a {
    color: rgb(175,176,204);
    text-decoration: none;
    display: inline-flex;
    transition: color 0.3s ease, transform 0.3s ease;
    align-items: center;
}.find_us_3617 .learn_faq_2349 a svg {
    position: relative;
    height: 14px;
    width: 14px;
    fill: rgb(175,176,204);
    margin-right: 0.5rem;
    transition: all 0.3s ease;
}.find_us_3617 .learn_faq_2349 a:hover {
    color: rgb(137,134,169);
    transform: translateX(3px);
}.find_us_3617 .learn_faq_2349 a:hover svg {
    fill: rgb(137,134,169);
    transform: rotate(15deg);
}.find_us_3617 .help_request_8602 {
    margin-top: 1rem;
    grid-column: span 2;
    border-radius: 10px;
    border: 1px dashed rgba(rgb(175,176,204,0.5), 0.2);
    background-color: rgba(rgb(214,214,228), 0.05);
    position: relative;
    padding: 1.5rem;
}.find_us_3617 .help_request_8602::before {
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(175,176,204,0.5) 49%, transparent 51%),
        linear-gradient(-45deg, transparent 48%, rgb(137,134,169,0.5) 49%, transparent 51%);
    background-size: 20px 20px;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0.03;
}.find_us_3617 .help_request_8602 h4 {
    font-size: 20px;
    position: relative;
    font-weight: 600;
    color: rgb(175,176,204);
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 8px;
    display: inline-flex;
}.find_us_3617 .help_request_8602 h4 svg {
    transition: transform 0.5s ease;
    height: 20px;
    width: 20px;
    fill: rgb(175,176,204);
    margin-right: 0.75rem;
}.find_us_3617 .help_request_8602:hover h4 svg {
    transform: rotate(360deg);
}.find_us_3617 .help_request_8602 h4::after {
    content: '';
    width: 40px;
    background-color: rgb(175,176,204);
    bottom: 0;
    position: absolute;
    left: 0;
    border-radius: 10px;
    height: 2px;
}.find_us_3617 .help_request_8602 span {
    font-size: calc(18px * 0.95);
    margin-bottom: 0.5rem;
    align-items: center;
    position: relative;
    color: #000000;
    display: flex;
    padding-left: 1.2rem;
}.find_us_3617 .help_request_8602 span svg {
    height: 10px;
    top: 50%;
    left: 0;
    position: absolute;
    opacity: 0.8;
    transition: transform 0.3s ease;
    width: 10px;
    transform: translateY(-50%);
    fill: rgb(137,134,169);
}.find_us_3617 .help_request_8602 span:hover svg {
    transform: translateY(-50%) scale(1.2);
}.find_us_3617 .help_request_8602 span::before {
    display: none;
}
@media (min-width: 992px) {.find_us_3617 .learn_faq_2349 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.find_us_3617 {
    padding: 8rem 0;
}.find_us_3617 .support_request_8104 {
    padding: 4rem 5rem;
}.find_us_3617 .support_request_8104 h3 {
    font-size: calc(33px * 1.1);
}.find_us_3617 .learn_faq_2349::before,
    .find_us_3617 .learn_faq_2349::after {
    height: 30px;
    width: 30px;
}
}
@media (max-width: 991px) {.find_us_3617 {
    padding: 5rem 0;
}.find_us_3617 .support_request_8104 {
    padding: 3rem;
}.find_us_3617 .edu_askedu_9630 {
    max-width: 90%;
}.find_us_3617 .learn_faq_2349 > span svg {
    width: 18px;
    height: 18px;
}
}
@media (max-width: 767px) {.find_us_3617 {
    padding: 4rem 0;
}.find_us_3617 .support_request_8104 {
    padding: 2.5rem;
}.find_us_3617 .learn_faq_2349 {
    padding: 1.5rem;
    grid-template-columns: 1fr;
}.find_us_3617 .help_request_8602 {
    grid-column: span 1;
}.find_us_3617 .edu_askedu_9630 {
    max-width: 100%;
    font-size: 18px;
}.find_us_3617 .support_request_8104 h3 {
    font-size: 33px;
}.find_us_3617 .learn_faq_2349 > span svg {
    left: -0.3rem;
    width: 16px;
    height: 16px;
}.find_us_3617 .help_request_8602 h4 svg {
    width: 18px;
    height: 18px;
}
}
@media (max-width: 575px) {.find_us_3617 {
    padding: 3rem 0;
}.find_us_3617 .support_request_8104 {
    padding: 2rem 1.5rem;
}.find_us_3617 .learn_faq_2349 {
    padding: 1rem;
}.find_us_3617 .help_request_8602 {
    padding: 1.2rem;
}.find_us_3617 .support_request_8104 h3 {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}.find_us_3617 .edu_askedu_9630 {
    margin-bottom: 2rem;
}.find_us_3617 .learn_faq_2349 > span {
    margin-bottom: 1.2rem;
    padding-left: 1.2rem;
}.find_us_3617 .learn_faq_2349 > span svg {
    height: 14px;
    left: -0.2rem;
    width: 14px;
}.find_us_3617 .help_request_8602 span svg {
    width: 8px;
    height: 8px;
}.find_us_3617 .help_request_8602 h4 svg {
    width: 16px;
    height: 16px;
}}
.find_us_3617 .support_request_8104 {
    opacity: 0;
    animation: slide-up 1s ease-out forwards;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.find_us_3617 .learn_faq_2349 > span {
    animation-delay: calc(var(--i, 0) * 0.1s);
    opacity: 0;
    animation: fade-in 0.5s ease-out forwards;
}.find_us_3617 .learn_faq_2349 > span:nth-child(1) {
    --i: 1;
}.find_us_3617 .learn_faq_2349 > span:nth-child(2) {
    --i: 2;
}.find_us_3617 .learn_faq_2349 > span:nth-child(3) {
    --i: 3;
}.find_us_3617 .learn_faq_2349 > span:nth-child(4) {
    --i: 4;
}.find_us_3617 .learn_faq_2349 > span:nth-child(5) {
    --i: 5;
}.find_us_3617 .learn_faq_2349 > span:nth-child(6) {
    --i: 6;
}@keyframes fade-in {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.find_us_3617 .container::before {
    content: '';
    left: -5%;
    background: linear-gradient(135deg, rgb(175,176,204,0.5) 0%, transparent 70%);
    width: 200px;
    animation: float 15s ease-in-out infinite;
    position: absolute;
    filter: blur(30px);
    top: -10%;
    height: 200px;
    z-index: -1;
    border-radius: 50%;
}.find_us_3617 .container::after {
    content: '';
    bottom: -10%;
    z-index: -1;
    height: 180px;
    background: linear-gradient(135deg, rgb(137,134,169,0.5) 0%, transparent 70%);
    right: -5%;
    border-radius: 50%;
    width: 180px;
    animation: float 12s ease-in-out infinite reverse;
    position: absolute;
    filter: blur(25px);
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, 15px);
    }
    100% {
        transform: translate(0, 0);
    }
}
.find_us_3617 .learn_faq_2349 {
    position: relative;
    overflow: hidden;
}.company_overview_5463 {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
}.company_overview_5463::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(175,176,204,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(137,134,169,0.5) 0%, transparent 70%);
    animation: pulse 15s infinite alternate;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.15;
    content: "";
    z-index: 1;
    position: absolute;
}.company_overview_5463::after {
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    opacity: 0.03;
    background-size: 100px 100px;
    content: "";
    left: 0;
    position: absolute;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 75%),
        linear-gradient(-45deg, transparent 75%, #000000 75%);
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}.company_overview_5463 .container {
    position: relative;
    padding: 0 20px;
    z-index: 5;
    margin: 0 auto;
    max-width: 1200px;
}.company_overview_5463 .study_program_3612 {
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    transition: all 0.5s ease;
    align-items: center;
    padding: 40px;
    gap: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    transform: translateY(0);
}.company_overview_5463 .study_program_3612:hover {
    border-color: rgb(175,176,204,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.company_overview_5463 .class_space_3267 {
    display: flex;
    flex: 0 0 300px;
    flex-direction: column;
    gap: 20px;
    position: relative;
}.company_overview_5463 .class_space_3267::before {
    border: 2px solid rgb(175,176,204,0.5);
    content: "";
    transition: all 0.5s ease;
    left: -15px;
    position: absolute;
    opacity: 0;
    width: calc(100% + 30px);
    z-index: -1;
    transform: scale(0.95);
    height: calc(100% + 30px);
    top: -15px;
    border-radius: 25px;
}.company_overview_5463 .class_space_3267:hover::before {
    transform: scale(1);
    opacity: 0.5;
}.company_overview_5463 .featured_photo_2097 {
    height: 350px;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.company_overview_5463 .featured_photo_2097::after {
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, transparent 50%);
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}.company_overview_5463 .expert_network_1036 {
    z-index: 10;
    margin-left: 20px;
    transform: translateX(0);
    position: relative;
    transition: all 0.5s ease;
    background: rgb(175,176,204);
    border-radius: 10px;
    padding: 20px;
    margin-top: -50px;
}.company_overview_5463 .class_space_3267:hover .expert_network_1036 {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateX(-10px);
}.company_overview_5463 .student_journey_1079 {
    font-family: Arial, sans-serif;
    font-size: 23px;
    margin: 0 0 5px 0;
    color: #ffffff;
    font-weight: 700;
}.company_overview_5463 .learning_zone_8367 {
    margin: 0;
    letter-spacing: 0.2px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    opacity: 0.9;
    font-family: Arial, sans-serif;
}.company_overview_5463 .text_post_4527 {
    flex: 1;
    gap: 20px;
    flex-direction: column;
    display: flex;
}.company_overview_5463 .skill_guides_8907 {
    display: flex;
    margin-bottom: 10px;
    gap: 15px;
    align-items: center;
}.company_overview_5463 .skill_guides_8907 svg {
    transition: all 0.3s ease;
    height: 40px;
    fill: rgb(175,176,204);
    width: 40px;
}.company_overview_5463 .skill_guides_8907:hover svg {
    transform: scale(1.1) rotate(5deg);
}.company_overview_5463 .skill_guides_8907 svg path {
    transition: all 0.3s ease;
    fill: rgb(175,176,204);
}.company_overview_5463 .skill_guides_8907:hover svg path {
    fill: rgb(137,134,169);
}.company_overview_5463 h2 {
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    margin: 0 0 20px 0;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    color: #000000;
    font-size: 36px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.company_overview_5463 h2::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(175,176,204) 0%, rgb(137,134,169) 100%);
    height: 3px;
    left: 0;
    content: "";
    transition: all 0.5s ease;
    bottom: 0;
    border-radius: 3px;
    position: absolute;
}.company_overview_5463 .text_post_4527:hover h2::after {
    width: 120px;
}.company_overview_5463 p {
    font-weight: 400;
    margin: 0;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.3px;
    color: #000000;
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@media (max-width: 992px) {.company_overview_5463 {
    padding: 60px 0;
}.company_overview_5463 .study_program_3612 {
    padding: 30px;
    flex-direction: column;
    gap: 40px;
}.company_overview_5463 .class_space_3267 {
    max-width: 500px;
    width: 100%;
    flex: 0 0 auto;
}.company_overview_5463 .featured_photo_2097 {
    height: 300px;
}.company_overview_5463 .expert_network_1036 {
    margin-top: -40px;
    margin-left: 15px;
}.company_overview_5463 h2 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 768px) {.company_overview_5463 {
    padding: 50px 0;
}.company_overview_5463 .study_program_3612 {
    gap: 30px;
    padding: 25px;
}.company_overview_5463 .class_space_3267 {
    max-width: 400px;
}.company_overview_5463 .featured_photo_2097 {
    height: 250px;
}.company_overview_5463 .expert_network_1036 {
    margin-top: -35px;
    padding: 15px;
}.company_overview_5463 .student_journey_1079 {
    font-size: calc(23px * 0.9);
}.company_overview_5463 .learning_zone_8367 {
    font-size: calc(17px * 0.9);
}.company_overview_5463 h2 {
    font-size: calc(36px * 0.8);
    padding-bottom: 10px;
}.company_overview_5463 h2::after {
    width: 60px;
}.company_overview_5463 .text_post_4527:hover h2::after {
    width: 90px;
}.company_overview_5463 p {
    font-size: calc(17px * 0.9);
}
}

@media (max-width: 576px) {.company_overview_5463 {
    padding: 40px 0;
}.company_overview_5463 .study_program_3612 {
    padding: 20px;
    gap: 25px;
}.company_overview_5463 .featured_photo_2097 {
    height: 220px;
}.company_overview_5463 .expert_network_1036 {
    margin-top: -30px;
    margin-left: 10px;
    padding: 12px;
}.company_overview_5463 .skill_guides_8907 svg {
    height: 30px;
    width: 30px;
}.company_overview_5463 h2 {
    font-size: calc(36px * 0.7);
    padding-bottom: 8px;
    margin-bottom: 10px;
}.company_overview_5463 h2::after {
    width: 50px;
    height: 2px;
}.company_overview_5463 .text_post_4527:hover h2::after {
    width: 70px;
}.company_overview_5463 p {
    font-size: calc(17px * 0.85);
}}.cookie_popup_overlay_8102 {
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(175,176,204);
    bottom: 0;
    z-index: 90;
    position: fixed;
    width: 100%;
    background: rgb(214,214,228);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}.consent_comply_6408 {
    display: flex;
    padding: 20px 15px;
    max-width: 1200px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}.data_settings_4176 {
    flex-shrink: 0;
    margin-right: 15px;
}.data_settings_4176 svg {
    transition: fill 0.3s ease;
    fill: rgb(175,176,204);
    height: 60px;
    width: 60px;
}.data_settings_4176 svg:hover {
    fill: rgb(137,134,169);
}.visitor_controls_1065 {
    flex-grow: 1;
    margin-right: 15px;
    color: #000000;
}.cookie_popup_overlay_8102 h5 {
    color: rgb(175,176,204);
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 22px;
    font-family: Arial, sans-serif;
}.cookie_popup_overlay_8102 p {
    font-size: 17px;
    color: #000000;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}.track_toggle_6829 {
    text-decoration: none;
    background: rgb(175,176,204);
    border-radius: 11px;
    margin-left: 10px;
    cursor: pointer;
    color: #ffffff;
    font-size: 19px;
    padding: 10px 20px;
    text-align: center;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    line-height: 35px;
}.track_toggle_6829:hover {
    background: rgb(137,134,169);
    box-shadow: 0 0 10px rgb(137,134,169,0.5);
}#cookies_agreement_approval_2418 {
    background: rgb(175,176,204);
}#declineCookiePolicyButton_9048 {
    background: rgba(0, 0, 0, 0.5);
}.cookie_popup_overlay_8102 p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(175,176,204);
}.cookie_popup_overlay_8102 p a:hover {
    color: rgb(137,134,169);
}
@media only screen and (max-width: 1200px) {.consent_comply_6408 {
    align-items: center;
    flex-direction: column;
}.data_settings_4176 {
    margin-bottom: 15px;
}.visitor_controls_1065 {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}.track_toggle_6829 {
    margin-bottom: 10px;
    margin-left: 0;
    max-width: 200px;
    width: 100%;
}
}
@media only screen and (max-width: 800px) {.consent_comply_6408 {
    padding: 15px;
}.data_settings_4176 {
    display: none;
}.cookie_popup_overlay_8102 h5 {
    font-size: 16px;
}.cookie_popup_overlay_8102 p {
    font-size: 14px;
}}
#cookieUsagePrompt_7605 {
    display: none;
}#cookieUsagePrompt_7605:checked ~ .cookie_popup_overlay_8102 {
    opacity: 0;
    visibility: hidden;
}.title_section_2130 {
    background-color: rgb(175,176,204);
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}.title_section_2130 .study_program_3612 {
    align-items: center;
    z-index: 3;
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    height: 100%;
}.title_section_2130 .start_entry_8365 {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
}.title_section_2130 .start_entry_8365::before {
    position: absolute;
    content: "";
    pointer-events: none;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        0deg,
        rgb(175,176,204,0.5) 0%,
        transparent 50%,
        rgb(175,176,204,0.5) 100%
    );
}.title_section_2130 .start_entry_8365::after {
    background: radial-gradient(
        ellipse at center,
        transparent 40%,
        rgb(137,134,169) 100%
    );
    pointer-events: none;
    z-index: 2;
    inset: 0;
    content: "";
    opacity: 0.7;
    position: absolute;
}.title_section_2130 .fast_skill_7618 {
    animation: grid-shuffle 25s ease-in-out infinite;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
}.title_section_2130 .start_page_7961 {
    overflow: hidden;
    position: relative;
    opacity: 1;
    transition: all 0.5s ease;
}.title_section_2130 .start_page_7961:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
    animation: scale-up 25s infinite ease-in-out;
}.title_section_2130 .start_page_7961:nth-child(2) {
    animation-delay: 6.25s;
    animation: scale-down 25s infinite ease-in-out;
    grid-area: 1 / 2 / 2 / 3;
}.title_section_2130 .start_page_7961:nth-child(3) {
    animation-delay: 12.5s;
    animation: scale-up 25s infinite ease-in-out;
    grid-area: 2 / 1 / 3 / 2;
}.title_section_2130 .start_page_7961:nth-child(4) {
    animation-delay: 18.75s;
    animation: scale-down 25s infinite ease-in-out;
    grid-area: 2 / 2 / 3 / 3;
}.title_section_2130 .fast_skill_7618:has(.start_page_7961:nth-child(1):nth-last-child(1)) {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}.title_section_2130 .fast_skill_7618:has(.start_page_7961:nth-child(1):nth-last-child(1)) .start_page_7961:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.title_section_2130 .fast_skill_7618:has(.start_page_7961:nth-child(2):nth-last-child(1)) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
}.title_section_2130 .fast_skill_7618:has(.start_page_7961:nth-child(2):nth-last-child(1)) .start_page_7961:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.title_section_2130 .fast_skill_7618:has(.start_page_7961:nth-child(2):nth-last-child(1)) .start_page_7961:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}.title_section_2130 .fast_skill_7618:has(.start_page_7961:nth-child(3):nth-last-child(1)) {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
}.title_section_2130 .fast_skill_7618:has(.start_page_7961:nth-child(3):nth-last-child(1)) .start_page_7961:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.title_section_2130 .fast_skill_7618:has(.start_page_7961:nth-child(3):nth-last-child(1)) .start_page_7961:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}.title_section_2130 .fast_skill_7618:has(.start_page_7961:nth-child(3):nth-last-child(1)) .start_page_7961:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
}.title_section_2130 .start_page_7961 img {
    object-fit: cover;
    margin: -10px;
    transition: all 0.5s ease;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    filter: grayscale(30%) brightness(0.8);
}.title_section_2130 .start_page_7961::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0;
    content: "";
    mix-blend-mode: overlay;
    background: linear-gradient(
        rgb(175,176,204,0.5),
        transparent
    );
    transition: opacity 0.5s ease;
}.title_section_2130 .start_page_7961:nth-child(even)::before {
    background: linear-gradient(
        rgb(137,134,169,0.5),
        transparent
    );
}.title_section_2130 .carousel-auto-slide.active::before {
    opacity: 0.6;
}.title_section_2130 .text_post_4527 {
    text-align: center;
    position: absolute;
    padding: 3rem;
    backdrop-filter: blur(10px);
    transition: all 0.5s ease;
    width: 70%;
    z-index: 5;
    max-width: 800px;
}.title_section_2130 .text_post_4527::before {
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
}.title_section_2130 .text_post_4527::after {
    inset: -5px;
    animation: border-light 5s linear infinite;
    z-index: -2;
    position: absolute;
    opacity: 0.5;
    content: "";
    background-position: 0% 0%;
    border-radius: 10px;
    background-size: 200% 200%;
    filter: blur(8px);
    background-image: 
        linear-gradient(90deg, transparent 30%, rgb(175,176,204) 50%, transparent 70%),
        linear-gradient(180deg, transparent 30%, rgb(137,134,169) 50%, transparent 70%);
}.title_section_2130 .text_post_4527 h1 {
    position: relative;
    font-weight: 700;
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 1.5rem;
}.title_section_2130 .text_post_4527 h1::after {
    height: 2px;
    background: linear-gradient(90deg, rgb(175,176,204), rgb(137,134,169));
    content: "";
    display: block;
    margin: 15px auto 0;
    width: 80px;
}.title_section_2130 .text_post_4527 p {
    line-height: 1.7;
    opacity: 0.9;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 2rem;
}.title_section_2130 .text_post_4527 .help_list_0263 {
    border-radius: 50px;
    padding: 1rem 2.5rem;
    display: inline-block;
    background-color: rgb(175,176,204);
    color: #ffffff;
    transition: all 0.5s ease;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
    z-index: 1;
}.title_section_2130 .text_post_4527 .help_list_0263::before {
    width: 100%;
    position: absolute;
    z-index: -1;
    background-position: 0% 0%;
    top: 0;
    background-size: 200% 100%;
    background: linear-gradient(
        90deg,
        rgb(175,176,204),
        rgb(137,134,169),
        rgb(175,176,204)
    );
    content: "";
    transition: all 0.5s ease;
    height: 100%;
    left: 0;
}.title_section_2130 .text_post_4527 .help_list_0263:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}.title_section_2130 .text_post_4527 .help_list_0263:hover::before {
    background-position: 100% 0%;
}

@keyframes grid-shuffle {
    0%, 20% {
        transform: rotate(0deg) scale(1.1);
    }
    25%, 45% {
        transform: rotate(5deg) scale(1.15);
    }
    50%, 70% {
        transform: rotate(0deg) scale(1.2);
    }
    75%, 95% {
        transform: rotate(-5deg) scale(1.15);
    }
    100% {
        transform: rotate(0deg) scale(1.1);
    }
}

@keyframes scale-up {
    0%, 5%, 25%, 30%, 50%, 55%, 75%, 80%, 100% {
        opacity: 0.4;
    }
    10%, 15%, 20%, 35%, 40%, 45%, 60%, 65%, 70%, 85%, 90%, 95% {
        opacity: 1;
    }
}

@keyframes scale-down {
    0%, 5%, 25%, 30%, 50%, 55%, 75%, 80%, 100% {
        opacity: 1;
    }
    10%, 15%, 20%, 35%, 40%, 45%, 60%, 65%, 70%, 85%, 90%, 95% {
        opacity: 0.4;
    }
}

@keyframes border-light {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@media (max-width: 992px) {.title_section_2130 .text_post_4527 {
    width: 80%;
    padding: 2.5rem;
}.title_section_2130 .text_post_4527 h1 {
    font-size: calc(42px * 0.85);
}.title_section_2130 .text_post_4527 p {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 768px) {.title_section_2130 .text_post_4527 {
    width: 85%;
    padding: 2rem;
}.title_section_2130 .text_post_4527 h1 {
    margin-bottom: 1.2rem;
    font-size: calc(42px * 0.7);
}.title_section_2130 .text_post_4527 h1::after {
    margin: 10px auto 0;
    width: 60px;
}.title_section_2130 .text_post_4527 p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.9);
}.title_section_2130 .text_post_4527 .help_list_0263 {
    padding: 0.8rem 2rem;
}
    
    @keyframes grid-shuffle {
        0%, 20% {
            transform: rotate(0deg) scale(1.05);
        }
        25%, 45% {
            transform: rotate(3deg) scale(1.1);
        }
        50%, 70% {
            transform: rotate(0deg) scale(1.15);
        }
        75%, 95% {
            transform: rotate(-3deg) scale(1.1);
        }
        100% {
            transform: rotate(0deg) scale(1.05);
        }
    }
}

@media (max-width: 576px) {.title_section_2130 .text_post_4527 {
    width: 90%;
    padding: 1.5rem;
}.title_section_2130 .text_post_4527 h1 {
    font-size: calc(42px * 0.6);
    margin-bottom: 1rem;
}.title_section_2130 .text_post_4527 h1::after {
    width: 50px;
    margin: 8px auto 0;
}.title_section_2130 .text_post_4527 p {
    line-height: 1.5;
    font-size: calc(16px * 0.85);
    margin-bottom: 1.2rem;
}.title_section_2130 .text_post_4527 .help_list_0263 {
    font-size: calc(15px * 0.9);
    padding: 0.7rem 1.7rem;
}@keyframes grid-shuffle {
        0%, 20% {
            transform: rotate(0deg) scale(1.03);
        }
        25%, 45% {
            transform: rotate(2deg) scale(1.06);
        }
        50%, 70% {
            transform: rotate(0deg) scale(1.09);
        }
        75%, 95% {
            transform: rotate(-2deg) scale(1.06);
        }
        100% {
            transform: rotate(0deg) scale(1.03);
        }
    }
}footer {
    position: relative;
}footer::before {
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    content: '';
    background: linear-gradient(45deg, rgb(137,134,169,0.5) 0%, rgb(175,176,204,0.5) 100%);
}.job_board_8703 {
    font-family: Arial, sans-serif;
    z-index: 2;
    padding: 80px 0 40px;
    color: #ffffff;
    position: relative;
}.job_board_8703 .container {
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.job_board_8703 .company_holder {
    grid-column: 1 / 5;
    z-index: 3;
    position: relative;
}.job_board_8703 .company_holder h3 {
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
}.job_board_8703 .company_holder h3::after {
    background: rgb(175,176,204);
    height: 4px;
    content: '';
    width: 40px;
    left: 0;
    bottom: 0;
    position: absolute;
    border-radius: 10px;
}.job_board_8703 .med_guides_0912 {
    border-radius: 11px;
    backdrop-filter: blur(10px);
    line-height: 1.6;
    transform: translateZ(0);
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    border-left: 4px solid rgb(175,176,204);
    margin-top: 25px;
}.job_board_8703 .footnote_ref_0732 {
    grid-column: 5 / 13;
    position: relative;
}.job_board_8703 .first_pagebar_7890 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}.job_board_8703 .nav_teach_9583 {
    position: relative;
}.job_board_8703 .nav_teach_9583 h5 {
    font-size: 23px;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
}.job_board_8703 .nav_teach_9583 h5::before {
    height: 8px;
    background: rgb(175,176,204);
    position: absolute;
    border-radius: 50%;
    top: 50%;
    width: 8px;
    transform: translateY(-50%);
    left: -15px;
    content: '';
}.job_board_8703 .nav_teach_9583 .first_pagebar_7890 {
    flex-direction: column;
    gap: 15px;
    display: flex;
}.job_board_8703 .nav_teach_9583 .first_pagebar_7890 a {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 8px 15px;
    font-size: 13px;
    color: #ffffff;
    z-index: 1;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
}.job_board_8703 .nav_teach_9583 .first_pagebar_7890 a::before {
    height: 100%;
    transition: all 0.3s ease;
    background: rgb(175,176,204);
    top: 0;
    width: 3px;
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
}.job_board_8703 .nav_teach_9583 .first_pagebar_7890 a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.job_board_8703 .nav_teach_9583 .first_pagebar_7890 a:hover::before {
    width: 100%;
    background: rgb(175,176,204,0.5);
}.fund_cta_6089 {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 60px;
    padding: 20px 0;
}.fund_cta_6089::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    right: 15%;
    position: absolute;
    opacity: 0.2;
    left: 15%;
    top: 0;
    content: '';
    height: 1px;
}.fund_cta_6089 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.fund_cta_6089 .play_market_2968 {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.8;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    right: 0;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    content: '';
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
}

@media (max-width: 992px) {.job_board_8703 .container {
    grid-template-columns: repeat(1, 1fr);
}.job_board_8703 .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.job_board_8703 .footnote_ref_0732 {
    grid-column: 1 / -1;
}.job_board_8703 .first_pagebar_7890 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.job_board_8703 {
    padding: 60px 0 30px;
}.job_board_8703 .first_pagebar_7890 {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.job_board_8703 .nav_teach_9583 {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.job_board_8703::before {
    left: 0;
    background-size: 200% 200%;
    height: 5px;
    content: '';
    width: 100%;
    animation: gradientShift 5s infinite;
    position: absolute;
    background: linear-gradient(90deg, rgb(175,176,204), rgb(137,134,169), rgb(175,176,204));
    top: 0;
}.job_board_8703 .company_holder::after {
    content: '';
    height: 150px;
    top: 40px;
    position: absolute;
    opacity: 0.4;
    filter: blur(60px);
    z-index: -1;
    background: rgb(175,176,204,0.5);
    border-radius: 50%;
    right: -50px;
    width: 150px;
}.job_board_8703 .company_holder::before {
    position: absolute;
    background: rgb(137,134,169,0.5);
    left: -30px;
    width: 100px;
    border-radius: 50%;
    height: 100px;
    bottom: 0;
    filter: blur(40px);
    content: '';
    opacity: 0.3;
    z-index: -1;
}.job_board_8703 .footnote_ref_0732::after {
    filter: blur(50px);
    width: 120px;
    position: absolute;
    top: -20px;
    height: 120px;
    content: '';
    background: rgb(175,176,204,0.5);
    z-index: -1;
    right: 100px;
    border-radius: 50%;
    opacity: 0.2;
}.job_board_8703 .footnote_ref_0732::before {
    border-radius: 50%;
    z-index: -1;
    opacity: 0.25;
    filter: blur(70px);
    width: 180px;
    background: rgb(137,134,169,0.5);
    height: 180px;
    position: absolute;
    left: 80px;
    bottom: -50px;
    content: '';
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.job_board_8703 .nav_teach_9583 {
    padding-top: 20px;
    animation: borderPulse 4s infinite;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.job_board_8703 .nav_teach_9583 h5 {
    letter-spacing: 0.5px;
}.job_board_8703 .nav_teach_9583 h5::after {
    background: rgb(137,134,169);
    content: '';
    bottom: -5px;
    position: absolute;
    width: 30px;
    left: 0;
    height: 2px;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.fund_cta_6089 {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    background-size: 200% 200%;
    animation: movingGradient 10s ease infinite;
}header .header_main_6581 {
    align-items: center;
    position: relative;
    background: linear-gradient(120deg, rgb(175,176,204) 0%, rgb(137,134,169,0.5) 100%);
    justify-content: space-between;
    width: 100%;
    z-index: 99;
    display: flex;
    padding: 1.5rem 0;
    box-sizing: border-box;
    overflow: visible;
}header .header_main_6581::before {
    background: radial-gradient(circle at 70% 30%, rgb(137,134,169,0.5) 0%, transparent 60%);
    position: absolute;
    width: 100%;
    content: "";
    z-index: -1;
    left: 0;
    height: 100%;
    top: 0;
}header .header_main_6581 .site_header_5104 {
    transition: all 0.4s ease;
    position: relative;
    transform: translateY(-5px);
    z-index: 2;
    margin-left: calc((100vw - 100%) / 2);
}header .header_main_6581 .site_header_5104:hover {
    transform: translateY(0) scale(1.05);
}header .header_main_6581 .site_header_5104 .head_main_3860 {
    display: block;
    position: relative;
    padding: 0.5rem 1rem;
}header .header_main_6581 .site_header_5104 .head_main_3860::before {
    left: -20px;
    z-index: -1;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    content: "";
    width: calc(100% + 40px);
    top: -10px;
    height: calc(100% + 20px);
}header .header_main_6581 .site_header_5104 .head_main_3860 svg {
    filter: drop-shadow(0 0 8px #ffffff);
    width: auto;
    height: 2.8rem;
}header .header_main_6581 .nav_teach_9583 {
    display: flex;
    padding: 0;
    list-style: none;
    width: 80vw;
    padding-right: calc((100vw - 100%) / 2);
    position: relative;
    justify-content: flex-end;
    background: linear-gradient(90deg, transparent, rgb(175,176,204,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    margin: 0;
}header .header_main_6581 .nav_teach_9583::before {
    left: 0;
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    height: 100%;
}header .header_main_6581 .nav_teach_9583 .top_train_3702 {
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
    margin: 0;
}header .header_main_6581 .nav_teach_9583 .top_train_3702 a {
    display: block;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    transform-origin: center;
    color: #ffffff;
    text-decoration: none;
    padding: 1.2rem 1.5rem;
    font-size: 16px;
}header .header_main_6581 .nav_teach_9583 .top_train_3702 a::after {
    background: rgb(137,134,169);
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    left: 1.5rem;
    content: "";
    bottom: 0.8rem;
}header .header_main_6581 .nav_teach_9583 .top_train_3702 a:hover {
    transform: translateZ(10px);
    color: rgb(137,134,169);
}header .header_main_6581 .nav_teach_9583 .top_train_3702 a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .header_main_6581 {
    align-items: center;
    padding: 1rem 0;
    flex-direction: column;
}header .header_main_6581 .site_header_5104 {
    margin-bottom: 1rem;
    margin-left: 0;
}header .header_main_6581 .nav_teach_9583 {
    flex-wrap: wrap;
    clip-path: none;
    justify-content: center;
    width: 100%;
    padding-right: 0;
    background: rgb(175,176,204,0.5);
}header .header_main_6581 .nav_teach_9583 .top_train_3702 a {
    padding: 0.8rem 1rem;
}header .header_main_6581 .nav_teach_9583 .top_train_3702 a::after {
    left: 1rem;
    bottom: 0.4rem;
}header .header_main_6581 .nav_teach_9583 .top_train_3702 a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .header_main_6581 .nav_teach_9583 {
    padding: 0.5rem 0;
}header .header_main_6581 .nav_teach_9583 .top_train_3702 {
    width: 50%;
}header .header_main_6581 .nav_teach_9583 .top_train_3702 a {
    text-align: center;
    font-size: calc(16px - 2px);
    padding: 0.6rem 0.8rem;
}header .header_main_6581 .nav_teach_9583 .top_train_3702 a::after {
    display: none;
}}.data_analysis_8906 {
    color: #ffffff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.data_analysis_8906::before {
    opacity: 0.7;
    z-index: 1;
    position: absolute;
    background-color: #000000;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}.data_analysis_8906::after {
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 20% 30%, 
                rgb(175,176,204,0.5) 0%, 
                transparent 40%),
                radial-gradient(circle at 80% 70%, 
                rgb(137,134,169,0.5) 0%, 
                transparent 40%);
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    z-index: 2;
}.data_analysis_8906 .container {
    position: relative;
    z-index: 5;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.data_analysis_8906 .statistics_support_3648 {
    flex-direction: column;
    display: flex;
}.data_analysis_8906 .extra_study_2184 {
    position: absolute;
    top: 30px;
    background: #ffffff;
    z-index: 2;
    align-items: center;
    display: flex;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    justify-content: center;
    right: 40px;
}.data_analysis_8906 .extra_study_2184 svg {
    width: 40px;
    fill: rgb(175,176,204);
    height: 40px;
}.data_analysis_8906 .extra_study_2184 svg path {
    fill: rgb(175,176,204);
}.data_analysis_8906 .pro_statistics_6239 {
    border-bottom: 3px solid rgb(175,176,204);
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 48px;
    padding-bottom: 15px;
    text-align: left;
    position: relative;
    width: 70%;
}.data_analysis_8906 .statistics_pro_3120 {
    width: 60%;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 60px;
}.data_analysis_8906 .career_statistics_4013 {
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    display: grid;
}.data_analysis_8906 .statistics_benefit_1830 {
    padding: 30px;
    border-radius: 13px;
    display: grid;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%
    );
    gap: 10px 20px;
    border-left: 4px solid rgb(175,176,204);
    transition: all 0.3s ease;
    grid-template-columns: 80px 1fr;
    grid-template-areas:
        "img number"
        "img desc";
    position: relative;
}.data_analysis_8906 .statistics_benefit_1830:nth-child(even) {
    border-left: 4px solid rgb(137,134,169);
}.data_analysis_8906 .statistics_benefit_1830:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}.data_analysis_8906 .class_statistics_3945 {
    height: 70px;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
    grid-area: img;
    background: rgba(255, 255, 255, 0.1);
    justify-content: center;
    width: 70px;
    display: flex;
}.data_analysis_8906 .class_statistics_3945 svg {
    fill: #ffffff;
    width: 35px;
    height: 35px;
}.data_analysis_8906 .class_statistics_3945 svg path {
    fill: #ffffff;
}.data_analysis_8906 .statistics_benefit_1830 span {
    align-self: flex-end;
    font-weight: 700;
    font-size: calc(32px * 1.3);
    margin: 0;
    color: #ffffff;
    grid-area: number;
    line-height: 1;
}.data_analysis_8906 .statistics_benefit_1830 p {
    align-self: flex-start;
    font-size: 15px;
    grid-area: desc;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    margin: 0;
}.data_analysis_8906 .career_statistics_4013::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: -30px;
    content: "";
    height: 1px;
    background: linear-gradient(
        90deg, 
        #ffffff 0%, 
        transparent 100%
    );
}

@media screen and (max-width: 992px) {.data_analysis_8906 .pro_statistics_6239 {
    width: 85%;
    font-size: calc(48px * 0.9);
}.data_analysis_8906 .statistics_pro_3120 {
    width: 80%;
}.data_analysis_8906 .extra_study_2184 {
    right: 20px;
    height: 70px;
    top: 20px;
    width: 70px;
}.data_analysis_8906 .extra_study_2184 svg {
    width: 35px;
    height: 35px;
}
}

@media screen and (max-width: 768px) {.data_analysis_8906 {
    padding: 80px 0;
}.data_analysis_8906 .pro_statistics_6239 {
    font-size: calc(48px * 0.8);
    width: 100%;
    padding-right: 60px;
}.data_analysis_8906 .statistics_pro_3120 {
    margin-bottom: 50px;
    width: 100%;
}.data_analysis_8906 .extra_study_2184 {
    width: 60px;
    top: 0;
    right: 0;
    height: 60px;
}.data_analysis_8906 .extra_study_2184 svg {
    width: 30px;
    height: 30px;
}.data_analysis_8906 .career_statistics_4013 {
    grid-template-columns: 1fr;
}
}

@media screen and (max-width: 576px) {.data_analysis_8906 {
    padding: 60px 0;
}.data_analysis_8906 .statistics_support_3648 {
    padding: 0 10px;
}.data_analysis_8906 .pro_statistics_6239 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(48px * 0.7);
}.data_analysis_8906 .statistics_pro_3120 {
    margin-bottom: 40px;
    font-size: calc(15px * 0.9);
}.data_analysis_8906 .statistics_benefit_1830 {
    gap: 5px 15px;
    grid-template-columns: 60px 1fr;
    padding: 20px;
}.data_analysis_8906 .class_statistics_3945 {
    width: 55px;
    height: 55px;
}.data_analysis_8906 .class_statistics_3945 svg {
    width: 25px;
    height: 25px;
}.data_analysis_8906 .statistics_benefit_1830 span {
    font-size: calc(32px * 1.1);
}.data_analysis_8906 .statistics_benefit_1830 p {
    font-size: calc(15px * 0.9);
}
}

@media screen and (max-width: 480px) {.data_analysis_8906 .statistics_benefit_1830 {
    grid-template-areas:
            "img number"
            "desc desc";
    grid-template-columns: auto 1fr;
}.data_analysis_8906 .class_statistics_3945 {
    height: 45px;
    width: 45px;
    align-self: center;
}.data_analysis_8906 .class_statistics_3945 svg {
    height: 22px;
    width: 22px;
}.data_analysis_8906 .statistics_benefit_1830 p {
    padding-top: 10px;
}}.privacy_module_2670 {
    padding: 2rem;
    border: 2px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    position: relative;
    margin: 2rem;
    color: #000000;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    background-color: rgb(214,214,228);
}.privacy_module_2670::before {
    right: -10px;
    content: '';
    border: 1px dashed rgb(175,176,204);
    left: -10px;
    pointer-events: none;
    bottom: -10px;
    border-radius: 11px;
    position: absolute;
    top: -10px;
}.privacy_module_2670::after {
    top: 10px;
    content: '';
    z-index: -1;
    background-color: rgb(175,176,204,0.5);
    position: absolute;
    border-radius: 50%;
    width: 50px;
    right: 10px;
    height: 50px;
}.privacy_module_2670 h1 {
    margin-bottom: 1.5rem;
    color: rgb(175,176,204);
    padding-left: 1rem;
    font-size: 40px;
    font-weight: 700;
    border-left: 5px solid rgb(175,176,204);
    position: relative;
}.privacy_module_2670 h2 {
    margin-top: 2rem;
    font-size: 28px;
    border-left: 4px solid rgb(137,134,169);
    color: rgb(137,134,169);
    margin-bottom: 1rem;
    font-weight: 600;
    padding-left: 1rem;
    position: relative;
}.privacy_module_2670 h3, .privacy_module_2670 h4, .privacy_module_2670 h5, .privacy_module_2670 h6 {
    font-size: 19px;
    margin: 1rem 0;
}.privacy_module_2670 ul,
.privacy_module_2670 ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
    list-style-position: inside;
}.privacy_module_2670 ul {
    list-style-type: square;
}.privacy_module_2670 ol {
    list-style-type: decimal;
}.privacy_module_2670 li {
    position: relative;
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 0.5rem;
}.privacy_module_2670 li::before {
    left: -1.5rem;
    top: 0.5rem;
    width: 0.5rem;
    position: absolute;
    height: 0.5rem;
    background-color: rgb(175,176,204);
    border-radius: 50%;
    content: '';
}.privacy_module_2670 p {
    margin-bottom: 1rem;
    line-height: 1.8;
    font-size: 17px;
    padding-left: 1rem;
    border-left: 4px solid rgba(0, 0, 0, 0.5);
}.privacy_module_2670 span {
    color: rgb(137,134,169);
    padding: 0.2rem 0.4rem;
    font-weight: 700;
    border-radius: 10px;
    background-color: rgb(175,176,204,0.5);
}.privacy_module_2670 > div {
    border-radius: 10px;
    position: relative;
    margin-bottom: 1.5rem;
    background-color: #ffffff;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_module_2670 > div::before {
    bottom: -5px;
    right: -5px;
    left: -5px;
    content: '';
    top: -5px;
    pointer-events: none;
    border-radius: 10px;
    border: 1px dotted rgb(175,176,204);
    position: absolute;
}
@media only screen and (max-width: 800px) {.privacy_module_2670 {
    padding: 1rem;
    margin: 1rem auto;
}.privacy_module_2670 h1 {
    border-left-width: 3px;
    font-size: calc(19px - 0.5rem);
    padding-left: 0.5rem;
}.privacy_module_2670 h1::before {
    width: 5px;
    top: -5px;
    height: 5px;
}.privacy_module_2670 h2 {
    font-size: calc(19px - 0.5rem);
    padding-left: 0.5rem;
    border-left-width: 3px;
}.privacy_module_2670 h2::before {
    height: 4px;
    width: 4px;
    top: -4px;
}.privacy_module_2670 p,
    .privacy_module_2670 li {
    font-size: calc(17px - 0.2rem);
}.privacy_module_2670 > div {
    padding: 0.5rem;
}.privacy_module_2670 > div::before {
    bottom: -2px;
    right: -2px;
    left: -2px;
    top: -2px;
}}.education_history_1095 {
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.education_history_1095::before {
    background: linear-gradient(45deg, transparent 0%, rgb(175,176,204,0.5) 100%);
    height: 100%;
    position: absolute;
    top: 0;
    transform: skewX(-15deg) translateX(10%);
    opacity: 0.1;
    z-index: 1;
    content: "";
    right: 0;
    width: 40%;
}.education_history_1095::after {
    content: "";
    bottom: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(175,176,204) 0%, transparent 100%);
}.education_history_1095 .container {
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.education_history_1095 .feedback_corner_9064 {
    grid-template-columns: 1fr;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    padding: 2.5rem;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    position: relative;
    gap: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
}.education_history_1095 .feedback_corner_9064:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.07);
    transform: translateY(-5px);
}.education_history_1095 .feedback_corner_9064 > div:first-child {
    justify-self: center;
}.education_history_1095 .featured_photo_2097 {
    transform: rotate(-3deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.4s ease-out;
    position: relative;
    height: 180px;
    width: 180px;
}.education_history_1095 .feedback_corner_9064:hover .featured_photo_2097 {
    transform: rotate(0deg) scale(1.05);
}.education_history_1095 .featured_photo_2097::after {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(175,176,204,0.5) 0%, transparent 60%);
    content: "";
    height: 100%;
}.education_history_1095 .name {
    color: rgb(175,176,204);
    margin-bottom: 0.75rem;
    font-size: 20px;
    position: relative;
    font-weight: 700;
    display: inline-block;
}.education_history_1095 .name::after {
    transition: transform 0.3s ease;
    position: absolute;
    background: rgb(137,134,169);
    left: 0;
    content: "";
    transform-origin: left;
    bottom: -5px;
    width: 40px;
    height: 3px;
    transform: scaleX(1);
}.education_history_1095 .feedback_corner_9064:hover .name::after {
    transform: scaleX(1.5);
}.education_history_1095 .feedback_corner_9064 > div:nth-child(2) > div {
    font-size: 1rem;
    opacity: 0.8;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 600;
}.education_history_1095 .exp_timeline_1684 {
    font-size: 17px;
    position: relative;
    line-height: 1.7;
    margin: 0;
    padding-left: 1.25rem;
    color: #000000;
    border-left: 3px solid rgb(137,134,169,0.5);
}.education_history_1095 .exp_timeline_1684::before {
    opacity: 0.2;
    font-size: 4rem;
    color: rgb(175,176,204,0.5);
    position: absolute;
    content: "";
    font-family: serif;
    top: -25px;
    left: -10px;
}

@media (min-width: 768px) {.education_history_1095 .feedback_corner_9064 {
    padding: 3rem;
    grid-template-columns: auto 1fr 3fr;
    gap: 2.5rem;
    align-items: start;
}.education_history_1095 .featured_photo_2097 {
    height: 200px;
    width: 200px;
}.education_history_1095 .feedback_corner_9064 > div:first-child {
    justify-self: start;
}.education_history_1095 .feedback_corner_9064 > div:nth-child(2) {
    padding-top: 1rem;
}.education_history_1095 .exp_timeline_1684 {
    font-size: calc(17px + 0.1rem);
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.education_history_1095 {
    padding: 7rem 0;
}.education_history_1095 .feedback_corner_9064 {
    padding: 4rem;
    gap: 3rem;
}.education_history_1095 .featured_photo_2097 {
    width: 230px;
    height: 230px;
}.education_history_1095 .name {
    font-size: calc(20px + 0.2rem);
}.education_history_1095 .exp_timeline_1684 {
    line-height: 1.8;
}
}

@media (max-width: 767px) {.education_history_1095 {
    padding: 4rem 0;
}.education_history_1095 .feedback_corner_9064 {
    text-align: center;
}.education_history_1095 .name::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.education_history_1095 .feedback_corner_9064:hover .name::after {
    transform: translateX(-50%) scaleX(1.5);
}.education_history_1095 .exp_timeline_1684 {
    text-align: left;
    border-left: 2px solid rgb(137,134,169,0.5);
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.education_history_1095 .featured_photo_2097 {
    height: 150px;
    width: 150px;
}.education_history_1095 .feedback_corner_9064 {
    padding: 2rem 1.5rem;
}}.attempt_now_4219 {
    overflow: hidden;
    padding: 110px 0;
    background: linear-gradient(150deg, #ffffff 0%, rgb(214,214,228) 100%);
    position: relative;
}.attempt_now_4219::before {
    top: -10%;
    content: '';
    background: rgb(175,176,204);
    width: 60%;
    opacity: 0.05;
    position: absolute;
    z-index: 1;
    transform: rotate(-10deg);
    right: -10%;
    height: 120%;
}.attempt_now_4219::after {
    position: absolute;
    background: rgb(175,176,204);
    transform: rotate(-15deg);
    z-index: 1;
    width: 70%;
    top: -20%;
    content: '';
    opacity: 0.05;
    height: 140%;
    right: -15%;
}.attempt_now_4219 .study_program_3612 {
    position: relative;
    z-index: 10;
}.attempt_now_4219 .container {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;
    align-items: center;
}.attempt_now_4219 .container p {
    line-height: 1.4;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    color: #000000;
    border-left: 5px solid rgb(175,176,204);
    z-index: 5;
    padding-left: 25px;
    position: relative;
}.attempt_now_4219 .help_list_0263 {
    transition: all 0.4s ease;
    justify-self: end;
    border-radius: 0;
    font-size: 19px;
    z-index: 5;
    color: rgb(175,176,204);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    border: 2px solid rgb(175,176,204);
    padding: 18px 40px;
    background: #ffffff;
    font-weight: 600;
}.attempt_now_4219 .help_list_0263::before {
    height: 300px;
    transform: translate(-50%, -50%) scale(0);
    position: absolute;
    top: 50%;
    transition: transform 0.6s ease;
    background: rgb(175,176,204);
    width: 300px;
    border-radius: 50%;
    left: 50%;
    content: '';
    z-index: -1;
}.attempt_now_4219 .help_list_0263:hover {
    color: #ffffff;
}.attempt_now_4219 .help_list_0263:hover::before {
    transform: translate(-50%, -50%) scale(1);
}.attempt_now_4219 .container::before {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(175,176,204) 0%, transparent 100%);
    content: '';
    position: absolute;
    height: 1px;
    bottom: -20px;
}.attempt_now_4219 .container::after {
    position: absolute;
    content: '';
    height: 10px;
    left: 0;
    width: 10px;
    background: rgb(175,176,204);
    bottom: -25px;
    border-radius: 50%;
}.attempt_now_4219 .study_program_3612::before {
    opacity: 0.1;
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 80%, rgb(175,176,204,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 20%, rgb(137,134,169,0.5) 0%, transparent 60%);
    height: 100%;
}

@media (max-width: 991px) {.attempt_now_4219 {
    padding: 90px 0;
}.attempt_now_4219 .container {
    gap: 30px;
}.attempt_now_4219 .container p {
    padding-left: 20px;
    font-size: calc(21px * 1.2);
}.attempt_now_4219 .help_list_0263 {
    padding: 15px 35px;
}
}

@media (max-width: 767px) {.attempt_now_4219 {
    padding: 70px 0;
}.attempt_now_4219 .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.attempt_now_4219 .container p {
    border-left-width: 4px;
    padding-left: 15px;
    font-size: 21px;
}.attempt_now_4219 .help_list_0263 {
    padding: 14px 30px;
    justify-self: start;
}.attempt_now_4219 .container::before {
    width: 70%;
}
}

@media (max-width: 480px) {.attempt_now_4219 {
    padding: 50px 0;
}.attempt_now_4219 .container {
    gap: 30px;
}.attempt_now_4219 .container p {
    font-size: calc(14px * 1.2);
    border-left-width: 3px;
    padding-left: 12px;
}.attempt_now_4219 .help_list_0263 {
    font-size: calc(19px * 0.9);
    padding: 12px 25px;
}.attempt_now_4219 .container::before {
    bottom: -15px;
    width: 50%;
}.attempt_now_4219 .container::after {
    bottom: -19px;
    height: 8px;
    width: 8px;
}}header .top_plank {
    background: rgb(175,176,204);
    color:  #ffffff;
}header .top_plank .top_edu_nav_7905 div svg, header .top_plank .top_edu_nav_7905 div svg path {
    fill: #ffffff;
}header .top_plank .top_edu_nav_7905 div span {
    color: #ffffff;
}header .top_plank .top_edu_nav_7905 {
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    line-height: 21px;
    display: flex;
    width: 100%;
    font-size: 13px;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .top_edu_nav_7905 div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .top_edu_nav_7905 div img, header .top_plank .top_edu_nav_7905 div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.user_comments_3825 {
    background: linear-gradient(145deg, rgb(214,214,228), rgba(245, 248, 252, 0.7));
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.user_comments_3825::before {
    height: 100%;
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(rgb(175,176,204,0.5), 0.05), transparent 60%);
    position: absolute;
    left: 0;
    content: "";
    z-index: 0;
}.user_comments_3825::after {
    border-radius: 50%;
    right: -50px;
    position: absolute;
    height: 300px;
    content: "";
    filter: blur(40px);
    z-index: 0;
    width: 300px;
    bottom: -50px;
    background: linear-gradient(135deg, rgba(rgb(137,134,169,0.5), 0.05), rgba(rgb(175,176,204,0.5), 0.08));
}.user_comments_3825 .container {
    position: relative;
    z-index: 1;
}.user_comments_3825 h2 {
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    margin-bottom: 60px;
    font-size: 29px;
    text-align: center;
    color: #000000;
    transition: transform 0.5s ease;
    font-weight: 700;
}.user_comments_3825 h2::after {
    background: linear-gradient(90deg, rgb(175,176,204), rgb(137,134,169));
    content: "";
    transform: translateX(-50%);
    left: 50%;
    box-shadow: 0 5px 15px rgba(rgb(175,176,204,0.5), 0.2);
    width: 80px;
    bottom: -15px;
    height: 3px;
    position: absolute;
}.user_comments_3825 .user_stories_5276 {
    padding: 0;
    display: grid;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}.user_comments_3825 .feedback_corner_9064 {
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    padding: 30px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.03), -12px -12px 24px rgba(255, 255, 255, 0.9);
    transform: translateY(0);
}.user_comments_3825 .feedback_corner_9064::before {
    right: 20px;
    z-index: 0;
    line-height: 1;
    font-family: serif;
    color: rgba(rgb(137,134,169,0.5), 0.06);
    top: 10px;
    font-size: 120px;
    content: "";
    position: absolute;
}.user_comments_3825 .feedback_corner_9064:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), -15px -15px 30px rgba(255, 255, 255, 1);
    transform: translateY(-8px);
}.user_comments_3825 .feedback_corner_9064 div {
    display: flex;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
    align-items: center;
}.user_comments_3825 .feedback_corner_9064 img {
    transition: transform 0.3s ease;
    object-fit: cover;
    border: 3px solid #ffffff;
    height: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
    width: 60px;
    border-radius: 50%;
}.user_comments_3825 .feedback_corner_9064:hover img {
    transform: scale(1.05);
}.user_comments_3825 .feedback_corner_9064 h4 {
    color: #000000;
    margin: 0;
    font-size: calc(24px - 2px);
    position: relative;
    font-weight: 600;
}.user_comments_3825 .feedback_corner_9064 h4::after {
    transition: width 0.4s ease;
    content: "";
    background: linear-gradient(90deg, rgb(175,176,204), transparent);
    height: 2px;
    bottom: -5px;
    left: 0;
    width: 0;
    position: absolute;
}.user_comments_3825 .feedback_corner_9064:hover h4::after {
    width: 100%;
}.user_comments_3825 .feedback_corner_9064 .description {
    line-height: 1.6;
    font-size: 18px;
    z-index: 1;
    position: relative;
    color: #000000;
    margin: 0;
}.user_comments_3825 .feedback_corner_9064:nth-child(odd) {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
}.user_comments_3825 .feedback_corner_9064:nth-child(even) {
    background: linear-gradient(145deg, #f8f9fa, #ffffff);
}.user_comments_3825 a {
    border-radius: 8px;
    width: fit-content;
    text-decoration: none;
    position: relative;
    z-index: 1;
    display: block;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(rgb(175,176,204,0.5), 0.2);
    padding: 12px 30px;
    font-size: 17px;
    background: linear-gradient(135deg, rgb(175,176,204), rgb(137,134,169));
    margin: 40px auto 0;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
}.user_comments_3825 a::before {
    content: "";
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transition: left 0.7s ease;
    left: -100%;
    top: 0;
    position: absolute;
    width: 100%;
}.user_comments_3825 a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(rgb(175,176,204,0.5), 0.3);
}.user_comments_3825 a:hover::before {
    left: 100%;
}

@media (min-width: 1200px) {.user_comments_3825 .user_stories_5276 {
    grid-template-columns: repeat(4, 1fr);
}.user_comments_3825 h2 {
    font-size: calc(29px + 4px);
}.user_comments_3825 .study_program_3612 {
    margin: 0 auto;
    max-width: 1200px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {.user_comments_3825 .user_stories_5276 {
    grid-template-columns: repeat(3, 1fr);
}.user_comments_3825 {
    padding: 100px 0;
}
}

@media (min-width: 768px) and (max-width: 991px) {.user_comments_3825 .user_stories_5276 {
    grid-template-columns: repeat(2, 1fr);
}.user_comments_3825 {
    padding: 80px 0;
}.user_comments_3825 h2 {
    margin-bottom: 50px;
}
}

@media (max-width: 767px) {.user_comments_3825 {
    padding: 60px 0;
}.user_comments_3825 .user_stories_5276 {
    grid-template-columns: 1fr;
}.user_comments_3825 h2 {
    font-size: calc(29px - 2px);
    margin-bottom: 40px;
}.user_comments_3825 .feedback_corner_9064 {
    padding: 25px 20px;
}.user_comments_3825 .feedback_corner_9064 img {
    width: 50px;
    height: 50px;
}.user_comments_3825 a {
    padding: 10px 25px;
    margin-top: 30px;
}
}

@media (max-width: 480px) {.user_comments_3825 {
    padding: 50px 0;
}.user_comments_3825 h2 {
    font-size: calc(29px - 4px);
}.user_comments_3825 .feedback_corner_9064 {
    padding: 20px 15px;
}
}

@supports (backdrop-filter: blur(10px)) {.user_comments_3825 .feedback_corner_9064 {
    backdrop-filter: blur(10px) saturate(150%);
    background: rgba(255, 255, 255, 0.8);
}.user_comments_3825 .feedback_corner_9064:hover {
    backdrop-filter: blur(15px) saturate(180%);
}
}

@media (prefers-reduced-motion: reduce) {.user_comments_3825 .feedback_corner_9064,
  .user_comments_3825 a,
  .user_comments_3825 a::before,
  .user_comments_3825 .feedback_corner_9064 img,
  .user_comments_3825 .feedback_corner_9064 h4::after {
    transition: none;
}
}

@container (min-width: 350px) {.user_comments_3825 .feedback_corner_9064 .description {
    font-size: calc(18px + 1px);
    line-height: 1.7;
}}.get_updates_6204 {
    overflow: hidden;
    background: linear-gradient(45deg, #000000 0%, rgb(175,176,204,0.5) 100%);
    position: relative;
    padding: 5rem 2rem;
}.get_updates_6204::before {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    opacity: 0.1;
    content: "";
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 11px
    );
}.get_updates_6204::after {
    right: 0;
    bottom: 0;
    position: absolute;
    animation: scanline 3s linear infinite;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(137,134,169), transparent);
    filter: blur(2px);
    width: 60%;
    height: 5px;
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.get_updates_6204 .study_program_3612 {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.get_updates_6204 .query_info_4175 {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding: 3rem;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(5deg);
    border: 2px solid transparent;
    border-image: linear-gradient(
        135deg,
        rgb(175,176,204),
        transparent,
        rgb(137,134,169)
    );
    box-shadow: 0 0 25px rgb(175,176,204,0.5), 
                inset 0 0 15px rgb(137,134,169,0.5);
    width: 70%;
    margin-left: 15%;
    border-image-slice: 1;
}.get_updates_6204 .query_info_4175::before {
    opacity: 0.7;
    filter: blur(15px);
    animation: glow 3s ease-in-out infinite alternate;
    z-index: -1;
    bottom: -2px;
    top: -2px;
    right: -2px;
    content: "";
    position: absolute;
    left: -2px;
    background: linear-gradient(45deg, rgb(175,176,204), transparent, rgb(137,134,169));
}@keyframes glow {
    0% {
        opacity: 0.5;
        filter: blur(15px);
    }
    100% {
        opacity: 0.9;
        filter: blur(20px);
    }
}

.get_updates_6204 h3 {
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 2.5rem;
    color: #ffffff;
    position: relative;
    text-shadow: 0 0 10px rgb(175,176,204), 0 0 20px rgb(175,176,204,0.5);
    text-transform: uppercase;
    display: inline-block;
}.get_updates_6204 h3::after {
    bottom: -10px;
    content: "";
    box-shadow: 0 0 10px rgb(137,134,169);
    height: 3px;
    background: rgb(137,134,169);
    width: 50px;
    left: 0;
    position: absolute;
}.get_updates_6204 .input_holder {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
    display: flex;
    transform-style: preserve-3d;
}.get_updates_6204 input[type="email"] {
    padding: 1.3rem 1.5rem;
    font-size: 15px;
    border: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgb(175,176,204,0.5);
    flex-grow: 1;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.get_updates_6204 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.get_updates_6204 input[type="email"]:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 15px rgb(175,176,204,0.5);
}.get_updates_6204 .sub_widget_8940 {
    font-weight: 600;
    padding: 1rem 2.5rem;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    background: linear-gradient(
        to right,
        rgb(137,134,169),
        rgb(175,176,204)
    );
    font-family: Arial, sans-serif;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
}.get_updates_6204 .sub_widget_8940::before {
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: -100%;
    content: "";
    transition: all 0.6s ease;
    width: 100%;
}.get_updates_6204 .sub_widget_8940:hover::before {
    left: 100%;
}.get_updates_6204 .sub_widget_8940:hover {
    text-shadow: 0 0 5px #ffffff;
    box-shadow: 0 0 15px rgb(137,134,169), 0 0 30px rgb(137,134,169,0.5);
}

@media (max-width: 768px) {.get_updates_6204 {
    padding: 3rem 1rem;
}.get_updates_6204 .query_info_4175 {
    margin-left: 0;
    transform: perspective(0) rotateX(0);
    padding: 2rem 1rem;
    width: 100%;
}.get_updates_6204 h3 {
    font-size: 21px;
    text-align: center;
    width: 100%;
}.get_updates_6204 h3::after {
    left: 50%;
    transform: translateX(-50%);
}.get_updates_6204 .input_holder {
    clip-path: none;
    flex-direction: column;
}.get_updates_6204 input[type="email"] {
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid rgb(175,176,204,0.5);
    border-right: none;
}.get_updates_6204 .sub_widget_8940 {
    width: 100%;
    padding: 1rem;
}}.pricing_zone_4290 {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgb(137,134,169,0.5) 100%);
    overflow: hidden;
    position: relative;
}.pricing_zone_4290::before {
    z-index: 1;
    position: absolute;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(175,176,204), 0.03) 40px, rgba(rgb(175,176,204), 0.03) 80px);
    left: 0;
    pointer-events: none;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
}.pricing_zone_4290 .container {
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
}.pricing_zone_4290 .payment_plans_6139 {
    gap: 2.5rem;
    display: flex;
    flex-direction: column-reverse;
}.pricing_zone_4290 .program_price_4581 {
    background: rgba(#ffffff, 0.9);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(0);
    padding: 2rem;
    z-index: 3;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    position: relative;
    margin: 0 auto;
}.pricing_zone_4290 .program_price_4581:hover {
    transform: translateY(-5px);
}.pricing_zone_4290 .program_price_4581 h2 {
    position: relative;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #000000;
}.pricing_zone_4290 .program_price_4581 h2::after {
    left: 0;
    width: 80px;
    transition: transform 0.5s ease;
    content: "";
    position: absolute;
    background: rgb(175,176,204);
    height: 3px;
    bottom: -10px;
    transform: scaleX(1);
    transform-origin: left;
}.pricing_zone_4290 .program_price_4581:hover h2::after {
    transform: scaleX(1.5);
}.pricing_zone_4290 .pricing_card_1760 {
    color: #000000;
    overflow-wrap: break-word;
    margin-top: 1.5rem;
    font-size: 17px;
    line-height: 1.6;
    max-width: 100%;
    word-break: break-word;
}.pricing_zone_4290 .learning_plan_8573 {
    gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}.pricing_zone_4290 .class_cost_3612 {
    position: relative;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    height: 100%;
    display: block;
}.pricing_zone_4290 .class_cost_3612:hover {
    transform: translateY(-8px);
}.pricing_zone_4290 .tuition_table_9703 {
    position: relative;
    background: #ffffff;
    transition: box-shadow 0.4s ease;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    display: flex;
    height: 100%;
}.pricing_zone_4290 .class_cost_3612:hover .tuition_table_9703 {
    box-shadow: 0 15px 35px rgba(rgb(175,176,204,0.5), 0.15);
}.pricing_zone_4290 .pricing_fees_1478 {
    padding: 2rem;
    min-height: 280px;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
}.pricing_zone_4290 .pricing_fees_1478 h3 {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: calc(19px + 0.1rem);
    position: relative;
    color: #000000;
    line-height: 1.3;
}.pricing_zone_4290 .bundle_price_9134 {
    position: relative;
    color: rgb(175,176,204);
    font-size: calc(19px + 0.3rem);
    font-weight: 700;
    display: block;
    margin: 0.5rem 0 1.25rem;
}.pricing_zone_4290 .bundle_price_9134::before {
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    background: rgb(137,134,169);
    left: 0;
    bottom: -10px;
}.pricing_zone_4290 .pricing_fees_1478 p {
    flex-grow: 1;
    word-break: break-word;
    margin-top: 1.5rem;
    overflow-wrap: break-word;
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
}.pricing_zone_4290 .featured_photo_2097 {
    transition: transform 0.6s ease-out;
    transform: scale(1);
    height: 220px;
    width: 100%;
    position: relative;
}.pricing_zone_4290 .featured_photo_2097::after {
    z-index: 1;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    position: absolute;
}.pricing_zone_4290 .class_cost_3612:hover .featured_photo_2097 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing_zone_4290 .learning_plan_8573 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_zone_4290 .program_price_4581 {
    padding: 3rem;
}
}

@media (min-width: 992px) {.pricing_zone_4290 .payment_plans_6139 {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}.pricing_zone_4290 .program_price_4581 {
    margin: 0;
    width: 35%;
}.pricing_zone_4290 .learning_plan_8573 {
    width: 65%;
}
}

@media (min-width: 1200px) {.pricing_zone_4290 .learning_plan_8573 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_zone_4290 .pricing_fees_1478 {
    padding: 2.5rem;
}.pricing_zone_4290 .program_price_4581 h2 {
    font-size: calc(31px + 0.2rem);
}.pricing_zone_4290 .featured_photo_2097 {
    height: 250px;
}
}

@media (max-width: 767px) {.pricing_zone_4290 {
    padding: 4rem 0;
}.pricing_zone_4290 .pricing_fees_1478 {
    min-height: 240px;
    padding: 1.5rem;
}.pricing_zone_4290 .featured_photo_2097 {
    height: 180px;
}.pricing_zone_4290 .program_price_4581 {
    padding: 1.5rem;
}.pricing_zone_4290 .program_price_4581 h2 {
    font-size: calc(31px - 0.2rem);
}.pricing_zone_4290 .pricing_card_1760 {
    font-size: calc(17px - 0.1rem);
}}.course_overview_5431 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(45deg, rgb(214,214,228) 0%, rgb(137,134,169,0.5) 50%, rgb(214,214,228) 100%);
    padding: 6rem 0;
}.course_overview_5431::before {
    position: absolute;
    border-radius: 50%;
    opacity: 0.4;
    background: radial-gradient(circle, rgb(175,176,204,0.5) 0%, transparent 70%);
    height: 70%;
    width: 70%;
    right: -10%;
    top: -10%;
    animation: pulseGlow 15s ease-in-out infinite;
    z-index: 1;
    content: "";
}.course_overview_5431::after {
    background: radial-gradient(circle, rgb(137,134,169,0.5) 0%, transparent 70%);
    height: 50%;
    position: absolute;
    content: "";
    z-index: 1;
    animation: pulseGlow 12s ease-in-out infinite reverse;
    opacity: 0.3;
    width: 50%;
    bottom: -5%;
    left: -5%;
    border-radius: 50%;
}@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.course_overview_5431 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
}.course_overview_5431 .study_program_3612 {
    transform-style: preserve-3d;
    gap: 3rem;
    grid-template-columns: 1.2fr 0.8fr;
    transform: perspective(1000px) rotateY(-2deg);
    display: grid;
    position: relative;
}.course_overview_5431 .study_program_3612::before {
    height: calc(100% + 4rem);
    top: -2rem;
    width: calc(100% + 4rem);
    left: -2rem;
    z-index: -1;
    transform: translateZ(-10px);
    opacity: 0.05;
    content: "";
    background: 
        repeating-linear-gradient(90deg, transparent, transparent 50px, rgb(175,176,204,0.5) 50px, rgb(175,176,204,0.5) 51px),
        repeating-linear-gradient(180deg, transparent, transparent 50px, rgb(175,176,204,0.5) 50px, rgb(175,176,204,0.5) 51px);
    position: absolute;
    border-radius: 18px;
}.course_overview_5431 .lesson_route_5386 {
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
    background: #ffffff;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.1),
        0 10px 20px -5px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgb(214,214,228);
    z-index: 3;
    padding: 3rem;
    position: relative;
    border-radius: 18px;
    transform: translateZ(20px);
}.course_overview_5431 .lesson_route_5386::before {
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    border-radius: 18px;
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.7;
    content: "";
    left: 0;
}.course_overview_5431 .site_header_5104 {
    position: relative;
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
}.course_overview_5431 .site_header_5104::before {
    transform: translateY(-50%);
    height: 2px;
    position: absolute;
    content: "";
    top: 50%;
    opacity: 0.6;
    right: -20px;
    background: rgb(175,176,204);
    width: 40px;
}.course_overview_5431 .site_header_5104::after {
    left: 0;
    width: 60px;
    content: "";
    border-radius: 10px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(137,134,169) 0%, transparent 100%);
}.course_overview_5431 .site_header_5104 svg {
    height: 4rem;
    filter: drop-shadow(0 2px 4px rgb(175,176,204,0.5));
    transition: all 0.3s ease;
    width: auto;
}.course_overview_5431 .site_header_5104 svg:hover {
    filter: drop-shadow(0 6px 12px rgb(175,176,204,0.5));
    transform: translateY(-2px) scale(1.03);
}.course_overview_5431 .site_header_5104 svg path {
    transition: fill 0.3s ease;
    fill: rgb(175,176,204);
}.course_overview_5431 .site_header_5104 svg:hover path {
    fill: rgb(137,134,169);
}.course_overview_5431 h3 {
    transform: translateZ(5px);
    display: inline-block;
    background-clip: text !important;
    font-weight: 700;
    font-size: 32px;
    -webkit-background-clip: text !important;
    color: transparent;
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, #000000 0%, rgb(175,176,204) 100%);
    position: relative;
}.course_overview_5431 h3::after {
    bottom: -8px;
    width: 30px;
    border-radius: 10px;
    position: absolute;
    background: rgb(175,176,204);
    content: "";
    transition: width 0.3s ease;
    left: 0;
    height: 3px;
}.course_overview_5431 .lesson_route_5386:hover h3::after {
    width: 80px;
}.course_overview_5431 p {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1rem;
    z-index: 2;
    transform: translateZ(10px);
    position: relative;
    font-size: 13px;
}.course_overview_5431 .featured_photo_2097 {
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    overflow: hidden;
    min-height: 400px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: 2;
    animation: floatAnimation 6s ease-in-out infinite;
    height: 450px;
    transform: translateZ(30px) rotate(3deg);
    height: 100%;
}@keyframes floatAnimation {
    0% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotate(3deg) translateY(-10px);
    }
    100% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
}

.course_overview_5431 .featured_photo_2097::before {
    height: 100%;
    width: 100%;
    opacity: 0.5;
    position: absolute;
    transition: all 0.5s ease;
    top: 0;
    left: 0;
    background: linear-gradient(
        45deg,
        transparent 0%,
        transparent 40%,
        rgb(175,176,204,0.5) 100%
    );
    mix-blend-mode: soft-light;
    content: "";
    z-index: 1;
}.course_overview_5431 .featured_photo_2097::after {
    position: absolute;
    z-index: 1;
    opacity: 0.3;
    bottom: 0;
    height: 50%;
    left: 0;
    content: "";
    background: linear-gradient(
        to top,
        rgb(175,176,204,0.5) 0%,
        transparent 100%
    );
    width: 100%;
}.course_overview_5431 .study_program_3612:hover .featured_photo_2097 {
    transform: translateZ(40px) rotate(1deg) scale(1.03);
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}.course_overview_5431 .study_program_3612:hover .featured_photo_2097::before {
    opacity: 0.7;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(137,134,169,0.5) 40%,
        rgb(175,176,204,0.5) 100%
    );
}

@media (max-width: 1024px) {.course_overview_5431 {
    padding: 5rem 0;
}.course_overview_5431 .study_program_3612 {
    gap: 2rem;
    transform: perspective(1000px) rotateY(0deg);
    grid-template-columns: 1fr;
}.course_overview_5431 .lesson_route_5386 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding: 2.5rem;
}.course_overview_5431 .featured_photo_2097 {
    transform: translateZ(20px) rotate(0deg);
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
    min-height: 350px;
}.course_overview_5431 .study_program_3612:hover .featured_photo_2097 {
    transform: translateZ(30px) scale(1.02);
}
}

@media (max-width: 768px) {.course_overview_5431 {
    padding: 4rem 0;
}.course_overview_5431 .study_program_3612::before {
    top: -1.5rem;
    left: -1.5rem;
    height: calc(100% + 3rem);
    width: calc(100% + 3rem);
}.course_overview_5431 .lesson_route_5386 {
    padding: 2rem;
}.course_overview_5431 .site_header_5104 svg {
    height: 3.5rem;
}.course_overview_5431 h3 {
    font-size: calc(32px * 0.9);
}.course_overview_5431 .featured_photo_2097 {
    min-height: 300px;
}
}

@media (max-width: 576px) {.course_overview_5431 {
    padding: 3rem 0;
}.course_overview_5431 .study_program_3612::before {
    display: none;
}.course_overview_5431 .lesson_route_5386 {
    padding: 1.5rem;
}.course_overview_5431 .site_header_5104 svg {
    height: 3rem;
}.course_overview_5431 .site_header_5104::before {
    width: 20px;
    right: -10px;
}.course_overview_5431 h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 1rem;
}.course_overview_5431 p {
    font-size: calc(13px * 0.9);
}.course_overview_5431 .featured_photo_2097 {
    border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
    min-height: 250px;
}}.connect_form_3507 {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(214,214,228) 50%);
    overflow: hidden;
}.connect_form_3507::before {
    z-index: 0;
    top: 0;
    width: 100%;
    content: "";
    background-size: 60px 60px;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    position: absolute;
    height: 100%;
}.connect_form_3507 .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.connect_form_3507 h2 {
    text-align: center;
    color: rgb(175,176,204);
    position: relative;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 31px;
}.connect_form_3507 h2::after {
    content: "";
    background: rgb(175,176,204);
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 60px;
    bottom: -15px;
}.connect_form_3507 .inquiry_block_4920 {
    position: relative;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    overflow: hidden;
}.connect_form_3507 .inquiry_block_4920::before {
    background: linear-gradient(90deg, rgb(175,176,204), rgb(137,134,169));
    left: 0;
    content: "";
    height: 5px;
    width: 100%;
    top: 0;
    position: absolute;
}.connect_form_3507 .featured_photo_2097 {
    flex: 0 0 50%;
    min-height: 550px;
    transition: all 0.5s ease;
    position: relative;
}.connect_form_3507 .featured_photo_2097::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(175,176,204,0.5), transparent);
    left: 0;
    top: 0;
}.connect_form_3507 .message_query_2687 {
    padding: 60px 50px;
    position: relative;
    flex: 0 0 50%;
    background: #ffffff;
}.connect_form_3507 .message_query_2687::before {
    height: 100%;
    left: 0;
    content: "";
    background: rgb(214,214,228);
    position: absolute;
    top: 0;
    width: 10px;
}.connect_form_3507 #contact {
    flex-direction: column;
    display: flex;
    gap: 30px;
}.connect_form_3507 h3 {
    padding-bottom: 10px;
    display: inline-block;
    color: #000000;
    font-size: 21px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
}.connect_form_3507 h3::after {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    background: rgb(175,176,204,0.5);
    content: "";
    height: 2px;
}.connect_form_3507 input[type="text"] {
    font-size: 18px;
    border-radius: 10px;
    width: 100%;
    padding: 18px 20px;
    background: #ffffff;
    transition: all 0.3s ease;
    border: 2px solid rgb(214,214,228);
    color: #000000;
}.connect_form_3507 input[type="text"]:focus {
    outline: none;
    border-color: rgb(175,176,204);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.connect_form_3507 input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.connect_form_3507 .query_grid_4281 {
    display: flex;
    margin-top: 10px;
    gap: 12px;
    align-items: flex-start;
}.connect_form_3507 .query_grid_4281 input[type="checkbox"] {
    transition: all 0.3s ease;
    height: 24px;
    width: 24px;
    position: relative;
    appearance: none;
    border: 2px solid rgb(214,214,228);
    margin-top: 2px;
    cursor: pointer;
    border-radius: 10px;
}.connect_form_3507 .query_grid_4281 input[type="checkbox"]:checked {
    background: rgb(175,176,204);
    border-color: rgb(175,176,204);
}.connect_form_3507 .query_grid_4281 input[type="checkbox"]:checked::after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    width: 6px;
    height: 10px;
    content: "";
    top: 5px;
    left: 8px;
}.connect_form_3507 .query_grid_4281 label {
    line-height: 1.5;
    font-size: 18px;
    color: #000000;
}.connect_form_3507 .query_grid_4281 a {
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(175,176,204);
}.connect_form_3507 .query_grid_4281 a:hover {
    color: rgb(137,134,169);
}.connect_form_3507 .help_list_0263 {
    font-size: 17px;
    box-shadow: 0 8px 20px rgb(175,176,204,0.5);
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    font-weight: 600;
    background: rgb(175,176,204);
    padding: 16px 40px;
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
    margin-top: 20px;
    border: none;
    align-self: flex-start;
}.connect_form_3507 .help_list_0263::before {
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    left: -100%;
    position: absolute;
}.connect_form_3507 .help_list_0263:hover {
    transform: translateY(-3px);
    background: rgb(137,134,169);
    box-shadow: 0 10px 25px rgb(137,134,169,0.5);
}.connect_form_3507 .help_list_0263:hover::before {
    left: 100%;
}.connect_form_3507 svg {
    width: 22px;
    fill: rgb(175,176,204);
    transition: all 0.3s ease;
    height: 22px;
}.connect_form_3507 svg path {
    transition: all 0.3s ease;
    fill: rgb(175,176,204);
}.connect_form_3507 svg:hover {
    fill: rgb(137,134,169);
    transform: translateY(-2px);
}.connect_form_3507 svg:hover path {
    fill: rgb(137,134,169);
}

@media (max-width: 1200px) {.connect_form_3507 {
    background: #ffffff;
}
}

@media (max-width: 992px) {.connect_form_3507 {
    padding: 80px 0;
}.connect_form_3507 .inquiry_block_4920 {
    flex-direction: column-reverse;
}.connect_form_3507 .featured_photo_2097 {
    min-height: 350px;
    flex: 0 0 auto;
}.connect_form_3507 .message_query_2687 {
    padding: 50px 40px;
    flex: 0 0 auto;
}.connect_form_3507 .message_query_2687::before {
    left: 0;
    top: 0;
    height: 10px;
    width: 100%;
}
}

@media (max-width: 768px) {.connect_form_3507 {
    padding: 60px 0;
}.connect_form_3507 h2 {
    font-size: calc(31px - 4px);
    margin-bottom: 40px;
}.connect_form_3507 .message_query_2687 {
    padding: 40px 30px;
}.connect_form_3507 #contact {
    gap: 25px;
}.connect_form_3507 .featured_photo_2097 {
    min-height: 300px;
}
}

@media (max-width: 576px) {.connect_form_3507 {
    padding: 50px 0;
}.connect_form_3507 .container {
    padding: 0 15px;
}.connect_form_3507 h2 {
    font-size: calc(31px - 6px);
    margin-bottom: 30px;
}.connect_form_3507 .message_query_2687 {
    padding: 35px 25px;
}.connect_form_3507 #contact {
    gap: 20px;
}.connect_form_3507 input[type="text"] {
    padding: 15px;
}.connect_form_3507 .help_list_0263 {
    padding: 15px 25px;
    width: 100%;
}.connect_form_3507 .featured_photo_2097 {
    min-height: 250px;
}}.training_benefits_2458 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(214,214,228), #ffffff 80%);
}.training_benefits_2458::before {
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(137,134,169,0.5) 0.5%, transparent 8%),
        radial-gradient(circle at 90% 70%, rgb(175,176,204,0.5) 0.8%, transparent 10%);
    width: 100%;
    left: 0;
    pointer-events: none;
}.training_benefits_2458 .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1320px;
    z-index: 1;
}.training_benefits_2458 .study_program_3612 {
    align-items: center;
    display: grid;
    gap: 60px;
    position: relative;
    grid-template-columns: 1fr 0.8fr;
}.training_benefits_2458 .text_post_4527 {
    transform: translateY(-10px);
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    background: #ffffff;
}.training_benefits_2458 .text_post_4527:hover {
    transform: translateY(-15px);
}.training_benefits_2458 .text_post_4527::before {
    width: 60%;
    height: 5px;
    background: linear-gradient(90deg, rgb(175,176,204), rgb(137,134,169));
    left: 0;
    position: absolute;
    top: -5px;
    content: '';
}.training_benefits_2458 h4 {
    font-weight: 700;
    position: relative;
    font-size: calc(24px * 1.1);
    color: #000000;
    line-height: 1.4;
    margin-bottom: 30px;
}.training_benefits_2458 h4::after {
    height: 3px;
    left: 0;
    content: '';
    bottom: -12px;
    width: 40px;
    position: absolute;
    background: rgb(175,176,204);
}.training_benefits_2458 .text_post_4527 > div {
    display: flex;
    margin-top: 25px;
    gap: 20px;
    flex-wrap: wrap;
}.training_benefits_2458 ul {
    min-width: 280px;
    margin: 0;
    flex: 1;
    list-style: none;
    padding: 0;
}.training_benefits_2458 li {
    transition: transform 0.3s ease-out;
    margin-bottom: 20px;
    transform: translateX(0);
}.training_benefits_2458 li:hover {
    transform: translateX(5px);
}.training_benefits_2458 li p {
    gap: 15px;
    line-height: 1.6;
    display: flex;
    font-size: 12px;
    color: #000000;
    align-items: flex-start;
    margin: 0;
}.training_benefits_2458 li p span:first-child {
    background: linear-gradient(135deg, rgb(175,176,204,0.5), rgb(137,134,169,0.5));
    justify-content: center;
    border-radius: 50%;
    display: flex;
    width: 38px;
    align-items: center;
    padding: 8px;
    height: 38px;
    transform: translateY(-2px);
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.training_benefits_2458 li:hover p span:first-child {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px) scale(1.05);
}.training_benefits_2458 svg {
    height: 24px;
    transition: transform 0.3s ease;
    width: 24px;
}.training_benefits_2458 li:hover svg {
    transform: rotate(5deg);
}.training_benefits_2458 svg path {
    fill: rgb(175,176,204);
    transition: fill 0.3s ease;
}.training_benefits_2458 li:hover svg path {
    fill: rgb(137,134,169);
}.training_benefits_2458 .featured_photo_2097 {
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.6s ease;
    border-radius: 4px;
    position: relative;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    z-index: 2;
    height: auto;
    transform: perspective(1000px) rotateY(-5deg);
    aspect-ratio: 4/3;
}.training_benefits_2458 .featured_photo_2097:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-5px);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.18);
}.training_benefits_2458 .study_program_3612::after {
    position: absolute;
    z-index: 1;
    top: -5%;
    height: 80%;
    clip-path: polygon(0 0, 100% 20%, 90% 100%, 10% 80%);
    right: -5%;
    content: '';
    background: linear-gradient(135deg, rgb(175,176,204,0.5), rgb(137,134,169,0.5));
    width: 45%;
}

@media (max-width: 1200px) {.training_benefits_2458 {
    padding: 100px 0;
}.training_benefits_2458 .study_program_3612 {
    gap: 40px;
}.training_benefits_2458 .text_post_4527 {
    padding: 35px;
}.training_benefits_2458 h4 {
    font-size: 24px;
}
}

@media (max-width: 991px) {.training_benefits_2458 {
    padding: 80px 0;
}.training_benefits_2458 .study_program_3612 {
    grid-template-columns: 1fr;
    gap: 50px;
}.training_benefits_2458 .featured_photo_2097 {
    transform: perspective(1000px) rotateY(0);
    max-width: 80%;
    margin: 0 auto;
}.training_benefits_2458 .featured_photo_2097:hover {
    transform: perspective(1000px) translateY(-5px);
}.training_benefits_2458 .study_program_3612::after {
    width: 70%;
    height: 40%;
    bottom: 0;
    top: auto;
    right: 0;
}
}

@media (max-width: 767px) {.training_benefits_2458 {
    padding: 60px 0;
}.training_benefits_2458 .text_post_4527 {
    padding: 30px 25px;
}.training_benefits_2458 .text_post_4527 > div {
    flex-direction: column;
    gap: 10px;
}.training_benefits_2458 ul {
    width: 100%;
}.training_benefits_2458 h4 {
    font-size: calc(21px * 1.2);
}.training_benefits_2458 .featured_photo_2097 {
    max-width: 100%;
}.training_benefits_2458 li p {
    gap: 12px;
}.training_benefits_2458 li p span:first-child {
    width: 34px;
    height: 34px;
}
}

@media (max-width: 576px) {.training_benefits_2458 {
    padding: 50px 0;
}.training_benefits_2458 h4 {
    font-size: 21px;
}.training_benefits_2458 .study_program_3612 {
    gap: 40px;
}.training_benefits_2458 li {
    margin-bottom: 15px;
}.training_benefits_2458 li p {
    font-size: calc(12px * 0.95);
}.training_benefits_2458 li p span:first-child {
    width: 30px;
    height: 30px;
}.training_benefits_2458 svg {
    height: 20px;
    width: 20px;
}}.ty_div_9137 {
    perspective: 1000px;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(175,176,204,0.5), rgb(214,214,228), rgb(137,134,169,0.5));
}.ty_div_9137::before {
    left: 0;
    position: absolute;
    opacity: 0.7;
    background: 
        radial-gradient(circle at 20% 30%, rgb(175,176,204,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(137,134,169,0.5) 0%, transparent 60%);
    top: 0;
    right: 0;
    content: "";
    animation: pulse 10s infinite alternate ease-in-out;
    bottom: 0;
    z-index: 0;
}.ty_div_9137::after {
    top: -50%;
    position: absolute;
    left: -50%;
    height: 200%;
    content: "";
    transform: rotate(15deg);
    width: 200%;
    pointer-events: none;
    animation: patternMove 60s linear infinite;
    z-index: 1;
}.ty_div_9137 .container {
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.ty_div_9137 h2 {
    line-height: 1.3;
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding-left: 20px;
    margin-bottom: 40px;
    transform: translateZ(30px);
    text-align: left;
    font-weight: 700;
    transition: transform 0.5s ease;
    color: #000000;
    border-left: 4px solid rgb(175,176,204);
    font-size: 35px;
    font-family: Arial, sans-serif;
}.ty_div_9137 h2::after {
    bottom: -12px;
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    width: 60px;
    background: rgb(137,134,169);
    animation: lineGrow 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    left: 20px;
    content: "";
    height: 3px;
}.ty_div_9137 .study_program_3612 {
    border-radius: 19px;
    box-shadow: 
        0 15px 30px -10px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        0 30px 60px -30px rgba(rgb(175,176,204), 0.3);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    transform: translateZ(20px) rotateX(2deg);
}.ty_div_9137 .study_program_3612::before {
    content: "";
    background: linear-gradient(90deg, rgb(175,176,204), rgb(137,134,169));
    height: 5px;
    z-index: 3;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
}.ty_div_9137 .study_program_3612:hover {
    transform: translateZ(30px) rotateX(0deg);
    box-shadow: 
        0 20px 40px -15px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.08),
        0 40px 70px -40px rgba(rgb(175,176,204), 0.4);
}.ty_div_9137 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.ty_div_9137 li {
    background: #ffffff;
    transition: transform 0.3s ease;
    position: relative;
    padding: 40px;
}.ty_div_9137 li::before {
    color: #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    position: absolute;
    box-shadow: 0 5px 15px rgba(rgb(175,176,204), 0.3);
    content: "✓";
    left: 40px;
    top: -15px;
    align-items: center;
    background: rgb(175,176,204);
    border-radius: 50%;
    font-size: 16px;
    justify-content: center;
}.ty_div_9137 span {
    z-index: 2;
    text-align: left;
    position: relative;
    display: block;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #000000;
    font-size: 14px;
}

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

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

@keyframes patternMove {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-100px);
    }
}

@media (max-width: 991px) {.ty_div_9137 {
    padding: 80px 0;
}.ty_div_9137 h2 {
    padding-left: 15px;
    font-size: calc(35px * 0.9);
}.ty_div_9137 li {
    padding: 30px;
}.ty_div_9137 li::before {
    left: 30px;
}
}

@media (max-width: 767px) {.ty_div_9137 {
    padding: 60px 0;
}.ty_div_9137 h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
    transform: translateZ(20px);
}.ty_div_9137 h2::after {
    width: 40px;
}.ty_div_9137 .study_program_3612 {
    transform: translateZ(10px) rotateX(1deg);
}.ty_div_9137 .study_program_3612:hover {
    transform: translateZ(15px) rotateX(0deg);
}.ty_div_9137 li {
    padding: 25px 20px;
}.ty_div_9137 li::before {
    top: -12px;
    left: 20px;
    font-size: 14px;
    height: 24px;
    width: 24px;
}.ty_div_9137 span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.ty_div_9137 {
    padding: 40px 0;
}.ty_div_9137 h2 {
    padding-left: 12px;
    font-size: calc(35px * 0.7);
    border-left: 3px solid rgb(175,176,204);
}.ty_div_9137 .container {
    padding: 0 15px;
}.ty_div_9137 .study_program_3612 {
    transform: translateZ(5px) rotateX(0.5deg);
}.ty_div_9137 .study_program_3612:hover {
    transform: translateZ(10px) rotateX(0deg);
}.ty_div_9137 li {
    padding: 20px 15px;
}.ty_div_9137 li::before {
    font-size: 12px;
    width: 20px;
    left: 15px;
    height: 20px;
}.ty_div_9137 span {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}
}