﻿.ZIsequity_info {
    flex: 0 0 auto;
}

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

.vnMstatistical_data::after {
    left: -50%;
    content: "";
    z-index: -1;
    position: absolute;
    background: repeating-linear-gradient(
        rgba(rgb(223,193,155,0.5), 0.03) 0px,
        transparent 1px,
        transparent 30px
    ), 
    repeating-linear-gradient(
        90deg,
        rgba(rgb(223,193,155,0.5), 0.03) 0px,
        transparent 1px,
        transparent 30px
    );
    height: 200%;
    animation: gridMove 35s linear infinite;
    transform: rotate(15deg);
    top: -50%;
    width: 200%;
}

.vnMstatistical_data .Mmfstatistics_advantage::before {
    left: 0;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
    height: 100%;
}

.vnMstatistical_data .Mmfstatistics_advantage:hover::after {
    opacity: 0.1;
    transform: scale(1);
}

.vnMstatistical_data .Mmfstatistics_advantage p::before {
    left: -20px;
    position: absolute;
    z-index: -1;
    content: "";
    top: -10px;
    width: 40px;
    height: 40px;
    background: rgb(223,193,155,0.5);
    border-radius: 50%;
    filter: blur(10px);
    opacity: 0.2;
}

.vnMstatistical_data ul:has(.Mmfstatistics_advantage:nth-child(3):last-child) .Mmfstatistics_advantage {
    flex: 0 0 calc(33.33% - 27px);
    max-width: calc(33.33% - 27px);
}

