a {
    color: inherit;
    text-decoration: none;
}

svg {
    height: 30px;
    width: 30px;
}

.event_cal {
    flex: 0 0 auto;
}

.event_cal {
    color: #ffffff;
    padding: 5rem 0 2rem;
    position: relative;
}

.company_overview::before {
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.75));
}

.company_overview .text_item::before {
    z-index: -1;
    border-radius: 50%;
    height: 200px;
    content: "";
    width: 200px;
    right: -100px;
    opacity: 0.05;
    top: -100px;
    background: rgb(164,166,161);
    position: absolute;
}

.company_overview h5::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    left: 0;
    content: "";
    transform: scaleX(0);
    position: absolute;
    background: rgb(164,166,161);
    height: 2px;
    width: 50%;
    bottom: -10px;
}

.company_overview ol::before {
    width: 3px;
    content: "";
    transform: scaleY(0);
    height: calc(100% - 60px);
    background: linear-gradient(to bottom, rgb(164,166,161), transparent);
    position: absolute;
    top: 10px;
    left: -20px;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: top;
}

.gratContent h2 {
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    font-size: 32px;
    color: #000000;
    animation: slideInTitle 0.8s ease-out forwards;
    font-weight: 700;
    line-height: 1.3;
    max-width: 90%;
    transform-origin: left center;
}

.gratContent ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.gratContent li {
    position: relative;
    padding-left: 2rem;
}

