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

a {
    color: inherit;
    text-decoration: none;
}

svg {
    width: 30px;
    height: 30px;
}

html,body {
    color: #000000;
    height: 100%;
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
}

.bkwrapper-bundle {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}


.uRcontact_section {
    padding: 5rem 0;
    position: relative;
}

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

.uRcontact_section .Htquery_widget {
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    display: flex;
    background: rgb(219,234,220);
    border-radius: 23px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.uRcontact_section .kesupport_query {
    flex: 1 0 300px;
    background: rgb(219,234,220);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 3rem;
}

.uRcontact_section .kesupport_query h3 {
    display: inline-block;
    color: rgb(184,208,185);
    border-bottom: 2px solid rgb(146,181,150);
    font-size: 24px;
    padding-bottom: 1rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}

.uRcontact_section .kesupport_query div:hover {
    transform: translateX(5px);
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.05));
}

.uRcontact_section .kesupport_query div svg path {
    fill: #ffffff;
}

.uRcontact_section .kesupport_query div span {
    font-size: 16px;
    color: #000000;
}

.uRcontact_section .kesupport_query div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.uRcontact_section .kusupport_card::before {
    width: 20px;
    transform: rotate(45deg);
    position: absolute;
    left: -10px;
    height: 20px;
    top: 3rem;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    content: "";
}

.uRcontact_section .kusupport_card h3::after {
    content: "";
    background: rgb(184,208,185);
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    height: 3px;
    width: 50px;
    left: 50%;
}

.uRcontact_section .kusupport_card input[type="text"]:focus,
.uRcontact_section .kusupport_card input[type="email"]:focus {
    border-color: rgb(184,208,185);
    box-shadow: 0 0 0 3px rgb(184,208,185,0.5);
    outline: none;
}

.uRcontact_section .kusupport_card .Tqreach_reach {
    margin: 0.5rem 0;
    gap: 10px;
    align-items: flex-start;
    display: flex;
}

.uRcontact_section .kusupport_card .Tqreach_reach input[type="checkbox"] {
    -webkit-appearance: none;
    transition: all 0.2s ease;
    margin-top: 2px;
    border: 2px solid #000000;
    appearance: none;
    height: 20px;
    background-color: #ffffff;
    flex-shrink: 0;
    border-radius: 4px;
    position: relative;
    width: 20px;
    cursor: pointer;
}

.uRcontact_section .kusupport_card .Tqreach_reach label {
    line-height: 1.5;
    color: #000000;
    font-size: calc(16px - 1px);
}

.uRcontact_section .kusupport_card .TIconnect_query {
    background: rgb(184,208,185);
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    border: none;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    position: relative;
    padding: 1rem;
}

.uRcontact_section .kusupport_card .TIconnect_query:hover {
    background: rgb(146,181,150);
}

.uRcontact_section .kusupport_card .TIconnect_query:active::after {
    animation: ripple 1s ease-out;
}

.jHty_block_id::before {
    top: -50%;
    width: 120%;
    background: radial-gradient(circle at 20% 30%, rgb(184,208,185,0.5), transparent 60%);
    height: 200%;
    position: absolute;
    z-index: 0;
    transform: rotate(-15deg);
    content: "";
    left: -20%;
    opacity: 0.2;
}

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

.jHty_block_id .nRlegacy_edu:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.07),
        -25px -25px 70px rgba(255, 255, 255, 1),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.04);
}

.jHty_block_id .nRlegacy_edu > div:first-child {
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1.5rem;
    overflow: hidden;
}

.jHty_block_id .nRlegacy_edu > div:first-child::after {
    position: absolute;
    background-size: 200% 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(184,208,185), rgb(146,181,150), rgb(184,208,185));
    animation: gradientSlide 6s infinite ease-in-out;
    content: "";
    box-shadow: 0 2px 6px rgba(rgb(184,208,185,0.5), 0.2);
    width: 100%;
    height: 3px;
    border-radius: 3px;
}

.jHty_block_id .nRlegacy_edu > div:last-child {
    transform: translateZ(0);
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
}

.jHty_block_id a {
    backdrop-filter: blur(8px);
    padding: 0.5rem 1.2rem;
    display: block;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.03),
        -4px -4px 8px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.5);
    position: relative;
    transform: translateZ(0);
    transition: all 0.3s ease;
    background: 
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(240, 245, 250, 0.5));
    border-radius: 12px;
    text-decoration: none;
}

