﻿html {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(195,196,225,0.5);
    scrollbar-width: auto;
}

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

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

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

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

.report-abuse-web {
    flex: 0 0 auto;
}

.report-abuse-web {
    padding: 80px 0 40px;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.program-structure-web .skill-academy-web {
    height: 100%;
    position: relative;
    width: 100%;
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
}

.program-structure-web .skill-academy-web {
    height: 350px;
}

.program-structure-web .learn-tools-web {
    height: 100%;
    width: 500%;
    display: flex;
    animation: carousel-slide 25s ease-in-out infinite;
}

.program-structure-web .learn-tools-web {
    animation-duration: 20s;
    width: 600%;
}

.program-structure-web .program-track-web {
    height: 100%;
    position: relative;
    width: 20%;
}

.program-structure-web .program-track-web {
    width: 16.6667%;
}

.program-structure-web .program-track-web:hover img {
    transform: scale(1.05);
}

.program-structure-web .study-sessions-web {
    width: 55%;
    position: relative;
    margin-right: 5%;
    padding: 0;
}

.program-structure-web .skill-master-web {
    width: 100%;
    max-width: 700px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 3.5rem;
}

.program-structure-web .skill-master-web::after {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom,
                rgb(195,196,225) 0%,
                rgb(158,159,202) 100%);
    content: '';
    width: 5px;
    height: 100%;
    left: 0;
}

.program-structure-web .skill-master-web h3::after {
    height: 3px;
    bottom: -0.5rem;
    background-color: rgb(158,159,202);
    width: 50px;
    content: '';
    position: absolute;
    left: 1.5rem;
}

.program-structure-web .skill-master-web p {
    line-height: 1.8;
    padding-left: 1.5rem;
    color: #000000;
    margin-bottom: 2rem;
    font-size: 15px;
}

.program-structure-web .skill-master-web .feedback-help-web::before {
    width: 100%;
    position: absolute;
    left: -100%;
    background-color: rgb(195,196,225);
    content: '';
    z-index: -1;
    height: 100%;
    top: 0;
    transition: all 0.3s ease;
}

.program-structure-web .skill-master-web .feedback-help-web:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(rgb(195,196,225), 0.3);
    transform: translateY(-2px);
}

.program-structure-web .skill-master-web .feedback-help-web:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(rgb(195,196,225), 0.2);
}

.greeting-page-web .study-sessions-web {
    width: 100%;
    align-items: center;
    z-index: 2;
    position: relative;
    display: flex;
    height: 75vh;
}

.greeting-page-web .virtual-school-web::before {
    height: 100%;
    width: 100%;
    pointer-events: none;
    left: 0;
    position: absolute;
    z-index: 3;
    content: "";
    background: linear-gradient(
        to right,
        #000000 0%,
        transparent 20%
    );
    top: 0;
}

.greeting-page-web .start-base-web::before {
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
}

.greeting-page-web .study-tools-web {
    z-index: 10;
    gap: 15px;
    position: absolute;
    flex-direction: column;
    bottom: 30px;
    display: flex;
    left: 30px;
}

.greeting-page-web .study-tools-web label::before {
    top: 0;
    background: rgb(158,159,202);
    content: "";
    position: absolute;
    transition: height 0.3s ease;
    left: 0;
    width: 100%;
    height: 0;
}

.greeting-page-web .paragraph-wrap-web::before {
    left: 0;
    height: 5px;
    width: 100%;
    background: rgb(158,159,202);
    content: "";
    top: 0;
    position: absolute;
}

.greeting-page-web .paragraph-wrap-web .container {
    color: #ffffff;
    position: relative;
    padding: 3rem;
}

.greeting-page-web .paragraph-wrap-web .container::after {
    position: absolute;
    bottom: 15px;
    content: "";
    border-bottom: 5px solid #ffffff;
    opacity: 0.15;
    left: 15px;
    height: 80px;
    border-left: 5px solid #ffffff;
    width: 80px;
}

.greeting-page-web .paragraph-wrap-web h3 {
    font-weight: 600;
    font-size: 20px;
    opacity: 0.9;
    color: #ffffff;
    margin-bottom: 2rem;
}

.greeting-page-web input:nth-of-type(1):checked ~ .fast-edu-web {
    transform: translateX(0);
}

.greeting-page-web input:nth-of-type(2):checked ~ .fast-edu-web {
    transform: translateX(-20%);
}

.greeting-page-web input:nth-of-type(4):checked ~ .fast-edu-web {
    transform: translateX(-60%);
}

.greeting-page-web input:nth-of-type(6):checked ~ .fast-edu-web {
    transform: translateX(-100%);
}

.greeting-page-web input:nth-of-type(8):checked ~ .fast-edu-web {
    transform: translateX(-140%);
}

.greeting-page-web input:nth-of-type(10):checked ~ .fast-edu-web {
    transform: translateX(-180%);
}

