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

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


.nsD-membership-plan {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(219,234,220) 0%, rgb(183,207,184,0.5) 100%);
    overflow: hidden;
}

.nsD-membership-plan .fWc-lesson-fees {
    position: relative;
    border-left: 3px solid rgb(183,207,184);
    backdrop-filter: blur(10px);
    max-width: 100%;
    transform: perspective(1000px) rotateX(0deg);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.nsD-membership-plan .ApJ-study-rates {
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.06);
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    display: flex;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    overflow: hidden;
}

.nsD-membership-plan .iSA-training-fees:hover .HME-class-cost h3 {
    color: rgb(183,207,184);
    transform: translateX(5px) scale(1.03);
}

.nsD-membership-plan .iSA-training-fees:hover .fAP-fee-structure::after {
    transform: scaleX(1);
}

.nsD-membership-plan .DVy-image-shadow::after {
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.Xdn-our-team .container {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
}

.Xdn-our-team h1::after {
    transform: translateZ(10px);
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(183,207,184), rgb(145,180,149));
    width: 80px;
    animation: expandLine 1.5s ease-out forwards;
}

.Xdn-our-team .Gxr-academy-roots:hover {
    transform: translateZ(25px) rotateY(0);
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.12);
}

.Xdn-our-team .Gxr-academy-roots h4 {
    font-size: calc(24px * 1.1);
    animation: fadeSlideIn 0.8s forwards ease-out;
    position: relative;
    opacity: 0;
    animation-delay: 0.2s;
    font-weight: 600;
    transform: translateZ(5px);
    color: rgb(183,207,184);
    margin-bottom: 25px;
}

.Sfa-contact-form-section::before {
    left: 0;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(145,180,149,0.5),
        rgb(145,180,149,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    content: '';
    opacity: 0.05;
    position: absolute;
}

.Sfa-contact-form-section .mtJ-contact-feedback {
    flex: 1;
    position: relative;
    padding: 50px;
}

.Sfa-contact-form-section input[type="text"],
.Sfa-contact-form-section textarea {
    margin-bottom: 20px;
    background: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    font-size: 15px;
}

.Sfa-contact-form-section .avG-reach-feedback input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    height: 10px;
    left: 6px;
    top: 6px;
    transform: rotate(45deg);
    border: solid #ffffff;
    content: '';
    width: 6px;
    position: absolute;
}

.Sfa-contact-form-section .nPA-inquiry-box::before {
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 0;
    position: absolute;
    height: 100%;
    content: '';
    width: 100%;
}

.Kwg-statistical-report {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(219,234,220) 0%, rgb(183,207,184,0.5) 100%);
    position: relative;
}

.Kwg-statistical-report {
    padding: 60px 0;
}

.Kwg-statistical-report .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}

.Kwg-statistical-report ul {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    perspective: 1000px;
    gap: 30px;
    margin: 0;
    list-style: none;
}

.Kwg-statistical-report ul {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
}

.Kwg-statistical-report .qes-program-wins:hover::before {
    opacity: 0.15;
}

.Kwg-statistical-report .qes-program-wins:hover span {
    transform: translateZ(5px);
    color: rgb(183,207,184);
}

.Kwg-statistical-report .qes-program-wins:hover p {
    transform: translateZ(15px) scale(1.1);
    color: rgb(145,180,149);
}

.Kwg-statistical-report .qes-program-wins::after {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(183,207,184) 0%, rgb(145,180,149) 100%);
    transform: scaleX(0.3);
}

.avj-course-program::after {
    background: linear-gradient(
        rgb(145,180,149,0.5),
        transparent 20%,
        transparent 80%,
        rgb(183,207,184,0.5)
    );
    top: 0;
    content: "";
    height: 100%;
    z-index: 2;
    width: 100%;
    left: 0;
    position: absolute;
}