.zbplan_array {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.zbplan_array::before {
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    content: "";
}

.zbplan_array h2 {
    animation: float 6s ease-in-out infinite;
    margin-bottom: 20px;
    position: relative;
    font-size: 34px;
    transform: translateY(0);
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.zbplan_array .Frpackage_deal {
    margin: 0 auto 50px;
    text-align: center;
    font-size: 12px;
    max-width: 800px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
}

.zbplan_array .gkrate_choices li {
    perspective: 1000px;
}

.zbplan_array .Mfannual_fee {
    transform-style: preserve-3d;
    height: 100%;
    display: block;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none;
    box-sizing: border-box;
}

.zbplan_array .Kzbasic_rates::before {
    top: 0;
    width: 100%;
    transition: transform 0.4s ease;
    transform: scaleX(0.5);
    left: 0;
    position: absolute;
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(184,208,185), rgb(146,181,150));
    height: 5px;
}

.zbplan_array .Mfannual_fee:hover .Kzbasic_rates::before {
    transform: scaleX(1);
}

.zbplan_array .WOrate_card {
    height: 100%;
    flex-direction: column;
    display: flex;
    box-sizing: border-box;
}

.zbplan_array .Mfannual_fee h4::after {
    bottom: -10px;
    width: 40px;
    background-color: rgb(184,208,185);
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
}

.zbplan_array .Otprice_choices {
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(184,208,185,0.5) 0%, rgb(146,181,150,0.5) 100%);
    font-weight: 700;
    font-size: calc(18px * 1.4);
    padding: 10px 20px;
    transform: translateZ(10px);
    transition: all 0.3s ease;
    border-radius: 6px;
}



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

.Stcourse_instructor .tHlearner_feedback {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: rotateX(5deg) rotateY(-5deg);
    border-radius: 15px;
    padding: 3rem;
    position: relative;
    flex-wrap: wrap;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    backdrop-filter: blur(15px);
    display: flex;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(146,181,150,0.5),
        inset 0 0 30px rgb(184,208,185,0.5);
    background-color: rgba(255, 255, 255, 0.03);
}

.Stcourse_instructor .tHlearner_feedback:hover .ouportrait_img {
    transform: translateX(-50%) translateZ(50px);
}

.Stcourse_instructor .name {
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
    transform: translateZ(20px);
    text-shadow: 0 0 10px rgb(184,208,185,0.5);
    margin-top: 100px;
    font-size: 33px;
    width: 100%;
    text-align: center;
}

.Stcourse_instructor .Dfcareer_area {
    border-left: 3px solid rgb(184,208,185);
    color: #ffffff;
    position: relative;
    width: 100%;
    transform: translateZ(10px);
    padding: 2rem;
    line-height: 1.7;
    margin-top: 2rem;
    font-size: 12px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    transition: transform 0.3s ease;
}

.Stcourse_instructor .tHlearner_feedback:hover .Dfcareer_area {
    transform: translateZ(25px);
}

