﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}.ssl-info-MTfFw {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
}svg {
    width: 30px;
    height: 30px;
}.wrap-container-ISfze {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}.top-teach-Wrqzd {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1227px;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title-portal-UrNpL {
    display: flex;
    justify-content: center;
    z-index: 1;
    min-height: 100vh;
    align-items: center;
    overflow: hidden;
    position: relative;
}.title-portal-UrNpL::before {
    width: 100%;
    background: linear-gradient(145deg, rgb(136,143,143,0.5), rgba(0, 0, 0, 0.5) 70%);
    height: 100%;
    top: 0;
    backdrop-filter: blur(5px);
    z-index: -1;
    left: 0;
    content: '';
    position: absolute;
}.title-portal-UrNpL::after {
    background: rgb(101,109,109,0.5);
    transform: rotate(-15deg);
    top: -10%;
    right: -10%;
    content: '';
    height: 80%;
    width: 60%;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    z-index: -1;
    opacity: 0.7;
}.title-portal-UrNpL > div {
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 2rem;
    width: 100%;
    max-width: 1200px;
    gap: 3rem;
}.title-portal-UrNpL > div > div:first-child {
    opacity: 0;
    transform: translateX(-50px);
    animation: slide-in 1s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    position: relative;
}.title-portal-UrNpL .title_style_header {
    color: #ffffff;
    position: relative;
    padding-bottom: 1rem;
    letter-spacing: -0.02em;
    font-size: clamp(2.5rem, 5vw, 42px);
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}.title-portal-UrNpL .title_style_header::after {
    height: 4px;
    animation: line-grow 1.5s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.5s forwards;
    position: absolute;
    bottom: 0;
    content: '';
    background: rgb(101,109,109);
    width: 0;
    left: 0;
}.title-portal-UrNpL .edu-expert-OHNtp {
    background: rgba(255, 255, 255, 0.1);
    max-width: 800px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    animation: fade-in 1s ease-out 0.8s forwards;
    margin-left: auto;
    width: 90%;
    transform: perspective(1000px) rotateY(-5deg);
    border-left: 4px solid rgb(136,143,143);
    backdrop-filter: blur(10px);
    opacity: 0;
    padding: 2.5rem;
}.title-portal-UrNpL .knowledge-hub-ETxAk {
    margin-bottom: 1.5rem;
}.title-portal-UrNpL .knowledge-hub-ETxAk h3 {
    line-height: 1.4;
    position: relative;
    margin: 0 0 1rem 0;
    color: #ffffff;
    font-size: clamp(1.25rem, 3vw, 21px);
    padding-left: 1.5rem;
    font-weight: 600;
}.title-portal-UrNpL .knowledge-hub-ETxAk h3::before {
    content: '';
    height: 8px;
    background: rgb(101,109,109);
    width: 8px;
    left: 0;
    transform: rotate(45deg);
    position: absolute;
    opacity: 0;
    animation: pop 0.3s ease-out 1.2s forwards;
    top: 0.5rem;
}.title-portal-UrNpL p {
    transform: translateY(20px);
    opacity: 0;
    font-size: clamp(1rem, 2vw, 17px);
    color: #ffffff;
    line-height: 1.6;
    position: relative;
    border-left: 2px solid rgb(101,109,109,0.5);
    margin: 0;
    padding-left: 1rem;
    animation: fade-up 0.8s ease-out 1.5s forwards;
}

@keyframes line-grow {
  0% { width: 0; }
  100% { width: 100px; }
}

@keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes slide-in {
  0% { 
    transform: translateX(-50px);
    opacity: 0;
  }
  100% { 
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes pop {
  0% { 
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  70% { 
    transform: scale(1.2) rotate(45deg);
    opacity: 1;
  }
  100% { 
    transform: scale(1) rotate(45deg);
    opacity: 1;
  }
}

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

@media (max-width: 768px) {.title-portal-UrNpL {
    padding: 2rem 1rem;
}.title-portal-UrNpL > div {
    gap: 1.5rem;
}.title-portal-UrNpL::after {
    width: 80%;
    top: -5%;
    height: 50%;
    right: -20%;
}.title-portal-UrNpL .edu-expert-OHNtp {
    transform: perspective(1000px) rotateY(-2deg);
    width: 100%;
    padding: 1.5rem;
}.title-portal-UrNpL .knowledge-hub-ETxAk h3 {
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.title-portal-UrNpL {
    min-height: 90vh;
}.title-portal-UrNpL > div {
    gap: 1rem;
}.title-portal-UrNpL .title_style_header {
    padding-bottom: 0.5rem;
}.title-portal-UrNpL .edu-expert-OHNtp {
    padding: 1.2rem;
    transform: none;
}.title-portal-UrNpL .knowledge-hub-ETxAk h3 {
    font-size: 1.1rem;
}.title-portal-UrNpL::after {
    width: 100%;
    right: -40%;
    top: -10%;
    height: 40%;
}
}

@media (min-width: 1400px) {.title-portal-UrNpL .edu-expert-OHNtp {
    padding: 3rem;
    transform: perspective(1200px) rotateY(-8deg);
}.title-portal-UrNpL .knowledge-hub-ETxAk h3 {
    font-size: 21px;
}.title-portal-UrNpL p {
    font-size: 17px;
}}.tyDiv-zQtAo {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(171,178,178) 0%, #ffffff 100%);
}.tyDiv-zQtAo::before {
    opacity: 0.1;
    transform: rotate(-5deg);
    left: -10%;
    height: 120%;
    z-index: 1;
    top: -10%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 0% 85%);
    width: 60%;
    position: absolute;
    content: "";
    background: rgb(136,143,143,0.5);
}.tyDiv-zQtAo::after {
    transform: rotate(3deg);
    right: -5%;
    bottom: -5%;
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 85%);
    opacity: 0.1;
    content: "";
    background: rgb(101,109,109,0.5);
    height: 80%;
    position: absolute;
    z-index: 1;
    width: 40%;
}.tyDiv-zQtAo .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.tyDiv-zQtAo .learning-program-DOCBX {
    padding: 60px 40px;
    background: #ffffff;
    backdrop-filter: blur(5px);
    position: relative;
    gap: 30px;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(2deg);
}.tyDiv-zQtAo .learning-program-DOCBX:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.tyDiv-zQtAo .learning-program-DOCBX::before {
    width: 100%;
    top: 0;
    height: 6px;
    content: "";
    background: linear-gradient(90deg, rgb(136,143,143) 0%, rgb(101,109,109) 100%);
    left: 0;
    position: absolute;
}.tyDiv-zQtAo .learning-program-DOCBX::after {
    width: 60px;
    right: 20px;
    position: absolute;
    animation: rotate 15s infinite linear;
    z-index: -1;
    opacity: 0.2;
    top: 20px;
    height: 60px;
    content: "";
    border: 2px solid rgb(136,143,143,0.5);
}.tyDiv-zQtAo h5 {
    color: rgb(136,143,143);
    line-height: 1.4;
    position: relative;
    font-size: 18px;
    transform: translateZ(0);
    margin: 0 0 10px;
    font-weight: 700;
    padding-left: 20px;
}.tyDiv-zQtAo h5::before {
    content: "";
    top: 0.4em;
    background: rgb(136,143,143);
    left: 0;
    width: 8px;
    position: absolute;
    transform: rotate(45deg);
    height: 8px;
}.tyDiv-zQtAo p {
    transition: all 0.3s ease;
    font-size: 16px;
    color: #000000;
    padding-left: 20px;
    position: relative;
    margin: 0;
    line-height: 1.8;
    border-left: 1px solid rgb(136,143,143,0.5);
}.tyDiv-zQtAo a {
    overflow: hidden;
    display: block;
    position: relative;
    background-color: rgba(rgb(171,178,178), 0.3);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 20px;
}.tyDiv-zQtAo a::before {
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(136,143,143,0.5), transparent);
    transform: scaleX(0.7);
    width: 100%;
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
    height: 2px;
    transform-origin: left;
    left: 0;
}.tyDiv-zQtAo a:hover::before {
    transform: scaleX(1);
}.tyDiv-zQtAo a:hover {
    background-color: rgba(rgb(171,178,178), 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}.tyDiv-zQtAo a:hover p {
    padding-left: 25px;
    border-left-color: rgb(136,143,143);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 768px) {.tyDiv-zQtAo {
    padding: 150px 0;
}.tyDiv-zQtAo .learning-program-DOCBX {
    padding: 80px 60px;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}.tyDiv-zQtAo h5 {
    font-size: calc(18px * 1.1);
    max-width: 90%;
}.tyDiv-zQtAo p {
    font-size: calc(16px * 1.05);
}.tyDiv-zQtAo a {
    padding: 25px;
}
}

@media screen and (min-width: 992px) {.tyDiv-zQtAo {
    padding: 180px 0;
}.tyDiv-zQtAo .learning-program-DOCBX {
    padding: 100px 80px;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
}.tyDiv-zQtAo h5 {
    font-size: calc(18px * 1.2);
    padding-left: 30px;
}.tyDiv-zQtAo h5::before {
    height: 10px;
    width: 10px;
}.tyDiv-zQtAo p {
    font-size: calc(16px * 1.1);
    padding-left: 30px;
}.tyDiv-zQtAo a {
    padding: 30px;
}
}

@media screen and (max-width: 767px) {.tyDiv-zQtAo {
    padding: 80px 0;
}.tyDiv-zQtAo .learning-program-DOCBX {
    padding: 40px 25px;
}.tyDiv-zQtAo h5 {
    font-size: calc(18px * 0.95);
}.tyDiv-zQtAo p {
    font-size: calc(16px * 0.95);
}.tyDiv-zQtAo a {
    padding: 15px;
}
}

@media (prefers-reduced-motion: reduce) {.tyDiv-zQtAo .learning-program-DOCBX,
    .tyDiv-zQtAo .learning-program-DOCBX:hover,
    .tyDiv-zQtAo a,
    .tyDiv-zQtAo a:hover,
    .tyDiv-zQtAo p,
    .tyDiv-zQtAo a:hover p,
    .tyDiv-zQtAo a::before,
    .tyDiv-zQtAo a:hover::before {
    transform: none;
    animation: none;
    transition: none;
}}.quantitative-data-eMLap {
    background: linear-gradient(135deg, rgb(171,178,178) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
}.quantitative-data-eMLap::before {
    content: "";
    transform: rotate(45deg);
    top: -50px;
    background: rgb(136,143,143,0.5);
    opacity: 0.3;
    right: -50px;
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: 1;
}.quantitative-data-eMLap::after {
    position: absolute;
    left: -50px;
    width: 200px;
    background: rgb(101,109,109,0.5);
    bottom: -50px;
    opacity: 0.3;
    content: "";
    z-index: 1;
    height: 200px;
    transform: rotate(45deg);
}.quantitative-data-eMLap h3 {
    font-size: 28px;
    transform: translateZ(0);
    letter-spacing: -0.5px;
    position: relative;
    color: #000000;
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: center;
}.quantitative-data-eMLap h3::after {
    bottom: -15px;
    position: absolute;
    left: 50%;
    width: 80px;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    background: rgb(136,143,143);
}.quantitative-data-eMLap .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.quantitative-data-eMLap ul {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 2rem;
    padding: 0;
}.quantitative-data-eMLap .statistics-expertise-KVXEz {
    padding: 2rem;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 5px solid rgb(136,143,143);
    transform: translateZ(0);
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.quantitative-data-eMLap .statistics-expertise-KVXEz::before {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(136,143,143,0.5) 300%);
    height: 100%;
    opacity: 0;
    top: 0;
    transition: opacity 0.5s ease;
}.quantitative-data-eMLap .statistics-expertise-KVXEz:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.quantitative-data-eMLap .statistics-expertise-KVXEz:hover::before {
    opacity: 0.1;
}.quantitative-data-eMLap .statistics-expertise-KVXEz span {
    display: block;
    z-index: 2;
    font-size: calc(18px * 0.95);
    transition: transform 0.3s ease;
    font-weight: 600;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
}.quantitative-data-eMLap .statistics-expertise-KVXEz:hover span {
    transform: translateX(5px);
}.quantitative-data-eMLap .statistics-expertise-KVXEz p {
    transition: all 0.4s ease;
    position: relative;
    color: rgb(136,143,143);
    font-weight: 700;
    margin: 0;
    font-size: calc(46px * 1.2);
    z-index: 2;
}.quantitative-data-eMLap .statistics-expertise-KVXEz:hover p {
    transform: scale(1.1);
    color: rgb(101,109,109);
}.quantitative-data-eMLap .statistics-expertise-KVXEz:nth-child(2n) {
    border-left: 5px solid rgb(101,109,109);
}.quantitative-data-eMLap .statistics-expertise-KVXEz:nth-child(2n) p {
    color: rgb(101,109,109);
}.quantitative-data-eMLap .statistics-expertise-KVXEz:nth-child(2n):hover p {
    color: rgb(136,143,143);
}.quantitative-data-eMLap .statistics-expertise-KVXEz:nth-child(3n) {
    border-left: 5px solid #000000;
}.quantitative-data-eMLap .statistics-expertise-KVXEz:nth-child(3n) p {
    color: #000000;
}.quantitative-data-eMLap .statistics-expertise-KVXEz:nth-child(3n):hover p {
    color: rgb(136,143,143);
}

@media (max-width: 992px) {.quantitative-data-eMLap {
    padding: 4rem 1.5rem;
}.quantitative-data-eMLap h3 {
    font-size: calc(28px * 0.9);
}.quantitative-data-eMLap ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 768px) {.quantitative-data-eMLap {
    padding: 3rem 1rem;
}.quantitative-data-eMLap h3 {
    font-size: calc(28px * 0.85);
    margin-bottom: 2rem;
}.quantitative-data-eMLap h3::after {
    width: 60px;
    bottom: -10px;
}.quantitative-data-eMLap ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.25rem;
}.quantitative-data-eMLap .statistics-expertise-KVXEz {
    padding: 1.5rem;
}.quantitative-data-eMLap .statistics-expertise-KVXEz p {
    font-size: calc(46px * 1.1);
}
}

@media (max-width: 576px) {.quantitative-data-eMLap {
    padding: 2.5rem 0.75rem;
}.quantitative-data-eMLap ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.quantitative-data-eMLap .statistics-expertise-KVXEz {
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    display: flex;
}.quantitative-data-eMLap .statistics-expertise-KVXEz span {
    max-width: 70%;
    margin-bottom: 0;
    font-size: calc(18px * 0.9);
}.quantitative-data-eMLap .statistics-expertise-KVXEz p {
    font-size: 46px;
}.quantitative-data-eMLap .statistics-expertise-KVXEz:hover {
    transform: translateY(-5px);
}
}

@media (hover: none) {.quantitative-data-eMLap .statistics-expertise-KVXEz:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: none;
}.quantitative-data-eMLap .statistics-expertise-KVXEz:hover span {
    transform: none;
}.quantitative-data-eMLap .statistics-expertise-KVXEz:hover p {
    transform: none;
    color: inherit;
}.quantitative-data-eMLap .statistics-expertise-KVXEz:hover::before {
    opacity: 0;
}}.leadership-profile-UPNkn {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(
        125deg,
        rgb(171,178,178) 0%,
        rgb(171,178,178) 60%,
        rgb(136,143,143,0.5) 120%
    );
}.leadership-profile-UPNkn::before {
    height: 100%;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    background-size: 60px 60px;
    position: absolute;
    content: "";
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(136,143,143,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(136,143,143,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(136,143,143,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(136,143,143,0.5) 75%);
    top: 0;
    opacity: 0.03;
    width: 100%;
}.leadership-profile-UPNkn::after {
    opacity: 0.2;
    width: 200%;
    left: -50%;
    top: -50%;
    height: 200%;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(136,143,143,0.5) 0%,
            transparent 60%
        );
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    position: absolute;
    content: "";
}@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}

.leadership-profile-UPNkn .container {
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.leadership-profile-UPNkn .review-carousel-MEfhA {
    align-items: center;
    position: relative;
    background: transparent;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 0;
    overflow: visible;
}.leadership-profile-UPNkn .photo-section-BwiNr {
    margin-bottom: 30px;
    transform: rotate(-5deg);
    position: relative;
    height: 260px;
    width: 260px;
    border-radius: 20px;
    z-index: 3;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.leadership-profile-UPNkn .photo-section-BwiNr::before {
    transform: rotate(5deg);
    inset: -10px;
    border-radius: 30px;
    opacity: 0.3;
    position: absolute;
    content: "";
    background: linear-gradient(
        135deg,
        rgb(136,143,143,0.5) 0%,
        transparent 50%,
        rgb(101,109,109,0.5) 100%
    );
    z-index: -1;
    transition: all 0.5s ease;
}.leadership-profile-UPNkn .photo-section-BwiNr::after {
    opacity: 0.05;
    content: "";
    z-index: -2;
    border-radius: 40px;
    transition: all 0.5s ease;
    transform: rotate(10deg);
    position: absolute;
    inset: -20px;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(136,143,143,0.5) 10px,
            rgb(136,143,143,0.5) 11px
        );
}.leadership-profile-UPNkn .name {
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(136,143,143) 100%
    );
    text-align: center;
    text-fill-color: transparent;
    padding: 0 20px 15px;
    position: relative;
    -webkit-background-clip: text !important;
    font-size: 47px;
    -webkit-text-fill-color: transparent;
    z-index: 2;
    color: #000000;
    background-clip: text !important;
    font-weight: 700;
    margin-bottom: 15px;
}.leadership-profile-UPNkn .name::after {
    transform: translateX(-50%);
    height: 3px;
    bottom: 0;
    width: 80px;
    border-radius: 3px;
    content: "";
    position: absolute;
    left: 50%;
    background: linear-gradient(
        to right,
        rgb(136,143,143) 0%,
        rgb(101,109,109) 100%
    );
}.leadership-profile-UPNkn .review-carousel-MEfhA span:not(.name) {
    margin-bottom: 40px;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 2;
    letter-spacing: 3px;
    color: rgb(101,109,109);
    opacity: 0.8;
    text-align: center;
    font-size: 19px;
}.leadership-profile-UPNkn .work-skills-HFpCZ {
    text-align: center;
    width: 80%;
    padding: 40px 50px;
    background: #ffffff;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    color: #000000;
    font-size: 15px;
    position: relative;
    margin: 0;
    line-height: 1.9;
    z-index: 1;
    max-width: 700px;
    border-radius: 20px;
}.leadership-profile-UPNkn .work-skills-HFpCZ::before {
    background: 
        linear-gradient(45deg, rgb(136,143,143,0.5) 0%, transparent 100%);
    top: 25px;
    position: absolute;
    height: 35px;
    left: 25px;
    width: 35px;
    border-radius: 0 0 10px 0;
    opacity: 0.2;
    content: "";
}.leadership-profile-UPNkn .work-skills-HFpCZ::after {
    border-radius: 0 0 0 10px;
    background: 
        linear-gradient(225deg, rgb(101,109,109,0.5) 0%, transparent 100%);
    bottom: 25px;
    right: 25px;
    opacity: 0.2;
    height: 35px;
    position: absolute;
    width: 35px;
    content: "";
}.leadership-profile-UPNkn .review-carousel-MEfhA::before {
    left: 50%;
    z-index: 0;
    width: 300px;
    transform: translateX(-50%) rotate(45deg);
    background: 
        linear-gradient(
            135deg,
            rgb(136,143,143,0.5) 0%,
            transparent 100%
        );
    height: 300px;
    opacity: 0.1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphing 15s infinite alternate ease-in-out;
    content: "";
    top: -70px;
    position: absolute;
}@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.leadership-profile-UPNkn .review-carousel-MEfhA::after {
    position: absolute;
    left: 50%;
    content: "";
    opacity: 0.08;
    width: 350px;
    transform: translateX(-50%) rotate(-45deg);
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(101,109,109,0.5) 100%
        );
    top: -50px;
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    z-index: 0;
    height: 350px;
}.leadership-profile-UPNkn .review-carousel-MEfhA:hover .photo-section-BwiNr {
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: rotate(0deg) translateY(-10px);
}.leadership-profile-UPNkn .review-carousel-MEfhA:hover .photo-section-BwiNr::before {
    opacity: 0.5;
    transform: rotate(0deg);
}.leadership-profile-UPNkn .review-carousel-MEfhA:hover .photo-section-BwiNr::after {
    transform: rotate(5deg);
}.leadership-profile-UPNkn .review-carousel-MEfhA:hover span:not(.name) {
    letter-spacing: 5px;
    opacity: 1;
}

@media (max-width: 991px) {.leadership-profile-UPNkn {
    padding: 80px 0;
}.leadership-profile-UPNkn .photo-section-BwiNr {
    height: 220px;
    width: 220px;
    margin-bottom: 25px;
}.leadership-profile-UPNkn .name {
    font-size: calc(47px * 0.9);
    margin-bottom: 12px;
}.leadership-profile-UPNkn .work-skills-HFpCZ {
    padding: 35px 40px;
    width: 85%;
}.leadership-profile-UPNkn .review-carousel-MEfhA::before,
    .leadership-profile-UPNkn .review-carousel-MEfhA::after {
    height: 250px;
    width: 250px;
}
}

@media (max-width: 767px) {.leadership-profile-UPNkn {
    padding: 60px 0;
}.leadership-profile-UPNkn .photo-section-BwiNr {
    margin-bottom: 20px;
    height: 180px;
    width: 180px;
}.leadership-profile-UPNkn .name {
    margin-bottom: 10px;
    font-size: calc(47px * 0.8);
    padding: 0 15px 12px;
}.leadership-profile-UPNkn .review-carousel-MEfhA span:not(.name) {
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-size: calc(19px * 0.9);
}.leadership-profile-UPNkn .work-skills-HFpCZ {
    padding: 30px 35px;
    font-size: calc(15px * 0.95);
    width: 90%;
}.leadership-profile-UPNkn .work-skills-HFpCZ::before,
    .leadership-profile-UPNkn .work-skills-HFpCZ::after {
    height: 25px;
    width: 25px;
}.leadership-profile-UPNkn .review-carousel-MEfhA::before,
    .leadership-profile-UPNkn .review-carousel-MEfhA::after {
    width: 200px;
    height: 200px;
}.leadership-profile-UPNkn .review-carousel-MEfhA:hover span:not(.name) {
    letter-spacing: 3px;
}
}

@media (max-width: 575px) {.leadership-profile-UPNkn {
    padding: 50px 0;
}.leadership-profile-UPNkn .photo-section-BwiNr {
    margin-bottom: 15px;
    width: 150px;
    height: 150px;
    border-radius: 15px;
}.leadership-profile-UPNkn .photo-section-BwiNr::before {
    inset: -8px;
    border-radius: 22px;
}.leadership-profile-UPNkn .photo-section-BwiNr::after {
    border-radius: 30px;
    inset: -15px;
}.leadership-profile-UPNkn .name {
    padding: 0 10px 10px;
    margin-bottom: 8px;
    font-size: calc(47px * 0.7);
}.leadership-profile-UPNkn .name::after {
    height: 2px;
    width: 60px;
}.leadership-profile-UPNkn .review-carousel-MEfhA span:not(.name) {
    font-size: calc(19px * 0.85);
    letter-spacing: 1px;
    margin-bottom: 25px;
}.leadership-profile-UPNkn .work-skills-HFpCZ {
    border-radius: 10px;
    font-size: calc(15px * 0.9);
    width: 100%;
    padding: 25px 20px;
}.leadership-profile-UPNkn .work-skills-HFpCZ::before,
    .leadership-profile-UPNkn .work-skills-HFpCZ::after {
    height: 20px;
    width: 20px;
    top: 15px;
    left: 15px;
}.leadership-profile-UPNkn .work-skills-HFpCZ::after {
    right: 15px;
    bottom: 15px;
}.leadership-profile-UPNkn .review-carousel-MEfhA::before,
    .leadership-profile-UPNkn .review-carousel-MEfhA::after {
    width: 150px;
    height: 150px;
}.leadership-profile-UPNkn .review-carousel-MEfhA:hover span:not(.name) {
    letter-spacing: 2px;
}}.secure-protection-ALrBw {
    background-color: rgb(136,143,143);
    border: 1px solid rgb(136,143,143,0.5);
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin: 0 auto;
    box-shadow: 0 0 20px rgb(136,143,143,0.5);
    padding: 2em;
}.secure-protection-ALrBw h1 {
    font-size: 38px;
    text-shadow: 0 0 10px rgb(136,143,143,0.5);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5em;
    text-align: center;
}.secure-protection-ALrBw h2 {
    text-shadow: 0 0 8px rgb(101,109,109,0.5);
    color: rgb(101,109,109);
    margin-bottom: 1em;
    font-size: 35px;
    font-weight: 600;
}.secure-protection-ALrBw h3,
.secure-protection-ALrBw h4,
.secure-protection-ALrBw h5,
.secure-protection-ALrBw h6 {
    color: #ffffff;
    margin-bottom: 0.75em;
}.secure-protection-ALrBw h3 {
    font-weight: 400;
    font-size: calc(21px - 0.2em);
}.secure-protection-ALrBw h4 {
    font-size: calc(21px - 0.4em);
    font-weight: 400;
}.secure-protection-ALrBw h5 {
    font-weight: 300;
    font-size: 21px;
}.secure-protection-ALrBw h6 {
    font-size: 16px;
    font-weight: 300;
}.secure-protection-ALrBw ul,
.secure-protection-ALrBw ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}.secure-protection-ALrBw ul {
    list-style-type: circle;
}.secure-protection-ALrBw ol {
    list-style-type: decimal;
}.secure-protection-ALrBw li {
    margin-bottom: 0.75em;
    color: #ffffff;
    font-size: 18px;
}.secure-protection-ALrBw p {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 1.5em;
}.secure-protection-ALrBw span {
    font-weight: 600;
    color: rgb(136,143,143);
}.secure-protection-ALrBw div {
    margin-bottom: 1.5em;
}
@media only screen and (max-width: 800px) {.secure-protection-ALrBw {
    border-radius: 10px;
    padding: 1em;
}.secure-protection-ALrBw h1 {
    font-size: calc(21px - 0.5em);
}.secure-protection-ALrBw h2 {
    font-size: calc(21px - 0.4em);
}.secure-protection-ALrBw p,
    .secure-protection-ALrBw li {
    font-size: calc(18px - 0.2em);
}}
.secure-protection-ALrBw h1::after {
    content: "";
    width: 80px;
    background-color: rgb(136,143,143);
    border-radius: 10px;
    height: 4px;
    box-shadow: 0 0 10px rgb(136,143,143,0.5);
    display: block;
    margin: 0.5em auto 0;
}.secure-protection-ALrBw h2::after {
    width: 60px;
    background-color: rgb(101,109,109);
    margin: 0.5em auto 0;
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(101,109,109,0.5);
    height: 3px;
    display: block;
    content: "";
}.secure-protection-ALrBw ul li::before,
.secure-protection-ALrBw ol li::before {
    box-shadow: 0 0 5px rgb(136,143,143,0.5);
    background-color: rgb(136,143,143);
    width: 8px;
    margin-right: 0.5em;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
}.secure-protection-ALrBw a {
    color: rgb(136,143,143);
    text-decoration: underline;
    box-shadow: 0 0 5px rgb(136,143,143,0.5);
}.secure-protection-ALrBw a:hover {
    box-shadow: 0 0 5px rgb(101,109,109,0.5);
    color: rgb(101,109,109);
}.secure-protection-ALrBw blockquote {
    color: #ffffff;
    margin: 1em 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.5em;
    font-style: italic;
    border-left: 5px solid rgb(136,143,143);
    box-shadow: 0 0 10px rgb(136,143,143,0.5);
}.ssl-info-MTfFw {
    position: relative;
    z-index: 1;
    padding: 5rem 0 3rem;
    color: #ffffff;
}.ssl-info-MTfFw::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(136,143,143,0.5) 100%);
    z-index: -1;
}.ssl-info-MTfFw .container {
    gap: 3rem;
    grid-template-columns: 1.5fr 2fr;
    position: relative;
    display: grid;
}.ssl-info-MTfFw .company_holder {
    animation: borderPulse 4s infinite alternate;
    position: relative;
    border-left: 2px solid rgb(136,143,143);
    padding-left: 2rem;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(136,143,143);
    }
    50% {
        border-left-color: rgb(101,109,109);
    }
    100% {
        border-left-color: rgb(136,143,143);
    }
}