.avj-course-program h2::before,
.avj-course-program h2::after {
    width: 150%;
    background: linear-gradient(to right, transparent, rgb(183,207,184), transparent);
    content: "";
    left: -25%;
    position: absolute;
    height: 3px;
}

.avj-course-program h2::before {
    top: -15px;
}

.avj-course-program .DVy-image-shadow:hover::before {
    opacity: 0.4;
}

header .container {
    width: 100%;
    padding: 0 2%;
    max-width: 100%;
    margin: 0;
    z-index: 1;
    position: relative;
}

header .jTS-nav-block {
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
    grid-area: logo;
    justify-content: center;
    padding: 0.5rem 1rem;
}

header .xtN-top-mentor {
    gap: 0.5rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0.6rem;
    grid-area: menu;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.NqV-try-immediately::before {
    top: 0;
    width: 100%;
    background-size: 30px 30px;
    left: 0;
    position: absolute;
    opacity: 0.04;
    height: 100%;
    content: '';
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%);
    background-position: 0 0;
    z-index: 1;
}

.NqV-try-immediately .PiG-connect-grid:hover {
    transform: translateY(15px);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 10px rgba(255, 255, 255, 0.1);
}

.NqV-try-immediately .Jpx-expert-learnings::after {
    border: 20px solid rgba(255, 255, 255, 0.1);
    height: 150px;
    content: '';
    bottom: -75px;
    position: absolute;
    left: -75px;
    border-radius: 50%;
    z-index: 1;
    width: 150px;
}

.WSj-future-members h3 {
    position: relative;
    color: rgb(183,207,184);
    font-size: 37px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 3.5rem;
}

.WSj-future-members ul {
    margin: 0;
    gap: 1.5rem;
    display: flex;
    padding: 0;
    flex-direction: column;
    list-style-type: none;
}

