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

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

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

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

.get-support-s0o .edu-form-hGA {
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-2deg);
    background: rgba(255, 255, 255, 0.9);
    padding: 3rem;
    border-left: 4px solid rgb(176,191,210);
}

.get-support-s0o svg {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-left: 0.5rem;
    transform: translateY(0);
    width: 24px;
    height: 24px;
}

.get-support-s0o .contact-map-hK9 {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    font-weight: 600;
    color: #000000;
    padding: 0.75rem 1.25rem;
    border-left: 2px solid rgb(136,160,184);
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(245, 248, 255, 0.7));
    font-size: calc(18px * 0.95);
    display: flex;
    text-decoration: none;
}

.instructor-profile-o6y .review-voices-4eN {
    padding: 40px;
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), 
                0 5px 20px rgba(0, 0, 0, 0.02);
    display: grid;
    position: relative;
    background: #ffffff;
    gap: 35px;
}



.instructor-profile-o6y .review-voices-4eN {
    animation: fadeInUp 0.8s ease-out forwards;
}

.instructor-profile-o6y .name::after {
    bottom: -6px;
    transform-origin: left;
    transition: transform 0.5s ease;
    transform: scaleX(0.6);
    background: rgb(176,191,210);
    width: 40px;
    left: 0;
    height: 3px;
    position: absolute;
    content: "";
}

footer {
    z-index: 1;
    position: relative;
}

footer::before {
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(145deg, rgb(215,222,236) 0%, rgb(176,191,210,0.5) 100%);
    opacity: 0.9;
    position: absolute;
    left: 0;
    z-index: -2;
    top: 0;
}

.enroll-info-NIZ .company_holder {
    position: relative;
    border-radius: 12px;
    padding: 2rem 2.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    background: #ffffff;
}

.enroll-info-NIZ .mod-tools-Nnd {
    border-radius: 10px;
    border-left: 3px solid rgb(136,160,184);
    color: #000000;
    background: rgb(215,222,236);
    font-size: 14px;
    position: relative;
    line-height: 1.7;
    padding: 1.5rem;
}

.enroll-info-NIZ .head-site-Icq .top-know-JBS a {
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.8rem 1.5rem;
    align-items: center;
    font-size: 14px;
    display: flex;
    text-decoration: none;
}

.enroll-info-NIZ .head-site-Icq .top-know-JBS a:hover::after {
    opacity: 1;
}

.review-block-TWp .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.cookieWarningContainer-8nO {
    border-top: 2px solid rgb(176,191,210);
    background: rgb(215,222,236);
    width: 100%;
    bottom: 0;
    z-index: 90;
    position: fixed;
}

.cookieWarningContainer-8nO p {
    font-size: 18px;
}

.cookie-ack-aWK {
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    color: rgb(176,191,210);
    flex-shrink: 0;
    border-bottom: 2px solid rgb(176,191,210);
    line-height: 35px;
    font-size: 24px;
    margin-left: 10px;
    min-width: 120px;
}

.program-information-wuq::after {
    animation: float 15s ease-in-out infinite reverse;
    background: linear-gradient(135deg, rgb(136,160,184) 0%, rgb(136,160,184,0.5) 80%);
    z-index: 0;
    left: -3%;
    content: "";
    opacity: 0.1;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    bottom: -3%;
    height: 200px;
    width: 200px;
    transform: rotate(-15deg);
    position: absolute;
}

.program-information-wuq .career-ready-A9O:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.program-information-wuq .photo-cell-rBN:hover {
    transform: scale(1.03);
}

.program-information-wuq .text-panel-wrap-Qf4 {
    position: relative;
    padding: 2rem 2.5rem 2.5rem;
}

.program-information-wuq .description::first-letter {
    color: rgb(176,191,210);
    font-size: 1.5em;
    font-weight: 600;
}

header .main-page-zJ1::before {
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    z-index: -1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(176,191,210,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(136,160,184,0.5) 0%, transparent 30%);
    opacity: 0.2;
    width: 100%;
    position: absolute;
}

