﻿.local-degree-path {
    flex: 0 0 auto;
}

.local-degree-path {
    position: relative;
    color: #ffffff;
    padding: 80px 0 30px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background-color: #000000;
}

.local-cookie-overlay-alert h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

#local-trackingAlertPopup:checked ~ .local-cookie-overlay-alert {
    opacity: 0;
    visibility: hidden;
}

.local-digital-consent {
    border-bottom: 2px solid rgb(171,182,208);
    font-size: 24px;
    color: rgb(171,182,208);
    margin-left: 10px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    cursor: pointer;
    flex-shrink: 0;
    min-width: 120px;
}

.local-receive-updates::after {
    background-image: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.15) 1px, transparent 1px),
                     radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
                     radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
                     radial-gradient(circle at 70% 90%, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    z-index: -1;
    background-size: 100px 100px, 120px 120px, 80px 80px, 150px 150px;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.4;
    width: 100%;
    position: absolute;
    animation: floatBg 20s ease-in-out infinite;
    left: 0;
}

.local-receive-updates .input_holder div::before {
    transform-origin: left;
    transform: scaleX(0);
    width: 100%;
    left: 0;
    position: absolute;
    height: 2px;
    content: "";
    bottom: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgb(171,182,208), rgb(129,138,185));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.local-receive-updates .local-updates-widget::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
}

.local-pricing-feature::before {
    position: absolute;
    right: 0;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
}

.local-pricing-feature .local-learn-sub li {
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    transform: translateY(30px);
}

.local-pricing-feature .local-pay-options {
    display: block;
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    transform: perspective(1000px) rotateX(0deg);
    height: 100%;
}

.local-pricing-feature .local-pay-options:hover .local-plan-fees::before {
    opacity: 0.15;
    transform: rotate(-45deg) translateY(-20%);
}

.local-pricing-feature .local-price-view h4 {
    margin-bottom: 20px;
    position: relative;
    font-size: calc(21px * 1.1);
    color: #ffffff;
    padding-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
}

.local-pricing-feature .local-cert-cost::before {
    content: "";
    transition: left 0.7s ease;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    width: 100%;
}

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

.local-thanksPanel h2::after {
    width: 80px;
    bottom: -15px;
    left: 50%;
    background: linear-gradient(90deg, rgb(171,182,208), rgb(129,138,185));
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
}

.local-thanksPanel .local-expert-program:hover {
    transform: translateY(27px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.1), 
                0 8px 20px rgba(0,0,0,0.07);
}

.local-thanksPanel li {
    position: relative;
    padding-left: 25px;
}

.local-thanksPanel span {
    font-size: 13px;
    line-height: 1.8;
    color: #000000;
    display: block;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateX(20px);
    opacity: 0;
}

header .local-head-skill {
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
}

header .local-nav-pagewrap:after {
    background: rgb(171,182,208);
    height: 2px;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    bottom: 0;
    position: absolute;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    content: '';
    width: 100%;
}

header .local-header-learn {
    display: flex;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
    text-decoration: none;
}

footer {
    position: relative;
    width: 100%;
}

.local-degree-path::after {
    width: 300px;
    bottom: -50px;
    opacity: 0.2;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(129,138,185,0.5) 15px,
        rgb(129,138,185,0.5) 30px
    );
    height: 300px;
    transform: rotate(30deg);
    left: -50px;
    content: "";
}

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

footer .local-main-base {
    position: relative;
}

footer .local-main-base h5 {
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    font-size: 20px;
}

footer .subscribe_holder::before {
    position: absolute;
    bottom: 0;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(171,182,208,0.5), transparent);
    content: "";
    left: 0;
    border-radius: 16px;
    top: 0;
    right: 0;
}

footer .input_holder input[type="email"]:focus {
    border-color: rgb(171,182,208);
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
}

footer .local-updates-widget:hover {
    background-color: rgb(129,138,185);
}

footer .local-equity-info {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 60px;
}

.local-program-details {
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(212,215,233) 0%, rgb(171,182,208,0.5) 25%, rgb(129,138,185,0.5) 75%, rgb(212,215,233) 100%);
    padding: 120px 0;
}

.local-program-details .local-img-clickable {
    transition: transform 0.7s ease-out, filter 0.7s ease;
    z-index: 1;
    position: absolute;
    height: 100%;
    transform: scale(1.05);
    filter: saturate(1.2) contrast(1.1);
    width: 100%;
    left: 0;
    top: 0;
}

