header,footer {
    width: 100%;
}

header {
    position: fixed;
    border-bottom: 2px solid rgb(228,215,237);
    left: 0;
    transition: all 0.3s ease;
    background-color: #ffffff;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.head-top-id {
    flex: 1 0 auto;
}

.program-overview-id::before {
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-image: 
        linear-gradient(45deg, rgb(168,138,193,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(168,138,193,0.5) 25%, transparent 25%);
    opacity: 0.05;
    position: absolute;
    z-index: 0;
    content: "";
    background-size: 60px 60px;
}

.program-overview-id .pic-float-id:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.program-overview-id .prose-block-id {
    justify-content: center;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    position: relative;
    background: #ffffff;
    flex-direction: column;
    transform: translateX(0);
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.program-overview-id h3::after {
    background: linear-gradient(90deg, rgb(202,176,217), rgb(168,138,193));
    transition: width 0.5s ease;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 60px;
}

.appMessage-id {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(228,215,237) 0%, rgb(202,176,217,0.5) 100%);
}

.appMessage-id::after {
    position: absolute;
    opacity: 0.05;
    transform: rotate(-5deg);
    z-index: 0;
    background: linear-gradient(225deg, rgb(202,176,217) 0%, transparent 80%);
    height: 40%;
    bottom: -10px;
    filter: blur(20px);
    width: 40%;
    right: -10px;
    content: "";
}

.appMessage-id .academy-team-id {
    padding: 3rem;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 13px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
}

.appMessage-id ul {
    z-index: 1;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

.appMessage-id li::before {
    transform: scale(0);
    content: "";
    background: rgb(202,176,217);
    width: 8px;
    animation: appearDot 0.4s forwards 1s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 50%;
    position: absolute;
    top: 8px;
    opacity: 0;
    left: 0;
    height: 8px;
}

header .header-start-id {
    padding: 0;
    width: 100%;
}

header .main-master-id {
    gap: 35px;
    align-items: center;
    display: flex;
}

header .nav-know-id:before {
    transform: translateY(-50%) scale(0);
    width: 6px;
    top: 50%;
    content: '';
    background-color: rgb(202,176,217);
    border-radius: 10px;
    left: -15px;
    position: absolute;
    height: 6px;
    transition: transform 0.3s ease;
}

header .nav-begin-id {
    padding: 5px 10px;
    position: relative;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
}

header .nav-begin-id:hover svg {
    transform: scale(1.05);
}

.plan-wrapper-id::before {
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    top: 0;
    backdrop-filter: blur(4px);
    right: 0;
    content: "";
}

.plan-wrapper-id h2 {
    margin-bottom: 20px;
    position: relative;
    transform: translateY(20px);
    color: #ffffff;
    font-weight: 700;
    animation: fadeSlideUp 0.7s ease forwards;
    opacity: 0;
    font-size: 29px;
    text-align: center;
    letter-spacing: 1px;
}

.plan-wrapper-id .edu-packages-id li {
    opacity: 0;
    transform: translateY(30px);
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
    animation: fadeSlideUp 0.8s ease forwards;
}

.plan-wrapper-id .cost-table-id::before {
    transform: scaleX(0);
    width: 100%;
    transform-origin: left;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(202,176,217), rgb(168,138,193));
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    left: 0;
    height: 4px;
}

.plan-wrapper-id .annual-plan-id {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.plan-wrapper-id .annual-plan-id h4::after {
    left: 0;
    content: "";
    bottom: 0;
    width: 40px;
    background: rgb(168,138,193);
    height: 2px;
    position: absolute;
}

.plan-wrapper-id .cost-table-id:hover .learning-package-id {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}

.get-in-touch-idTWy::before {
    top: 0;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(202,176,217,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(168,138,193,0.5) 0%, transparent 70%);
    height: 100%;
    opacity: 0.4;
    width: 100%;
    z-index: 1;
    left: 0;
    content: '';
}

.get-in-touch-idTWy .pic-float-id::after {
    position: absolute;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    opacity: 0.7;
    background: linear-gradient(135deg, rgb(202,176,217,0.5) 0%, transparent 60%);
    top: 0;
}

.get-in-touch-idTWy .feedback-box-id:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}

.get-in-touch-idTWy .query-form-id::before {
    right: -100px;
    top: -100px;
    opacity: 0.2;
    content: '';
    height: 200px;
    background: radial-gradient(rgb(202,176,217,0.5), transparent 70%);
    position: absolute;
    width: 200px;
    border-radius: 50%;
}

.get-in-touch-idTWy input[type="text"],
.get-in-touch-idTWy textarea {
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-radius: 10px;
    font-size: 17px;
}

.get-in-touch-idTWy .help-section-id label {
    position: relative;
    padding-left: 30px;
    font-size: 13px;
    cursor: pointer;
    color: #ffffff;
    line-height: 1.5;
}

.get-in-touch-idTWy .help-section-id input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    left: 7px;
    position: absolute;
    height: 12px;
    content: '';
    top: 5px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    width: 6px;
}

