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

html,body {
    color: #000000;
    height: 100%;
    auto;
    min-height: 100%;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
}

html {
    scrollbar-color: rgb(183,194,215) rgb(110,120,135);
    scrollbar-width: auto;
}

header,footer {
    width: 100%;
}

header {
    border-bottom: 1px solid rgb(146,157,178,0.5);
    backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    z-index: 1000;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(8px);
    background: linear-gradient(135deg, #000000 0%, rgb(146,157,178) 100%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.access_nowWvt::after {
    animation: pulseGlow 15s ease-in-out infinite;
    width: 200%;
    left: -50%;
    transform-origin: center;
    z-index: 2;
    content: "";
    height: 200%;
    position: absolute;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    top: -50%;
    opacity: 0.1;
}

.access_nowWvt .container {
    margin: 0 auto;
    padding: 0 20px;
    align-items: center;
    flex-direction: column;
    max-width: 1200px;
    z-index: 10;
    display: flex;
    position: relative;
    transform: translateZ(0);
}

.access_nowWvt h6::after {
    opacity: 0.7;
    left: 50%;
    background: #ffffff;
    bottom: -12px;
    content: "";
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
}

.access_nowWvt span {
    display: inline-block;
    transform: perspective(800px) rotateX(2deg);
    position: relative;
    z-index: 5;
}

.access_nowWvt .help_cardGyh::before {
    content: "";
    transition: transform 0.7s ease;
    background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
    left: 0;
    height: 100%;
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    width: 100%;
}

.access_nowWvt .help_cardGyh span {
    transition: all 0.3s ease;
    transform: none;
    z-index: 2;
    position: relative;
}

.access_nowWvt .help_cardGyh:hover {
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
              0 5px 10px rgba(0, 0, 0, 0.08),
              0 0 0 2px rgba(255, 255, 255, 0.2);
    color: rgb(146,157,178);
    transform: translateY(-5px) scale(1.02);
}

.access_nowWvt .help_cardGyh:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.15);
    transition: all 0.1s ease;
    transform: translateY(-2px) scale(0.98);
}

.leadership_experiencef1m .learner_stories4VB {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    border-radius: 0;
    position: relative;
    background: transparent;
    z-index: 2;
    box-shadow: none;
}

.leadership_experiencef1m .career_insights9Lv {
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 3rem 0 3rem 4rem;
    width: 55%;
    display: flex;
}

.leadership_experiencef1m .career_insights9Lv::before {
    left: 2.5rem;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(110,120,135,0.5), transparent);
    position: absolute;
    width: 1px;
}

.leadership_experiencef1m .exp_tablejuI {
    padding-left: 0;
    font-size: 18px;
    max-width: 90%;
    color: #000000;
    line-height: 1.8;
    position: relative;
}

.leadership_experiencef1m .exp_tablejuI::before {
    height: 3px;
    position: absolute;
    content: "";
    background-color: rgb(146,157,178);
    width: 60px;
    top: -1.5rem;
    left: 0;
}

.pricing_tableXcf {
    background: linear-gradient(135deg, rgb(183,194,215), rgba(240, 240, 255, 0.95));
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.pricing_tableXcf::after {
    position: absolute;
    height: 60%;
    left: -5%;
    transform: rotate(12deg) skewX(-10deg);
    bottom: -10%;
    content: "";
    background: linear-gradient(215deg, rgb(110,120,135,0.5), rgb(146,157,178,0.5));
    width: 35%;
    filter: blur(50px);
    opacity: 0.3;
    z-index: 0;
}

.pricing_tableXcf .cost_tableA5l {
    grid-template-columns: 1fr;
    gap: 60px;
    display: grid;
}

.pricing_tableXcf .pricing_deals1nU h2 {
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 38px;
}

.pricing_tableXcf .payment_planaji {
    line-height: 1.6;
    font-size: 18px;
    margin: 20px auto 0;
    color: #000000;
    max-width: 680px;
}

.pricing_tableXcf .package_dealsAiO {
    display: grid;
    transform: translateY(40px);
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    opacity: 0;
    gap: 30px;
    grid-template-columns: 1fr;
}

.pricing_tableXcf .rate_packages0nE {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    will-change: transform, box-shadow;
    position: relative;
    height: 100%;
    display: flex;
}

.pricing_tableXcf .cert_plansjMc h3 {
    font-weight: 700;
    position: relative;
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    white-space: normal;
    padding-left: 15px;
    font-size: calc(22px + 2px);
    margin-bottom: 15px;
}

.pricing_tableXcf .premium_costlmC {
    font-weight: 700;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    color: rgb(146,157,178);
    font-size: calc(22px + 4px);
    border-radius: 6px;
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    margin: 5px 0 20px;
}

.pricing_tableXcf .photo_showaXl::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    right: 0;
}

.course_structureEr3::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(146,157,178,0.5), 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(rgb(110,120,135,0.5), 0.12) 0%, transparent 45%);
    left: 0;
    z-index: 0;
    top: 0;
}

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

.course_structureEr3 h2::after {
    left: 0;
    width: 80px;
    bottom: -15px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    content: "";
    transform: scaleX(1);
    height: 3px;
}

.course_structureEr3 .photo_showaXl {
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    box-shadow: 
        -15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
        5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 400px;
    border-radius: 0;
}