.ssl-info-MTfFw .company_holder h3 {
    margin-bottom: 1.5rem;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    font-size: calc(28px * 1.2);
    font-weight: 700;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    background: linear-gradient(to right, #ffffff, rgb(101,109,109));
}.ssl-info-MTfFw .netiquette-sXxdl {
    color: #ffffff;
    margin-top: 1rem;
    opacity: 0.8;
    line-height: 1.6;
    font-size: 14px;
}.ssl-info-MTfFw .story-spot-ZscSQ {
    display: flex;
    justify-content: flex-end;
}.ssl-info-MTfFw .top-sitewrap-Onpwr {
    display: flex;
    gap: 4rem;
}.ssl-info-MTfFw .top-skill-ROVIv {
    position: relative;
}.ssl-info-MTfFw .top-skill-ROVIv::before {
    border-left: 1px solid rgb(136,143,143);
    content: "";
    opacity: 0.4;
    width: 40px;
    top: -10px;
    height: 40px;
    left: -20px;
    border-top: 1px solid rgb(136,143,143);
    position: absolute;
}.ssl-info-MTfFw .top-skill-ROVIv::after {
    width: 40px;
    opacity: 0.4;
    bottom: -10px;
    right: -20px;
    content: "";
    border-bottom: 1px solid rgb(136,143,143);
    border-right: 1px solid rgb(136,143,143);
    height: 40px;
    position: absolute;
}.ssl-info-MTfFw .top-skill-ROVIv h5 {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    color: rgb(101,109,109);
}.ssl-info-MTfFw .top-skill-ROVIv .top-sitewrap-Onpwr {
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
}.ssl-info-MTfFw .top-skill-ROVIv .top-sitewrap-Onpwr a {
    padding-left: 1rem;
    position: relative;
    transition: all 0.3s ease;
    opacity: 0.8;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
}.ssl-info-MTfFw .top-skill-ROVIv .top-sitewrap-Onpwr a::before {
    position: absolute;
    content: "";
    height: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
    left: 0;
    width: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(136,143,143);
}.ssl-info-MTfFw .top-skill-ROVIv .top-sitewrap-Onpwr a:hover {
    transform: translateX(5px);
    color: rgb(136,143,143);
    opacity: 1;
}.ssl-info-MTfFw .top-skill-ROVIv .top-sitewrap-Onpwr a:hover::before {
    width: 7px;
    background-color: rgb(101,109,109);
    height: 7px;
}.qna-board-ULODd {
    position: relative;
    padding: 1.5rem 0;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.5);
}.qna-board-ULODd::before {
    width: 100%;
    opacity: 0.5;
    top: 0;
    position: absolute;
    height: 1px;
    left: 0;
    content: "";
    background: linear-gradient(to right, transparent, rgb(136,143,143), transparent);
}.qna-board-ULODd .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.qna-board-ULODd .price-table-FLUSJ {
    color: #ffffff;
    font-size: 13px;
    opacity: 0.7;
    text-align: center;
}