.greeting-page-web input:nth-of-type(1):checked ~ .study-tools-web label:nth-child(1),
.greeting-page-web input:nth-of-type(2):checked ~ .study-tools-web label:nth-child(2),
.greeting-page-web input:nth-of-type(3):checked ~ .study-tools-web label:nth-child(3),
.greeting-page-web input:nth-of-type(4):checked ~ .study-tools-web label:nth-child(4),
.greeting-page-web input:nth-of-type(5):checked ~ .study-tools-web label:nth-child(5),
.greeting-page-web input:nth-of-type(6):checked ~ .study-tools-web label:nth-child(6),
.greeting-page-web input:nth-of-type(7):checked ~ .study-tools-web label:nth-child(7),
.greeting-page-web input:nth-of-type(8):checked ~ .study-tools-web label:nth-child(8),
.greeting-page-web input:nth-of-type(9):checked ~ .study-tools-web label:nth-child(9),
.greeting-page-web input:nth-of-type(10):checked ~ .study-tools-web label:nth-child(10) {
    opacity: 1;
    width: 5px;
}

.contact-panel-web {
    padding: 80px 0;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}

.contact-panel-web::before {
    background-size: 20px 20px;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 0;
    content: "";
}

.contact-panel-web .img-circular-web {
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
}

.contact-panel-web .connect-reach-web {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}

.contact-panel-web .connect-reach-web::after {
    top: 0;
    position: absolute;
    width: 150px;
    right: 0;
    content: "";
    height: 150px;
    border-radius: 0 0 0 100%;
    background: rgb(228,229,242);
    z-index: -1;
}

.contact-panel-web h3::after {
    bottom: -10px;
    content: "";
    height: 2px;
    width: 40px;
    left: 0;
    position: absolute;
    background: rgb(195,196,225);
}

.contact-panel-web input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(195,196,225,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
}

.contact-panel-web input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.contact-panel-web .request-card-web input[type="checkbox"] {
    height: 22px;
    appearance: none;
    position: relative;
    width: 22px;
    border: 2px solid rgb(228,229,242);
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 10px;
}

.contact-panel-web .request-card-web label {
    line-height: 1.5;
    color: #000000;
    font-size: 16px;
}

.contact-panel-web .request-card-web a {
    color: rgb(195,196,225);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}

.contact-panel-web .request-card-web a::after {
    bottom: -2px;
    width: 100%;
    transition: all 0.3s ease;
    content: "";
    left: 0;
    background: rgb(195,196,225);
    height: 1px;
    position: absolute;
}

.contact-panel-web .feedback-help-web:hover {
    background: rgb(158,159,202);
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgb(158,159,202,0.5);
}

.contact-panel-web svg {
    width: 20px;
    fill: rgb(195,196,225);
    transition: all 0.3s ease;
    height: 20px;
}

.contact-panel-web svg:hover {
    fill: rgb(158,159,202);
}

.cookie-warning-alert-web {
    bottom: 0;
    z-index: 90;
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    border-top: 3px solid rgb(195,196,225);
    width: 100%;
    background: rgb(158,159,202);
    padding: 15px 20px;
}

.track-prefs-web {
    max-width: 600px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.cookie-warning-alert-web p {
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}

.consent-comply-web:hover {
    border-color: rgb(195,196,225,0.5);
    background: rgb(195,196,225,0.5);
}

.cookie-warning-alert-web p a {
    color: rgb(195,196,225);
    text-decoration: none;
    border-bottom: 2px solid rgb(195,196,225);
}

.cookie-warning-alert-web p a:hover {
    border-bottom-color: rgb(158,159,202);
    color: rgb(158,159,202);
}

#cookieNoticeModal-web:checked ~ .cookie-warning-alert-web {
    visibility: hidden;
    opacity: 0;
}

.thankYouHub-web::before {
    content: "";
    opacity: 0.15;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, transparent 20%, rgb(195,196,225,0.5) 21%, transparent 22%),
        radial-gradient(circle at 90% 60%, transparent 10%, rgb(195,196,225,0.5) 11%, transparent 12%),
        radial-gradient(circle at 50% 40%, transparent 30%, rgb(195,196,225,0.5) 31%, transparent 32%);
    z-index: 0;
    background-size: 80px 80px, 60px 60px, 100px 100px;
    top: 0;
    height: 100%;
    width: 100%;
}

.thankYouHub-web h2::after {
    content: "";
    left: 0;
    background: rgb(195,196,225);
    transform-origin: left;
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    height: 3px;
    bottom: -15px;
    width: 80px;
    transform: scaleX(0);
}

.thankYouHub-web .study-sessions-web:hover {
    transform: translateZ(25px) rotateY(0deg);
}

.thankYouHub-web ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.thankYouHub-web li::before {
    z-index: -1;
    animation: pulseIn 1.5s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: rgb(158,159,202,0.5);
    width: 40px;
    opacity: 0.7;
    right: -8px;
    top: -8px;
    border-radius: 50%;
    position: absolute;
    content: "";
    transform: scale(0);
    height: 40px;
}