.local-program-details .local-education-track::before {
    top: 0;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    left: 0;
    content: "";
    z-index: -1;
    position: absolute;
    border-radius: 22px 0 0 22px;
    width: 100%;
    height: 100%;
}

.local-program-details .local-main-edu svg path {
    fill: rgb(171,182,208);
    transition: fill 0.3s ease;
}

.local-program-details h3 {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
}

.local-contact {
    background: rgb(212,215,233);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.local-contact .local-img-clickable::after {
    background: linear-gradient(to bottom, rgb(129,138,185,0.5) 0%, transparent 100%);
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
}

.local-contact h3::after {
    width: 100px;
    height: 1px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: -20px;
    background: linear-gradient(to right, transparent, rgb(171,182,208), transparent);
}

.local-request-help .local-feedback-feedback::before {
    background: linear-gradient(to bottom, transparent, rgb(171,182,208,0.5), transparent);
    position: absolute;
    height: 70%;
    top: 15%;
    width: 1px;
    content: "";
    right: 0;
}

.local-request-help .local-feedback-feedback input[type="text"]:focus,
.local-request-help .local-feedback-feedback textarea:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(171,182,208,0.5), inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.local-request-help .local-feedback-feedback .local-inquiry-form label {
    padding-left: 30px;
    font-size: calc(13px - 2px);
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    color: #000000;
}

.local-request-help .local-feedback-feedback .local-inquiry-form a::after {
    background-color: rgb(171,182,208);
    content: "";
    position: absolute;
    bottom: -2px;
    height: 1px;
    width: 0;
    transition: width 0.3s ease;
    left: 0;
}

.local-request-help .local-feedback-feedback .local-connect-inquiry:hover::before {
    width: 100%;
}

.local-request-help .local-feedback-form::before {
    height: 100%;
    width: 100%;
    content: "";
    background-size: 20px 20px;
    background: linear-gradient(45deg, transparent 25%, rgba(0, 0, 0, 0.02) 25%, rgba(0, 0, 0, 0.02) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.02) 75%);
    position: absolute;
    opacity: 0.5;
    left: 0;
    top: 0;
}

.local-request-help .local-feedback-form .local-support-inquiry li:last-child {
    margin-bottom: 0;
}

.local-request-help .local-feedback-form .local-support-inquiry li:hover svg {
    transform: scale(1.1);
    opacity: 1;
}

.local-request-help .local-feedback-form .local-support-inquiry li span {
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
}

.local-request-help .local-feedback-form .local-support-inquiry li a:hover::after {
    width: 100%;
}

.local-privacy-block h1 {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: #000000;
    border-bottom: 3px solid rgb(171,182,208);
    font-size: 45px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.local-privacy-block li:before {
    color: rgb(171,182,208);
    position: absolute;
    font-size: 1.2em;
    left: -20px;
    line-height: 1;
    content: "•";
}

.local-privacy-block p, .local-privacy-block span {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    z-index: 1;
}

.local-privacy-block button {
    z-index: 1;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    position: relative;
    font-size: 19px;
    background: rgb(129,138,185);
    color: #ffffff;
    padding: 12px 24px;
}

.local-training-specialist .local-learn-ratings {
    transform: rotate(-3deg);
    position: relative;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    transition: all 0.5s ease;
    gap: 30px;
    z-index: 1;
}

.local-training-specialist .local-learn-ratings:hover .local-experience-profile {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0) rotate(0deg);
}

.local-training-specialist .name::after {
    background: linear-gradient(90deg, rgb(129,138,185) 0%, transparent 100%);
    height: 4px;
    width: 60px;
    border-radius: 2px;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
}