@media screen and (max-width: 992px) {.ssl-info-MTfFw .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.ssl-info-MTfFw .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.ssl-info-MTfFw .story-spot-ZscSQ {
    justify-content: flex-start;
}.ssl-info-MTfFw .top-sitewrap-Onpwr {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.ssl-info-MTfFw {
    padding: 3rem 0 2rem;
}.ssl-info-MTfFw .top-sitewrap-Onpwr {
    gap: 2rem;
    flex-direction: column;
}.ssl-info-MTfFw .top-skill-ROVIv::before,
    .ssl-info-MTfFw .top-skill-ROVIv::after {
    display: none;
}.ssl-info-MTfFw .top-skill-ROVIv {
    margin-bottom: 1.5rem;
}.qna-board-ULODd {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.ssl-info-MTfFw .company_holder h3 {
    font-size: 28px;
}.ssl-info-MTfFw .top-skill-ROVIv h5 {
    font-size: calc(21px * 1.1);
}.ssl-info-MTfFw .top-skill-ROVIv .top-sitewrap-Onpwr a {
    font-size: calc(14px * 0.9);
}}.get-in-touch-lvTqX {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    padding: 80px 0;
}.get-in-touch-lvTqX::before {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
    background-size: 20px 20px;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
}.get-in-touch-lvTqX .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.get-in-touch-lvTqX h2 {
    text-align: left;
    padding-left: 20px;
    border-left: 5px solid rgb(136,143,143);
    color: #000000;
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 33px;
}.get-in-touch-lvTqX .feedback-form-aFBkw {
    border-radius: 13px;
    flex-direction: row-reverse;
    background: #ffffff;
    display: flex;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.get-in-touch-lvTqX .photo-section-BwiNr {
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
}.get-in-touch-lvTqX .photo-section-BwiNr::before {
    width: 100%;
    mix-blend-mode: multiply;
    background: rgb(136,143,143,0.5);
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
}.get-in-touch-lvTqX .reach-reach-xZVNA {
    position: relative;
    padding: 60px;
    flex: 0 0 60%;
}.get-in-touch-lvTqX .reach-reach-xZVNA::after {
    right: 0;
    width: 150px;
    z-index: -1;
    border-radius: 0 0 0 100%;
    position: absolute;
    content: "";
    height: 150px;
    background: rgb(171,178,178);
    top: 0;
}.get-in-touch-lvTqX #contact {
    flex-direction: column;
    gap: 30px;
    display: flex;
}.get-in-touch-lvTqX h3 {
    position: relative;
    font-weight: 700;
    font-size: 23px;
    color: #000000;
    margin-bottom: 30px;
}.get-in-touch-lvTqX h3::after {
    background: rgb(136,143,143);
    left: 0;
    width: 40px;
    bottom: -10px;
    position: absolute;
    content: "";
    height: 2px;
}.get-in-touch-lvTqX input[type="text"] {
    border-radius: 10px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    width: 100%;
    transition: all 0.3s ease;
    border: none;
    color: #000000;
    font-size: 16px;
    padding: 18px 20px;
    background: rgb(171,178,178);
}.get-in-touch-lvTqX input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(136,143,143,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    outline: none;
}.get-in-touch-lvTqX input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.get-in-touch-lvTqX .request-section-Uvkar {
    gap: 12px;
    align-items: center;
    display: flex;
    margin-top: 5px;
}.get-in-touch-lvTqX .request-section-Uvkar input[type="checkbox"] {
    border: 2px solid rgb(171,178,178);
    border-radius: 10px;
    position: relative;
    width: 22px;
    height: 22px;
    transition: all 0.2s ease;
    appearance: none;
    cursor: pointer;
}.get-in-touch-lvTqX .request-section-Uvkar input[type="checkbox"]:checked {
    border-color: rgb(136,143,143);
    background: rgb(136,143,143);
}.get-in-touch-lvTqX .request-section-Uvkar input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    width: 6px;
    left: 7px;
    height: 11px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    top: 3px;
}.get-in-touch-lvTqX .request-section-Uvkar label {
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
}.get-in-touch-lvTqX .request-section-Uvkar a {
    position: relative;
    color: rgb(136,143,143);
    transition: all 0.3s ease;
    text-decoration: none;
}.get-in-touch-lvTqX .request-section-Uvkar a:hover {
    color: rgb(101,109,109);
}.get-in-touch-lvTqX .request-section-Uvkar a::after {
    background: rgb(136,143,143);
    transition: all 0.3s ease;
    height: 1px;
    content: "";
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
}.get-in-touch-lvTqX .request-section-Uvkar a:hover::after {
    background: rgb(101,109,109);
}.get-in-touch-lvTqX .feedback-reach-muntN {
    font-size: 15px;
    cursor: pointer;
    padding: 18px 40px;
    align-self: flex-start;
    margin-top: 20px;
    color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgb(136,143,143,0.5);
    background: rgb(136,143,143);
    font-weight: 600;
    border-radius: 13px;
    border: none;
}.get-in-touch-lvTqX .feedback-reach-muntN:hover {
    transform: translateY(-2px);
    background: rgb(101,109,109);
    box-shadow: 0 7px 20px rgb(101,109,109,0.5);
}.get-in-touch-lvTqX svg {
    width: 20px;
    transition: all 0.3s ease;
    height: 20px;
    fill: rgb(136,143,143);
}.get-in-touch-lvTqX svg path {
    fill: rgb(136,143,143);
    transition: all 0.3s ease;
}.get-in-touch-lvTqX svg:hover {
    fill: rgb(101,109,109);
}.get-in-touch-lvTqX svg:hover path {
    fill: rgb(101,109,109);
}

@media (max-width: 992px) {.get-in-touch-lvTqX .feedback-form-aFBkw {
    flex-direction: column;
}.get-in-touch-lvTqX .photo-section-BwiNr {
    flex: 0 0 auto;
    order: 1;
    min-height: 300px;
}.get-in-touch-lvTqX .reach-reach-xZVNA {
    flex: 0 0 auto;
    order: 2;
    padding: 50px 40px;
}.get-in-touch-lvTqX h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.get-in-touch-lvTqX {
    padding: 60px 0;
}.get-in-touch-lvTqX h2 {
    font-size: calc(33px - 4px);
    margin-bottom: 30px;
}.get-in-touch-lvTqX .reach-reach-xZVNA {
    padding: 40px 30px;
}.get-in-touch-lvTqX #contact {
    gap: 25px;
}.get-in-touch-lvTqX .photo-section-BwiNr {
    min-height: 250px;
}
}

