﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}.JGn-outer-container {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
}.UvT-testimonial {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    width: 1182px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}.ehv-page-header {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.wuO-pricing-panel {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(207,207,181), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    position: relative;
    padding: 5rem 1rem;
}.wuO-pricing-panel::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, transparent 0%, rgb(169,170,169,0.5) 30%, transparent 70%);
    content: "";
    opacity: 0.1;
    height: 100%;
    pointer-events: none;
    top: 0;
    z-index: 1;
    left: 0;
}.wuO-pricing-panel .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
}.wuO-pricing-panel .Tax-deal-opts {
    gap: 3rem;
    display: flex;
    flex-direction: column;
}.wuO-pricing-panel .rSF-indv-cost {
    animation: fadeUp 0.8s ease-out forwards;
    text-align: center;
    order: -1;
    opacity: 0;
    margin: 0 auto 2rem;
    max-width: 800px;
    transform: translateY(20px);
}.wuO-pricing-panel .rSF-indv-cost h2 {
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 28px;
}.wuO-pricing-panel .rSF-indv-cost h2::after {
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, rgb(169,170,169), rgb(126,127,128));
    content: "";
    position: absolute;
    bottom: -10px;
    border-radius: 10px;
    height: 3px;
}.wuO-pricing-panel .MjH-premium-grid {
    font-size: 12px;
    margin: 0 auto;
    max-width: 90%;
    line-height: 1.6;
    color: #000000;
}.wuO-pricing-panel .bar-package-deal {
    display: grid;
    perspective: 1000px;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.wuO-pricing-panel .GDf-fee-options {
    border-radius: 23px;
    text-decoration: none;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform: translateZ(0) scale(1);
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    opacity: 0;
    display: block;
}.wuO-pricing-panel .GDf-fee-options:nth-child(1) {
    animation-delay: 0.1s;
}.wuO-pricing-panel .GDf-fee-options:nth-child(2) {
    animation-delay: 0.2s;
}.wuO-pricing-panel .GDf-fee-options:nth-child(3) {
    animation-delay: 0.3s;
}.wuO-pricing-panel .GDf-fee-options:nth-child(4) {
    animation-delay: 0.4s;
}.wuO-pricing-panel .GDf-fee-options::before {
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    background: linear-gradient(90deg, rgb(169,170,169), rgb(126,127,128));
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
}.wuO-pricing-panel .GDf-fee-options:hover {
    transform: translateZ(30px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.wuO-pricing-panel .GDf-fee-options:hover::before {
    transform: scaleX(1);
}.wuO-pricing-panel .cOS-plan-rates {
    display: flex;
    flex-direction: column;
    height: 100%;
}.wuO-pricing-panel .SjT-bundle-rate {
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    padding: 2rem;
}.wuO-pricing-panel .SjT-bundle-rate h3 {
    font-weight: 700;
    position: relative;
    transition: color 0.3s ease;
    color: #000000;
    margin: 0 0 1rem;
    font-size: 23px;
}.wuO-pricing-panel .GDf-fee-options:hover .SjT-bundle-rate h3 {
    color: rgb(169,170,169);
}.wuO-pricing-panel .oby-learning-plan {
    color: rgb(169,170,169);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
}.wuO-pricing-panel .oby-learning-plan::after {
    background-color: rgb(126,127,128);
    content: "";
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    width: 40px;
    bottom: -8px;
    height: 2px;
}.wuO-pricing-panel .GDf-fee-options:hover .oby-learning-plan {
    transform: translateY(-3px);
}.wuO-pricing-panel .GDf-fee-options:hover .oby-learning-plan::after {
    width: 80px;
}.wuO-pricing-panel .SjT-bundle-rate p {
    overflow-wrap: break-word;
    font-size: calc(12px - 2px);
    line-height: 1.6;
    word-break: break-word;
    color: #000000;
    margin: 0;
    flex-grow: 1;
}.wuO-pricing-panel .HYJ-photo-cell {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}.wuO-pricing-panel .HYJ-photo-cell::after {
    right: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    opacity: 0.7;
    left: 0;
    transition: opacity 0.5s ease;
    content: "";
}.wuO-pricing-panel .GDf-fee-options:hover .HYJ-photo-cell {
    transform: scale(1.05);
}.wuO-pricing-panel .GDf-fee-options:hover .HYJ-photo-cell::after {
    opacity: 0.4;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

@media (min-width: 768px) {.wuO-pricing-panel {
    padding: 7rem 2rem;
}.wuO-pricing-panel .Tax-deal-opts {
    flex-direction: row;
    align-items: flex-start;
}.wuO-pricing-panel .rSF-indv-cost {
    order: 0;
    display: flex;
    margin: 0;
    flex: 0 0 30%;
    justify-content: center;
    padding-right: 2rem;
    text-align: left;
    flex-direction: column;
}.wuO-pricing-panel .rSF-indv-cost h2 {
    text-align: left;
}.wuO-pricing-panel .rSF-indv-cost h2::after {
    left: 0;
    transform: none;
}.wuO-pricing-panel .MjH-premium-grid {
    max-width: 100%;
    margin: 0;
}.wuO-pricing-panel .bar-package-deal {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}

@media (min-width: 992px) {.wuO-pricing-panel .bar-package-deal {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.wuO-pricing-panel {
    padding: 8rem 2rem;
}.wuO-pricing-panel .rSF-indv-cost {
    flex: 0 0 25%;
}.wuO-pricing-panel .bar-package-deal {
    flex: 0 0 75%;
}.wuO-pricing-panel .SjT-bundle-rate {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.wuO-pricing-panel .GDf-fee-options {
    margin: 0 auto;
    max-width: 400px;
}.wuO-pricing-panel .rSF-indv-cost h2 {
    font-size: calc(28px * 0.9);
}.wuO-pricing-panel .MjH-premium-grid {
    font-size: calc(12px * 0.95);
}}.dKE-training-specialist {
    position: relative;
    overflow: hidden;
    background-color: rgb(207,207,181);
    padding: 6rem 2rem;
}.dKE-training-specialist::before {
    background: linear-gradient(90deg, transparent, rgb(169,170,169,0.5));
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
}.dKE-training-specialist .oxK-review-opinions {
    position: relative;
    border-radius: 0;
    background: transparent;
    margin: 0 auto;
    box-shadow: none;
    display: flex;
    max-width: 1200px;
    z-index: 2;
}.dKE-training-specialist .HYJ-photo-cell {
    border-radius: 0;
    transform: rotate(-2deg);
    width: 45%;
    box-shadow: 15px 15px 0 rgb(169,170,169,0.5);
    position: relative;
    height: 480px;
    transition: all 0.5s ease;
}.dKE-training-specialist .Tpr-experience-profile {
    position: relative;
    flex-direction: column;
    width: 55%;
    justify-content: center;
    padding: 3rem 0 3rem 4rem;
    display: flex;
}.dKE-training-specialist .Tpr-experience-profile::before {
    width: 1px;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(126,127,128,0.5), transparent);
    top: 0;
    left: 2.5rem;
    height: 100%;
}.dKE-training-specialist .name {
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
    font-size: calc(45px * 1.2);
    position: relative;
}.dKE-training-specialist .Tpr-experience-profile > div:nth-child(2) {
    margin-bottom: 2.5rem;
    display: inline-block;
    transform: translateX(-10px);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: rgb(126,127,128);
    color: #ffffff;
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
}.dKE-training-specialist .qer-career-card {
    line-height: 1.8;
    font-size: 13px;
    color: #000000;
    padding-left: 0;
    position: relative;
    max-width: 90%;
}.dKE-training-specialist .qer-career-card::before {
    width: 60px;
    top: -1.5rem;
    content: "";
    left: 0;
    height: 3px;
    position: absolute;
    background-color: rgb(169,170,169);
}.dKE-training-specialist .oxK-review-opinions:hover .HYJ-photo-cell {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(126,127,128);
}

@media (max-width: 992px) {.dKE-training-specialist::before {
    width: 100%;
    top: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(180deg, rgb(169,170,169,0.5), transparent);
}.dKE-training-specialist .oxK-review-opinions {
    flex-direction: column;
    max-width: 90%;
    align-items: center;
}.dKE-training-specialist .HYJ-photo-cell {
    height: 400px;
    width: 90%;
}.dKE-training-specialist .Tpr-experience-profile {
    width: 100%;
    padding: 3rem 1rem 1rem;
}.dKE-training-specialist .Tpr-experience-profile::before {
    display: none;
}.dKE-training-specialist .qer-career-card {
    max-width: 100%;
}
}

@media (max-width: 576px) {.dKE-training-specialist {
    padding: 4rem 1rem;
}.dKE-training-specialist .HYJ-photo-cell {
    height: 320px;
}.dKE-training-specialist .name {
    font-size: 35px;
}.dKE-training-specialist .Tpr-experience-profile > div:nth-child(2) {
    font-size: 12px;
}.dKE-training-specialist .qer-career-card {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.cbv-tyPanel {
    justify-content: center;
    display: flex;
    position: relative;
    padding: 5rem 2rem;
    align-items: center;
    background: linear-gradient(135deg, rgb(207,207,181) 0%, rgb(169,170,169,0.5) 100%);
    min-height: 60vh;
    overflow: hidden;
}.cbv-tyPanel::before {
    width: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(169,170,169,0.5) 0px,
        rgb(169,170,169,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}.cbv-tyPanel::after {
    position: absolute;
    z-index: 1;
    content: "";
    height: 30%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: -5%;
    opacity: 0.1;
    width: 30%;
    background: rgb(126,127,128,0.5);
    transform: rotate(15deg);
    top: -5%;
}.cbv-tyPanel .container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}.cbv-tyPanel .ZiI-learn-training {
    border-left: 5px solid rgb(169,170,169);
    position: relative;
    gap: 2rem;
    grid-template-columns: 1fr;
    padding: 3.5rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
}.cbv-tyPanel .ZiI-learn-training::before {
    background: linear-gradient(90deg, rgb(169,170,169) 0%, rgb(126,127,128) 100%);
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    height: 8px;
    top: 0;
    transform-origin: left top;
}.cbv-tyPanel .ZiI-learn-training > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.cbv-tyPanel .ZiI-learn-training > div:first-child::after {
    width: 80px;
    content: "";
    transform-origin: left;
    left: 0;
    height: 4px;
    position: absolute;
    animation: lineGrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    bottom: 0;
    background: rgb(126,127,128);
}.cbv-tyPanel h5 {
    transform: translateY(20px);
    margin: 0;
    color: #000000;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
    font-size: calc(18px * 1.1);
    font-weight: 700;
    line-height: 1.4;
    opacity: 0;
}.cbv-tyPanel a {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    display: block;
}.cbv-tyPanel a:hover {
    transform: translateY(-5px);
}.cbv-tyPanel p {
    border-radius: 10px;
    transform: translateY(20px);
    background: linear-gradient(to bottom right, rgba(rgb(207,207,181), 0.3), rgba(255, 255, 255, 0.9));
    color: #000000;
    margin: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    position: relative;
    line-height: 1.8;
    padding: 1.5rem;
    border-left: 3px solid rgb(126,127,128,0.5);
    font-size: 12px;
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
}.cbv-tyPanel p::before {
    background: rgb(169,170,169);
    align-items: center;
    color: #ffffff;
    height: 36px;
    top: -15px;
    font-weight: 700;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    content: "✓";
    left: -15px;
    position: absolute;
    width: 36px;
    border-radius: 50%;
}

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

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@media (min-width: 768px) {.cbv-tyPanel {
    padding: 7rem 3rem;
}.cbv-tyPanel .ZiI-learn-training {
    transform: perspective(1000px) rotateX(1deg);
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 4rem;
}.cbv-tyPanel h5 {
    font-size: calc(18px * 1.3);
}.cbv-tyPanel .ZiI-learn-training > div:first-child {
    align-items: center;
    padding-bottom: 0;
    display: flex;
}.cbv-tyPanel .ZiI-learn-training > div:first-child::after {
    display: none;
}.cbv-tyPanel p {
    padding: 2rem;
}
}

@media (max-width: 767px) {.cbv-tyPanel {
    padding: 4rem 1.5rem;
}.cbv-tyPanel .ZiI-learn-training {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 1.5rem;
}.cbv-tyPanel h5 {
    font-size: 18px;
    line-height: 1.5;
}.cbv-tyPanel p {
    font-size: calc(12px * 0.95);
    padding: 1.2rem;
}.cbv-tyPanel p::before {
    top: -10px;
    width: 30px;
    height: 30px;
    left: -10px;
    font-size: 0.8rem;
}
}

@media (max-width: 480px) {.cbv-tyPanel {
    padding: 3rem 1rem;
}.cbv-tyPanel .ZiI-learn-training {
    padding: 2rem 1.2rem;
    border-left-width: 3px;
}.cbv-tyPanel .ZiI-learn-training::before {
    height: 5px;
}.cbv-tyPanel h5 {
    font-size: calc(18px * 0.9);
}.cbv-tyPanel p {
    padding: 1rem;
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}}.hBs-data-analysis {
    overflow: hidden;
    background: rgb(207,207,181);
    padding: 4rem 0;
    position: relative;
}.hBs-data-analysis::before {
    background: linear-gradient(135deg, rgb(169,170,169,0.5), rgb(126,127,128,0.5));
    left: 0;
    position: absolute;
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.08;
}.hBs-data-analysis::after {
    content: "";
    width: 200px;
    transform: rotate(30deg);
    opacity: 0.05;
    position: absolute;
    background: rgb(169,170,169);
    top: -50px;
    z-index: 0;
    height: 200px;
    right: -50px;
}.hBs-data-analysis h3 {
    text-align: center;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s forwards 0.2s;
    z-index: 1;
    opacity: 0;
    position: relative;
    margin-bottom: 3rem;
    font-size: 31px;
    color: #000000;
    font-weight: 700;
}.hBs-data-analysis .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.hBs-data-analysis ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 2rem;
}.hBs-data-analysis .oKl-growth-track {
    padding: 1.5rem;
    animation-delay: calc(0.15s * var(--i, 0));
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
              box-shadow 0.4s ease;
    position: relative;
    transform: translateY(30px);
    background: linear-gradient(145deg, #ffffff, rgba(255, 255, 255, 0.85));
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 
              0 1px 3px rgba(0, 0, 0, 0.03);
    opacity: 0;
    animation: fadeSlideUp 0.6s forwards;
}.hBs-data-analysis .oKl-growth-track:nth-child(1) {
    --i: 1;
}.hBs-data-analysis .oKl-growth-track:nth-child(2) {
    --i: 2;
}.hBs-data-analysis .oKl-growth-track:nth-child(3) {
    --i: 3;
}.hBs-data-analysis .oKl-growth-track:nth-child(4) {
    --i: 4;
}.hBs-data-analysis .oKl-growth-track:nth-child(5) {
    --i: 5;
}.hBs-data-analysis .oKl-growth-track:nth-child(6) {
    --i: 6;
}.hBs-data-analysis .oKl-growth-track:nth-child(7) {
    --i: 7;
}.hBs-data-analysis .oKl-growth-track::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(169,170,169), rgb(126,127,128));
    height: 0;
    left: 0;
    width: 4px;
    content: "";
    position: absolute;
    transition: height 0.5s ease;
}.hBs-data-analysis .oKl-growth-track:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
              0 3px 10px rgba(0, 0, 0, 0.05);
}.hBs-data-analysis .oKl-growth-track:hover::before {
    height: 100%;
}.hBs-data-analysis .oKl-growth-track span {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    padding-left: 0.5rem;
    transition: transform 0.3s ease, padding-left 0.3s ease;
    margin-bottom: 0.5rem;
    color: #000000;
}.hBs-data-analysis .oKl-growth-track:hover span {
    padding-left: 0.75rem;
    color: rgb(169,170,169);
    transform: translateX(5px);
}.hBs-data-analysis .oKl-growth-track p {
    display: inline-block;
    font-size: 2.5rem;
    position: relative;
    margin: 0.5rem 0 0;
    color: rgb(169,170,169);
    font-weight: 700;
}.hBs-data-analysis .oKl-growth-track p::after {
    left: 0;
    background: rgb(126,127,128);
    position: absolute;
    width: 0;
    transition: width 0.4s ease;
    bottom: -4px;
    content: "";
    height: 2px;
}.hBs-data-analysis .oKl-growth-track:hover p::after {
    width: 100%;
}

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

@media (max-width: 1200px) {.hBs-data-analysis ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}.hBs-data-analysis .oKl-growth-track p {
    font-size: 2.2rem;
}
}

@media (max-width: 768px) {.hBs-data-analysis {
    padding: 3rem 0;
}.hBs-data-analysis h3 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.9);
}.hBs-data-analysis ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.25rem;
}.hBs-data-analysis .oKl-growth-track {
    padding: 1.25rem;
}.hBs-data-analysis .oKl-growth-track p {
    font-size: 2rem;
}
}

@media (max-width: 576px) {.hBs-data-analysis {
    padding: 2.5rem 0;
}.hBs-data-analysis h3 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.8);
}.hBs-data-analysis ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.hBs-data-analysis .oKl-growth-track {
    padding: 1rem;
}.hBs-data-analysis .oKl-growth-track p {
    font-size: 1.8rem;
}.hBs-data-analysis .oKl-growth-track span {
    font-size: 0.9rem;
}}.UvT-testimonial {
    position: relative;
    padding: 6rem 0 3rem;
    color: #ffffff;
    z-index: 1;
    background-attachment: fixed;
}.UvT-testimonial::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(169,170,169,0.5) 100%);
    top: 0;
    z-index: -1;
    width: 100%;
}.UvT-testimonial::after {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    pointer-events: none;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.UvT-testimonial .container {
    position: relative;
    flex-direction: column;
    display: flex;
}.UvT-testimonial .company_holder {
    padding-bottom: 2.5rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
    text-align: center;
}.UvT-testimonial .company_holder::before,
.UvT-testimonial .company_holder::after {
    bottom: -1px;
    width: 20%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(126,127,128), transparent);
    content: "";
    animation: slide 3s infinite alternate;
    position: absolute;
}.UvT-testimonial .company_holder::before {
    left: 0;
    animation-delay: 0s;
}.UvT-testimonial .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.UvT-testimonial .company_holder h3 {
    font-size: calc(37px * 1.3);
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}.UvT-testimonial .company_holder h3::after {
    content: "";
    width: 60px;
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    background: rgb(126,127,128);
}.UvT-testimonial .MBr-event-cal {
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.8;
    color: #ffffff;
    margin: 1.5rem auto 0;
    max-width: 600px;
}.UvT-testimonial .CsN-science-ref {
    display: flex;
    justify-content: center;
}.UvT-testimonial .QxW-header-lesson {
    position: relative;
    display: flex;
    gap: 6rem;
}.UvT-testimonial .QxW-header-lesson::before {
    transform: translateX(-50%);
    left: 50%;
    width: 1px;
    content: "";
    background: rgb(169,170,169);
    top: -30px;
    position: absolute;
    height: 20px;
}.UvT-testimonial .NtQ-site-top {
    backdrop-filter: blur(10px);
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
    position: relative;
    padding: 1rem 1.5rem;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}.UvT-testimonial .NtQ-site-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    background: rgba(rgb(169,170,169,0.5), 0.1);
}.UvT-testimonial .NtQ-site-top h5 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: center;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    color: rgb(126,127,128);
    text-transform: uppercase;
    font-size: 22px;
    padding-bottom: 0.8rem;
    letter-spacing: 1.5px;
}.UvT-testimonial .NtQ-site-top .QxW-header-lesson {
    position: static;
    flex-direction: column;
    display: flex;
    gap: 0.8rem;
}.UvT-testimonial .NtQ-site-top .QxW-header-lesson a {
    color: #ffffff;
    padding: 0.4rem 0;
    text-decoration: none;
    position: relative;
    opacity: 0.75;
    z-index: 1;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
}.UvT-testimonial .NtQ-site-top .QxW-header-lesson a::before {
    width: 100%;
    height: 1px;
    transition: transform 0.4s ease;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(169,170,169), transparent);
    transform-origin: center;
}.UvT-testimonial .NtQ-site-top .QxW-header-lesson a:hover {
    opacity: 1;
    color: rgb(126,127,128);
}.UvT-testimonial .NtQ-site-top .QxW-header-lesson a:hover::before {
    transform: scaleX(1);
}.iyI-study-group {
    padding: 1.2rem 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 4rem;
    overflow: hidden;
}.iyI-study-group::before {
    top: 0;
    background-image: linear-gradient(45deg, rgba(rgb(169,170,169,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(169,170,169,0.5), 0.05) 50%, rgba(rgb(169,170,169,0.5), 0.05) 75%, transparent 75%, transparent);
    background-size: 4px 4px;
    animation: bgMove 20s linear infinite;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.3;
    content: "";
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.iyI-study-group .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.iyI-study-group .vSZ-grant-cta {
    letter-spacing: 0.5px;
    position: relative;
    text-align: center;
    opacity: 0.8;
    font-size: 12px;
    color: #ffffff;
}.iyI-study-group .vSZ-grant-cta::before,
.iyI-study-group .vSZ-grant-cta::after {
    content: "•";
    margin: 0 0.6rem;
    color: rgb(169,170,169);
}

@media screen and (max-width: 992px) {.UvT-testimonial {
    padding: 4rem 0 2rem;
}.UvT-testimonial .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.UvT-testimonial .company_holder h3 {
    font-size: 37px;
}.UvT-testimonial .QxW-header-lesson {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.UvT-testimonial .CsN-science-ref {
    flex-direction: column;
    align-items: center;
}.UvT-testimonial .QxW-header-lesson {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 450px;
}.UvT-testimonial .NtQ-site-top {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.UvT-testimonial {
    padding: 3rem 0 1.5rem;
}.UvT-testimonial .company_holder h3 {
    font-size: calc(37px * 0.9);
}.UvT-testimonial .MBr-event-cal {
    font-size: calc(18px * 0.9);
}.UvT-testimonial .NtQ-site-top {
    padding: 1rem;
}.UvT-testimonial .NtQ-site-top h5 {
    font-size: calc(22px * 0.9);
}.iyI-study-group {
    padding: 1rem 0;
    margin-top: 2rem;
}.iyI-study-group .vSZ-grant-cta {
    font-size: calc(12px * 0.9);
}.iyI-study-group .vSZ-grant-cta::before,
    .iyI-study-group .vSZ-grant-cta::after {
    display: none;
}}.sjO-stay-updated {
    padding: 5rem 2rem;
    z-index: 1;
    background: linear-gradient(135deg, rgb(169,170,169,0.5), rgb(126,127,128));
    overflow: hidden;
    position: relative;
}.sjO-stay-updated::before {
    width: 100%;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgb(169,170,169,0.5) 0px,
        rgb(169,170,169,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    animation: pulse 8s infinite alternate;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.1;
    content: "";
}.sjO-stay-updated::after {
    width: 200px;
    content: "";
    position: absolute;
    z-index: -1;
    background: rgb(126,127,128);
    animation: float 15s infinite ease-in-out;
    right: -50px;
    opacity: 0.2;
    height: 200px;
    filter: blur(60px);
    border-radius: 50%;
    bottom: -50px;
}.sjO-stay-updated .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.sjO-stay-updated .ZiI-learn-training {
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    z-index: 2;
    padding: 2.5rem;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.sjO-stay-updated .ZiI-learn-training:hover {
    transform: perspective(1000px) rotateY(0deg);
}.sjO-stay-updated h4 {
    text-align: center;
    line-height: 1.4;
    transform: translateZ(0);
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: calc(20px * 1.1);
    color: #000000;
}.sjO-stay-updated h4::after {
    transition: width 0.3s ease;
    width: 80px;
    bottom: -10px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(169,170,169), rgb(126,127,128));
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
}.sjO-stay-updated .ZiI-learn-training:hover h4::after {
    width: 120px;
}.sjO-stay-updated .input_holder {
    flex-direction: column;
    gap: 1rem;
    display: flex;
    max-width: 600px;
    width: 100%;
    margin-top: 1rem;
}.sjO-stay-updated .input_holder span {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}.sjO-stay-updated input[type="email"] {
    background: #ffffff;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
    padding: 1rem 1.5rem;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    font-size: 18px;
    width: 100%;
}.sjO-stay-updated input[type="email"]:focus {
    border-color: rgb(169,170,169);
    box-shadow: 0 0 0 3px rgb(169,170,169,0.5);
}.sjO-stay-updated input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.sjO-stay-updated input[type="email"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}.sjO-stay-updated .qoN-news-block {
    position: relative;
    text-align: center;
    font-size: 17px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    border: none;
    font-weight: 600;
    padding: 1rem 1.5rem;
    transform: translateY(0);
    background: linear-gradient(135deg, rgb(169,170,169), rgb(126,127,128));
    width: 100%;
    display: inline-block;
    color: #ffffff;
}.sjO-stay-updated .qoN-news-block::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    transition: all 0.6s ease;
    position: absolute;
    content: "";
}.sjO-stay-updated .qoN-news-block:hover {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}.sjO-stay-updated .qoN-news-block:hover::before {
    left: 100%;
}.sjO-stay-updated .qoN-news-block:active {
    transform: translateY(1px);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(-40px, -10px);
    }
    75% {
        transform: translate(-10px, -30px);
    }
}

@media screen and (min-width: 768px) {.sjO-stay-updated {
    padding: 6rem 3rem;
}.sjO-stay-updated .ZiI-learn-training {
    transform: perspective(1200px) rotateY(-3deg);
    padding: 3rem 4rem;
}.sjO-stay-updated h4 {
    margin-bottom: 2.5rem;
    font-size: calc(20px * 1.2);
}.sjO-stay-updated .input_holder {
    margin-top: 1.5rem;
    flex-direction: row;
}.sjO-stay-updated input[type="email"] {
    border-radius: 0;
}.sjO-stay-updated .qoN-news-block {
    white-space: nowrap;
    min-width: 180px;
    width: auto;
}
}

@media screen and (min-width: 992px) {.sjO-stay-updated {
    padding: 7rem 4rem;
}.sjO-stay-updated::before {
    background-size: 15px 15px;
}.sjO-stay-updated .ZiI-learn-training {
    transform: perspective(1500px) rotateY(-4deg);
    padding: 3.5rem 5rem;
}.sjO-stay-updated h4 {
    font-size: calc(20px * 1.3);
}.sjO-stay-updated .input_holder {
    gap: 1.5rem;
}
}

@media screen and (max-width: 767px) {.sjO-stay-updated {
    padding: 4rem 1.5rem;
}.sjO-stay-updated .ZiI-learn-training {
    padding: 2rem 1.5rem;
}.sjO-stay-updated h4 {
    margin-bottom: 1.5rem;
    font-size: 20px;
}.sjO-stay-updated input[type="email"],
    .sjO-stay-updated .qoN-news-block {
    padding: 0.9rem 1.2rem;
}
}

@media (prefers-reduced-motion: reduce) {.sjO-stay-updated::before,
    .sjO-stay-updated::after,
    .sjO-stay-updated .ZiI-learn-training,
    .sjO-stay-updated h4::after,
    .sjO-stay-updated input[type="email"]::placeholder,
    .sjO-stay-updated .qoN-news-block::before {
    transition: none;
    animation: none;
}.sjO-stay-updated .ZiI-learn-training:hover,
    .sjO-stay-updated .ZiI-learn-training:hover h4::after,
    .sjO-stay-updated .qoN-news-block:hover {
    transform: none;
}}.bEv-course-candidates {
    overflow: hidden;
    background: #f9f9f9;
    position: relative;
    padding: 120px 0;
}.bEv-course-candidates::before {
    position: absolute;
    width: 6px;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    z-index: 1;
    background-color: rgb(169,170,169,0.5);
    bottom: 0;
    top: 0;
}.bEv-course-candidates .ZiI-learn-training {
    padding: 0 30px;
    z-index: 10;
    text-align: center;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
}.bEv-course-candidates h3 {
    padding: 0 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 34px;
    color: #000000;
    margin-bottom: 80px;
    background-color: #f9f9f9;
    position: relative;
    border: 3px solid rgb(169,170,169,0.5);
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
}.bEv-course-candidates ul {
    flex-direction: column;
    margin: 0;
    align-items: center;
    position: relative;
    gap: 50px;
    padding: 0;
    list-style: none;
    display: flex;
}.bEv-course-candidates ul li {
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 2;
    transition: all 0.4s ease;
    text-align: left;
    display: flex;
    padding: 30px;
    align-items: center;
    gap: 20px;
    max-width: 500px;
    width: 100%;
    position: relative;
}.bEv-course-candidates ul li::before {
    border-radius: 50%;
    content: '';
    transform: translateX(-50%);
    top: -25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    border: 6px solid rgb(169,170,169,0.5);
    z-index: 5;
    left: 50%;
    transition: all 0.4s ease;
    height: 50px;
    background-color: #ffffff;
    width: 50px;
}.bEv-course-candidates ul li:nth-child(even) {
    text-align: right;
    flex-direction: row-reverse;
}.bEv-course-candidates ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.bEv-course-candidates ul li:hover::before {
    background-color: rgb(169,170,169,0.5);
    border-color: #ffffff;
}.bEv-course-candidates ul li svg {
    transition: all 0.4s ease;
    padding: 12px;
    flex-shrink: 0;
    background-color: rgb(169,170,169,0.5);
    border-radius: 50%;
    height: 60px;
    width: 60px;
}.bEv-course-candidates ul li:hover svg {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    transform: rotate(360deg);
}.bEv-course-candidates ul li svg path {
    fill: #ffffff;
    transition: fill 0.4s ease;
}.bEv-course-candidates ul li:hover svg path {
    fill: rgb(169,170,169);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bEv-course-candidates ul li {
    animation: fadeInFromTop 0.6s ease forwards;
    opacity: 0;
}.bEv-course-candidates ul li:nth-child(1) {
    animation-delay: 0.1s;
}.bEv-course-candidates ul li:nth-child(2) {
    animation-delay: 0.3s;
}.bEv-course-candidates ul li:nth-child(3) {
    animation-delay: 0.5s;
}.bEv-course-candidates ul li:nth-child(4) {
    animation-delay: 0.7s;
}.bEv-course-candidates ul li:nth-child(5) {
    animation-delay: 0.9s;
}.bEv-course-candidates ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.bEv-course-candidates {
    padding: 90px 0;
}.bEv-course-candidates h3 {
    margin-bottom: 60px;
}.bEv-course-candidates ul {
    gap: 60px;
}.bEv-course-candidates ul li {
    padding: 25px;
}.bEv-course-candidates ul li svg {
    padding: 10px;
    height: 50px;
    width: 50px;
}
}

@media (max-width: 768px) {.bEv-course-candidates ul li,
    .bEv-course-candidates ul li:nth-child(even) {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.bEv-course-candidates ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.bEv-course-candidates {
    padding: 70px 0;
}.bEv-course-candidates h3 {
    padding: 0 20px;
    margin-bottom: 50px;
    font-size: calc(34px * 0.85);
}.bEv-course-candidates ul {
    gap: 50px;
}.bEv-course-candidates ul li {
    padding: 20px;
}.bEv-course-candidates ul li::before {
    height: 40px;
    top: -25px;
    width: 40px;
}.bEv-course-candidates ul li svg {
    height: 45px;
    padding: 8px;
    width: 45px;
}
}

@media (prefers-reduced-motion: reduce) {.bEv-course-candidates ul li {
    animation: none;
    opacity: 1;
}.bEv-course-candidates ul li:hover {
    transform: none;
}.bEv-course-candidates ul li:hover svg {
    transform: none;
}}.vGk-our-mission {
    background: linear-gradient(135deg, #000000 0%, rgb(169,170,169) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.vGk-our-mission::before {
    z-index: 1;
    background: radial-gradient(circle at 30% 70%, rgb(169,170,169,0.5) 0%, transparent 50%);
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    animation: pulse 15s infinite alternate;
}.vGk-our-mission::after {
    z-index: 1;
    width: 100%;
    top: 0;
    right: 0;
    content: "";
    opacity: 0.3;
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 80% 20%, rgb(126,127,128,0.5) 0%, transparent 40%),
        linear-gradient(45deg, transparent 48%, rgb(169,170,169,0.5) 50%, transparent 52%) #000000;
    background-size: 100% 100%, 20px 20px;
}.vGk-our-mission .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.vGk-our-mission .ZiI-learn-training {
    transform: perspective(1000px) rotateY(0deg);
    padding: 50px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 26px;
    backdrop-filter: blur(10px);
    gap: 60px;
    transition: transform 0.5s ease;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.vGk-our-mission .ZiI-learn-training:hover {
    transform: perspective(1000px) rotateY(2deg);
}.vGk-our-mission .efJ-story-visual {
    position: relative;
    transform: translateY(0);
    flex: 0 0 280px;
    transition: all 0.4s ease;
}.vGk-our-mission .efJ-story-visual:hover {
    transform: translateY(-10px);
}.vGk-our-mission .efJ-story-visual .HYJ-photo-cell {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    height: 360px;
    transition: all 0.4s ease;
    width: 280px;
    border-radius: 26px;
}.vGk-our-mission .efJ-story-visual .HYJ-photo-cell::before {
    transform: skewX(-25deg);
    width: 50%;
    animation: shine 3s infinite;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: -100%;
    height: 100%;
}.vGk-our-mission .hno-pro-sessions {
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 2;
    padding: 20px 30px;
    background: rgb(169,170,169);
    border-left: 4px solid rgb(126,127,128);
    border-radius: 10px;
    transform: translateY(-30px) translateX(20px);
}.vGk-our-mission .hno-pro-sessions::before {
    position: absolute;
    background-size: 20px 20px;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
}.vGk-our-mission .pmW-academy-learnings {
    position: relative;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #ffffff;
    font-size: 21px;
}.vGk-our-mission .OfI-impact-stats {
    font-weight: 300;
    margin: 0;
    font-size: 16px;
    opacity: 0.8;
    color: #ffffff;
}.vGk-our-mission .hVx-headline-wrap {
    padding-left: 20px;
    position: relative;
    flex: 1;
}.vGk-our-mission .hVx-headline-wrap::before {
    top: 0;
    border-radius: 2px;
    height: 100%;
    width: 4px;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(169,170,169), rgb(126,127,128));
}.vGk-our-mission .eIy-creds-block {
    transform: translateY(0);
    align-items: center;
    margin-bottom: 20px;
    display: flex;
    transition: transform 0.3s ease;
}.vGk-our-mission .eIy-creds-block:hover {
    transform: translateY(-5px);
}.vGk-our-mission .eIy-creds-block svg {
    fill: rgb(169,170,169);
    height: 60px;
    transition: all 0.3s ease;
    margin-right: 15px;
    width: 60px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
}.vGk-our-mission .eIy-creds-block svg:hover {
    fill: rgb(126,127,128);
    transform: scale(1.1);
}.vGk-our-mission .eIy-creds-block svg path {
    transition: all 0.3s ease;
}.vGk-our-mission .eIy-creds-block svg:hover path {
    fill: rgb(126,127,128);
}.vGk-our-mission h2 {
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    color: #ffffff;
    position: relative;
    font-size: 36px;
    font-weight: 700;
}.vGk-our-mission h2::after {
    width: 80px;
    content: "";
    height: 4px;
    border-radius: 2px;
    bottom: 0;
    left: 0;
    background: rgb(126,127,128);
    position: absolute;
}.vGk-our-mission p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.8;
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media screen and (max-width: 992px) {.vGk-our-mission {
    padding: 80px 0;
}.vGk-our-mission .ZiI-learn-training {
    gap: 40px;
    padding: 40px 30px;
    flex-direction: column;
}.vGk-our-mission .efJ-story-visual {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    flex-direction: column;
}.vGk-our-mission .hVx-headline-wrap {
    text-align: center;
    padding-left: 0;
}.vGk-our-mission .hVx-headline-wrap::before {
    display: none;
}.vGk-our-mission h2::after {
    left: 50%;
    transform: translateX(-50%);
}.vGk-our-mission .eIy-creds-block {
    justify-content: center;
}
}

@media screen and (max-width: 767px) {.vGk-our-mission {
    padding: 60px 0;
}.vGk-our-mission .ZiI-learn-training {
    gap: 30px;
    padding: 30px 20px;
}.vGk-our-mission .efJ-story-visual .HYJ-photo-cell {
    width: 220px;
    height: 300px;
}.vGk-our-mission .hno-pro-sessions {
    transform: translateY(-30px) translateX(0);
    width: 80%;
}.vGk-our-mission h2 {
    font-size: calc(36px * 0.8);
}
}

@media screen and (max-width: 480px) {.vGk-our-mission {
    padding: 40px 0;
}.vGk-our-mission .ZiI-learn-training {
    padding: 20px 15px;
}.vGk-our-mission .efJ-story-visual .HYJ-photo-cell {
    height: 240px;
    width: 180px;
}.vGk-our-mission .hno-pro-sessions {
    width: 90%;
    padding: 15px 20px;
}.vGk-our-mission .pmW-academy-learnings {
    font-size: calc(21px * 0.9);
}.vGk-our-mission .OfI-impact-stats {
    font-size: calc(16px * 0.9);
}.vGk-our-mission .eIy-creds-block svg {
    height: 45px;
    width: 45px;
}.vGk-our-mission h2 {
    margin-bottom: 15px;
    font-size: calc(36px * 0.7);
}.vGk-our-mission p {
    font-size: calc(16px * 0.9);
}}.fDI-study-method {
    box-shadow: 
        inset 15px 15px 30px rgba(255, 255, 255, 0.7),
        inset -15px -15px 30px rgba(0, 0, 0, 0.05);
    padding: 120px 0;
    position: relative;
    background: linear-gradient(145deg, rgb(207,207,181), #ffffff);
    overflow: hidden;
}.fDI-study-method::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(169,170,169,0.5), transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(126,127,128,0.5), transparent 40%);
    transform: translateZ(-10px);
    height: 100%;
    opacity: 0.2;
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}.fDI-study-method::after {
    width: 80%;
    z-index: 1;
    right: -50%;
    animation: glow 8s infinite alternate ease-in-out;
    transform: rotate(35deg);
    filter: blur(60px);
    height: 80%;
    background: linear-gradient(
        to bottom right,
        transparent,
        rgb(169,170,169,0.5) 50%,
        transparent
    );
    top: -50%;
    content: "";
    position: absolute;
    opacity: 0.1;
}.fDI-study-method .ZiI-learn-training {
    position: relative;
    perspective: 1000px;
    z-index: 2;
    max-width: 1200px;
    transform-style: preserve-3d;
    padding: 0 30px;
    margin: 0 auto;
}.fDI-study-method h2 {
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    font-size: 30px;
    font-weight: 700;
    transform: translateY(30px);
    opacity: 0;
}.fDI-study-method h2::after {
    bottom: -12px;
    width: 80px;
    animation: expandLine 1.2s forwards 0.8s ease-in-out;
    content: "";
    transform-origin: left;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(169,170,169), rgb(126,127,128));
    height: 4px;
    transform: scaleX(0);
}.fDI-study-method .hVx-headline-wrap {
    border-radius: 4px;
    position: relative;
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 
        10px 10px 30px rgba(0, 0, 0, 0.05),
        -10px -10px 30px rgba(255, 255, 255, 0.8);
    opacity: 0;
    animation: slideUpRotate 1s forwards 0.5s ease-out;
    padding: 40px;
    transform: translateY(30px) rotateX(5deg);
}.fDI-study-method .hVx-headline-wrap:hover {
    transform: translateY(0) rotateX(0);
    box-shadow: 
        15px 15px 40px rgba(0, 0, 0, 0.08),
        -15px -15px 40px rgba(255, 255, 255, 0.9);
}.fDI-study-method .hVx-headline-wrap::before {
    bottom: -8px;
    background: linear-gradient(135deg, rgb(169,170,169,0.5), rgb(126,127,128,0.5));
    z-index: -1;
    transition: opacity 0.4s ease;
    top: -8px;
    content: "";
    left: -8px;
    position: absolute;
    opacity: 0.3;
    right: -8px;
    filter: blur(12px);
    border-radius: 8px;
    transform: translateZ(-10px);
}.fDI-study-method .hVx-headline-wrap:hover::before {
    opacity: 0.5;
}.fDI-study-method p {
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
    position: relative;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    color: #000000;
}

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

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

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

@keyframes glow {
    0% {
        opacity: 0.1;
        filter: blur(60px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(60px);
    }
}

@media (max-width: 991px) {.fDI-study-method {
    padding: 90px 0;
}.fDI-study-method h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}.fDI-study-method .hVx-headline-wrap {
    padding: 30px;
}
}

@media (max-width: 767px) {.fDI-study-method {
    padding: 70px 0;
}.fDI-study-method h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 25px;
}.fDI-study-method .hVx-headline-wrap {
    transform: translateY(20px) rotateX(3deg);
    padding: 25px;
}.fDI-study-method h2::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 480px) {.fDI-study-method {
    padding: 50px 0;
}.fDI-study-method .ZiI-learn-training {
    padding: 0 20px;
}.fDI-study-method h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 20px;
}.fDI-study-method .hVx-headline-wrap {
    padding: 20px;
}.fDI-study-method p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}.fDI-study-method h2::after {
    bottom: -8px;
    height: 3px;
    width: 50px;
}
}