header .site-prime-dJX svg {
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    transition: all 0.3s ease;
    height: 50px;
    width: auto;
}

header .header-master-pSs {
    margin: 5px 8px;
    perspective: 800px;
    position: relative;
}

header .header-master-pSs:hover::before {
    left: -15px;
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

header .header-master-pSs a {
    background: transparent;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #000000;
    border-radius: 10px;
    border: 1px solid transparent;
    overflow: hidden;
    transform-style: preserve-3d;
    font-size: 15px;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    padding: 10px 18px;
    display: block;
}

.thanksPage-UkD::before {
    background: repeating-linear-gradient(45deg, transparent, transparent 50px, rgb(136,160,184,0.5) 50px, rgb(136,160,184,0.5) 52px);
    pointer-events: none;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    content: "";
}

.thanksPage-UkD .class-sessions-rfM > div:first-child::before {
    content: "";
    transform: translateY(-50%) rotate(45deg);
    left: -14px;
    transition: transform 0.4s ease;
    top: 50%;
    height: 24px;
    position: absolute;
    background: #ffffff;
    border: 3px solid rgb(176,191,210);
    width: 24px;
}

.thanksPage-UkD .class-sessions-rfM > div:last-child:hover::before {
    width: 10px;
}

.thanksPage-UkD a {
    z-index: 1;
    transition: transform 0.3s ease;
    position: relative;
    display: block;
    text-decoration: none;
}

.stay-informed-XUF::before {
    border-radius: 50%;
    position: absolute;
    animation: orbit 20s linear infinite;
    right: -100px;
    height: 250px;
    background: linear-gradient(135deg, rgb(176,191,210) 0%, rgb(176,191,210,0.5) 100%);
    z-index: 1;
    width: 250px;
    top: -100px;
    content: "";
    opacity: 0.7;
}

.stay-informed-XUF p::before {
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(176,191,210), rgb(136,160,184));
    border-radius: 10px;
    position: absolute;
    width: 4px;
    content: "";
    top: 0;
}

.stay-informed-XUF .sub-prize-lrA:focus {
    border-color: rgb(176,191,210,0.5);
    outline: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.stay-informed-XUF .email-panel-wCo {
    color: #ffffff;
    cursor: pointer;
    border: none;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    align-self: flex-end;
    font-family: Arial, sans-serif;
    padding: 1rem 2rem;
    font-size: 18px;
    z-index: 1;
    width: auto;
    background: rgb(176,191,210);
    min-width: 150px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.training-results-w4y .class-sessions-rfM {
    gap: 60px;
    align-items: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 40px;
    transition: transform 0.5s ease;
    border-radius: 24px;
    display: flex;
    transform: perspective(1000px) rotateY(-2deg);
}

.training-results-w4y h3 {
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 38px;
}

.training-results-w4y li p {
    font-size: 12px;
    gap: 15px;
    color: #000000;
    align-items: center;
    font-weight: 400;
    display: flex;
    margin: 0;
}

.contact-information-EoV h2 {
    border-bottom: 3px solid rgb(176,191,210);
    color: #000000;
    margin-bottom: 50px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    font-size: 36px;
}

.contact-information-EoV .message-query-PSf {
    flex: 0 0 55%;
    position: relative;
    padding: 60px;
    background: #ffffff;
}

.contact-information-EoV h3 {
    position: relative;
    margin-bottom: 30px;
    color: rgb(176,191,210);
    font-weight: 700;
    font-size: 18px;
}

.contact-information-EoV input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}

.contact-information-EoV .request-info-xV9 input[type="checkbox"] {
    appearance: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid rgb(215,222,236);
    background: rgb(215,222,236);
    margin-top: 3px;
    height: 22px;
    position: relative;
    border-radius: 4px;
    width: 22px;
}

.contact-information-EoV .request-info-xV9 a::after {
    height: 1px;
    background: rgb(176,191,210);
    bottom: -2px;
    width: 100%;
    transition: all 0.3s ease;
    left: 0;
    content: "";
    position: absolute;
}

.contact-information-EoV svg {
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
    fill: rgb(176,191,210);
}

.contact-information-EoV svg:hover {
    fill: rgb(136,160,184);
}

.our-mission-TMF::after {
    background: 
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 49.5%,
            rgb(176,191,210,0.5) 49.5%,
            rgb(176,191,210,0.5) 50.5%,
            transparent 50.5%,
            transparent 100%
        );
    top: 0;
    opacity: 0.2;
    left: 0;
    animation: scanlines 10s linear infinite;
    position: absolute;
    z-index: 0;
    content: "";
    height: 400%;
    width: 100%;
}