@media (max-width: 576px) {.get-in-touch-lvTqX {
    padding: 40px 0;
}.get-in-touch-lvTqX .container {
    padding: 0 15px;
}.get-in-touch-lvTqX h2 {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: calc(33px - 6px);
}.get-in-touch-lvTqX .reach-reach-xZVNA {
    padding: 30px 20px;
}.get-in-touch-lvTqX #contact {
    gap: 20px;
}.get-in-touch-lvTqX input[type="text"] {
    padding: 15px;
}.get-in-touch-lvTqX .feedback-reach-muntN {
    width: 100%;
    padding: 15px 20px;
}.get-in-touch-lvTqX .photo-section-BwiNr {
    min-height: 200px;
}}header {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: linear-gradient(120deg, 
        rgb(136,143,143) 0%, 
        rgb(136,143,143,0.5) 100%
    );
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}header:before {
    pointer-events: none;
    content: '';
    width: 100%;
    top: 0;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    left: 0;
}header:after {
    content: '';
    left: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
    background-size: 100px 100px;
    top: 0;
    width: 100%;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
}header .main-skill-jkzxT {
    position: relative;
}header .main-skill-jkzxT:before {
    content: '';
    opacity: 0.3;
    position: absolute;
    width: 100%;
    bottom: -1px;
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    height: 2px;
}header .main-skill-jkzxT:after {
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    pointer-events: none;
    width: 60px;
    opacity: 0.5;
    filter: blur(8px);
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    height: 60px;
    content: '';
    top: 50%;
}header .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 25px;
}header .container:before {
    background-repeat: repeat-x;
    transform: translateY(-50%);
    background-size: 6px 2px, 6px 2px;
    background-position: 0 0, 0 10px;
    pointer-events: none;
    opacity: 0.5;
    top: 50%;
    right: 20px;
    content: '';
    width: 50px;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    height: 30px;
    position: absolute;
}header .nav-learn-ZpKQt {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}header .nav-learn-ZpKQt:before {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    transform: translateY(-50%) translateX(-40px);
    opacity: 0.5;
    content: '';
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
    position: absolute;
}header .nav-learn-ZpKQt:after {
    position: absolute;
    right: 0;
    height: 20px;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(40px);
    width: 20px;
    opacity: 0.5;
}header .top-skill-ROVIv {
    display: flex;
    position: relative;
    gap: 30px;
    align-items: center;
}header .top-skill-ROVIv:before {
    opacity: 0;
    height: 2px;
    bottom: -10px;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    transition: opacity 0.4s ease;
}header .top-skill-ROVIv:hover:before {
    opacity: 0.7;
}header .page-header-aOwfd {
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 0;
    position: relative;
    font-weight: 400;
}header .page-header-aOwfd:before {
    transform: translateY(-50%);
    background: #ffffff;
    transition: all 0.3s ease;
    border-radius: 50%;
    content: '';
    opacity: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    top: 50%;
    height: 6px;
    width: 6px;
    position: absolute;
    left: -12px;
}header .page-header-aOwfd:after {
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) scaleX(0);
    transition: all 0.3s ease;
    position: absolute;
    left: -30px;
    content: '';
    top: 50%;
    transform-origin: right;
}header .page-header-aOwfd:hover {
    color: #ffffff;
    transform: translateX(5px);
}header .page-header-aOwfd:hover:before {
    opacity: 1;
    left: -20px;
}header .page-header-aOwfd:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .head-core-JCxRi {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    padding: 5px;
}header .head-core-JCxRi:before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    border-radius: 10px;
    opacity: 0;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    transition: all 0.3s ease;
    top: -10px;
    left: -10px;
}header .head-core-JCxRi:after {
    content: '';
    position: absolute;
    top: -5px;
    width: 10px;
    background: #ffffff;
    opacity: 0;
    border-radius: 50%;
    height: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    left: -5px;
}header .head-core-JCxRi:hover:before {
    opacity: 1;
}header .head-core-JCxRi:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}header .head-core-JCxRi svg {
    height: 40px;
    transition: all 0.3s ease;
    width: auto;
}header .head-core-JCxRi:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .top-skill-ROVIv {
    gap: 20px;
}header .head-core-JCxRi svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .top-skill-ROVIv {
    max-width: 320px;
    padding: 80px 30px 30px;
    background: rgb(136,143,143);
    gap: 25px;
    height: 100vh;
    width: 80%;
    right: -100%;
    flex-direction: column;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1001;
    top: 0;
    position: fixed;
}header .top-skill-ROVIv:before {
    width: 80%;
    top: 60px;
    bottom: auto;
    left: 10%;
}header .top-skill-ROVIv:after {
    content: '';
    border-radius: 50%;
    pointer-events: none;
    right: 20px;
    top: 20px;
    position: absolute;
    height: 30px;
    width: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .menu.active {
    right: 0;
}header .page-header-aOwfd {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
}header .page-header-aOwfd:hover {
    transform: translateX(0);
}header .page-header-aOwfd:last-child {
    border-bottom: none;
}header .head-core-JCxRi {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .head-core-JCxRi svg {
    height: 30px;
}}.newsletter-signup-SjzhD {
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    background: #ffffff;
    padding: 6rem 2rem;
}.newsletter-signup-SjzhD::before {
    width: 100%;
    height: 5px;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(136,143,143), rgb(101,109,109));
}.newsletter-signup-SjzhD .learning-program-DOCBX {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.newsletter-signup-SjzhD .request-reach-QOaUY {
    position: relative;
    max-width: 700px;
    padding: 0;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
    width: 90%;
    margin-left: 0;
}.newsletter-signup-SjzhD h3 {
    line-height: 1.1;
    transform: translateY(30px);
    transform-origin: left;
    color: #000000;
    font-size: clamp(18px, 5vw, 38px);
    margin: 0;
    font-weight: 700;
    animation: fadeUp 0.8s forwards;
    padding: 0;
    position: relative;
    opacity: 0;
}.newsletter-signup-SjzhD h3::after {
    animation: blinkDot 1.5s infinite;
    color: rgb(136,143,143);
    content: ".";
}.newsletter-signup-SjzhD .input_holder {
    opacity: 0;
    gap: 1.5rem;
    grid-template-columns: 1fr;
    display: grid;
    transform: translateY(30px);
    position: relative;
    animation: fadeUp 0.8s 0.2s forwards;
    width: 100%;
}.newsletter-signup-SjzhD input[type="email"] {
    border: none;
    height: 4rem;
    color: #000000;
    border-radius: 0;
    padding: 0;
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    grid-column: 1 / -1;
    font-size: 16px;
}.newsletter-signup-SjzhD input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(136,143,143);
}.newsletter-signup-SjzhD input[type="email"]::placeholder {
    opacity: 0.7;
    color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    transform: translateY(0);
}.newsletter-signup-SjzhD input[type="email"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-20px);
}.newsletter-signup-SjzhD .sub-bonus-nRBIM {
    background: transparent;
    transition: all 0.3s ease;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 1rem 3rem;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #000000;
    font-size: 19px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    justify-self: start;
    border-radius: 0;
}.newsletter-signup-SjzhD .sub-bonus-nRBIM::before {
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    width: 0;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    content: "";
    background: rgb(136,143,143);
}.newsletter-signup-SjzhD .sub-bonus-nRBIM:hover {
    border-color: rgb(136,143,143);
    color: #ffffff;
}.newsletter-signup-SjzhD .sub-bonus-nRBIM:hover::before {
    width: 100%;
}.newsletter-signup-SjzhD::after {
    width: 30%;
    right: 0;
    transform: translateX(50%);
    content: "";
    animation: slideBg 1.2s 0.4s forwards cubic-bezier(0.25, 1, 0.5, 1);
    top: 20%;
    height: 60%;
    clip-path: polygon(0 0, 100% 25%, 100% 75%, 0 100%);
    position: absolute;
    z-index: 0;
    background: rgb(171,178,178);
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes blinkDot {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

@keyframes slideBg {
    to {
        transform: translateX(0);
    }
}

@media (min-width: 768px) {.newsletter-signup-SjzhD {
    padding: 8rem 4rem;
}.newsletter-signup-SjzhD .request-reach-QOaUY {
    width: 70%;
    gap: 3rem;
}.newsletter-signup-SjzhD .input_holder {
    grid-template-columns: 2fr 1fr;
}.newsletter-signup-SjzhD input[type="email"] {
    grid-column: 1;
}.newsletter-signup-SjzhD .sub-bonus-nRBIM {
    grid-column: 2;
    align-self: end;
    margin-bottom: 2px;
}
}

@media (max-width: 767px) {.newsletter-signup-SjzhD {
    padding: 5rem 1.5rem;
}.newsletter-signup-SjzhD .request-reach-QOaUY {
    width: 100%;
}.newsletter-signup-SjzhD .input_holder {
    gap: 2rem;
}.newsletter-signup-SjzhD::after {
    width: 50%;
    height: 30%;
    top: 10%;
}}.our-team-TDzbe {
    z-index: 1;
    overflow: hidden;
    padding: 80px 0;
    background: rgb(171,178,178);
    position: relative;
}.our-team-TDzbe::before {
    position: absolute;
    width: 500px;
    top: -100px;
    content: '';
    right: -100px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(136,143,143,0.5) 0%, transparent 70%);
    height: 500px;
    animation: pulse 15s infinite alternate;
    border-radius: 50%;
}.our-team-TDzbe::after {
    animation: pulse 12s infinite alternate-reverse;
    width: 400px;
    bottom: -100px;
    border-radius: 50%;
    left: -100px;
    background: linear-gradient(225deg, rgb(101,109,109,0.5) 0%, transparent 70%);
    content: '';
    height: 400px;
    position: absolute;
    z-index: -1;
}@keyframes pulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1) rotate(15deg);
        opacity: 0.7;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.5;
    }
}