.vnMstatistical_data svg {
    fill: rgb(223,193,155);
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.sQwclient_experience .KiDtimeline_hist {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}

.sQwclient_experience h4::before {
    content: "";
    width: 5px;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgb(223,193,155);
    top: 0;
}

.sQwclient_experience .euIclient_story {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
    position: relative;
    transform: translateX(0) translateY(0);
    background: #ffffff;
    padding: 35px 30px;
}

.sQwclient_experience .euIclient_story:hover {
    transform: translateX(-5px) translateY(-5px);
}

.sQwclient_experience .euIclient_story:nth-child(even) {
    border-radius: 20px 0 20px 0;
}

.sQwclient_experience .XYVimage_container::after {
    opacity: 0.5;
    transform: translate(-5px, -5px);
    background: linear-gradient(225deg, rgb(223,193,155,0.5) 0%, rgb(201,156,104,0.5) 100%);
}

.sQwclient_experience .euIclient_story:nth-child(odd) .XYVimage_container {
    border-radius: 0 30px 0 30px;
}

.sQwclient_experience .euIclient_story span::after {
    left: 50%;
    position: absolute;
    width: 50px;
    content: "";
    height: 2px;
    background: rgb(223,193,155);
    transform: translateX(-50%);
    bottom: -8px;
}

.sQwclient_experience .euIclient_story:nth-child(3n+2) {
    transform: rotate(2deg);
}

.Oyrcontact::after {
    background-position: 0 0, 0 0, 0 0, 0 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    animation: backgroundMove 30s infinite linear;
    left: 0;
    content: "";
    background-image: 
        repeating-linear-gradient(45deg, rgb(223,193,155,0.5) 0, rgb(223,193,155,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(201,156,104,0.5) 0, rgb(201,156,104,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(223,193,155,0.5), transparent 70%),
        linear-gradient(180deg, rgb(201,156,104,0.5), transparent 70%);
    position: absolute;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    opacity: 0.2;
    top: 0;
}

.Oyrcontact form {
    position: relative;
    z-index: 2;
}

.Oyrcontact form h3::after {
    left: 0;
    box-shadow: 
        0 0 5px rgb(223,193,155,0.5),
        0 0 10px rgb(223,193,155,0.5);
    bottom: -15px;
    width: 40px;
    height: 2px;
    position: absolute;
    background: rgb(223,193,155);
    content: "";
}

.Oyrcontact .OuVinquiry_info {
    margin-bottom: 35px;
    position: relative;
}

.Oyrcontact .OuVinquiry_info label {
    line-height: 1.5;
    color: #000000;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
}

.Oyrcontact .OuVinquiry_info label a {
    transition: all 0.3s ease;
    color: rgb(223,193,155);
    font-weight: 600;
    position: relative;
    text-decoration: none;
}

.Oyrcontact .hYjinquiry_widget::before {
    width: 100%;
    background: rgb(201,156,104);
    top: 0;
    transition: transform 0.5s ease;
    transform-origin: right;
    content: "";
    position: absolute;
    z-index: -1;
    transform: scaleX(0);
    height: 100%;
    left: 0;
}

.Oyrcontact svg:hover,
.Oyrcontact svg:hover path {
    transform: translateY(-2px);
    filter: drop-shadow(0 0 3px rgb(201,156,104,0.5));
    fill: rgb(201,156,104);
}

.cBCwelcome_page::after {
    z-index: 0;
    transform: rotate(-15deg) translateZ(0);
    top: -10%;
    width: 35%;
    height: 35%;
    content: "";
    right: -10%;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2));
    background: rgb(223,193,155);
    animation: float 12s ease-in-out infinite;
    position: absolute;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.cBCwelcome_page .rWVstart_head p {
    position: relative;
    color: #000000;
    letter-spacing: 0.02em;
    font-weight: 600;
    font-size: calc(14px * 1.2);
    line-height: 1.6;
    margin: 0;
    transition: transform 0.3s ease;
}

.cBCwelcome_page .Zjdclass_sessions:hover > div::before {
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.cBCwelcome_page .Zjdclass_sessions div div {
    position: relative;
    z-index: 2;
    margin-top: 1.5rem;
}

.cBCwelcome_page .title_style_header {
    transform: translateZ(0);
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    transition: letter-spacing 0.4s ease, text-shadow 0.4s ease;
    margin: 0;
}

.mXaprivacy_barrier h2 {
    margin-bottom: 15px;
    color: rgb(201,156,104);
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(223,193,155);
    font-size: 34px;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.mXaprivacy_barrier > div {
    background-color: rgb(240,225,205);
    border: 1px solid rgb(223,193,155,0.5);
    border-radius: 10px;
    padding: 20px;
}

footer .MTvedu_reach {
    left: 0;
    flex-wrap: wrap;
    padding: 0;
    display: flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    top: -120px;
    justify-content: space-between;
    overflow: hidden;
    position: absolute;
    border-radius: 26px;
    right: 0;
    background-color: #ffffff;
    margin-bottom: 50px;
}

footer .info_item p,
footer .info_item a {
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 17px;
}

footer .WNOgift_card {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    max-width: 350px;
}

footer .cJdnav_mentor a {
    font-size: 17px;
    background-color: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    border-radius: 20px;
    padding: 8px 16px;
    margin: 5px 8px 5px 0;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

footer .input_holder::before {
    background-color: rgb(223,193,155);
    position: absolute;
    border-radius: 50%;
    top: -10px;
    content: "";
    z-index: -1;
    width: 50px;
    height: 50px;
    right: -10px;
    opacity: 0.1;
}

footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

footer .xYubegin_now:hover::before {
    left: 100%;
}

footer .kFqdiscount_cta {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.hGkgratitudeWeb {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(240,225,205) 0%, rgba(rgb(223,193,155,0.5), 0.1) 100%);
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.hGkgratitudeWeb .KiDtimeline_hist:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.16),
        0 0 0 1px rgba(rgb(223,193,155,0.5), 0.12);
}

.hGkgratitudeWeb .KiDtimeline_hist::before {
    transform-origin: top;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(223,193,155), rgb(201,156,104));
    height: 100%;
    content: "";
    width: 4px;
    transform: scaleY(0);
}

.hGkgratitudeWeb a::before {
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    bottom: 0;
    background: rgba(rgb(223,193,155,0.5), 0.3);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: right;
    z-index: 1;
    transform: scaleX(0);
}

.RlAprice_list h2::after {
    width: 80px;
    box-shadow: 0 0 15px rgb(223,193,155,0.5);
    position: absolute;
    content: "";
    background: rgb(223,193,155);
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.RlAprice_list .cUEpremium_grid::before {
    background-size: 200% 200%;
    content: "";
    top: -5px;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    right: -5px;
    animation: shimmer 3s infinite linear;
    bottom: -5px;
    transition: opacity 0.4s ease;
    left: -5px;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.RlAprice_list .fmzclass_cost {
    padding: 12px 25px;
    border-radius: 30px;
    font-size: calc(22px + 4px);
    align-self: flex-start;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    background: linear-gradient(135deg, rgb(223,193,155) 0%, rgb(201,156,104) 100%);
}

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

#BTfcookieUsageMessage {
    display: none;
}

.Giscookies_terms svg {
    width: 60px;
    fill: rgb(223,193,155);
    height: 60px;
    transition: fill 0.3s ease-in-out;
}

.FmAcookie_control:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}


.GLtwho_we_are {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.GLtwho_we_are .YLmparagraph_holder {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    max-width: 800px;
    background: linear-gradient(to right, rgba(255,255,255,0.92), rgba(255,255,255,0.85));
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 3px 10px rgba(0,0,0,0.1);
    margin-left: auto;
    padding: 50px 40px;
}

.GLtwho_we_are p b {
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: 1.2em;
    color: rgb(201,156,104);
}

.GLtwho_we_are p b::before {
    z-index: -1;
    background-color: rgb(223,193,155,0.5);
    width: 110%;
    position: absolute;
    bottom: 2px;
    height: 8px;
    left: -5%;
    content: "";
}

.aXdleadership_profile::after {
    height: 250px;
    left: -50px;
    content: "";
    width: 250px;
    bottom: -80px;
    filter: blur(60px);
    position: absolute;
    background: rgb(223,193,155,0.5);
    transform: rotate(25deg);
    z-index: 0;
}

.aXdleadership_profile .euIclient_story:hover::before {
    transform: scaleY(1);
}

.aXdleadership_profile .euIclient_story:hover .XYVimage_container {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.aXdleadership_profile .euIclient_story:hover .XYVimage_container::after {
    opacity: 0.4;
}

.aXdleadership_profile .euIclient_story:hover .name {
    transform: translateX(10px);
}

.aXdleadership_profile .name::after {
    background: rgb(201,156,104);
    position: absolute;
    width: 0;
    content: "";
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    bottom: -3px;
    left: 0;
    height: 2px;
}

.aXdleadership_profile .aufjob_timeline::before,
.aXdleadership_profile .aufjob_timeline::after {
    position: absolute;
    font-size: 60px;
    font-family: Georgia, serif;
    content: "";
    line-height: 1;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    color: rgb(223,193,155,0.5);
}

.aXdleadership_profile .aufjob_timeline::before {
    transform: translateX(-20px) translateY(-20px) scale(0.8);
    opacity: 0.5;
    top: -10px;
    left: -10px;
}

.Osdcourse_methodology .YLmparagraph_holder::before {
    left: 0;
    width: 100%;
    top: 0;
    background-size: 20px 20px;
    height: 100%;
    content: '';
    z-index: -1;
    position: absolute;
    background: linear-gradient(45deg, transparent 49%, rgb(223,193,155) 49%, rgb(223,193,155) 51%, transparent 51%);
    opacity: 0.1;
}

.Osdcourse_methodology .YLmparagraph_holder::before {
    animation: glimmer 8s infinite ease-in-out;
}

.Osdcourse_methodology .YLmparagraph_holder p {
    position: relative;
    transform: translateZ(10px);
    line-height: 1.7;
    font-size: 16px;
    color: #ffffff;
}

.Osdcourse_methodology .KiDtimeline_hist::before {
    width: 150px;
    height: 150px;
    bottom: -50px;
    opacity: 0.3;
    border-radius: 50%;
    border: 2px solid rgb(223,193,155,0.5);
    animation: float 15s ease-in-out infinite alternate;
    content: '';
    left: 15%;
    position: absolute;
}

.Fqacourse_summary .gCUfuture_skills {
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.Fqacourse_summary .YLmparagraph_holder::before {
    top: -20px;
    border-radius: 10px;
    content: "";
    position: absolute;
    width: 80px;
    left: 0;
    background: linear-gradient(90deg, rgb(223,193,155), rgb(201,156,104));
    height: 4px;
}

.Fqacourse_summary .XYVimage_container {
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 1;
    width: 100%;
    opacity: 0.2;
}

.Fqacourse_summary .XYVimage_container::after {
    background: linear-gradient(225deg, rgb(201,156,104,0.5) 0%, transparent 100%);
    position: absolute;
    z-index: 1;
    height: 40%;
    bottom: 0;
    right: 0;
    content: "";
    width: 80%;
}

.Fqacourse_summary .YLmparagraph_holder .description:first-of-type {
    padding: 20px;
    border-left: none;
    position: relative;
    border-radius: 10px;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(240,225,205) 10px,
        rgb(240,225,205) 12px
    );
    overflow: hidden;
}

.Fqacourse_summary .YLmparagraph_holder h2::after {
    z-index: -1;
    height: 30px;
    position: absolute;
    left: -15px;
    background-color: rgb(223,193,155,0.5);
    width: 30px;
    filter: blur(15px);
    content: "";
    border-radius: 50%;
    top: -15px;
}

header .oDlnav_site {
    flex: 0 0 auto;
    z-index: 5;
    position: relative;
}

header .NGKmain_info {
    z-index: 2;
    padding: 0.5rem;
    align-items: center;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
}

header .eGVnav_learning {
    perspective: 800px;
    position: relative;
    margin: 0 0.3rem;
}

header .eGVnav_learning a::before {
    background: rgb(223,193,155);
    width: 80%;
    content: '';
    left: 10%;
    bottom: 5px;
    transition: transform 0.3s ease;
    position: absolute;
    transform: scaleX(0);
    opacity: 0.7;
    height: 1px;
}

header .HRlnav_top::after {
    left: 20%;
    height: 1px;
    width: 60%;
    bottom: 0;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.1;
}



@media screen and (max-width: 991px) {.vnMstatistical_data {
    padding: 80px 0;
}.vnMstatistical_data h2 {
    font-size: calc(45px * 0.9);
    margin-bottom: 50px;
}.vnMstatistical_data ul {
    gap: 25px;
}.vnMstatistical_data ul:has(.Mmfstatistics_advantage:nth-child(3):last-child) .Mmfstatistics_advantage,
    .vnMstatistical_data ul:has(.Mmfstatistics_advantage:nth-child(4):last-child) .Mmfstatistics_advantage,
    .vnMstatistical_data ul:has(.Mmfstatistics_advantage:nth-child(5):nth-last-child(-n+1)) .Mmfstatistics_advantage,
    .vnMstatistical_data ul:has(.Mmfstatistics_advantage:nth-child(n+6):nth-child(-n+10)) .Mmfstatistics_advantage {
    max-width: calc(50% - 13px);
    flex: 0 0 calc(50% - 13px);
}.vnMstatistical_data .Mmfstatistics_advantage {
    padding: 25px 20px;
}.vnMstatistical_data .Mmfstatistics_advantage p {
    margin-bottom: 15px;
    font-size: 2.5rem;
}
}



@media (max-width: 768px) {.Oyrcontact {
    padding: 60px 0;
}.Oyrcontact h2 {
    margin-bottom: 40px;
    font-size: calc(48px * 0.8);
}.Oyrcontact .FLPfeedback_widget {
    flex-direction: column;
}.Oyrcontact .XYVimage_container {
    min-height: 300px;
    width: 100%;
}.Oyrcontact .eZFreach_reach {
    padding: 40px 30px;
    width: 100%;
}.Oyrcontact form h3 {
    margin-bottom: 30px;
}.Oyrcontact form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.Oyrcontact .OuVinquiry_info {
    margin-bottom: 25px;
}.Oyrcontact .hYjinquiry_widget {
    padding: 15px 25px;
}
}



@media (min-width: 992px) {.cBCwelcome_page {
    padding: 3rem;
}.cBCwelcome_page .rWVstart_head > div:first-child {
    padding: 3rem;
}.cBCwelcome_page .rWVstart_head > div:first-child::after {
    z-index: -1;
    bottom: 50%;
    content: "";
    background: rgb(201,156,104);
    height: 40px;
    transition: transform 0.4s ease;
    right: -20px;
    transform: rotate(45deg) translateY(50%);
    position: absolute;
    width: 40px;
}.cBCwelcome_page .rWVstart_head > div:first-child:hover::after {
    transform: rotate(45deg) translateY(50%) scale(1.1);
}.cBCwelcome_page .Zjdclass_sessions > div {
    min-height: 550px;
}.cBCwelcome_page .title_style_header {
    font-size: calc(42px * 1.2);
}.cBCwelcome_page .Zjdclass_sessions h3 {
    font-size: calc(21px * 1.2);
}
}



@media (max-width: 576px) {footer .pkJhead_guide h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(24px - 2px);
}footer .cJdnav_mentor a {
    padding: 6px 12px;
    font-size: calc(17px - 1px);
}footer .input_holder input[type="email"],
    footer .xYubegin_now {
    padding: 12px;
}}



@media (max-width: 1200px) {.RlAprice_list {
    padding: 100px 0;
}.RlAprice_list .pgafee_structure {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.RlAprice_list .Kofpricing_catalog {
    padding: 30px 20px;
}
}



@media (hover: none) {.RlAprice_list .TdZtuition_table:hover {
    transform: none;
}.RlAprice_list .cUEpremium_grid {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.RlAprice_list .TdZtuition_table:active {
    transform: scale(0.98);
}}



@media (max-width: 991px) {.GLtwho_we_are {
    padding: 80px 0;
}.GLtwho_we_are .YLmparagraph_holder {
    transform: perspective(800px) rotateY(-1deg);
    padding: 40px 30px;
}.GLtwho_we_are h5 {
    font-size: calc(21px - 2px);
}.GLtwho_we_are p {
    font-size: 13px;
}
}



@media (min-width: 992px) {.aXdleadership_profile {
    padding: 150px 0;
}.aXdleadership_profile .euIclient_story {
    padding: 60px;
    transform: perspective(1500px) rotateY(3deg);
    gap: 30px 60px;
}.aXdleadership_profile .XYVimage_container {
    height: 240px;
    width: 240px;
}.aXdleadership_profile .name {
    font-size: calc(22px * 1.2);
}.aXdleadership_profile .euIclient_story > div:nth-child(2) > div {
    font-size: 14px;
}.aXdleadership_profile .aufjob_timeline {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
    padding: 30px 25px;
}
}



@media (max-width: 1024px) {.Fqacourse_summary {
    padding: 80px 0;
}.Fqacourse_summary .YLmparagraph_holder {
    width: 90%;
}
}



@media (max-width: 768px) {.Fqacourse_summary {
    padding: 60px 0;
}.Fqacourse_summary .YLmparagraph_holder {
    width: 100%;
    margin-bottom: 40px;
}.Fqacourse_summary .YLmparagraph_holder h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.9);
}.Fqacourse_summary .YLmparagraph_holder .description:last-child {
    padding: 25px 30px;
}
}



@media (max-width: 991px) {header {
    padding: 0;
}header .HRlnav_top {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}header .oDlnav_site {
    margin-bottom: 0;
}header .pkJhead_guide {
    justify-content: center;
    flex: 1 0 100%;
    margin-top: 1rem;
}header .eGVnav_learning {
    margin: 0 0.2rem;
}header .eGVnav_learning a {
    padding: 0.6rem 0.8rem;
    font-size: calc(18px - 1px);
}header .oDlnav_site::before {
    bottom: -5px;
    right: -5px;
    left: -5px;
    top: -5px;
}
}



@keyframes float {
  0%, 100% {
    transform: rotate(-15deg) translateZ(0) translateY(0);
  }
  50% {
    transform: rotate(-15deg) translateZ(0) translateY(-20px);
  }
}



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



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

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

