﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
    min-height: 100%;
}.ssl_info {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    width: 1205px;
    max-width: 100%;
}header,footer {
    width: 100%;
}.outer-container {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}.first_pagebar {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.target_audience {
    background: linear-gradient(150deg, rgb(225,229,233) 30%, rgb(152,162,173,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 110px 0;
}.target_audience::before {
    content: "";
    width: 80%;
    border-radius: 100px;
    background: rgb(191,199,208,0.5);
    filter: blur(60px);
    position: absolute;
    height: 200%;
    opacity: 0.1;
    transform: rotate(30deg);
    animation: float-slow 20s ease-in-out infinite alternate;
    top: -50%;
    right: -20%;
}.target_audience::after {
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(191,199,208,0.5) 25%, 
        rgb(191,199,208) 50%, 
        rgb(191,199,208,0.5) 75%, 
        transparent 100%
    );
    bottom: 0;
    height: 1px;
}@keyframes float-slow {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    100% {
        transform: rotate(30deg) translateY(-50px);
    }
}

.target_audience .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.target_audience .quick_studies {
    gap: 40px;
    grid-template-columns: 300px 1fr;
    position: relative;
    display: grid;
    align-items: start;
}.target_audience h4 {
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
    font-size: 29px;
    padding: 0;
    color: #000000;
    position: relative;
}.target_audience h4::before {
    top: -20px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(191,199,208), rgb(152,162,173));
    height: 5px;
    left: 0;
    border-radius: 10px;
    width: 50px;
}.target_audience h4::after {
    border-radius: 10px;
    width: 120px;
    content: "";
    background: rgb(191,199,208,0.5);
    left: 0;
    height: 2px;
    bottom: -20px;
    position: absolute;
}.target_audience div {
    flex-direction: column;
    gap: 20px;
    display: flex;
}.target_audience div p {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    transition: all 0.3s ease;
    font-size: 15px;
    color: #000000;
    align-items: center;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    margin: 0;
    line-height: 1.6;
    backdrop-filter: blur(10px);
}.target_audience div p:nth-child(even) {
    transform: translateX(30px);
}.target_audience div p:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.target_audience div p:nth-child(even):hover {
    transform: translate(30px, -5px);
}.target_audience div p::before {
    position: absolute;
    left: 0;
    opacity: 0.7;
    height: 100%;
    content: "";
    transition: width 0.3s ease;
    width: 4px;
    top: 0;
    background: linear-gradient(180deg, rgb(191,199,208), rgb(152,162,173));
}.target_audience div p:hover::before {
    width: 8px;
}.target_audience div p svg {
    position: relative;
    height: 28px;
    transition: all 0.3s ease;
    margin-right: 20px;
    z-index: 2;
    width: 28px;
    min-width: 28px;
}.target_audience div p:hover svg {
    transform: scale(1.2);
}.target_audience div p svg path {
    fill: rgb(191,199,208);
    transition: fill 0.3s ease;
}.target_audience div p:hover svg path {
    fill: rgb(152,162,173);
}

@media (max-width: 991px) {.target_audience {
    padding: 90px 0;
}.target_audience .quick_studies {
    gap: 30px;
    grid-template-columns: 250px 1fr;
}.target_audience h4 {
    font-size: calc(29px - 2px);
}.target_audience div {
    gap: 15px;
}.target_audience div p {
    padding: 18px 20px;
}.target_audience div p:nth-child(even) {
    transform: translateX(20px);
}.target_audience div p:nth-child(even):hover {
    transform: translate(20px, -5px);
}.target_audience div p svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    min-width: 24px;
}
}

@media (max-width: 767px) {.target_audience {
    padding: 70px 0;
}.target_audience .quick_studies {
    grid-template-columns: 1fr;
    gap: 40px;
}.target_audience h4 {
    text-align: center;
    margin: 0 auto;
    font-size: calc(29px - 2px);
    max-width: 500px;
}.target_audience h4::before {
    left: 50%;
    transform: translateX(-50%);
}.target_audience h4::after {
    transform: translateX(-50%);
    left: 50%;
    width: 100px;
}.target_audience div p:nth-child(even) {
    transform: translateX(0);
}.target_audience div p:nth-child(even):hover {
    transform: translateY(-5px);
}
}

@media (max-width: 479px) {.target_audience {
    padding: 50px 0;
}.target_audience h4 {
    font-size: calc(29px - 4px);
}.target_audience div {
    gap: 12px;
}.target_audience div p {
    padding: 15px;
}.target_audience div p svg {
    height: 20px;
    min-width: 20px;
    width: 20px;
    margin-right: 12px;
}}.attempt_now {
    padding: 130px 0;
    background: linear-gradient(145deg, #ffffff 0%, rgb(225,229,233) 100%);
    overflow: hidden;
    position: relative;
}.attempt_now::before {
    border-radius: 50%;
    position: absolute;
    top: -150px;
    content: '';
    opacity: 0.1;
    border: 30px solid rgb(191,199,208,0.5);
    width: 300px;
    right: -150px;
    height: 300px;
    z-index: 1;
}.attempt_now::after {
    bottom: -200px;
    z-index: 1;
    content: '';
    border-radius: 50%;
    height: 400px;
    position: absolute;
    border: 40px solid rgb(152,162,173,0.5);
    width: 400px;
    left: -200px;
    opacity: 0.1;
}.attempt_now .quick_studies {
    z-index: 10;
    flex-direction: column;
    position: relative;
    display: flex;
}.attempt_now .container {
    z-index: 2;
    max-width: 900px;
    background: #ffffff;
    margin: 0 auto;
    padding: 60px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    position: relative;
}.attempt_now .container::before {
    content: '';
    z-index: 1;
    height: 80px;
    position: absolute;
    top: 0;
    width: 80px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    background: rgb(191,199,208);
}.attempt_now .container::after {
    height: 80px;
    background: rgb(152,162,173);
    position: absolute;
    content: '';
    bottom: 0;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    left: 0;
    width: 80px;
    z-index: 1;
}.attempt_now .container p {
    font-size: 37px;
    text-align: center;
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    z-index: 5;
    margin: 0 0 40px 0;
    color: #000000;
}.attempt_now .help_inquiry {
    height: 60px;
    position: relative;
    font-size: 14px;
    text-align: center;
    width: 220px;
    margin: 0 auto;
    z-index: 5;
    line-height: 60px;
    border: 2px solid rgb(191,199,208);
    display: block;
    background: transparent;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.4s ease;
    color: rgb(191,199,208);
}.attempt_now .help_inquiry::before {
    left: -2px;
    transition: transform 0.4s ease;
    transform-origin: left;
    transform: scaleX(0);
    top: -2px;
    content: '';
    position: absolute;
    z-index: -1;
    background: rgb(191,199,208);
    height: calc(100% + 4px);
    width: calc(100% + 4px);
}.attempt_now .help_inquiry:hover {
    color: #ffffff;
}.attempt_now .help_inquiry:hover::before {
    transform: scaleX(1);
}.attempt_now .quick_studies::before {
    z-index: 1;
    position: absolute;
    height: 94%;
    content: '';
    border: 1px dashed rgb(191,199,208,0.5);
    top: 3%;
    width: 94%;
    left: 3%;
}.attempt_now .quick_studies::after {
    content: '';
    z-index: 1;
    top: 6%;
    height: 88%;
    border: 1px dashed rgb(152,162,173,0.5);
    left: 6%;
    position: absolute;
    width: 88%;
}

@media (max-width: 991px) {.attempt_now {
    padding: 110px 0;
}.attempt_now .container {
    padding: 50px;
}.attempt_now .container p {
    margin-bottom: 35px;
    font-size: calc(23px * 1.2);
}.attempt_now .container::before,
    .attempt_now .container::after {
    height: 70px;
    width: 70px;
}.attempt_now .help_inquiry {
    height: 55px;
    line-height: 55px;
    width: 200px;
}
}

@media (max-width: 767px) {.attempt_now {
    padding: 90px 0;
}.attempt_now .container {
    padding: 40px;
}.attempt_now .container p {
    margin-bottom: 30px;
    font-size: 23px;
}.attempt_now .container::before,
    .attempt_now .container::after {
    height: 60px;
    width: 60px;
}.attempt_now .help_inquiry {
    line-height: 50px;
    height: 50px;
    width: 180px;
}
}

@media (max-width: 480px) {.attempt_now {
    padding: 70px 0;
}.attempt_now .container {
    padding: 30px;
}.attempt_now .container p {
    margin-bottom: 25px;
    font-size: calc(15px * 1.2);
}.attempt_now .container::before,
    .attempt_now .container::after {
    height: 50px;
    width: 50px;
}.attempt_now .help_inquiry {
    font-size: calc(14px * 0.9);
    width: 160px;
    height: 45px;
    line-height: 45px;
}}header {
    overflow: visible;
    position: relative;
    padding: 0;
    z-index: 100;
    margin-top: 0;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    background: linear-gradient(120deg, rgb(191,199,208) 0%, rgb(152,162,173) 100%);
}header::before {
    right: 2px;
    top: 2px;
    left: 2px;
    z-index: -1;
    content: '';
    bottom: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
}header .top_navbar {
    z-index: 5;
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
    padding: 1.2rem 3rem;
}header .main_pagewrap {
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    margin-right: 2rem;
}header .main_pagewrap::before {
    right: 3px;
    top: 3px;
    left: 3px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    position: absolute;
    z-index: -1;
    content: '';
    bottom: 3px;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
}header .main_pagewrap:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}header .nav_core {
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    display: block;
}header .nav_core img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .main_learn {
    position: relative;
    margin: 0;
    list-style: none;
    z-index: 2;
    display: flex;
    padding: 0;
}header .head_edu {
    position: relative;
    margin: 0 0.5rem;
}header .head_edu a {
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    border: 1px solid transparent;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    font-weight: 600;
    padding: 0 1.2rem;
}header .head_edu a::before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    content: '';
    transition: left 0.7s ease;
    top: 0;
}header .head_edu a:hover {
    border-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
}header .head_edu a:hover::before {
    left: 100%;
}header .head_edu::after {
    transition: width 0.3s ease;
    left: 50%;
    bottom: -5px;
    position: absolute;
    background: #ffffff;
    content: '';
    width: 0;
    transform: translateX(-50%);
    height: 2px;
}header .head_edu:hover::after {
    width: 80%;
}header .top_navbar::before {
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 40px;
    border-bottom: none;
    right: 10px;
    height: 40px;
    content: '';
    top: 10px;
    border-right: none;
    position: absolute;
    opacity: 0.5;
}header .top_navbar::after {
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    border-left: none;
    opacity: 0.5;
    content: '';
    border-top: none;
    left: 10px;
    bottom: 10px;
    height: 40px;
    width: 40px;
}header .first_pagebar {
    background: rgb(225,229,233);
    padding-top: 2rem;
    z-index: 1;
    position: relative;
    margin-top: -15px;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    animation: pulse 2s infinite;
    position: absolute;
    height: 8px;
    background: #ffffff;
    content: '';
    width: 8px;
    box-shadow: 0 0 10px #ffffff;
    border-radius: 50%;
    top: 15px;
    right: 15px;
}