.local-about-this::before {
    opacity: 0.8;
    position: absolute;
    background: 
        linear-gradient(120deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(240deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0) 10%),
        radial-gradient(circle at 15% 15%, rgb(171,182,208,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(129,138,185,0.5) 0%, transparent 25%);
    content: "";
    z-index: -2;
    inset: 0;
}

.local-about-this .local-expert-program::before,
.local-about-this .local-expert-program::after {
    position: absolute;
    background: conic-gradient(
        transparent 0deg,
        transparent 30deg,
        rgb(171,182,208,0.5) 40deg,
        rgb(171,182,208,0.5) 60deg,
        transparent 70deg,
        transparent 120deg,
        rgb(129,138,185,0.5) 130deg,
        rgb(129,138,185,0.5) 150deg,
        transparent 160deg,
        transparent 210deg,
        rgb(171,182,208,0.5) 220deg,
        rgb(171,182,208,0.5) 240deg,
        transparent 250deg,
        transparent 300deg,
        rgb(129,138,185,0.5) 310deg,
        rgb(129,138,185,0.5) 330deg,
        transparent 340deg
    );
    height: 500px;
    content: "";
    opacity: 0.05;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    top: 50%;
    border-radius: 50%;
    z-index: 0;
}

.local-about-this .local-expert-program::before {
    animation: rotateConic 60s linear infinite;
}



.local-about-this .local-path-creators:hover .local-img-clickable {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.local-about-this .local-path-creators:hover .local-pro-classes {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-35px) translateX(30px);
}

.local-about-this .local-text-box-content::before {
    width: 1px;
    opacity: 0.4;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent,
        rgb(171,182,208,0.5),
        rgb(129,138,185,0.5),
        transparent
    );
    left: 0;
}

.local-about-this .local-knowledge-sessions svg::before {
    opacity: 0;
    border: 1px dashed rgb(171,182,208,0.5);
    position: absolute;
    transition: all 0.3s ease;
    inset: -5px;
    border-radius: 50%;
    content: "";
    transform: scale(0.8);
}

.local-about-this h2::before {
    opacity: 0.2;
    background: linear-gradient(
        to right,
        rgb(171,182,208,0.5) 0%,
        transparent 80%
    );
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
}

.local-client-experience {
    position: relative;
    overflow: hidden;
    background: rgb(212,215,233);
    padding: 7rem 0;
}

.local-client-experience .container {
    position: relative;
    z-index: 1;
}

.local-client-experience h2 {
    margin-bottom: 5rem;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    color: #000000;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgb(129,138,185,0.5) 100%
    );
    transform: skewX(-5deg);
    padding: 1rem 3rem 1rem 0;
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
}

.local-client-experience .local-learn-ratings:hover::before {
    transform: translateY(15px) translateX(15px);
}

.local-client-experience .local-learn-ratings:nth-child(odd) {
    clip-path: polygon(
        15% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 15%
    );
}

.local-client-experience .local-learn-ratings:nth-child(3n+1) {
    clip-path: polygon(
        0% 0%, 
        85% 0%, 
        100% 15%, 
        100% 100%, 
        0% 100%
    );
}

.local-client-experience .local-learn-ratings:hover::after {
    opacity: 1;
    transform: rotate(225deg);
}

.local-client-experience .local-learn-ratings:hover img {
    transform: rotate(45deg);
    clip-path: polygon(0 0, 50% 0, 100% 50%, 100% 100%, 50% 100%, 0 50%);
}

.local-client-experience .local-learn-ratings p::after {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: all 0.5s ease;
    content: "";
    width: 0;
    height: 2px;
    bottom: -5px;
    background: rgb(171,182,208);
}

.local-client-experience .local-learn-ratings:nth-child(4n+3) {
    animation: shiftDown 15s infinite alternate;
}

.local-greeting-page .local-img-clickable {
    transform: perspective(1000px) rotateY(-5deg);
    right: 0;
    position: absolute;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 55%;
    z-index: 2;
    height: 70%;
    top: 15%;
    box-shadow: -15px 15px 30px rgba(0,0,0,0.2);
    border-radius: 0 0 0 100px;
}

.local-greeting-page .local-img-clickable {
    top: 5%;
    transform: none;
    border-radius: 0;
    height: 220px;
    width: 80%;
    clip-path: none;
    right: 10%;
}

.local-greeting-page .local-text-box-content {
    transform: translateY(20px);
    position: relative;
    padding: 40px;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.1), 
                -5px -5px 20px rgba(255,255,255,0.8),
                inset 2px 2px 5px rgba(255,255,255,0.9),
                inset -2px -2px 5px rgba(0,0,0,0.05);
    animation: fadeUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.5s;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
}


    
    .local-greeting-page .local-text-box-content {
    padding: 25px;
}