.get-in-touch-idTWy .support-block-id::before {
    width: 100%;
    height: 100%;
    transition: left 0.7s ease;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    position: absolute;
    content: '';
}

.get-in-touch-idTWy .query-links-id::before {
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(202,176,217,0.5) 0%, transparent 60%);
    width: 100%;
    height: 100%;
    opacity: 0.4;
    right: 0;
    top: 0;
    content: '';
    position: absolute;
}

.get-in-touch-idTWy .query-card-id li {
    display: flex;
    transition: transform 0.3s ease;
    position: relative;
    padding-left: 5px;
    align-items: flex-start;
    margin-bottom: 25px;
}

.get-in-touch-idTWy .query-card-id svg {
    margin-right: 15px;
    width: 24px;
    fill: rgb(202,176,217);
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(202,176,217,0.5));
    height: 24px;
    flex-shrink: 0;
}

.get-in-touch-idTWy .query-card-id a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

.welcome-board-id::before {
    width: 100%;
    content: "";
    top: 0;
    z-index: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(202,176,217,0.5) 5%, transparent 7%),
    radial-gradient(circle at 80% 70%, rgb(202,176,217,0.5) 5%, transparent 7%),
    radial-gradient(circle at 50% 50%, rgb(168,138,193,0.5) 3%, transparent 5%),
    radial-gradient(circle at 30% 80%, rgb(202,176,217,0.5) 4%, transparent 6%);
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.1;
}

.welcome-board-id h3::before {
    height: 2px;
    content: "";
    position: absolute;
    background: rgb(202,176,217);
    width: 1.5rem;
    transform: translateY(-50%);
    left: -2rem;
    top: 50%;
}

.welcome-board-id .learn-roots-id::before {
    height: 6px;
    background: linear-gradient(90deg, rgb(202,176,217), rgb(168,138,193));
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}

.welcome-board-id .learn-roots-id:hover h1::after {
    transform: scaleX(1.5);
}

.welcome-board-id .learn-roots-id > div {
    padding: 2rem;
    overflow: hidden;
    margin-top: 1.5rem;
    border-radius: 2px;
    position: relative;
    box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.05), inset -5px -5px 15px rgba(255, 255, 255, 0.7);
}

.welcome-board-id .learn-roots-id > div:hover p {
    transform: translateZ(20px) translateX(5px);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

.privacy-guard-id:before, .privacy-guard-id:after {
    pointer-events: none;
    left: 0;
    content: "";
    z-index: 0;
    transform: rotate(45deg) translate(-50%, -50%);
    top: 0;
    position: absolute;
    transform-origin: center;
    opacity: 0.2;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgb(202,176,217,0.5), rgb(168,138,193,0.5));
}