@media (min-width: 1400px) {header .top_navbar {
    margin: 0 auto;
    max-width: 1320px;
}header .head_edu {
    margin: 0 0.7rem;
}header .head_edu a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .top_navbar {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .main_pagewrap {
    margin-bottom: 0;
    margin-right: 0;
}header .main_learn {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .head_edu a {
    height: 35px;
    font-size: calc(16px - 1px);
    padding: 0 1rem;
}header .top_navbar::before,
    header .top_navbar::after {
    display: none;
}.first_pagebar {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
}header .top_navbar {
    padding: 0.8rem 1.5rem;
}header .main_pagewrap {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .nav_core img {
    max-height: 35px;
}header .main_learn {
    overflow-x: auto;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    justify-content: flex-start;
    margin-top: 0.8rem;
}header .main_learn::-webkit-scrollbar {
    height: 3px;
}header .main_learn::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .head_edu {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .head_edu a {
    height: 32px;
    font-size: calc(16px - 2px);
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    padding: 0 0.8rem;
    white-space: nowrap;
}header .head_edu::after {
    display: none;
}header::after {
    right: 10px;
    height: 5px;
    width: 5px;
    top: 10px;
}.first_pagebar {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .top_navbar {
    padding: 0.7rem 1.2rem;
}header .main_pagewrap {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .head_edu a {
    padding: 0 0.6rem;
    height: 30px;
    font-size: calc(16px - 3px);
}}footer {
    width: 100%;
    position: relative;
}.ssl_info {
    position: relative;
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 70px 0 30px;
}.ssl_info::before {
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(191,199,208), rgb(152,162,173));
}footer .digital_res {
    gap: 60px;
    display: grid;
}footer .ask_feedback {
    flex-wrap: wrap;
    padding-bottom: 40px;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: space-between;
}footer .info_item {
    position: relative;
    margin-bottom: 15px;
    margin-right: 30px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    position: relative;
    margin-right: 10px;
    fill: rgb(191,199,208);
    top: 3px;
    height: 18px;
    width: 18px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    transition: color 0.2s ease;
    letter-spacing: 0.3px;
}footer .info_item a:hover {
    color: rgb(191,199,208);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .main_pagewrap {
    margin-bottom: 15px;
}footer .main_pagewrap svg {
    width: auto;
    margin-bottom: 20px;
    height: 40px;
}footer .skill_test {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    max-width: 350px;
}footer .main_learn h5 {
    color: #000000;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}footer .main_learn h5::after {
    height: 2px;
    background-color: rgb(191,199,208);
    position: absolute;
    width: 30px;
    left: 0;
    content: "";
    bottom: -8px;
}footer .nav_sitebar {
    margin-bottom: 30px;
}footer .nav_sitebar a {
    transition: transform 0.2s ease, color 0.2s ease;
    font-size: 17px;
    margin-bottom: 12px;
    display: block;
    color: #000000;
    text-decoration: none;
}footer .nav_sitebar a:hover {
    transform: translateX(5px);
    color: rgb(191,199,208);
}footer .subscribe_holder {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    padding: 30px;
}footer .subscribe_holder h5 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 25px;
    color: #000000;
}footer .input_holder {
    display: flex;
    gap: 10px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    color: #000000;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 14px 16px;
    transition: border-color 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 17px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(191,199,208);
    outline: none;
}footer .newsletter_wrap {
    cursor: pointer;
    border: none;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 20px;
    transition: background-color 0.3s ease;
    border-radius: 10px;
    font-size: 15px;
    background-color: rgb(191,199,208);
}footer .newsletter_wrap:hover {
    background-color: rgb(152,162,173);
}footer .inclusion {
    margin-top: 50px;
}footer .a11y_tools {
    color: #000000;
    font-size: 12px;
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .newsletter_wrap {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .ssl_info {
    padding: 50px 0 30px;
}footer .ask_feedback {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 20px;
}footer .subscribe_holder {
    padding: 20px;
}footer .inclusion {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .ssl_info {
    padding: 40px 0 20px;
}footer .digital_res {
    gap: 40px;
}footer .main_learn h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.privacy_quarters {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    padding: 30px;
    font-family: Arial, sans-serif;
}.privacy_quarters h1 {
    font-size: 46px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(191,199,208);
    padding-bottom: 10px;
    margin-top: 30px;
    color: rgb(191,199,208);
    font-weight: 700;
}.privacy_quarters h2 {
    border-bottom: 1px solid #000000;
    margin-bottom: 15px;
    color: #000000;
    font-size: 38px;
    font-weight: 600;
    padding-bottom: 8px;
    margin-top: 25px;
}.privacy_quarters ul, .privacy_quarters ol {
    list-style-position: inside;
    margin: 20px 0;
    padding-left: 20px;
}.privacy_quarters ul li, .privacy_quarters ol li {
    margin-bottom: 10px;
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}.privacy_quarters p, .privacy_quarters span, .privacy_quarters div {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 10px;
    color: #000000;
}

@media only screen and (max-width: 800px) {.privacy_quarters {
    padding: 20px 10px;
}.privacy_quarters h1 {
    margin-bottom: 15px;
    font-size: 38px;
}.privacy_quarters h2 {
    margin-bottom: 10px;
    font-size: 21px;
}.privacy_quarters ul li, .privacy_quarters ol li {
    font-size: 14px;
}}

.privacy_quarters h3, .privacy_quarters h4, .privacy_quarters h5, .privacy_quarters h6 {
    font-size: 21px;
    color: #000000;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}.privacy_quarters section {
    background: rgb(225,229,233);
    padding: 20px;
    border-radius: 10px;
}.privacy_quarters a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(191,199,208);
}@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.privacy_quarters h1, .privacy_quarters h2, .privacy_quarters h3, .privacy_quarters h4, .privacy_quarters h5, .privacy_quarters h6 {
    animation: fadeIn 0.6s ease-in-out;
}.title_portal {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    min-height: 100vh;
    position: relative;
    padding: 6rem 3rem;
    overflow: hidden;
}.title_portal::before {
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(
    135deg,
    rgb(152,162,173,0.5) 0%,
    rgba(0, 0, 0, 0.5) 60%,
    rgb(191,199,208,0.5) 100%
  );
    right: 0;
    position: absolute;
}.title_portal::after {
    background: rgb(152,162,173);
    transform: rotate(-15deg) skewX(-15deg);
    content: "";
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 75%);
    width: 60%;
    opacity: 0.1;
    top: -10%;
    position: absolute;
    right: -10%;
    z-index: 0;
    height: 80%;
}.title_portal > div {
    margin-left: 5%;
    z-index: 2;
    transform: translateY(-2rem);
    position: relative;
    width: 100%;
    max-width: 1200px;
}.title_portal > div > div:first-child {
    margin-bottom: 3rem;
    border-left: 4px solid rgb(191,199,208);
    opacity: 0;
    transform: translateX(-2rem);
    position: relative;
    padding-left: 2rem;
    animation: slideIn 0.8s ease-out 0.2s forwards;
}.title_portal .title_style_header {
    font-size: clamp(2.5rem, 5vw, 39px);
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.02em;
    transform: translateY(-0.5rem);
}.title_portal .learn_quickpro {
    position: relative;
    background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.8)
  );
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
              0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(2rem);
    backdrop-filter: blur(10px);
    max-width: 650px;
    opacity: 0;
    animation: fadeUp 1s ease-out 0.6s forwards;
    padding: 2.5rem;
}.title_portal .learn_quickpro::before {
    opacity: 0.05;
    z-index: -1;
    content: "";
    top: 0;
    background: linear-gradient(
    45deg,
    rgb(152,162,173) 0%,
    transparent 100%
  );
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}.title_portal .knowledge_zone {
    position: relative;
    margin-bottom: 1.5rem;
}.title_portal .knowledge_zone::after {
    width: 50px;
    height: 3px;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    left: 0;
    animation: scaleIn 0.6s ease-out 1s forwards;
    position: absolute;
    background: rgb(152,162,173);
    bottom: -0.75rem;
}.title_portal .knowledge_zone h3 {
    color: #000000;
    font-weight: 600;
    line-height: 1.5;
    font-size: clamp(1.2rem, 2.5vw, 1.65rem);
}.title_portal .learn_quickpro > div:last-child {
    position: relative;
    border-left: 2px solid rgb(191,199,208,0.5);
    padding-left: 1rem;
}.title_portal .learn_quickpro span {
    display: block;
}.title_portal .learn_quickpro p {
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
}

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

@keyframes fadeUp {
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

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

@media screen and (max-width: 768px) {.title_portal {
    align-items: flex-start;
    padding: 4rem 2rem;
}.title_portal > div {
    margin-left: 0;
    transform: translateY(0);
}.title_portal > div > div:first-child {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.title_portal .learn_quickpro {
    transform: translateY(1rem);
    padding: 1.75rem;
}.title_portal .knowledge_zone {
    margin-bottom: 1.25rem;
}
}

@media screen and (max-width: 480px) {.title_portal {
    padding: 3rem 1.5rem;
}.title_portal .title_style_header {
    font-size: clamp(2rem, 8vw, 2.5rem);
}.title_portal .learn_quickpro {
    padding: 1.5rem;
}.title_portal .knowledge_zone h3 {
    font-size: clamp(1rem, 5vw, 1.2rem);
}.title_portal .learn_quickpro > div:last-child {
    padding-left: 0.75rem;
}}.reach_out {
    position: relative;
    padding: 120px 0;
}.reach_out::before {
    height: 100%;
    background: linear-gradient(45deg, rgb(152,162,173,0.5), rgb(191,199,208,0.5));
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
}.reach_out .container {
    z-index: 5;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.reach_out .inquiry_reach {
    display: flex;
    background: #ffffff;
    transition: transform 0.5s ease;
    overflow: hidden;
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    flex-direction: row;
}.reach_out .inquiry_reach:hover {
    transform: perspective(1000px) rotateX(2deg);
}.reach_out .connect_request {
    overflow: hidden;
    background-color: rgb(225,229,233);
    padding: 60px 40px;
    width: 40%;
    position: relative;
}.reach_out .connect_request::before {
    height: 300px;
    background: radial-gradient(circle, rgb(152,162,173) 0%, transparent 70%);
    opacity: 0.2;
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 300px;
    right: -150px;
    top: -150px;
}.reach_out .connect_request h3 {
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 40px;
    color: #000000;
    position: relative;
}.reach_out .connect_request h3::after {
    content: '';
    height: 4px;
    position: absolute;
    width: 60px;
    left: 0;
    background: rgb(152,162,173);
    bottom: -15px;
}.reach_out .connect_request div {
    border-radius: 10px;
    transform: translateX(0);
    display: flex;
    background: #ffffff;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    padding: 15px;
}.reach_out .connect_request div:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}.reach_out .connect_request div svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}.reach_out .connect_request div svg path {
    fill: rgb(191,199,208);
}.reach_out .connect_request div span {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}.reach_out .connect_request div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}.reach_out .connect_request div span a:hover {
    color: rgb(191,199,208);
}.reach_out .support_feedback {
    width: 60%;
    background: #ffffff;
    position: relative;
    padding: 60px 40px;
}.reach_out .support_feedback::before {
    width: 200px;
    content: '';
    background: radial-gradient(circle, rgb(191,199,208,0.5) 0%, transparent 70%);
    right: 0;
    bottom: 0;
    height: 200px;
    position: absolute;
    opacity: 0.3;
}.reach_out .support_feedback h3 {
    color: #000000;
    margin-bottom: 30px;
    font-size: 19px;
    font-weight: 600;
}.reach_out form {
    gap: 20px;
    display: flex;
    flex-direction: column;
}.reach_out form input[type="text"],
.reach_out form input[type="email"] {
    color: #000000;
    background-color: rgb(225,229,233);
    border-radius: 10px;
    border: none;
    padding: 18px 20px;
    font-size: 15px;
    transition: all 0.3s ease;
}.reach_out form input[type="text"]:focus,
.reach_out form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(191,199,208);
    transform: translateY(-2px);
    outline: none;
}.reach_out form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.reach_out .feedback_card {
    margin-top: 10px;
    align-items: flex-start;
    position: relative;
    display: flex;
}.reach_out .feedback_card input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.reach_out .feedback_card label {
    padding-left: 35px;
    position: relative;
    color: #000000;
    line-height: 1.5;
    font-size: 15px;
    cursor: pointer;
}.reach_out .feedback_card label::before {
    top: 0;
    content: '';
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    border-radius: 6px;
    border: 2px solid rgb(191,199,208);
    background: transparent;
    height: 20px;
    width: 20px;
}.reach_out .feedback_card input[type="checkbox"]:checked + label::before {
    background: rgb(191,199,208);
}.reach_out .feedback_card input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    content: '';
    top: 3px;
    transform: rotate(45deg);
    left: 7px;
    height: 12px;
    border: solid #ffffff;
    position: absolute;
    width: 6px;
}.reach_out .feedback_card label a {
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(191,199,208);
}.reach_out .feedback_card label a:hover {
    text-decoration: underline;
}.reach_out form .help_inquiry {
    cursor: pointer;
    align-self: flex-start;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    margin-top: 15px;
    background: rgb(191,199,208);
    padding: 18px 35px;
    border: none;
    font-size: 15px;
}.reach_out form .help_inquiry::before {
    content: '';
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    transition: transform 0.6s ease;
    left: 0;
    transform: translateX(-100%);
    position: absolute;
}.reach_out form .help_inquiry:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: rgb(152,162,173);
}.reach_out form .help_inquiry:hover::before {
    transform: translateX(100%);
}@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.reach_out .connect_request div:nth-child(2) {
    animation-delay: 0.1s;
    animation: bounce 5s infinite ease-in-out;
}.reach_out .connect_request div:nth-child(3) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.3s;
}.reach_out .connect_request div:nth-child(4) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.5s;
}.reach_out .connect_request div:nth-child(5) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.7s;
}