.our-team-TDzbe .container {
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}.our-team-TDzbe .learning-program-DOCBX {
    gap: 60px;
    display: flex;
    flex-direction: column;
    position: relative;
}.our-team-TDzbe h3 {
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
    font-size: 32px;
}.our-team-TDzbe h3::after {
    width: 80px;
    transform: translateX(-50%);
    bottom: 0;
    height: 4px;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(136,143,143), rgb(101,109,109));
    position: absolute;
    content: '';
    left: 50%;
}.our-team-TDzbe .learn-academy-cDndX {
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: grid;
    border-radius: 17px;
    gap: 40px;
    position: relative;
}.our-team-TDzbe .learn-academy-cDndX:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.our-team-TDzbe .learn-academy-cDndX span {
    margin-bottom: 15px;
    font-size: 21px;
    grid-column: 1 / 2;
    font-weight: 600;
    color: rgb(136,143,143);
    display: block;
}.our-team-TDzbe .learn-academy-cDndX p {
    margin-bottom: 0;
    font-size: 13px;
    color: #000000;
    padding-left: 20px;
    grid-column: 1 / 2;
    border-left: 3px solid rgb(101,109,109);
    position: relative;
    line-height: 1.7;
}.our-team-TDzbe .learn-academy-cDndX .photo-section-BwiNr {
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    min-height: 300px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    grid-row: 1 / 3;
    overflow: hidden;
    height: 100%;
    grid-column: 2 / 3;
    border-radius: 17px;
}.our-team-TDzbe .learn-academy-cDndX .photo-section-BwiNr::before {
    left: 0;
    content: '';
    z-index: 1;
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    height: 100%;
    top: 0;
}.our-team-TDzbe .learn-academy-cDndX .photo-section-BwiNr:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-team-TDzbe .learning-growth-VCwET {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    gap: 40px;
    border-radius: 17px;
    background: #ffffff;
    grid-template-columns: 1fr 1fr;
    position: relative;
    padding: 30px;
    display: grid;
}.our-team-TDzbe .learning-growth-VCwET:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.our-team-TDzbe .learning-growth-VCwET p {
    position: relative;
    margin-bottom: 0;
    line-height: 1.7;
    color: #000000;
    grid-column: 1 / 2;
    font-size: 13px;
    border-left: 3px solid rgb(136,143,143);
    padding-left: 20px;
}.our-team-TDzbe .learning-growth-VCwET .founder-vision-DblvB {
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    min-height: 300px;
    overflow: hidden;
    transition: transform 0.5s ease;
    height: 100%;
    border-radius: 17px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    grid-column: 2 / 3;
}.our-team-TDzbe .learning-growth-VCwET .founder-vision-DblvB::before {
    width: 100%;
    top: 0;
    content: '';
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
}.our-team-TDzbe .learning-growth-VCwET .founder-vision-DblvB::after {
    position: absolute;
    background: radial-gradient(circle at top right, rgb(136,143,143,0.5) 0%, transparent 70%);
    height: 100%;
    z-index: 1;
    top: 0;
    content: '';
    left: 0;
    width: 100%;
}.our-team-TDzbe .learning-growth-VCwET .founder-vision-DblvB:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-team-TDzbe .photo-section-BwiNr::after {
    top: -10px;
    height: 60px;
    position: absolute;
    background: rgb(101,109,109);
    animation: float 3s infinite alternate;
    content: '';
    z-index: 2;
    width: 60px;
    right: -10px;
    opacity: 0.7;
    border-radius: 50%;
}@keyframes float {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}

