* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    background: linear-gradient(135deg, rgb(164,166,161,0.5) 0%, rgb(121,122,120) 100%);
    width: 100%;
    position: relative;
    z-index: 99;
}

.company_overview .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 5;
    padding: 0 20px;
    position: relative;
}

.company_overview .text_item:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}

.company_overview h5 {
    color: rgb(164,166,161);
    letter-spacing: 2px;
    font-size: calc(18px * 1.2);
    display: inline-block;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    position: relative;
}

.company_overview .text_item:hover p b {
    transform: translateX(10px);
}

.company_overview ol li {
    text-align: justify;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    list-style-type: none;
    position: relative;
    padding-left: 0;
}

.gratContent::after {
    animation: pulse 8s infinite ease-in-out;
    z-index: 0;
    filter: blur(30px);
    left: -5rem;
    border-radius: 50%;
    bottom: -5rem;
    position: absolute;
    content: "";
    height: 20rem;
    background: linear-gradient(45deg, rgb(164,166,161,0.5) 0%, transparent 70%);
    width: 20rem;
}

.gratContent .knowledge_hub::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(121,122,120,0.5) 150%);
    left: 0;
    z-index: -1;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
}

.confidential_asylum h1 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    max-width: 800px;
    border-bottom: 3px solid rgb(121,122,120);
    color: rgb(164,166,161);
    width: 100%;
}

.confidential_asylum ul li::before, .confidential_asylum ol li::before {
    left: 0;
    content: '';
    width: 8px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: rgb(164,166,161);
    height: 8px;
    border-radius: 50%;
}

.contact_box::before {
    position: absolute;
    height: 100%;
    z-index: 0;
    top: 0;
    background-size: 40px 40px;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(164,166,161), 0.05) 49%, rgba(rgb(164,166,161), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(121,122,120), 0.05) 49%, rgba(rgb(121,122,120), 0.05) 51%, transparent 52%);
    width: 100%;
    content: "";
}

.contact_box input[type="text"]:focus {
    border-left-color: rgb(121,122,120);
    background: #ffffff;
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact_box .feedback_request input[type="checkbox"] {
    position: relative;
    background: rgb(204,201,182);
    margin-top: 3px;
    cursor: pointer;
    height: 22px;
    border-radius: 4px;
    appearance: none;
    transition: all 0.3s ease;
    border: 2px solid rgb(204,201,182);
    width: 22px;
}

.contact_box .request_map {
    transition: all 0.3s ease;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    background: rgb(164,166,161);
    align-self: flex-start;
    border-radius: 10px;
    margin-top: 15px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    border: none;
    padding: 15px 35px;
}

.info_hub::before {
    width: 50%;
    background: rgb(121,122,120,0.5);
    opacity: 0.07;
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    filter: blur(40px);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    right: -10%;
    transform: rotate(-15deg) skewX(15deg);
    top: -15%;
    content: "";
    z-index: -1;
    height: 70%;
}

.info_hub h3::after {
    left: 0;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(164,166,161) 0%, rgb(121,122,120) 100%);
    bottom: -10px;
    width: 60px;
    content: "";
}

.info_hub .join_conversation li {
    transition: transform 0.3s ease;
}

.info_hub .instant_help:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1) 0%, rgba(var(--primary-color-rgb), 0) 100%);
    color: rgb(164,166,161);
}

.title_screen .image_frame::after {
    right: 0;
    z-index: 2;
    background: linear-gradient(
        135deg, 
        rgba(25, 28, 38, 0.85), 
        rgba(19, 22, 32, 0.75),
        rgba(25, 28, 38, 0.9)
    );
    top: 0;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    backdrop-filter: blur(3px);
}