.WSj-future-members li {
    border-left: 3px solid rgb(183,207,184,0.5);
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 1.5rem 2rem;
    background-color: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.WSj-future-members li {
    font-weight: 400;
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
}

.WSj-future-members li:hover svg path {
    fill: rgb(145,180,149);
}

.WSj-future-members li:nth-child(3) {
    animation-delay: 0.2s;
}

.LYr-secure-shell::after {
    border-radius: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    border: 1px dashed rgb(145,180,149);
    z-index: -1;
    content: '';
    right: 20px;
}

.LYr-secure-shell ul, .LYr-secure-shell ol {
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    padding-left: 0;
    font-size: 12px;
    font-family: Arial, sans-serif;
    list-style: none;
    color: #000000;
    margin: 0;
    padding-left: 20px;
    padding: 15px 0;
    list-style-position: inside;
}

.jYI-gdpr-banner {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

.kqf-track-manage {
    margin-bottom: 20px;
}

.nBo-cookie-window-overlay h5 {
    margin-bottom: 10px;
    font-weight: 700;
    color: rgb(183,207,184);
    text-align: center;
    font-size: 24px;
}

.cookie_button.qUb-tracking-policy {
    background: rgb(145,180,149);
}

.nBo-cookie-window-overlay p a:hover {
    color: rgb(145,180,149);
}

.SIR-course-instructor {
    background-color: rgb(219,234,220);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

.SIR-course-instructor .uLR-success-voices {
    background: linear-gradient(145deg, #ffffff, rgb(219,234,220));
    border-radius: 16px;
    gap: 2rem;
    display: grid;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.5),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr;
}

.SIR-course-instructor .uLR-success-voices:hover div:nth-child(2) div {
    transform: translateZ(25px);
}

.SIR-course-instructor .uLR-success-voices:hover .WdV-emp-progress {
    transform: translateZ(20px);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.1),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
}

.MiQ-learning-system {
    box-shadow: 
        inset 15px 15px 30px rgba(255, 255, 255, 0.7),
        inset -15px -15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    background: linear-gradient(145deg, rgb(219,234,220), #ffffff);
    padding: 120px 0;
    overflow: hidden;
}

.MiQ-learning-system h2 {
    font-size: 33px;
    color: #000000;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    opacity: 0;
    font-weight: 700;
    transform: translateY(30px);
    margin-bottom: 40px;
    position: relative;
}

.MiQ-learning-system .sXj-text-cell::before {
    border-radius: 8px;
    bottom: -8px;
    right: -8px;
    z-index: -1;
    top: -8px;
    opacity: 0.3;
    left: -8px;
    transform: translateZ(-10px);
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(183,207,184,0.5), rgb(145,180,149,0.5));
    content: "";
    position: absolute;
    filter: blur(12px);
}

.YFV-ty-banner::after {
    width: 40%;
    position: absolute;
    filter: blur(40px);
    transform: rotate(-15deg) skew(20deg);
    height: 70%;
    right: -5%;
    z-index: -1;
    background: linear-gradient(160deg, rgb(145,180,149,0.5), transparent);
    top: -10%;
    content: "";
}

.YFV-ty-banner .Jpx-expert-learnings::after {
    filter: blur(15px);
    bottom: -20px;
    left: 5%;
    height: 20px;
    width: 90%;
    background: rgba(0, 0, 0, 0.07);
    z-index: -1;
    position: absolute;
    content: "";
    border-radius: 50%;
}

.YFV-ty-banner a {
    display: block;
    transition: all 0.3s ease;
    color: inherit;
    position: relative;
    text-decoration: none;
}

.YFV-ty-banner a::before {
    right: 0;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    transform: scaleX(0);
    content: "";
    width: 30%;
    background: rgb(183,207,184,0.5);
    bottom: -10px;
    transform-origin: right center;
    height: 2px;
}

.Umx-homepage .WYQ-learn-entry input {
    display: none;
}

.Umx-homepage .VPK-edu-first {
    width: 20%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.Umx-homepage .Tug-learn-skillspro label::after {
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    inset: 2px;
    background: rgb(145,180,149);
    position: absolute;
    content: "";
}

.Umx-homepage .sXj-text-cell h1 {
    font-size: 45px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    display: inline-block;
}

.Umx-homepage .sXj-text-cell p {
    margin-bottom: 1rem;
    line-height: 1.7;
    opacity: 0.8;
    max-width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.Umx-homepage input:nth-of-type(4):checked ~ .tLi-learn-page {
    transform: translateX(-60%);
}

.Umx-homepage input:nth-of-type(8):checked ~ .tLi-learn-page {
    transform: translateX(-140%);
}

.Umx-homepage input:nth-of-type(1):checked ~ .Tug-learn-skillspro label:nth-child(1),
.Umx-homepage input:nth-of-type(2):checked ~ .Tug-learn-skillspro label:nth-child(2),
.Umx-homepage input:nth-of-type(3):checked ~ .Tug-learn-skillspro label:nth-child(3),
.Umx-homepage input:nth-of-type(4):checked ~ .Tug-learn-skillspro label:nth-child(4),
.Umx-homepage input:nth-of-type(5):checked ~ .Tug-learn-skillspro label:nth-child(5),
.Umx-homepage input:nth-of-type(6):checked ~ .Tug-learn-skillspro label:nth-child(6),
.Umx-homepage input:nth-of-type(7):checked ~ .Tug-learn-skillspro label:nth-child(7),
.Umx-homepage input:nth-of-type(8):checked ~ .Tug-learn-skillspro label:nth-child(8),
.Umx-homepage input:nth-of-type(9):checked ~ .Tug-learn-skillspro label:nth-child(9),
.Umx-homepage input:nth-of-type(10):checked ~ .Tug-learn-skillspro label:nth-child(10) {
    transform: scale(1.1);
    border-color: rgb(145,180,149);
}

.PFs-client-testimonials .uLR-success-voices::before {
    background: linear-gradient(135deg, rgb(183,207,184,0.5) 0%, transparent 70%);
    content: "";
    width: 100%;
    opacity: 0.4;
    z-index: -1;
    transition: opacity 0.3s ease;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
}

.PFs-client-testimonials .uLR-success-voices p {
    text-align: center;
    color: #000000;
    font-weight: 600;
    margin: 0;
    transform: translateY(-10px);
    font-size: 18px;
}

.PFs-client-testimonials .uLR-success-voices:nth-child(3n+1)::after {
    position: absolute;
    right: -20px;
    opacity: 0.5;
    background: rgb(145,180,149,0.5);
    content: "";
    border-radius: 50%;
    width: 50px;
    bottom: -20px;
    filter: blur(15px);
    transition: all 0.3s ease;
    height: 50px;
}

.YHw-desktop-app::before {
    position: absolute;
    width: 100%;
    top: 0;
    height: 10px;
    content: "";
    background: linear-gradient(90deg, rgb(183,207,184), rgb(145,180,149), rgb(183,207,184));
    left: 0;
}

.YHw-desktop-app .company_holder h3 {
    font-weight: 700;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    font-size: 38px;
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    color: #ffffff;
}

.YHw-desktop-app .xtN-top-mentor h5 {
    font-weight: 600;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 21px;
    padding-bottom: 0.8rem;
    margin: 0 0 1.5rem;
}

.YHw-desktop-app .xtN-top-mentor .bIu-head-skill a:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.YHw-desktop-app::after {
    height: 50px;
    right: 2rem;
    width: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    top: 2rem;
    position: absolute;
    content: "";
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.Xdn-our-team .Gxr-academy-roots div::-webkit-scrollbar {
    width: 4px;
}

.Xdn-our-team .Gxr-academy-roots div::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.04);
}

.Xdn-our-team .Gxr-academy-roots div::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(183,207,184), rgb(145,180,149));
}

.PFs-client-testimonials .ZvA-testimonials-track::-webkit-scrollbar {
    height: 8px;
}

.PFs-client-testimonials .ZvA-testimonials-track::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(219,234,220);
}