.nJstatistical_data::before {
    z-index: -3;
    height: 100%;
    opacity: 0.92;
    width: 100%;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.nJstatistical_data .container {
    position: relative;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.nJstatistical_data .nRkey_classes {
    display: flex;
    z-index: 1;
    flex-direction: column;
    position: relative;
}

.nJstatistical_data .cJextra_study {
    position: relative;
    z-index: 2;
}

.nJstatistical_data .cJextra_study svg path {
    stroke-width: 0.5;
    fill: rgb(184,208,185);
    stroke: #ffffff;
}

.nJstatistical_data .Exgrowth_statistics {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.nJstatistical_data .aisuccess_factors {
    line-height: 1.7;
    font-size: 18px;
    opacity: 0.9;
    color: #ffffff;
    max-width: 90%;
    position: relative;
    margin-bottom: 0;
}

.nJstatistical_data .Vbstatistics_points:nth-child(even) {
    border-radius: 30px 30px 0 30px;
}

.nJstatistical_data .Vbstatistics_points:hover {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.nJstatistical_data .Vbstatistics_points:hover {
    transform: translateY(-10px) rotate(0deg);
}

.nJstatistical_data .Vbstatistics_points::before {
    opacity: 0.2;
    right: -50px;
    content: '';
    position: absolute;
    height: 100px;
    background: linear-gradient(to right, rgb(184,208,185,0.5), transparent);
    transition: all 0.4s ease;
    width: 100px;
    top: -50px;
    border-radius: 50%;
}

.nJstatistical_data .Zvstatistics_benefit svg path {
    stroke-width: 0.5;
    stroke: #ffffff;
    fill: rgb(184,208,185);
}

.nJstatistical_data .Vbstatistics_points p {
    opacity: 0.9;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
    font-size: calc(18px * 0.9);
}



.nJstatistical_data .Vbstatistics_points::after {
    background: linear-gradient(to right, rgb(146,181,150,0.5), transparent);
    width: 30px;
    opacity: 0.2;
    left: -15px;
    content: '';
    transition: all 0.4s ease;
    height: 30px;
    bottom: -15px;
    position: absolute;
    border-radius: 50%;
}

.nJstatistical_data .Vbstatistics_points:nth-child(1) {
    transform: rotate(-2deg);
}

.nJstatistical_data .Vbstatistics_points:nth-child(2) {
    transform: rotate(1deg);
}

.nJstatistical_data .Vbstatistics_points:nth-child(4) {
    transform: rotate(2deg);
}

footer::before {
    top: 0;
    opacity: 0.85;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(184,208,185,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    left: 0;
}

.grforum_link::before {
    position: absolute;
    top: 0;
    animation: glowPulse 3s ease-in-out infinite alternate;
    left: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(146,181,150) 50%, 
                transparent 100%);
    content: "";
}

.grforum_link .company_holder:hover {
    border-left: 3px solid #ffffff;
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(184,208,185,0.5);
}

.grforum_link .company_holder h3 {
    margin-bottom: 1.75rem;
    text-transform: uppercase;
    padding-bottom: 0.75rem;
    color: #ffffff;
    font-size: calc(33px * 0.9);
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
}

.grforum_link .company_holder:hover h3::after {
    width: 100%;
}

.grforum_link .TNfooter_milestones::before {
    background: linear-gradient(to bottom, 
                rgb(184,208,185) 0%, 
                transparent 100%);
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 2px;
    content: "";
}

.grforum_link .bcmain_master {
    transition: all 0.4s ease;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    position: relative;
    backdrop-filter: blur(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    padding: 2rem;
}

.grforum_link .bcmain_master:hover::before {
    top: -100%;
    left: -100%;
}

.grforum_link .bcmain_master::after {
    border-color: transparent rgb(184,208,185) transparent transparent;
    position: absolute;
    content: "";
    border-width: 0 25px 25px 0;
    transition: all 0.4s ease;
    top: 0;
    width: 0;
    transform: translateZ(5px);
    height: 0;
    border-style: solid;
    transform-style: preserve-3d;
    right: 0;
}

.grforum_link .bcmain_master h5 {
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.grforum_link .bcmain_master h5::after {
    content: "";
    bottom: -8px;
    height: 3px;
    background: rgb(184,208,185);
    transition: width 0.4s ease-in-out;
    position: absolute;
    left: 0;
    width: 30%;
}

.grforum_link .bcmain_master a {
    display: block;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.75);
    padding: 0.5rem 0;
    transform-style: preserve-3d;
    position: relative;
    font-size: 14px;
    text-decoration: none;
}

.grforum_link .bcmain_master a:hover::before {
    opacity: 1;
    left: 0;
}

.Xkmath_tools {
    backdrop-filter: blur(10px);
    padding: 1.5rem 0;
    position: relative;
    margin-top: 3rem;
    background: rgba(0, 0, 0, 0.3);
}

.Xkmath_tools .container {
    justify-content: center;
    display: flex;
    align-items: center;
}

.Xkmath_tools .gvfootnote_ref {
    text-align: center;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    padding: 0.5rem 1.5rem;
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.2);
}

.grforum_link .company_holder:hover::before,
.grforum_link .bcmain_master:hover::before {
    opacity: 0.5;
}

.grforum_link .company_holder::after {
    border-top: 2px solid rgb(184,208,185);
    transition: all 0.4s ease;
    border-right: 2px solid rgb(184,208,185);
    top: 20px;
    width: 30px;
    height: 30px;
    opacity: 0.7;
    position: absolute;
    right: 20px;
    content: "";
}

.grforum_link .company_holder:hover::after {
    transform: rotate(45deg);
    width: 40px;
    height: 40px;
}

.grforum_link .company_holder:hover .TNfooter_milestones::after {
    width: calc(100% - 1rem);
}

.grforum_link::after {
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    z-index: -2;
    content: "";
    top: 0;
    background-size: 40px 40px;
    position: absolute;
    height: 100%;
    opacity: 0.3;
    width: 100%;
    left: 0;
}

.grforum_link .WPtop_mainbar a::after {
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(to right, rgb(184,208,185), rgb(146,181,150));
    height: 1px;
}

header .IVtop_pagewrap {
    position: relative;
    align-items: center;
    padding: 25px 30px;
    justify-content: space-between;
    display: flex;
}

header .IVtop_pagewrap::before,
header .IVtop_pagewrap::after {
    height: 2px;
    background: linear-gradient(to right, rgb(184,208,185), transparent);
    content: "";
    position: absolute;
    width: 30%;
}

header .IVtop_pagewrap::before {
    top: 10px;
    left: 0;
}

header .IVtop_pagewrap .Wttop_header::before {
    height: 140%;
    top: -20%;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    position: absolute;
    opacity: 0.05;
    background: rgb(184,208,185,0.5);
    left: -20%;
    z-index: -1;
    width: 140%;
    content: "";
    transition: transform 0.5s ease-in-out;
}

header .IVtop_pagewrap .bcmain_master {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

header .IVtop_pagewrap .bcmain_master:hover::before {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

header .IVtop_pagewrap .bcmain_master .uNmain_learn {
    position: relative;
    margin: 0 8px;
}

header .IVtop_pagewrap .bcmain_master .uNmain_learn a {
    padding: 10px 15px;
    overflow: hidden;
    transition: all 0.4s ease;
    font-weight: 600;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    display: block;
    position: relative;
    font-size: 18px;
    text-decoration: none;
    color: #000000;
    font-family: Arial, sans-serif;
}

header .IVtop_pagewrap .bcmain_master .uNmain_learn a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

header .IVtop_pagewrap .bcmain_master .uNmain_learn:nth-child(2n) a::before {
    transform-origin: left bottom;
    background: rgb(146,181,150);
}

header .IVtop_pagewrap .bcmain_master .uNmain_learn:hover {
    animation: menu-wobble 1s ease;
}

.Cgcourse_overview::before {
    width: 100%;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgb(184,208,185,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgb(146,181,150,0.5) 0%, transparent 40%);
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
}

.Cgcourse_overview .container {
    z-index: 2;
    position: relative;
}

.Cgcourse_overview .tbheading_frame {
    display: contents;
}

.Cgcourse_overview .tbheading_frame h2 {
    margin: 0;
    padding: 30px;
    border-left: 3px solid rgb(184,208,185);
    animation: slide-in 0.8s forwards 0.2s;
    color: #ffffff;
    border-radius: 26px;
    font-weight: 700;
    align-self: center;
    opacity: 0;
    transform: translateX(-30px);
    grid-area: title;
    font-size: 35px;
    backdrop-filter: blur(5px);
    background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, transparent 100%);
}

.Cgcourse_overview .tbheading_frame .description {
    line-height: 1.8;
    padding: 25px;
    position: relative;
    margin: 0;
    font-size: 14px;
    border-radius: 26px;
    border-top: 3px solid rgb(146,181,150);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    color: #000000;
}

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

.FOprivacy_box::before, .FOprivacy_box::after {
    opacity: 0.3;
    position: absolute;
    content: '';
    border-radius: 50%;
}

.FOprivacy_box::before {
    background: rgb(184,208,185);
    height: 150px;
    right: -50px;
    width: 150px;
    top: -50px;
}


.FOprivacy_box::before {
    content: '';
    height: 6px;
    width: 60px;
    display: block;
    border-radius: 10px;
    background-color: rgb(184,208,185);
    margin-bottom: 25px;
}

.FOprivacy_box h2 {
    color: rgb(146,181,150);
    margin-bottom: 20px;
    z-index: 1;
    font-weight: 600;
    font-size: 38px;
    position: relative;
    margin-top: 35px;
}

.FOprivacy_box h2 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, rgb(184,208,185), rgb(146,181,150));
}

.FOprivacy_box h5 {
    font-size: calc(22px - 0.2rem);
}

.FOprivacy_box ul {
    list-style-type: disc;
    padding-left: 25px;
    z-index: 1;
    position: relative;
    margin-top: 15px;
}

.FOprivacy_box li {
    border-left: 3px solid rgb(146,181,150);
    padding-left: 10px;
    z-index: 1;
    line-height: 1.7;
    margin-bottom: 15px;
    position: relative;
}

.FOprivacy_box p {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.FOprivacy_box section {
    margin: 50px 0;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    padding-top: 25px;
}

.zvget_updates {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(184,208,185), rgb(146,181,150) 70%);
    padding: 4rem 2rem;
    z-index: 1;
}

.zvget_updates::after {
    content: "";
    transform: translateZ(0);
    bottom: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    left: 0;
    height: 50%;
}

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

.zvget_updates .nRlegacy_edu > div {
    position: relative;
    width: 100%;
    transform: translateZ(20px);
    padding: 0.5rem;
}

.zvget_updates .nRlegacy_edu > div {
    text-align: center;
}

.zvget_updates h4 {
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    margin: 0;
    letter-spacing: 0.02em;
    line-height: 1.4;
    position: relative;
    transform: translateZ(10px);
    font-size: calc(22px * 1.1);
    font-weight: 600;
    transition: transform 0.5s ease-out;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.zvget_updates h4 {
    margin-bottom: 1.5rem;
}

.zvget_updates .input_holder {
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    position: relative;
    transform: translateZ(30px);
}

.zvget_updates .input_holder::before {
    width: 100%;
    content: "";
    transform: scaleX(0.7);
    left: 0;
    position: absolute;
    height: 1px;
    top: -1rem;
    animation: lineExpand 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent);
}

.zvget_updates .input_holder span:last-child {
    animation-delay: 0.8s;
    flex: 0 0 auto;
}

.zvget_updates .input_holder span:last-child {
    margin-top: 0.5rem;
}

.zvget_updates input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(255,255,255,0.7);
}

.zvget_updates input[type="email"]:focus {
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    background: rgba(255,255,255,0.25);
    outline: none;
}

.zvget_updates .Mcfree_lessons {
    font-size: 20px;
    color: rgb(184,208,185);
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-family: Arial, sans-serif;
    background: #ffffff;
    padding: 1rem 1.8rem;
}

.zvget_updates .Mcfree_lessons:hover::before {
    opacity: 1;
}

.CktrackingNoticeModal {
    position: fixed;
    width: 100%;
    background: rgb(219,234,220);
    bottom: 0;
    border-top: 2px solid rgb(184,208,185);
    z-index: 90;
}

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

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

.Dycookie_ack svg, .Dycookie_ack svg path, .Dycookie_ack img {
    width: 100px;
    fill: rgb(184,208,185);
    height: 100px;
}

.CktrackingNoticeModal p a {
    color: rgb(184,208,185);
    text-decoration: none;
}


.bkwrapper-bundle .CktrackingNoticeModal {
    background: rgb(184,208,185);
    box-shadow: rgb(146,181,150,0.5) 0px 0px 10px 10px;
}

.bkwrapper-bundle .DKcookie_alerts {
    font-size: 20px;
    color: rgb(184,208,185);
    background: #ffffff;
    padding: 10px;
    margin-left: 30px;
    border: none;
}

.bkwrapper-bundle .CktrackingNoticeModal p a {
    color: rgb(146,181,150);
    text-decoration: underline;
}

.Drtraining_results {
    background: linear-gradient(120deg, rgb(219,234,220) 30%, rgb(184,208,185,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

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

.Drtraining_results .ouportrait_img {
    transform: translateY(-10px);
    flex: 0 0 45%;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 30% 10% 30% 10%;
    max-width: 45%;
    transition: all 0.5s ease;
}

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

.Drtraining_results .tbheading_frame::before {
    content: "";
    top: 0;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(184,208,185), rgb(146,181,150));
    position: absolute;
    left: 0;
    width: 6px;
    height: 100%;
}

.Drtraining_results h3::after {
    height: 3px;
    position: absolute;
    width: 80px;
    content: "";
    background: rgb(184,208,185);
    bottom: -12px;
    left: 15px;
    border-radius: 10px;
}

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

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

.Drtraining_results li:hover svg path {
    fill: rgb(146,181,150);
}

.ABopening_page {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(219,234,220) 0%, rgba(94, 170, 168, 0.05) 50%, rgb(219,234,220) 100%);
    padding: 4rem 0;
    display: flex;
    min-height: 100vh;
    align-items: center;
    width: 100%;
}

.ABopening_page .tbheading_frame::before {
    position: absolute;
    left: -20px;
    width: 70px;
    opacity: 0.7;
    border-top: 3px solid rgb(184,208,185);
    top: -20px;
    z-index: -1;
    height: 70px;
    border-left: 3px solid rgb(184,208,185);
    content: "";
}

.ABopening_page .tbheading_frame::after {
    height: 70px;
    content: "";
    bottom: -20px;
    border-right: 3px solid rgb(184,208,185);
    opacity: 0.7;
    right: -20px;
    border-bottom: 3px solid rgb(184,208,185);
    width: 70px;
    z-index: -1;
    position: absolute;
}

.ABopening_page h1::after {
    left: 0;
    bottom: -10px;
    height: 4px;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(184,208,185), transparent);
    width: 60px;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
}

.ABopening_page svg {
    filter: drop-shadow(0px 5px 15px rgba(94, 170, 168, 0.2));
    transform: rotate(-5deg);
    height: 80px;
    margin-bottom: 1rem;
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ABopening_page ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 1rem;
    margin: 0;
}

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

.ABopening_page .TIconnect_query:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(94, 170, 168, 0.3);
}

.ABopening_page .TIconnect_query:hover::before {
    left: 100%;
}

.ABopening_page .ouportrait_img::before {
    top: 0;
    content: "";
    opacity: 0.7;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 50%);
    right: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
    transition: opacity 0.4s ease;
}