.course_structureEr3 .photo_showaXl:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
    box-shadow: 
        -20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
        10px -10px 30px rgba(rgb(255, 255, 255, 0.5), 0.05);
}

.course_structureEr3 .photo_showaXl:hover::after {
    opacity: 1;
}

.course_structureEr3 .words_containermo4 {
    position: relative;
    padding: 20px 0 0;
}

.course_structureEr3 .description:first-of-type {
    z-index: 1;
    position: relative;
}

.course_structureEr3 .description:first-of-type::first-letter {
    margin-right: 1px;
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(146,157,178);
}

.course_structureEr3 .description:last-of-type {
    padding-left: 20px;
    border-left: 1px solid rgba(rgb(146,157,178,0.5), 0.2);
    position: relative;
}

.connect_form96p {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(
        225deg, 
        rgb(183,194,215) 0%, 
        rgb(110,120,135,0.5) 100%
    );
    overflow: hidden;
    perspective: 1000px;
}

.connect_form96p::after {
    width: 200%;
    position: absolute;
    background: radial-gradient(
        circle at center, 
        rgb(146,157,178,0.5) 0%, 
        transparent 70%
    );
    opacity: 0.6;
    animation: circuit-pulse 10s infinite alternate;
    content: '';
    z-index: 2;
    left: -50%;
    top: -50%;
    height: 200%;
}

.connect_form96p .container {
    padding: 0 1rem;
    z-index: 3;
    margin: 0 auto;
    position: relative;
    max-width: 1300px;
}

.connect_form96p h2::before,
.connect_form96p h2::after {
    bottom: -0.5rem;
    position: absolute;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(146,157,178), 
        transparent
    );
    height: 2px;
    content: '';
}

.connect_form96p h2::before {
    left: 0;
    width: 30%;
}

.connect_form96p .reach_boxZci:hover {
    transform: rotateX(0) scale(1);
}

.connect_form96p .photo_showaXl {
    flex: 0 0 40%;
    overflow: hidden;
    min-height: 500px;
    position: relative;
}

.connect_form96p .photo_showaXl::before {
    opacity: 0.7;
    height: 100%;
    mix-blend-mode: color-dodge;
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
    background: linear-gradient(
        135deg, 
        rgb(146,157,178,0.5) 0%, 
        rgb(110,120,135,0.5) 100%
    );
}

.connect_form96p .query_box2TU form {
    position: relative;
    width: 100%;
    max-width: 500px;
    z-index: 3;
    margin: 0 auto;
}

.connect_form96p .query_box2TU h3 {
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 32px;
}

.connect_form96p .query_box2TU input:not([type="checkbox"]):not([type="submit"])::before {
    transition: opacity 0.3s ease;
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(146,157,178,0.5) 100%
    );
    z-index: 1;
    width: 100%;
    opacity: 0;
    left: 0;
}

.connect_form96p .query_box2TU input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}

.connect_form96p .query_box2TU .reach_supportR2w input[type="checkbox"] {
    border-radius: 10px;
    position: relative;
    height: 22px;
    margin-right: 1rem;
    background: rgb(110,120,135,0.5);
    border: 2px solid rgb(146,157,178,0.5);
    transition: all 0.3s ease;
    cursor: pointer;
    appearance: none;
    width: 22px;
}

.connect_form96p .query_box2TU .reach_supportR2w label {
    color: #ffffff;
    align-items: center;
    font-size: 16px;
    display: flex;
}

.connect_form96p .query_box2TU .reach_supportR2w a {
    text-decoration: none;
    margin-left: 0.3rem;
    transition: color 0.3s ease;
    color: rgb(146,157,178);
}

.connect_form96p .query_box2TU .help_cardGyh::before {
    position: absolute;
    width: 100%;
    left: -100%;
    content: '';
    transition: all 0.3s ease;
    top: 0;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(146,157,178,0.5), 
        transparent
    );
    height: 100%;
}

.connect_form96p .query_box2TU .help_cardGyh:hover::before {
    left: 100%;
}

.operation_processWyt {
    isolation: isolate;
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    background: rgb(183,194,215);
}

.operation_processWyt::after {
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 40px);
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    content: "";
}

.operation_processWyt .container {
    padding: 5rem 2rem;
    margin: 0 auto;
    max-width: 1000px;
    z-index: 2;
    position: relative;
}

.operation_processWyt .team_profiler6e::before {
    opacity: 0.7;
    animation: waveEffect 8s ease-in-out infinite;
    top: 0;
    left: -10%;
    z-index: -1;
    width: 120%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(146,157,178,0.5), transparent);
    height: 30px;
    filter: blur(15px);
}

.operation_processWyt h3 {
    overflow: hidden;
    padding-bottom: 2rem;
    margin-bottom: 0;
    position: relative;
    color: rgb(146,157,178);
    width: 100%;
    text-align: center;
    font-weight: 700;
    perspective: 500px;
    font-size: 36px;
    transform-style: preserve-3d;
}

.operation_processWyt h3::after {
    transform: translateZ(20px);
    top: 0;
    content: attr(data-text);
    opacity: 0;
    position: absolute;
    z-index: -1;
    color: transparent;
    height: 100%;
    animation: glowPulse 4s ease-in-out infinite;
    width: 100%;
    text-shadow: 0 0 15px rgb(146,157,178), 0 0 10px rgb(146,157,178);
    left: 0;
}

