.GYj-nav-learn {
    flex: 1 0 auto;
}

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

header,footer {
    width: 100%;
}

header {
    width: 100%;
    z-index: 100;
    background: rgb(219,234,220);
    padding: 1rem 0;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.nsD-membership-plan .BOw-rate-list {
    flex-direction: column-reverse;
    display: flex;
    gap: 60px;
    position: relative;
}

.nsD-membership-plan .fWc-lesson-fees h2 {
    margin-bottom: 20px;
    font-weight: 700;
    color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    font-size: 38px;
    line-height: 1.3;
    transform: translateZ(0);
    background: linear-gradient(90deg, rgb(183,207,184), rgb(145,180,149));
    letter-spacing: -0.02em;
}

.nsD-membership-plan .ApJ-study-rates::before {
    background: linear-gradient(90deg, rgb(183,207,184), rgb(145,180,149));
    left: 0;
    position: absolute;
    height: 5px;
    top: 0;
    transform: scaleX(0.8);
    transform-origin: left;
    width: 100%;
    content: "";
    transition: transform 0.4s ease-out;
}

.nsD-membership-plan .fAP-fee-structure::after {
    transform: scaleX(0.5);
    position: absolute;
    width: 50px;
    left: 0;
    height: 3px;
    bottom: -5px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
    transform-origin: left;
    background: rgb(183,207,184);
}

.nsD-membership-plan .iSA-training-fees:hover .DVy-image-shadow {
    transform: scale(1.05);
}

.Xdn-our-team::before {
    height: 40%;
    content: "";
    transform: rotate(-15deg) translateZ(-10px);
    right: -5%;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    width: 30%;
    animation: float 15s infinite ease-in-out;
    background: linear-gradient(210deg, rgb(183,207,184) 0%, transparent 80%);
    opacity: 0.07;
    top: -15%;
}

.Xdn-our-team .uWo-teach-style ul {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    display: grid;
    list-style: none;
    padding: 0;
    perspective: 1000px;
    gap: 40px;
    margin: 0;
}

.Xdn-our-team .Gxr-academy-roots::before {
    width: 6px;
    top: 0;
    left: 0;
    content: "";
    animation: verticalGrow 1.2s ease-out forwards;
    background: linear-gradient(to bottom, rgb(183,207,184), rgb(145,180,149));
    position: absolute;
    height: 0;
    animation-delay: 0.3s;
}

.Sfa-contact-form-section {
    position: relative;
    background: rgb(219,234,220);
    overflow: hidden;
    padding: 90px 0;
}

.Sfa-contact-form-section .DVy-image-shadow::after {
    content: '';
    width: 100%;
    left: 0;
    border-radius: 18px 0 0 18px;
    top: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(183,207,184,0.5), transparent 70%);
    height: 100%;
}

.Sfa-contact-form-section form h3 {
    text-align: left;
    font-size: 21px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
}

.Sfa-contact-form-section .avG-reach-feedback {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.Sfa-contact-form-section .avG-reach-feedback label {
    cursor: pointer;
    line-height: 1.5;
    position: relative;
    color: #000000;
    padding-left: 30px;
    font-size: 16px;
}

.Sfa-contact-form-section .avG-reach-feedback a {
    color: rgb(183,207,184);
    transition: all 0.3s ease;
    text-decoration: none;
}

.Sfa-contact-form-section .nPA-inquiry-box {
    position: relative;
    width: 35%;
    background: rgb(183,207,184);
    padding: 50px;
}

.Sfa-contact-form-section .nPA-inquiry-box h4::after {
    position: absolute;
    bottom: -15px;
    height: 3px;
    content: '';
    background: #ffffff;
    left: 0;
    width: 40px;
}

.Sfa-contact-form-section .QBN-query-help svg {
    height: 22px;
    flex-shrink: 0;
    margin-right: 15px;
    width: 22px;
}

.Sfa-contact-form-section .QBN-query-help a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}

.Kwg-statistical-report h3::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(183,207,184) 0%, rgb(145,180,149) 100%);
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    height: 3px;
    width: 80px;
    left: 50%;
}

