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

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

.local-top-learn {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    border-bottom: 1px solid rgb(171,182,208,0.5);
    position: fixed;
    backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    left: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #000000 0%, rgb(171,182,208) 100%);
    z-index: 1000;
    top: 0;
    -webkit-backdrop-filter: blur(8px);
    width: 100%;
}

.local-wrapper-capsule .local-cookie-frame h5, .local-wrapper-capsule .local-cookie-frame p {
    color: #ffffff;
}

.local-receive-updates {
    z-index: 1;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(171,182,208,0.5), rgb(129,138,185), rgba(0, 0, 0, 0.5));
}

.local-receive-updates .local-expert-program:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

.local-receive-updates .input_holder {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
    margin: 0 auto;
    width: 100%;
    opacity: 0;
    display: flex;
    position: relative;
    max-width: 600px;
    transform: translateY(15px);
    flex-direction: row;
}

.local-receive-updates .input_holder div {
    flex: 1;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}

.local-receive-updates input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.local-receive-updates .local-updates-widget {
    min-width: 160px;
    background: linear-gradient(135deg, rgb(171,182,208), rgb(129,138,185));
    font-size: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    border: none;
    letter-spacing: 0.03em;
    overflow: hidden;
    height: 50px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.local-pricing-feature h2 {
    transform: translateY(20px);
    font-size: 29px;
    text-align: center;
    opacity: 0;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease-out forwards;
    color: #ffffff;
    font-weight: 700;
}

.local-pricing-feature .local-learn-sub li:nth-child(2) {
    --li-index: 1;
}

.local-pricing-feature .local-pay-options:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}

.local-pricing-feature .local-plan-fees::before {
    left: -10%;
    transform: rotate(-45deg);
    content: "";
    height: 50%;
    background: linear-gradient(135deg, rgb(171,182,208,0.5) 0%, transparent 70%);
    opacity: 0.1;
    transition: all 0.6s ease;
    position: absolute;
    top: -10%;
    width: 40%;
}

.local-pricing-feature .local-price-view h4::after {
    background: rgb(171,182,208);
    left: 0;
    position: absolute;
    content: "";
    transition: width 0.4s ease;
    height: 3px;
    bottom: 0;
    width: 40px;
}

.local-pricing-feature .local-pay-options:hover .local-cert-cost::before {
    left: 100%;
}

.local-thanksPanel::before {
    background: 
        radial-gradient(circle at 10% 10%, rgb(171,182,208,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgb(129,138,185,0.5) 0%, transparent 50%);
    height: 100%;
    opacity: 0.1;
    left: 0;
    animation: ambientGlow 15s infinite alternate ease-in-out;
    content: "";
    z-index: 0;
    top: 0;
    width: 100%;
    position: absolute;
}

.local-thanksPanel .local-expert-program::before {
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(171,182,208), rgb(129,138,185));
    width: 5px;
    height: 100%;
    content: "";
}

.local-thanksPanel ul {
    list-style: none;
    margin: 0;
    z-index: 2;
    position: relative;
    padding: 0;
}

.local-thanksPanel span::after {
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, rgb(171,182,208,0.5), transparent);
    width: 0;
    bottom: -15px;
    content: "";
    animation: lineExpand 1.2s 1s forwards ease-in-out;
    position: absolute;
}

header .local-main-base {
    gap: 25px;
    display: flex;
    position: relative;
}

header .local-nav-pagewrap {
    letter-spacing: 0.5px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    padding: 8px 0;
}

header .local-nav-pagewrap:hover {
    color: rgb(171,182,208);
    text-shadow: 0 0 8px rgb(171,182,208,0.5);
}

header .local-header-learn:after {
    height: 1px;
    background: rgb(171,182,208);
    left: 50%;
    transform: translateX(-50%);
    content: '';
    position: absolute;
    width: 0;
    transition: width 0.4s ease;
    bottom: -8px;
}

footer .info_item {
    align-items: center;
    display: flex;
}

footer .info_item svg {
    margin-right: 15px;
    fill: rgb(171,182,208);
    height: 20px;
    width: 20px;
    flex-shrink: 0;
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    transition: color 0.3s ease;
}

footer .local-ssl-info {
    font-size: 14px;
    max-width: 330px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

footer .local-top-sitebar a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: all 0.3s ease;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    text-decoration: none;
    margin-bottom: 12px;
}

footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .local-updates-widget::after {
    top: -100px;
    transition: all 0.7s ease;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 300px;
    content: "";
    left: -100px;
    transform: rotate(45deg);
    position: absolute;
}

