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

.container {
    width: 1118px;
    margin: auto;
    max-width: 100%;
}

html,body {
    scroll-snap-type: none;
    height: 100%;
    auto
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
}

.layer-containeretD {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}

.ty_messageoaN::before {
    content: "";
    top: -50px;
    animation: float 15s ease-in-out infinite;
    position: absolute;
    opacity: 0.4;
    right: -50px;
    background: linear-gradient(45deg, rgb(89,102,118,0.5) 0%, rgb(122,135,152,0.5) 100%);
    width: 300px;
    height: 300px;
    filter: blur(80px);
    z-index: 1;
}

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

.ty_messageoaN h2 {
    opacity: 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    color: #000000;
    transform: translateY(20px);
    font-size: 32px;
    position: relative;
    margin-bottom: 40px;
}

.ty_messageoaN .success_storyLJw {
    padding: 50px;
    overflow: hidden;
    transform: translateY(30px);
    border-radius: 13px;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    opacity: 0;
    position: relative;
}

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

.ty_messageoaN li {
    padding-left: 25px;
    position: relative;
}

.ty_messageoaN span {
    color: #000000;
    line-height: 1.7;
    display: block;
    transform: translateY(15px);
    opacity: 0;
    animation: fadeText 0.8s ease forwards 0.8s;
    font-family: Arial, sans-serif;
    font-size: calc(18px * 1.05);
}

.education_frameworkXdh {
    background: linear-gradient(135deg, rgb(156,170,185) 0%, rgba(59, 173, 227, 0.1) 45%, rgba(87, 111, 230, 0.15) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.education_frameworkXdh::after {
    animation: rotate 30s linear infinite;
    content: "";
    border-radius: 50%;
    height: 300px;
    right: -150px;
    z-index: 1;
    position: absolute;
    border: 1px solid rgb(122,135,152,0.5);
    top: -150px;
    width: 300px;
}

.education_frameworkXdh h2::before {
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    bottom: -15px;
    content: "";
    position: absolute;
    width: 60px;
    background: linear-gradient(90deg, rgb(122,135,152), rgb(89,102,118));
    animation: scaleIn 1.2s cubic-bezier(0.17, 0.67, 0.35, 0.98) forwards 0.3s;
    height: 4px;
}

.education_frameworkXdh .text_textnrR:hover {
    transform: translateZ(30px) translateY(-5px);
}

.education_frameworkXdh .text_textnrR::before {
    right: -50px;
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    z-index: -1;
    border: 2px dashed rgb(89,102,118,0.5);
    border-radius: 50%;
    top: -50px;
}

.education_frameworkXdh p {
    margin: 0;
    line-height: 1.8;
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    font-family: Arial, sans-serif;
    position: relative;
}

.take_a_spinzxQ {
    overflow: hidden;
    z-index: 1;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(122,135,152) 0%, rgb(89,102,118) 100%);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.take_a_spinzxQ::before {
    position: absolute;
    animation: pulse 12s infinite alternate;
    z-index: -1;
    content: "";
    transform: rotate(-15deg);
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    opacity: 0.05;
    width: 200%;
    left: -50%;
    height: 200%;
    top: -50%;
}

.take_a_spinzxQ .container {
    z-index: 2;
    grid-gap: 2.5rem;
    max-width: 1200px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
}

.take_a_spinzxQ h6::after {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    background: #ffffff;
    left: 50%;
    transform-origin: center;
    height: 3px;
    transform: translateX(-50%) scaleX(0);
    bottom: -15px;
    position: absolute;
    opacity: 0.7;
    width: 50px;
}

.take_a_spinzxQ:hover h6::after {
    transform: translateX(-50%) scaleX(1);
}

.take_a_spinzxQ div div span {
    z-index: 2;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}

.take_a_spinzxQ .help_formDJZ::before {
    position: absolute;
    z-index: -1;
    background: linear-gradient(120deg, transparent 0%, transparent 35%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.2) 60%, transparent 65%, transparent 100%);
    width: 100%;
    transform: translateX(-100%);
    left: 0;
    height: 100%;
    top: 0;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
}

.take_a_spinzxQ .help_formDJZ:hover {
    background: linear-gradient(to right, #ffffff, #f0f8ff);
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.take_a_spinzxQ .help_formDJZ:hover span {
    transform: scale(1.03);
}

footer::before {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(89,102,118,0.5) 0%, rgb(122,135,152,0.5) 100%);
    bottom: 0;
    right: 0;
    content: "";
    opacity: 0.9;
}

.ar_toolspmB::before {
    height: 20px;
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
        90deg,
        rgb(122,135,152) 0px,
        rgb(122,135,152) 40px,
        rgb(89,102,118) 40px,
        rgb(89,102,118) 80px
    );
    content: "";
    left: 0;
    position: absolute;
}

.ar_toolspmB .company_holder {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    flex: 1 1 380px;
    transform: rotateX(5deg);
    position: relative;
    padding: 2rem;
    background: rgb(122,135,152,0.5);
    transition: all 0.4s ease;
    border-bottom: 6px solid rgb(122,135,152);
    transform-style: preserve-3d;
}

.ar_toolspmB .company_holder h3::before {
    height: 30px;
    border-left: 3px solid #ffffff;
    width: 30px;
    content: "";
    border-top: 3px solid #ffffff;
    top: -10px;
    position: absolute;
    left: -10px;
}

.ar_toolspmB .donate_btnUlF {
    transform: translateZ(10px);
    line-height: 1.6;
    border-radius: 10px;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 17px;
}

.ar_toolspmB .top_learnuTY {
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    min-width: 220px;
    transform: rotateX(-5deg);
    flex: 1 1 calc(50% - 1.5rem);
}

.ar_toolspmB .top_learnuTY h5::after {
    height: 5px;
    background: rgb(89,102,118);
    bottom: -5px;
    right: 0;
    position: absolute;
    content: "";
    left: 0;
}

.ar_toolspmB .top_learnuTY .head_pagebargiy {
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    transform: translateZ(5px);
}

.ar_toolspmB .top_learnuTY .head_pagebargiy a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    height: 100%;
    content: "";
    left: -100%;
    width: 100%;
    transition: all 0.5s ease;
    position: absolute;
}