@media screen and (max-width: 992px) {.reach_out .inquiry_reach {
    flex-direction: column;
}.reach_out .connect_request,
    .reach_out .support_feedback {
    padding: 40px 30px;
    width: 100%;
}.reach_out .connect_request div {
    animation: none;
}
}

@media screen and (max-width: 576px) {.reach_out {
    padding: 60px 0;
}.reach_out .container {
    width: 90%;
}.reach_out .connect_request,
    .reach_out .support_feedback {
    padding: 30px 20px;
}.reach_out .connect_request h3 {
    font-size: calc(31px * 0.8);
}.reach_out form input[type="text"],
    .reach_out form input[type="email"] {
    padding: 15px;
}.reach_out form .help_inquiry {
    padding: 15px;
    width: 100%;
}}.training_specialist {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(225,229,233), rgb(152,162,173,0.5) 120%);
    padding: 6rem 2rem;
}.training_specialist::before {
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    opacity: 0.1;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 40px,
        rgb(152,162,173,0.5) 40px,
        rgb(152,162,173,0.5) 42px
    );
    left: 0;
    height: 100%;
}.training_specialist::after {
    height: 200%;
    background: rgb(152,162,173);
    z-index: 0;
    opacity: 0.04;
    width: 60%;
    top: -50%;
    position: absolute;
    content: "";
    right: -10%;
    transform: rotate(-12deg);
}.training_specialist .container {
    max-width: 1140px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.training_specialist .alumni_voices {
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    gap: 2.5rem;
    position: relative;
    padding: 3rem;
    background: #ffffff;
    transform: perspective(1000px) rotateY(2deg);
    display: grid;
}.training_specialist .alumni_voices:hover {
    transform: perspective(1000px) rotateY(0deg);
}.training_specialist .alumni_voices > div:first-child {
    position: relative;
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
}.training_specialist .alumni_voices .photo_item {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 260px;
    border-radius: 0.5rem;
    position: relative;
    width: 260px;
    transform: translateZ(20px);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}.training_specialist .alumni_voices:hover .photo_item {
    transform: translateZ(30px) translateY(-5px);
}.training_specialist .alumni_voices .photo_item::after {
    position: absolute;
    left: 15px;
    bottom: -15px;
    opacity: 0;
    right: -15px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 2px solid rgb(152,162,173);
    z-index: -1;
    content: "";
    top: 15px;
    transform: translate(10px, 10px);
}.training_specialist .alumni_voices:hover .photo_item::after {
    opacity: 0.4;
    transform: translate(0, 0);
}.training_specialist .alumni_voices > div:nth-child(2) {
    text-align: center;
    position: relative;
    transform: translateY(0);
    transition: transform 0.4s ease;
}.training_specialist .alumni_voices:hover > div:nth-child(2) {
    transform: translateY(-5px);
}.training_specialist .name {
    font-size: calc(19px * 1.2);
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: rgb(191,199,208);
}.training_specialist .name::after {
    transition: width 0.4s ease;
    position: absolute;
    width: 0;
    content: "";
    bottom: -5px;
    background: rgb(152,162,173);
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
}.training_specialist .alumni_voices:hover .name::after {
    width: 70%;
}.training_specialist .alumni_voices > div:nth-child(2) > div {
    letter-spacing: 1px;
    font-size: calc(16px * 1.05);
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(152,162,173);
}.training_specialist .exp_items {
    border-left: 3px solid rgb(152,162,173,0.5);
    margin: 0;
    line-height: 1.8;
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
    font-size: 16px;
}.training_specialist .exp_items::before {
    font-size: 5rem;
    opacity: 0.3;
    left: -10px;
    position: absolute;
    font-family: serif;
    content: "";
    top: -20px;
    color: rgb(152,162,173,0.5);
}

@media (min-width: 768px) {.training_specialist .alumni_voices {
    padding: 4rem;
    grid-template-columns: 260px 1fr;
    gap: 3rem;
}.training_specialist .alumni_voices > div:nth-child(2) {
    align-self: center;
    text-align: left;
    grid-column: 2;
}.training_specialist .name::after {
    transform: translateX(0);
    left: 0;
}.training_specialist .alumni_voices > div:nth-child(3) {
    grid-column: span 2;
}
}

@media (min-width: 992px) {.training_specialist {
    padding: 8rem 2rem;
}.training_specialist .alumni_voices {
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px auto 1fr;
}.training_specialist .alumni_voices > div:first-child {
    grid-row: span 2;
}.training_specialist .alumni_voices > div:nth-child(2) {
    grid-column: 2 / span 2;
    padding-left: 1rem;
}.training_specialist .alumni_voices > div:nth-child(3) {
    padding-top: 1rem;
    padding-left: 1rem;
    grid-column: 2 / span 2;
    grid-row: 2;
}.training_specialist .exp_items {
    padding-left: 2rem;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 1200px) {.training_specialist .alumni_voices {
    transform: perspective(1500px) rotateY(3deg);
    grid-template-columns: 300px 1fr 2fr;
    padding: 5rem;
    gap: 3.5rem;
}.training_specialist .photo_item {
    height: 300px;
    width: 300px;
}.training_specialist .name {
    font-size: calc(19px * 1.3);
}.training_specialist .exp_items {
    line-height: 1.9;
}
}

@media (max-width: 767px) {.training_specialist {
    padding: 4rem 1.5rem;
}.training_specialist .alumni_voices {
    padding: 2rem;
}.training_specialist .alumni_voices .photo_item {
    margin: 0 auto;
    width: 220px;
    height: 220px;
}.training_specialist .name {
    font-size: 19px;
}.training_specialist .exp_items {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}}.price_card_item {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.price_card_item::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    width: 100%;
    left: 0;
    height: 100%;
    backdrop-filter: blur(8px);
    z-index: 1;
    content: "";
    top: 0;
}.price_card_item .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.price_card_item .pricing_list {
    position: relative;
}.price_card_item h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    font-size: 38px;
    color: #ffffff;
    transform: perspective(1000px) translateZ(20px);
}.price_card_item h2::after {
    transform: translateX(-50%);
    width: 80px;
    border-radius: 3px;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(152,162,173), rgb(191,199,208));
    left: 50%;
    content: "";
    bottom: -10px;
}.price_card_item .basic_rates {
    position: relative;
    max-width: 700px;
    line-height: 1.6;
    margin: 0 auto 50px;
    text-align: center;
    font-size: calc(17px + 2px);
    color: rgb(255, 255, 255, 0.5);
}.price_card_item .price_plan {
    margin: 0;
    list-style: none;
    gap: 30px;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.price_card_item .price_plan li {
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: transform 0.4s ease;
}.price_card_item .member_plans {
    text-decoration: none;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    position: relative;
    height: 100%;
    border-radius: 12px;
}.price_card_item .member_plans::before {
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(152,162,173), rgb(191,199,208));
    position: absolute;
    transition: transform 0.3s ease;
    transform-origin: left;
    left: 0;
    top: 0;
    transform: scaleX(0.7);
    content: "";
}.price_card_item .sub_options {
    padding: 30px 25px;
    z-index: 1;
    position: relative;
    height: 100%;
}.price_card_item .study_offers {
    position: relative;
    z-index: 2;
}.price_card_item .member_plans h4 {
    font-size: calc(24px - 2px);
    margin-top: 0;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    transition: transform 0.3s ease;
}.price_card_item .member_plans h4::before {
    top: -10px;
    content: "";
    width: 30px;
    opacity: 0.6;
    left: -10px;
    border-left: 2px solid rgb(152,162,173);
    border-top: 2px solid rgb(152,162,173);
    position: absolute;
    transition: all 0.3s ease;
    height: 30px;
}.price_card_item .member_plans p {
    word-break: normal;
    overflow-y: auto;
    padding-right: 10px;
    hyphens: auto;
    font-size: 17px;
    max-height: 250px;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-bottom: 25px;
}.price_card_item .member_plans p::-webkit-scrollbar {
    width: 4px;
}.price_card_item .member_plans p::-webkit-scrollbar-thumb {
    background: rgb(152,162,173,0.5);
    border-radius: 10px;
}.price_card_item .lesson_plans {
    font-size: calc(24px + 4px);
    position: relative;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgba(rgb(152,162,173,0.5), 0.1), rgba(rgb(191,199,208,0.5), 0.2));
    display: inline-block;
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}.price_card_item .lesson_plans::before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: -3px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(152,162,173), transparent);
    right: 10px;
}.price_card_item .member_plans:hover {
    transform: translateY(-5px);
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
}.price_card_item .member_plans:hover::before {
    transform: scaleX(1);
}.price_card_item .member_plans:hover h4 {
    transform: translateX(5px);
}.price_card_item .member_plans:hover h4::before {
    transform: scale(1.1);
    opacity: 1;
}.price_card_item .member_plans:hover .lesson_plans {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
}