.location-info-web::before {
    z-index: -1;
    background: linear-gradient(45deg, 
        transparent 25%, 
        rgb(195,196,225,0.5) 25%, 
        rgb(195,196,225,0.5) 30%, 
        transparent 30%,
        transparent 45%, 
        rgb(158,159,202,0.5) 45%, 
        rgb(158,159,202,0.5) 50%, 
        transparent 50%);
    opacity: 0.05;
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    background-size: 200px 200px;
    left: 0;
}

.location-info-web .get-support-web h2 {
    font-weight: 700;
    color: rgb(195,196,225);
    margin-bottom: 30px;
    position: relative;
    font-size: 37px;
}

.location-info-web .get-support-web p {
    color: #000000;
    max-width: 800px;
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.7;
}

.location-info-web .get-support-web p:last-of-type svg {
    fill: none;
    position: absolute;
    stroke: rgb(195,196,225);
    left: 0;
    stroke-width: 2;
    width: 24px;
    top: 3px;
    height: 24px;
}

.location-info-web .request-form-web {
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    justify-content: center;
    font-weight: 600;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 20px;
    align-items: center;
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    height: 120px;
    background: rgb(228,229,242);
    border-radius: 29px;
}

.location-info-web .request-form-web svg {
    fill: rgb(195,196,225);
    width: 40px;
    transition: all 0.3s ease;
    height: 40px;
    margin-bottom: 15px;
    stroke: rgb(195,196,225);
    stroke-width: 1.5;
}

.newsletter-web::before {
    background: linear-gradient(90deg, rgb(195,196,225), rgb(158,159,202));
    height: 5px;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.newsletter-web .feedback-map-web {
    width: 90%;
    margin-left: 0;
    gap: 2rem;
    max-width: 700px;
    grid-template-columns: 1fr;
    padding: 0;
    position: relative;
    display: grid;
}

.newsletter-web h3::after {
    content: ".";
    color: rgb(195,196,225);
    animation: blinkDot 1.5s infinite;
}

.newsletter-web .input_holder {
    transform: translateY(30px);
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 1.5rem;
    opacity: 0;
    width: 100%;
    animation: fadeUp 0.8s 0.2s forwards;
}

.newsletter-web input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(195,196,225);
}

.newsletter-web input[type="email"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-20px);
}

.newsletter-web .updates-modal-web {
    letter-spacing: 1px;
    border-radius: 0;
    overflow: hidden;
    font-size: 16px;
    z-index: 1;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #000000;
    padding: 1rem 3rem;
    position: relative;
    justify-self: start;
    background: transparent;
    border: 1px solid #000000;
    text-transform: uppercase;
    font-weight: 400;
}

.newsletter-web::after {
    clip-path: polygon(0 0, 100% 25%, 100% 75%, 0 100%);
    transform: translateX(50%);
    height: 60%;
    content: "";
    right: 0;
    background: rgb(228,229,242);
    top: 20%;
    position: absolute;
    z-index: 0;
    animation: slideBg 1.2s 0.4s forwards cubic-bezier(0.25, 1, 0.5, 1);
    width: 30%;
}

.aspiring-learners-web::after {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(195,196,225,0.5) 25%, 
        rgb(195,196,225) 50%, 
        rgb(195,196,225,0.5) 75%, 
        transparent 100%
    );
    content: "";
}

.aspiring-learners-web .study-sessions-web {
    gap: 40px;
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: start;
    position: relative;
}

.aspiring-learners-web h4::before {
    height: 5px;
    top: -20px;
    left: 0;
    background: linear-gradient(90deg, rgb(195,196,225), rgb(158,159,202));
    content: "";
    width: 50px;
    position: absolute;
    border-radius: 10px;
}

.aspiring-learners-web div {
    flex-direction: column;
    display: flex;
    gap: 20px;
}

.aspiring-learners-web div p:nth-child(even) {
    transform: translateX(30px);
}

.aspiring-learners-web div p:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.aspiring-learners-web div p:nth-child(even):hover {
    transform: translate(30px, -5px);
}

.aspiring-learners-web div p::before {
    opacity: 0.7;
    background: linear-gradient(180deg, rgb(195,196,225), rgb(158,159,202));
    transition: width 0.3s ease;
    top: 0;
    width: 4px;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
}

.aspiring-learners-web div p:hover svg {
    transform: scale(1.2);
}

.aspiring-learners-web div p:hover svg path {
    fill: rgb(158,159,202);
}

.sign-up-now-web::before {
    content: '';
    z-index: 1;
    top: 0;
    background: radial-gradient(ellipse at center, transparent 0%, rgb(228,229,242) 80%);
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}

