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

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

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

.warp-container-5421 {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}

header,footer {
    width: 100%;
}

header {
    z-index: 99;
    overflow: visible;
    position: relative;
    width: 100%;
    background: linear-gradient(to bottom, rgb(243,229,209), rgba(0, 0, 0, 0.5));
}


.educational-yield-7950 {
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(243,229,209) 0%, rgba(245, 248, 251, 0.9) 100%);
}

.educational-yield-7950 .container {
    max-width: 1320px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}

.educational-yield-7950 .learning-studio-9753 {
    display: flex;
    position: relative;
    gap: 2.5rem;
    flex-direction: column-reverse;
}

.educational-yield-7950 .text-text-9832 {
    transform: translateY(0);
    padding: 2.5rem;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(217,189,151);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.educational-yield-7950 h4::after {
    bottom: 0;
    background: rgb(217,189,151);
    left: 0;
    border-radius: 10px;
    height: 3px;
    content: "";
    width: 60px;
    position: absolute;
}

.educational-yield-7950 .text-text-9832 > div {
    margin-bottom: 1.5rem;
}

.educational-yield-7950 li {
    transition: transform 0.4s ease;
    transform: translateX(0);
    margin-bottom: 1.25rem;
}

.educational-yield-7950 li p span:first-child {
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.educational-yield-7950 li p span:last-child {
    flex-grow: 1;
}

.educational-yield-7950 li:hover svg {
    transform: scale(1.15);
}

.educational-yield-7950 svg path {
    fill: rgb(217,189,151);
    transition: fill 0.3s ease;
}

.educational-yield-7950 .featured-image-1974 {
    height: auto;
    transform: perspective(1000px) rotateY(0);
    border-radius: 24px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
}

.thanksPoint-3465::before {
    content: "";
    left: -5%;
    background: linear-gradient(225deg, rgb(217,189,151) 0%, transparent 70%);
    opacity: 0.07;
    top: -5%;
    position: absolute;
    height: 40%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
    z-index: 1;
    width: 40%;
    transform: rotate(-15deg) translateZ(0);
}

.thanksPoint-3465 .container {
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
}

.thanksPoint-3465 .learning-studio-9753:hover {
    box-shadow: 0 15px 50px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 5px 20px rgba(rgb(217,189,151,0.5), 0.1),
                0 40px 80px -15px rgba(rgb(190,154,108,0.5), 0.18);
    transform: perspective(1000px) rotateX(0deg);
}

.thanksPoint-3465 .learning-studio-9753 > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
}

.thanksPoint-3465 .learning-studio-9753 > div:first-child::after {
    width: 20%;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(217,189,151), rgb(190,154,108));
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 3px;
    transform-origin: left center;
    bottom: 0;
    transform: scaleX(1) translateZ(0);
}

.thanksPoint-3465 a {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    text-decoration: none;
    position: relative;
}

.thanksPoint-3465 a:hover::before {
    transform: rotate(45deg) scale(1);
}

.thanksPoint-3465 p {
    transition: all 0.4s ease;
    border-left: 2px solid rgba(rgb(217,189,151,0.5), 0.2);
    color: #000000;
    margin: 0;
    line-height: 1.7;
    padding: 1.5rem;
    font-weight: 400;
    font-size: 15px;
    background: linear-gradient(to right, rgba(rgb(190,154,108,0.5), 0.03), rgba(rgb(217,189,151,0.5), 0.03));
    position: relative;
}