@media (max-width: 992px) {.price_card_item {
    padding: 80px 0;
}.price_card_item h2 {
    font-size: calc(38px - 4px);
}.price_card_item .basic_rates {
    font-size: 17px;
    margin-bottom: 40px;
}.price_card_item .price_plan {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.price_card_item {
    padding: 60px 0;
}.price_card_item h2 {
    font-size: calc(38px - 6px);
}.price_card_item .basic_rates {
    font-size: calc(17px - 1px);
    margin-bottom: 30px;
}.price_card_item .price_plan {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.price_card_item .member_plans h4 {
    font-size: 24px;
}.price_card_item .member_plans p {
    max-height: 180px;
    font-size: calc(17px - 1px);
}.price_card_item .lesson_plans {
    font-size: 24px;
}
}

@media (max-width: 480px) {.price_card_item {
    padding: 50px 0;
}.price_card_item h2 {
    font-size: calc(38px - 8px);
}.price_card_item .basic_rates {
    font-size: calc(17px - 2px);
}.price_card_item .sub_options {
    padding: 25px 20px;
}.price_card_item .member_plans h4 {
    font-size: calc(24px - 2px);
}.price_card_item .lesson_plans {
    padding: 8px 15px;
    font-size: calc(24px - 2px);
}}.program_results {
    padding: 100px 0;
    font-family: Arial, sans-serif;
    position: relative;
    background-size: 60px 60px;
    overflow: hidden;
    background-image: 
        linear-gradient(135deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%);
    background: rgb(225,229,233);
}.program_results::before {
    opacity: 0.6;
    position: absolute;
    z-index: 0;
    filter: blur(80px);
    transform: translateZ(0);
    content: "";
    right: -10%;
    width: 300px;
    top: -10%;
    background: linear-gradient(145deg, rgb(191,199,208,0.5), rgb(152,162,173,0.5));
    height: 300px;
}.program_results::after {
    z-index: 0;
    filter: blur(100px);
    height: 400px;
    content: "";
    position: absolute;
    transform: translateZ(0);
    left: -10%;
    background: linear-gradient(225deg, rgb(152,162,173,0.5), rgb(191,199,208,0.5));
    opacity: 0.5;
    bottom: -10%;
    width: 400px;
}.program_results .container {
    position: relative;
    z-index: 1;
    display: flex;
    max-width: 1200px;
    gap: 60px;
    margin: 0 auto;
    flex-direction: column;
}.program_results .photo_item {
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    box-shadow: 
        15px 15px 30px rgba(0,0,0,0.1),
        -15px -15px 30px rgba(255,255,255,0.7),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
    max-height: 500px;
    object-fit: cover;
    height: auto;
    border-radius: 5px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    width: 100%;
}.program_results .photo_item:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    box-shadow: 
        20px 20px 40px rgba(0,0,0,0.15),
        -20px -20px 40px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
}.program_results .quick_studies {
    border-radius: 5px;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 
        10px 10px 20px rgba(0,0,0,0.05),
        -10px -10px 20px rgba(255,255,255,0.9),
        inset 2px 2px 3px rgba(255,255,255,0.9),
        inset -2px -2px 3px rgba(0,0,0,0.05);
    padding: 40px;
}.program_results .content_zone {
    position: relative;
}.program_results h1 {
    transition: transform 0.4s ease-out;
    margin-bottom: 30px;
    transform: translateY(0);
    font-size: 46px;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    color: #000000;
}.program_results h1::after {
    border-radius: 2px;
    content: "";
    left: 0;
    bottom: -10px;
    height: 4px;
    position: absolute;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(191,199,208), rgb(152,162,173));
    transition: width 0.4s ease-out;
    width: 120px;
}.program_results .quick_studies:hover h1 {
    transform: translateY(-5px);
}.program_results .quick_studies:hover h1::after {
    width: 180px;
}.program_results ul {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin: 0;
    gap: 20px;
    display: grid;
    list-style: none;
    padding: 0;
}.program_results li {
    position: relative;
    transition: all 0.3s ease;
    transform: translateZ(0);
    padding: 20px;
    border-radius: 4px;
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    box-shadow: 
        5px 5px 10px rgba(0,0,0,0.03),
        -5px -5px 10px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
}.program_results li:hover {
    transform: translateY(-5px);
    box-shadow: 
        8px 8px 16px rgba(0,0,0,0.05),
        -8px -8px 16px rgba(255,255,255,0.9),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
}.program_results li p {
    gap: 15px;
    align-items: flex-start;
    line-height: 1.6;
    margin: 0;
    color: #000000;
    display: flex;
    font-size: 12px;
}.program_results svg {
    transition: transform 0.3s ease, filter 0.3s ease;
    margin-top: 2px;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.1));
    flex-shrink: 0;
    transform: scale(0.9);
}.program_results li:hover svg {
    transform: scale(1.1);
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.15));
}.program_results svg path {
    transition: fill 0.3s ease;
}.program_results li:hover svg path {
    fill: rgb(191,199,208);
}