.sign-up-now-web .container p {
    position: relative;
    max-width: 800px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 50px;
    z-index: 5;
    font-weight: 700;
    border-radius: 10px;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto 80px;
    font-size: 33px;
    color: #000000;
    transform: translateZ(50px);
    background: #ffffff;
}

.sign-up-now-web .feedback-help-web::before {
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    position: absolute;
    top: 0;
    content: '';
}

.sign-up-now-web .feedback-help-web:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateZ(40px);
}

.sign-up-now-web .container p::after {
    background: rgb(195,196,225);
    transform: translateX(-50%) rotate(45deg);
    width: 30px;
    position: absolute;
    content: '';
    height: 30px;
    bottom: -15px;
    z-index: -1;
    left: 50%;
}

.sign-up-now-web .study-sessions-web::after {
    left: 5%;
    filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
    content: '';
    border-radius: 50%;
    z-index: -1;
    width: 90%;
    transform: rotateX(70deg);
    position: absolute;
    height: 20px;
    bottom: -30px;
    opacity: 0.1;
}

.developer-experience-web::after {
    content: "";
    opacity: 0.5;
    height: 70%;
    bottom: 0;
    background: rgb(158,159,202,0.5);
    position: absolute;
    z-index: 1;
    width: 40%;
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.developer-experience-web .img-circular-web {
    border-radius: 0;
    width: 100%;
    position: relative;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    filter: grayscale(100%);
    aspect-ratio: 3/4;
    overflow: hidden;
}

.developer-experience-web .img-circular-web:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}

.developer-experience-web .career-projects-web {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    position: relative;
}

.developer-experience-web .student-glow-web:hover .career-projects-web::before {
    height: 100%;
}

.developer-experience-web .name {
    font-size: 40px;
    color: #000000;
    margin-bottom: 0.5rem;
    overflow: hidden;
    position: relative;
    font-weight: 700;
}

.developer-experience-web .student-glow-web:hover .name::after {
    transform: translateX(0);
}

.developer-experience-web .career-projects-web > div:nth-child(2) {
    color: rgb(158,159,202);
    transform: translateY(20px);
    transition: all 0.5s ease-out 0.4s;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 2.5rem;
    letter-spacing: 3px;
    opacity: 0;
}

.developer-experience-web .student-glow-web:hover .work-items-web {
    opacity: 1;
    transform: translateY(0);
}

.developer-experience-web .work-items-web::first-letter {
    font-size: 1.5em;
    color: rgb(195,196,225);
    font-weight: 700;
}

.client-comments-web {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,229,242) 0%, rgb(195,196,225,0.5) 100%);
    position: relative;
    padding: 120px 0 150px;
}

.client-comments-web::after {
    background: rgb(195,196,225,0.5);
    content: "";
    right: -80px;
    bottom: -80px;
    width: 250px;
    position: absolute;
    animation: floatBubble 15s infinite ease-in-out alternate;
    border-radius: 50%;
    height: 250px;
    filter: blur(100px);
}

.client-comments-web h4 {
    font-family: Arial, sans-serif;
    left: 50%;
    transform: translateX(-50%) skew(-5deg);
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 70px;
    transform: skew(-5deg);
    text-align: center;
    font-size: 31px;
    color: #000000;
}

.client-comments-web .student-glow-web {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
    padding: 30px;
    transform: rotateX(5deg) rotateY(-8deg) translateZ(0);
    transition: all 0.5s ease;
    border-radius: 23px;
}

.client-comments-web .student-glow-web .img-circular-web {
    height: 80px;
    border-radius: 50%;
    width: 80px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto 20px;
    border: 3px solid #ffffff;
}

.client-comments-web .student-glow-web span {
    color: #000000;
    display: block;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
}

.client-comments-web .student-glow-web p {
    position: relative;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

.privacy-niche-web {
    padding: 60px 40px;
    line-height: 1.7;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background-color: rgb(228,229,242);
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
}

.privacy-niche-web h1, .privacy-niche-web h2, .privacy-niche-web h3, .privacy-niche-web h4, .privacy-niche-web h5, .privacy-niche-web h6 {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    color: rgb(195,196,225);
}

.privacy-niche-web h1 {
    font-weight: 700;
    padding-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 3px solid rgb(158,159,202);
    letter-spacing: 1px;
    font-size: 41px;
}

.privacy-niche-web ul, .privacy-niche-web ol {
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
    list-style: none;
    z-index: 1;
}

.privacy-niche-web ul li:before, .privacy-niche-web ol li:before {
    box-shadow: 0 0 5px rgb(158,159,202,0.5);
    width: 12px;
    height: 12px;
    top: 0.6em;
    left: 0;
    background-color: rgb(158,159,202);
    content: '';
    border-radius: 50%;
    position: absolute;
}

.privacy-niche-web p, .privacy-niche-web span {
    position: relative;
    text-align: justify;
    z-index: 1;
    margin-bottom: 25px;
    font-size: 18px;
}

.privacy-niche-web p {
    border-left: 3px solid rgb(195,196,225);
    padding-left: 10px;
}

.privacy-niche-web div {
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}

.our-background-web {
    isolation: isolate;
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
}

.our-background-web::before {
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(158,159,202,0.5), rgba(0, 0, 0, 0.5) 70%);
    width: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
}