.ar_toolspmB .top_learnuTY .head_pagebargiy a:hover::before {
    left: 100%;
}

.faq_blockblY::before {
    width: 100%;
    height: 20px;
    position: absolute;
    transform-origin: bottom;
    content: "";
    left: 0;
    top: -20px;
    background: rgb(89,102,118);
    transform: rotateX(45deg);
}

.faq_blockblY .play_marketZoH {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(5px);
    background: rgba(255, 255, 255, 0.1);
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    border-radius: 50px;
    padding: 0.8rem 2rem;
}

.opening_pageMas .success_storyLJw {
    height: 100%;
    justify-content: center;
    width: 100%;
    display: flex;
    position: relative;
    z-index: 3;
    align-items: flex-end;
}

.opening_pageMas .edu_openIyb::after {
    left: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    content: "";
    background: 
        linear-gradient(90deg, #000000 0%, transparent 20%),
        linear-gradient(270deg, #000000 0%, transparent 20%);
    top: 0;
    height: 100%;
}

.opening_pageMas .learn_baseEFj:nth-child(2) {
    top: 0;
    height: 100%;
    width: 100%;
    transform: rotateY(90deg);
    position: absolute;
    left: 0;
}

.opening_pageMas .learn_baseEFj:nth-child(3) {
    left: 0;
    top: 0;
    transform: rotateY(180deg);
    height: 100%;
    width: 100%;
    position: absolute;
}

.opening_pageMas .learn_baseEFj::before {
    inset: 0;
    background: linear-gradient(to bottom, transparent 70%, #000000 100%);
    position: absolute;
    content: "";
    opacity: 0.8;
    z-index: 1;
}

.opening_pageMas .text_textnrR {
    width: 100%;
    text-align: center;
    position: relative;
    max-width: 1000px;
    z-index: 4;
    margin-bottom: 5rem;
    padding: 2rem 3rem;
}

.opening_pageMas .text_textnrR {
    padding: 1.5rem;
    margin-bottom: 3rem;
}

.opening_pageMas .text_textnrR h1::after {
    height: 1px;
    content: "";
    bottom: -10px;
    position: absolute;
    width: 60%;
    left: 50%;
    background-color: rgb(122,135,152);
    transform: translateX(-50%);
}

.opening_pageMas .text_textnrR h1::after {
    bottom: -8px;
}

.opening_pageMas .text_textnrR p {
    max-width: 800px;
    font-size: 13px;
    color: #ffffff;
    opacity: 0.9;
    margin: 1.5rem auto;
    line-height: 1.6;
}

.opening_pageMas .text_textnrR p {
    animation: fade-in-up 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: 0.5s;
}

.opening_pageMas .text_textnrR p {
    margin: 1.2rem auto;
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}

.opening_pageMas .text_textnrR .help_formDJZ::before {
    right: 0;
    top: 0;
    transform: scaleX(0);
    bottom: 0;
    z-index: -1;
    content: "";
    left: 0;
    position: absolute;
    transition: transform 0.5s ease-out;
    background-color: rgb(89,102,118);
    transform-origin: 0 50%;
}

.opening_pageMas .text_textnrR .help_formDJZ:hover::before {
    transform: scaleX(1);
}

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

header .main_guideFkQ {
    border-radius: 11px;
    display: flex;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
    background: #ffffff;
}

header .nav_lessonPkI::before {
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(122,135,152,0.5), 
        rgb(89,102,118,0.5), 
        rgb(122,135,152,0.5), 
        transparent);
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
}

header .nav_expertFVl {
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    position: relative;
}

header .nav_expertFVl:hover {
    color: #ffffff;
}

header .nav_expertFVl:hover::before {
    opacity: 1;
}

header .nav_expertFVl::after {
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    transition: transform 0.3s ease;
    left: 0;
    content: '';
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, rgb(122,135,152), rgb(89,102,118));
    transform-origin: left;
}

.client_commentsKvY::before {
    border-radius: 50%;
    position: absolute;
    background: rgb(122,135,152,0.5);
    filter: blur(100px);
    left: -150px;
    height: 500px;
    z-index: 0;
    width: 500px;
    top: -150px;
    content: "";
}

.client_commentsKvY .success_storyLJw {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}

.client_commentsKvY h4::before {
    top: 50%;
    opacity: 0.5;
    content: "";
    animation: rotate 30s linear infinite;
    height: 150px;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    position: absolute;
    width: 150px;
    border-radius: 50%;
    border: 2px dashed rgb(122,135,152,0.5);
}

.client_commentsKvY .success_ratingsDpW {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    background: #ffffff;
    position: relative;
    border-radius: 19px;
    transform-style: preserve-3d;
    padding: 2.5rem;
    overflow: hidden;
    width: calc(33.333% - 2rem);
    margin: 1rem;
}

.client_commentsKvY .success_ratingsDpW:nth-child(3) {
    transform: translateZ(10px);
}

.client_commentsKvY .success_ratingsDpW:nth-child(5) {
    transform: translateZ(0px);
}

.client_commentsKvY .success_ratingsDpW:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    transform: translateZ(30px);
}