@media (min-width: 992px) {.program_results .container {
    flex-direction: row;
    align-items: center;
}.program_results .photo_item {
    width: 45%;
    max-height: 600px;
    height: auto;
}.program_results .quick_studies {
    width: 55%;
    margin-left: -50px;
}.program_results ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.program_results {
    padding: 80px 0;
}.program_results .container {
    padding: 0 20px;
}.program_results .quick_studies {
    padding: 30px;
}.program_results h1 {
    font-size: calc(46px * 0.85);
}.program_results ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {.program_results {
    padding: 60px 0;
}.program_results .photo_item {
    max-height: 350px;
}.program_results .quick_studies {
    padding: 25px;
}.program_results h1 {
    font-size: calc(46px * 0.7);
}.program_results li {
    padding: 15px;
}.program_results li p {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.program_results {
    padding: 40px 0;
}.program_results .container {
    gap: 30px;
}.program_results .photo_item {
    max-height: 250px;
}.program_results .quick_studies {
    padding: 20px;
}.program_results h1 {
    font-size: calc(46px * 0.6);
    margin-bottom: 20px;
}.program_results h1::after {
    height: 3px;
    width: 80px;
}.program_results li {
    padding: 12px;
}.program_results svg {
    transform: scale(0.8);
}}.user_testimonials {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,229,233) 0%, rgba(rgb(191,199,208,0.5), 0.05) 100%);
    padding: 6rem 0;
}.user_testimonials::before {
    top: 0;
    right: 0;
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(90deg, transparent, rgb(191,199,208), transparent);
    content: "";
    height: 1px;
    left: 0;
}.user_testimonials::after {
    content: "";
    position: absolute;
    transform: translateY(50%);
    bottom: 0;
    height: 400px;
    z-index: 1;
    background: radial-gradient(ellipse at center, rgba(rgb(191,199,208,0.5), 0.03) 0%, transparent 70%);
    left: -50%;
    width: 200%;
}.user_testimonials h2 {
    transform: translateZ(0);
    text-align: center;
    color: #000000;
    margin-bottom: 3.5rem;
    font-size: 28px;
    font-weight: 700;
    position: relative;
}.user_testimonials h2::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(191,199,208), transparent);
    width: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    height: 3px;
}.user_testimonials .container.quick_studies {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.user_testimonials .feedback_corner {
    position: relative;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.user_testimonials .alumni_voices {
    padding: 2rem;
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
                box-shadow 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 3px;
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.02);
    overflow: hidden;
    display: flex;
    position: relative;
    border: 1px solid rgba(rgb(191,199,208,0.5), 0.08);
    height: 100%;
    flex-direction: column;
    will-change: transform, box-shadow;
    transform: translateZ(0) scale(1);
}.user_testimonials .alumni_voices::before {
    height: 5px;
    left: 0;
    width: 100%;
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(191,199,208), rgb(152,162,173));
    opacity: 0.8;
    transition: transform 0.5s ease-out;
    transform: scaleX(0.85);
    position: absolute;
    top: 0;
}.user_testimonials .alumni_voices:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.04);
}.user_testimonials .alumni_voices:hover::before {
    transform: scaleX(1);
}.user_testimonials .alumni_voices h3 {
    margin-bottom: 0.8rem;
    padding-left: 1.2rem;
    position: relative;
    font-weight: 600;
    color: #000000;
    font-size: calc(22px - 2px);
}.user_testimonials .alumni_voices h3::before {
    content: "";
    transform: translateY(-50%) rotate(45deg);
    height: 6px;
    left: 0;
    width: 6px;
    position: absolute;
    top: 50%;
    background-color: rgb(191,199,208);
}.user_testimonials .alumni_voices .description {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
    margin-bottom: 1.5rem;
    font-weight: 400;
    padding-left: 1.2rem;
    flex-grow: 1;
    position: relative;
}.user_testimonials .alumni_voices .description::first-letter {
    font-weight: 600;
    color: rgb(191,199,208);
    font-size: 1.2em;
}.user_testimonials .alumni_voices div {
    margin-top: 0.5rem;
    align-self: flex-end;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    width: 60px;
    overflow: hidden;
    position: relative;
}.user_testimonials .alumni_voices div::after {
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(rgb(191,199,208,0.5), 0.2), transparent);
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
}.user_testimonials .alumni_voices div img {
    transition: transform 0.6s cubic-bezier(0.3, 0.7, 0.4, 1);
    width: 100%;
    transform: scale(1);
    object-fit: cover;
    height: 100%;
}.user_testimonials .alumni_voices:hover div img {
    transform: scale(1.1);
}