.our-background-web .container {
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}

.our-background-web h2::after {
    position: absolute;
    transform: scaleX(1);
    bottom: 0;
    content: "";
    background: rgb(195,196,225);
    height: 4px;
    transform-origin: left;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 80px;
}

.our-background-web .paragraph-wrap-web {
    background: rgba(255, 255, 255, 0.92);
    padding: 50px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
    margin-left: auto;
    max-width: 900px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    transform: translateY(0);
}

.our-background-web .paragraph-wrap-web p::after {
    transform: translateY(-50%);
    background: rgb(195,196,225);
    transition: width 0.3s ease;
    height: 2px;
    content: "";
    top: 50%;
    right: 0;
    width: 40px;
    position: absolute;
}

.our-background-web .paragraph-wrap-web div > div {
    column-gap: 40px;
    text-align: justify;
    line-height: 1.8;
    opacity: 0.9;
    color: #000000;
    column-count: 1;
    hyphens: auto;
    position: relative;
    font-size: 14px;
}

.offer-grid-web::before {
    background: linear-gradient(135deg, rgb(195,196,225,0.5) 0%, transparent 70%);
    z-index: 1;
    position: absolute;
    height: 100%;
    pointer-events: none;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
}

.offer-grid-web .container {
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}

.offer-grid-web .plan-deals-web {
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
    position: relative;
}

.offer-grid-web .study-cost-web::before {
    background-color: rgb(195,196,225);
    height: 40px;
    content: "";
    top: 20px;
    width: 40px;
    transform: rotate(45deg);
    left: -20px;
    z-index: -1;
    position: absolute;
}

.offer-grid-web .study-cost-web h2::after {
    height: 3px;
    position: absolute;
    left: 0;
    content: "";
    width: 80px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(195,196,225), rgb(158,159,202));
}

.offer-grid-web .pay-plans-web {
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}

.offer-grid-web .promo-cost-web:hover {
    transform: translateY(-10px);
}

.offer-grid-web .price-grid-web {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    flex-direction: column;
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    position: relative;
    height: 100%;
}

.offer-grid-web .promo-cost-web:nth-child(even) .price-grid-web {
    transform: rotate(1deg);
}

.offer-grid-web .price-opts-web::before {
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    position: absolute;
    height: 100%;
    content: "";
    z-index: -1;
}

.offer-grid-web .promo-cost-web:hover .price-opts-web h3 {
    transform: translateZ(25px);
}

.offer-grid-web .price-opts-web h3::after {
    background: rgb(195,196,225);
    content: "";
    left: 0;
    height: 3px;
    width: 40px;
    bottom: -8px;
    transition: width 0.3s ease;
    position: absolute;
}

.offer-grid-web .price-choices-web::before {
    content: "";
    bottom: -8px;
    background: linear-gradient(90deg, rgb(195,196,225,0.5), transparent);
    height: 2px;
    left: 0;
    width: 80px;
    position: absolute;
}

.offer-grid-web .img-circular-web {
    overflow: hidden;
    transition: transform 0.5s ease;
    height: 200px;
    width: 100%;
    position: relative;
    transform: translateZ(0);
}

.offer-grid-web .img-circular-web::after {
    z-index: 1;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
}

.offer-grid-web .promo-cost-web:hover .img-circular-web::before {
    opacity: 0.05;
}

footer {
    position: relative;
}

.report-abuse-web .container {
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.report-abuse-web .company_holder {
    padding-right: 40px;
    position: relative;
}

.report-abuse-web .company_holder::after {
    content: "";
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(158,159,202,0.5), 
        transparent);
    right: 0;
    height: 60%;
    width: 1px;
    position: absolute;
    top: 20%;
}

.report-abuse-web .badge-case-web {
    color: #ffffff;
    font-size: 15px;
    opacity: 0.8;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 90%;
}

.report-abuse-web .guide-section-web {
    justify-content: flex-end;
    display: flex;
}

.report-abuse-web .nav-pagewrap-web {
    position: relative;
}

.report-abuse-web .nav-pagewrap-web h5::after {
    left: 0;
    width: 30px;
    bottom: 0;
    content: "";
    position: absolute;
    background: rgb(195,196,225);
    border-radius: 10px;
    height: 2px;
}

.report-abuse-web .nav-pagewrap-web .top-base-web a {
    transition: all 0.3s ease;
    text-decoration: none;
    padding-left: 0;
    opacity: 0.7;
    font-size: calc(15px * 0.95);
    position: relative;
    color: #ffffff;
}