.operation_processWyt span::before {
    width: 200%;
    content: "";
    position: absolute;
    left: -50%;
    top: -50%;
    z-index: -1;
    animation: holographicShine 10s linear infinite;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(45deg);
    height: 200%;
}

.privacyAgreementDialoglQj {
    width: 100%;
    z-index: 90;
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(146,157,178);
    background: rgb(183,194,215);
}

.cookie_tabWbz {
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
    align-items: center;
}

.edu_settingsrFx {
    flex-shrink: 0;
    margin-right: 10px;
}

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

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

footer::after {
    content: "";
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.1;
    background-image: 
        repeating-linear-gradient(0deg, rgb(146,157,178,0.5), rgb(146,157,178,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(146,157,178,0.5), rgb(146,157,178,0.5) 1px, transparent 1px, transparent 20px);
}

.level_upcAZ .container {
    flex-wrap: wrap;
    gap: 3rem;
    position: relative;
    display: flex;
}

.level_upcAZ .company_holder::before {
    background: rgb(146,157,178);
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    top: 0;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
    width: 100%;
}

.level_upcAZ .company_holder h3::after {
    background: rgb(110,120,135);
    content: "";
    height: 3px;
    position: absolute;
    width: 80px;
    left: 0;
    bottom: -0.5rem;
}

.level_upcAZ .chrome_ext1uc {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.level_upcAZ .nav_beginlM7 {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.level_upcAZ .main_classWYj h5 {
    padding: 1rem 1.5rem;
    font-size: 19px;
    background: rgb(110,120,135);
    font-weight: 600;
    color: #ffffff;
    position: relative;
    margin: 0;
}

.level_upcAZ .main_classWYj .nav_beginlM7 a {
    padding: 0.8rem 1.5rem;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
}

.level_upcAZ .main_classWYj .nav_beginlM7 a::after {
    opacity: 0;
    position: absolute;
    content: "";
    background: rgb(110,120,135);
    width: 5px;
    top: 50%;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    height: 5px;
    left: 1.5rem;
    border-radius: 50%;
}

.press_roomWZt {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: rgb(183,194,215);
    position: relative;
    margin-top: 3rem;
    padding: 2rem 0;
}

.press_roomWZt .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

header:before {
    animation: shine 8s infinite linear;
    content: '';
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(146,157,178,0.5), transparent);
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    background-size: 200% 100%;
    pointer-events: none;
}

header .header_startGZB {
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
}

header .main_classWYj:hover:before {
    transform: scaleX(1);
}

header .site_mainNBC {
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 8px 0;
    letter-spacing: 0.5px;
    font-size: 13px;
    position: relative;
    transition: all 0.4s ease;
    text-transform: uppercase;
    font-weight: 400;
}

header .site_mainNBC:before {
    left: 50%;
    height: 4px;
    content: '';
    background: rgb(146,157,178);
    opacity: 0;
    transform: translateX(-50%);
    width: 4px;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    border-radius: 50%;
}

header .site_mainNBC:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

header .top_lessonldo {
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

header .top_lessonldo:hover svg {
    transform: scale(1.05);
}

header .top_lessonldo:hover:after {
    width: 100%;
}

.landing_pageNsb {
    min-height: 100vh;
    justify-content: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(110,120,135,0.5), rgba(0, 0, 0, 0.5));
    width: 100%;
    position: relative;
}

.landing_pageNsb::after {
    left: -50%;
    top: -50%;
    height: 200%;
    width: 200%;
    pointer-events: none;
    background: radial-gradient(ellipse at center, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    animation: orbitRotate 40s infinite linear;
    z-index: 2;
    position: absolute;
}

.landing_pageNsb .page_homeyNC {
    padding: 4rem 3rem;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.2),
    0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.landing_pageNsb .page_homeyNC::after {
    left: -25%;
    animation: rotateBg 120s linear infinite;
    z-index: 2;
    width: 150%;
    content: "";
    height: 150%;
    background: 
    repeating-conic-gradient(
      rgb(110,120,135,0.5) 0deg,
      rgb(110,120,135) 1deg,
      transparent 1.5deg,
      transparent 10deg
    );
    position: absolute;
    opacity: 0.1;
    top: -25%;
}

.landing_pageNsb .page_homeyNC h1 {
    opacity: 0;
    -webkit-background-clip: text !important;
    transform: translateY(20px);
    background-clip: text !important;
    line-height: 1.2;
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    font-size: calc(45px * 1.1);
    font-weight: 700;
    background: linear-gradient(
    90deg, 
    #ffffff 0%, 
    rgb(146,157,178) 50%, 
    #ffffff 100%
  );
    -webkit-text-fill-color: transparent;
    margin-bottom: 2rem;
    background-size: 200% auto;
    text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.3),
    0 4px 12px rgba(0, 0, 0, 0.1);
    animation: 
    fadeInUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1),
    gradientFlow 8s ease infinite;
}

.secure_nesthd0 {
    padding: 4rem 1.5rem;
    color: #000000;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(165deg, rgb(183,194,215) 0%, #ffffff 100%);
}

.secure_nesthd0 .container {
    position: relative;
    background: #ffffff;
    max-width: 1140px;
    padding: 3.5rem 2.5rem;
    transform: translateZ(0);
    z-index: 1;
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.secure_nesthd0 h1 {
    font-weight: 700;
    color: rgb(146,157,178);
    margin: 0 0 2rem;
    position: relative;
    padding-bottom: 1rem;
    font-size: 46px;
    transform: translateY(0);
    line-height: 1.2;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.secure_nesthd0:hover h1::after {
    width: 120px;
}

.secure_nesthd0 h2::before {
    width: 4px;
    height: 100%;
    background: rgb(146,157,178);
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    border-radius: 2px;
    transition: transform 0.3s ease;
    transform: scaleY(0.8);
}

.secure_nesthd0 h3::before {
    left: 0;
    top: 50%;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    width: 12px;
    background: rgb(110,120,135);
    height: 2px;
}

.secure_nesthd0 h4::before {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    content: "→";
    font-size: 0.9em;
    color: rgb(146,157,178);
}

.secure_nesthd0 p:hover {
    opacity: 1;
}

.secure_nesthd0 p strong {
    z-index: 1;
    font-weight: 600;
    position: relative;
    color: #000000;
}

.secure_nesthd0 p strong:hover::after {
    transform: scaleX(1);
}

.secure_nesthd0 ul {
    list-style: none;
    margin: 1.5rem 0;
    position: relative;
    padding: 0.5rem 0 1rem 1.5rem;
}

.secure_nesthd0 ul::before {
    position: absolute;
    content: "";
    bottom: 0;
    border-radius: 1.5px;
    width: 3px;
    background: linear-gradient(180deg, rgb(146,157,178) 0%, rgb(146,157,178,0.5) 100%);
    top: 0;
    left: 0;
}

.secure_nesthd0 li:hover {
    transform: translateX(3px);
}

.secure_nesthd0 li:hover::before {
    background: rgb(146,157,178);
}

.secure_nesthd0 span {
    font-size: calc(17px * 0.95);
    background-color: rgba(rgb(110,120,135,0.5), 0.07);
    padding: 1rem 1.5rem;
    display: block;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(110,120,135);
    color: #000000;
    margin-bottom: 2rem;
    opacity: 0.85;
    line-height: 1.65;
}

.thxAreazpZ::before {
    position: absolute;
    right: -10%;
    height: 60%;
    background: rgb(255, 255, 255, 0.5);
    pointer-events: none;
    transform: rotate(-15deg);
    top: -10%;
    opacity: 0.05;
    width: 50%;
    content: "";
}

.thxAreazpZ .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}

.thxAreazpZ .team_profiler6e:hover {
    transform: translateY(-5px);
}

.thxAreazpZ .team_profiler6e::before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(146,157,178), rgb(110,120,135));
    height: 100%;
    top: 0;
}