.local-greeting-page svg text {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

.local-greeting-page .local-connect-inquiry::before {
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
    height: 100%;
    left: -100%;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
}


@media only screen and (max-width: 1200px) {.local-cookie-overlay-alert {
    padding: 20px;
}}



@media (max-width: 992px) {.local-receive-updates {
    padding: 60px 0;
}.local-receive-updates .local-expert-program {
    padding: 30px;
}.local-receive-updates h3 {
    max-width: 95%;
    font-size: 18px;
}
}



@media (max-width: 576px) {.local-receive-updates {
    padding: 40px 0;
}.local-receive-updates h3 {
    font-size: calc(12px * 1.2);
    margin-bottom: 20px;
    line-height: 1.5;
}.local-receive-updates input[type="email"] {
    height: 45px;
    font-size: calc(12px * 0.95);
}.local-receive-updates .local-updates-widget {
    font-size: calc(15px * 0.95);
    height: 45px;
}.local-receive-updates .local-expert-program {
    padding: 20px 15px;
}
}



@media (max-width: 768px) {.local-pricing-feature {
    padding: 70px 0;
}.local-pricing-feature h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 15px;
}.local-pricing-feature .local-pricing-catalog {
    margin-bottom: 35px;
    font-size: calc(12px * 0.95);
}.local-pricing-feature .local-learn-sub {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.local-pricing-feature .local-price-view {
    min-height: auto;
}
}



@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .local-main-base {
    gap: 15px;
}header .local-nav-pagewrap {
    font-size: calc(15px - 1px);
}header .local-header-learn svg {
    height: 35px;
}
}



@media (max-width: 480px) {header .container {
    padding: 10px;
}header .local-header-learn svg {
    height: 30px;
}}



@media (max-width: 576px) {footer .local-degree-path {
    padding: 50px 0 20px;
}footer .local-help-now {
    margin-bottom: 30px;
    padding: 15px;
}footer .local-main-edu::after {
    width: 50px;
}footer .local-main-base h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .subscribe_holder p, footer .local-top-sitebar a, footer .info_item p, footer .info_item a {
    font-size: calc(14px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .local-updates-widget {
    padding: 12px 15px;
}}



@media screen and (max-width: 768px) {.local-contact {
    padding: 60px 0;
}.local-contact h3 {
    margin-bottom: 40px;
    font-size: calc(35px - 4px);
}.local-request-help .local-feedback-feedback,
    .local-request-help .local-feedback-form {
    padding: 40px 30px;
}.local-request-help .local-feedback-feedback h3,
    .local-request-help .local-feedback-form h4 {
    font-size: calc(21px - 2px);
    margin-bottom: 30px;
}.local-request-help .local-feedback-feedback input[type="text"],
    .local-request-help .local-feedback-feedback textarea {
    margin-bottom: 20px;
    padding: 15px 18px;
}.local-request-help .local-feedback-feedback .local-connect-inquiry {
    text-align: center;
    width: 100%;
}
}



@media (max-width: 768px) {.local-about-this {
    padding: 80px 0;
}.local-about-this .local-path-creators {
    padding-bottom: 60px;
    flex-direction: column;
    padding: 30px;
}.local-about-this .local-path-creators .local-img-clickable {
    margin-bottom: 20px;
    height: 270px;
    width: 200px;
}.local-about-this .local-pro-classes {
    text-align: center;
    width: 90%;
}.local-about-this .local-pro-classes::before {
    height: 4px;
    width: 100%;
}.local-about-this .local-pro-classes::after {
    transform: translateX(-50%);
    left: 50%;
}.local-about-this .local-text-box-content {
    padding: 30px;
}.local-about-this h2 {
    text-align: center;
}.local-about-this h2::after {
    left: 50%;
    transform: translateX(-50%);
}.local-about-this .local-text-box-content:hover h2::after {
    width: 80px;
}.local-about-this p {
    text-align: center;
    padding-left: 0;
}.local-about-this p::before {
    display: none;
}
}



@media screen and (max-width: 992px) {.local-greeting-page .local-expert-program {
    width: 60%;
    margin-left: 3%;
}.local-greeting-page .local-img-clickable {
    height: 60%;
    width: 45%;
}.local-greeting-page .local-text-box-content {
    padding: 30px;
}.local-greeting-page svg {
    height: 80px;
    width: 80px;
}
}



@keyframes floatBg {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-10px) translateX(10px);
    }
    50% {
        transform: translateY(5px) translateX(-5px);
    }
    75% {
        transform: translateY(-5px) translateX(5px);
    }
}



@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}



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



@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}



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

@keyframes rotateConic {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% { 
        box-shadow: 0 0 0 0 rgb(171,182,208,0.5);
    }
    50% { 
        box-shadow: 0 0 0 10px transparent;
    }
}



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