@media (hover: none) {.fDI-study-method .hVx-headline-wrap:hover {
    transform: none;
    box-shadow: 
            10px 10px 30px rgba(0, 0, 0, 0.05),
            -10px -10px 30px rgba(255, 255, 255, 0.8);
}.fDI-study-method .hVx-headline-wrap:hover::before {
    opacity: 0.3;
}
}

@media (prefers-reduced-motion) {.fDI-study-method h2,
    .fDI-study-method .hVx-headline-wrap {
    opacity: 1;
    transform: none;
    animation: none;
}.fDI-study-method h2::after {
    animation: none;
    transform: none;
}.fDI-study-method::after {
    animation: none;
}}header {
    overflow: visible;
    width: 100%;
    z-index: 99;
    background: linear-gradient(135deg, rgb(169,170,169,0.5) 0%, rgb(126,127,128) 100%);
    position: relative;
}header::before {
    background: linear-gradient(145deg, rgb(126,127,128,0.5) 0%, transparent 70%);
    z-index: -1;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
}header .JoB-head-mainbar {
    position: relative;
    transform: none;
    align-items: center;
    padding: 20px 15px;
    z-index: 5;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
}header .JoB-head-mainbar .sMZ-main-know {
    transform: translateX(0);
    margin-right: 10px;
    transition: transform 0.4s ease;
}header .JoB-head-mainbar .sMZ-main-know:hover {
    transform: scale(1.05);
}header .JoB-head-mainbar .sMZ-main-know .lbt-top-pro {
    display: inline-block;
}header .JoB-head-mainbar .sMZ-main-know .lbt-top-pro svg {
    height: 50px;
    width: auto;
}header .JoB-head-mainbar .NtQ-site-top {
    list-style: none;
    transform: none;
    border-radius: 12px;
    margin: 0;
    position: relative;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 30px;
}header .JoB-head-mainbar .NtQ-site-top::before {
    content: "";
    height: 100%;
    border-radius: 12px;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    transform: rotate(-2deg) scale(1.03);
    width: 100%;
    position: absolute;
    z-index: -1;
}header .JoB-head-mainbar .NtQ-site-top .KZi-header-know {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 12px;
}header .JoB-head-mainbar .NtQ-site-top .KZi-header-know:hover {
    transform: translateY(-3px) scale(1.05);
}header .JoB-head-mainbar .NtQ-site-top .KZi-header-know a {
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 8px 5px;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    display: block;
    font-size: 13px;
    position: relative;
}header .JoB-head-mainbar .NtQ-site-top .KZi-header-know a::after {
    content: "";
    transition: transform 0.4s ease;
    bottom: 0;
    position: absolute;
    width: 100%;
    transform: translateX(-100%);
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(126,127,128), transparent);
}header .JoB-head-mainbar .NtQ-site-top .KZi-header-know:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .JoB-head-mainbar {
    align-items: center;
    flex-direction: column;
}header .JoB-head-mainbar .sMZ-main-know {
    margin-right: 0;
    margin-bottom: 15px;
}header .JoB-head-mainbar .NtQ-site-top {
    justify-content: center;
    width: 100%;
    padding: 15px;
}header .JoB-head-mainbar .NtQ-site-top .KZi-header-know {
    margin: 5px 15px 5px 0;
}header .JoB-head-mainbar .NtQ-site-top .KZi-header-know a {
    font-size: calc(13px - 2px);
    padding: 5px;
}}.Oma-get-help-info {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(207,207,181) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.Oma-get-help-info::before {
    height: 70%;
    width: 50%;
    background: linear-gradient(
        225deg, 
        rgb(126,127,128,0.5) 10%,
        transparent 70%
    );
    position: absolute;
    transform: rotate(-15deg) translateZ(-10px);
    right: -10%;
    top: -10%;
    filter: blur(15px);
    z-index: 0;
    content: "";
}.Oma-get-help-info::after {
    z-index: 0;
    height: 60%;
    left: -5%;
    width: 40%;
    background: linear-gradient(
        45deg, 
        rgb(169,170,169,0.5) 0%,
        transparent 80%
    );
    position: absolute;
    content: "";
    filter: blur(20px);
    transform: rotate(10deg) translateZ(-5px);
    bottom: -5%;
}.Oma-get-help-info .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.Oma-get-help-info .wQj-course-info {
    transform: translateZ(20px) rotateX(2deg);
    transform-style: preserve-3d;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    flex-direction: column;
    padding: 3rem;
}.Oma-get-help-info .wQj-course-info:hover {
    transform: translateZ(30px) rotateX(0deg);
}.Oma-get-help-info h3 {
    transform: translateX(-10px);
    font-weight: 700;
    color: rgb(169,170,169);
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 36px;
    position: relative;
}.Oma-get-help-info h3::after {
    transform-origin: left;
    background: rgb(126,127,128);
    bottom: -8px;
    width: 60px;
    content: "";
    transition: transform 0.3s ease;
    position: absolute;
    height: 3px;
    left: 0;
    transform: scaleX(0.6);
}.Oma-get-help-info .wQj-course-info:hover h3::after {
    transform: scaleX(1);
}.Oma-get-help-info p {
    max-width: 90%;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 13px;
    position: relative;
    color: #000000;
}.Oma-get-help-info h5 {
    color: #000000;
    display: flex;
    font-size: 22px;
    margin-top: 1.5rem;
    transition: transform 0.3s ease;
    margin-bottom: 0.5rem;
    align-items: center;
    font-weight: 600;
    transform: translateX(-5px);
}.Oma-get-help-info h5:hover {
    color: rgb(169,170,169);
    transform: translateX(0);
}.Oma-get-help-info h5 svg {
    transform: translateY(2px);
    transition: transform 0.3s ease;
    margin-left: 10px;
}.Oma-get-help-info h5:hover svg {
    transform: translateY(0) scale(1.1);
}.Oma-get-help-info svg {
    margin-left: 5px;
    height: 24px;
    transition: all 0.3s ease;
    width: 24px;
}.Oma-get-help-info svg path {
    transition: fill 0.3s ease;
    fill: rgb(126,127,128);
}.Oma-get-help-info .XvE-message-section {
    margin: 1.5rem 0 0;
    gap: 1rem;
    flex-direction: column;
    display: flex;
    list-style: none;
    padding: 0;
    transform: translateZ(10px);
    position: relative;
}.Oma-get-help-info .XvE-message-section li {
    transition: transform 0.3s ease;
    position: relative;
    padding-left: 10px;
}.Oma-get-help-info .XvE-message-section li:hover {
    transform: translateX(5px);
}.Oma-get-help-info .XvE-message-section li::before {
    background: rgb(169,170,169);
    transition: opacity 0.3s ease;
    border-radius: 50%;
    top: 50%;
    content: "";
    left: 0;
    position: absolute;
    width: 5px;
    opacity: 0;
    height: 5px;
    transform: translateY(-50%);
}.Oma-get-help-info .XvE-message-section li:hover::before {
    opacity: 1;
}.Oma-get-help-info .kxP-connect-experts {
    color: #000000;
    transition: all 0.3s ease;
    font-size: 13px;
    display: flex;
    text-decoration: none;
    align-items: center;
}.Oma-get-help-info .kxP-connect-experts:hover {
    color: rgb(169,170,169);
}.Oma-get-help-info .kxP-connect-experts:hover svg path {
    fill: rgb(169,170,169);
}.Oma-get-help-info .kxP-connect-experts svg {
    transform: scale(0.9);
}.Oma-get-help-info .kxP-connect-experts:hover svg {
    transform: scale(1);
}

@media (min-width: 768px) {.Oma-get-help-info .wQj-course-info {
    max-width: 90%;
    padding: 4rem;
    margin: 0 auto;
}.Oma-get-help-info .XvE-message-section {
    gap: 2rem;
    flex-wrap: wrap;
    flex-direction: row;
}
}

@media (min-width: 992px) {.Oma-get-help-info {
    padding: 7rem 0;
}.Oma-get-help-info .wQj-course-info {
    grid-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    display: grid;
    max-width: 80%;
}.Oma-get-help-info h3 {
    font-size: calc(36px * 1.1);
    grid-column: 1 / 3;
}.Oma-get-help-info .wQj-course-info > div:nth-child(2) {
    grid-column: 1 / 3;
}.Oma-get-help-info .XvE-message-section {
    grid-column: 1 / 3;
    margin-top: 2rem;
    justify-content: flex-start;
}
}

@media (max-width: 767px) {.Oma-get-help-info {
    padding: 3rem 0;
}.Oma-get-help-info .wQj-course-info {
    padding: 2rem;
    transform: translateZ(10px) rotateX(1deg);
}.Oma-get-help-info h3 {
    font-size: calc(36px * 0.9);
}.Oma-get-help-info p {
    max-width: 100%;
}.Oma-get-help-info .XvE-message-section li {
    margin-bottom: 0.5rem;
}}.qtC-greeting-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}.qtC-greeting-page .BJG-learn-start {
    justify-content: center;
    position: relative;
    min-height: 100vh;
    align-items: center;
    perspective: 1000px;
    display: flex;
}.qtC-greeting-page .BJG-learn-start::before {
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    transform: translateZ(-5px);
    background: linear-gradient(135deg, rgb(169,170,169,0.5), rgba(0, 0, 0, 0.5) 70%);
    z-index: 1;
    backdrop-filter: blur(8px);
    content: "";
    left: 0;
}.qtC-greeting-page .BJG-learn-start::after {
    animation: ambientGlow 15s infinite alternate ease-in-out;
    background: linear-gradient(45deg, rgb(126,127,128,0.5) 0%, transparent 50%);
    content: "";
    width: 110%;
    left: -5%;
    position: absolute;
    top: -5%;
    z-index: 2;
    height: 110%;
}.qtC-greeting-page .aRi-digital-education {
    padding: 4rem 3rem;
    z-index: 10;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
    transform: translateZ(20px) rotateX(2deg);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.4), 
              0 10px 20px rgba(0,0,0,0.25),
              0 0 0 1px rgba(255,255,255,0.1);
    max-width: 1200px;
    border-left: 4px solid rgb(169,170,169);
    width: 90%;
}.qtC-greeting-page .aRi-digital-education::before {
    position: absolute;
    left: 0;
    content: "";
    width: 70%;
    transform: translateX(-20px);
    height: 4px;
    opacity: 0.8;
    background: rgb(169,170,169);
    top: -10px;
}.qtC-greeting-page .aRi-digital-education::after {
    width: 40%;
    background: rgb(126,127,128);
    position: absolute;
    opacity: 0.8;
    right: 0;
    height: 4px;
    transform: translateX(20px);
    content: "";
    bottom: -10px;
}.qtC-greeting-page h1 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    color: #ffffff;
    font-size: 46px;
    transform: translateX(-10px);
    animation: slideInTitle 1s ease-out forwards;
}.qtC-greeting-page h1::before {
    transform-origin: top;
    background: rgb(169,170,169);
    position: absolute;
    animation: lineGrow 1.2s 0.5s ease-out forwards;
    left: -20px;
    top: 0;
    height: 100%;
    content: "";
    transform: scaleY(0);
    width: 4px;
}.qtC-greeting-page h3 {
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 2rem;
    position: relative;
    color: #ffffff;
    animation: slideInSubtitle 1s 0.4s ease-out forwards;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-size: 22px;
    max-width: 85%;
    opacity: 0;
    transform: translateX(10px);
}.qtC-greeting-page p {
    opacity: 0;
    animation: fadeUp 1s 0.8s ease-out forwards;
    padding-left: 20px;
    font-size: 13px;
    transform: translateY(20px);
    max-width: 80%;
    color: #ffffff;
    line-height: 1.8;
    font-weight: 400;
    border-left: 2px solid rgb(126,127,128);
}@keyframes slideInTitle {
  from {
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInSubtitle {
  from {
    transform: translateX(30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@keyframes lineGrow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes ambientGlow {
  0% {
    opacity: 0.3;
    transform: translateX(-5px) translateY(-5px);
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.3;
    transform: translateX(5px) translateY(5px);
  }
}

.qtC-greeting-page .BJG-learn-start:hover {
    transition: transform 0.5s ease;
    transform: scale(1.01);
}.qtC-greeting-page .BJG-learn-start:hover .aRi-digital-education {
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.4), 
              0 15px 30px rgba(0,0,0,0.3),
              0 0 0 1px rgba(255,255,255,0.15);
    transform: translateZ(25px) rotateX(3deg);
    transition: transform 0.7s ease, box-shadow 0.7s ease;
}

@media (max-width: 992px) {.qtC-greeting-page .aRi-digital-education {
    padding: 3rem 2.5rem;
    transform: translateZ(10px) rotateX(1deg);
}.qtC-greeting-page h1 {
    font-size: calc(46px * 0.9);
}.qtC-greeting-page h3 {
    font-size: calc(22px * 0.95);
    max-width: 95%;
}.qtC-greeting-page p {
    max-width: 90%;
}
}

@media (max-width: 768px) {.qtC-greeting-page .BJG-learn-start {
    min-height: 90vh;
}.qtC-greeting-page .aRi-digital-education {
    transform: translateZ(0) rotateX(0);
    width: 95%;
    padding: 2.5rem 2rem;
}.qtC-greeting-page h1 {
    font-size: calc(46px * 0.8);
    margin-bottom: 1.2rem;
}.qtC-greeting-page h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 1.5rem;
    max-width: 100%;
}.qtC-greeting-page p {
    max-width: 100%;
    font-size: calc(13px * 0.95);
    padding-left: 15px;
}
}

@media (max-width: 576px) {.qtC-greeting-page .BJG-learn-start {
    min-height: 80vh;
}.qtC-greeting-page .aRi-digital-education {
    padding: 2rem 1.5rem;
}.qtC-greeting-page h1 {
    margin-bottom: 1rem;
    font-size: calc(46px * 0.7);
}.qtC-greeting-page h3 {
    line-height: 1.5;
    margin-bottom: 1.2rem;
    font-size: calc(22px * 0.85);
}.qtC-greeting-page p {
    padding-left: 12px;
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.qtC-greeting-page .aRi-digital-education::before,
  .qtC-greeting-page .aRi-digital-education::after {
    width: 50%;
}}.Ssz-contact-form-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(207,207,181);
}.Ssz-contact-form-section::before {
    top: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(169,170,169,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(126,127,128,0.5) 0%, transparent 30%);
    height: 100%;
    background: rgb(207,207,181);
    content: "";
}.Ssz-contact-form-section::after {
    opacity: 0.2;
    background-image: 
        repeating-linear-gradient(45deg, rgb(169,170,169,0.5) 0, rgb(169,170,169,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(126,127,128,0.5) 0, rgb(126,127,128,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(169,170,169,0.5), transparent 70%),
        linear-gradient(180deg, rgb(126,127,128,0.5), transparent 70%);
    animation: backgroundMove 30s infinite linear;
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.Ssz-contact-form-section .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 30px;
}.Ssz-contact-form-section h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 2px;
}.Ssz-contact-form-section h2::before {
    width: 100px;
    box-shadow: 
        0 0 5px rgb(169,170,169),
        0 0 10px rgb(169,170,169),
        0 0 15px rgb(169,170,169);
    height: 2px;
    bottom: -15px;
    background: rgb(169,170,169);
    left: calc(50% - 50px);
    position: absolute;
    content: "";
}.Ssz-contact-form-section .IVt-connect-inquiry {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(169,170,169,0.5);
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}.Ssz-contact-form-section .IVt-connect-inquiry::before {
    content: "";
    border-radius: 12px;
    pointer-events: none;
    position: absolute;
    border: 1px solid rgb(169,170,169);
    z-index: 3;
    inset: 0;
    opacity: 0.2;
}.Ssz-contact-form-section .HYJ-photo-cell {
    position: relative;
    overflow: hidden;
    flex: 0 0 45%;
    min-height: 550px;
}.Ssz-contact-form-section .HYJ-photo-cell::before {
    z-index: 1;
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}.Ssz-contact-form-section .HYJ-photo-cell::after {
    opacity: 0.7;
    position: absolute;
    inset: 0;
    content: "";
    z-index: 2;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(169,170,169,0.5) 100%);
}.Ssz-contact-form-section .GYv-help-panel {
    position: relative;
    background: #ffffff;
    padding: 60px;
    flex: 0 0 55%;
}.Ssz-contact-form-section .GYv-help-panel::before {
    filter: blur(100px);
    height: 200px;
    opacity: 0.3;
    width: 200px;
    top: -100px;
    right: -100px;
    content: "";
    position: absolute;
    z-index: 0;
    background: rgb(169,170,169,0.5);
}.Ssz-contact-form-section .GYv-help-panel::after {
    filter: blur(80px);
    width: 150px;
    height: 150px;
    z-index: 0;
    background: rgb(126,127,128,0.5);
    position: absolute;
    bottom: -75px;
    opacity: 0.3;
    left: -75px;
    content: "";
}.Ssz-contact-form-section form {
    z-index: 2;
    position: relative;
}.Ssz-contact-form-section form h3 {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #000000;
}.Ssz-contact-form-section form h3::after {
    left: 0;
    width: 40px;
    background: rgb(169,170,169);
    bottom: -15px;
    height: 2px;
    content: "";
    position: absolute;
    box-shadow: 
        0 0 5px rgb(169,170,169,0.5),
        0 0 10px rgb(169,170,169,0.5);
}.Ssz-contact-form-section form input[type="text"] {
    padding: 18px 25px;
    background: rgb(207,207,181);
    font-size: 14px;
    margin-bottom: 25px;
    border-radius: 8px;
    width: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgb(169,170,169,0.5);
    color: #000000;
}.Ssz-contact-form-section form input[type="text"]:focus {
    outline: none;
    box-shadow: 
        0 0 0 1px rgb(169,170,169),
        0 0 5px rgb(169,170,169,0.5);
    border-color: rgb(169,170,169);
}.Ssz-contact-form-section form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.Ssz-contact-form-section .iAD-message-request {
    position: relative;
    margin-bottom: 35px;
}.Ssz-contact-form-section .iAD-message-request input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.Ssz-contact-form-section .iAD-message-request label {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}.Ssz-contact-form-section .iAD-message-request label::before {
    height: 22px;
    transition: all 0.3s ease;
    width: 22px;
    content: "";
    border: 1px solid rgb(169,170,169,0.5);
    top: 0;
    background: rgb(207,207,181);
    border-radius: 4px;
    position: absolute;
    left: 0;
}.Ssz-contact-form-section .iAD-message-request input[type="checkbox"]:checked + label::before {
    border-color: rgb(169,170,169);
    background: rgb(169,170,169);
    box-shadow: 0 0 5px rgb(169,170,169,0.5);
}.Ssz-contact-form-section .iAD-message-request input[type="checkbox"]:checked + label::after {
    position: absolute;
    top: 4px;
    width: 6px;
    content: "";
    border: solid #ffffff;
    height: 12px;
    border-width: 0 2px 2px 0;
    left: 8px;
    transform: rotate(45deg);
}.Ssz-contact-form-section .iAD-message-request label a {
    text-decoration: none;
    font-weight: 600;
    position: relative;
    color: rgb(169,170,169);
    transition: all 0.3s ease;
}.Ssz-contact-form-section .iAD-message-request label a::after {
    content: "";
    width: 100%;
    height: 1px;
    transition: transform 0.3s ease;
    bottom: -1px;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    transform-origin: right;
    background: rgb(169,170,169);
}.Ssz-contact-form-section .iAD-message-request label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.Ssz-contact-form-section .MiP-request-panel {
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 8px;
    font-size: 15px;
    padding: 18px 30px;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    width: 100%;
    box-shadow: 
        0 5px 15px rgb(169,170,169,0.5),
        0 0 0 1px rgb(169,170,169);
    background: rgb(169,170,169);
    color: #ffffff;
}.Ssz-contact-form-section .MiP-request-panel::before {
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    background: rgb(126,127,128);
    left: 0;
    height: 100%;
    transform-origin: right;
    content: "";
    top: 0;
    z-index: -1;
    transition: transform 0.5s ease;
}.Ssz-contact-form-section .MiP-request-panel:hover {
    box-shadow: 
        0 5px 20px rgb(126,127,128,0.5),
        0 0 0 1px rgb(126,127,128);
}.Ssz-contact-form-section .MiP-request-panel:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.Ssz-contact-form-section svg {
    fill: rgb(169,170,169);
    height: 22px;
    filter: drop-shadow(0 0 2px rgb(169,170,169,0.5));
    transition: all 0.3s ease;
    width: 22px;
}.Ssz-contact-form-section svg path {
    fill: rgb(169,170,169);
    transition: all 0.3s ease;
}.Ssz-contact-form-section svg:hover,
.Ssz-contact-form-section svg:hover path {
    filter: drop-shadow(0 0 3px rgb(126,127,128,0.5));
    transform: translateY(-2px);
    fill: rgb(126,127,128);
}

@media (max-width: 1024px) {.Ssz-contact-form-section {
    padding: 80px 0;
}.Ssz-contact-form-section .HYJ-photo-cell {
    min-height: 500px;
}.Ssz-contact-form-section .GYv-help-panel {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.Ssz-contact-form-section {
    padding: 60px 0;
}.Ssz-contact-form-section h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 40px;
}.Ssz-contact-form-section .IVt-connect-inquiry {
    flex-direction: column;
}.Ssz-contact-form-section .HYJ-photo-cell {
    width: 100%;
    min-height: 300px;
}.Ssz-contact-form-section .GYv-help-panel {
    width: 100%;
    padding: 40px 30px;
}.Ssz-contact-form-section form h3 {
    margin-bottom: 30px;
}.Ssz-contact-form-section form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.Ssz-contact-form-section .iAD-message-request {
    margin-bottom: 25px;
}.Ssz-contact-form-section .MiP-request-panel {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.Ssz-contact-form-section {
    padding: 50px 0;
}.Ssz-contact-form-section h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.Ssz-contact-form-section .HYJ-photo-cell {
    min-height: 200px;
}.Ssz-contact-form-section .GYv-help-panel {
    padding: 30px 20px;
}.Ssz-contact-form-section form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.Ssz-contact-form-section form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.Ssz-contact-form-section .iAD-message-request {
    margin-bottom: 20px;
}.Ssz-contact-form-section .iAD-message-request label {
    font-size: calc(14px * 0.9);
}.Ssz-contact-form-section .MiP-request-panel {
    padding: 12px 20px;
}}.yJT-course-program {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,207,181) 0%, rgba(240, 242, 245, 0.9) 100%);
}.yJT-course-program::before {
    width: 300px;
    opacity: 0.3;
    position: absolute;
    filter: blur(40px);
    top: -100px;
    height: 300px;
    right: -100px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(169,170,169,0.5) 0%, rgb(126,127,128,0.5) 100%);
    animation: float 15s infinite alternate ease-in-out;
    content: "";
    transform: translateZ(0);
}.yJT-course-program::after {
    background: linear-gradient(-45deg, rgb(126,127,128,0.5) 0%, rgb(169,170,169,0.5) 100%);
    filter: blur(30px);
    left: -50px;
    transform: translateZ(0);
    content: "";
    animation: morph 20s infinite alternate ease-in-out;
    height: 200px;
    opacity: 0.2;
    width: 200px;
    bottom: -50px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
}.yJT-course-program .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
}.yJT-course-program .njx-grow-skills {
    transform: translateZ(0);
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}.yJT-course-program .HYJ-photo-cell {
    height: 350px;
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.yJT-course-program .HYJ-photo-cell::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    position: absolute;
    inset: 0;
    content: "";
    z-index: 1;
}.yJT-course-program .HYJ-photo-cell::after {
    transform: rotate(25deg);
    top: -50%;
    height: 200%;
    left: -50%;
    animation: shimmer 5s infinite linear;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 200%;
    pointer-events: none;
    content: "";
    position: absolute;
}.yJT-course-program .hVx-headline-wrap {
    background: #ffffff;
    padding: 30px;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.yJT-course-program .hVx-headline-wrap::before {
    content: "";
    position: absolute;
    transform-origin: center;
    width: 4px;
    background: linear-gradient(to bottom, rgb(169,170,169), rgb(126,127,128));
    transform: scaleY(0.7);
    left: 0;
    top: 0;
    transition: transform 0.4s ease;
    height: 100%;
}.yJT-course-program .hVx-headline-wrap:hover::before {
    transform: scaleY(1);
}.yJT-course-program h3 {
    color: #000000;
    position: relative;
    transform: translateX(0);
    margin-bottom: 24px;
    transition: transform 0.4s ease;
    z-index: 1;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: calc(22px + 0.2rem);
}.yJT-course-program h3::after {
    transform: translateY(-50%);
    height: 30%;
    background: rgb(169,170,169,0.5);
    z-index: -1;
    opacity: 0;
    width: 8px;
    content: "";
    transition: opacity 0.4s ease, left 0.4s ease;
    top: 50%;
    position: absolute;
    left: -10px;
}.yJT-course-program .hVx-headline-wrap:hover h3 {
    transform: translateX(10px);
}.yJT-course-program .hVx-headline-wrap:hover h3::after {
    opacity: 1;
    left: -5px;
}.yJT-course-program .description {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.7;
}.yJT-course-program p.description {
    scrollbar-width: thin;
    padding-right: 15px;
    overflow-y: auto;
    max-height: 300px;
    scrollbar-color: rgb(169,170,169,0.5) rgb(207,207,181);
    display: block;
}.yJT-course-program p.description::-webkit-scrollbar {
    width: 5px;
}.yJT-course-program p.description::-webkit-scrollbar-track {
    background: rgb(207,207,181);
    border-radius: 10px;
}.yJT-course-program p.description::-webkit-scrollbar-thumb {
    background-color: rgb(169,170,169,0.5);
    border-radius: 10px;
}.yJT-course-program span.description {
    display: none;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-30px) rotate(10deg);
    }
}

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

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