.thxAreazpZ .team_profiler6e div:first-child::after {
    left: 0;
    height: 2px;
    position: absolute;
    content: "";
    background: rgb(146,157,178,0.5);
    width: 80px;
    bottom: 0;
}

.thxAreazpZ .team_profiler6e:hover h5 {
    transform: translateX(8px);
}

.thxAreazpZ .team_profiler6e div:last-child {
    position: relative;
}

.thxAreazpZ .team_profiler6e p {
    line-height: 1.8;
    font-size: 16px;
    z-index: 1;
    font-family: Arial, sans-serif;
    margin: 0;
    color: #000000;
    position: relative;
    transition: color 0.3s ease;
}

.thxAreazpZ .team_profiler6e a:hover::before {
    opacity: 0.1;
}

.analysis_summaryj5I {
    padding: 150px 0;
    overflow: hidden;
    background-color: rgb(183,194,215);
    position: relative;
}

.analysis_summaryj5I::before {
    content: "";
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at center, rgb(146,157,178,0.5) 0%, transparent 60%);
    width: 100%;
}

.analysis_summaryj5I .container {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
    padding: 0 30px;
    z-index: 5;
}

.analysis_summaryj5I h2 {
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
    margin: 0 0 80px;
    z-index: 3;
}

.analysis_summaryj5I h2::after {
    left: calc(100% + 20px);
}

.analysis_summaryj5I ul {
    justify-content: center;
    gap: 30px;
    display: flex;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
}

.analysis_summaryj5I .fast_gainF9E::before {
    border-radius: 50%;
    background: conic-gradient(from var(--rotation, 0deg), transparent, rgb(146,157,178,0.5), transparent);
    opacity: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
    transition: opacity 0.4s ease;
    width: 100%;
    left: 0;
    height: 100%;
}

.analysis_summaryj5I .fast_gainF9E:nth-child(2) {
    --rotation: 36deg;
}

.analysis_summaryj5I .fast_gainF9E:nth-child(4) {
    --rotation: 108deg;
}

.analysis_summaryj5I .fast_gainF9E:nth-child(6) {
    --rotation: 180deg;
}

.analysis_summaryj5I .fast_gainF9E:nth-child(8) {
    --rotation: 252deg;
}

.analysis_summaryj5I .fast_gainF9E:nth-child(10) {
    --rotation: 324deg;
}

.analysis_summaryj5I .fast_gainF9E span {
    font-size: calc(15px * 0.85);
    line-height: 1.2;
    color: #000000;
    font-weight: 400;
    text-align: center;
}

.analysis_summaryj5I svg {
    transition: transform 0.3s ease;
    opacity: 0.7;
    right: 10px;
    fill: rgb(110,120,135);
    position: absolute;
    top: 10px;
    height: 18px;
    width: 18px;
}

.analysis_summaryj5I ul.items-2,
.analysis_summaryj5I ul.items-3,
.analysis_summaryj5I ul.items-4 {
    margin: 0 auto;
    max-width: 800px;
}