.course-highlights-3409 {
    background: linear-gradient(45deg, rgb(243,229,209) 0%, rgb(190,154,108,0.5) 50%, rgb(243,229,209) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

.course-highlights-3409::after {
    border-radius: 50%;
    left: -5%;
    animation: pulseGlow 12s ease-in-out infinite reverse;
    width: 50%;
    z-index: 1;
    height: 50%;
    content: "";
    opacity: 0.3;
    position: absolute;
    background: radial-gradient(circle, rgb(190,154,108,0.5) 0%, transparent 70%);
    bottom: -5%;
}

.course-highlights-3409 .learning-studio-9753 {
    transform-style: preserve-3d;
    grid-template-columns: 1.2fr 0.8fr;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    gap: 3rem;
    display: grid;
}

.course-highlights-3409 .education-map-7692 {
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
    background: #ffffff;
    transform: translateZ(20px);
    position: relative;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.1),
        0 10px 20px -5px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgb(243,229,209);
    z-index: 3;
    padding: 3rem;
    border-radius: 15px;
}

.course-highlights-3409 .first-expert-1942 {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    position: relative;
}

.course-highlights-3409 .first-expert-1942::before {
    right: -20px;
    opacity: 0.6;
    position: absolute;
    content: "";
    width: 40px;
    background: rgb(217,189,151);
    height: 2px;
    transform: translateY(-50%);
    top: 50%;
}

.course-highlights-3409 .first-expert-1942 svg {
    width: auto;
    transition: all 0.3s ease;
    height: 4rem;
    filter: drop-shadow(0 2px 4px rgb(217,189,151,0.5));
}

.course-highlights-3409 .first-expert-1942 svg path {
    fill: rgb(217,189,151);
    transition: fill 0.3s ease;
}

.course-highlights-3409 .first-expert-1942 svg:hover path {
    fill: rgb(190,154,108);
}

.course-highlights-3409 h3::after {
    height: 3px;
    bottom: -8px;
    transition: width 0.3s ease;
    border-radius: 10px;
    content: "";
    background: rgb(217,189,151);
    position: absolute;
    left: 0;
    width: 30px;
}

.course-highlights-3409 .education-map-7692:hover h3::after {
    width: 80px;
}

.course-highlights-3409 .featured-image-1974 {
    position: relative;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    overflow: hidden;
    height: 450px;
    animation: floatAnimation 6s ease-in-out infinite;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 100%;
    z-index: 2;
    transform: translateZ(30px) rotate(3deg);
    min-height: 400px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.course-highlights-3409 .featured-image-1974::after {
    position: absolute;
    bottom: 0;
    content: "";
    opacity: 0.3;
    height: 50%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(
        to top,
        rgb(217,189,151,0.5) 0%,
        transparent 100%
    );
    left: 0;
}

.course-highlights-3409 .learning-studio-9753:hover .featured-image-1974::before {
    opacity: 0.7;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(190,154,108,0.5) 40%,
        rgb(217,189,151,0.5) 100%
    );
}

.learning-system-1845::after {
    right: -5%;
    top: -5%;
    position: absolute;
    opacity: 0.07;
    content: "";
    z-index: 0;
    width: 250px;
    background: linear-gradient(225deg, rgb(217,189,151) 0%, transparent 70%);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: floatElement 18s ease-in-out infinite alternate;
    height: 250px;
}

.learning-system-1845 h2 {
    font-size: 32px;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    transform: translateX(-5px);
}

.learning-system-1845 h2::after {
    background: rgb(190,154,108);
    width: 20px;
    bottom: -10px;
    position: absolute;
    opacity: 0.8;
    content: "";
    left: 85px;
    height: 4px;
}

.learning-system-1845:hover h2::before {
    transform: scaleX(1.2);
}

.learning-system-1845 .text-text-9832::before {
    background: linear-gradient(to bottom, rgb(217,189,151), rgb(190,154,108));
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 8px;
    height: 100%;
}

.learning-system-1845 .text-text-9832::after {
    height: 100%;
    background: 
        linear-gradient(135deg, rgba(rgb(217,189,151,0.5), 0.05) 0%, transparent 100%),
        linear-gradient(45deg, rgba(rgb(190,154,108,0.5), 0.03) 0%, transparent 80%);
    z-index: 1;
    position: absolute;
    top: 0;
    pointer-events: none;
    left: 0;
    width: 100%;
    content: "";
}

.data-summary-7483 {
    position: relative;
    overflow: hidden;
    padding: 140px 0;
    z-index: 1;
}

.data-summary-7483::before {
    z-index: -1;
    content: "";
    top: 0;
    width: 100%;
    backdrop-filter: blur(10px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    position: absolute;
}

.data-summary-7483 .container {
    position: relative;
    max-width: 1140px;
    padding: 0 40px;
    margin: 0 auto;
}

.data-summary-7483 .pro-upgrade-9651 {
    position: relative;
    grid-template-columns: 40% 60%;
    gap: 20px;
    display: grid;
}

.data-summary-7483 .statistics-extras-7084 svg {
    height: 60px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
    width: 60px;
}

.data-summary-7483 .statistics-extras-7084 svg path {
    fill: #ffffff;
}

.data-summary-7483 .statistics-plus-1398 {
    z-index: 2;
    font-weight: 700;
    font-size: calc(37px * 1.1);
    letter-spacing: 0.5px;
    grid-column: 1 / -1;
    padding-left: 50px;
    color: #ffffff;
    border-left: 5px solid rgb(217,189,151);
    line-height: 1.5;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
    padding-right: 50px;
    margin-bottom: 30px;
    position: relative;
}

.data-summary-7483 .statistics-elevation-5348 {
    gap: 40px 120px;
    grid-column: 1 / -1;
    position: relative;
    padding: 0 30px;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.data-summary-7483 .statistics-expert-6940::before {
    height: 0;
    left: -20px;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(217,189,151), rgb(190,154,108));
    width: 5px;
    transition: height 0.3s ease;
    position: absolute;
    border-radius: 3px;
}

.data-summary-7483 .statistics-perks-6307 {
    border-radius: 50%;
    height: 85px;
    backdrop-filter: blur(5px);
    grid-row: 1 / 3;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 85px;
    grid-column: 1 / 2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
    display: flex;
}

.data-summary-7483 .statistics-expert-6940:hover .statistics-perks-6307 svg path {
    fill: #ffffff;
}

.data-summary-7483 .statistics-expert-6940 span::after {
    content: '';
    width: 0;
    left: 0;
    bottom: -12px;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(217,189,151);
    height: 3px;
}

.data-summary-7483 .statistics-expert-6940:hover span::after {
    width: 60px;
}

.data-summary-7483 .statistics-expert-6940 p {
    grid-row: 2 / 3;
    font-size: calc(12px * 1.05);
    grid-column: 2 / 3;
    position: relative;
    letter-spacing: 0.2px;
    line-height: 1.7;
    color: #ffffff;
    z-index: 2;
    opacity: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.about-this-2813::after {
    height: 100%;
    animation: backgroundMove 15s linear infinite;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%, transparent 50%, 
                        rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 75%, transparent 75%, transparent);
    z-index: -2;
    background-size: 60px 60px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    opacity: 0.03;
    top: 0;
}

.about-this-2813 .mastery-center-4685 {
    position: relative;
    font-size: calc(24px * 1.3);
    color: rgb(217,189,151);
    align-items: center;
    margin-bottom: 10px;
    gap: 15px;
    font-weight: 700;
    display: flex;
    grid-area: logo;
    justify-content: center;
}

.about-this-2813 .mastery-center-4685 svg path {
    fill: rgb(217,189,151);
}

.about-this-2813 .text-text-9832 h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 30px;
    position: relative;
}

.about-this-2813 .text-text-9832 h2::after {
    left: calc(100% + 20px);
}

.about-this-2813 .text-text-9832 p {
    position: relative;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
}

.about-this-2813 .featured-image-1974 {
    position: relative;
    transition: all 0.4s ease;
    border-radius: 10px;
    box-shadow: 15px 15px 0 rgb(217,189,151,0.5);
    z-index: 2;
    height: 180px;
    flex: 0 0 auto;
    width: 180px;
}

.about-this-2813 .impact-facts-9816 {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    padding-left: 30px;
}

.about-this-2813 .virtual-academy-8906 {
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px;
}

.cookieNoticeContainer-1348 {
    width: 100%;
    border-top: 2px solid rgb(217,189,151);
    z-index: 90;
    bottom: 0;
    background: rgb(243,229,209);
    position: fixed;
}

.cookieNoticeContainer-1348 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.cookie-notice-7693 {
    flex-shrink: 0;
    margin-right: 10px;
}

.visitor-settings-4307 {
    border-bottom: 2px solid rgb(217,189,151);
    text-align: center;
    white-space: nowrap;
    font-size: 24px;
    text-decoration: none;
    min-width: 120px;
    flex-shrink: 0;
    margin-left: 10px;
    cursor: pointer;
    line-height: 35px;
    color: rgb(217,189,151);
}


.warp-container-5421 .secure-cookies-0871 {
    justify-content: flex-end;
}

.warp-container-5421 .data-approval-5418 {
    text-align: right;
}

.primary-page-0836 {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
}

.primary-page-0836 .learning-main-2415::before {
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(217,189,151,0.5) 0%, rgb(190,154,108,0.5) 100%);
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
}