.ABopening_page .ouportrait_img:hover::before {
    opacity: 0.4;
}

.ACtraining_method {
    background: linear-gradient(135deg, rgb(219,234,220) 0%, rgba(255,255,255,0.92) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.ACtraining_method::after {
    position: absolute;
    z-index: 0;
    opacity: 0.1;
    animation: float 20s infinite ease-in-out;
    transform: translateZ(0);
    top: -10%;
    height: 300px;
    right: -5%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 300px;
    background: linear-gradient(225deg, rgb(184,208,185) 0%, rgb(146,181,150) 100%);
    content: "";
}

.ACtraining_method .nRlegacy_edu::before {
    width: 4px;
    top: 0;
    z-index: -1;
    height: 100%;
    left: -20px;
    transform-origin: top;
    content: "";
    background: linear-gradient(to bottom, rgb(184,208,185), rgb(146,181,150));
    transform: scaleY(0.92);
    position: absolute;
}

.ACtraining_method h3::before {
    transform: translateY(-50%);
    transition: opacity 0.4s ease, width 0.4s ease;
    position: absolute;
    height: 3px;
    background-color: rgb(184,208,185);
    width: 20px;
    opacity: 0;
    left: -35px;
    top: 50%;
    content: "";
}

.ACtraining_method p span {
    backdrop-filter: blur(5px);
    padding: 30px 35px;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.5));
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    border-left: 4px solid rgb(184,208,185);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03), 
                0 20px 25px -5px rgba(0,0,0,0.02);
    position: relative;
    display: block;
}