.analysis_summaryj5I ul.items-7,
.analysis_summaryj5I ul.items-8,
.analysis_summaryj5I ul.items-9,
.analysis_summaryj5I ul.items-10 {
    margin: 0 auto;
    max-width: 1200px;
}

.contactsgds::after {
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    z-index: -1;
    position: absolute;
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(146,157,178,0.5) 0%, transparent 50%, rgb(110,120,135,0.5) 100%);
    top: 0;
}


.contactsgds .container {
    position: relative;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 20px;
}

.contactsgds .container::after {
    position: absolute;
    height: 500px;
    border-radius: 50%;
    left: 50%;
    z-index: -1;
    background: 
        linear-gradient(rgba(var(--primary-color, 0, 120, 200), 0.1) 0%, transparent 80%),
        radial-gradient(circle at center, rgba(var(--secondary-color, 100, 0, 150), 0.05) 0%, transparent 60%);
    top: 50%;
    width: 500px;
    filter: blur(50px);
    animation: pulseEffect 10s infinite alternate;
    transform: translate(-50%, -50%);
    content: '';
    opacity: 0.5;
}

.contactsgds .chat_form6q1::after {
    z-index: 2;
    right: 0;
    position: absolute;
    border-color: transparent rgb(146,157,178) transparent transparent;
    top: 0;
    content: '';
    border-style: solid;
    border-width: 0 50px 50px 0;
    transition: transform 0.3s ease;
}

.contactsgds .reach_help6Sl svg {
    width: 24px;
    height: 24px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    fill: #ffffff;
    margin-right: 12px;
}

.contactsgds .reach_help6Sl span {
    position: relative;
    z-index: 1;
}

.contactsgds .reach_help6Sl::before {
    top: 0;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(146,157,178,0.5) 50%, transparent 50.1%) 0 0/10px 10px,
        linear-gradient(-45deg, transparent 49.9%, rgb(146,157,178,0.5) 50%, transparent 50.1%) 0 0/10px 10px;
    content: '';
    height: 100%;
    z-index: -1;
    width: 100%;
    opacity: 0.1;
    position: absolute;
}

.contactsgds .contact_usRxi::before {
    top: 0;
    content: '';
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
    background:
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgba(0, 0, 0, 0.02) 5px,
            rgba(0, 0, 0, 0.02) 10px
        );
    width: 100%;
}

.contactsgds .contact_usRxi p svg {
    fill: rgb(146,157,178);
    transition: all 0.3s ease;
    left: 0;
    width: 20px;
    top: 4px;
    height: 20px;
    position: absolute;
}

.contactsgds .contact_usRxi p a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: rgb(146,157,178);
    height: 1px;
    transition: width 0.3s ease;
    width: 0;
}

.contactsgds .contact_usRxi p a:hover::after {
    width: 100%;
}

.contactsgds .edu_asksupnKY {
    font-weight: 600;
    margin: 0 0 20px;
    padding-left: 30px;
    display: flex;
    font-size: 20px;
    align-items: center;
    color: #000000;
    position: relative;
}

.contactsgds .edu_asksupnKY:hover svg {
    transform: translateY(-50%) rotate(0deg);
    stroke: rgb(110,120,135);
}

.contactsgds .message_ussmN {
    gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    display: grid;
}

.contactsgds .write_feedbackONS svg {
    height: 14px;
    transform: translateY(-50%);
    stroke-linejoin: round;
    opacity: 0.8;
    stroke-linecap: round;
    transition: all 0.3s ease;
    top: 50%;
    stroke-width: 2;
    width: 14px;
    left: 12px;
    position: absolute;
    fill: none;
    stroke: rgb(146,157,178);
}

.contactsgds .write_feedbackONS:hover svg {
    transform: translateY(-50%) rotate(15deg);
    opacity: 1;
    stroke: #000000;
}