.our-mission-TMF .story-info-SjE {
    position: relative;
    padding-left: 30px;
    flex-direction: column;
    display: flex;
    border-left: 1px solid rgb(176,191,210,0.5);
}

.our-mission-TMF .story-info-SjE p {
    line-height: 1.8;
    margin-bottom: 30px;
    color: #ffffff;
    position: relative;
    font-size: 18px;
}

.our-mission-TMF .impact-stats-CEI {
    position: relative;
    flex-direction: column;
    padding-right: 30px;
    border-right: 1px solid rgb(136,160,184,0.5);
    display: flex;
}

.our-mission-TMF .impact-stats-CEI p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.8;
    position: relative;
    order: 2;
    margin-bottom: 30px;
}

.our-mission-TMF .impact-stats-CEI .how-grow-NKT::after {
    border-right: 2px solid rgb(136,160,184);
    position: absolute;
    height: 60px;
    opacity: 0.8;
    left: 0;
    width: 60px;
    border-top: 2px solid rgb(136,160,184);
    z-index: 2;
    content: "";
    bottom: 0;
}

.greeting-page-x18 .text-panel-wrap-Qf4 {
    opacity: 1;
    gap: 2rem;
    animation: text-entry 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    transform: translateY(0);
    flex-direction: column;
    justify-content: center;
    z-index: 3;
    display: flex;
}

.greeting-page-x18 .learning-main-867 p {
    max-width: 600px;
    line-height: 1.6;
    margin: 0;
    font-size: clamp(1rem, 2vw, 13px);
    position: relative;
    color: #000000;
}

.greeting-page-x18 .learning-main-867 svg:hover path {
    fill: rgb(176,191,210);
}

.greeting-page-x18 .learning-main-867 svg:hover text {
    fill: rgb(176,191,210);
}

.greeting-page-x18 .inquiry-card-g9B::before {
    left: -100%;
    content: "";
    position: absolute;
    transition: all 0.6s ease;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    height: 100%;
}

.greeting-page-x18 .photo-cell-rBN::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    bottom: 0;
    height: 30%;
    width: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
}

.pricing-set-quw .learning-fees-vSD {
    flex-direction: column-reverse;
    position: relative;
    display: flex;
    gap: 60px;
}

.pricing-set-quw .discount-deals-P9r h2 {
    font-size: 36px;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, rgb(176,191,210), rgb(136,160,184));
    transform: translateZ(0);
    color: transparent;
    background-clip: text !important;
    margin-bottom: 20px;
    -webkit-background-clip: text !important;
    font-weight: 700;
    line-height: 1.3;
}

.pricing-set-quw .bundle-offer-KWM::before {
    height: 5px;
    transform-origin: left;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(176,191,210), rgb(136,160,184));
    transform: scaleX(0.8);
    transition: transform 0.4s ease-out;
    position: absolute;
}

.pricing-set-quw .promo-cost-7oY:hover .pricing-schemes-vZ3 h3 {
    transform: translateX(5px) scale(1.03);
    color: rgb(176,191,210);
}

.pricing-set-quw .promo-cost-7oY:hover .edu-packages-RQk::after {
    transform: scaleX(1);
}

.pricing-set-quw .photo-cell-rBN::after {
    height: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    width: 100%;
}

.explore-now-pNg .container {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    z-index: 1;
    position: relative;
    align-items: center;
    max-width: 1140px;
    gap: 2.5rem;
    transform: translateZ(20px);
}