.local-program-details::before {
    height: 100%;
    animation: patternShift 20s linear infinite;
    opacity: 0.1;
    content: "";
    top: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(171,182,208,0.5) 0,
        rgb(171,182,208,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 0;
    width: 100%;
    position: absolute;
}

.local-program-details .local-education-track {
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.15);
    max-width: 55%;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    border-radius: 22px 0 0 22px;
    backdrop-filter: blur(10px);
    z-index: 4;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateX(-30px);
    padding: 50px;
}

.local-program-details .local-main-edu svg {
    height: 60px;
    width: auto;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.local-program-details h3::after {
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(171,182,208) 0%,
        rgb(129,138,185) 100%
    );
    border-radius: 10px;
    width: 70px;
    height: 2px;
    content: "";
    left: 0;
    bottom: 0;
}

.local-contact .local-img-clickable {
    z-index: 0;
    filter: blur(2px) saturate(0.8);
    left: 0;
    position: absolute;
    opacity: 0.08;
    width: 100%;
    top: 0;
    height: 100%;
}

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

.local-request-help {
    z-index: 10;
    backdrop-filter: blur(10px);
    gap: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    display: grid;
    background: #ffffff;
    grid-template-columns: 1fr 1fr;
    border-radius: 10px;
}

.local-request-help .local-feedback-feedback h3::before {
    display: none;
}

.local-request-help .local-feedback-feedback h3::after {
    bottom: -15px;
    height: 2px;
    transform: none;
    width: 60px;
    background: rgb(171,182,208);
    left: 0;
}

.local-request-help .local-feedback-feedback .local-inquiry-form {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.local-request-help .local-feedback-feedback .local-inquiry-form input[type="checkbox"]:checked + label::before {
    background: rgb(171,182,208);
}

.local-request-help .local-feedback-feedback .local-inquiry-form a {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    color: rgb(171,182,208);
}

.local-request-help .local-feedback-feedback .local-connect-inquiry {
    font-size: 19px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: inline-block;
    cursor: pointer;
    background: transparent;
    align-self: flex-start;
    font-weight: 600;
    padding: 15px 30px;
    color: #000000;
    border-radius: 10px;
    position: relative;
    border: 2px solid rgb(171,182,208);
    overflow: hidden;
    z-index: 1;
}

.local-request-help .local-feedback-form .local-support-inquiry {
    list-style: none;
    padding: 0;
    margin: 0;
}

.local-request-help .local-feedback-form .local-support-inquiry li svg {
    flex-shrink: 0;
    opacity: 0.8;
    height: 22px;
    transition: all 0.3s ease;
    margin-right: 18px;
    width: 22px;
}

.local-request-help .local-feedback-form .local-support-inquiry li:hover svg path {
    fill: rgb(129,138,185);
}

.local-request-help .local-feedback-form .local-support-inquiry li a:hover {
    color: rgb(171,182,208);
}

.local-privacy-block:before, .local-privacy-block:after {
    opacity: 0.1;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(171,182,208,0.5), rgb(129,138,185,0.5));
    left: 0;
    content: "";
    height: 100%;
    z-index: 0;
    top: 0;
}

.local-privacy-block ul, .local-privacy-block ol {
    list-style: none;
    z-index: 1;
    margin-bottom: 20px;
    position: relative;
    list-style-type: disc;
    padding-left: 20px;
}

.local-privacy-block h3, .local-privacy-block h4, .local-privacy-block h5, .local-privacy-block h6 {
    margin-top: 25px;
    font-size: 19px;
    color: rgb(171,182,208);
    position: relative;
    font-weight: 600;
    z-index: 1;
    margin-bottom: 15px;
}

.local-training-specialist::before {
    top: -50px;
    content: "";
    animation: float 8s ease-in-out infinite;
    height: 200px;
    position: absolute;
    background: rgb(129,138,185,0.5);
    right: -50px;
    width: 200px;
    z-index: 0;
    filter: blur(40px);
    border-radius: 50%;
}

.local-training-specialist .local-learn-ratings:hover .local-img-clickable {
    transform: translateY(0);
    box-shadow: 20px 20px 0 rgb(129,138,185);
}

.local-training-specialist .name {
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    font-size: 32px;
    margin-bottom: 10px;
    color: rgb(171,182,208);
}

.local-training-specialist .local-emp-achievements {
    position: relative;
    line-height: 1.6;
    font-size: calc(15px + 2px);
    color: #000000;
    font-style: italic;
    border-left: 3px solid rgb(129,138,185,0.5);
    padding-left: 20px;
}