@media (max-width: 991px) {.user_testimonials {
    padding: 4rem 0;
}.user_testimonials h2 {
    font-size: calc(28px - 0.2rem);
    margin-bottom: 2.5rem;
}.user_testimonials .feedback_corner {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.user_testimonials {
    padding: 3rem 0;
}.user_testimonials h2 {
    margin-bottom: 2rem;
    font-size: calc(28px - 0.3rem);
}.user_testimonials h2::after {
    width: 60px;
    bottom: -12px;
}.user_testimonials .feedback_corner {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.user_testimonials .alumni_voices {
    padding: 1.75rem;
}
}

@media (max-width: 480px) {.user_testimonials {
    padding: 2.5rem 0;
}.user_testimonials h2 {
    font-size: calc(28px - 0.4rem);
}.user_testimonials .alumni_voices {
    padding: 1.5rem;
}.user_testimonials .alumni_voices h3 {
    font-size: calc(22px - 3px);
}.user_testimonials .alumni_voices .description {
    font-size: calc(16px - 1px);
}.user_testimonials .alumni_voices div {
    width: 50px;
    height: 50px;
}}.appDiv {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(225,229,233) 0%, rgb(225,229,233) 60%, rgba(rgb(191,199,208,0.5), 0.05) 100%);
}.appDiv::before,
.appDiv::after {
    pointer-events: none;
    position: absolute;
    content: '';
}.appDiv::before {
    top: -5%;
    height: 70%;
    background: linear-gradient(45deg, rgb(191,199,208,0.5) 10%, transparent 70%);
    opacity: 0.03;
    left: -10%;
    filter: blur(20px);
    transform: rotate(-15deg) translateZ(-10px);
    width: 40%;
}.appDiv::after {
    bottom: -10%;
    background: linear-gradient(135deg, rgb(152,162,173,0.5) 10%, transparent 70%);
    width: 30%;
    right: -5%;
    transform: rotate(10deg) translateZ(-5px);
    filter: blur(15px);
    opacity: 0.04;
    height: 60%;
}.appDiv .container {
    z-index: 1;
    margin: 0 auto;
    transform-style: preserve-3d;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.appDiv h2 {
    max-width: 90%;
    transform: translateZ(10px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    margin-bottom: 3rem;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    font-size: 35px;
    position: relative;
}.appDiv h2::after {
    transform: translateZ(15px) scaleX(1);
    width: 80px;
    height: 3px;
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(90deg, rgb(191,199,208) 0%, rgb(191,199,208,0.5) 100%);
    bottom: -0.8rem;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.appDiv .quick_studies {
    transform: translateZ(20px) rotateY(-2deg);
    position: relative;
    margin: 1rem 0;
    box-shadow: 
        0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 24px;
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    padding: 2.5rem 3rem;
}.appDiv .quick_studies::before {
    border-radius: 100px;
    transform: translateZ(5px);
    left: -10px;
    position: absolute;
    pointer-events: none;
    top: -10px;
    bottom: -10px;
    content: '';
    opacity: 0.1;
    right: -10px;
    border: 1px solid rgb(191,199,208,0.5);
}.appDiv .quick_studies:hover {
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateZ(25px) rotateY(0deg);
}.appDiv ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.appDiv li {
    padding-left: 0;
    position: relative;
}.appDiv li::before {
    top: -20px;
    height: 60px;
    width: 60px;
    left: -30px;
    content: '';
    background: linear-gradient(135deg, rgb(191,199,208,0.5) 0%, transparent 80%);
    transition: all 0.4s ease-out;
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
    transform: translateZ(15px) scale(0.95);
}.appDiv li span {
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    line-height: 1.7;
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateZ(5px);
    font-size: 12px;
    color: #000000;
    display: block;
}

@media (min-width: 992px) {.appDiv {
    padding: 8rem 0;
}.appDiv h2 {
    font-size: calc(35px * 1.1);
    max-width: 80%;
    transform: translateZ(15px);
}.appDiv h2::after {
    width: 100px;
}.appDiv .quick_studies {
    margin: 2rem 0;
    padding: 3.5rem 4rem;
}.appDiv li span {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}.appDiv li::before {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 991px) {.appDiv {
    padding: 5rem 0;
}.appDiv h2 {
    font-size: calc(35px * 0.9);
    max-width: 100%;
}.appDiv .quick_studies {
    transform: translateZ(10px) rotateY(-1deg);
    padding: 2rem 2.5rem;
}
}

@media (max-width: 767px) {.appDiv {
    padding: 4rem 0;
}.appDiv h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.8);
}.appDiv h2::after {
    height: 2px;
    width: 60px;
}.appDiv .quick_studies {
    padding: 1.5rem 2rem;
    transform: translateZ(5px) rotateY(0deg);
}.appDiv li::before {
    height: 40px;
    top: -15px;
    width: 40px;
    left: -20px;
}
}

@media (max-width: 480px) {.appDiv {
    padding: 3rem 0;
}.appDiv .container {
    padding: 0 1.5rem;
}.appDiv h2 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.7);
}.appDiv .quick_studies {
    padding: 1.25rem 1.5rem;
    margin: 0.5rem 0;
}.appDiv li span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}

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

.appDiv .quick_studies {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}#cookieNoticePrompt {
    display: none;
}#cookieNoticePrompt:checked ~ .cookie_overlay_window {
    opacity: 0;
    visibility: hidden;
}.cookie_overlay_window {
    z-index: 90;
    padding: 20px 0;
    font-family: Arial, sans-serif;
    bottom: 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(191,199,208);
    background: rgb(152,162,173);
    position: fixed;
    width: 100%;
}.learn_prefs {
    border-radius: 16px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 20px;
    border: 2px dashed rgb(191,199,208);
    padding: 20px 5%;
    background: rgba(0, 0, 0, 0.5);
}.cookie_overlay_window h5 {
    text-transform: uppercase;
    color: rgb(191,199,208);
    margin: 0;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 18px;
}.cookie_overlay_window p {
    position: relative;
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}.cookie_none {
    flex-shrink: 0;
    background: rgb(191,199,208,0.5);
    justify-content: center;
    margin-right: 20px;
    border-radius: 16px;
    padding: 10px;
    display: flex;
    align-items: center;
}.cookie_none svg {
    width: 60px;
    height: 60px;
    fill: rgb(191,199,208);
}.track_cookies {
    border-radius: 10px;
    min-width: 140px;
    flex-shrink: 0;
    background: rgb(191,199,208);
    text-align: center;
    color: #000000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
    margin-left: 10px;
    white-space: nowrap;
    padding: 10px 20px;
    text-decoration: none;
    border: 2px solid rgb(191,199,208);
}.track_cookies:hover {
    background-color: rgb(152,162,173);
    box-shadow: 0 0 10px rgb(152,162,173);
}.cookie_button.cookie_tips {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(152,162,173);
}.cookie_button.cookie_tips:hover {
    box-shadow: 0 0 10px rgb(152,162,173);
}.cookie_overlay_window p a {
    text-decoration: none;
    color: rgb(191,199,208);
    border-bottom: 1px dashed rgb(191,199,208);
    transition: color 0.3s ease;
}.cookie_overlay_window p a:hover {
    color: rgb(152,162,173);
}
@media only screen and (max-width: 1200px) {.cookie_overlay_window {
    padding: 15px 0;
}.learn_prefs {
    padding: 15px 5%;
}.cookie_none {
    display: none;
}.learn_prefs {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie_overlay_window h5 {
    font-size: 21px;
    margin-bottom: 10px;
}.privacy_opt {
    margin-bottom: 15px;
}.track_cookies {
    margin: 10px 0;
    min-width: 100%;
}}
.meet_us {
    overflow: hidden;
    background: rgb(225,229,233);
    position: relative;
    padding: 100px 0;
}.meet_us::before {
    content: "";
    z-index: 0;
    top: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(191,199,208,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(152,162,173,0.5) 0%, transparent 40%);
    height: 100%;
}.meet_us .container {
    position: relative;
    z-index: 1;
}.meet_us .quick_studies {
    position: relative;
}.meet_us h3 {
    font-weight: 700;
    position: relative;
    transform: translateX(-50%);
    display: inline-block;
    margin-bottom: 50px;
    font-size: 37px;
    text-align: center;
    left: 50%;
    color: #000000;
}.meet_us h3::after {
    content: "";
    position: absolute;
    height: 3px;
    left: 50%;
    background: rgb(191,199,208);
    bottom: -15px;
    transform: translateX(-50%);
    width: 60px;
}.meet_us .skill_boost {
    margin-bottom: 70px;
    position: relative;
    flex-direction: column;
    display: flex;
}.meet_us .skill_boost span {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    display: block;
    color: rgb(191,199,208);
}.meet_us .skill_boost p {
    margin-bottom: 30px;
    font-size: 18px;
    width: 60%;
    color: #000000;
    line-height: 1.7;
}.meet_us .skill_boost .photo_item {
    top: 0;
    height: 100%;
    position: absolute;
    box-shadow: -15px 15px 0 rgb(191,199,208,0.5);
    border-radius: 14px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    width: 35%;
    right: 0;
}.meet_us .skill_boost .photo_item:hover {
    box-shadow: -20px 20px 0 rgb(191,199,208,0.5);
    transform: translate(5px, -5px);
}.meet_us .learning_experts {
    position: relative;
    display: flex;
    margin-top: 50px;
    flex-direction: column;
}.meet_us .learning_experts p {
    color: #000000;
    line-height: 1.7;
    font-size: 18px;
    margin-bottom: 30px;
    margin-left: auto;
    width: 60%;
}.meet_us .learning_experts .story_tl {
    height: 100%;
    width: 35%;
    top: 0;
    position: absolute;
    border-radius: 14px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    left: 0;
    box-shadow: 15px 15px 0 rgb(152,162,173,0.5);
}.meet_us .learning_experts .story_tl:hover {
    box-shadow: 20px 20px 0 rgb(152,162,173,0.5);
    transform: translate(-5px, -5px);
}.meet_us .quick_studies::before {
    animation: rotate 30s infinite linear;
    content: "";
    border: 2px dashed rgb(191,199,208,0.5);
    width: 200px;
    height: 200px;
    z-index: -1;
    left: -100px;
    position: absolute;
    top: -100px;
    border-radius: 50%;
}.meet_us .quick_studies::after {
    width: 150px;
    position: absolute;
    bottom: -75px;
    right: -75px;
    height: 150px;
    border: 2px dashed rgb(152,162,173,0.5);
    z-index: -1;
    animation: rotate 20s infinite linear reverse;
    content: "";
    border-radius: 50%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.meet_us .skill_boost::after {
    height: 1px;
    width: 50%;
    background: linear-gradient(to right, rgb(191,199,208,0.5), transparent);
    content: "";
    position: absolute;
    left: 0;
    bottom: -35px;
}.meet_us .skill_boost svg {
    color: rgb(191,199,208);
    height: 30px;
    width: 30px;
    left: -45px;
    top: 10px;
    position: absolute;
    opacity: 0.7;
}.meet_us .skill_boost svg path {
    fill: rgb(191,199,208);
}.meet_us .learning_experts svg {
    opacity: 0.7;
    width: 30px;
    color: rgb(152,162,173);
    height: 30px;
    position: absolute;
    right: -45px;
    top: 10px;
}.meet_us .learning_experts svg path {
    fill: rgb(152,162,173);
}.meet_us .container::before {
    background-image: linear-gradient(45deg, rgb(225,229,233) 25%, transparent 25%),
                      linear-gradient(-45deg, rgb(225,229,233) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgb(225,229,233) 75%),
                      linear-gradient(-45deg, transparent 75%, rgb(225,229,233) 75%);
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    opacity: 0.05;
}

@media screen and (max-width: 1024px) {.meet_us {
    padding: 80px 0;
}.meet_us h3 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.9);
}.meet_us .skill_boost p,
    .meet_us .learning_experts p {
    width: 55%;
}.meet_us .skill_boost .photo_item,
    .meet_us .learning_experts .story_tl {
    width: 40%;
}
}