.report-abuse-web .nav-pagewrap-web .top-base-web a:hover {
    padding-left: 12px;
    color: rgb(195,196,225);
    opacity: 1;
}

.collab-space-web {
    backdrop-filter: blur(5px);
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.3);
}



.collab-space-web {
    overflow: hidden;
    position: relative;
}

.report-abuse-web::after {
    box-shadow: 0 0 40px rgb(195,196,225,0.5);
}

.report-abuse-web .container::before {
    position: absolute;
    content: "";
    background: radial-gradient(
        circle, 
        rgb(158,159,202,0.5), 
        transparent 70%
    );
    bottom: -75px;
    width: 150px;
    border-radius: 50%;
    height: 150px;
    filter: blur(30px);
    animation: pulse 10s infinite alternate-reverse;
    left: -75px;
}

.report-abuse-web .company_holder::before {
    left: 0;
    width: 100px;
    position: absolute;
    content: "";
    bottom: -20px;
    height: 1px;
    background: linear-gradient(90deg, 
        rgb(195,196,225,0.5), 
        transparent);
}

.report-abuse-web .nav-pagewrap-web .top-base-web a:hover::after {
    width: 100%;
}

.report-abuse-web .nav-pagewrap-web .top-base-web a:nth-child(even):hover {
    transform: translateX(2px);
}

.collab-space-web::before {
    height: 1px;
    content: "";
    background: linear-gradient(90deg, 
        transparent, 
        rgb(158,159,202,0.5), 
        transparent);
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}

.collab-space-web .affiliate-cta-web:hover {
    opacity: 1;
    letter-spacing: 0.7px;
}

header::before {
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(158,159,202,0.5) 10px,
            rgb(158,159,202,0.5) 11px
        );
    z-index: 1;
    opacity: 0.03;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

header .container {
    position: relative;
    flex-direction: column;
    padding: 0;
    display: flex;
    align-items: center;
}

header .main-nav-web {
    margin-bottom: 2rem;
    text-decoration: none;
    display: flex;
    z-index: 3;
    justify-content: center;
    padding: 0.5rem 2rem;
    position: relative;
}

header .main-nav-web::after {
    background: rgb(195,196,225,0.5);
    height: 40px;
    animation: orb-float 5s ease-in-out infinite alternate;
    border-radius: 50%;
    opacity: 0.5;
    z-index: -1;
    width: 40px;
    filter: blur(20px);
    position: absolute;
    content: "";
}

header .main-nav-web:hover svg {
    filter: drop-shadow(0 0 12px rgb(195,196,225));
    transform: scale(1.08);
}

header .nav-pagewrap-web {
    position: relative;
    scrollbar-width: none;
    width: 100vw;
    padding: 1rem 0;
    overflow-x: auto;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    justify-content: center;
    gap: 1rem;
}

header .head-pagewrap-web::before {
    content: "";
    position: absolute;
    left: -100%;
    opacity: 0.5;
    top: 0;
    height: 100%;
    transition: left 0.5s ease;
    width: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgb(158,159,202,0.5),
        transparent);
}

header .head-pagewrap-web:hover {
    box-shadow: 0 0 15px rgb(195,196,225,0.5),
                inset 0 0 10px rgb(195,196,225,0.5);
    color: rgb(158,159,202);
    border-color: rgb(158,159,202);
    transform: translateY(-2px);
}

header .head-pagewrap-web:hover::before {
    left: 100%;
}

header .head-pagewrap-web:hover::after {
    transform: translateY(-50%) scale(1);
}


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


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 991px) {.program-structure-web {
    min-height: auto;
    display: flex;
    flex-direction: column;
}.program-structure-web .skill-academy-web {
    height: 400px;
    width: 100%;
}.program-structure-web .skill-academy-web::before {
    background: linear-gradient(to bottom, 
                    rgba(0, 0, 0, 0.6) 0%,
                    transparent 100%);
}.program-structure-web .container {
    position: relative;
    padding: 3rem 1rem;
}.program-structure-web .study-sessions-web {
    margin-right: 0;
    width: 100%;
}.program-structure-web .skill-master-web {
    max-width: 100%;
}
}



@media (max-width: 480px) {.program-structure-web .skill-academy-web {
    height: 300px;
}.program-structure-web .skill-master-web {
    padding: 2rem 1.5rem;
}.program-structure-web .skill-master-web h3 {
    padding-left: 1rem;
}.program-structure-web .skill-master-web p {
    padding-left: 1rem;
}.program-structure-web .skill-master-web .feedback-help-web {
    margin-left: 1rem;
}}