.explore-now-pNg div div {
    justify-content: center;
    perspective: 600px;
    display: flex;
}

.explore-now-pNg .inquiry-card-g9B {
    font-size: 16px;
    transform: translateZ(0);
    padding: 1rem 2.5rem;
    display: inline-block;
    font-weight: 600;
    border-radius: 10px;
    transform-style: preserve-3d;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
                0 6px 6px rgba(0, 0, 0, 0.1),
                0 0 0 3px rgba(255, 255, 255, 0.1);
    text-decoration: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.4s ease;
    color: rgb(176,191,210);
}

.client-feedback-YeV h2 {
    z-index: 1;
    text-align: center;
    line-height: 1.4;
    letter-spacing: -0.02em;
    position: relative;
    font-size: calc(38px * 1.1);
    font-weight: 700;
    transform: perspective(1000px) rotateX(2deg);
    color: #000000;
    margin-bottom: 3rem;
}

.client-feedback-YeV .review-voices-4eN {
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    transform-origin: center bottom;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.04);
    border-left: 3px solid rgb(176,191,210);
    background: #ffffff;
    position: relative;
    padding: 2rem;
    height: 100%;
}

.client-feedback-YeV .review-voices-4eN div::after {
    opacity: 0;
    top: 0;
    transform: scale(1.1);
    right: 0;
    border: 2px solid rgb(176,191,210);
    left: 0;
    bottom: 0;
    border-radius: 50%;
    position: absolute;
    transition: all 0.3s ease;
    content: "";
}

.client-feedback-YeV .review-voices-4eN:nth-child(3n+3) {
    transform: translateY(-1rem) rotateZ(1deg);
}

.confidential-refuge-6Cr h2 {
    color: #ffffff;
    font-size: 33px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
    margin-top: 35px;
}

.confidential-refuge-6Cr li:hover {
    background: rgb(176,191,210);
    color: #ffffff;
}

.program-information-wuq .description::-webkit-scrollbar {
    width: 4px;
}

.program-information-wuq .description::-webkit-scrollbar-track {
    background: rgb(215,222,236);
    border-radius: 10px;
}

.program-information-wuq .description::-webkit-scrollbar-thumb {
    background: rgb(176,191,210,0.5);
    border-radius: 10px;
}

.program-information-wuq .description::-webkit-scrollbar-thumb:hover {
    background: rgb(176,191,210);
}



@media (min-width: 992px) {.instructor-profile-o6y {
    padding: 150px 0;
}.instructor-profile-o6y .review-voices-4eN {
    padding: 60px;
    grid-template-columns: auto 250px 1fr;
    gap: 50px;
}.instructor-profile-o6y .review-voices-4eN > div:first-child {
    grid-row: 1;
}.instructor-profile-o6y .review-voices-4eN > div:nth-child(2) {
    padding-top: 20px;
    grid-row: 1;
}.instructor-profile-o6y .employee-area-exL {
    grid-column: 1 / 4;
    font-size: calc(14px + 1px);
    grid-row: 2;
    padding-left: 40px;
}.instructor-profile-o6y .photo-cell-rBN {
    width: 240px;
    height: 280px;
}
}