.our_storyUsx {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.our_storyUsx::before {
    top: 0;
    z-index: 1;
    background: radial-gradient(circle at 30% 40%, rgb(146,157,178,0.5), rgba(20, 30, 80, 0.85));
    left: 0;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.our_storyUsx::after {
    z-index: 2;
    background: radial-gradient(circle at center, rgb(110,120,135,0.5), transparent 70%);
    animation: orbitGlow 15s infinite alternate ease-in-out;
    width: 100%;
    height: 100%;
    top: -50%;
    right: -50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    opacity: 0.5;
}

.our_storyUsx .words_containermo4:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our_storyUsx .words_containermo4 > div:first-child {
    margin-bottom: 15px;
    position: relative;
}

.our_storyUsx .words_containermo4 h5 {
    letter-spacing: 1.5px;
    margin: 0;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.our_storyUsx .words_containermo4 > div:nth-child(2) {
    margin-bottom: 30px;
}

.our_storyUsx .words_containermo4 > div:nth-child(2) p {
    color: #ffffff;
    font-family: Arial, sans-serif;
    display: inline-block;
    font-size: calc(18px * 1.3);
    transform: translateX(5px);
    padding-left: 15px;
    position: relative;
    margin: 0;
}

.our_storyUsx .words_containermo4 ol li {
    text-align: justify;
    margin-bottom: 20px;
    border-left: 1px dashed rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.8;
    position: relative;
    padding: 10px 0 10px 10px;
}

.audience_profileDBP {
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(110,120,135,0.5) 100%);
    padding: 5rem 0;
    position: relative;
}

.audience_profileDBP::after {
    width: 100%;
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(146,157,178,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(110,120,135,0.5), 0.2) 0%, transparent 50%);
}

.audience_profileDBP .team_profiler6e {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 2rem;
    flex-direction: column;
    display: flex;
}

.audience_profileDBP h3 {
    color: #ffffff;
    border-radius: 10px 0 0 10px;
    display: inline-block;
    background: rgba(rgb(146,157,178,0.5), 0.2);
    text-align: right;
    align-self: flex-end;
    padding: 0.8rem 2rem;
    margin-bottom: 3rem;
    padding: 1rem 0;
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    position: relative;
    font-size: 33px;
    font-weight: 600;
}

.audience_profileDBP ul {
    grid-template-rows: repeat(2, auto);
    padding: 0;
    list-style: none;
    gap: 1.5rem;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
}

.audience_profileDBP li::before {
    position: absolute;
    transition: opacity 0.3s ease;
    width: 100%;
    top: 0;
    background: linear-gradient(
        90deg,
        rgb(146,157,178,0.5),
        rgb(110,120,135,0.5)
    );
    content: "";
    height: 4px;
    left: 0;
    opacity: 0;
}

.audience_profileDBP li::before {
    height: 2px;
    background: linear-gradient(
        90deg,
        rgb(110,120,135),
        transparent
    );
    content: "";
    transition: opacity 0.3s ease;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    top: 0;
}

.audience_profileDBP li:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
    border-color: rgba(rgb(146,157,178,0.5), 0.3);
}

.audience_profileDBP li svg {
    height: 32px;
    flex-shrink: 0;
    position: relative;
    width: 32px;
    margin-right: 1.2rem;
    fill: rgb(110,120,135);
    top: 2px;
    transition: all 0.3s ease;
}

::-webkit-scrollbar {
    padding: 0px;
    width: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 1%;
    background: rgb(183,194,215);
}

::-webkit-scrollbar-thumb {
    background: rgb(146,157,178);
    border-radius: 17.2em;
    transition: all, background 3.6s cubic-bezier(0.42, 0, 0.58, 1);
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

::-webkit-scrollbar-thumb:active {
    transform: translateY(1px);
    box-shadow: inset 1px 0px 10px 3px rgba(0, 0, 0, 0.2);
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-corner {
    background: rgb(183,194,215);
}

.course_structureEr3 .description::-webkit-scrollbar {
    width: 4px;
}

.course_structureEr3 .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.course_structureEr3 .description::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(146,157,178), rgb(110,120,135));
    border-radius: 2px;
}



@media (hover: none) {.access_nowWvt .help_cardGyh:hover {
    transform: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
}.access_nowWvt .help_cardGyh:hover span {
    transform: none;
}
}



@media (prefers-reduced-motion) {.access_nowWvt::before,
  .access_nowWvt::after {
    animation: none;
}.access_nowWvt .help_cardGyh::before {
    transition: none;
}}