@media (max-width: 767px) {.greeting-page-web .study-sessions-web {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 90vh;
    height: auto;
}.greeting-page-web .virtual-school-web {
    position: relative;
    height: 50vh;
}.greeting-page-web .virtual-school-web::before {
    background: linear-gradient(
            to bottom,
            transparent 70%,
            rgb(228,229,242) 100%
        );
}.greeting-page-web .paragraph-wrap-web {
    max-width: 600px;
    width: 90%;
    margin: -50px 0 30px;
}.greeting-page-web .paragraph-wrap-web .container {
    padding: 2rem;
}.greeting-page-web .paragraph-wrap-web h1 {
    font-size: calc(38px * 0.85);
    margin-bottom: 1rem;
}.greeting-page-web .paragraph-wrap-web h3 {
    margin-bottom: 1.2rem;
    font-size: calc(20px * 0.85);
}.greeting-page-web .study-tools-web {
    bottom: 20px;
    transform: translateX(-50%);
    left: 50%;
    gap: 10px;
    flex-direction: row;
}.greeting-page-web .study-tools-web label {
    width: 25px;
    height: 3px;
}.greeting-page-web input:nth-of-type(n):checked ~ .study-tools-web label:nth-child(n) {
    width: 35px;
    height: 3px;
}
}



@media (max-width: 480px) {.greeting-page-web .virtual-school-web {
    height: 40vh;
}.greeting-page-web .paragraph-wrap-web {
    margin: -30px 0 20px;
}
}



@media (orientation: landscape) and (max-height: 600px) and (min-width: 768px) {.greeting-page-web .study-sessions-web {
    height: 85vh;
}.greeting-page-web .virtual-school-web {
    height: 85vh;
}}



@media (max-width: 768px) {.contact-panel-web {
    padding: 60px 0;
}.contact-panel-web h2 {
    margin-bottom: 30px;
    font-size: calc(29px - 4px);
}.contact-panel-web .connect-reach-web {
    padding: 40px 30px;
}.contact-panel-web #contact {
    gap: 25px;
}.contact-panel-web .img-circular-web {
    min-height: 250px;
}
}


@media only screen and (max-width: 1200px) {.cookie-warning-alert-web {
    padding: 15px;
}
}


@media only screen and (max-width: 800px) {.cookie-guide-web {
    display: none;
}.cookies-overview-web {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie-warning-alert-web h5, .cookie-warning-alert-web p {
    text-align: center;
}.track-prefs-web {
    margin-bottom: 15px;
}.consent-comply-web {
    margin-left: 0;
    margin-top: 10px;
}}



@media (max-width: 992px) {.thankYouHub-web {
    padding: 4rem 1.5rem;
}.thankYouHub-web h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2.5rem;
}.thankYouHub-web .study-sessions-web {
    transform: translateZ(15px) rotateY(-1deg);
}
}



@media (max-width: 576px) {.thankYouHub-web {
    padding: 2.5rem 0.8rem;
}.thankYouHub-web h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.5rem;
}.thankYouHub-web h2::after {
    height: 2px;
    width: 60px;
}.thankYouHub-web li {
    padding: 1.5rem;
}.thankYouHub-web span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}



@media screen and (max-width: 480px) {.location-info-web {
    padding: 40px 0;
}.location-info-web .get-support-web {
    padding: 30px 20px;
}.location-info-web .get-support-web h2 {
    font-size: calc(37px * 0.8);
}.location-info-web .contact-links-web {
    grid-template-columns: repeat(1, 1fr);
}.location-info-web .request-form-web {
    height: 100px;
}.location-info-web .request-form-web svg {
    margin-bottom: 10px;
    width: 35px;
    height: 35px;
}}



@media (max-width: 767px) {.newsletter-web {
    padding: 5rem 1.5rem;
}.newsletter-web .feedback-map-web {
    width: 100%;
}.newsletter-web .input_holder {
    gap: 2rem;
}.newsletter-web::after {
    width: 50%;
    top: 10%;
    height: 30%;
}}



@media (max-width: 767px) {.aspiring-learners-web {
    padding: 70px 0;
}.aspiring-learners-web .study-sessions-web {
    grid-template-columns: 1fr;
    gap: 40px;
}.aspiring-learners-web h4 {
    font-size: calc(37px - 2px);
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
}.aspiring-learners-web h4::before {
    transform: translateX(-50%);
    left: 50%;
}.aspiring-learners-web h4::after {
    transform: translateX(-50%);
    width: 100px;
    left: 50%;
}.aspiring-learners-web div p:nth-child(even) {
    transform: translateX(0);
}.aspiring-learners-web div p:nth-child(even):hover {
    transform: translateY(-5px);
}
}



@media (max-width: 991px) {.sign-up-now-web {
    padding: 120px 0;
}.sign-up-now-web .container p {
    padding: 40px;
    font-size: calc(21px * 1.2);
    margin-bottom: 70px;
}.sign-up-now-web .feedback-help-web {
    height: 55px;
    line-height: 55px;
    width: 220px;
}
}