.client_commentsKvY .success_ratingsDpW:hover::before {
    transform: scale(1.5);
}

.client_commentsKvY .success_ratingsDpW .background_photoVwP {
    border: 4px solid rgb(89,102,118,0.5);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    margin: 0 auto 1.5rem;
}



.client_commentsKvY .success_ratingsDpW:hover .background_photoVwP {
    transform: scale(1.1);
}

.client_commentsKvY .success_ratingsDpW span {
    font-size: 18px;
    display: block;
    color: #000000;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}

.client_commentsKvY .success_ratingsDpW p::after {
    color: rgb(122,135,152,0.5);
    position: absolute;
    right: 0;
    bottom: -40px;
    font-size: 4rem;
    opacity: 0.5;
    content: "";
}

.our_missioncxI::before {
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    background: radial-gradient(circle at 30% 30%, rgb(122,135,152,0.5) 0%, transparent 60%);
    content: "";
    opacity: 0.4;
    height: 100%;
}

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

.our_missioncxI h1 {
    transform: translateX(calc(100vw * 0.02));
    position: relative;
    font-weight: 700;
    animation: slideIn 0.8s ease-out forwards 0.2s;
    opacity: 0;
    font-size: 47px;
    color: #000000;
    display: inline-block;
    margin-bottom: 3rem;
}

.our_missioncxI .study_tracksTbR {
    position: relative;
}

.our_missioncxI .study_tracksTbR ul {
    gap: 3rem;
    display: grid;
    margin: 0;
    grid-template-columns: 1fr;
    list-style: none;
    padding: 0;
}

.our_missioncxI .legacy_storyzWU:nth-child(1) {
    animation-delay: 0.4s;
}

.our_missioncxI .legacy_storyzWU:nth-child(2) {
    animation-delay: 0.7s;
}

.our_missioncxI .legacy_storyzWU:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.our_missioncxI .legacy_storyzWU::before {
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(122,135,152), rgb(89,102,118));
    width: 100%;
    top: 0;
    position: absolute;
    height: 4px;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.our_missioncxI .legacy_storyzWU:nth-child(2) h4 {
    animation-delay: 1.2s;
}

.our_missioncxI .legacy_storyzWU div {
    animation: fadeUp 0.8s ease-out forwards 1.4s;
    line-height: 1.8;
    transform: translateY(20px);
    opacity: 0;
    color: #000000;
    overflow-y: auto;
    padding-right: 1rem;
    font-size: 13px;
    max-height: 300px;
}

.cookiePolicyContainerpzt {
    bottom: 0;
    z-index: 90;
    background: rgb(156,170,185);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    padding: 20px 0;
    border-top: 3px solid rgb(122,135,152);
    width: 100%;
}

#cookie_info_bannerheN {
    display: none;
}

#cookie_info_bannerheN:checked ~ .cookiePolicyContainerpzt {
    visibility: hidden;
    opacity: 0;
}

.cookiePolicyContainerpzt p {
    font-size: 12px;
    max-width: 500px;
    color: #000000;
}