.Kwg-statistical-report .qes-program-wins {
    align-items: center;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    min-height: 200px;
    flex-direction: column;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    overflow: hidden;
    border-radius: 8px;
    isolation: isolate;
    transform-style: preserve-3d;
    justify-content: center;
    padding: 30px;
}

.Kwg-statistical-report .qes-program-wins {
    padding: 20px 15px;
    min-height: 160px;
}

.Kwg-statistical-report .qes-program-wins:hover::after {
    transform: scaleX(1);
}

.Kwg-statistical-report .qes-program-wins:nth-child(even) {
    transform: rotate(0.5deg);
}

.Kwg-statistical-report .qes-program-wins:nth-child(3n) {
    animation: float 7s ease-in-out infinite 0.5s;
}

.avj-course-program .container {
    z-index: 3;
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
}

.avj-course-program .adI-online-learn {
    margin-bottom: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.avj-course-program h2 {
    letter-spacing: 2px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3rem;
    font-size: 44px;
    color: #000000;
    position: relative;
}

.avj-course-program .DVy-image-shadow::before {
    left: 0;
    background: linear-gradient(
        to bottom,
        rgb(183,207,184,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(145,180,149,0.5) 100%
    );
    z-index: 1;
    opacity: 0.7;
    transition: opacity 0.5s ease;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
}

header .jTS-nav-block::after {
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(183,207,184), 
        rgb(145,180,149), 
        rgb(183,207,184), 
        transparent);
    width: 50%;
    content: '';
    left: 50%;
    height: 2px;
}

.NqV-try-immediately {
    overflow: hidden;
    position: relative;
    background: linear-gradient(155deg, rgb(183,207,184,0.5) 50%, rgb(219,234,220) 50%);
    padding: 130px 0;
}

.NqV-try-immediately .container p {
    background: #ffffff;
    flex: 1;
    font-size: 32px;
    z-index: 5;
    position: relative;
    border-radius: 20px 20px 20px 0;
    padding: 30px;
    color: #000000;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    line-height: 1.4;
    margin: 0;
    font-weight: 700;
}

.NqV-try-immediately .PiG-connect-grid:hover::before {
    opacity: 1;
}

.NqV-try-immediately::after {
    height: 200px;
    border: 30px solid rgba(255, 255, 255, 0.1);
    right: -100px;
    top: -100px;
    content: '';
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    width: 200px;
}

.WSj-future-members::after {
    background-image: 
        linear-gradient(90deg, transparent 90%, rgb(183,207,184,0.5) 90%, rgb(183,207,184,0.5) 91%, transparent 91%),
        linear-gradient(0deg, transparent 95%, rgb(145,180,149,0.5) 95%, rgb(145,180,149,0.5) 96%, transparent 96%);
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    background-size: 120px 120px;
    content: '';
    opacity: 0.2;
    width: 100%;
    animation: moveRaysVertical 20s linear infinite;
    top: 0;
}

.WSj-future-members li:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
    border-left-color: rgb(183,207,184);
}

.WSj-future-members li:hover::before {
    width: 100%;
}

.WSj-future-members li svg {
    margin-right: 1.5rem;
    filter: drop-shadow(0 0 8px rgb(183,207,184,0.5));
    transition: all 0.4s ease;
    width: 40px;
    flex-shrink: 0;
    height: 40px;
    fill: rgb(183,207,184);
}

.LYr-secure-shell::before {
    bottom: -10px;
    position: absolute;
    left: -10px;
    border: 1px solid rgb(183,207,184);
    z-index: -1;
    content: '';
    top: -10px;
    right: -10px;
}

.LYr-secure-shell h2 {
    font-family: Arial, sans-serif;
    color: rgb(145,180,149);
    margin-top: 30px;
    border-bottom: 2px dashed rgb(145,180,149);
    margin-bottom: 20px;
    font-size: 29px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: left;
}

.LYr-secure-shell section {
    background: none;
}

.nBo-cookie-window-overlay {
    border-radius: 16px;
    position: fixed;
    width: 90%;
    z-index: 1050;
    max-width: 500px;
    font-family: Arial, sans-serif;
    transform: translateX(-50%);
    left: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background: #ffffff;
    bottom: 20px;
}