@media (max-width: 767px) {.sign-up-now-web {
    padding: 100px 0;
}.sign-up-now-web .container p {
    transform: translateZ(30px);
    font-size: 21px;
    padding: 30px;
    margin-bottom: 60px;
}.sign-up-now-web .feedback-help-web {
    height: 50px;
    line-height: 50px;
    transform: translateZ(20px);
    width: 200px;
}.sign-up-now-web .feedback-help-web:hover {
    transform: translateZ(25px);
}.sign-up-now-web .container p::after {
    height: 25px;
    bottom: -12px;
    width: 25px;
}
}



@media (max-width: 992px) {.developer-experience-web .student-glow-web {
    gap: 2rem;
    grid-template-columns: 1fr;
}.developer-experience-web .img-circular-web {
    aspect-ratio: 16/9;
    max-height: 300px;
}.developer-experience-web .career-projects-web {
    padding: 1rem 0;
}.developer-experience-web .career-projects-web::before {
    transition: width 0.8s ease-out;
    height: 2px;
    width: 0;
}.developer-experience-web .student-glow-web:hover .career-projects-web::before {
    height: 2px;
    width: 100%;
}}


@media only screen and (max-width: 800px) {.privacy-niche-web {
    padding: 40px 20px;
}.privacy-niche-web h1 {
    font-size: calc(20px - 10px);
}.privacy-niche-web h2 {
    font-size: calc(20px - 8px);
}.privacy-niche-web p, .privacy-niche-web li {
    font-size: calc(18px - 2px);
}.privacy-niche-web::before, .privacy-niche-web::after {
    width: 150px;
    height: 150px;
}}



@media (min-width: 768px) {.our-background-web {
    padding: 150px 0 130px;
}.our-background-web .paragraph-wrap-web {
    padding: 60px 70px;
}.our-background-web .paragraph-wrap-web div > div {
    column-count: 2;
}.our-background-web h2 {
    margin-bottom: 80px;
    transform: translateX(-20px);
}
}



@media (max-width: 767px) {.our-background-web {
    padding: 80px 0 60px;
}.our-background-web .paragraph-wrap-web {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    padding: 30px 25px;
}.our-background-web h2 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.our-background-web .paragraph-wrap-web p {
    padding-right: 30px;
    font-size: calc(24px * 0.9);
}.our-background-web .paragraph-wrap-web p::after {
    width: 25px;
}
}



@media (min-width: 992px) {.offer-grid-web .plan-deals-web {
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
}.offer-grid-web .study-cost-web {
    padding: 3rem;
}.offer-grid-web .pay-plans-web {
    grid-column: 1;
    grid-row: 1;
}.offer-grid-web .study-cost-web {
    align-self: start;
    top: 2rem;
    grid-row: 1;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    position: sticky;
    grid-column: 2;
}.offer-grid-web .study-cost-web:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}



@media (max-width: 767px) {.offer-grid-web {
    padding: 3rem 0;
}.offer-grid-web .container {
    padding: 0 1.5rem;
}.offer-grid-web .pay-plans-web {
    grid-template-columns: 1fr;
}.offer-grid-web .study-cost-web h2 {
    font-size: calc(32px * 0.8);
}.offer-grid-web .price-opts-web {
    padding: 1.5rem;
}.offer-grid-web .price-choices-web {
    font-size: calc(18px * 1.5);
}.offer-grid-web .img-circular-web {
    height: 180px;
}
}



@media (max-width: 767px) {.report-abuse-web {
    padding: 50px 0 20px;
}.report-abuse-web .top-base-web {
    width: 100%;
    gap: 40px;
    flex-direction: column;
}.report-abuse-web .nav-pagewrap-web {
    text-align: center;
}.report-abuse-web .nav-pagewrap-web h5 {
    text-align: center;
}.report-abuse-web .nav-pagewrap-web h5::after {
    transform: translateX(-50%);
    left: 50%;
}.report-abuse-web .nav-pagewrap-web .top-base-web {
    align-items: center;
}.report-abuse-web .nav-pagewrap-web .top-base-web a {
    text-align: center;
}.report-abuse-web .nav-pagewrap-web .top-base-web a::before {
    display: none;
}.report-abuse-web .nav-pagewrap-web .top-base-web a:hover {
    padding-left: 0;
}
}



@media (max-width: 991px) {.report-abuse-web .company_holder::before {
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
            transparent, 
            rgb(195,196,225,0.5), 
            transparent);
    left: 50%;
}}



@media (max-width: 991px) {.report-abuse-web .company_holder h3::before {
    display: none;
}}



@media (max-width: 991px) {header .main-nav-web {
    margin-bottom: 1.5rem;
}header .main-nav-web svg {
    height: 42px;
}header .head-pagewrap-web {
    font-size: calc(17px - 1px);
    padding: 0.5rem 1.5rem;
}
}

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



@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}



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



@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



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



@keyframes blinkDot {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}



@keyframes slideBg {
    to {
        transform: translateX(0);
    }
}

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}



@keyframes blink {
    50% { border-color: transparent }
}



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



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}



@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