.title_screen .text_item {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 14px;
    opacity: 0;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    padding: 2.5rem;
    animation: fadeSlideUp 0.6s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    transform: translateY(20px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1),
                inset 1px 1px 2px rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.title_screen .text_item {
    padding: 2rem 1.5rem;
}

.title_screen svg:hover {
    transform: scale(1.05) translateY(-5px);
}

.title_screen svg path {
    fill: rgb(164,166,161);
    transform-origin: center;
    animation: pulse 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.title_screen .request_map::before {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
    left: -100%;
    z-index: -1;
    width: 100%;
}

.price_pack::after {
    bottom: -5%;
    transform: rotate(10deg);
    opacity: 0.08;
    content: "";
    z-index: 0;
    height: 50%;
    position: absolute;
    border-radius: 10px;
    width: 35%;
    left: -3%;
    background: linear-gradient(45deg, rgb(121,122,120,0.5) 30%, rgb(164,166,161,0.5) 70%);
}

.price_pack .access_rates {
    order: 2;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
    width: 100%;
}

.price_pack .bundle_offer::before {
    transition: transform 0.3s ease;
    width: 100%;
    transform: translateY(-5px);
    height: 5px;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(164,166,161), rgb(121,122,120));
    position: absolute;
    left: 0;
}

.price_pack .learning_plan p {
    margin-bottom: 1.5rem;
    color: #000000;
    flex-grow: 1;
    word-break: break-word;
    line-height: 1.65;
    font-size: 12px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.price_pack .bundle_offer:nth-child(even) .learning_plan::before {
    content: "";
    opacity: 0.1;
    position: absolute;
    left: 1rem;
    z-index: -1;
    bottom: 1rem;
    width: 2.5rem;
    border-radius: 50%;
    height: 2.5rem;
    background: rgb(121,122,120,0.5);
}

.program_structure .learn_more:hover .skill_work {
    animation-play-state: paused;
}

.program_structure .job_classes img {
    object-fit: cover;
    transform: scale(1.1);
    height: 100%;
    transition: transform 1s ease;
    width: 100%;
    filter: brightness(1.05) contrast(1.1);
}

.program_structure .education_path p {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 2rem;
    font-size: 16px;
}

.program_structure .education_path .request_map:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.cookieNotificationBanner {
    width: 100%;
    bottom: 0;
    z-index: 90;
    position: fixed;
    background: rgb(204,201,182);
    border-top: 2px solid rgb(164,166,161);
}

.cookieNotificationBanner h5 {
    font-size: 22px;
    margin-bottom: 6px;
}


.viewport-container .cookieNotificationBanner {
    box-shadow: rgb(164,166,161,0.5) 0px 0px 40px 39px;
    border: none;
    background: #ffffff;
}

.viewport-container .edu_cookie svg, .viewport-container .edu_cookie svg path, .viewport-container .edu_cookie img {
    fill:#000000;
    width: 40px;
    height: 40px;
}

header .main_mainbar .first_pagebar {
    margin-right: 10px;
    transition: transform 0.4s ease;
    transform: translateX(0);
}

header .main_mainbar .first_pagebar .site_prime {
    display: inline-block;
}

header .main_mainbar .nav_top .nav_teach {
    margin: 0 12px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

header .main_mainbar .nav_top .nav_teach a::after {
    background: linear-gradient(90deg, transparent, rgb(121,122,120), transparent);
    left: 0;
    bottom: 0;
    position: absolute;
    transition: transform 0.4s ease;
    height: 2px;
    transform: translateX(-100%);
    width: 100%;
    content: "";
}

.operation_process .container.knowledge_hub {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
}

.operation_process .container.knowledge_hub > div:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.operation_process h3 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 25px;
    transition: transform 0.5s ease-out;
    letter-spacing: 0.5px;
    transform: translateX(10px);
    padding-bottom: 15px;
}

.operation_process p {
    font-size: 16px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    position: relative;
    max-width: 95%;
}

.teacher_profile {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(170deg, rgb(204,201,182) 0%, rgb(164,166,161,0.5) 100%);
    overflow: hidden;
}

.teacher_profile .review_space {
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    max-width: 1000px;
}

.teacher_profile .review_space::after {
    animation: orbit 15s linear infinite reverse;
    border: 1px dashed rgb(121,122,120,0.5);
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 50%;
    top: 50%;
    height: 400px;
    width: 400px;
    opacity: 0.15;
    position: absolute;
    content: "";
}



.teacher_profile .name {
    -webkit-background-clip: text !important;
    text-align: center;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    background-clip: text !important;
    transition: all 0.3s ease;
    position: relative;
    font-size: 44px;
    z-index: 3;
    color: #000000;
    text-fill-color: transparent;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(164,166,161) 100%
    );
}

.teacher_profile .career_table::after {
    border-right: 2px solid rgb(121,122,120);
    right: 25px;
    border-bottom: 2px solid rgb(121,122,120);
    bottom: 25px;
}

footer {
    z-index: 1;
    position: relative;
}

footer {
    background-size: cover !important;
    background-position: center !important;
}

.event_cal .container {
    gap: 0;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.event_cal .company_holder::after {
    background: linear-gradient(to bottom, #ffffff, transparent);
    position: absolute;
    height: 100%;
    right: 1.5rem;
    top: 0;
    opacity: 0.3;
    content: "";
    width: 1px;
}

.event_cal .gift_card {
    flex-wrap: wrap;
    gap: 0;
    display: flex;
    flex: 0 0 60%;
}

.event_cal .nav_top {
    flex: 0 0 50%;
    padding: 0 1rem 2rem 1rem;
    position: relative;
}

.event_cal .nav_top .nav_begin a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    font-size: 13px;
    text-decoration: none;
    transform: skewX(-5deg);
    display: block;
    padding: 0.7rem 1rem;
}

.template_cta .music_edu {
    transform: skewX(-5deg);
    font-size: 15px;
    width: 100%;
    color: #ffffff;
    text-align: center;
}

.newsletter_subscription .help_form {
    gap: 2rem;
    padding: 0;
    width: 90%;
    max-width: 700px;
    display: grid;
    margin-left: 0;
    position: relative;
    grid-template-columns: 1fr;
}

.newsletter_subscription input[type="email"] {
    border-radius: 0;
    border: none;
    transition: all 0.3s ease;
    background: transparent;
    font-size: 16px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    padding: 0;
    height: 4rem;
    color: #000000;
    grid-column: 1 / -1;
}

.newsletter_subscription .sub_texts:hover {
    border-color: rgb(164,166,161);
    color: #ffffff;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 992px) {.company_overview {
    padding: 80px 0;
}.company_overview .text_item {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(0.5deg);
}.company_overview h5 {
    font-size: calc(18px * 1.1);
}.company_overview p b {
    font-size: calc(18px * 1.3);
}
}



@media (max-width: 768px) {.gratContent {
    padding: 3.5rem 0;
}.gratContent h2 {
    margin-bottom: 2.5rem;
    line-height: 1.4;
    font-size: calc(32px * 0.8);
}.gratContent .knowledge_hub {
    padding: 2rem;
}.gratContent .container {
    transform: perspective(1000px) rotateX(1deg);
}.gratContent::before {
    width: 25%;
}.gratContent li::before {
    top: 0.4rem;
}
}



@media (max-width: 768px) {.contact_box {
    padding: 60px 0;
}.contact_box h2 {
    margin-bottom: 40px;
    font-size: calc(36px - 4px);
}.contact_box .reach_widget {
    padding: 35px 25px 45px;
}.contact_box #contact {
    gap: 20px;
}.contact_box .image_frame {
    min-height: 250px;
}
}