.PFs-client-testimonials .ZvA-testimonials-track::-webkit-scrollbar-thumb {
    background-color: rgb(183,207,184);
    border-radius: 10px;
}



@media (max-width: 767px) {.Xdn-our-team {
    padding: 60px 0 40px;
}.Xdn-our-team .container {
    padding: 0 20px;
}.Xdn-our-team h1 {
    font-size: calc(45px * 0.8);
    margin-bottom: 35px;
}.Xdn-our-team h1::after {
    height: 3px;
    width: 60px;
    bottom: -15px;
}.Xdn-our-team .uWo-teach-style ul {
    grid-template-columns: 1fr;
    gap: 25px;
}.Xdn-our-team .Gxr-academy-roots {
    padding: 25px 30px;
    transform: translateZ(0) rotateY(0);
}.Xdn-our-team .Gxr-academy-roots:nth-child(even) {
    transform: translateZ(0) rotateY(0);
}.Xdn-our-team .Gxr-academy-roots h4 {
    margin-bottom: 20px;
    font-size: 24px;
}.Xdn-our-team .Gxr-academy-roots div {
    font-size: calc(14px * 0.95);
    max-height: 200px;
}
}



@media screen and (max-width: 992px) {.avj-course-program {
    padding: 5rem 1.5rem;
}.avj-course-program .sXj-text-cell {
    margin-bottom: 3rem;
}.avj-course-program h2 {
    font-size: calc(44px * 0.85);
}.avj-course-program .DVy-image-shadow {
    height: 400px;
}
}



@media screen and (max-width: 768px) {.avj-course-program {
    padding: 4rem 1rem;
}.avj-course-program .sXj-text-cell {
    margin-bottom: 2rem;
}.avj-course-program h2 {
    font-size: calc(44px * 0.7);
}.avj-course-program h2::before,
    .avj-course-program h2::after {
    left: -10%;
    width: 120%;
}.avj-course-program .description {
    font-size: 13px;
}.avj-course-program .DVy-image-shadow {
    height: 300px;
}}