.our-team-TDzbe .learning-program-DOCBX::before {
    left: 50%;
    height: 100%;
    top: 0;
    z-index: -1;
    width: 2px;
    background: linear-gradient(to bottom, rgb(136,143,143,0.5), transparent);
    content: '';
    transform: translateX(-50%);
    position: absolute;
}.our-team-TDzbe .learn-academy-cDndX::after,
.our-team-TDzbe .learning-growth-VCwET::after {
    z-index: 3;
    border: 3px solid rgb(136,143,143);
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ffffff;
    left: 50%;
    content: '';
    transform: translateX(-50%);
}.our-team-TDzbe .learn-academy-cDndX::after {
    bottom: -40px;
}.our-team-TDzbe .learning-growth-VCwET::after {
    top: -40px;
}

@media (max-width: 991px) {.our-team-TDzbe {
    padding: 60px 0;
}.our-team-TDzbe .learn-academy-cDndX,
    .our-team-TDzbe .learning-growth-VCwET {
    gap: 30px;
    grid-template-columns: 1fr;
}.our-team-TDzbe .learn-academy-cDndX span,
    .our-team-TDzbe .learn-academy-cDndX p,
    .our-team-TDzbe .learning-growth-VCwET p {
    grid-column: 1 / 2;
}.our-team-TDzbe .learn-academy-cDndX .photo-section-BwiNr,
    .our-team-TDzbe .learning-growth-VCwET .founder-vision-DblvB {
    grid-column: 1 / 2;
    grid-row: auto;
    min-height: 250px;
}.our-team-TDzbe .learning-program-DOCBX::before {
    left: 20px;
}.our-team-TDzbe .learn-academy-cDndX::after,
    .our-team-TDzbe .learning-growth-VCwET::after {
    left: 20px;
    transform: none;
}
}

@media (max-width: 767px) {.our-team-TDzbe {
    padding: 40px 0;
}.our-team-TDzbe h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
}.our-team-TDzbe .learning-program-DOCBX {
    gap: 40px;
}.our-team-TDzbe .learn-academy-cDndX,
    .our-team-TDzbe .learning-growth-VCwET {
    padding: 20px;
}.our-team-TDzbe .learn-academy-cDndX .photo-section-BwiNr,
    .our-team-TDzbe .learning-growth-VCwET .founder-vision-DblvB {
    min-height: 200px;
}.our-team-TDzbe .learn-academy-cDndX span {
    font-size: calc(21px * 0.9);
}.our-team-TDzbe .learn-academy-cDndX p,
    .our-team-TDzbe .learning-growth-VCwET p {
    padding-left: 15px;
    font-size: calc(13px * 0.95);
}.our-team-TDzbe::before,
    .our-team-TDzbe::after {
    width: 200px;
    height: 200px;
}
}