.vpy-edu-cookies:hover {
    background: rgb(145,180,149);
}

.nBo-cookie-window-overlay p a {
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: rgb(183,207,184);
}

.SIR-course-instructor::before {
    background-size: 30px 30px;
    background: 
        linear-gradient(135deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(225deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(315deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0;
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.6;
    z-index: 1;
    top: 0;
    content: "";
}

.SIR-course-instructor .name {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    letter-spacing: 0.02em;
    text-align: center;
    color: rgb(183,207,184);
    font-size: calc(24px * 1.1);
    font-weight: 700;
    margin-bottom: 0.5rem;
    transform: translateZ(20px);
}

.SIR-course-instructor .WdV-emp-progress::before {
    font-size: 5rem;
    opacity: 0.3;
    line-height: 1;
    font-family: serif;
    position: absolute;
    color: rgb(183,207,184,0.5);
    left: 1rem;
    content: "";
    transition: all 0.4s ease;
    top: -1.5rem;
}

.MiQ-learning-system::after {
    transform: rotate(35deg);
    opacity: 0.1;
    background: linear-gradient(
        to bottom right,
        transparent,
        rgb(183,207,184,0.5) 50%,
        transparent
    );
    top: -50%;
    content: "";
    position: absolute;
    z-index: 1;
    width: 80%;
    height: 80%;
    animation: glow 8s infinite alternate ease-in-out;
    filter: blur(60px);
    right: -50%;
}

.MiQ-learning-system .sXj-text-cell:hover {
    box-shadow: 
        15px 15px 40px rgba(0, 0, 0, 0.08),
        -15px -15px 40px rgba(255, 255, 255, 0.9);
    transform: translateY(0) rotateX(0);
}

.MiQ-learning-system .sXj-text-cell:hover::before {
    opacity: 0.5;
}

.YFV-ty-banner {
    background: linear-gradient(135deg, rgb(183,207,184,0.5), rgb(145,180,149), rgb(183,207,184));
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    isolation: isolate;
}

.YFV-ty-banner .Jpx-expert-learnings {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    transform-origin: center bottom;
    transform: perspective(1000px) rotateX(2deg);
}

.YFV-ty-banner p {
    font-size: 13px;
    color: #000000;
    opacity: 0;
    line-height: 1.8;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    margin: 0;
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.YFV-ty-banner a:hover::before {
    transform: scaleX(1);
}

.Umx-homepage .Jpx-expert-learnings {
    height: 75vh;
    grid-template-columns: 2fr 1fr;
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
}

.Umx-homepage .tLi-learn-page {
    height: 100%;
    display: flex;
    transition: transform 0.7s cubic-bezier(0.5, 0, 0.2, 1);
    width: 500%;
}

.Umx-homepage .Tug-learn-skillspro {
    display: flex;
    border-radius: 0 22px 0 0;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    position: absolute;
    bottom: 0;
    padding: 15px 20px;
    z-index: 10;
}

.Umx-homepage .sXj-text-cell {
    overflow: hidden;
    background: rgb(183,207,184);
    position: relative;
    justify-content: center;
    flex-direction: column;
    padding: 0 2rem 0 3rem;
    display: flex;
}

.Umx-homepage .sXj-text-cell h3 {
    opacity: 0.9;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: 22px;
}

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

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

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

.PFs-client-testimonials {
    background: linear-gradient(90deg, rgb(219,234,220) 0%, rgb(183,207,184,0.5) 30%, rgb(219,234,220) 100%);
    padding: 8rem 2rem;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}

.PFs-client-testimonials::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    opacity: 0.4;
    background: radial-gradient(circle at 30% 50%, rgb(145,180,149,0.5) 0%, transparent 60%);
    content: "";
    left: 0;
}

.PFs-client-testimonials h2::before {
    background: linear-gradient(to right, transparent, rgb(183,207,184,0.5), transparent);
    position: absolute;
    left: 0;
    filter: blur(10px);
    height: 20px;
    width: 100%;
    content: "";
    bottom: -20px;
}

.PFs-client-testimonials .uLR-success-voices {
    flex-direction: column;
    border-radius: 28px;
    background: #ffffff;
    scroll-snap-align: center;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    display: flex;
    flex: 0 0 300px;
    position: relative;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: rotateY(10deg) translateZ(0);
    transform-origin: left center;
}

.PFs-client-testimonials .uLR-success-voices:hover .description {
    transform: translateY(-5px);
    opacity: 1;
}

.PFs-client-testimonials .uLR-success-voices:nth-child(odd) {
    transform: rotateY(15deg) translateZ(0);
}

.PFs-client-testimonials .uLR-success-voices:nth-child(3n+1):hover::after {
    opacity: 0.7;
    height: 70px;
    width: 70px;
}

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

footer::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, rgb(145,180,149), rgb(183,207,184));
    z-index: -2;
    opacity: 0.9;
}

.YHw-desktop-app .company_holder {
    padding: 0;
    position: relative;
    grid-column: span 5;
}

.YHw-desktop-app .iXp-slack-invite {
    line-height: 1.7;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    margin-top: 1.5rem;
    color: #ffffff;
    padding: 0 0 0 1.5rem;
    font-size: 16px;
    position: relative;
}

.YHw-desktop-app .xtN-top-mentor .bIu-head-skill a {
    font-size: 16px;
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    display: flex;
}

.kID-footer-edu {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.1);
    padding: 2rem 0;
}