@media (min-width: 992px) {.info_hub {
    padding: 8rem 0;
}.info_hub .edu_coach {
    grid-template-columns: 2fr 1fr;
    padding: 5rem;
}.info_hub .edu_coach > div:first-of-type {
    grid-column: auto;
}.info_hub .join_conversation {
    flex-direction: column;
    grid-column: auto;
    grid-row: 2;
}.info_hub .join_conversation li {
    width: 100%;
}.info_hub h3 {
    font-size: calc(37px * 1.2);
}.info_hub .instant_help {
    font-size: calc(15px * 1.05);
}
}



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



@media screen and (max-width: 576px) {.program_structure .learn_more {
    height: 250px;
}.program_structure .container {
    padding: 2.5rem 1rem;
}.program_structure .education_path {
    padding: 1.5rem;
}.program_structure .education_path h3 {
    font-size: calc(36px * 0.8);
}.program_structure .education_path p {
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.9);
}.program_structure .education_path .request_map {
    text-align: center;
    padding: 0.8rem 1.5rem;
    width: 100%;
}}



@media (min-width: 768px) {.operation_process {
    padding: 120px 0;
}.operation_process .container.knowledge_hub > div {
    margin-left: 80px;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
    padding: 60px;
}.operation_process h3 {
    font-size: calc(35px * 1.1);
    margin-bottom: 35px;
}.operation_process p {
    padding-left: 20px;
    font-size: calc(16px * 1.05);
    max-width: 85%;
}.operation_process .container.knowledge_hub > div::before {
    width: 100px;
    top: 30px;
    height: 100px;
    right: 30px;
}
}



@media (max-width: 1200px) {.event_cal .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.event_cal .gift_card {
    flex: 0 0 65%;
}
}



@media (max-width: 992px) {.event_cal {
    padding: 4rem 0 2rem;
}.event_cal .container {
    flex-direction: column;
}.event_cal .company_holder {
    margin-bottom: 3rem;
    flex: 0 0 100%;
    padding-right: 0;
}.event_cal .company_holder::after {
    display: none;
}.event_cal .gift_card {
    flex: 0 0 100%;
}.event_cal .nav_top {
    padding-bottom: 1.5rem;
}
}



@media (max-width: 576px) {.event_cal {
    padding: 3rem 0 1rem;
}.event_cal::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.event_cal .nav_top {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.event_cal .company_holder {
    margin-bottom: 2rem;
}.event_cal .nav_top .nav_begin a {
    padding: 0.6rem 0.8rem;
}.event_cal .nav_top .nav_begin a:hover {
    padding-left: 1.2rem;
}.template_cta {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}



@keyframes gradientShift {
    0% {
        opacity: 0.2;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.35;
    }
    100% {
        opacity: 0.3;
        background-position: 100% 100%;
    }
}



@keyframes scaleIn {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



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

@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