.primary-page-0836 .mastery-zone-7135 > div:first-child {
    overflow: hidden;
    position: relative;
}

.primary-page-0836 .mastery-zone-7135 > div:first-child::after {
    position: absolute;
    animation: expandWidth 1.5s ease-out forwards;
    width: 100px;
    height: 4px;
    background: rgb(190,154,108);
    content: "";
    left: 0;
    bottom: -10px;
}

.primary-page-0836 .mastery-zone-7135 > div:first-child::after {
    width: 150px;
}

.primary-page-0836 .mastery-zone-7135 > div:first-child::after {
    width: 200px;
    height: 5px;
}

.primary-page-0836 .mastery-zone-7135 > div:nth-child(2) {
    animation: fadeInUp 1s ease-out 0.6s forwards;
    transform: translateY(20px);
    opacity: 0;
}

.primary-page-0836 h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    line-height: 1.4;
}

.primary-page-0836 h3 {
    font-size: calc(19px * 1.1);
}

header::before {
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    opacity: 0.1;
    width: 100%;
    position: absolute;
}

header .head-nav-8359::before {
    left: 10%;
    background: linear-gradient(to right, transparent, rgb(217,189,151), transparent);
    bottom: 0;
    height: 1px;
    position: absolute;
    width: 80%;
    content: "";
}