.ACtraining_method:hover p span::before {
    transform: scaleX(1);
}

.qnour_background {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.qnour_background::after {
    animation: floatElement 15s ease-in-out infinite alternate;
    right: -10%;
    height: 70%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    content: "";
    background: linear-gradient(45deg, rgb(146,181,150,0.5) 0%, rgb(184,208,185,0.5) 100%);
    opacity: 0.2;
    top: -10%;
    position: absolute;
    width: 50%;
    z-index: 2;
}

.qnour_background .tbheading_frame:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.qnour_background .tbheading_frame::before {
    top: 0;
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(184,208,185), rgb(146,181,150));
    content: "";
    height: 100%;
    transform: scaleY(0.95);
    left: 0;
}

.qnour_background h1::after {
    bottom: -10px;
    background: linear-gradient(90deg, rgb(184,208,185), transparent);
    position: absolute;
    height: 3px;
    left: 0;
    width: 60%;
    transition: width 0.3s ease-in-out;
    content: "";
}

.qnour_background h4 {
    font-size: calc(18px + 2px);
    font-weight: 600;
    padding-left: 0;
    transition: padding-left 0.3s ease;
    position: relative;
    margin-bottom: 15px;
    color: rgb(146,181,150);
}

.qnour_background h4:hover::before {
    transform: translateY(-50%) scale(1);
}