@media screen and (max-width: 768px) {.meet_us {
    padding: 60px 0;
}.meet_us h3 {
    margin-bottom: 35px;
    font-size: calc(37px * 0.8);
}.meet_us .skill_boost {
    margin-bottom: 50px;
}.meet_us .skill_boost p,
    .meet_us .learning_experts p {
    width: 100%;
    margin-bottom: 230px;
}.meet_us .skill_boost .photo_item,
    .meet_us .learning_experts .story_tl {
    width: 100%;
    margin-bottom: 20px;
    top: auto;
    left: auto;
    position: relative;
    right: auto;
    height: 200px;
}.meet_us .skill_boost .photo_item {
    margin-top: -230px;
}.meet_us .learning_experts .story_tl {
    order: -1;
    margin-bottom: 20px;
}.meet_us .learning_experts {
    flex-direction: column;
    display: flex;
}.meet_us .skill_boost svg,
    .meet_us .learning_experts svg {
    position: static;
    display: block;
    margin-bottom: 10px;
}
}

@media screen and (max-width: 480px) {.meet_us {
    padding: 40px 0;
}.meet_us h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.7);
}.meet_us h3::after {
    width: 40px;
    bottom: -10px;
}.meet_us .skill_boost {
    margin-bottom: 40px;
}.meet_us .skill_boost p,
    .meet_us .learning_experts p {
    font-size: calc(18px * 0.9);
    margin-bottom: 180px;
}.meet_us .skill_boost .photo_item,
    .meet_us .learning_experts .story_tl {
    height: 160px;
}.meet_us .skill_boost .photo_item {
    box-shadow: -8px 8px 0 rgb(191,199,208,0.5);
    margin-top: -180px;
}.meet_us .learning_experts .story_tl {
    box-shadow: 8px 8px 0 rgb(152,162,173,0.5);
}.meet_us .skill_boost .photo_item:hover {
    transform: translate(3px, -3px);
    box-shadow: -10px 10px 0 rgb(191,199,208,0.5);
}.meet_us .learning_experts .story_tl:hover {
    box-shadow: 10px 10px 0 rgb(152,162,173,0.5);
    transform: translate(-3px, -3px);
}.meet_us .skill_boost span {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.meet_us .quick_studies::before,
    .meet_us .quick_studies::after {
    width: 100px;
    height: 100px;
}}.program_offerings {
    overflow: hidden;
    position: relative;
    background: rgb(225,229,233);
    padding: 5rem 0;
}.program_offerings::before {
    background: linear-gradient(135deg, rgb(191,199,208,0.5) 0%, transparent 70%);
    z-index: 1;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}.program_offerings::after {
    right: -10px;
    height: 150px;
    z-index: 1;
    bottom: -10px;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(152,162,173) 0%, transparent 80%);
    position: absolute;
    width: 150px;
    content: "";
}.program_offerings .container {
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.program_offerings .job_skills {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
}.program_offerings .photo_item {
    width: 100%;
    position: relative;
    height: 300px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.program_offerings .photo_item::before {
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(191,199,208,0.5) 0%, transparent 100%);
}.program_offerings .photo_item::after {
    position: absolute;
    content: "";
    bottom: -10px;
    opacity: 0.5;
    left: -10px;
    z-index: -1;
    height: calc(100% + 20px);
    border: 2px solid rgb(152,162,173);
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    width: calc(100% + 20px);
    transform: translate(10px, 10px);
}.program_offerings .photo_item:hover {
    transform: perspective(1000px) rotateX(0deg);
}.program_offerings .photo_item:hover::after {
    opacity: 0.8;
    transform: translate(5px, 5px);
}.program_offerings .content_zone {
    position: relative;
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-left: 4px solid rgb(191,199,208);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
}.program_offerings .content_zone::before {
    transform: translate(20px, -20px);
    content: "";
    width: 100px;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgb(152,162,173,0.5) 0%, transparent 70%);
    z-index: -1;
    top: 0;
    height: 100px;
}.program_offerings h3 {
    color: rgb(191,199,208);
    transform: translateX(-10px);
    font-size: calc(21px * 1.1);
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
}.program_offerings h3::after {
    background: rgb(152,162,173);
    content: "";
    width: 50px;
    bottom: -8px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(0);
    animation: expandLine 0.6s 0.8s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: left;
    left: 0;
    height: 3px;
    position: absolute;
}.program_offerings .description {
    color: #000000;
    max-height: 300px;
    padding-right: 10px;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
    overflow-y: auto;
    margin-bottom: 1.5rem;
}.program_offerings .description::-webkit-scrollbar {
    width: 4px;
}.program_offerings .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.program_offerings .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(191,199,208,0.5);
}.program_offerings p.description {
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
}.program_offerings span.description {
    display: none;
}

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

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

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