header .head-nav-8359 .first-expert-1942 .nav-sitewrap-3817 {
    padding: 5px;
    display: block;
    position: relative;
}

header .head-nav-8359 .first-expert-1942 .nav-sitewrap-3817:hover::before {
    opacity: 0.1;
    transform: scale(1);
}

header .head-nav-8359 .first-expert-1942 .nav-sitewrap-3817 svg {
    height: 45px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: auto;
}

header .head-nav-8359 .top-tutor-9186 .nav-prime-4536 {
    transform-style: preserve-3d;
    position: relative;
    margin: 0;
}

header .head-nav-8359 .top-tutor-9186 .nav-prime-4536 a::before,
header .head-nav-8359 .top-tutor-9186 .nav-prime-4536 a::after {
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    content: "";
    pointer-events: none;
    height: 100%;
    position: absolute;
}

header .head-nav-8359 .top-tutor-9186 .nav-prime-4536 a::before {
    opacity: 0;
    background: linear-gradient(to bottom, rgb(217,189,151,0.5), transparent);
    transform: translateZ(-1px) rotateX(10deg);
    transform-origin: top center;
}

header .head-nav-8359 .top-tutor-9186 .nav-prime-4536:hover a {
    color: rgb(217,189,151);
    transform: translateZ(10px);
}

header .head-nav-8359 .top-tutor-9186 .nav-prime-4536:hover a::before,
header .head-nav-8359 .top-tutor-9186 .nav-prime-4536:hover a::after {
    opacity: 0.1;
}

header .head-nav-8359 .top-tutor-9186 .nav-prime-4536:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}

.pricing-grid-item-9603 .container {
    position: relative;
    max-width: 1320px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}

.pricing-grid-item-9603 .fee-offers-4682 {
    position: relative;
}

.pricing-grid-item-9603 .study-packages-5792 {
    max-width: 800px;
    line-height: 1.6;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    position: relative;
    color: rgb(255, 255, 255, 0.5);
    transform: translateY(20px);
    text-align: center;
    opacity: 0;
    margin: 0 auto 50px;
    font-size: 12px;
}

.pricing-grid-item-9603 .edu-packages-1398 li {
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
    perspective: 1000px;
}

.pricing-grid-item-9603 .pricing-offers-1495 {
    backdrop-filter: blur(10px);
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.03));
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    min-height: 420px;
    height: 100%;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-grid-item-9603 .class-rates-0874 h4 {
    font-weight: 700;
    margin-bottom: 20px;
    transition: color 0.3s ease;
    color: #ffffff;
    font-size: calc(21px * 1.1);
    padding-bottom: 15px;
    position: relative;
}

.pricing-grid-item-9603 .class-rates-0874 p {
    max-height: 200px;
    word-break: break-word;
    line-height: 1.6;
    margin-bottom: 30px;
    overflow-y: auto;
    scrollbar-width: thin;
    font-size: 12px;
    flex-grow: 1;
    color: rgba(255, 255, 255, 0.85);
    overflow-wrap: break-word;
    scrollbar-color: rgb(217,189,151) rgba(255, 255, 255, 0.1);
}

.pricing-grid-item-9603 .fee-package-2490::before {
    bottom: 0;
    content: "";
    left: 0;
    background: linear-gradient(90deg, 
        rgb(217,189,151), 
        transparent);
    height: 1px;
    width: 100%;
    position: absolute;
}

.pricing-grid-item-9603 .edu-packages-1398 li:hover .pricing-offers-1495 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.pricing-grid-item-9603 .edu-packages-1398 li:hover .class-rates-0874 h4::after {
    width: 80px;
}