.qnour_background span {
    display: block;
    column-gap: 30px;
    position: relative;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    text-align: justify;
    column-count: 1;
    font-size: 18px;
    color: #000000;
    padding: 10px 0;
}



@media screen and (max-width: 992px) {.uRcontact_section .Htquery_widget {
    flex-direction: column;
}.uRcontact_section .kesupport_query {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
}.uRcontact_section .kesupport_query::after {
    height: 1px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right,
            transparent,
            rgb(184,208,185,0.5),
            transparent);
    right: unset;
    width: 100%;
    top: unset;
}.uRcontact_section .kusupport_card::before {
    top: -10px;
    left: 3rem;
    transform: rotate(135deg);
}
}



@media (max-width: 991px) {.jHty_block_id {
    padding: 5rem 0;
}.jHty_block_id .nRlegacy_edu {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.jHty_block_id h5 {
    font-size: calc(18px * 1.05);
}.jHty_block_id .nRlegacy_edu > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}
}



@media (max-width: 575px) {.jHty_block_id {
    padding: 3.5rem 0;
}.jHty_block_id .container {
    padding: 0 1.5rem;
}.jHty_block_id .nRlegacy_edu {
    padding: 1.75rem;
    clip-path: polygon(
            0 0,
            100% 0,
            96% 96%,
            4% 100%
        );
    border-radius: 12px;
}.jHty_block_id h5 {
    font-size: calc(18px - 2px);
    padding-left: 0.8rem;
}.jHty_block_id h5::before {
    width: 3px;
}.jHty_block_id .nRlegacy_edu > div:first-child {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
}.jHty_block_id a {
    border-radius: 8px;
    padding: 0.4rem 0.8rem;
}.jHty_block_id p {
    font-size: calc(16px - 2px);
    line-height: 1.6;
}}