.cookie_confirmAZH {
    margin-right: 20px;
    flex-shrink: 0;
}

.user_statusoUE {
    color: #ffffff;
    min-width: 140px;
    flex-shrink: 0;
    text-transform: uppercase;
    font-weight: 600;
    transition: border 0.2s;
    background: rgb(122,135,152);
    text-decoration: none;
    padding: 12px 24px;
    font-size: 14px;
    border: 2px solid transparent;
    margin-left: 10px;
    text-align: center;
    border-radius: 10px;
}


.layer-containeretD .cookiePolicyContainerpzt {
    border: none;
    background: rgb(89,102,118);
    padding: 30px 0;
}

.layer-containeretD .tracking_policymqC h5, .layer-containeretD .tracking_policymqC p {
    color: #ffffff;
}

.program_assetsSUz::before {
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(89,102,118,0.5) 0%, transparent 60%);
}

.program_assetsSUz .success_storyLJw {
    align-items: center;
    display: flex;
    gap: 40px;
}

.program_assetsSUz .background_photoVwP::after {
    content: "";
    border: 3px solid rgb(122,135,152,0.5);
    top: 20px;
    border-radius: 30% 10% 30% 10%;
    left: 20px;
    position: absolute;
    z-index: -1;
    bottom: -20px;
    right: -20px;
}

.program_assetsSUz .text_textnrR {
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    position: relative;
    flex: 0 0 50%;
    padding: 40px 35px;
    border-radius: 10px;
}

.program_assetsSUz h3 {
    color: #000000;
    margin-bottom: 30px;
    padding-left: 15px;
    position: relative;
    font-weight: 700;
    font-size: 38px;
}

.program_assetsSUz ul {
    gap: 20px;
    flex-direction: column;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}

.program_assetsSUz li {
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: linear-gradient(90deg, #ffffff, rgb(156,170,185) 180%);
    padding: 15px;
}

.program_assetsSUz svg {
    flex-shrink: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
    align-items: center;
    padding: 5px;
    justify-content: center;
}

.program_assetsSUz li:hover svg path {
    fill: rgb(89,102,118);
}

.privacy_shelterIYm {
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    color: #000000;
    overflow: hidden;
    transition: background-color 0.3s, box-shadow 0.3s;
    font-family: Arial, sans-serif;
    height: auto;
    padding: 40px;
}

.privacy_shelterIYm h2 {
    border-bottom: 1px solid rgb(89,102,118);
    color: rgb(89,102,118);
    font-size: 33px;
    padding-bottom: 5px;
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.privacy_shelterIYm li {
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 15px;
}

.privacy_shelterIYm p, .privacy_shelterIYm span, .privacy_shelterIYm div {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.8;
    font-weight: 300;
}

.mentorship_experienceeCl::before {
    background: linear-gradient(45deg, transparent 45%, rgb(89,102,118,0.5) 45%, rgb(89,102,118,0.5) 55%, transparent 55%);
    transform: scale(1.5) rotate(-5deg);
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.mentorship_experienceeCl .employee_sectionLJS {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 27px;
    padding: 2.5rem;
    background: #ffffff;
    max-width: 450px;
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
}

.mentorship_experienceeCl .name {
    color: rgb(122,135,152);
    margin-bottom: 0.5rem;
    font-size: 30px;
    transform: skewX(-5deg);
    font-weight: 700;
}

.mentorship_experienceeCl .employee_sectionLJS div:nth-child(2) {
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: rgb(89,102,118);
    font-size: 19px;
    transform: skewX(-5deg);
}

.mentorship_experienceeCl .experience_pathOhB::before {
    background: linear-gradient(to bottom, rgb(122,135,152), rgb(89,102,118));
    width: 4px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
}

.course_structureADV {
    padding: 100px 0;
    background-color: rgb(156,170,185);
    position: relative;
    overflow: hidden;
}

.course_structureADV::after {
    animation: rotate 20s linear infinite;
    height: 400px;
    top: -100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(89,102,118,0.5) 0%, transparent 80%);
    content: "";
    position: absolute;
    right: -100px;
    z-index: 1;
    width: 400px;
}

.course_structureADV .learn_workueN {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 40px;
}

.course_structureADV .text_textnrR h2 {
    padding-left: 20px;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    font-size: 29px;
    border-left: 4px solid rgb(122,135,152);
    font-weight: 700;
    grid-column: 1 / -1;
}

.course_structureADV .description:first-of-type {
    overflow: hidden;
    position: relative;
}

.course_structureADV .description:first-of-type::before {
    content: "";
    left: -10px;
    z-index: -1;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -10px;
    background-color: rgb(122,135,152,0.5);
    border-radius: 50%;
}

.course_structureADV .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.course_structureADV .background_photoVwP {
    transition: transform 0.5s ease;
    height: 400px;
    overflow: hidden;
    margin: 40px 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 22px;
    position: relative;
}

.course_structureADV .background_photoVwP::after {
    filter: blur(10px);
    border-radius: 50%;
    content: "";
    background: rgb(122,135,152);
    opacity: 0.7;
    left: 50%;
    height: 10px;
    position: absolute;
    top: -20px;
    width: 90%;
    transform: translateX(-50%);
    animation: glow 4s infinite alternate;
}

.help_centercUw::before {
    z-index: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.help_centercUw .ask_for_helpeOp {
    perspective: 1000px;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    display: grid;
    gap: 24px;
    position: relative;
}

.help_centercUw .contact_formYJr::before {
    opacity: 0.1;
    height: 150px;
    width: 150px;
    z-index: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgb(122,135,152,0.5) 100%);
    content: "";
    border-radius: 0 0 11px 0;
    transition: opacity 0.3s ease;
}

.help_centercUw .contact_formYJr:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) rotateX(3deg) rotateY(3deg);
}