.gratContent span {
    line-height: 1.8;
    color: #000000;
    position: relative;
    display: block;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.confidential_asylum h2 {
    margin-top: 40px;
    color: rgb(121,122,120);
    padding-left: 15px;
    text-align: left;
    border-left: 5px solid rgb(164,166,161);
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 35px;
    width: 100%;
    max-width: 800px;
}

.confidential_asylum p, .confidential_asylum span, .confidential_asylum div {
    text-align: justify;
    margin-bottom: 20px;
    line-height: 1.6;
    max-width: 800px;
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 15px;
    color: #000000;
}

.contact_box .message_reach {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    display: flex;
}

.contact_box .reach_widget::before {
    content: "";
    width: 100%;
    opacity: 0.1;
    background-position: 0 0, 15px 15px;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    background-size: 30px 30px;
    height: 100%;
}

.contact_box .feedback_request label {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
}

.contact_box .feedback_request a:hover {
    color: rgb(121,122,120);
}

.contact_box .feedback_request a::after {
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    bottom: -2px;
    transition: all 0.3s ease;
    background: rgb(164,166,161);
    height: 1px;
}

.contact_box svg {
    fill: rgb(164,166,161);
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.contact_box svg:hover {
    fill: rgb(121,122,120);
}

.info_hub::after {
    left: -5%;
    filter: blur(30px);
    width: 40%;
    position: absolute;
    height: 60%;
    border-radius: 50% 70% 40% 60% / 60% 30% 70% 40%;
    z-index: -1;
    content: "";
    opacity: 0.05;
    animation: float 18s ease-in-out infinite alternate-reverse;
    background: rgb(164,166,161,0.5);
    bottom: -10%;
    transform: rotate(10deg) skewY(-10deg);
}

.info_hub p {
    color: #000000;
    margin-bottom: 1rem;
    font-size: 15px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.info_hub .join_conversation {
    padding: 0;
    flex-direction: column;
    gap: 1.2rem;
    list-style: none;
    margin: 0;
    display: flex;
}

.info_hub svg {
    height: 1.2em;
    transition: transform 0.3s ease;
    width: 1.2em;
}

.info_hub .instant_help:hover svg path {
    fill: rgb(164,166,161);
}

.title_screen .image_frame {
    left: 0;
    position: absolute;
    height: 100%;
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 0;
    z-index: 1;
    transform: scale(1.05);
    width: 100%;
}

.title_screen .knowledge_hub {
    gap: 2rem;
    max-width: 1200px;
    position: relative;
    display: grid;
    z-index: 3;
    padding: 3rem 1.5rem;
    grid-template-columns: 1fr;
    transform: translateY(0);
    opacity: 1;
    width: 90%;
    animation: fadeSlideUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.title_screen .text_item::before {
    width: 200%;
    background: radial-gradient(
        circle at center,
        rgba(94, 170, 168, 0.08),
        transparent 60%
    );
    animation: rotateGlow 15s linear infinite;
    position: absolute;
    left: -50%;
    content: '';
    top: -50%;
    height: 200%;
}

.title_screen .page_lead {
    margin: 2rem 0;
    justify-content: center;
    display: flex;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    animation: fadeSlideUp 0.6s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.title_screen h6 {
    opacity: 0;
    text-align: center;
    animation: fadeIn 0.8s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    margin-top: 2rem;
}

.title_screen .request_map:hover {
    box-shadow: 0 15px 30px rgba(94, 170, 168, 0.4),
                inset 0 1px 1px rgba(255, 255, 255, 0.3);
    transform: translateY(-5px) translateZ(0);
}

.price_pack::before {
    content: "";
    width: 40%;
    opacity: 0.1;
    position: absolute;
    top: -10%;
    z-index: 0;
    height: 70%;
    transform: rotate(-15deg);
    background: linear-gradient(120deg, rgb(164,166,161,0.5) 20%, rgb(121,122,120,0.5) 80%);
    border-radius: 10px;
    right: -5%;
}

.price_pack .annual_fee h2::after {
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(164,166,161), transparent);
    height: 3px;
    bottom: -0.75rem;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    width: 70%;
}

.price_pack .bundle_offer:hover::before {
    transform: translateY(0);
}

.price_pack .learning_plan {
    display: flex;
    position: relative;
    flex: 1;
    padding: 2rem 1.75rem;
    flex-direction: column;
}

.price_pack .learning_plan .study_offers::after {
    height: 2px;
    left: 0;
    width: 40px;
    background: rgb(164,166,161,0.5);
    content: "";
    bottom: -0.75rem;
    position: absolute;
}

.price_pack .bundle_offer:hover .image_frame {
    transform: scale(1.05);
}

.program_structure {
    min-height: 600px;
    max-height: 900px;
    position: relative;
    overflow: hidden;
    height: 100vh;
    background-color: #ffffff;
}

.program_structure .learn_more {
    z-index: 0;
    overflow: hidden;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.program_structure .job_classes {
    overflow: hidden;
    height: 100%;
    width: 20%;
}

.program_structure .container {
    display: flex;
    z-index: 2;
    align-items: center;
    height: 100%;
    width: 65%;
    padding-left: 0;
    justify-content: flex-start;
    position: relative;
}

.program_structure .education_path .request_map {
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
    padding: 1rem 2rem;
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    position: relative;
    background: linear-gradient(to right, rgb(164,166,161), rgb(121,122,120));
    font-weight: 600;
}

.edu_cookie {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookie_rules {
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
    text-decoration: none;
    min-width: 120px;
    border-bottom: 2px solid rgb(164,166,161);
    line-height: 35px;
    font-size: 24px;
    color: rgb(164,166,161);
    flex-shrink: 0;
    white-space: nowrap;
}

header::before {
    left: 0;
    background: linear-gradient(145deg, rgb(121,122,120,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    width: 100%;
}

header .main_mainbar .nav_top {
    background: rgba(0, 0, 0, 0.5);
    flex-wrap: wrap;
    padding: 0;
    display: flex;
    padding: 20px 30px;
    margin: 0;
    position: relative;
    transform: none;
    list-style: none;
    border-radius: 29px;
}

header .main_mainbar .nav_top .nav_teach:hover a::after {
    transform: translateX(0);
}

.operation_process::before {
    animation: constellation 120s linear infinite;
    transform: rotate(30deg);
    content: "";
    width: 200%;
    left: -50%;
    z-index: 1;
    top: -50%;
    position: absolute;
    background: radial-gradient(circle at center, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    height: 200%;
}

.operation_process .container.knowledge_hub > div::after {
    border-radius: 50%;
    opacity: 0.7;
    width: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 40px;
    bottom: 20px;
    left: 20px;
    position: absolute;
    mix-blend-mode: overlay;
    content: "";
}

.operation_process .container.knowledge_hub > div:hover h3 {
    transform: translateX(0);
}

.operation_process p span {
    position: relative;
    display: inline-block;
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0.9;
}

.teacher_profile::after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
    background: 
        radial-gradient(circle at 20% 30%, rgb(164,166,161,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(121,122,120,0.5) 0%, transparent 40%);
    filter: blur(80px);
    width: 100%;
}

.teacher_profile .image_frame::before {
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(164,166,161,0.5) 90deg,
        transparent 180deg,
        rgb(121,122,120,0.5) 270deg,
        transparent 360deg
    );
    position: absolute;
    z-index: -1;
    inset: -30px;
    animation: spin 12s linear infinite;
    opacity: 0.4;
    content: "";
    border-radius: 50%;
}

.teacher_profile .review_space span:not(.name) {
    z-index: 3;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    font-size: 20px;
    opacity: 0.9;
    color: rgb(121,122,120);
    text-align: center;
    letter-spacing: 2px;
    border-radius: 30px;
    font-weight: 600;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.teacher_profile .review_space:hover .image_frame {
    transform: scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
}

.event_cal .company_holder {
    flex: 0 0 40%;
    position: relative;
    margin-bottom: 2rem;
    padding: 0 3rem 2rem 0;
}

.event_cal .eng_center {
    transform-origin: left top;
    transform: skewX(-5deg);
    color: #ffffff;
    border-left: 3px solid rgb(164,166,161);
    font-size: 13px;
    background: rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    padding: 1.5rem;
}

.event_cal .nav_top h5::before {
    top: 0;
    background: rgb(164,166,161);
    width: 3px;
    content: "";
    transform: skewX(5deg);
    bottom: 0;
    position: absolute;
    left: 0;
}

.event_cal .nav_top .nav_begin a:hover::before {
    left: 100%;
}

.template_cta {
    padding: 1.5rem 0;
    position: relative;
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    background: rgba(0, 0, 0, 0.15);
}

.newsletter_subscription::before {
    left: 0;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(164,166,161), rgb(121,122,120));
    content: "";
    width: 100%;
    top: 0;
}

.newsletter_subscription .input_holder {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    transform: translateY(30px);
    width: 100%;
    animation: fadeUp 0.8s 0.2s forwards;
    position: relative;
    opacity: 0;
}

.newsletter_subscription .sub_texts {
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 1px;
    border: 1px solid #000000;
    transition: all 0.3s ease;
    border-radius: 0;
    justify-self: start;
    text-transform: uppercase;
    color: #000000;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: transparent;
    font-size: 14px;
    padding: 1rem 3rem;
}



@media (max-width: 768px) {.company_overview {
    padding: 70px 0;
}.company_overview .text_item {
    padding: 35px 25px;
    border-left-width: 3px;
    transform: none;
}.company_overview h5 {
    font-size: 18px;
    margin-bottom: 15px;
}.company_overview p {
    font-size: calc(18px * 0.95);
    margin-bottom: 20px;
}.company_overview p b {
    font-size: calc(18px * 1.2);
}.company_overview ol li {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}
}



@media only screen and (max-width: 800px) {.confidential_asylum {
    padding: 30px;
    border-radius: 10px;
}.confidential_asylum h1 {
    font-size: calc(18px - 5px);
    padding-bottom: 10px;
}.confidential_asylum h2 {
    font-size: calc(18px - 5px);
    padding-left: 10px;
}.confidential_asylum ul, .confidential_asylum ol {
    padding: 15px 0;
    margin: 20px 0;
}.confidential_asylum ul li, .confidential_asylum ol li {
    padding-left: 20px;
    font-size: 15px;
}}



@media (min-width: 768px) {.info_hub .edu_coach {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 4rem;
}.info_hub .edu_coach > div:first-of-type {
    grid-column: 1 / -1;
}.info_hub .join_conversation {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-column: 1 / -1;
}.info_hub .join_conversation li {
    flex: 0 0 auto;
    width: calc(50% - 1rem);
}
}



@media (min-width: 1024px) {.title_screen .knowledge_hub {
    gap: 4rem;
    padding: 5rem 3rem;
}.title_screen h1 {
    padding-left: 2.5rem;
}.title_screen h1::before {
    width: 10px;
}.title_screen .text_item {
    padding: 3.5rem;
}.title_screen svg {
    height: 180px;
    width: 180px;
}.title_screen .image_frame {
    transition: transform 6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.title_screen:hover .image_frame {
    transform: scale(1.1);
}
}



@media (hover: none) {.price_pack .bundle_offer:hover {
    transform: none;
}.price_pack .bundle_offer:hover .image_frame {
    transform: none;
}}



@media screen and (max-width: 1200px) {.program_structure .container {
    width: 70%;
}.program_structure::before {
    width: 75%;
}
}


@media only screen and (max-width: 1200px) {.cookieNotificationBanner {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.edu_cookie {
    display: none;
}.online_tracking {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieNotificationBanner h5 {
    text-align: center;
}.cookieNotificationBanner p {
    text-align: center;
}.visitor_privacy {
    margin-bottom: 20px;
}body .viewport-container .cookie_rules {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 480px) {.operation_process {
    padding: 50px 0;
}.operation_process .container.knowledge_hub > div {
    padding: 25px 15px;
}.operation_process h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 15px;
}.operation_process p {
    font-size: calc(16px * 0.95);
}}



@media (max-width: 767px) {.teacher_profile {
    padding: 70px 0;
}.teacher_profile .image_frame {
    height: 180px;
    width: 180px;
    margin-bottom: 20px;
}.teacher_profile .review_space::before {
    height: 320px;
    width: 320px;
}.teacher_profile .review_space::after {
    height: 260px;
    width: 260px;
}.teacher_profile .name {
    font-size: calc(44px * 0.8);
}.teacher_profile .review_space span:not(.name) {
    padding: 6px 16px;
    margin-bottom: 25px;
    font-size: calc(20px * 0.95);
}.teacher_profile .career_table {
    font-size: calc(12px * 0.95);
    padding: 25px 30px;
    max-width: 100%;
}.teacher_profile .career_table::before,
    .teacher_profile .career_table::after {
    width: 8px;
    height: 8px;
}.teacher_profile .career_table::before {
    left: 20px;
    top: 20px;
}.teacher_profile .career_table::after {
    bottom: 20px;
    right: 20px;
}
}



@media (max-width: 420px) {.event_cal .company_holder h3 {
    transform: skewX(-5deg);
}.event_cal .company_holder h3::after {
    width: 60px;
}.event_cal .eng_center {
    transform: none;
}.event_cal .nav_top h5 {
    transform: none;
}.event_cal .nav_top h5::before {
    transform: none;
}.event_cal .nav_top .nav_begin a,
    .event_cal .nav_top .nav_begin a:hover,
    .template_cta .music_edu {
    transform: none;
}}



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



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



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



@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-80%);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