@media (max-width: 768px) {.zbplan_array {
    padding: 60px 0;
}.zbplan_array .gkrate_choices {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.zbplan_array .Frpackage_deal {
    margin-bottom: 40px;
}.zbplan_array h2 {
    font-size: calc(34px * 0.8);
}.zbplan_array .Kzbasic_rates {
    padding: 30px 25px;
}
}



@media (max-width: 991px) {.Stcourse_instructor {
    padding: 7rem 0 5rem;
}.Stcourse_instructor .tHlearner_feedback {
    padding: 2.5rem 2rem;
}.Stcourse_instructor .ouportrait_img {
    height: 150px;
    width: 150px;
    top: -75px;
}.Stcourse_instructor .name {
    margin-top: 80px;
}.Stcourse_instructor .Dfcareer_area {
    padding: 1.5rem;
}
}



@media screen and (max-width: 992px) {.nJstatistical_data {
    padding: 100px 0 120px;
}.nJstatistical_data .Exgrowth_statistics {
    text-align: center;
}.nJstatistical_data .Exgrowth_statistics::after {
    transform: translateX(-50%);
    left: 50%;
}.nJstatistical_data .aisuccess_factors {
    max-width: 100%;
    text-align: center;
}
}



@media screen and (max-width: 768px) {.nJstatistical_data {
    padding: 80px 0 100px;
}.nJstatistical_data .cJextra_study svg {
    height: 80px;
    width: 80px;
}.nJstatistical_data .Exgrowth_statistics {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: calc(34px * 0.9);
}.nJstatistical_data .aisuccess_factors {
    font-size: calc(18px * 0.95);
}.nJstatistical_data .Vbstatistics_points {
    flex: 1 1 calc(50% - 20px);
    min-width: 200px;
}
}



@media (max-width: 992px) {.grforum_link {
    padding: 4rem 0 2rem;
}.grforum_link .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.grforum_link .company_holder,
    .grforum_link .Kcfooter_benefit {
    width: 100%;
}.grforum_link .WPtop_mainbar {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 576px) {.grforum_link {
    padding: 3rem 0 1rem;
}.grforum_link .company_holder {
    padding: 1.25rem;
}.grforum_link .company_holder h3 {
    font-size: calc(33px * 0.8);
}.grforum_link .bcmain_master h5 {
    font-size: calc(24px * 0.9);
}.grforum_link .bcmain_master a,
    .grforum_link .TNfooter_milestones {
    font-size: calc(14px * 0.9);
}.Xkmath_tools .gvfootnote_ref {
    padding: 0.4rem 1rem;
    font-size: calc(16px * 0.9);
}}



@media (max-width: 767px) {header .IVtop_pagewrap {
    padding: 15px 10px;
}header .IVtop_pagewrap .Wttop_header .hGmain_head svg {
    height: 40px;
}header .IVtop_pagewrap .bcmain_master .uNmain_learn a {
    padding: 6px 10px;
    font-size: calc(18px - 2px);
}}



@media (max-width: 991px) {.Cgcourse_overview {
    padding: 80px 0;
}.Cgcourse_overview .zQtech_learn {
    min-height: auto;
    grid-template-areas:
            "image image"
            "title title"
            "desc1 desc2";
}.Cgcourse_overview .ouportrait_img {
    height: 400px;
}
}



@media (max-width: 480px) {.Cgcourse_overview {
    padding: 40px 0;
}.Cgcourse_overview .ouportrait_img {
    height: 250px;
}.Cgcourse_overview .tbheading_frame h2 {
    font-size: calc(35px * 0.8);
    padding: 15px;
}.Cgcourse_overview .tbheading_frame .description {
    padding: 15px;
    font-size: calc(14px * 0.95);
}.Cgcourse_overview .tech-element {
    display: none;
}}



@media (min-width: 768px) {.zvget_updates {
    padding: 5rem 3rem;
}.zvget_updates .nRlegacy_edu {
    gap: 3rem;
    flex-direction: row;
    align-items: center;
}.zvget_updates .nRlegacy_edu > div {
    width: 40%;
}.zvget_updates .input_holder {
    width: 60%;
}.zvget_updates h4 {
    font-size: calc(22px * 1.2);
}.zvget_updates h4::before {
    left: -2rem;
    width: 0.4rem;
}
}


@media only screen and (max-width: 1200px) {.CktrackingNoticeModal {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.Dycookie_ack {
    display: none;
}.edtrack_switch {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.CktrackingNoticeModal h5 {
    text-align: center;
}.CktrackingNoticeModal p {
    text-align: center;
}.ENtrack_prefs {
    margin-bottom: 20px;
}body .bkwrapper-bundle .DKcookie_alerts {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 576px) {.Drtraining_results {
    padding: 50px 0;
}.Drtraining_results .ouportrait_img {
    max-width: 90%;
}.Drtraining_results .ouportrait_img::after {
    display: none;
}.Drtraining_results .tbheading_frame {
    padding: 30px 20px;
    width: 100%;
}.Drtraining_results h3 {
    margin-bottom: 25px;
    font-size: 20px;
}.Drtraining_results ul {
    gap: 15px;
}.Drtraining_results li {
    padding: 12px;
}.Drtraining_results svg {
    width: 22px;
    height: 22px;
}}



@media (max-width: 576px) {.ABopening_page {
    padding: 2rem 0;
}.ABopening_page .nRlegacy_edu {
    gap: 1.5rem;
    padding: 0 1rem;
}.ABopening_page .tbheading_frame {
    padding: 1.5rem 1rem;
}.ABopening_page h1 {
    font-size: calc(32px * 0.9);
}.ABopening_page .TIconnect_query {
    padding: 0.8rem 1.5rem;
}.ABopening_page .ouportrait_img {
    min-height: 250px;
}.ABopening_page svg {
    width: 50px;
    height: 50px;
}}



@media screen and (min-width: 768px) {.ACtraining_method {
    padding: 150px 0;
}.ACtraining_method .nRlegacy_edu {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 80%;
}.ACtraining_method h3 {
    font-size: calc(36px * 1.1);
    margin-bottom: 35px;
}.ACtraining_method p {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
}.ACtraining_method p span {
    padding: 40px 45px;
}
}



@media screen and (max-width: 767px) {.ACtraining_method {
    padding: 80px 0;
}.ACtraining_method::after {
    height: 200px;
    width: 200px;
}.ACtraining_method h3 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.85);
}.ACtraining_method p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.ACtraining_method p span {
    padding: 25px;
}.ACtraining_method .nRlegacy_edu::before {
    width: 3px;
    left: -15px;
}}



@media (max-width: 767px) {.qnour_background {
    padding: 80px 0;
}.qnour_background .tbheading_frame {
    transform: perspective(800px) rotateY(0deg);
    padding: 25px;
}.qnour_background h1 {
    font-size: calc(45px - 4px);
}.qnour_background h4 {
    font-size: 18px;
}.qnour_background span {
    line-height: 1.6;
    font-size: calc(18px - 1px);
}
}



@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    20% {
        transform: scale(25, 25);
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}



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

@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(146,181,150,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(146,181,150);
    }
}



@keyframes slide-in {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes fade-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



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



@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: rotate(45deg) scale(1.2);
        opacity: 0.8;
    }
}



@keyframes subtleShift {
    0%, 100% {
        transform: rotate(-3deg) translateZ(0);
    }
    50% {
        transform: rotate(-2deg) translateZ(0);
    }
}



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



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



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



@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(-15px, 15px) rotate(5deg);
    }
    50% {
        transform: translate(10px, 30px) rotate(-5deg);
    }
    75% {
        transform: translate(15px, 10px) rotate(3deg);
    }
}