.help_centercUw .contact_formYJr:hover::before {
    opacity: 0.2;
}

.help_centercUw h2 {
    transform: translateZ(10px);
    position: relative;
    color: #000000;
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 33px;
}

.help_centercUw .contact_formYJr:hover h2::before {
    width: 60px;
}

.help_centercUw h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 16px;
}

.help_centercUw .contact_widgetOcX {
    color: rgb(122,135,152);
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    font-size: calc(18px * 1.15);
}

.help_centercUw .learn_formEls {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 22px;
    margin-top: 28px;
}

.help_centercUw .contact_helpYxZ span:hover {
    transform: translateY(-2px);
    color: #ffffff;
    border-color: rgb(122,135,152);
    background: rgb(122,135,152);
}

.help_centercUw .contact_formYJr .background_photoVwP {
    transform: translateZ(20px);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 11px;
    height: 100%;
    transition: transform 0.4s ease-out;
    width: 100%;
}

.help_centercUw .contact_formYJr:hover .background_photoVwP::after {
    opacity: 0.4;
}

.help_centercUw .quick_answerssUD {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.help_centercUw .quick_answerssUD a {
    text-decoration: none;
    padding: 18px;
    overflow: hidden;
    transform: translateZ(5px);
    position: relative;
    border-radius: 11px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    background: #ffffff;
}

.help_centercUw .quick_answerssUD a:hover::before {
    opacity: 0.15;
}

.help_centercUw .quick_answerssUD a span {
    font-size: calc(18px * 0.85);
    font-weight: 600;
    margin-right: 10px;
    color: rgb(122,135,152);
    z-index: 1;
    position: relative;
}

.help_centercUw svg {
    height: 22px;
    transition: transform 0.3s ease;
    position: relative;
    fill: rgb(122,135,152);
    width: 22px;
    margin-right: 12px;
    z-index: 1;
}



.help_centercUw .quick_answerssUD a::after {
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    height: 12px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    transform: translateY(-50%);
    top: 50%;
    content: "";
    border-right: 2px solid rgb(122,135,152,0.5);
    width: 12px;
    position: absolute;
    border-top: 2px solid rgb(122,135,152,0.5);
}

.help_centercUw .contact_formYJr:first-child {
    transition: all 0.4s ease;
    transform: translateZ(0) perspective(1000px);
}

.help_centercUw .contact_formYJr:nth-child(2) {
    transform: translateZ(0) perspective(1000px);
    transition: all 0.4s ease;
}

.help_centercUw .container::before {
    right: -150px;
    width: 300px;
    top: -150px;
    position: absolute;
    border-radius: 50%;
    content: "";
    opacity: 0.3;
    z-index: -1;
    background: radial-gradient(circle, rgb(89,102,118,0.5) 0%, transparent 70%);
    height: 300px;
}

.help_centercUw .contact_formYJr:nth-child(odd) {
    animation: tileFloat 6s ease-in-out infinite;
}



.help_centercUw .contact_helpYxZ span:nth-child(odd) {
    animation: fadeInLeft 0.5s ease-out both;
}

.contactNsi {
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        225deg, 
        rgb(156,170,185) 0%, 
        rgb(89,102,118,0.5) 100%
    );
    padding: 6rem 0;
}

.contactNsi::after {
    top: -50%;
    width: 200%;
    animation: circuit-pulse 10s infinite alternate;
    z-index: 2;
    position: absolute;
    content: '';
    height: 200%;
    left: -50%;
    background: radial-gradient(
        circle at center, 
        rgb(122,135,152,0.5) 0%, 
        transparent 70%
    );
    opacity: 0.6;
}

.contactNsi .container {
    padding: 0 1rem;
    max-width: 1300px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
}

.contactNsi h2::before,
.contactNsi h2::after {
    bottom: -0.5rem;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(122,135,152), 
        transparent
    );
    height: 2px;
    content: '';
    position: absolute;
}