.pricing-grid-item-9603 .edu-packages-1398 li:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.pricing-grid-item-9603 .edu-packages-1398 li:nth-child(4) {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.peer-help-0854::after {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    top: 0;
    pointer-events: none;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
}

.peer-help-0854 .company_holder::before,
.peer-help-0854 .company_holder::after {
    bottom: -1px;
    content: "";
    animation: slide 3s infinite alternate;
    height: 2px;
    position: absolute;
    width: 20%;
    background: linear-gradient(90deg, transparent, rgb(190,154,108), transparent);
}

.peer-help-0854 .company_holder::before {
    left: 0;
    animation-delay: 0s;
}

.peer-help-0854 .company_holder h3::after {
    background: rgb(190,154,108);
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    bottom: -10px;
    content: "";
    left: 50%;
    width: 60px;
}

.peer-help-0854 .nav-pro-2491 {
    position: relative;
    display: flex;
    gap: 6rem;
}

.peer-help-0854 .top-tutor-9186 {
    background: rgba(255,255,255,0.05);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.peer-help-0854 .top-tutor-9186 h5 {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0.8rem;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    color: rgb(190,154,108);
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.peer-help-0854 .top-tutor-9186 .nav-pro-2491 a::before {
    z-index: -1;
    left: 0;
    transform: scaleX(0);
    height: 1px;
    position: absolute;
    transform-origin: center;
    transition: transform 0.4s ease;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(217,189,151), transparent);
    bottom: 0;
}

.data-viz-8412 {
    position: relative;
    overflow: hidden;
    margin-top: 4rem;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1.2rem 0;
}



.data-viz-8412 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.data-viz-8412 .achieve-cta-9405 {
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    position: relative;
    opacity: 0.8;
    font-size: 16px;
}

.data-viz-8412 .achieve-cta-9405::before,
.data-viz-8412 .achieve-cta-9405::after {
    content: "•";
    margin: 0 0.6rem;
    color: rgb(217,189,151);
}

.secure-stockade-4379::before {
    background: linear-gradient(90deg, rgb(217,189,151) 0%, rgb(190,154,108) 100%);
    content: "";
    right: 0;
    z-index: 2;
    position: absolute;
    left: 0;
    height: 5px;
    top: 0;
}

.secure-stockade-4379 .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 3;
    padding: 3rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    max-width: 1140px;
    transform: translateY(0);
    background: #ffffff;
}

.secure-stockade-4379 h1 {
    font-size: 44px;
    position: relative;
    margin-bottom: 2rem;
    color: rgb(217,189,151);
    display: inline-block;
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    font-weight: 700;
}

.secure-stockade-4379 h2 {
    opacity: 0;
    color: #000000;
    font-size: 35px;
    border-left: 4px solid rgb(217,189,151);
    margin: 2.5rem 0 1.5rem;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    font-weight: 600;
    position: relative;
    padding-left: 1rem;
}

.secure-stockade-4379 p {
    opacity: 0;
    color: #000000;
    animation: fadeSlideUp 0.8s forwards 0.6s;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 12px;
}

.secure-stockade-4379 p strong::after {
    height: 2px;
    left: 0;
    width: 100%;
    background: rgb(190,154,108,0.5);
    bottom: -2px;
    content: "";
    position: absolute;
}

.secure-stockade-4379 li {
    position: relative;
    font-size: 12px;
    margin-bottom: 1rem;
    line-height: 1.7;
    padding-left: 1.5rem;
    color: #000000;
}

.secure-stockade-4379 span {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    opacity: 0;
    border-left: 2px solid rgb(190,154,108,0.5);
    line-height: 1.8;
    font-size: 12px;
    position: relative;
    display: block;
    color: #000000;
    animation: fadeSlideUp 0.8s forwards 0.8s;
}

.contact-form-box-3925 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.contact-form-box-3925 .help-help-3647 {
    transform: rotateY(5deg);
    position: relative;
    padding: 60px 40px;
    transform-origin: left center;
    background-color: rgb(243,229,209);
    z-index: 3;
    transition: transform 0.5s ease;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    width: 40%;
}

.contact-form-box-3925 .help-help-3647 h3::before {
    top: 0;
    width: 6px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(217,189,151), rgb(190,154,108));
}

.contact-form-box-3925 .help-help-3647 div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
}

.contact-form-box-3925 .help-help-3647 div svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}

.contact-form-box-3925 .help-help-3647 div span {
    font-size: 14px;
    color: #000000;
}

.contact-form-box-3925 .help-help-3647 div span a:hover {
    color: rgb(217,189,151);
}

.contact-form-box-3925 .query-reach-2467:hover .help-info-2074 {
    transform: rotateY(0deg);
}

.contact-form-box-3925 .help-info-2074 h3 {
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 23px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.contact-form-box-3925 form {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.contact-form-box-3925 form input[type="text"]:focus,
.contact-form-box-3925 form input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.4);
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}

.contact-form-box-3925 form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact-form-box-3925 .help-feedback-9872 {
    position: relative;
    margin-bottom: 30px;
}

.contact-form-box-3925 .help-feedback-9872 label {
    line-height: 1.6;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    padding-left: 35px;
    cursor: pointer;
}

.contact-form-box-3925 .help-feedback-9872 input[type="checkbox"]:checked + label::before {
    border-color: #ffffff;
    background-color: #ffffff;
}

.contact-form-box-3925 .help-feedback-9872 label a {
    text-decoration: underline;
    color: #ffffff;
    transition: all 0.3s ease;
}