@media (max-width: 767px) {.NqV-try-immediately {
    background: linear-gradient(175deg, rgb(183,207,184,0.5) 60%, rgb(219,234,220) 60%);
    padding: 90px 0;
}.NqV-try-immediately .Jpx-expert-learnings {
    flex-direction: column;
    gap: 60px;
}.NqV-try-immediately .container p {
    width: 100%;
    font-size: 23px;
}.NqV-try-immediately .PiG-connect-grid {
    height: 160px;
    margin-right: 20px;
    width: 160px;
    align-self: flex-end;
}
}



@media only screen and (max-width: 800px) {.LYr-secure-shell {
    padding: 30px;
    width: 100%;
}.LYr-secure-shell h1 {
    margin-bottom: 20px;
    font-size: calc(22px - 6px);
    margin-top: 20px;
}.LYr-secure-shell h2 {
    margin-bottom: 15px;
    font-size: calc(22px - 6px);
    margin-top: 20px;
}.LYr-secure-shell ul, .LYr-secure-shell ol {
    padding-left: 15px;
}.LYr-secure-shell li {
    padding-left: 20px;
}.LYr-secure-shell p, .LYr-secure-shell span, .LYr-secure-shell div {
    margin-bottom: 15px;
    padding-bottom: 8px;
}}



@media (max-width: 767px) {.MiQ-learning-system {
    padding: 70px 0;
}.MiQ-learning-system h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.8);
}.MiQ-learning-system .sXj-text-cell {
    padding: 25px;
    transform: translateY(20px) rotateX(3deg);
}.MiQ-learning-system h2::after {
    width: 60px;
    height: 3px;
}
}



@media (hover: hover) {.YFV-ty-banner .Jpx-expert-learnings:hover {
    box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.12),
            0 5px 15px rgba(0, 0, 0, 0.06),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}
}



@media (max-width: 1199px) {.Umx-homepage .sXj-text-cell {
    padding: 0 1.5rem 0 2.5rem;
}
}



@media (max-width: 767px) {.Umx-homepage .Jpx-expert-learnings {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    min-height: 80vh;
    height: auto;
}.Umx-homepage .WYQ-learn-entry {
    height: 50vh;
    border-radius: 0;
}.Umx-homepage .sXj-text-cell {
    padding: 2.5rem 2rem;
}.Umx-homepage .sXj-text-cell h1 {
    font-size: calc(45px * 0.85);
}.Umx-homepage .sXj-text-cell h3 {
    margin-bottom: 1.2rem;
    font-size: calc(22px * 0.85);
}.Umx-homepage .Tug-learn-skillspro {
    border-radius: 0;
}
}



@media (max-width: 768px) {.PFs-client-testimonials {
    padding: 5rem 1rem;
}.PFs-client-testimonials::before {
    display: none;
}.PFs-client-testimonials h2 {
    font-size: 35px;
    margin-bottom: 2.5rem;
}.PFs-client-testimonials .ZvA-testimonials-track {
    padding: 2rem 0;
    gap: 2rem;
}.PFs-client-testimonials .uLR-success-voices {
    padding: 1.5rem;
    transform: rotateY(5deg) translateZ(0) !important;
    flex: 0 0 240px;
}.PFs-client-testimonials .uLR-success-voices:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.03) !important;
}.PFs-client-testimonials .uLR-success-voices img {
    transform: translateY(-25px);
    width: 90px;
    height: 90px;
}.PFs-client-testimonials .uLR-success-voices:hover img {
    transform: translateY(-30px) scale(1.05);
}.PFs-client-testimonials .uLR-success-voices p {
    font-size: calc(17px * 1.1);
}.PFs-client-testimonials .uLR-success-voices .description {
    font-size: calc(17px * 0.9);
}
}


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



@keyframes pulseLight {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(183,207,184,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgb(183,207,184);
    }
}



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



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