.privacy-guard-id ul, .privacy-guard-id ol {
    padding-left: 0;
    list-style: none;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.privacy-guard-id div {
    border-radius: 10px;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    line-height: 1.8;
    z-index: 1;
}

.privacy-guard-id a {
    text-decoration: none;
    border-bottom: 1px solid rgb(168,138,193);
    font-weight: 600;
    position: relative;
    z-index: 1;
    color: rgb(168,138,193);
}

.privacy-guard-id button {
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 700;
    border: none;
    background: rgb(202,176,217);
    position: relative;
    padding: 15px 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 1;
}

.teaching-history-id .reviews-block-id {
    background: #ffffff;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(202,176,217,0.5);
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    grid-template-areas:
    "photo quote"
    "name quote";
    border-radius: 20px;
    padding: 2.5rem;
    grid-template-columns: minmax(220px, 1fr) 2fr;
    transform: rotateX(5deg) rotateY(-2deg);
    display: grid;
    gap: 1.5rem;
    backdrop-filter: blur(10px);
    grid-template-rows: auto auto;
}

.teaching-history-id .experiencep-wrap-id {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    line-height: 1.7;
    transform: translateZ(15px);
    border-radius: 20px;
    color: #000000;
    font-size: calc(17px * 1.1);
    position: relative;
    grid-area: quote;
    padding: 2rem;
    transition: transform 0.3s ease;
    background: linear-gradient(to right, #ffffff, rgb(228,215,237));
}

.learning-system-id::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 6px;
    bottom: 0;
    animation: gradientMove 12s linear infinite;
    background: linear-gradient(90deg, rgb(168,138,193) 0%, rgb(202,176,217) 50%, rgb(168,138,193) 100%);
    z-index: 2;
}

.learning-system-id .academy-team-id:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.learning-system-id h3 {
    font-size: calc(38px * 0.85);
    transform-origin: left center;
    animation: fadeInUp 0.8s ease-out forwards;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
}

.learning-system-id .academy-team-id:hover h3::after {
    transform: scaleX(1);
}

.learning-system-id p span {
    z-index: 2;
    position: relative;
    display: block;
}

.learning-system-id p::before {
    background: rgb(168,138,193,0.5);
    height: 40px;
    transform: rotate(45deg);
    opacity: 0.3;
    border-radius: 10px;
    top: -10px;
    left: -20px;
    width: 40px;
    z-index: 1;
    content: "";
    position: absolute;
}

footer .milestone-cta-id {
    z-index: 1;
    position: relative;
}

footer .info_item {
    padding: 15px 20px 15px 25px;
    border-radius: 0 5px 5px 0;
    background-color: rgb(168,138,193,0.5);
    overflow: hidden;
    position: relative;
    max-width: 300px;
    flex: 1 1 200px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

footer .info_item a:hover {
    color: rgb(202,176,217);
}

footer .text_main_holder {
    position: relative;
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
}

footer .first-expert-id svg {
    filter: brightness(0) invert(1);
    width: auto;
    display: block;
    height: 45px;
    margin-bottom: 20px;
}

footer .main-master-id {
    position: relative;
}

footer .main-master-id h5::before {
    width: 3px;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    background-color: rgb(202,176,217);
    top: 0;
}

footer .header-top-id a:hover {
    transform: translateX(5px);
    background-color: rgb(202,176,217,0.5);
    color: #ffffff;
}

footer .header-top-id a:hover::before {
    width: 5px;
}

footer .subscribe_holder {
    border-radius: 20px;
    position: relative;
    padding: 30px;
    background-color: rgb(168,138,193,0.5);
}

footer .subscribe_holder h5::before {
    left: 0;
    top: 0;
    width: 3px;
    background-color: rgb(202,176,217);
    content: "";
    position: absolute;
    height: 100%;
}

footer .input_holder input[type="email"] {
    border-radius: 10px;
    font-size: 14px;
    padding: 14px 16px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}

footer .join-form-id:hover {
    background-color: rgb(168,138,193);
}

footer .join-form-id:hover::after {
    left: 100%;
}

footer .access-help-id {
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.meet-us-id {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.meet-us-id .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}

.meet-us-id .prose-block-id:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.meet-us-id .prose-block-id::before {
    background: rgb(168,138,193);
    width: 50px;
    left: 25px;
    height: 5px;
    top: -10px;
    position: absolute;
    transform: skewX(-25deg);
    content: "";
}

.meet-us-id h5 {
    font-size: 22px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 1.5px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    display: inline-block;
    background: linear-gradient(90deg, rgb(168,138,193), rgb(202,176,217));
    color: transparent;
}

.meet-us-id .prose-block-id:hover p b::after {
    transform: scaleX(1);
}

.meet-us-id ol li {
    scrollbar-color: rgb(168,138,193) transparent;
    max-height: 60vh;
    line-height: 1.8;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    font-size: 12px;
    text-align: justify;
    position: relative;
    scrollbar-width: thin;
    padding-left: 10px;
    color: #ffffff;
    overflow-y: auto;
}

.try-immediately-id::before {
    height: 100%;
    opacity: 0.05;
    background: repeating-conic-gradient(
        from 0deg at 50% 50%,
        rgb(202,176,217,0.5) 0deg,
        transparent 5deg,
        transparent 55deg,
        rgb(202,176,217,0.5) 60deg
    );
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    content: '';
    left: 0;
    animation: rotatePortal 20s linear infinite;
}

.try-immediately-id .academy-team-id::before {
    right: -10px;
    opacity: 0.2;
    position: absolute;
    top: -10px;
    background: linear-gradient(45deg, 
        rgb(202,176,217,0.5), 
        rgb(168,138,193,0.5), 
        rgb(202,176,217,0.5)
    );
    z-index: -1;
    bottom: -10px;
    filter: blur(20px);
    animation: gradientFlow 8s ease infinite;
    content: '';
    left: -10px;
}

.try-immediately-id h3::before {
    content: '';
    opacity: 0.1;
    height: 100%;
    filter: blur(15px);
    left: 0;
    background: radial-gradient(
        circle at center,
        #ffffff 0%,
        transparent 70%
    );
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    animation: pulseGlow 4s ease-in-out infinite;
}

.try-immediately-id .edu-askus-id::before {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    content: '';
    transition: opacity 0.4s ease;
    background: radial-gradient(
        circle at center,
        #ffffff 0%,
        transparent 70%
    );
    z-index: -1;
    position: absolute;
    opacity: 0;
}

.try-immediately-id .edu-askus-id:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 30px #ffffff;
    color: rgb(202,176,217);
    transform: translateY(-5px) scale(1.05);
}

.data-guard-id {
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    display: flex;
}

.cookie-all-id {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookieUsagePromptPanel-id p a {
    text-decoration: none;
    color: rgb(202,176,217);
}

#cookie-overlay-box-id:checked ~ .cookieUsagePromptPanel-id {
    visibility: hidden;
    opacity: 0;
}


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



@media (min-width: 768px) {.program-overview-id {
    padding: 8rem 0;
}.program-overview-id .training-track-id {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.program-overview-id .prose-block-id {
    transform: translateX(-30px);
}.program-overview-id .training-track-id:hover .prose-block-id {
    transform: translateX(0);
}.program-overview-id .pic-float-id {
    height: 480px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.program-overview-id .pic-float-id:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-10px);
}.program-overview-id h3 {
    font-size: 20px;
}
}



@media (max-width: 767px) {.appMessage-id {
    padding: 3rem 0;
}.appMessage-id h2 {
    margin-bottom: 2rem;
    line-height: 1.4;
    font-size: calc(36px * 0.8);
}.appMessage-id h2::after {
    bottom: -12px;
    width: 60px;
}.appMessage-id .academy-team-id {
    padding: 2rem 1.5rem;
}.appMessage-id .academy-team-id::after {
    width: 80px;
    height: 80px;
}.appMessage-id li {
    padding-left: 1.5rem;
}
}



@media (max-width: 767px) {header .main-master-id {
    transition: max-height 0.4s ease;
    width: 100%;
    left: 0;
    gap: 0;
    border-bottom: 3px solid rgb(202,176,217);
    padding: 0;
    z-index: 1001;
    top: 100%;
    position: absolute;
    max-height: 0;
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-direction: column;
}header .menu.active {
    max-height: 400px;
}header .nav-know-id {
    padding: 12px 20px;
    border-bottom: 1px solid rgb(228,215,237);
    width: 100%;
}header .nav-know-id:last-child {
    border-bottom: none;
}header .nav-know-id:before {
    left: 5px;
}header .nav-pagewrap-id {
    padding: 5px 0;
}header .nav-begin-id {
    margin: 0 auto;
}
}



@media (max-width: 768px) {.get-in-touch-idTWy {
    padding: 40px 0;
}.get-in-touch-idTWy .pic-float-id {
    display: none;
}.get-in-touch-idTWy h3 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.get-in-touch-idTWy .query-form-id,
    .get-in-touch-idTWy .query-links-id {
    padding: 30px;
}.get-in-touch-idTWy form h3,
    .get-in-touch-idTWy .query-links-id h4 {
    font-size: calc(24px * 0.9);
}.get-in-touch-idTWy input[type="text"],
    .get-in-touch-idTWy textarea {
    padding: 12px;
    margin-bottom: 15px;
}.get-in-touch-idTWy textarea {
    height: 100px;
}.get-in-touch-idTWy .support-block-id {
    padding: 12px;
}.get-in-touch-idTWy .query-card-id li {
    margin-bottom: 20px;
}.get-in-touch-idTWy .query-card-id svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}



@media only screen and (max-width: 800px) {.privacy-guard-id {
    padding: 20px;
    width: 95%;
}.privacy-guard-id h1 {
    font-size: calc(18px - 5px);
}.privacy-guard-id h2 {
    font-size: calc(18px - 3px);
}.privacy-guard-id ul, .privacy-guard-id ol {
    padding-left: 10px;
}.privacy-guard-id li {
    padding-left: 20px;
}.privacy-guard-id button {
    padding: 10px 20px;
}}



@media (max-width: 992px) {.teaching-history-id .reviews-block-id {
    grid-template-columns: 1fr;
    grid-template-areas:
      "pic-float-id"
      "name"
      "experiencep-wrap-id";
    transform: none;
    grid-template-rows: auto auto auto;
}.teaching-history-id .pic-float-id {
    max-width: 200px;
    margin: 0 auto;
}.teaching-history-id .name,
  .teaching-history-id .name + span {
    padding-left: 0;
    text-align: center;
}.teaching-history-id .name + span {
    margin-top: 0.5rem;
}
}



@media (prefers-reduced-motion: reduce) {.learning-system-id .academy-team-id,
    .learning-system-id .academy-team-id:hover,
    .learning-system-id::before,
    .learning-system-id h3::after {
    transition: none;
    animation: none;
    transform: none;
}.learning-system-id h3,
    .learning-system-id p {
    opacity: 1;
    animation: none;
}}



@media (max-width: 576px) {footer .credit-info-id {
    padding: 50px 0 20px;
}footer .main-master-id h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
    margin-bottom: 20px;
}footer .first-expert-id::before, footer .subscribe_holder::before {
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
}footer .input_holder input[type="email"],
    footer .join-form-id {
    padding: 12px;
}}



@media (prefers-reduced-motion: reduce) {.meet-us-id .prose-block-id,
    .meet-us-id .prose-block-id:hover,
    .meet-us-id h5::after,
    .meet-us-id .prose-block-id:hover h5::after,
    .meet-us-id p b::after,
    .meet-us-id .prose-block-id:hover p b::after,
    .meet-us-id ol li::before,
    .meet-us-id .prose-block-id:hover ol li::before {
    transition: none;
    transform: none;
}}



@media screen and (max-width: 768px) {.try-immediately-id {
    padding: 80px 0;
}.try-immediately-id .academy-team-id {
    padding: 40px 25px;
}.try-immediately-id h3 {
    margin-bottom: 45px;
    font-size: calc(34px * 0.8);
    letter-spacing: 3px;
}.try-immediately-id h3::after {
    bottom: -60px;
    width: 40px;
    height: 40px;
}.try-immediately-id .edu-askus-id {
    font-size: calc(20px * 0.95);
    padding: 16px 45px;
    letter-spacing: 2px;
    margin-top: 20px;
}
}



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



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



@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}



@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}



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



@keyframes gridScale {
    0% {
        background-size: 40px 40px;
        opacity: 0.1;
    }
    50% {
        background-size: 45px 45px;
        opacity: 0.2;
    }
    100% {
        background-size: 40px 40px;
        opacity: 0.1;
    }
}