.contactNsi h2::before {
    width: 30%;
    left: 0;
}

.contactNsi .inquiry_widgetpmA:hover {
    transform: rotateX(0) scale(1);
}

.contactNsi .background_photoVwP {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

.contactNsi .background_photoVwP::before {
    mix-blend-mode: color-dodge;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    background: linear-gradient(
        135deg, 
        rgb(122,135,152,0.5) 0%, 
        rgb(89,102,118,0.5) 100%
    );
    position: absolute;
    opacity: 0.7;
}

.contactNsi .message_helpktV form {
    margin: 0 auto;
    max-width: 500px;
    z-index: 3;
    position: relative;
    width: 100%;
}

.contactNsi .message_helpktV h3 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 32px;
}

.contactNsi .message_helpktV input:not([type="checkbox"]):not([type="submit"])::before {
    opacity: 0;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(122,135,152,0.5) 100%
    );
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    content: '';
}

.contactNsi .message_helpktV input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}

.contactNsi .message_helpktV .request_gridDxn input[type="checkbox"] {
    height: 22px;
    cursor: pointer;
    appearance: none;
    border: 2px solid rgb(122,135,152,0.5);
    width: 22px;
    position: relative;
    border-radius: 10px;
    background: rgb(89,102,118,0.5);
    transition: all 0.3s ease;
    margin-right: 1rem;
}

.contactNsi .message_helpktV .request_gridDxn label {
    align-items: center;
    font-size: 16px;
    display: flex;
    color: #ffffff;
}

.contactNsi .message_helpktV .request_gridDxn a {
    text-decoration: none;
    color: rgb(122,135,152);
    transition: color 0.3s ease;
    margin-left: 0.3rem;
}

.contactNsi .message_helpktV .help_formDJZ::before {
    top: 0;
    position: absolute;
    height: 100%;
    transition: all 0.3s ease;
    width: 100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(122,135,152,0.5), 
        transparent
    );
    content: '';
    left: -100%;
}

.contactNsi .message_helpktV .help_formDJZ:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(122,135,152,0.5);
}

.plan_wrappersZI::before {
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(122,135,152), 0.03) 40px, rgba(rgb(122,135,152), 0.03) 80px);
    top: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
}

