header,footer {
    width: 100%;
}

header {
    background: #000000;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(141,152,173,0.5) 100%);
    overflow: hidden;
    top: 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
    left: 0;
}

.contact_box .image_item {
    flex: 0 0 45%;
    margin-left: -5%;
    z-index: 2;
    min-height: 600px;
    position: relative;
    transform: skew(-10deg);
}

.contact_box h2 {
    font-weight: 700;
    font-size: 44px;
    color: #ffffff;
    padding-left: 2rem;
    text-align: left;
    position: relative;
    margin-bottom: 2.5rem;
}

.contact_box .request_grid h3::after {
    bottom: 0;
    content: '';
    width: 50px;
    height: 3px;
    background: rgb(141,152,173);
    position: absolute;
    left: 0;
}

.contact_box .request_grid input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}

.contact_box .request_grid .reach_request {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.contact_box .request_grid .reach_request input[type="checkbox"]:checked::after {
    top: 50%;
    color: #ffffff;
    content: '✔';
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 0.8rem;
    left: 50%;
}

.contact_box .request_grid .connect_widget {
    transition: all 0.3s ease;
    padding: 1rem;
    border-radius: 10px;
    background: rgb(141,152,173);
    cursor: pointer;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    border: none;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
}

.course_rewards h5::after {
    background: linear-gradient(90deg, rgb(141,152,173) 0%, rgb(105,115,130) 100%);
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
    bottom: -20px;
    height: 3px;
    content: "";
    position: absolute;
    width: 80px;
}

.course_rewards .text_text {
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(10px);
    position: relative;
    padding: 40px;
    border-radius: 19px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}

.course_rewards li div {
    align-items: flex-start;
    display: flex;
}

.course_rewards li:hover p svg {
    transform: scale(1);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.enroll_instantly {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(178,189,210) 0%, rgb(141,152,173,0.5) 100%);
    overflow: hidden;
}

.enroll_instantly .container p {
    flex: 1;
    padding: 60px;
    margin: 0;
    font-size: 35px;
    line-height: 1.4;
    z-index: 5;
    font-weight: 700;
    position: relative;
    color: #000000;
}

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

.enroll_instantly .connect_widget:hover::before {
    opacity: 1;
}

.enroll_instantly .impact_facts::after {
    opacity: 0.05;
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 90%, rgb(141,152,173,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgb(105,115,130,0.5) 0%, transparent 30%);
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
    content: '';
}

.title_intro .impact_facts {
    z-index: 2;
    gap: 2rem;
    display: flex;
    position: relative;
    flex-direction: column;
}

.title_intro .text_text {
    border-left: 4px solid var(--primary-color, rgb(94, 170, 168));
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: rgba(255, 255, 255, 0.85);
    transform: translateY(0);
    padding: 2rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.title_intro svg:hover text {
    fill: var(--dark-color, #333);
}

.title_intro .connect_widget::before {
    left: -100%;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    content: "";
    width: 100%;
}

.title_intro .image_item::after {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.2) 0%, rgba(94, 170, 168, 0) 50%);
    position: absolute;
    content: "";
}

.newsletter_signup::after {
    right: -10%;
    top: -20%;
    z-index: 1;
    height: 140%;
    transform: rotateY(20deg) rotateX(-5deg);
    position: absolute;
    opacity: 0.2;
    animation: float-panel-reverse 12s ease-in-out infinite alternate;
    background: rgb(105,115,130,0.5);
    width: 70%;
    content: "";
}

.newsletter_signup .input_holder::before {
    height: 180%;
    left: -20%;
    filter: blur(3px);
    content: "";
    width: 140%;
    position: absolute;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateZ(-20px) rotateY(-5deg);
    z-index: -1;
    top: -40%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.newsletter_signup .email_join:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(30px) scale(1.05);
}

.our_team {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(178,189,210);
}

.our_team h2 {
    text-align: center;
    position: relative;
    color: #000000;
    font-size: 29px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 60px;
}

.our_team .vision_mission {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border-left: 4px solid rgb(141,152,173);
    background: rgba(255, 255, 255, 0.02);
    padding: 40px;
    transition: all 0.3s ease;
}



.our_team .vision_mission:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(rgb(141,152,173,0.5), 0.03), rgba(255, 255, 255, 0.05));
}

.our_team .vision_mission p {
    line-height: 1.8;
    color: #000000;
    font-size: 18px;
    transition: padding-left 0.3s ease;
    padding-left: 0;
    position: relative;
}

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