@media (max-width: 480px) {.our-team-TDzbe {
    padding: 30px 0;
}.our-team-TDzbe h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 25px;
    padding-bottom: 15px;
}.our-team-TDzbe h3::after {
    height: 3px;
    width: 60px;
}.our-team-TDzbe .learning-program-DOCBX {
    gap: 30px;
}.our-team-TDzbe .learn-academy-cDndX,
    .our-team-TDzbe .learning-growth-VCwET {
    padding: 15px;
    gap: 20px;
}.our-team-TDzbe .learn-academy-cDndX .photo-section-BwiNr,
    .our-team-TDzbe .learning-growth-VCwET .founder-vision-DblvB {
    min-height: 180px;
}.our-team-TDzbe .learn-academy-cDndX span {
    margin-bottom: 10px;
}.our-team-TDzbe .learn-academy-cDndX p,
    .our-team-TDzbe .learning-growth-VCwET p {
    padding-left: 10px;
}.our-team-TDzbe .learn-academy-cDndX::after,
    .our-team-TDzbe .learning-growth-VCwET::after {
    height: 15px;
    width: 15px;
}.our-team-TDzbe::before,
    .our-team-TDzbe::after {
    width: 150px;
    height: 150px;
}}.plan-chooser-fHqDF {
    background: linear-gradient(135deg, rgb(171,178,178) 0%, rgb(101,109,109,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.plan-chooser-fHqDF::before {
    height: 100%;
    width: 100%;
    z-index: 1;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(136,143,143), 0.03) 40px, rgba(rgb(136,143,143), 0.03) 80px);
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    pointer-events: none;
}.plan-chooser-fHqDF .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
    position: relative;
}.plan-chooser-fHqDF .price-options-kYpZI {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.5rem;
}.plan-chooser-fHqDF .study-fees-vOoVn {
    transform: translateY(0);
    max-width: 600px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: rgba(#ffffff, 0.9);
}.plan-chooser-fHqDF .study-fees-vOoVn:hover {
    transform: translateY(-5px);
}.plan-chooser-fHqDF .study-fees-vOoVn h2 {
    font-weight: 700;
    color: #000000;
    font-size: 33px;
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.3;
}.plan-chooser-fHqDF .study-fees-vOoVn h2::after {
    position: absolute;
    transform: scaleX(1);
    content: "";
    background: rgb(136,143,143);
    height: 3px;
    transition: transform 0.5s ease;
    transform-origin: left;
    left: 0;
    bottom: -10px;
    width: 80px;
}.plan-chooser-fHqDF .study-fees-vOoVn:hover h2::after {
    transform: scaleX(1.5);
}.plan-chooser-fHqDF .basic-rates-rBGAD {
    word-break: break-word;
    max-width: 100%;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 12px;
    margin-top: 1.5rem;
    line-height: 1.6;
}.plan-chooser-fHqDF .fee-deals-fxTbQ {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
}.plan-chooser-fHqDF .rate-packages-XgaJn {
    position: relative;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    display: block;
    overflow: hidden;
}.plan-chooser-fHqDF .rate-packages-XgaJn:hover {
    transform: translateY(-8px);
}.plan-chooser-fHqDF .price-sheet-Lrutl {
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
    background: #ffffff;
}.plan-chooser-fHqDF .rate-packages-XgaJn:hover .price-sheet-Lrutl {
    box-shadow: 0 15px 35px rgba(rgb(136,143,143,0.5), 0.15);
}.plan-chooser-fHqDF .learning-cost-GdKEY {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 2rem;
    min-height: 280px;
}.plan-chooser-fHqDF .learning-cost-GdKEY h3 {
    font-size: calc(18px + 0.1rem);
    line-height: 1.3;
    font-weight: 600;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
}.plan-chooser-fHqDF .package-rates-Vsmpy {
    color: rgb(136,143,143);
    font-size: calc(18px + 0.3rem);
    display: block;
    margin: 0.5rem 0 1.25rem;
    position: relative;
    font-weight: 700;
}.plan-chooser-fHqDF .package-rates-Vsmpy::before {
    content: "";
    bottom: -10px;
    left: 0;
    width: 40px;
    background: rgb(101,109,109);
    position: absolute;
    height: 2px;
}.plan-chooser-fHqDF .learning-cost-GdKEY p {
    margin-top: 1.5rem;
    font-size: 12px;
    word-break: break-word;
    color: #000000;
    line-height: 1.6;
    flex-grow: 1;
    overflow-wrap: break-word;
}.plan-chooser-fHqDF .photo-section-BwiNr {
    width: 100%;
    transform: scale(1);
    transition: transform 0.6s ease-out;
    position: relative;
    height: 220px;
}.plan-chooser-fHqDF .photo-section-BwiNr::after {
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    content: "";
    height: 100%;
    position: absolute;
    z-index: 1;
}.plan-chooser-fHqDF .rate-packages-XgaJn:hover .photo-section-BwiNr {
    transform: scale(1.05);
}

@media (min-width: 768px) {.plan-chooser-fHqDF .fee-deals-fxTbQ {
    grid-template-columns: repeat(2, 1fr);
}.plan-chooser-fHqDF .study-fees-vOoVn {
    padding: 3rem;
}
}

@media (min-width: 992px) {.plan-chooser-fHqDF .price-options-kYpZI {
    gap: 3rem;
    flex-direction: row;
    align-items: center;
}.plan-chooser-fHqDF .study-fees-vOoVn {
    margin: 0;
    width: 35%;
}.plan-chooser-fHqDF .fee-deals-fxTbQ {
    width: 65%;
}
}

@media (min-width: 1200px) {.plan-chooser-fHqDF .fee-deals-fxTbQ {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.plan-chooser-fHqDF .learning-cost-GdKEY {
    padding: 2.5rem;
}.plan-chooser-fHqDF .study-fees-vOoVn h2 {
    font-size: calc(33px + 0.2rem);
}.plan-chooser-fHqDF .photo-section-BwiNr {
    height: 250px;
}
}

@media (max-width: 767px) {.plan-chooser-fHqDF {
    padding: 4rem 0;
}.plan-chooser-fHqDF .learning-cost-GdKEY {
    min-height: 240px;
    padding: 1.5rem;
}.plan-chooser-fHqDF .photo-section-BwiNr {
    height: 180px;
}.plan-chooser-fHqDF .study-fees-vOoVn {
    padding: 1.5rem;
}.plan-chooser-fHqDF .study-fees-vOoVn h2 {
    font-size: calc(33px - 0.2rem);
}.plan-chooser-fHqDF .basic-rates-rBGAD {
    font-size: calc(12px - 0.1rem);
}}.privacyAgreementDialog-hHlCo {
    border-top: 2px solid rgb(136,143,143);
    animation: slideIn 0.5s ease-in-out;
    box-shadow: 0 -10px 30px rgb(136,143,143,0.5);
    bottom: 0;
    position: fixed;
    background: rgb(101,109,109);
    z-index: 90;
    width: 100%;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.data-agree-bRhAX {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(101,109,109) 0%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 0 20px rgb(136,143,143,0.5);
    flex-wrap: wrap;
    padding: 20px 5%;
    justify-content: space-between;
}.cookies-consent-wtYiE {
    box-shadow: 0 0 15px rgb(136,143,143);
    border-radius: 25px;
    margin-right: 20px;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 10px;
}.cookies-consent-wtYiE svg, .cookies-consent-wtYiE svg path {
    height: 60px;
    fill: rgb(136,143,143);
    width: 60px;
    transition: transform 0.3s ease;
}.cookies-consent-wtYiE:hover svg {
    transform: rotate(20deg);
}.cookie-frame-KtRrj {
    color: #ffffff;
    min-width: 300px;
    flex: 1;
}.cookie-frame-KtRrj h5 {
    font-size: 21px;
    text-shadow: 0 0 10px rgb(136,143,143);
    color: rgb(136,143,143);
    margin-bottom: 10px;
    font-weight: 700;
}.cookie-frame-KtRrj p {
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(136,143,143,0.5);
    color: #ffffff;
    font-size: 17px;
}.visitor-controls-VitJk {
    cursor: pointer;
    background: rgb(136,143,143);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 0 10px rgb(136,143,143,0.5);
    color: #000000;
    padding: 12px 25px;
    margin-left: 10px;
    font-size: 19px;
    text-decoration: none;
    border-radius: 10px;
}.visitor-controls-VitJk:hover {
    box-shadow: 0 0 20px rgb(101,109,109,0.5);
    background: rgb(101,109,109);
}.privacyAgreementDialog-hHlCo p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(136,143,143);
}.privacyAgreementDialog-hHlCo p a:hover {
    color: rgb(101,109,109);
}#cookie-popupdialog-hZAzx {
    display: none;
}#cookie-popupdialog-hZAzx:checked ~ .privacyAgreementDialog-hHlCo {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.privacyAgreementDialog-hHlCo {
    padding: 20px;
}.data-agree-bRhAX {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.cookies-consent-wtYiE {
    display: none;
}.data-agree-bRhAX {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie-frame-KtRrj {
    margin-bottom: 20px;
    text-align: center;
}.privacyAgreementDialog-hHlCo h5, .privacyAgreementDialog-hHlCo p {
    text-align: center;
}.visitor-controls-VitJk {
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
.course-program-OcGEj {
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgb(136,143,143,0.5) 100%);
    position: relative;
}.course-program-OcGEj::before {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(136,143,143,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(101,109,109,0.5) 0%, transparent 40%);
    top: 0;
    content: '';
    position: absolute;
}.course-program-OcGEj::after {
    content: '';
    z-index: 1;
    opacity: 0.1;
    top: 0;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(136,143,143,0.5) 49%, rgb(136,143,143,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(101,109,109,0.5) 49%, rgb(101,109,109,0.5) 51%, transparent 52%) 10px 0 / 20px 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    animation: backgroundShift 30s linear infinite;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 10px 0;
    }
    100% {
        background-position: 500px 500px, 510px 500px;
    }
}

.course-program-OcGEj .container {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}.course-program-OcGEj .learning-program-DOCBX {
    background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.05) 0%, 
                rgba(255, 255, 255, 0.02) 100%);
    padding: 40px;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 0 1px rgb(136,143,143,0.5),
                inset 0 0 20px rgb(136,143,143,0.5);
    backdrop-filter: blur(5px);
    display: grid;
}.course-program-OcGEj .learning-program-DOCBX::before {
    right: -100px;
    top: -100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(136,143,143) 0%, transparent 70%);
    content: '';
    animation: pulseLight 8s ease-in-out infinite;
    width: 200px;
    opacity: 0.2;
    height: 200px;
    position: absolute;
    filter: blur(20px);
}.course-program-OcGEj .learning-program-DOCBX::after {
    content: '';
    width: 200px;
    filter: blur(20px);
    height: 200px;
    left: -100px;
    opacity: 0.2;
    animation: pulseLight 8s ease-in-out infinite 4s;
    position: absolute;
    background: radial-gradient(circle, rgb(101,109,109) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -100px;
}@keyframes pulseLight {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.course-program-OcGEj .ready-skills-HwiQI {
    display: flex;
    padding-right: 20px;
    flex-direction: column;
    z-index: 3;
    justify-content: center;
    position: relative;
}.course-program-OcGEj .main-pagewrap-sDYiw {
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(5deg);
}.course-program-OcGEj .main-pagewrap-sDYiw:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course-program-OcGEj .main-pagewrap-sDYiw svg {
    filter: drop-shadow(0 5px 15px rgb(136,143,143,0.5));
    height: 50px;
    width: 50px;
    transition: all 0.3s ease;
}.course-program-OcGEj .main-pagewrap-sDYiw svg path {
    transition: fill 0.3s ease;
    fill: rgb(136,143,143);
}.course-program-OcGEj .main-pagewrap-sDYiw:hover svg path {
    fill: rgb(101,109,109);
}.course-program-OcGEj h3 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    position: relative;
    backface-visibility: hidden;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 36px;
}.course-program-OcGEj h3::after {
    left: 0;
    animation: lineExpand 4s ease-in-out infinite;
    position: absolute;
    content: '';
    height: 3px;
    background: linear-gradient(90deg, rgb(136,143,143) 0%, rgb(101,109,109) 100%);
    bottom: 0;
    width: 60px;
    border-radius: 10px;
}@keyframes lineExpand {
    0% {
        width: 60px;
        opacity: 1;
    }
    50% {
        width: 100px;
        opacity: 0.8;
    }
    100% {
        width: 60px;
        opacity: 1;
    }
}

.course-program-OcGEj p {
    font-family: Arial, sans-serif;
    z-index: 2;
    font-size: 13px;
    position: relative;
    line-height: 1.7;
    margin-bottom: 0;
    color: #ffffff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    font-weight: 400;
}.course-program-OcGEj .photo-section-BwiNr {
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.5s ease;
    border-radius: calc(30px * 1.5);
    position: relative;
    height: 350px;
    overflow: hidden;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(136,143,143,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
}.course-program-OcGEj .photo-section-BwiNr:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgb(136,143,143),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.course-program-OcGEj .photo-section-BwiNr::before {
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    position: absolute;
}.course-program-OcGEj .photo-section-BwiNr::after {
    left: 0;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 0 0 / 30px 30px,
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 15px 0 / 30px 30px;
    z-index: 2;
    position: absolute;
    content: '';
    top: 0;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    animation: scanlines 10s linear infinite;
}

@keyframes scanlines {
    0% {
        background-position: 0 0, 15px 0;
    }
    100% {
        background-position: 300px 300px, 315px 300px;
    }
}


@media (max-width: 991px) {.course-program-OcGEj {
    padding: 60px 0;
}.course-program-OcGEj .learning-program-DOCBX {
    padding: 30px;
    gap: 30px;
    grid-template-columns: 1fr;
}.course-program-OcGEj .ready-skills-HwiQI {
    text-align: center;
    padding-right: 0;
}.course-program-OcGEj h3::after {
    transform: translateX(-50%);
    left: 50%;
}.course-program-OcGEj .photo-section-BwiNr {
    min-height: 300px;
}
}

@media (max-width: 767px) {.course-program-OcGEj {
    padding: 40px 0;
}.course-program-OcGEj .learning-program-DOCBX {
    padding: 25px;
    gap: 25px;
}.course-program-OcGEj h3 {
    font-size: calc(36px * 0.85);
    margin-bottom: 20px;
}.course-program-OcGEj p {
    font-size: calc(13px * 0.95);
}.course-program-OcGEj .photo-section-BwiNr {
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
    min-height: 250px;
}
}

@media (max-width: 576px) {.course-program-OcGEj {
    padding: 30px 0;
}.course-program-OcGEj .learning-program-DOCBX {
    padding: 20px;
    gap: 20px;
}.course-program-OcGEj .main-pagewrap-sDYiw {
    margin-bottom: 15px;
}.course-program-OcGEj h3 {
    padding-bottom: 10px;
    font-size: calc(36px * 0.7);
    margin-bottom: 15px;
}.course-program-OcGEj p {
    font-size: calc(13px * 0.9);
}.course-program-OcGEj .photo-section-BwiNr {
    min-height: 200px;
}}
.help-center-YSOnV {
    z-index: 1;
    padding: 90px 0;
    background: linear-gradient(135deg, rgb(136,143,143,0.5) 0%, rgb(101,109,109,0.5) 100%);
    position: relative;
    overflow: hidden;
}.help-center-YSOnV::before {
    background: radial-gradient(circle, rgb(136,143,143,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    transform: scale(2);
    right: -50%;
    filter: blur(60px);
    opacity: 0.6;
    width: 100%;
    border-radius: 50%;
    content: "";
    top: -50%;
    z-index: -1;
}.help-center-YSOnV::after {
    opacity: 0.5;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(101,109,109,0.5) 0%, transparent 70%);
    bottom: -30%;
    filter: blur(80px);
    z-index: -1;
    left: -20%;
    width: 80%;
    height: 80%;
}.help-center-YSOnV .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 15px;
}.help-center-YSOnV .msg-block-pFlqn {
    overflow: hidden;
    padding: 50px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    position: relative;
    backdrop-filter: blur(20px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.help-center-YSOnV .msg-block-pFlqn::before {
    top: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    position: absolute;
    right: 0;
    z-index: 1;
    height: 1px;
    content: "";
}.help-center-YSOnV .msg-block-pFlqn::after {
    height: 1px;
    content: "";
    z-index: 1;
    right: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    position: absolute;
    left: 0;
    bottom: 0;
}.help-center-YSOnV h2 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
    position: relative;
}.help-center-YSOnV p {
    color: #000000;
    line-height: 1.7;
    font-size: 17px;
    margin-bottom: 40px;
    max-width: 700px;
}.help-center-YSOnV .online-contact-MyKPk {
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
}.help-center-YSOnV .quick-help-TOaCj {
    text-decoration: none;
    backdrop-filter: blur(10px);
    overflow: hidden;
    color: #000000;
    font-size: 17px;
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    padding: 16px 25px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    align-items: center;
    font-weight: 400;
}.help-center-YSOnV .quick-help-TOaCj::before {
    position: absolute;
    transition: all 0.6s ease;
    transform: skewX(-25deg) translateX(-60px);
    background: rgba(255, 255, 255, 0.2);
    width: 50px;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
}.help-center-YSOnV .quick-help-TOaCj:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}.help-center-YSOnV .quick-help-TOaCj:hover::before {
    transform: skewX(-25deg) translateX(200px);
}.help-center-YSOnV .quick-help-TOaCj svg {
    margin-right: 12px;
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
}.help-center-YSOnV .quick-help-TOaCj:hover svg {
    transform: scale(1.15);
}.help-center-YSOnV .quick-help-TOaCj svg path {
    fill: rgb(136,143,143);
    transition: fill 0.3s ease;
}.help-center-YSOnV .quick-help-TOaCj:hover svg path {
    fill: #000000;
}.help-center-YSOnV p svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}.help-center-YSOnV p svg path {
    fill: rgb(136,143,143);
}.help-center-YSOnV p:nth-last-child(2) {
    backdrop-filter: blur(10px);
    padding: 15px 20px;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.25);
    width: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    border-radius: 10px;
}@keyframes floating {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.help-center-YSOnV .container::before {
    height: 120px;
    animation: floating 6s ease-in-out infinite;
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    z-index: -1;
    border-radius: 50%;
    right: 10%;
    width: 120px;
    top: -60px;
    content: "";
}.help-center-YSOnV .container::after {
    animation: floating 8s ease-in-out infinite;
    bottom: -40px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    animation-delay: 1s;
    width: 80px;
    left: 15%;
    background: rgba(255, 255, 255, 0.15);
    content: "";
    height: 80px;
}

@media (max-width: 991px) {.help-center-YSOnV {
    padding: 70px 0;
}.help-center-YSOnV .msg-block-pFlqn {
    padding: 40px 30px;
}.help-center-YSOnV h2 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.9);
}.help-center-YSOnV p {
    margin-bottom: 30px;
}.help-center-YSOnV .online-contact-MyKPk {
    gap: 15px;
}
}