.plan_wrappersZI .fee_plansrhB {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: rgba(#ffffff, 0.9);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin: 0 auto;
    z-index: 3;
    padding: 2rem;
    position: relative;
    transform: translateY(0);
    max-width: 600px;
}

.plan_wrappersZI .fee_plansrhB:hover h2::after {
    transform: scaleX(1.5);
}

.plan_wrappersZI .monthly_ratefYP {
    color: #000000;
    max-width: 100%;
    word-break: break-word;
    font-size: 18px;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-top: 1.5rem;
}

.plan_wrappersZI .pricing_dealsqcF {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
}

.plan_wrappersZI .pricing_dealsqcF:hover .basic_ratesWrt {
    box-shadow: 0 15px 35px rgba(rgb(122,135,152,0.5), 0.15);
}

.plan_wrappersZI .access_costTOb {
    flex-grow: 1;
    min-height: 280px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.plan_wrappersZI .pricing_packerB {
    display: block;
    font-weight: 700;
    position: relative;
    margin: 0.5rem 0 1.25rem;
    color: rgb(122,135,152);
    font-size: calc(18px + 0.3rem);
}

.plan_wrappersZI .access_costTOb p {
    line-height: 1.6;
    margin-top: 1.5rem;
    flex-grow: 1;
    word-break: break-word;
    font-size: 18px;
    overflow-wrap: break-word;
    color: #000000;
}

.plan_wrappersZI .background_photoVwP::after {
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    z-index: 1;
}


@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: 767px) {.ty_messageoaN {
    padding: 70px 0 50px;
}.ty_messageoaN h2 {
    font-size: calc(32px * 0.8);
    line-height: 1.4;
    margin-bottom: 30px;
}.ty_messageoaN .success_storyLJw {
    padding: 35px 25px;
}.ty_messageoaN span {
    font-size: 18px;
    line-height: 1.6;
}.ty_messageoaN h2::after {
    width: 60px;
    height: 2px;
}
}



@media (hover: hover) {.ty_messageoaN .success_storyLJw:hover {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
}.ty_messageoaN .success_storyLJw:hover::before {
    background: linear-gradient(to bottom, rgb(122,135,152), rgb(89,102,118));
    transition: background 0.5s ease;
}}



@media (max-width: 768px) {.education_frameworkXdh {
    padding: 70px 0;
}.education_frameworkXdh h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.education_frameworkXdh .text_textnrR {
    padding: 25px;
}.education_frameworkXdh p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}



@media (min-width: 768px) {.take_a_spinzxQ {
    padding: 5rem 3rem;
}.take_a_spinzxQ .container {
    transform: perspective(1200px) rotateX(1deg);
    align-items: center;
    grid-template-columns: 2fr 1fr;
}.take_a_spinzxQ h6 {
    text-align: left;
    padding-right: 2rem;
    font-size: calc(18px * 1.4);
}.take_a_spinzxQ h6::after {
    left: 0;
    transform: translateX(0) scaleX(0);
    bottom: -20px;
}.take_a_spinzxQ:hover h6::after {
    transform: translateX(0) scaleX(1);
}.take_a_spinzxQ div div {
    justify-content: flex-start;
    padding-top: 0;
}.take_a_spinzxQ .help_formDJZ {
    padding: 1rem 2.8rem;
}
}



@media (max-width: 480px) {.take_a_spinzxQ {
    padding: 3rem 1.2rem;
}.take_a_spinzxQ h6 {
    font-size: 18px;
}.take_a_spinzxQ .help_formDJZ {
    padding: 0.8rem 1.8rem;
    justify-content: center;
    width: 100%;
}.take_a_spinzxQ div div span {
    width: 100%;
}}



@media (max-width: 992px) {.ar_toolspmB {
    padding: 4rem 0 2rem;
}.ar_toolspmB .container {
    flex-direction: column;
    gap: 3rem;
}.ar_toolspmB .company_holder,
    .ar_toolspmB .encrypt_ctahlz {
    min-width: 100%;
    flex: 1 1 100%;
}.ar_toolspmB .top_learnuTY {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.ar_toolspmB .company_holder,
    .ar_toolspmB .top_learnuTY {
    transform: none;
}
}



@media (max-width: 576px) {.ar_toolspmB {
    padding: 3rem 0 1rem;
}.ar_toolspmB .top_learnuTY {
    flex: 1 1 100%;
    min-width: 100%;
}.ar_toolspmB .head_pagebargiy {
    gap: 0.7rem;
}.ar_toolspmB .top_learnuTY .head_pagebargiy a {
    padding: 0.6rem 0.8rem;
}.faq_blockblY {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.faq_blockblY::before {
    display: none;
}
}



@media (max-width: 992px) {.opening_pageMas .text_textnrR {
    margin-bottom: 4rem;
    padding: 2rem;
}.opening_pageMas .text_textnrR h1 {
    font-size: calc(45px * 0.85);
}.opening_pageMas .text_textnrR p {
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .main_guideFkQ {
    padding: 0.8rem;
    gap: 0.8rem;
}header .nav_lessonPkI svg {
    width: 140px;
}header .top_learnuTY {
    padding: 0.5rem;
}header .nav_expertFVl {
    padding: 0.4rem 0.8rem;
    font-size: calc(17px - 1px);
}
}



@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .main_guideFkQ {
    padding: 0.7rem;
    gap: 0.7rem;
}header .nav_lessonPkI svg {
    width: 120px;
}header .top_learnuTY {
    gap: 0.3rem;
    padding: 0.4rem;
}header .nav_expertFVl {
    font-size: calc(17px - 2px);
    padding: 0.3rem 0.7rem;
}
}



@media (max-width: 992px) {.client_commentsKvY .success_ratingsDpW {
    width: calc(50% - 2rem);
}.client_commentsKvY h4 {
    font-size: calc(36px * 0.9);
}.client_commentsKvY .learning_voicestBu::before {
    width: 300px;
    height: 300px;
}
}



@media (max-width: 768px) {.client_commentsKvY {
    padding: 5rem 1.5rem;
}.client_commentsKvY .success_ratingsDpW {
    width: 100%;
    margin: 1rem 0;
}.client_commentsKvY h4 {
    font-size: calc(36px * 0.8);
    margin-bottom: 3rem;
}.client_commentsKvY .learning_voicestBu::before {
    width: 220px;
    height: 220px;
}.client_commentsKvY .success_ratingsDpW:nth-child(n) {
    transform: translateZ(0);
}}



@media (min-width: 992px) {.our_missioncxI::before {
    background: radial-gradient(circle at 30% 30%, rgb(122,135,152,0.5) 0%, transparent 70%);
}.our_missioncxI .container {
    padding: 0 3rem;
}.our_missioncxI h1 {
    margin-left: 2rem;
    font-size: calc(47px * 1.4);
}.our_missioncxI .legacy_storyzWU {
    padding: 3.5rem;
    border-radius: 26px;
}.our_missioncxI .legacy_storyzWU:nth-child(1) {
    transform: translate(30px, 60px) rotate(-2deg);
}.our_missioncxI .legacy_storyzWU:nth-child(2) {
    transform: translate(-30px, -30px) rotate(2deg);
}.our_missioncxI .legacy_storyzWU:hover:nth-child(1),
    .our_missioncxI .legacy_storyzWU:hover:nth-child(2) {
    transform: translate(0, 0) rotate(0);
}.our_missioncxI .legacy_storyzWU h4 {
    margin-bottom: 2rem;
    font-size: calc(21px * 1.4);
}
}



@media (max-width: 992px) {.program_assetsSUz {
    padding: 70px 0;
}.program_assetsSUz .success_storyLJw {
    gap: 40px;
    flex-direction: column;
}.program_assetsSUz .background_photoVwP {
    max-width: 70%;
    flex: none;
    margin: 0 auto;
}.program_assetsSUz .text_textnrR {
    width: 90%;
    margin: 0 auto;
    flex: none;
}.program_assetsSUz .text_textnrR::before {
    top: 0;
    height: 6px;
    left: 0;
    width: 100%;
}
}



@media only screen and (max-width: 800px) {.privacy_shelterIYm {
    padding: 20px 10px;
}.privacy_shelterIYm h1 {
    font-size: calc(21px * 0.8);
}.privacy_shelterIYm h2 {
    font-size: calc(21px * 0.8);
}.privacy_shelterIYm h3, .privacy_shelterIYm h4, .privacy_shelterIYm h5, .privacy_shelterIYm h6 {
    font-size: calc(21px * 0.8);
}.privacy_shelterIYm p, .privacy_shelterIYm span, .privacy_shelterIYm div {
    font-size: calc(16px * 0.9);
}}



@media screen and (max-width: 1024px) {.course_structureADV {
    padding: 80px 0;
}.course_structureADV .background_photoVwP {
    margin: 30px 0;
    height: 350px;
}
}



@media screen and (max-width: 768px) {.course_structureADV {
    padding: 60px 0;
}.course_structureADV .text_textnrR {
    gap: 20px;
    grid-template-columns: 1fr;
}.course_structureADV .description {
    padding: 25px;
}.course_structureADV .background_photoVwP {
    margin: 25px 0;
    height: 300px;
}.course_structureADV h2 {
    font-size: calc(29px * 0.9);
}
}



@media (max-width: 992px) {.help_centercUw {
    padding: 70px 0;
}.help_centercUw .ask_for_helpeOp {
    grid-template-columns: 1fr 1fr;
}.help_centercUw .contact_formYJr:last-child {
    grid-column: span 2;
}.help_centercUw .contact_formYJr {
    padding: 30px;
}
}



@media (max-width: 768px) {.help_centercUw {
    padding: 50px 0;
}.help_centercUw .ask_for_helpeOp {
    grid-template-columns: 1fr;
}.help_centercUw .contact_formYJr:last-child {
    grid-column: span 1;
}.help_centercUw h2 {
    font-size: calc(33px * 0.9);
}.help_centercUw .contact_formYJr .background_photoVwP {
    height: 280px;
}.help_centercUw .quick_answerssUD {
    gap: 15px;
}
}



@media screen and (max-width: 1024px) {.contactNsi .inquiry_widgetpmA {
    flex-direction: column;
    transform: none;
}.contactNsi .background_photoVwP {
    min-height: 300px;
    flex: 0 0 100%;
}.contactNsi .message_helpktV {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}



@media screen and (max-width: 768px) {.contactNsi {
    padding: 3rem 0;
}.contactNsi h2 {
    margin-bottom: 2rem;
    font-size: calc(41px * 0.8);
}.contactNsi .message_helpktV h3 {
    font-size: calc(32px * 0.9);
}.contactNsi .message_helpktV input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.contactNsi .message_helpktV .request_gridDxn {
    align-items: flex-start;
}.contactNsi .message_helpktV .request_gridDxn input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (min-width: 1200px) {.plan_wrappersZI .group_planscZn {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.plan_wrappersZI .access_costTOb {
    padding: 2.5rem;
}.plan_wrappersZI .fee_plansrhB h2 {
    font-size: calc(32px + 0.2rem);
}.plan_wrappersZI .background_photoVwP {
    height: 250px;
}
}



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



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



@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}



@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: rotate(-15deg) scale(1.1);
    }
}

@keyframes cube-carousel {
    0%, 20% {
        transform: rotateY(0deg);
    }
    25%, 45% {
        transform: rotateY(-90deg);
    }
    50%, 70% {
        transform: rotateY(-180deg);
    }
    75%, 95% {
        transform: rotateY(-270deg);
    }
    100% {
        transform: rotateY(-360deg);
    }
}

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

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



@keyframes slideIn {
    0% {
        transform: translateX(calc(100vw * 0.02));
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



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

@keyframes pulseScale {
        0% {
            transform: scale(0.9);
            opacity: 0.3;
        }
        100% {
            transform: scale(1.1);
            opacity: 0.6;
        }
    }

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

@keyframes tileFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}



@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