footer::before {
    bottom: 0;
    content: "";
    opacity: 0.9;
    background: linear-gradient(to right, rgb(105,115,130), rgb(141,152,173));
    right: 0;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -2;
}

.story_spot::before {
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 10px;
    width: 100%;
    background: linear-gradient(90deg, rgb(141,152,173), rgb(105,115,130), rgb(141,152,173));
}

.story_spot .gdpr_block {
    grid-column: span 7;
}

.story_spot .top_head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.story_spot .top_nav h5::after {
    width: 40px;
    position: absolute;
    bottom: -2px;
    background: #ffffff;
    height: 2px;
    left: 0;
    content: "";
}

.story_spot .top_nav .top_head a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}

.trophy_case .debate_club {
    text-align: center;
    padding: 0 1rem;
    opacity: 0.9;
    position: relative;
    font-size: 16px;
    color: #ffffff;
}

.story_spot .gdpr_block::after {
    position: absolute;
    width: 50px;
    right: 0;
    bottom: 0;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
}

.tariff_list_item::after {
    z-index: 0;
    opacity: 0.05;
    background: linear-gradient(45deg, rgb(105,115,130), rgb(141,152,173,0.5));
    width: 18rem;
    bottom: -5rem;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    left: -5rem;
    transform: rotate(-10deg);
    content: "";
    height: 18rem;
    position: absolute;
}

.tariff_list_item .rate_schemes {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    z-index: 2;
    color: #000000;
}

.tariff_list_item .rate_schemes:hover .rate_options h3 {
    color: rgb(141,152,173);
}

.tariff_list_item .annual_plan::before {
    transition: transform 0.4s ease;
    transform: scaleX(1);
    transform-origin: left;
    content: "";
    background-color: rgb(141,152,173,0.5);
    width: 3rem;
    height: 2px;
    bottom: -0.75rem;
    left: 0;
    position: absolute;
}

.tariff_list_item .rate_schemes:hover .image_item {
    transform: scale(1.03);
}

.tariff_list_item .rate_schemes:hover .learning_price::before {
    transform: scaleX(1);
}

.tySpotlight::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(141,152,173) 20%, 
        rgb(105,115,130) 50%, 
        rgb(141,152,173) 80%, 
        transparent);
    bottom: 0;
    left: 0;
    height: 10px;
    position: absolute;
    z-index: 1;
    width: 100%;
    content: "";
    opacity: 0.3;
}

.tySpotlight .impact_facts > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}

.tySpotlight .impact_facts:hover > div:first-child::after {
    width: 120px;
}

.tySpotlight h5 {
    transform: translateX(-5px);
    position: relative;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    transition: transform 0.4s ease;
    margin: 0 0 0.5rem 0;
}

.tySpotlight a::before {
    width: 0;
    opacity: 0.7;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(141,152,173), 
        rgb(105,115,130));
    bottom: -10px;
    content: "";
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 1px;
    left: 0;
}

.find_us::after {
    z-index: 1;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(141,152,173) 2px, transparent 2px) 0 0 / 50px 50px,
        radial-gradient(circle at 90% 80%, rgb(105,115,130) 2px, transparent 2px) 0 0 / 50px 50px;
    top: 0;
    animation: backgroundShift 30s linear infinite;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    opacity: 0.15;
}

.find_us .contact_today {
    font-size: calc(15px + 0.05rem);
    padding-left: 15px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.7;
    color: #000000;
    position: relative;
    border-left: 1px solid rgb(105,115,130,0.5);
}

.find_us .assist_experts span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}

.find_us .assist_experts span svg {
    fill: rgb(141,152,173);
    opacity: 0.6;
    right: 12px;
    transition: all 0.3s ease;
    top: 12px;
    width: 20px;
    height: 20px;
    position: absolute;
}

.find_us .assist_experts span span {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    margin-left: 10px;
    padding: 0;
    background: transparent;
    color: rgb(141,152,173);
}

.find_us .assist_experts span span a:hover {
    color: rgb(105,115,130);
}

.find_us .assist_experts span span a:hover::after {
    width: 100%;
}

.find_us .course_ask::before {
    position: absolute;
    background: linear-gradient(to right, rgb(141,152,173), rgb(105,115,130));
    width: 100%;
    height: 4px;
    top: 0;
    content: '';
    left: 0;
}

.find_us .course_ask h4::after {
    background: rgb(105,115,130);
    bottom: -5px;
    content: '';
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
    width: 0;
}

.find_us .course_ask span:hover svg {
    fill: rgb(141,152,173);
    opacity: 1;
    transform: scale(1.2);
}

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