.contact-form-box-3925 .help-feedback-9872 label a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.contact-form-box-3925 form .contact-request-4786 {
    font-size: 19px;
    cursor: pointer;
    color: rgb(217,189,151);
    border-radius: 10px;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 18px 35px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 700;
    align-self: flex-start;
}

.contact-form-box-3925 form .contact-request-4786:hover::before {
    transform: translateY(0);
}

.contact-form-box-3925 .help-help-3647 div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}

.contact-form-box-3925 .help-help-3647 div:nth-child(5) {
    animation: float 9s infinite ease-in-out;
}

.academic-expertise-0398::before {
    top: 0;
    opacity: 0.2;
    position: absolute;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(217,189,151,0.5) 90deg, transparent 180deg, rgb(190,154,108,0.5) 270deg, transparent 360deg);
    animation: rotateBg 30s linear infinite;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
}

.academic-expertise-0398 .client-praises-6324:hover {
    transform: perspective(1000px) rotateX(0);
}

.academic-expertise-0398 .featured-image-1974 {
    transition: transform 0.3s ease;
    grid-area: photo;
    border-radius: 18px;
    transform: translateZ(20px);
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    min-height: 350px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
}

.academic-expertise-0398 .name {
    font-size: 29px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    grid-area: name;
    transform: translateZ(10px);
}

.academic-expertise-0398 .job-milestones-5913 {
    line-height: 1.6;
    color: #ffffff;
    padding: 1.5rem;
    font-size: 15px;
    position: relative;
    border-left: 4px solid rgb(217,189,151);
    grid-area: quote;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    transform: translateZ(15px);
    border-radius: 10px;
}


@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 (min-width: 768px) {.educational-yield-7950 .learning-studio-9753 {
    align-items: center;
    flex-direction: row;
}.educational-yield-7950 .text-text-9832 {
    margin-right: -4rem;
    flex: 1;
    z-index: 2;
    padding: 3rem;
}.educational-yield-7950 .featured-image-1974 {
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
    flex: 1;
    max-width: 50%;
    margin-left: auto;
}.educational-yield-7950 .text-text-9832 > div {
    gap: 2rem;
    display: flex;
}.educational-yield-7950 .text-text-9832 > div > ul {
    flex: 1;
}
}



@media (min-width: 992px) {.educational-yield-7950 {
    padding: 9rem 0;
}.educational-yield-7950 h4 {
    font-size: calc(19px * 1.3);
}.educational-yield-7950 .text-text-9832 {
    padding: 4rem;
    margin-right: -6rem;
}.educational-yield-7950 .featured-image-1974 {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}.educational-yield-7950 li p {
    font-size: calc(17px * 1.05);
}
}



@media (min-width: 1200px) {.educational-yield-7950 h4 {
    font-size: calc(19px * 1.4);
    max-width: 90%;
}.educational-yield-7950 .text-text-9832 {
    padding: 4.5rem;
    margin-right: -8rem;
}.educational-yield-7950 svg {
    width: 24px;
    height: 24px;
}.educational-yield-7950 .featured-image-1974 {
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}
}



@media (min-width: 992px) {.thanksPoint-3465 {
    padding: 8rem 0;
}.thanksPoint-3465 .learning-studio-9753 {
    padding: 5rem 6rem;
    margin: 0 auto;
    max-width: 90%;
}.thanksPoint-3465 .learning-studio-9753 > div:first-child {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}.thanksPoint-3465 .learning-studio-9753 > div:first-child::after {
    width: 15%;
}
}



@media (max-width: 480px) {.thanksPoint-3465 {
    padding: 2rem 0;
}.thanksPoint-3465 .learning-studio-9753 {
    padding: 1.5rem;
    transform: none;
}.thanksPoint-3465 h5 {
    font-size: calc(19px * 0.85);
}.thanksPoint-3465 p {
    font-size: calc(15px * 0.9);
    padding: 0.75rem;
    line-height: 1.5;
}}



@media (max-width: 768px) {.course-highlights-3409 {
    padding: 4rem 0;
}.course-highlights-3409 .learning-studio-9753::before {
    left: -1.5rem;
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
    top: -1.5rem;
}.course-highlights-3409 .education-map-7692 {
    padding: 2rem;
}.course-highlights-3409 .first-expert-1942 svg {
    height: 3.5rem;
}.course-highlights-3409 h3 {
    font-size: calc(35px * 0.9);
}.course-highlights-3409 .featured-image-1974 {
    min-height: 300px;
}
}