@media (min-width: 768px) {.yJT-course-program .njx-grow-skills {
    gap: 50px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.yJT-course-program .HYJ-photo-cell {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 450px;
}.yJT-course-program .hVx-headline-wrap {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.yJT-course-program .HYJ-photo-cell:hover,
    .yJT-course-program .hVx-headline-wrap:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.yJT-course-program h3 {
    font-size: 33px;
}
}

@media (min-width: 992px) {.yJT-course-program {
    padding: 150px 0;
}.yJT-course-program .njx-grow-skills {
    gap: 70px;
}.yJT-course-program .HYJ-photo-cell {
    height: 550px;
}.yJT-course-program .hVx-headline-wrap {
    padding: 40px 50px;
}.yJT-course-program p.description {
    max-height: 350px;
}
}

@media (max-width: 767px) {.yJT-course-program {
    padding: 80px 0;
}.yJT-course-program .container {
    padding: 0 15px;
}.yJT-course-program .HYJ-photo-cell {
    height: 250px;
}.yJT-course-program .hVx-headline-wrap {
    padding: 25px 20px;
}.yJT-course-program h3 {
    margin-bottom: 15px;
    font-size: calc(22px - 0.1rem);
}.yJT-course-program p.description {
    max-height: 250px;
    font-size: calc(16px - 0.1rem);
}}.rSZ-cookie-warning-dialog {
    z-index: 1050;
    align-items: center;
    transform: translateX(-50%);
    border-radius: 11px;
    display: flex;
    background: rgb(207,207,181);
    overflow: hidden;
    width: 90%;
    position: fixed;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    max-width: 600px;
    padding: 20px;
    left: 50%;
    text-align: center;
    bottom: 20px;
    font-family: Arial, sans-serif;
}.qRz-cookie-controls {
    flex-direction: column;
    display: flex;
    z-index: 1;
    align-items: center;
}.UGx-manage-tracking {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.UGx-manage-tracking svg, .UGx-manage-tracking svg path, .UGx-manage-tracking img {
    width: 80px;
    height: 80px;
    fill: rgb(169,170,169);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.rSZ-cookie-warning-dialog h5 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    color: rgb(169,170,169);
}.rSZ-cookie-warning-dialog p {
    font-size: 12px;
    margin-bottom: 20px;
    color: #000000;
}.fMl-cookie-frame {
    margin: 5px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    font-size: 19px;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    width: calc(50% - 10px);
    cursor: pointer;
    background: rgb(169,170,169);
}.fMl-cookie-frame:hover {
    transform: translateY(-3px);
    background: rgb(126,127,128);
}.cookie_button.emN-data-consent {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.emN-data-consent:hover {
    background: rgb(126,127,128,0.5);
}.rSZ-cookie-warning-dialog p a {
    text-decoration: underline;
    color: rgb(169,170,169);
    transition: color 0.3s ease-in-out;
}.rSZ-cookie-warning-dialog p a:hover {
    color: rgb(126,127,128);
}
@media only screen and (max-width: 600px) {.rSZ-cookie-warning-dialog {
    left: 0;
    bottom: 0;
    border-radius: 0;
    width: 100%;
    transform: none;
}.qRz-cookie-controls {
    padding: 15px;
}.UGx-manage-tracking svg {
    width: 50px;
    height: 50px;
}.rSZ-cookie-warning-dialog h5 {
    font-size: calc(24px - 2px);
}.rSZ-cookie-warning-dialog p {
    font-size: calc(12px - 2px);
}.fMl-cookie-frame {
    padding: 8px 16px;
    font-size: calc(19px - 2px);
    width: calc(100% - 10px);
}}
#gCG-cookiePopupMessage {
    display: none;
}#gCG-cookiePopupMessage:checked ~ .rSZ-cookie-warning-dialog {
    visibility: hidden;
    opacity: 0;
}.sLA-secure-sanctuary {
    display: flex;
    width: 100%;
    border: 2px solid rgb(169,170,169);
    height: auto;
    align-items: center;
    background: rgb(126,127,128);
    padding: 50px;
    flex-direction: column;
    color: #ffffff;
    overflow: hidden;
}.sLA-secure-sanctuary h1 {
    font-size: 38px;
    margin-top: 20px;
    text-align: center;
    border-bottom: 4px solid rgb(126,127,128);
    margin-bottom: 30px;
    font-weight: 700;
    padding-bottom: 10px;
    color: rgb(169,170,169);
    width: 100%;
}.sLA-secure-sanctuary h2 {
    font-size: 37px;
    border-bottom: 2px solid rgb(169,170,169);
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 25px;
    text-align: left;
    font-weight: 600;
    color: #ffffff;
}.sLA-secure-sanctuary ul, .sLA-secure-sanctuary ol {
    padding-left: 0;
    list-style-type: none;
    width: 100%;
    margin: 20px 0;
}.sLA-secure-sanctuary li {
    border-radius: 10px;
    color: #ffffff;
    background: rgb(169,170,169,0.5);
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
    border-left: 4px solid rgb(126,127,128);
    padding: 10px 20px;
}.sLA-secure-sanctuary section {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 29px;
    background: rgb(126,127,128,0.5);
    padding: 30px;
}.sLA-secure-sanctuary p, .sLA-secure-sanctuary span, .sLA-secure-sanctuary div {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.sLA-secure-sanctuary {
    padding: 30px 15px;
}.sLA-secure-sanctuary h1 {
    font-size: calc(20px - 10px);
}.sLA-secure-sanctuary h2 {
    font-size: calc(20px - 8px);
}.sLA-secure-sanctuary li {
    padding: 8px 15px;
    font-size: calc(14px - 2px);
}}.nWR-user-testimonials {
    background: linear-gradient(135deg, rgb(207,207,181) 0%, rgb(169,170,169,0.5) 100%);
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
}.nWR-user-testimonials::before {
    background: linear-gradient(45deg, transparent 49.5%, rgb(126,127,128,0.5) 49.5%, rgb(126,127,128,0.5) 50.5%, transparent 50.5%);
    right: 0;
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}.nWR-user-testimonials .ZiI-learn-training {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.nWR-user-testimonials h4 {
    transform: skewX(-5deg);
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 29px;
    margin-bottom: 4rem;
    color: #000000;
}.nWR-user-testimonials h4::after {
    height: 4px;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    left: 50%;
    content: "";
    bottom: -15px;
    background: rgb(169,170,169);
    width: 100px;
}.nWR-user-testimonials .fgB-success-testimonials {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    perspective: 1000px;
}.nWR-user-testimonials .oxK-review-opinions {
    padding: 2.5rem;
    transform: rotateX(10deg) rotateY(-5deg);
    position: relative;
    background: #ffffff;
    backface-visibility: hidden;
    border-radius: 30px;
    transition: all 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}.nWR-user-testimonials .oxK-review-opinions::before {
    background: rgb(169,170,169,0.5);
    top: 0;
    width: 100px;
    content: "";
    transform: translate(30%, -30%) rotate(45deg);
    right: 0;
    height: 100px;
    z-index: 0;
    position: absolute;
}.nWR-user-testimonials .oxK-review-opinions:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotateX(0) rotateY(0);
}.nWR-user-testimonials .oxK-review-opinions .HYJ-photo-cell {
    height: 80px;
    margin: 0 auto 1.5rem;
    border: 4px solid #ffffff;
    width: 80px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}.nWR-user-testimonials .oxK-review-opinions:hover .HYJ-photo-cell {
    border-color: rgb(169,170,169);
    transform: scale(1.1);
}.nWR-user-testimonials .oxK-review-opinions span {
    text-align: center;
    display: block;
    font-weight: 600;
    position: relative;
    margin-bottom: 1rem;
    font-size: 19px;
    color: #000000;
}.nWR-user-testimonials .oxK-review-opinions span::after {
    margin: 0.5rem auto;
    background: rgb(169,170,169);
    display: block;
    width: 40px;
    content: "";
    height: 2px;
}.nWR-user-testimonials .oxK-review-opinions p {
    text-align: center;
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
}

@media (max-width: 992px) {.nWR-user-testimonials .fgB-success-testimonials {
    grid-template-columns: repeat(2, 1fr);
}.nWR-user-testimonials h4 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.nWR-user-testimonials {
    padding: 4rem 1.5rem;
}.nWR-user-testimonials .fgB-success-testimonials {
    grid-template-columns: 1fr;
    gap: 2rem;
}.nWR-user-testimonials h4 {
    margin-bottom: 3rem;
    font-size: calc(29px * 0.8);
}.nWR-user-testimonials .oxK-review-opinions {
    padding: 2rem;
}
}