.secure_protection h3, .secure_protection h4, .secure_protection h5, .secure_protection h6 {
    color: #000000;
    margin: 1rem 0;
}

.education_history .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
}

.education_history .reviews_hub:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.12);
}

.education_history .reviews_hub .image_item::before {
    opacity: 0.7;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgb(105,115,130,0.5) 100%
    );
    top: 0;
    z-index: 1;
}

.education_history .reviews_hub > div:nth-child(2) {
    position: relative;
    text-align: center;
}

.education_history .reviews_hub > div:nth-child(3) {
    position: relative;
}

.education_history .reviews_hub .career_overview {
    color: #000000;
    line-height: 1.7;
    font-size: 16px;
    margin: 0;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    position: relative;
    border-left: 3px solid rgb(141,152,173,0.5);
}

.cookie_message_window p {
    font-size: 18px;
}

.edu_cookie svg, .edu_cookie svg path, .edu_cookie img {
    width: 100px;
    fill: rgb(141,152,173);
    height: 100px;
}

.wrapper-capsule .safe_cookies {
    color: #ffffff;
    font-size: 20px;
    margin-left: 30px;
    background: rgb(141,152,173);
    padding: 10px;
}

header .container {
    display: flex;
    position: relative;
    padding: 0;
    flex-direction: column;
    align-items: center;
}

header .nav_prime {
    padding: 0.5rem 2rem;
    z-index: 3;
    position: relative;
    justify-content: center;
    margin-bottom: 2rem;
    display: flex;
    text-decoration: none;
}

header .nav_prime:hover svg {
    filter: drop-shadow(0 0 12px rgb(141,152,173));
    transform: scale(1.08);
}

header .top_nav {
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    display: flex;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    scrollbar-width: none;
    position: relative;
    justify-content: center;
    gap: 1rem;
    overflow-x: auto;
    width: 100vw;
    padding: 1rem 0;
}

header .head_lesson:hover::before {
    left: 100%;
}

header .head_lesson:hover::after {
    transform: translateY(-50%) scale(1);
}

.audience_profile {
    overflow: hidden;
    position: relative;
    background: linear-gradient(150deg, rgb(178,189,210) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 120px 0;
}

.audience_profile h4::after {
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(141,152,173), rgb(105,115,130));
    bottom: -1px;
    left: 50%;
}

.audience_profile div p::before {
    z-index: -1;
    width: 0;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgba(rgb(141,152,173), 0.1) 0%, transparent 100%);
    transition: width 0.3s ease;
}

.audience_profile div p:hover svg {
    transform: translateY(-50%) scale(1.2) rotate(10deg);
}

.audience_profile div p:hover svg path {
    fill: rgb(105,115,130);
}

.course_program::before {
    transform: rotate(-15deg);
    opacity: 0.1;
    content: "";
    background: linear-gradient(225deg, rgb(141,152,173) 0%, rgb(141,152,173,0.5) 70%);
    height: 300px;
    width: 300px;
    position: absolute;
    right: -5%;
    top: -5%;
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    animation: floatElement 15s infinite ease-in-out;
    z-index: 1;
}

.course_program .image_item::after {
    border-top: 4px solid rgb(141,152,173);
    z-index: 2;
    border-right: 4px solid rgb(141,152,173);
    opacity: 0.7;
    content: "";
    width: 60px;
    position: absolute;
    right: -15px;
    height: 60px;
    top: -15px;
}

.course_program .description {
    line-height: 1.8;
    animation: fadeSlideUp 0.8s forwards 0.5s;
    opacity: 0;
    transform: translateY(20px);
    font-size: 14px;
    color: #000000;
    margin-bottom: 1.2rem;
    position: relative;
}


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