@media (max-width: 420px) {.enroll-info-NIZ .company_holder h3::after {
    width: 50px;
}.enroll-info-NIZ .head-site-Icq .top-know-JBS a:hover {
    padding-left: 2rem;
}.review-block-TWp .youtube-chan-LSK {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}



@media (min-width: 768px) {.program-information-wuq {
    padding: 6rem 0;
}.program-information-wuq .career-ready-A9O {
    gap: 0;
    grid-template-columns: 1fr 1.5fr;
}.program-information-wuq .photo-cell-rBN {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    height: 100%;
}.program-information-wuq .text-panel-wrap-Qf4 {
    padding: 3rem 3.5rem;
}.program-information-wuq .text-panel-wrap-Qf4::before {
    background: linear-gradient(180deg, transparent, rgb(136,160,184,0.5), transparent);
    width: 1px;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    height: 90%;
}.program-information-wuq h2 {
    margin-bottom: 4rem;
    font-size: calc(29px * 1.1);
}.program-information-wuq .description {
    column-gap: 2.5rem;
    max-height: 400px;
    columns: 2;
}
}



@media (max-width: 767px) {.thanksPage-UkD {
    padding: 80px 0;
}.thanksPage-UkD::after {
    width: 150px;
    height: 150px;
}.thanksPage-UkD .class-sessions-rfM > div:first-child {
    padding-left: 20px;
}.thanksPage-UkD .class-sessions-rfM > div:last-child {
    padding: 25px 30px;
}.thanksPage-UkD h5 {
    font-size: calc(22px * 0.9);
}.thanksPage-UkD p {
    font-size: calc(12px * 0.95);
}}



@media (max-width: 576px) {.training-results-w4y {
    padding: 40px 0;
}.training-results-w4y .class-sessions-rfM {
    gap: 30px;
    padding: 25px;
}.training-results-w4y .photo-cell-rBN {
    box-shadow: 5px 5px 0 rgb(176,191,210,0.5);
    width: 100%;
}.training-results-w4y h3 {
    margin-bottom: 25px;
    font-size: 21px;
}.training-results-w4y h3::after {
    width: 60px;
}.training-results-w4y li {
    margin-bottom: 15px;
}.training-results-w4y svg {
    width: 20px;
    height: 20px;
}}



@media (max-width: 768px) {.our-mission-TMF {
    padding: 60px 0;
}.our-mission-TMF .class-sessions-rfM {
    gap: 50px;
    grid-template-columns: 1fr;
}.our-mission-TMF .class-sessions-rfM h3 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.85);
    letter-spacing: 1px;
}.our-mission-TMF .story-info-SjE {
    padding-top: 30px;
    border-top: 1px solid rgb(176,191,210,0.5);
    border-left: none;
    padding-left: 0;
}.our-mission-TMF .story-info-SjE::before {
    top: -8px;
    left: 0;
}.our-mission-TMF .impact-stats-CEI {
    border-bottom: 1px solid rgb(136,160,184,0.5);
    padding-right: 0;
    border-right: none;
    padding-bottom: 30px;
}.our-mission-TMF .impact-stats-CEI::before {
    right: 0;
    bottom: -8px;
}.our-mission-TMF .story-info-SjE .photo-cell-rBN,
    .our-mission-TMF .impact-stats-CEI .how-grow-NKT {
    height: 300px;
}
}



@media (min-width: 768px) {.pricing-set-quw .annual-fee-G2M {
    grid-template-columns: repeat(2, 1fr);
}.pricing-set-quw .discount-deals-P9r {
    padding: 40px;
}.pricing-set-quw .pricing-schemes-vZ3 {
    padding: 30px 35px;
}.pricing-set-quw .photo-cell-rBN {
    height: 240px;
}
}



@media (hover: hover) {.pricing-set-quw .promo-cost-7oY {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing-set-quw .promo-cost-7oY:hover {
    transform: translateY(-10px) scale(1.02);
}}



@media (min-width: 1200px) {.explore-now-pNg h6 {
    font-size: calc(16px * 1.1);
}.explore-now-pNg .inquiry-card-g9B {
    font-size: calc(16px * 1.1);
    padding: 1.25rem 3rem;
}
}



@media (max-width: 992px) {.client-feedback-YeV {
    padding: 5rem 0;
}.client-feedback-YeV h2 {
    font-size: calc(38px * 0.9);
}.client-feedback-YeV .feedback-testimonials-lqT {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}
}



@media (max-width: 576px) {.client-feedback-YeV {
    padding: 3rem 0;
}.client-feedback-YeV h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.client-feedback-YeV h2::after {
    width: 4rem;
}.client-feedback-YeV .feedback-testimonials-lqT {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.client-feedback-YeV .review-voices-4eN {
    padding: 1.5rem;
}}



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



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



@keyframes blinkSlow {
    0%, 90% {
        opacity: 1;
    }
    95% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}



@keyframes scanlines {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-75%);
    }
}



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