@media (min-width: 768px) {.program_offerings {
    padding: 6rem 0;
}.program_offerings .job_skills {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.program_offerings .photo_item {
    height: 400px;
}.program_offerings h3 {
    font-size: calc(21px * 1.2);
}.program_offerings .content_zone {
    padding: 2.5rem;
}
}

@media (min-width: 992px) {.program_offerings {
    padding: 8rem 0;
}.program_offerings .job_skills {
    gap: 5rem;
}.program_offerings .photo_item {
    height: 500px;
}.program_offerings h3 {
    margin-bottom: 2rem;
    font-size: calc(21px * 1.4);
}.program_offerings h3::after {
    width: 70px;
}.program_offerings .description {
    max-height: 350px;
}.program_offerings .content_zone {
    padding: 3rem;
}.program_offerings .content_zone::before {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 767px) {.program_offerings {
    padding: 4rem 0;
}.program_offerings .container {
    padding: 0 1.5rem;
}.program_offerings .photo_item {
    height: 250px;
}.program_offerings .content_zone {
    padding: 1.5rem;
}.program_offerings h3 {
    margin-bottom: 1.2rem;
    font-size: 21px;
}.program_offerings .description {
    max-height: 250px;
}
}

@media (max-width: 480px) {.program_offerings {
    padding: 3rem 0;
}.program_offerings .photo_item {
    height: 200px;
}.program_offerings .content_zone {
    padding: 1.2rem;
}.program_offerings h3 {
    font-size: calc(21px * 0.9);
}.program_offerings .description {
    max-height: 200px;
    font-size: calc(15px * 0.95);
}
}