.local-about-this::after {
    pointer-events: none;
    z-index: -1;
    top: 0;
    opacity: 0.03;
    background-size: 20px 20px;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    height: 100%;
}



.local-about-this .local-expert-program {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.01);
    border-radius: 28px;
    box-shadow: 
        0 20px 80px -20px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 20px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
    position: relative;
    display: flex;
}

.local-about-this .local-expert-program::after {
    animation: rotateConic 40s linear infinite reverse;
    filter: blur(5px);
    opacity: 0.03;
}

.local-about-this .local-path-creators::after {
    border-bottom: 2px solid rgb(171,182,208,0.5);
    right: 30px;
    border-right: 2px solid rgb(171,182,208,0.5);
    width: 60px;
    z-index: 1;
    position: absolute;
    height: 60px;
    content: "";
    bottom: 30px;
    opacity: 0.6;
}

.local-about-this .local-path-creators .local-img-clickable::before {
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(0, 0, 0, 0.4) 100%
    );
    position: absolute;
    content: "";
    z-index: 1;
    inset: 0;
}

.local-about-this .local-pro-classes {
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    border-radius: 10px;
    padding: 20px 30px;
    color: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 3;
    transform: translateY(-30px) translateX(40px);
    background: rgb(171,182,208);
}

.local-about-this .local-guide-approach {
    font-weight: 700;
    position: relative;
    font-size: 22px;
    margin: 0 0 8px 0;
}

.local-about-this .local-knowledge-sessions {
    position: relative;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

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

.local-about-this .local-knowledge-sessions:hover svg path {
    fill: rgb(129,138,185);
}

.local-about-this h2::after {
    border-radius: 3px;
    bottom: 0;
    height: 3px;
    transition: width 0.3s ease;
    width: 60px;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(171,182,208) 0%,
        rgb(129,138,185) 100%
    );
    content: "";
    left: 0;
}

.local-client-experience::before {
    position: absolute;
    z-index: 0;
    width: 100%;
    opacity: 0.2;
    content: "";
    left: 0;
    background-size: 100px 100px;
    background: linear-gradient(
        45deg,
        transparent 48%,
        rgb(129,138,185,0.5) 49%,
        rgb(129,138,185,0.5) 51%,
        transparent 52%
    );
    animation: moveBackground 15s linear infinite;
    top: 0;
    height: 100%;
}

.local-client-experience .local-learn-ratings:nth-child(even)::before {
    transform: translateY(10px) translateX(-10px);
    background: linear-gradient(
        135deg,
        rgb(129,138,185,0.5),
        rgb(171,182,208,0.5)
    );
}

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

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

.local-client-experience .local-learn-ratings::after {
    transition: all 0.5s ease;
    z-index: -2;
    height: 50px;
    width: 50px;
    opacity: 0;
    transform: rotate(45deg);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    right: -15px;
    background: rgb(171,182,208);
    content: "";
    top: -15px;
}

.local-client-experience .local-learn-ratings:hover p::after {
    width: 50px;
}



.local-client-experience .local-learn-ratings:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.local-client-experience .local-learn-ratings:nth-child(4n+2) {
    animation: shiftRight 12s infinite alternate;
}

.local-greeting-page::after {
    background-image: 
        linear-gradient(45deg, rgba(94,170,168,0.05) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(94,170,168,0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(94,170,168,0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(94,170,168,0.05) 75%);
    height: 100%;
    background-size: 30px 30px;
    content: "";
    width: 100%;
    opacity: 0.3;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    position: absolute;
    z-index: 0;
}

.local-greeting-page h1::after {
    height: a4px;
    transform-origin: left;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(171,182,208), rgba(94,170,168,0.5));
    left: 0;
    animation: lineExpand 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    position: absolute;
    width: 80px;
    content: "";
    bottom: -10px;
}

.local-greeting-page h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}

.local-greeting-page .local-main-title {
    margin: 30px 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

.local-greeting-page svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}

.local-greeting-page .local-connect-inquiry {
    font-size: 17px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    border-radius: 4px;
    z-index: 1;
    overflow: hidden;
    padding: 14px 28px;
    box-shadow: 5px 5px 15px rgba(94,170,168,0.3),
                -2px -2px 10px rgba(255,255,255,0.8),
                inset 1px 1px 2px rgba(255,255,255,0.5);
    text-decoration: none;
    position: relative;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(171,182,208), rgba(94,170,168,0.85));
    font-weight: 600;
}