@media (max-width: 576px) {.course-highlights-3409 {
    padding: 3rem 0;
}.course-highlights-3409 .learning-studio-9753::before {
    display: none;
}.course-highlights-3409 .education-map-7692 {
    padding: 1.5rem;
}.course-highlights-3409 .first-expert-1942 svg {
    height: 3rem;
}.course-highlights-3409 .first-expert-1942::before {
    right: -10px;
    width: 20px;
}.course-highlights-3409 h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1rem;
}.course-highlights-3409 p {
    font-size: calc(13px * 0.9);
}.course-highlights-3409 .featured-image-1974 {
    min-height: 250px;
    border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
}}



@media (max-width: 480px) {.learning-system-1845 {
    padding: 50px 0;
}.learning-system-1845 h2 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.7);
}.learning-system-1845 h2::before {
    width: 50px;
    height: 3px;
}.learning-system-1845 h2::after {
    height: 3px;
    width: 12px;
    left: 55px;
}.learning-system-1845 .text-text-9832 {
    padding: 25px 20px 25px 25px;
}.learning-system-1845 .text-text-9832::before {
    width: 6px;
}.learning-system-1845 .text-text-9832 p {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 992px) {.data-summary-7483 {
    padding: 120px 0;
}.data-summary-7483 .pro-upgrade-9651 {
    grid-template-columns: 1fr;
}.data-summary-7483 .statistics-extras-7084 {
    top: -30px;
    right: 10%;
    width: 100px;
    height: 100px;
}.data-summary-7483 .statistics-extras-7084 svg {
    height: 50px;
    width: 50px;
}.data-summary-7483 .statistics-plus-1398 {
    padding-left: 40px;
    margin-top: 70px;
}.data-summary-7483 .fast-gain-4253 {
    padding-left: 44px;
}.data-summary-7483 .statistics-elevation-5348 {
    padding: 0 20px;
}
}



@media (max-width: 576px) {.data-summary-7483 {
    padding: 80px 0;
}.data-summary-7483 .statistics-extras-7084 {
    transform: translateX(50%);
    width: 80px;
    right: 50%;
    height: 80px;
}.data-summary-7483 .statistics-extras-7084 svg {
    height: 40px;
    width: 40px;
}.data-summary-7483 .statistics-plus-1398 {
    padding-left: 20px;
    margin-top: 70px;
    text-align: center;
    padding-top: 25px;
    border-left: none;
    padding-right: 20px;
    font-size: calc(37px * 0.85);
    border-top: 5px solid rgb(217,189,151);
}.data-summary-7483 .fast-gain-4253 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}.data-summary-7483 .statistics-elevation-5348 {
    padding: 0 10px;
    gap: 50px;
}.data-summary-7483 .statistics-expert-6940 {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
    grid-template-rows: auto auto auto;
    text-align: center;
}.data-summary-7483 .statistics-expert-6940::before {
    height: 5px;
    transform: translateX(-50%);
    width: 0;
    left: 50%;
    top: -20px;
}.data-summary-7483 .statistics-expert-6940:hover {
    transform: translateY(-10px);
}.data-summary-7483 .statistics-expert-6940:hover::before {
    height: 5px;
    width: 60px;
}.data-summary-7483 .statistics-perks-6307 {
    margin: 0 auto;
    height: 70px;
    grid-row: 1 / 2;
    width: 70px;
    grid-column: 1 / 2;
}.data-summary-7483 .statistics-perks-6307 svg {
    height: 35px;
    width: 35px;
}.data-summary-7483 .statistics-expert-6940 span {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-bottom: 15px;
}.data-summary-7483 .statistics-expert-6940 span::after {
    transform: translateX(-50%);
    left: 50%;
}.data-summary-7483 .statistics-expert-6940:hover span::after {
    width: 50px;
}.data-summary-7483 .statistics-expert-6940 p {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}}



@media (max-width: 767px) {.about-this-2813 {
    padding: 80px 0;
}.about-this-2813 .text-text-9832 h2::before,
    .about-this-2813 .text-text-9832 h2::after {
    width: 25px;
}.about-this-2813 .featured-image-1974 {
    width: 140px;
    height: 140px;
    box-shadow: 10px 10px 0 rgb(217,189,151,0.5);
}.about-this-2813 .impact-facts-9816 {
    padding-left: 20px;
}.about-this-2813 .impact-facts-9816::before {
    width: 20px;
}
}


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


@media only screen and (max-width: 800px) {.cookie-notice-7693 {
    display: none;
}.secure-cookies-0871 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookieNoticeContainer-1348 h5 {
    text-align: center;
}.cookieNoticeContainer-1348 p {
    text-align: center;
}.data-approval-5418 {
    margin-bottom: 20px;
}body .warp-container-5421 .visitor-settings-4307 {
    margin-left: 0;
}}



@media (max-width: 767px) {.primary-page-0836 {
    min-height: 100vh;
}.primary-page-0836 .learning-main-2415 {
    height: 100vh;
}.primary-page-0836 .mastery-zone-7135 {
    padding: 2rem;
    gap: 1.5rem;
}.primary-page-0836 .title_style_header {
    font-size: calc(47px * 0.9);
}.primary-page-0836 h3 {
    font-size: calc(19px * 0.9);
}
}



@media (max-width: 992px) {header .head-nav-8359 {
    padding: 15px;
    flex-direction: column;
}header .head-nav-8359 .first-expert-1942 {
    margin: 0 0 15px 0;
}header .head-nav-8359 .top-tutor-9186 {
    justify-content: center;
    flex-wrap: wrap;
    perspective: none;
    width: 100%;
}header .head-nav-8359 .top-tutor-9186 .nav-prime-4536 a {
    transform-style: flat;
    padding: 10px 15px;
    font-size: calc(12px - 1px);
}header .head-nav-8359 .top-tutor-9186 .nav-prime-4536:hover a {
    transform: none;
}header .head-nav-8359 .top-tutor-9186 .nav-prime-4536 a::before,
    header .head-nav-8359 .top-tutor-9186 .nav-prime-4536 a::after {
    display: none;
}
}



@media (max-width: 768px) {.pricing-grid-item-9603 {
    padding: 60px 0;
}.pricing-grid-item-9603 h2 {
    font-size: calc(30px * 0.85);
    margin-bottom: 15px;
}.pricing-grid-item-9603 .study-packages-5792 {
    font-size: calc(12px * 0.9);
    margin-bottom: 30px;
}.pricing-grid-item-9603 .edu-packages-1398 {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing-grid-item-9603 .pricing-offers-1495 {
    min-height: auto;
}.pricing-grid-item-9603 .class-rates-0874 p {
    max-height: 150px;
}
}



@media screen and (max-width: 992px) {.peer-help-0854 {
    padding: 4rem 0 2rem;
}.peer-help-0854 .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.peer-help-0854 .company_holder h3 {
    font-size: 36px;
}.peer-help-0854 .nav-pro-2491 {
    gap: 3rem;
}
}



@media screen and (max-width: 768px) {.peer-help-0854 .gdpr-block-5197 {
    flex-direction: column;
    align-items: center;
}.peer-help-0854 .nav-pro-2491 {
    width: 100%;
    max-width: 450px;
    flex-direction: column;
    gap: 2rem;
}.peer-help-0854 .top-tutor-9186 {
    width: 100%;
}
}



@media (max-width: 991px) {.secure-stockade-4379 {
    padding: 3rem 0;
}.secure-stockade-4379 .container {
    padding: 2rem;
}.secure-stockade-4379 h1 {
    font-size: calc(44px * 0.9);
}.secure-stockade-4379 h2 {
    font-size: calc(35px * 0.9);
    margin: 2rem 0 1.2rem;
}
}



@media (max-width: 767px) {.secure-stockade-4379 {
    padding: 2rem 0;
}.secure-stockade-4379 .container {
    padding: 1.5rem;
}.secure-stockade-4379 h1 {
    font-size: calc(44px * 0.8);
    margin-bottom: 1.5rem;
}.secure-stockade-4379 h1::after {
    width: 60px;
    height: 3px;
}.secure-stockade-4379 h2 {
    margin: 1.8rem 0 1rem;
    font-size: calc(35px * 0.8);
}.secure-stockade-4379 h3 {
    font-size: calc(35px * 0.7);
}.secure-stockade-4379 h4 {
    font-size: calc(35px * 0.6);
}.secure-stockade-4379 ul {
    padding-left: 0.5rem;
}.secure-stockade-4379 li {
    padding-left: 1.2rem;
}
}



@media screen and (max-width: 992px) {.contact-form-box-3925 .container {
    width: 90%;
}.contact-form-box-3925 .query-reach-2467,
    .contact-form-box-3925 .help-help-3647,
    .contact-form-box-3925 .help-info-2074 {
    transform: none;
}.contact-form-box-3925 .help-help-3647,
    .contact-form-box-3925 .help-info-2074 {
    width: 100%;
}.contact-form-box-3925 .help-help-3647 {
    padding: 40px 30px;
}.contact-form-box-3925 .help-info-2074 {
    padding: 40px 30px;
}
}



@media (max-width: 991px) {.academic-expertise-0398 .client-praises-6324 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
}.academic-expertise-0398 .featured-image-1974 {
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
    min-height: 300px;
}
}

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

@keyframes floatAnimation {
    0% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotate(3deg) translateY(-10px);
    }
    100% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
}



@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    }
}



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



@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 100px;
  }
}


  
  @keyframes expandWidth {
    from {
      width: 0;
    }
    to {
      width: 200px;
    }
  }

@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}



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

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