@media (max-width: 767px) {.help-center-YSOnV {
    padding: 50px 0;
}.help-center-YSOnV .msg-block-pFlqn {
    padding: 30px 20px;
}.help-center-YSOnV h2 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.85);
}.help-center-YSOnV p {
    margin-bottom: 25px;
    font-size: calc(17px * 0.95);
}.help-center-YSOnV .online-contact-MyKPk {
    gap: 12px;
    flex-direction: column;
}.help-center-YSOnV .quick-help-TOaCj {
    width: 100%;
    padding: 14px 20px;
}.help-center-YSOnV .quick-help-TOaCj svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.help-center-YSOnV .container::before,
  .help-center-YSOnV .container::after {
    display: none;
}}

.help-center-YSOnV .quick-help-TOaCj:active {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.5);
}.help-center-YSOnV .quick-help-TOaCj:nth-child(1) {
    animation: floating 6s ease-in-out infinite;
}.help-center-YSOnV .quick-help-TOaCj:nth-child(2) {
    animation: floating 6s ease-in-out infinite;
    animation-delay: 0.3s;
}.help-center-YSOnV .quick-help-TOaCj:nth-child(3) {
    animation: floating 6s ease-in-out infinite;
    animation-delay: 0.6s;
}.client-opinions-JDROZ {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(171,178,178) 0%, rgb(136,143,143,0.5) 100%);
}.client-opinions-JDROZ::before {
    opacity: 0.3;
    background: radial-gradient(circle, rgb(101,109,109,0.5) 0%, transparent 70%);
    right: -5%;
    position: absolute;
    width: 300px;
    top: -5%;
    z-index: 0;
    height: 300px;
    content: "";
}.client-opinions-JDROZ::after {
    z-index: 0;
    position: absolute;
    bottom: -5%;
    content: "";
    width: 250px;
    background: radial-gradient(circle, rgb(136,143,143,0.5) 0%, transparent 70%);
    height: 250px;
    left: -5%;
    opacity: 0.2;
}.client-opinions-JDROZ .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.client-opinions-JDROZ h2 {
    font-size: 36px;
    color: #000000;
    text-align: center;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(20px);
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
}.client-opinions-JDROZ h2::after {
    position: absolute;
    width: 80px;
    bottom: -15px;
    left: 50%;
    background: linear-gradient(90deg, rgb(136,143,143) 0%, rgb(101,109,109) 100%);
    content: "";
    height: 3px;
    transform: translateX(-50%);
}.client-opinions-JDROZ .client-stories-Lkbme {
    gap: 2rem;
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.client-opinions-JDROZ .review-carousel-MEfhA {
    padding: 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    opacity: 0;
    border-left: 3px solid rgb(136,143,143);
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
    animation-delay: calc(0.1s * var(--index, 0));
}.client-opinions-JDROZ .review-carousel-MEfhA:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}.client-opinions-JDROZ .review-carousel-MEfhA::before {
    color: rgb(136,143,143,0.5);
    right: 20px;
    opacity: 0.2;
    top: 10px;
    position: absolute;
    line-height: 1;
    font-family: serif;
    font-size: 6rem;
    content: "";
}.client-opinions-JDROZ .review-carousel-MEfhA div {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}.client-opinions-JDROZ .review-carousel-MEfhA img {
    border-radius: 50%;
    transition: transform 0.4s ease;
    width: 60px;
    transform: scale(0.9);
    height: 60px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 3px solid white;
    object-fit: cover;
}.client-opinions-JDROZ .review-carousel-MEfhA:hover img {
    transform: scale(1);
}.client-opinions-JDROZ .review-carousel-MEfhA h4 {
    margin-left: 1rem;
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: calc(24px * 0.9);
}.client-opinions-JDROZ .review-carousel-MEfhA h4::after {
    background: linear-gradient(90deg, rgb(136,143,143), rgb(101,109,109));
    width: 0;
    position: absolute;
    content: "";
    height: 2px;
    transition: width 0.4s ease;
    left: 0;
    bottom: -5px;
}.client-opinions-JDROZ .review-carousel-MEfhA:hover h4::after {
    width: 100%;
}.client-opinions-JDROZ .description {
    color: #000000;
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    z-index: 1;
}.client-opinions-JDROZ .description::first-letter {
    color: rgb(136,143,143);
    font-size: 1.2em;
    font-weight: 600;
}.client-opinions-JDROZ a {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background: linear-gradient(90deg, rgb(136,143,143), rgb(101,109,109));
    position: relative;
    text-decoration: none;
    z-index: 1;
    padding: 0.8rem 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 3rem;
    overflow: hidden;
    transform: translateX(-50%);
    font-weight: 600;
    border-radius: 10px;
    left: 50%;
    color: #ffffff;
}.client-opinions-JDROZ a::before {
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    transition: left 0.4s ease;
    background: linear-gradient(90deg, rgb(101,109,109), rgb(136,143,143));
    height: 100%;
    left: -100%;
}.client-opinions-JDROZ a:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateX(-50%) translateY(-3px);
}.client-opinions-JDROZ a:hover::before {
    left: 0;
}

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

@media (max-width: 991px) {.client-opinions-JDROZ {
    padding: 4rem 0;
}.client-opinions-JDROZ .client-stories-Lkbme {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}.client-opinions-JDROZ .review-carousel-MEfhA {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.client-opinions-JDROZ {
    padding: 3rem 0;
}.client-opinions-JDROZ h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2rem;
}.client-opinions-JDROZ .client-stories-Lkbme {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.client-opinions-JDROZ .review-carousel-MEfhA {
    padding: 1.5rem;
}.client-opinions-JDROZ .review-carousel-MEfhA div {
    margin-bottom: 1rem;
}.client-opinions-JDROZ .review-carousel-MEfhA img {
    height: 50px;
    width: 50px;
}
}

@media (max-width: 480px) {.client-opinions-JDROZ {
    padding: 2.5rem 0;
}.client-opinions-JDROZ h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 1.5rem;
}.client-opinions-JDROZ .review-carousel-MEfhA {
    padding: 1.25rem;
}.client-opinions-JDROZ .review-carousel-MEfhA div {
    margin-bottom: 0.875rem;
}.client-opinions-JDROZ .review-carousel-MEfhA img {
    height: 45px;
    width: 45px;
}.client-opinions-JDROZ .description {
    font-size: calc(18px * 0.95);
}.client-opinions-JDROZ a {
    padding: 0.7rem 1.5rem;
    margin-top: 2rem;
}
}