@media screen and (max-width: 1024px) {.contact_box .help_list {
    flex-direction: column;
}.contact_box .image_item {
    transform: none;
    min-height: 300px;
    margin-left: 0;
    flex: 0 0 100%;
}.contact_box .image_item::before {
    width: 100%;
    transform: none;
}.contact_box .request_grid {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}



@media (max-width: 767px) {.course_rewards {
    padding: 80px 0 60px;
}.course_rewards h5 {
    margin-bottom: 40px;
    font-size: calc(22px * 0.9);
}.course_rewards h5::after {
    bottom: -15px;
    width: 60px;
}.course_rewards .text_text {
    padding: 30px;
}.course_rewards li p {
    font-size: calc(17px * 0.95);
}.course_rewards .image_item {
    object-position: center;
    max-height: 300px;
}
}



@media (max-width: 480px) {.enroll_instantly {
    padding: 50px 0;
}.enroll_instantly .container p {
    font-size: calc(17px * 1.2);
    padding: 25px 20px;
}.enroll_instantly .connect_widget {
    padding: 15px;
    font-size: calc(18px * 0.9);
}}



@media (min-width: R-width) {.title_intro {
    padding: 7rem 4rem;
}.title_intro h1::after {
    width: 120px;
}.title_intro .impact_facts {
    gap: 7rem;
}.title_intro .text_text {
    padding: 4rem;
}.title_intro .course_begin p {
    max-width: 80%;
}.title_intro .image_item {
    height: 550px;
}
}



@media (max-width: 768px) {.newsletter_signup {
    perspective: 800px;
    padding: 3.5rem 1.5rem;
}.newsletter_signup .impact_facts {
    flex-direction: column;
    align-items: stretch;
}.newsletter_signup p {
    margin-bottom: 2rem;
    font-size: 19px;
    flex: none;
    transform: translateZ(20px) rotateY(0);
}.newsletter_signup p::before {
    transform: translateZ(5px) translateX(-2px) rotateY(0);
}.newsletter_signup .input_holder {
    flex: none;
    transform: translateZ(30px) rotateY(0);
}.newsletter_signup .email_join {
    align-self: stretch;
    width: 100%;
}}



@media (max-width: 576px) {.story_spot {
    padding: 2.5rem 0 1rem;
}.story_spot .top_head {
    gap: 2rem;
    grid-template-columns: 1fr;
}.story_spot .desktop_app {
    padding-left: 1rem;
}.trophy_case {
    margin-top: 2rem;
}
}



@media (min-width: 1024px) {.tariff_list_item .price_grid {
    grid-template-columns: repeat(2, 1fr);
}.tariff_list_item .rate_schemes:nth-child(odd) {
    transform: translateY(1.5rem);
}
}



@media (prefers-reduced-motion: reduce) {.tariff_list_item .rate_schemes,
    .tariff_list_item .learning_price,
    .tariff_list_item .image_item,
    .tariff_list_item .annual_plan::before,
    .tariff_list_item .learning_price::before {
    transition: none;
}}


@media (max-width: 767px) {.find_us {
    padding: 40px 0;
}.find_us .support_now {
    padding: 25px;
}.find_us .support_now::after {
    display: none;
}.find_us h3 {
    font-size: calc(37px - 0.3rem);
}.find_us .contact_today {
    font-size: 15px;
}.find_us .assist_experts {
    grid-template-columns: 1fr;
}.find_us .assist_experts span {
    padding: 12px;
}.find_us .assist_experts span svg {
    top: 8px;
    width: 16px;
    height: 16px;
    right: 8px;
}.find_us .course_ask span svg {
    width: 10px;
    height: 10px;
}
}



@media (min-width: 768px) {.education_history .reviews_hub {
    gap: 2rem 3.5rem;
    padding: 3.5rem;
    grid-template-columns: 280px 1fr;
    grid-template-areas: 
            "photo info"
            "photo quote";
    grid-template-rows: auto 1fr;
}.education_history .reviews_hub > div:first-child {
    grid-area: photo;
    margin: 0;
}.education_history .reviews_hub > div:nth-child(2) {
    grid-area: info;
    text-align: left;
    align-self: flex-end;
}.education_history .reviews_hub > div:nth-child(3) {
    align-self: flex-start;
    grid-area: quote;
}.education_history .reviews_hub .name::after {
    transform: none;
    width: 50px;
    left: 0;
}.education_history .reviews_hub .image_item {
    border-radius: 8px;
}
}



@media (max-width: 991px) {.audience_profile {
    padding: 100px 0;
}.audience_profile h4 {
    font-size: calc(33px - 2px);
    padding: 25px;
}.audience_profile div {
    padding: 30px;
}.audience_profile div p {
    margin-bottom: 15px;
    padding: 18px 18px 18px 55px;
}.audience_profile div p svg {
    left: 18px;
    height: 22px;
    width: 22px;
}
}



@media (min-width: 768px) {.course_program .education_flow {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course_program .image_item {
    height: 450px;
}.course_program h3 {
    padding-left: 1.5rem;
    font-size: calc(21px * 1.2);
}.course_program h3::before {
    height: 0.6rem;
    width: 0.6rem;
}.course_program .text_text::before {
    left: -30px;
}
}



@keyframes float-panel {
    0% {
        transform: rotateY(-20deg) rotateX(10deg) translateZ(0);
    }
    100% {
        transform: rotateY(-15deg) rotateX(5deg) translateZ(30px);
    }
}



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



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