@media (max-width: 576px) {.leadership_experiencef1m {
    padding: 4rem 1rem;
}.leadership_experiencef1m .photo_showaXl {
    height: 320px;
}.leadership_experiencef1m .name {
    font-size: 35px;
}.leadership_experiencef1m .career_insights9Lv > div:nth-child(2) {
    font-size: 12px;
}.leadership_experiencef1m .exp_tablejuI {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}



@media (min-width: 768px) {.pricing_tableXcf .package_dealsAiO {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.pricing_tableXcf .cost_tableA5l {
    grid-template-columns: 1fr;
}
}



@media (min-width: 1200px) {.pricing_tableXcf .package_dealsAiO {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.pricing_tableXcf .cert_plansjMc {
    padding: 40px 35px;
}.pricing_tableXcf .photo_showaXl {
    height: 240px;
}
}



@media (max-width: 767px) {.pricing_tableXcf {
    padding: 80px 0;
}.pricing_tableXcf .pricing_deals1nU {
    margin-bottom: 20px;
}.pricing_tableXcf .rate_packages0nE {
    max-width: 100%;
}.pricing_tableXcf .cert_plansjMc {
    padding: 30px 25px;
}.pricing_tableXcf .cert_plansjMc h3 {
    font-size: calc(22px + 1px);
}.pricing_tableXcf .premium_costlmC {
    font-size: 22px;
    margin: 0 0 15px;
}.pricing_tableXcf .photo_showaXl {
    height: 200px;
}
}



@media (min-width: 992px) {.course_structureEr3 .container {
    padding: 0 40px;
}.course_structureEr3 h2 {
    font-size: calc(29px * 1.4);
    max-width: 70%;
    transform: translateX(-8%);
}.course_structureEr3 h2::after {
    height: 4px;
    width: 120px;
}.course_structureEr3 .learn_codejsm {
    grid-gap: 80px;
}.course_structureEr3 .photo_showaXl {
    height: 550px;
    transform: perspective(2000px) rotateY(-7deg) rotateX(3deg) translateX(-30px);
}.course_structureEr3 .photo_showaXl:hover {
    transform: perspective(2000px) rotateY(-3deg) rotateX(1deg) translateX(-10px);
}.course_structureEr3 .words_containermo4 {
    padding: 0 0 0 40px;
}.course_structureEr3 .description {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
    max-height: 400px;
}
}



@media (max-width: 767px) {.course_structureEr3 {
    padding: 80px 0 60px;
}.course_structureEr3 h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
    max-width: 100%;
    transform: translateX(0);
}.course_structureEr3 .photo_showaXl {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
    height: 300px;
}.course_structureEr3 .words_containermo4 {
    padding: 20px 0 0;
}.course_structureEr3 .description {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(13px * 0.95);
}}



@media screen and (max-width: 768px) {.connect_form96p {
    padding: 3rem 0;
}.connect_form96p h2 {
    font-size: calc(42px * 0.8);
    margin-bottom: 2rem;
}.connect_form96p .query_box2TU h3 {
    font-size: calc(32px * 0.9);
}.connect_form96p .query_box2TU input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.connect_form96p .query_box2TU .reach_supportR2w {
    align-items: flex-start;
}.connect_form96p .query_box2TU .reach_supportR2w input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (max-width: 768px) {.operation_processWyt {
    min-height: 50vh;
}.operation_processWyt .container {
    padding: 3rem 1.2rem;
}.operation_processWyt .team_profiler6e {
    gap: 1.5rem;
    padding: 2.5rem 1.2rem;
}.operation_processWyt h3 {
    padding-bottom: 1.2rem;
    font-size: calc(36px * 0.8);
}.operation_processWyt span {
    font-size: calc(17px * 0.9);
    line-height: 1.7;
    padding: 1.5rem;
}
}


@media only screen and (max-width: 1200px) {.privacyAgreementDialoglQj {
    padding: 20px;
}}


@media only screen and (max-width: 800px) {.edu_settingsrFx {
    display: none;
}.cookie_tabWbz {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.privacyAgreementDialoglQj h5 {
    text-align: center;
}.privacyAgreementDialoglQj p {
    text-align: center;
}.user_safetyDEg {
    margin-bottom: 20px;
}body .wrapper-capsulevXt .learn_cookiesYE7 {
    margin-left: 0;
}}



@media (max-width: 768px) {.level_upcAZ {
    padding: 3rem 0 1.5rem;
}.level_upcAZ .nav_beginlM7 {
    gap: 1.5rem;
}.level_upcAZ .company_holder {
    padding: 2rem;
}.level_upcAZ .company_holder h3 {
    font-size: calc(37px - 2px);
}.press_roomWZt {
    margin-top: 2rem;
}
}



@media (max-width: 420px) {.level_upcAZ .company_holder h3::after {
    width: 50px;
}.level_upcAZ .main_classWYj .nav_beginlM7 a:hover {
    padding-left: 2rem;
}.press_roomWZt .med_guides5NB {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}



@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .main_classWYj {
    gap: 15px;
}header .site_mainNBC {
    font-size: calc(13px - 1px);
}header .top_lessonldo svg {
    height: 35px;
}
}



@media (max-width: 480px) {header .container {
    padding: 10px;
}header .top_lessonldo svg {
    height: 30px;
}}



@media screen and (max-width: 1200px) {.landing_pageNsb .page_homeyNC {
    padding: 3.5rem 2.5rem;
}.landing_pageNsb .page_homeyNC h1 {
    font-size: calc(45px * 0.95);
}.landing_pageNsb .page_homeyNC h3 {
    max-width: 95%;
    font-size: calc(24px * 0.85);
}.landing_pageNsb .page_homeyNC p {
    max-width: 85%;
}
}



@media screen and (max-width: 992px) {.landing_pageNsb {
    min-height: 90vh;
}.landing_pageNsb .page_homeyNC {
    padding: 3rem 2rem;
}.landing_pageNsb .page_homeyNC h1 {
    font-size: calc(45px * 0.85);
}.landing_pageNsb .page_homeyNC h3 {
    font-size: calc(24px * 0.8);
    border-left-width: 2px;
}.landing_pageNsb .page_homeyNC p {
    max-width: 90%;
    font-size: 12px;
}
}



@media screen and (max-width: 576px) {.landing_pageNsb {
    min-height: 70vh;
}.landing_pageNsb .page_homeyNC {
    padding: 2rem 1.25rem;
}.landing_pageNsb .page_homeyNC h1 {
    margin-bottom: 1.2rem;
    font-size: calc(45px * 0.65);
}.landing_pageNsb .page_homeyNC h3 {
    margin-bottom: 1rem;
    font-size: calc(24px * 0.7);
    padding-left: 0.75rem;
}.landing_pageNsb .page_homeyNC p {
    font-size: calc(12px * 0.9);
    margin-bottom: 2rem;
}.landing_pageNsb .page_homeyNC p::after {
    width: 40%;
}}



@media screen and (max-width: 768px) {.secure_nesthd0 {
    padding: 2.5rem 0.75rem;
}.secure_nesthd0 .container {
    padding: 2rem 1.5rem;
}.secure_nesthd0 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(46px * 0.8);
}.secure_nesthd0 h2 {
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.8);
}.secure_nesthd0 h3 {
    font-size: calc(32px * 0.7);
}.secure_nesthd0 h4 {
    font-size: calc(32px * 0.6);
}.secure_nesthd0 p, 
    .secure_nesthd0 li {
    font-size: calc(17px * 0.95);
}.secure_nesthd0 span {
    padding: 0.75rem 1rem;
    font-size: calc(17px * 0.9);
}
}



@media (min-width: 768px) {.thxAreazpZ .team_profiler6e {
    padding: 70px 80px;
}.thxAreazpZ .team_profiler6e::before {
    width: 6px;
}.thxAreazpZ .team_profiler6e div:first-child::after {
    width: 120px;
}
}



@media (max-width: 767px) {.thxAreazpZ {
    padding: 60px 0;
}.thxAreazpZ .team_profiler6e {
    padding: 40px 30px;
    gap: 25px;
}.thxAreazpZ .team_profiler6e h5 {
    font-size: calc(20px - 2px);
}.thxAreazpZ .team_profiler6e p {
    font-size: calc(16px - 1px);
}.thxAreazpZ .team_profiler6e div:first-child {
    padding-bottom: 20px;
}.thxAreazpZ .team_profiler6e div:first-child::after {
    width: 60px;
}
}



@media (max-width: 1200px) {.analysis_summaryj5I .fast_gainF9E {
    width: 130px;
    height: 130px;
}.analysis_summaryj5I .fast_gainF9E p {
    font-size: 36px;
}.analysis_summaryj5I h2::before,
    .analysis_summaryj5I h2::after {
    width: 40px;
}
}



@media (max-width: 768px) {.analysis_summaryj5I {
    padding: 80px 0;
}.analysis_summaryj5I h2 {
    margin-bottom: 50px;
}.analysis_summaryj5I h2::before,
    .analysis_summaryj5I h2::after {
    display: none;
}.analysis_summaryj5I .fast_gainF9E {
    border-radius: 30px;
}.analysis_summaryj5I .fast_gainF9E::before {
    border-radius: 30px;
}
}



@media (max-width: 375px) {.analysis_summaryj5I .fast_gainF9E {
    max-width: 150px;
    width: 100%;
}}


@media screen and (min-width: 992px) {.contactsgds .chat_form6q1 {
    grid-template-areas: 
            "header header"
            "photo information"
            "hours hours";
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-template-rows: auto 1fr auto;
}.contactsgds .reach_help6Sl {
    grid-area: header;
}.contactsgds .reach_help6Sl svg {
    height: 28px;
    margin-right: 15px;
    width: 28px;
}.contactsgds .photo_showaXl {
    grid-area: photo;
    height: 100%;
}.contactsgds .contact_usRxi {
    grid-area: information;
}.contactsgds .contact_usRxi p svg {
    height: 22px;
    width: 22px;
}.contactsgds .reach_sectionU9z {
    padding: 35px;
    margin-top: 0;
    grid-area: hours;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}.contactsgds .edu_asksupnKY svg {
    height: 20px;
    width: 20px;
}.contactsgds .message_ussmN {
    grid-template-columns: repeat(3, 1fr);
}.contactsgds .write_feedbackONS svg {
    height: 16px;
    width: 16px;
}
}



@media (max-width: 992px) {.our_storyUsx {
    padding: 80px 0;
}.our_storyUsx .words_containermo4 {
    padding: 40px 30px;
}.our_storyUsx .words_containermo4 > div:nth-child(2) p {
    font-size: calc(18px * 1.1);
}
}



@media (max-width: 768px) {.our_storyUsx {
    padding: 60px 0;
}.our_storyUsx .words_containermo4 {
    transform: perspective(1000px) rotateY(0deg);
    padding: 30px 20px;
}.our_storyUsx .words_containermo4 h5 {
    font-size: calc(18px * 0.9);
}.our_storyUsx .words_containermo4 > div:nth-child(2) p {
    font-size: 18px;
}.our_storyUsx .words_containermo4 ol li {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 576px) {.our_storyUsx {
    padding: 40px 0;
}.our_storyUsx .container {
    padding: 0 15px;
}.our_storyUsx .words_containermo4 {
    padding: 25px 15px;
}.our_storyUsx .words_containermo4 h5 {
    font-size: calc(18px * 0.85);
}.our_storyUsx .words_containermo4 > div:nth-child(2) p {
    font-size: calc(18px * 0.9);
}.our_storyUsx .words_containermo4 ol li {
    font-size: calc(17px * 0.9);
    padding: 5px 0 5px 10px;
    line-height: 1.6;
}}



@media (max-width: 991px) {.audience_profileDBP {
    padding: 4rem 0;
}.audience_profileDBP h3 {
    font-size: calc(33px * 0.9);
    padding: 0.7rem 1.5rem;
    margin-bottom: 2.5rem;
}.audience_profileDBP ul {
    gap: 1.2rem;
}
}



@media (max-width: 480px) {.audience_profileDBP {
    padding: 3rem 0;
}.audience_profileDBP .team_profiler6e {
    padding: 0 1rem;
}.audience_profileDBP h3 {
    padding: 0.5rem 1.2rem;
    font-size: calc(33px * 0.7);
    margin-bottom: 1.5rem;
}.audience_profileDBP li {
    padding: 1.2rem;
}.audience_profileDBP li svg {
    margin-right: 0.8rem;
    height: 28px;
    width: 28px;
}
}



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



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



@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}



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



@keyframes shimmerEffect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}



@keyframes floatText {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}



@keyframes shadowPulse {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.8);
    }
    50% {
        opacity: 0.6;
        transform: scaleX(1.2);
    }
}



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



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



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



@keyframes pulseAnimation {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes pulseEffect {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.5;
    }
}



@keyframes expandWidth {
    0% {
        width: 40%;
    }
    100% {
        width: 100%;
    }
}