.YHw-desktop-app .company_holder::after {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    content: "";
    bottom: 0;
    width: 50px;
    position: absolute;
    left: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}


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



@media (min-width: 1200px) {.nsD-membership-plan {
    padding: 120px 0;
}.nsD-membership-plan .uYM-edu-deals {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.nsD-membership-plan .fWc-lesson-fees h2 {
    font-size: calc(38px + 4px);
}.nsD-membership-plan .HME-class-cost h3 {
    font-size: calc(18px + 4px);
}.nsD-membership-plan .fAP-fee-structure {
    font-size: calc(18px + 8px);
}.nsD-membership-plan .DVy-image-shadow {
    height: 280px;
}
}



@media (max-width: 1200px) {.Xdn-our-team {
    padding: 100px 0 60px;
}.Xdn-our-team h1 {
    margin-bottom: 50px;
    font-size: calc(45px * 0.9);
}.Xdn-our-team .Gxr-academy-roots {
    padding: 30px 35px;
}
}



@media (max-width: 480px) {.Xdn-our-team {
    padding: 50px 0 30px;
}.Xdn-our-team .container {
    padding: 0 15px;
}.Xdn-our-team h1 {
    font-size: calc(45px * 0.7);
    margin-bottom: 30px;
}.Xdn-our-team .Gxr-academy-roots {
    padding: 20px 25px;
}.Xdn-our-team .Gxr-academy-roots::before {
    width: 4px;
}.Xdn-our-team .Gxr-academy-roots h4 {
    margin-bottom: 18px;
}.Xdn-our-team .Gxr-academy-roots h4::after {
    width: 30px;
    bottom: -8px;
    height: 2px;
}.Xdn-our-team .Gxr-academy-roots div {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 480px) {.Kwg-statistical-report {
    padding: 50px 0;
}.Kwg-statistical-report h3 {
    font-size: calc(36px * 0.9);
}.Kwg-statistical-report ul {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 280px;
}.Kwg-statistical-report .qes-program-wins {
    min-height: auto;
    padding: 25px 20px;
}.Kwg-statistical-report .qes-program-wins span {
    font-size: calc(18px * 0.95);
}.Kwg-statistical-report .qes-program-wins p {
    font-size: calc(47px * 1.1);
}}



@media (max-width: 767px) {header .Hfe-site-header {
    grid-template-areas:
            "logo"
            "xtN-top-mentor";
    grid-template-columns: 1fr;
}header .jTS-nav-block {
    padding: 0.4rem;
}header .jTS-nav-block svg {
    width: 130px;
}header .xtN-top-mentor {
    flex-wrap: wrap;
    padding: 0.4rem;
}header .Awg-nav-primary {
    padding: 0.3rem 0.5rem;
    font-size: calc(16px - 1px);
}
}



@media (max-width: 480px) {.NqV-try-immediately {
    padding: 70px 0;
}.NqV-try-immediately .container p {
    border-radius: 15px 15px 15px 0;
    font-size: calc(18px * 1.2);
    padding: 20px;
}.NqV-try-immediately .PiG-connect-grid {
    height: 140px;
    border-radius: 15px 15px 0 15px;
    width: 140px;
    font-size: calc(20px * 0.9);
}.NqV-try-immediately .container p::after {
    border-radius: 8px;
    width: 25px;
    height: 25px;
}}



@media (min-width: 1200px) {.SIR-course-instructor {
    padding: 10rem 0;
}.SIR-course-instructor .container {
    padding: 0 3rem;
}.SIR-course-instructor .uLR-success-voices {
    gap: 4rem;
    padding: 5rem;
}.SIR-course-instructor .DVy-image-shadow {
    height: 220px;
    width: 220px;
}.SIR-course-instructor .name {
    font-size: calc(24px * 1.3);
    margin-bottom: 0.75rem;
}.SIR-course-instructor .uLR-success-voices div:nth-child(2) div {
    margin-bottom: 1.5rem;
    font-size: calc(14px * 1.05);
}.SIR-course-instructor .WdV-emp-progress {
    font-size: calc(14px * 1.1);
    line-height: 1.9;
    padding: 2.5rem;
}
}



@media (prefers-reduced-motion) {.MiQ-learning-system h2,
    .MiQ-learning-system .sXj-text-cell {
    opacity: 1;
    transform: none;
    animation: none;
}.MiQ-learning-system h2::after {
    animation: none;
    transform: none;
}.MiQ-learning-system::after {
    animation: none;
}}



@media screen and (max-width: 768px) {.YFV-ty-banner {
    padding: 4rem 1.5rem;
}.YFV-ty-banner .Jpx-expert-learnings {
    transform: none;
    padding: 2rem;
}.YFV-ty-banner .Jpx-expert-learnings::before {
    height: 4px;
}.YFV-ty-banner h5 {
    font-size: calc(20px * 0.85);
}.YFV-ty-banner p {
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 575px) {.Umx-homepage .WYQ-learn-entry {
    height: 45vh;
}.Umx-homepage .sXj-text-cell {
    padding: 2rem 1.5rem;
}.Umx-homepage .sXj-text-cell h1 {
    font-size: calc(45px * 0.8);
    margin-bottom: 1.2rem;
}.Umx-homepage .sXj-text-cell h3 {
    font-size: calc(20px * 1.1);
    margin-bottom: 1rem;
}.Umx-homepage .sXj-text-cell p {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
    margin-bottom: 0.8rem;
}.Umx-homepage .Tug-learn-skillspro {
    padding: 12px 15px;
}.Umx-homepage .Tug-learn-skillspro label {
    height: 10px;
    margin: 0 5px;
    width: 10px;
}
}



@media (max-width: 1200px) {.YHw-desktop-app .container {
    gap: 1.5rem;
}
}



@media (max-width: 992px) {.YHw-desktop-app {
    padding: 4rem 0 2rem;
}.YHw-desktop-app .container {
    grid-template-columns: 1fr;
}.YHw-desktop-app .company_holder,
    .YHw-desktop-app .vKt-podcast-cta {
    grid-column: span 12;
}.YHw-desktop-app .company_holder {
    margin-bottom: 2rem;
}.YHw-desktop-app::after,
    .YHw-desktop-app .company_holder::before,
    .YHw-desktop-app .company_holder::after,
    .YHw-desktop-app .vKt-podcast-cta::after {
    display: none;
}
}



@keyframes scaleWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg) translateZ(-10px);
    }
    50% {
        transform: translateY(-15px) rotate(-15deg) translateZ(-10px);
    }
}



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



@keyframes flashLight {
    0% {
        filter: drop-shadow(0 0 8px rgb(183,207,184,0.5));
    }
    50% {
        filter: drop-shadow(0 0 25px rgb(183,207,184));
    }
    100% {
        filter: drop-shadow(0 0 8px rgb(183,207,184,0.5));
    }
}



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