@media (max-width: 768px) {.local-receive-updates h3 {
    font-size: calc(12px * 1.3);
    margin-bottom: 25px;
}.local-receive-updates .input_holder {
    flex-direction: column;
    max-width: 100%;
}.local-receive-updates .input_holder div {
    margin-bottom: 15px;
    margin-right: 0;
}.local-receive-updates .local-updates-widget {
    width: 100%;
}.local-receive-updates .local-expert-program {
    transform: perspective(1000px) rotateX(1deg);
    padding: 25px 20px;
}
}



@media (max-width: 992px) {.local-pricing-feature {
    padding: 80px 0;
}.local-pricing-feature h2 {
    font-size: calc(29px * 0.9);
}.local-pricing-feature .local-learn-sub {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.local-pricing-feature .local-price-view {
    padding: 25px 20px;
}
}



@media (max-width: 767px) {.local-thanksPanel {
    padding: 70px 0;
}.local-thanksPanel h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.local-thanksPanel h2::after {
    bottom: -12px;
    width: 60px;
}.local-thanksPanel .local-expert-program {
    padding: 30px 25px;
}.local-thanksPanel .local-expert-program::after {
    display: none;
}.local-thanksPanel span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
    align-items: stretch;
}footer .local-updates-widget {
    white-space: nowrap;
}
}



@media (max-width: 1200px) {.local-program-details .local-education-track {
    max-width: 65%;
}
}



@media (max-width: 992px) {.local-program-details {
    padding: 80px 0;
}.local-program-details .local-expert-program {
    display: block;
    min-height: auto;
}.local-program-details .local-img-clickable {
    margin-bottom: 30px;
    position: relative;
    height: 300px;
}.local-program-details .local-education-track {
    max-width: 100%;
    transform: translateX(0);
    padding: 40px 30px;
    border-radius: 22px;
}.local-program-details .local-education-track::before,
    .local-program-details .local-education-track::after {
    border-radius: 22px;
}
}



@media only screen and (max-width: 800px) {.local-privacy-block {
    width: 90%;
    padding: 30px;
}.local-privacy-block h1 {
    font-size: calc(19px - 5px);
}.local-privacy-block h2 {
    font-size: calc(19px - 3px);
}.local-privacy-block ul, .local-privacy-block ol {
    padding-left: 10px;
}.local-privacy-block li:before {
    left: -10px;
}.local-privacy-block button {
    padding: 10px 20px;
}}



@media (max-width: 767px) {.local-training-specialist {
    padding: 30px 15px;
}.local-training-specialist .local-img-clickable {
    width: 180px;
    height: 220px;
}.local-training-specialist .local-experience-profile {
    padding: 20px;
}.local-training-specialist .name {
    font-size: calc(32px - 4px);
}.local-training-specialist .local-emp-achievements {
    font-size: 15px;
}}



@media (max-width: 992px) {.local-client-experience .local-alumni-quotes {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 768px) {.local-client-experience {
    padding: 5rem 0;
}.local-client-experience h2 {
    padding: 0;
    background: none;
    margin-bottom: 3rem;
    clip-path: none;
    transform: none;
    font-size: calc(34px * 0.9);
}.local-client-experience .local-alumni-quotes {
    grid-template-columns: 1fr;
    gap: 3rem;
}.local-client-experience .local-learn-ratings,
    .local-client-experience .local-learn-ratings:nth-child(odd),
    .local-client-experience .local-learn-ratings:nth-child(3n),
    .local-client-experience .local-learn-ratings:nth-child(3n+1) {
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
}.local-client-experience .local-learn-ratings::before,
    .local-client-experience .local-learn-ratings:nth-child(odd)::before,
    .local-client-experience .local-learn-ratings:nth-child(3n)::before,
    .local-client-experience .local-learn-ratings:nth-child(3n+1)::before {
    transform: translateY(5px) translateX(5px);
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
}.local-client-experience .local-learn-ratings:hover::before {
    transform: translateY(8px) translateX(8px);
}.local-client-experience .local-learn-ratings:nth-child(even):hover::before {
    transform: translateY(8px) translateX(-8px);
}.local-client-experience .local-learn-ratings,
    .local-client-experience .local-learn-ratings:nth-child(4n+1),
    .local-client-experience .local-learn-ratings:nth-child(4n+2),
    .local-client-experience .local-learn-ratings:nth-child(4n+3) {
    animation: none;
}}

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



@keyframes shiftDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

@keyframes lineExpand {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }

