* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

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

.level_upcAZ {
    flex: 0 0 auto;
}

.level_upcAZ {
    padding: 4rem 0 2rem;
    position: relative;
    color: #000000;
}

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

.wrapper-capsulevXt {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}

.top_train6nv {
    flex: 1 0 auto;
}


.access_nowWvt {
    margin: 4rem 0;
    background: linear-gradient(135deg, rgb(110,120,135) 0%, rgb(146,157,178) 100%);
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 5rem 1rem;
}

.access_nowWvt::before {
    z-index: 1;
    bottom: 0;
    content: "";
    background: repeating-linear-gradient(
    45deg,
    rgb(110,120,135,0.5),
    rgb(110,120,135,0.5) 10px,
    transparent 10px,
    transparent 20px
  );
    transform: scale(1.05);
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    animation: patternMove 30s linear infinite;
}

.access_nowWvt h6 {
    letter-spacing: 0.02em;
    font-size: calc(22px * 1.1);
    transform: perspective(1000px) translateZ(20px);
    margin-bottom: 2.5rem;
    line-height: 1.6;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    max-width: 800px;
}

.access_nowWvt div:nth-child(2) {
    display: flex;
    justify-content: center;
    transform: translateY(10px);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.access_nowWvt .help_cardGyh {
    text-transform: uppercase;
    padding: 14px 28px;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    letter-spacing: 1.5px;
    font-weight: 600;
    overflow: hidden;
    font-size: 20px;
    justify-content: center;
    min-width: 220px;
    display: inline-flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    color: rgb(110,120,135);
    border: none;
    border-radius: 10px;
    transform-origin: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
              0 3px 6px rgba(0, 0, 0, 0.05),
              0 0 0 2px rgba(255, 255, 255, 0.1);
}

.access_nowWvt .help_cardGyh:hover::before {
    transform: translateX(100%);
}

.access_nowWvt .help_cardGyh:hover span {
    transform: scale(1.05);
}

.leadership_experiencef1m {
    background-color: rgb(183,194,215);
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
}

.leadership_experiencef1m::before {
    top: 0;
    position: absolute;
    right: 0;
    width: 40%;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(146,157,178,0.5));
    z-index: 1;
}

.leadership_experiencef1m .photo_showaXl {
    transform: rotate(-2deg);
    transition: all 0.5s ease;
    width: 45%;
    box-shadow: 15px 15px 0 rgb(146,157,178,0.5);
    height: 480px;
    border-radius: 0;
    position: relative;
}

.leadership_experiencef1m .name {
    line-height: 1.1;
    font-size: calc(47px * 1.2);
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
}

.leadership_experiencef1m .career_insights9Lv > div:nth-child(2) {
    display: inline-block;
    transform: translateX(-10px);
    font-size: 16px;
    letter-spacing: 1px;
    background-color: rgb(110,120,135);
    padding: 0.5rem 1.5rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 2.5rem;
    border-radius: 10px;
}

.leadership_experiencef1m .learner_stories4VB:hover .photo_showaXl {
    box-shadow: 10px 10px 0 rgb(110,120,135);
    transform: rotate(0deg);
}

.pricing_tableXcf::before {
    position: absolute;
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    right: -5%;
    z-index: 0;
    top: -10%;
    background: linear-gradient(145deg, rgb(146,157,178,0.5), rgb(110,120,135,0.5));
    filter: blur(60px);
    content: "";
    opacity: 0.4;
    width: 40%;
}

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

.pricing_tableXcf .pricing_deals1nU {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    text-align: center;
    transform: translateY(30px);
}

.pricing_tableXcf .pricing_deals1nU h2::after {
    transform: translateX(-50%);
    content: "";
    height: 4px;
    left: 50%;
    border-radius: 10px;
    width: 80px;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
    position: absolute;
}

.pricing_tableXcf .cost_levelsHo3 {
    backface-visibility: hidden;
    display: block;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    text-decoration: none;
}

.pricing_tableXcf .cost_levelsHo3:hover .rate_packages0nE {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
}

.pricing_tableXcf .cert_plansjMc {
    flex-grow: 1;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
}

.pricing_tableXcf .cert_plansjMc h3::before {
    border-radius: 10px;
    height: calc(100% - 10px);
    background: linear-gradient(to bottom, rgb(146,157,178), rgb(110,120,135));
    width: 4px;
    content: "";
    top: 5px;
    position: absolute;
    left: 0;
}

.pricing_tableXcf .cert_plansjMc p {
    margin-top: 5px;
    color: #000000;
    overflow-wrap: break-word;
    line-height: 1.6;
    flex-grow: 1;
    white-space: normal;
    word-break: break-word;
    margin-bottom: 10px;
    font-size: 18px;
}

.pricing_tableXcf .photo_showaXl {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    overflow: hidden;
    height: 220px;
    position: relative;
}

.pricing_tableXcf .cost_levelsHo3:hover .photo_showaXl {
    transform: scale(1.05);
}

.course_structureEr3 {
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(146,157,178,0.5), 0.05), rgba(rgb(110,120,135,0.5), 0.1));
    overflow: hidden;
    padding: 120px 0 80px;
}

.course_structureEr3::after {
    background: linear-gradient(225deg, rgba(rgb(146,157,178,0.5), 0.08), transparent);
    position: absolute;
    width: 45%;
    transform: rotate(-15deg) skew(15deg);
    z-index: 0;
    height: 45%;
    right: -5%;
    top: -10%;
    content: "";
}

.course_structureEr3 h2 {
    position: relative;
    line-height: 1.3;
    color: #000000;
    font-size: 29px;
    max-width: 85%;
    font-weight: 700;
    transform: translateX(-5%);
    margin-bottom: 50px;
}

.course_structureEr3 h2:hover::after {
    transform: scaleX(1.5);
}

.course_structureEr3 .learn_codejsm {
    position: relative;
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr;
}

.course_structureEr3 .photo_showaXl::before {
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
    mix-blend-mode: overlay;
    background: linear-gradient(
        135deg,
        rgba(rgb(146,157,178,0.5), 0.1),
        rgba(rgb(110,120,135,0.5), 0.15)
    );
    width: 100%;
    height: 100%;
    position: absolute;
}

.course_structureEr3 .photo_showaXl::after {
    content: "";
    position: absolute;
    opacity: 0;
    height: 200%;
    z-index: 2;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(255, 255, 255, 0.5), 0.1) 0%,
        transparent 70%
    );
    top: -50%;
    width: 200%;
    transition: opacity 1.2s ease;
    left: -50%;
    pointer-events: none;
    mix-blend-mode: overlay;
}

.course_structureEr3 .description {
    padding-right: 15px;
    transform: translateY(0);
    margin-bottom: 25px;
    line-height: 1.75;
    position: relative;
    color: #000000;
    transition: transform 0.5s ease, opacity 0.5s ease;
    max-height: 350px;
    overflow-y: auto;
    opacity: 1;
    font-size: 13px;
}

.course_structureEr3 .description:last-of-type::before {
    position: absolute;
    border-radius: 50%;
    width: 10px;
    left: -5px;
    content: "";
    height: 10px;
    top: 0;
    background: rgb(146,157,178);
}

.connect_form96p::before {
    right: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    content: '';
    pointer-events: none;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    top: 0;
    left: 0;
}

.connect_form96p h2 {
    font-size: 42px;
    letter-spacing: 0.1em;
    position: relative;
    color: #ffffff;
    margin-bottom: 3rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.connect_form96p h2::after {
    width: 30%;
    right: 0;
}

.connect_form96p .reach_boxZci {
    align-items: stretch;
    border-radius: 16px;
    background: rgb(110,120,135,0.5);
    border: 1px solid rgb(146,157,178,0.5);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    transform: rotateX(5deg) scale(0.98);
    display: flex;
    transition: transform 0.3s ease;
}

.connect_form96p .query_box2TU {
    display: flex;
    flex-direction: column;
    padding: 4rem 3rem;
    flex: 0 0 60%;
    position: relative;
    justify-content: center;
}

.connect_form96p .query_box2TU::before {
    right: 2rem;
    border-radius: 50%;
    content: '';
    animation: signal-pulse 2s infinite alternate;
    background: rgb(146,157,178);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 2rem;
    box-shadow: 0 0 20px rgb(146,157,178);
}

.connect_form96p .query_box2TU input:not([type="checkbox"]):not([type="submit"]) {
    background: rgb(110,120,135,0.5);
    outline: none;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
    border: 1px solid rgb(146,157,178,0.5);
    color: #ffffff;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1.5rem;
    z-index: 2;
}

.connect_form96p .query_box2TU input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(146,157,178);
    box-shadow: 0 0 15px rgb(146,157,178,0.5);
}

.connect_form96p .query_box2TU .reach_supportR2w {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}

.connect_form96p .query_box2TU .reach_supportR2w input[type="checkbox"]:checked {
    border-color: rgb(146,157,178);
    background: rgb(146,157,178);
}

.connect_form96p .query_box2TU .reach_supportR2w input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
    font-size: 0.8rem;
    content: '✔';
}

.connect_form96p .query_box2TU .reach_supportR2w a:hover {
    text-decoration: underline;
}

.connect_form96p .query_box2TU .help_cardGyh {
    position: relative;
    border: none;
    font-size: 19px;
    cursor: pointer;
    letter-spacing: 0.1em;
    background: rgb(146,157,178);
    color: #ffffff;
    width: 100%;
    font-weight: 600;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 1rem;
    transition: all 0.3s ease;
    overflow: hidden;
}

.connect_form96p .query_box2TU .help_cardGyh:hover {
    box-shadow: 0 10px 20px rgb(146,157,178,0.5);
    transform: translateY(-3px);
}

.operation_processWyt::before {
    left: -50%;
    top: -50%;
    background: 
        radial-gradient(circle at 30% 30%, rgb(146,157,178,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(110,120,135,0.5) 0%, transparent 50%);
    width: 200%;
    z-index: 0;
    content: "";
    position: absolute;
    height: 200%;
    animation: rotateBg 25s linear infinite;
}

.operation_processWyt .team_profiler6e {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 4rem 2rem;
}

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

.operation_processWyt h3::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    z-index: 1;
    content: "";
    animation: shimmerEffect 5s infinite;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.operation_processWyt span {
    z-index: 2;
    font-size: 17px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    max-width: 800px;
    overflow: hidden;
    color: #000000;
    backdrop-filter: blur(5px);
    border-radius: 21px;
    padding: 2rem;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    line-height: 1.8;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    display: block;
    animation: floatText 6s ease-in-out infinite;
}

.operation_processWyt span::after {
    content: "";
    height: 10px;
    filter: blur(10px);
    z-index: -1;
    border-radius: 50%;
    background: rgb(110,120,135,0.5);
    width: 80%;
    position: absolute;
    bottom: -10px;
    left: 10%;
    animation: shadowPulse 6s ease-in-out infinite;
    opacity: 0.5;
}

.privacyAgreementDialoglQj h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.privacyAgreementDialoglQj p {
    font-size: 18px;
}

.edu_settingsrFx svg, .edu_settingsrFx svg path, .edu_settingsrFx img {
    width: 100px;
    fill: rgb(146,157,178);
    height: 100px;
}

.privacyAgreementDialoglQj p a {
    text-decoration: none;
    color: rgb(146,157,178);
}


#cookie_box_overlayx8h {
    display: none;
}

#cookie_box_overlayx8h:checked ~ .privacyAgreementDialoglQj {
    visibility: hidden;
    opacity: 0;
}

footer::before {
    content: "";
    bottom: 0;
    top: 0;
    z-index: -2;
    background: linear-gradient(145deg, rgb(183,194,215) 0%, rgb(146,157,178,0.5) 100%);
    left: 0;
    right: 0;
    opacity: 0.9;
    position: absolute;
}

.level_upcAZ::after {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
    height: 6px;
    content: "";
}

.level_upcAZ .company_holder {
    position: relative;
    padding: 2rem 2.5rem;
    flex: 1 1 400px;
    border-radius: 17px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.level_upcAZ .company_holder h3 {
    letter-spacing: 0.5px;
    color: rgb(146,157,178);
    margin: 0 0 1.5rem;
    font-size: 37px;
    font-weight: 700;
    position: relative;
}

.level_upcAZ .site_map5Ae {
    border-radius: 10px;
    background: rgb(183,194,215);
    padding: 1.5rem;
    border-left: 3px solid rgb(110,120,135);
    color: #000000;
    position: relative;
    line-height: 1.7;
    font-size: 15px;
}

.level_upcAZ .main_classWYj {
    overflow: hidden;
    border-radius: 17px;
    min-width: 200px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    flex: 1 1 calc(50% - 1.25rem);
}

.level_upcAZ .main_classWYj .nav_beginlM7 {
    gap: 0;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
}

.level_upcAZ .main_classWYj .nav_beginlM7 a::before {
    width: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    background: rgb(183,194,215);
    left: 0;
    transition: all 0.3s ease;
    content: "";
    top: 0;
}

.level_upcAZ .main_classWYj .nav_beginlM7 a:hover {
    padding-left: 2.2rem;
    color: rgb(146,157,178);
}

.level_upcAZ .main_classWYj .nav_beginlM7 a:hover::before {
    width: 100%;
}

.level_upcAZ .main_classWYj .nav_beginlM7 a:hover::after {
    opacity: 1;
}

.press_roomWZt::before {
    background: linear-gradient(90deg, transparent, rgb(146,157,178,0.5), transparent);
    right: 10%;
    top: 0;
    height: 1px;
    position: absolute;
    left: 10%;
    content: "";
}

.press_roomWZt .med_guides5NB {
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-size: 14px;
    border-radius: 50px;
    font-weight: 400;
    padding: 0.8rem 2rem;
    background: #ffffff;
}

header .first_expert37K {
    width: 100%;
}

header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
}

header .main_classWYj {
    display: flex;
    gap: 25px;
    position: relative;
}

header .main_classWYj:before {
    transition: transform 0.6s ease;
    content: '';
    bottom: -8px;
    left: 0;
    transform-origin: left;
    width: 100%;
    height: 1px;
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(146,157,178), transparent);
}

header .site_mainNBC:after {
    content: '';
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    left: 0;
    transform: scaleX(0);
    height: 2px;
    background: rgb(146,157,178);
    position: absolute;
    bottom: 0;
    transform-origin: right;
}

header .site_mainNBC:hover {
    text-shadow: 0 0 8px rgb(146,157,178,0.5);
    color: rgb(146,157,178);
}

header .site_mainNBC:hover:before {
    opacity: 1;
}

header .top_lessonldo svg {
    height: 40px;
    filter: drop-shadow(0 0 4px rgb(146,157,178,0.5));
    transition: transform 0.5s ease;
    width: auto;
}

header .top_lessonldo:after {
    transform: translateX(-50%);
    transition: width 0.4s ease;
    position: absolute;
    content: '';
    height: 1px;
    background: rgb(146,157,178);
    bottom: -8px;
    left: 50%;
    width: 0;
}

.landing_pageNsb::before {
    z-index: 1;
    opacity: 0.7;
    top: 0;
    background: 
    radial-gradient(circle at 75% 25%, rgb(110,120,135,0.5) 0%, transparent 50%),
    radial-gradient(circle at 25% 75%, rgb(146,157,178,0.5) 0%, transparent 50%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
}

.landing_pageNsb .start_herohsD {
    transform: translateY(-2vh);
    z-index: 5;
    max-width: 1200px;
    position: relative;
    width: 90%;
}

.landing_pageNsb .page_homeyNC::before {
    width: 100%;
    opacity: 0.85;
    z-index: 1;
    content: "";
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgb(110,120,135,0.5) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
}

.landing_pageNsb .page_homeyNC > * {
    z-index: 10;
    position: relative;
}

.landing_pageNsb .page_homeyNC span {
    transform: translateY(20px);
    display: block;
    opacity: 0;
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.landing_pageNsb .page_homeyNC h3 {
    letter-spacing: 0.05em;
    border-left: 3px solid rgb(146,157,178);
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    color: #ffffff;
    max-width: 90%;
    line-height: 1.5;
    font-size: calc(24px * 0.9);
}

.landing_pageNsb .page_homeyNC div div {
    animation: fadeInUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    opacity: 0;
}

.landing_pageNsb .page_homeyNC p {
    margin-bottom: 2.5rem;
    line-height: 1.6;
    color: #ffffff;
    padding-right: 1rem;
    font-size: calc(12px * 1.1);
    max-width: 80%;
    position: relative;
}

.landing_pageNsb .page_homeyNC p::after {
    content: "";
    bottom: -10px;
    width: 60%;
    left: 0;
    background: linear-gradient(
    90deg,
    rgb(146,157,178) 0%,
    transparent 100%
  );
    height: 2px;
    position: absolute;
}

.secure_nesthd0::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(146,157,178,0.5) 0,
        rgb(146,157,178,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}

.secure_nesthd0 h1::after {
    left: 0;
    transition: width 0.4s ease-out;
    background: linear-gradient(90deg, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
    bottom: 0;
    position: absolute;
    height: 3px;
    content: "";
    width: 80px;
}

.secure_nesthd0 h2 {
    position: relative;
    font-weight: 600;
    color: rgb(110,120,135);
    padding-left: 1rem;
    font-size: 32px;
    margin: 2.5rem 0 1.2rem;
}

.secure_nesthd0 h2:hover::before {
    transform: scaleY(1);
}

.secure_nesthd0 h3 {
    position: relative;
    margin: 2.2rem 0 1rem;
    font-weight: 600;
    color: #000000;
    padding-left: 1.5rem;
    font-size: calc(32px * 0.85);
}

.secure_nesthd0 h4 {
    font-size: calc(32px * 0.7);
    position: relative;
    font-weight: 400;
    padding-left: 1.5rem;
    margin: 2rem 0 0.8rem;
    color: #000000;
}

.secure_nesthd0 p {
    color: #000000;
    max-width: 92%;
    transition: opacity 0.3s ease;
    line-height: 1.7;
    opacity: 0.9;
    font-size: 17px;
    margin-bottom: 1.5rem;
}

.secure_nesthd0 p strong::after {
    bottom: 0;
    width: 100%;
    transform-origin: left;
    height: 30%;
    transition: transform 0.3s ease;
    content: "";
    z-index: -1;
    position: absolute;
    background-color: rgb(146,157,178,0.5);
    left: 0;
    transform: scaleX(0.95);
}

.secure_nesthd0 li {
    line-height: 1.7;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 17px;
    transition: transform 0.3s ease;
    position: relative;
}

.secure_nesthd0 li::before {
    background: rgb(110,120,135);
    height: 8px;
    transform: translateY(-50%);
    top: 0.75em;
    width: 8px;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    transition: background 0.3s ease;
}

.secure_nesthd0 span:hover {
    background-color: rgba(rgb(110,120,135,0.5), 0.1);
    opacity: 1;
}

.thxAreazpZ {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(146,157,178,0.5), rgb(110,120,135) 120%);
}

.thxAreazpZ::after {
    left: -5%;
    position: absolute;
    content: "";
    width: 40%;
    height: 30%;
    transform: rotate(10deg);
    opacity: 0.1;
    pointer-events: none;
    background: rgb(146,157,178);
    bottom: -5%;
}

.thxAreazpZ .team_profiler6e {
    display: flex;
    position: relative;
    background: #ffffff;
    flex-direction: column;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 60px 50px;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    gap: 40px;
}

.thxAreazpZ .team_profiler6e div:first-child {
    position: relative;
    padding-bottom: 25px;
}

.thxAreazpZ .team_profiler6e h5 {
    line-height: 1.4;
    transition: transform 0.4s ease-out;
    font-size: 20px;
    margin: 0;
    transform: translateX(0);
    font-weight: 700;
    color: #000000;
}

.thxAreazpZ .team_profiler6e a {
    transition: all 0.4s ease;
    display: block;
    text-decoration: none;
}

.thxAreazpZ .team_profiler6e a:hover p {
    color: rgb(146,157,178);
}

.thxAreazpZ .team_profiler6e a::before {
    z-index: 0;
    opacity: 0;
    right: -10px;
    height: 40%;
    bottom: -10px;
    width: 40%;
    background: linear-gradient(135deg, transparent, rgb(110,120,135,0.5) 60%);
    transition: opacity 0.5s ease;
    content: "";
    position: absolute;
}

.analysis_summaryj5I::after {
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0.3;
    top: 0;
    background-size: 20px 20px;
    width: 100%;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(146,157,178,0.5) 95%, rgb(146,157,178,0.5) 100%, transparent 100%),
        linear-gradient(90deg, transparent 95%, rgb(146,157,178,0.5) 95%, rgb(146,157,178,0.5) 100%, transparent 100%);
    z-index: 1;
}

.analysis_summaryj5I h2::before,
.analysis_summaryj5I h2::after {
    position: absolute;
    top: 50%;
    height: 2px;
    background: rgb(146,157,178);
    transform: translateY(-50%);
    content: "";
    width: 60px;
}

.analysis_summaryj5I h2::before {
    right: calc(100% + 20px);
}

.analysis_summaryj5I .fast_gainF9E {
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 150px;
    z-index: 3;
    width: 150px;
    display: flex;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 20px;
    background: #ffffff;
}

.analysis_summaryj5I .fast_gainF9E:hover::before {
    opacity: 1;
}

.analysis_summaryj5I .fast_gainF9E:nth-child(1) {
    --rotation: 0deg;
}

.analysis_summaryj5I .fast_gainF9E:nth-child(3) {
    --rotation: 72deg;
}

.analysis_summaryj5I .fast_gainF9E:nth-child(5) {
    --rotation: 144deg;
}

.analysis_summaryj5I .fast_gainF9E:nth-child(7) {
    --rotation: 216deg;
}

.analysis_summaryj5I .fast_gainF9E:nth-child(9) {
    --rotation: 288deg;
}

.analysis_summaryj5I .fast_gainF9E p {
    color: rgb(146,157,178);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 0 0 5px;
    font-size: calc(36px * 1.1);
}

.analysis_summaryj5I .fast_gainF9E:hover {
    z-index: 10;
    transform: scale(1.1);
}

.analysis_summaryj5I svg path {
    fill: rgb(110,120,135);
}

.analysis_summaryj5I .fast_gainF9E:hover svg {
    transform: rotate(45deg);
}

.analysis_summaryj5I ul.items-1 {
    justify-content: center;
}

.analysis_summaryj5I ul.items-5,
.analysis_summaryj5I ul.items-6 {
    margin: 0 auto;
    max-width: 900px;
}

.contactsgds {
    isolation: isolate;
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: rgb(183,194,215);
}

.contactsgds::before {
    z-index: -2;
    left: 0;
    animation: patternMove 30s linear infinite;
    height: 100%;
    background-size: 60px 60px;
    content: '';
    background: 
        linear-gradient(135deg, transparent 25%, rgb(146,157,178,0.5) 25%, rgb(146,157,178,0.5) 30%, transparent 30%),
        linear-gradient(225deg, transparent 25%, rgb(110,120,135,0.5) 25%, rgb(110,120,135,0.5) 30%, transparent 30%);
    position: absolute;
    width: 100%;
    top: 0;
}


.contactsgds .chat_form6q1 {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    border-radius: 0;
    position: relative;
    background: #ffffff;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.contactsgds .chat_form6q1::before {
    left: 0;
    content: '';
    background: linear-gradient(to bottom, rgb(146,157,178), rgb(110,120,135));
    position: absolute;
    width: 5px;
    opacity: 1;
    top: 0;
    z-index: 1;
    height: 100%;
    transition: height 0.5s ease;
}

.contactsgds .reach_help6Sl {
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    position: relative;
    padding: 25px 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    letter-spacing: 0.5px;
    align-items: center;
    font-size: 23px;
    color: #ffffff;
}

.contactsgds .photo_showaXl {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.contactsgds .photo_showaXl::after {
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    height: 30%;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
}

.contactsgds .contact_usRxi {
    position: relative;
    flex-grow: 1;
    background: #ffffff;
    padding: 35px;
}

.contactsgds .contact_usRxi p {
    color: #000000;
    border-left: 2px solid transparent;
    margin: 0 0 18px;
    display: flex;
    font-size: 17px;
    transition: all 0.3s ease;
    padding-left: 30px;
    align-items: flex-start;
    position: relative;
}

.contactsgds .contact_usRxi p:last-child {
    margin-bottom: 0;
}

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

.contactsgds .contact_usRxi p b {
    font-weight: 700;
    color: rgb(146,157,178);
}

.contactsgds .contact_usRxi p a {
    position: relative;
    padding-bottom: 2px;
    color: rgb(146,157,178);
    transition: all 0.3s ease;
    text-decoration: none;
}

.contactsgds .contact_usRxi p a:hover {
    color: rgb(110,120,135);
}

.contactsgds .reach_sectionU9z {
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.contactsgds .edu_asksupnKY svg {
    height: 18px;
    left: 0;
    fill: none;
    stroke-linejoin: round;
    transition: all 0.3s ease;
    top: 50%;
    stroke-linecap: round;
    width: 18px;
    transform: translateY(-50%) rotate(45deg);
    stroke: rgb(146,157,178);
    stroke-width: 2;
    position: absolute;
}

.contactsgds .write_feedbackONS {
    border-left: 3px solid rgb(146,157,178);
    overflow: hidden;
    background: rgb(183,194,215);
    color: #000000;
    padding: 14px 18px 14px 38px;
    font-size: calc(17px - 1px);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
}

.contactsgds .write_feedbackONS:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgb(146,157,178,0.5);
    color: #000000;
    transform: translateY(-3px);
}

.contactsgds .write_feedbackONS::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(45deg, transparent 49.5%, rgba(255, 255, 255, 0.5) 50%, transparent 50.5%);
    opacity: 0.05;
    pointer-events: none;
    height: 100%;
    left: 0;
    background-size: 10px 10px;
}

.our_storyUsx .container {
    padding: 0 30px;
    position: relative;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
}

.our_storyUsx .words_containermo4 {
    border-left: 3px solid rgb(110,120,135);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    padding: 60px 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    transform: perspective(1000px) rotateY(-2deg);
}

.our_storyUsx .words_containermo4 h5::after {
    bottom: -8px;
    animation: expandWidth 3s infinite alternate cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 40%;
    position: absolute;
    height: 3px;
    left: 0;
    background: rgb(110,120,135);
    content: "";
}

.our_storyUsx .words_containermo4 > div:nth-child(2) p::before {
    position: absolute;
    left: 0;
    background: rgb(110,120,135);
    width: 6px;
    border-radius: 3px;
    transform: translateY(-50%);
    content: "";
    height: 60%;
    top: 50%;
}

.our_storyUsx .words_containermo4 ol {
    list-style: none;
    margin: 0;
    counter-reset: item;
    padding: 0;
}

.our_storyUsx .words_containermo4 ol li::before {
    animation: pulseGlow 3s infinite alternate;
    height: 10px;
    background: rgb(110,120,135);
    top: 0;
    position: absolute;
    left: -5px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(110,120,135);
    width: 10px;
    content: "";
}

.audience_profileDBP::before {
    position: absolute;
    content: "";
    z-index: -1;
    background-size: 40px 40px;
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}

.audience_profileDBP h3::before {
    position: absolute;
    background: rgb(146,157,178);
    width: 10px;
    height: 100%;
    right: 0;
    top: 0;
    content: "";
}

.audience_profileDBP h3::after {
    width: 100%;
    content: "";
    right: 0;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(
        to left,
        rgb(146,157,178),
        transparent
    );
    height: 1px;
}

.audience_profileDBP li {
    overflow: hidden;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    border: 1px solid rgba(#ffffff, 0.1);
    align-items: flex-start;
    transition: all 0.3s ease;
    padding: 1.5rem;
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    border-radius: 10px;
    display: flex;
    position: relative;
}

.audience_profileDBP li {
    line-height: 1.5;
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
}

.audience_profileDBP li::after {
    height: 30px;
    top: 0;
    background: 
        linear-gradient(135deg, transparent 50%, rgba(rgb(146,157,178,0.5), 0.2) 50%);
    right: 0;
    width: 30px;
    opacity: 0;
    z-index: 1;
    position: absolute;
    content: "";
    transition: opacity 0.3s ease;
}

.audience_profileDBP li:hover::before,
.audience_profileDBP li:hover::after {
    opacity: 1;
}

.audience_profileDBP li svg path {
    transition: fill 0.3s ease;
    fill: rgb(110,120,135);
}

.audience_profileDBP li:hover svg {
    transform: scale(1.2);
}

.audience_profileDBP li:hover svg path {
    fill: rgb(146,157,178);
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


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



@media screen and (max-width: 992px) {.access_nowWvt {
    margin: 3rem 0;
    padding: 4rem 1rem;
}.access_nowWvt h6 {
    margin-bottom: 2rem;
    font-size: 22px;
}.access_nowWvt .help_cardGyh {
    padding: 12px 24px;
    min-width: 200px;
}
}



@media screen and (max-width: 768px) {.access_nowWvt {
    margin: 2.5rem 0;
    padding: 3.5rem 0.75rem;
}.access_nowWvt h6 {
    font-size: calc(22px * 0.9);
    line-height: 1.5;
    margin-bottom: 1.8rem;
}.access_nowWvt h6::after {
    width: 60px;
    bottom: -10px;
}.access_nowWvt .help_cardGyh {
    min-width: 180px;
    padding: 12px 20px;
    font-size: calc(20px * 0.95);
}
}



@media screen and (max-width: 576px) {.access_nowWvt {
    padding: 3rem 0.5rem;
    margin: 2rem 0;
}.access_nowWvt h6 {
    margin-bottom: 1.5rem;
    font-size: calc(22px * 0.85);
}.access_nowWvt h6::after {
    width: 50px;
}.access_nowWvt .help_cardGyh {
    font-size: calc(20px * 0.9);
    padding: 10px 18px;
    min-width: 160px;
}
}



@media (max-width: 992px) {.leadership_experiencef1m::before {
    background: linear-gradient(180deg, rgb(146,157,178,0.5), transparent);
    top: 0;
    width: 100%;
    right: 0;
    height: 40%;
}.leadership_experiencef1m .learner_stories4VB {
    flex-direction: column;
    align-items: center;
    max-width: 90%;
}.leadership_experiencef1m .photo_showaXl {
    height: 400px;
    width: 90%;
}.leadership_experiencef1m .career_insights9Lv {
    width: 100%;
    padding: 3rem 1rem 1rem;
}.leadership_experiencef1m .career_insights9Lv::before {
    display: none;
}.leadership_experiencef1m .exp_tablejuI {
    max-width: 100%;
}
}



@media (min-width: 992px) {.pricing_tableXcf .cost_tableA5l {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}.pricing_tableXcf .pricing_deals1nU {
    align-self: center;
    grid-column: 2;
    text-align: left;
    grid-row: 1;
}.pricing_tableXcf .pricing_deals1nU h2 {
    display: inline-block;
}.pricing_tableXcf .pricing_deals1nU h2::after {
    left: 0;
    transform: none;
}.pricing_tableXcf .payment_planaji {
    margin: 25px 0 0;
}.pricing_tableXcf .package_dealsAiO {
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 480px) {.pricing_tableXcf {
    padding: 60px 0;
}.pricing_tableXcf .cert_plansjMc {
    padding: 25px 20px;
}.pricing_tableXcf .photo_showaXl {
    height: 180px;
}}



@media (min-width: 768px) {.course_structureEr3 {
    padding: 150px 0 100px;
}.course_structureEr3 h2 {
    margin-bottom: 60px;
    max-width: 80%;
    font-size: calc(29px * 1.2);
}.course_structureEr3 .learn_codejsm {
    align-items: center;
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr;
}.course_structureEr3 .photo_showaXl {
    transform: perspective(1500px) rotateY(-5deg) rotateX(3deg) translateX(-20px);
    height: 500px;
}.course_structureEr3 .photo_showaXl:hover {
    transform: perspective(1500px) rotateY(-2deg) rotateX(1deg) translateX(0);
}.course_structureEr3 .words_containermo4 {
    padding: 0 0 0 20px;
}.course_structureEr3 .description {
    max-height: 300px;
}
}



@media (min-width: 1200px) {.course_structureEr3 {
    padding: 180px 0 120px;
}.course_structureEr3 h2 {
    max-width: 60%;
    font-size: calc(29px * 1.5);
}.course_structureEr3 .learn_codejsm {
    grid-gap: 100px;
}.course_structureEr3 .photo_showaXl {
    height: 600px;
}.course_structureEr3 .description {
    font-size: calc(13px * 1.1);
    max-height: 450px;
}
}



@media screen and (max-width: 1024px) {.connect_form96p .reach_boxZci {
    flex-direction: column;
    transform: none;
}.connect_form96p .photo_showaXl {
    flex: 0 0 100%;
    min-height: 300px;
}.connect_form96p .query_box2TU {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}



@media screen and (max-width: 480px) {.connect_form96p .reach_boxZci {
    border-radius: 0;
}.connect_form96p .photo_showaXl {
    min-height: 250px;
}.connect_form96p .query_box2TU {
    padding: 2rem 1.5rem;
}}



@media (max-width: 992px) {.operation_processWyt {
    min-height: 60vh;
}.operation_processWyt .container {
    padding: 4rem 1.5rem;
}.operation_processWyt .team_profiler6e {
    padding: 3rem 1.5rem;
}.operation_processWyt h3 {
    padding-bottom: 1.5rem;
    font-size: calc(36px * 0.9);
}.operation_processWyt span {
    font-size: calc(17px * 0.95);
    padding: 1.8rem;
}
}



@media (max-width: 576px) {.operation_processWyt {
    min-height: 40vh;
}.operation_processWyt .container {
    padding: 2.5rem 1rem;
}.operation_processWyt .team_profiler6e {
    gap: 1.2rem;
    padding: 2rem 1rem;
}.operation_processWyt h3 {
    font-size: calc(36px * 0.7);
    padding-bottom: 1rem;
}.operation_processWyt span {
    line-height: 1.6;
    font-size: calc(17px * 0.85);
    padding: 1.2rem;
}.operation_processWyt .team_profiler6e::before,
    .operation_processWyt .team_profiler6e::after {
    height: 20px;
}}



@media (max-width: 1200px) {.level_upcAZ .container {
    gap: 2rem;
}.level_upcAZ .company_holder {
    flex: 1 1 360px;
}.level_upcAZ .chrome_ext1uc {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.level_upcAZ .nav_beginlM7 {
    gap: 2rem;
}
}



@media (max-width: 992px) {.level_upcAZ {
    padding: 3.5rem 0 2rem;
}.level_upcAZ .container {
    flex-direction: column;
    gap: 2.5rem;
}.level_upcAZ .company_holder,
    .level_upcAZ .chrome_ext1uc {
    flex: 1 1 100%;
    min-width: 100%;
}.level_upcAZ .main_classWYj {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}



@media (max-width: 576px) {.level_upcAZ {
    padding: 2.5rem 0 1rem;
}.level_upcAZ .container {
    gap: 1.5rem;
}.level_upcAZ .main_classWYj {
    min-width: 100%;
    flex: 1 1 100%;
}.level_upcAZ .nav_beginlM7 {
    gap: 1rem;
}.level_upcAZ .company_holder {
    padding: 1.5rem;
}.level_upcAZ .site_map5Ae {
    padding: 1.2rem;
}.press_roomWZt {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}



@media (max-width: 767px) {header .main_classWYj {
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    padding: 80px 30px 30px;
    top: 0;
    width: 80%;
    z-index: 1001;
    background: #000000;
    position: fixed;
    right: -100%;
    max-width: 300px;
    overflow-y: auto;
    gap: 20px;
    transition: right 0.4s ease;
    height: 100vh;
}header .menu.active {
    right: 0;
}header .site_mainNBC {
    padding: 10px 5px;
    border-bottom: 1px solid rgb(146,157,178,0.5);
    width: 100%;
}header .main_classWYj:before {
    display: none;
}header .top_lessonldo {
    margin-right: auto;
    margin-left: auto;
}
}



@media screen and (max-width: 768px) {.landing_pageNsb {
    min-height: 80vh;
}.landing_pageNsb .start_herohsD {
    width: 95%;
}.landing_pageNsb .page_homeyNC {
    padding: 2.5rem 1.5rem;
}.landing_pageNsb .page_homeyNC h1 {
    margin-bottom: 1.5rem;
    font-size: calc(45px * 0.75);
}.landing_pageNsb .page_homeyNC h3 {
    font-size: calc(24px * 0.75);
    max-width: 100%;
    margin-bottom: 1.2rem;
}.landing_pageNsb .page_homeyNC p {
    font-size: calc(12px * 0.95);
    max-width: 100%;
}.landing_pageNsb .page_homeyNC p::after {
    width: 50%;
}
}



@media screen and (max-width: 992px) {.secure_nesthd0 {
    padding: 3rem 1rem;
}.secure_nesthd0 .container {
    padding: 2.5rem 2rem;
}.secure_nesthd0 h1 {
    font-size: calc(46px * 0.9);
}.secure_nesthd0 h2 {
    font-size: calc(32px * 0.9);
}.secure_nesthd0 p {
    max-width: 100%;
}
}



@media screen and (max-width: 576px) {.secure_nesthd0 {
    padding: 2rem 0.5rem;
}.secure_nesthd0 .container {
    padding: 1.5rem 1.25rem;
}.secure_nesthd0 h1 {
    padding-bottom: 0.75rem;
    font-size: calc(46px * 0.7);
}.secure_nesthd0 h1::after {
    width: 60px;
    height: 2px;
}.secure_nesthd0:hover h1::after {
    width: 90px;
}.secure_nesthd0 h2 {
    padding-left: 0.75rem;
    font-size: calc(32px * 0.7);
}.secure_nesthd0 h2::before {
    width: 3px;
}.secure_nesthd0 h3, 
    .secure_nesthd0 h4 {
    padding-left: 1.25rem;
}.secure_nesthd0 ul {
    padding-left: 1rem;
}.secure_nesthd0 li {
    padding-left: 1.25rem;
}.secure_nesthd0 li::before {
    width: 6px;
    height: 6px;
}.secure_nesthd0 span {
    padding: 0.75rem 0.75rem;
    border-left: 2px solid rgb(110,120,135);
}}



@media (max-width: 480px) {.thxAreazpZ {
    padding: 40px 0;
}.thxAreazpZ .team_profiler6e {
    padding: 30px 20px;
    gap: 20px;
}.thxAreazpZ .team_profiler6e h5 {
    font-size: calc(20px - 4px);
}
}



@media (prefers-reduced-motion: reduce) {.thxAreazpZ .team_profiler6e,
    .thxAreazpZ .team_profiler6e h5,
    .thxAreazpZ .team_profiler6e a::before,
    .thxAreazpZ .team_profiler6e a p {
    transition: none;
}.thxAreazpZ .team_profiler6e:hover,
    .thxAreazpZ .team_profiler6e:hover h5 {
    transform: none;
}}



@media (max-width: 991px) {.analysis_summaryj5I {
    padding: 100px 0;
}.analysis_summaryj5I .fast_gainF9E {
    width: 120px;
    height: 120px;
}.analysis_summaryj5I .fast_gainF9E span {
    font-size: calc(15px * 0.8);
}.analysis_summaryj5I ul {
    gap: 20px;
}
}



@media (max-width: 576px) {.analysis_summaryj5I {
    padding: 60px 0;
}.analysis_summaryj5I h2 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.analysis_summaryj5I .container {
    padding: 0 15px;
}.analysis_summaryj5I ul {
    gap: 15px;
}.analysis_summaryj5I .fast_gainF9E {
    width: calc(50% - 15px);
    aspect-ratio: 1/1;
    height: auto;
}.analysis_summaryj5I .fast_gainF9E p {
    font-size: calc(36px * 0.9);
}.analysis_summaryj5I .fast_gainF9E span {
    font-size: calc(15px * 0.75);
}
}


@media screen and (min-width: 768px) and (max-width: 991px) {.contactsgds {
    padding: 70px 0;
}.contactsgds .reach_help6Sl {
    padding: 22px 30px;
}.contactsgds .reach_help6Sl svg {
    height: 22px;
    margin-right: 10px;
    width: 22px;
}.contactsgds .contact_usRxi {
    padding: 30px;
}.contactsgds .contact_usRxi p svg {
    width: 18px;
    height: 18px;
}.contactsgds .edu_asksupnKY svg {
    height: 16px;
    width: 16px;
}.contactsgds .message_ussmN {
    grid-template-columns: repeat(2, 1fr);
}
}


@media screen and (max-width: 767px) {.contactsgds {
    padding: 50px 0;
}.contactsgds .reach_help6Sl {
    padding: 20px 25px;
}.contactsgds .reach_help6Sl svg {
    margin-right: 8px;
    height: 20px;
    width: 20px;
}.contactsgds .contact_usRxi {
    padding: 25px;
}.contactsgds .contact_usRxi p {
    padding-left: 28px;
}.contactsgds .contact_usRxi p svg {
    width: 16px;
    top: 3px;
    height: 16px;
}.contactsgds .reach_sectionU9z {
    padding-top: 25px;
    margin-top: 25px;
}.contactsgds .edu_asksupnKY {
    padding-left: 26px;
}.contactsgds .edu_asksupnKY svg {
    height: 14px;
    width: 14px;
}.contactsgds .message_ussmN {
    grid-template-columns: 1fr;
}.contactsgds .write_feedbackONS {
    padding: 12px 15px 12px 34px;
}.contactsgds .write_feedbackONS svg {
    width: 12px;
    height: 12px;
    left: 10px;
}}



@media (min-width: 992px) {.audience_profileDBP ul {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, 1fr);
}.audience_profileDBP li:first-child {
    grid-row: 1;
    grid-column: 1;
}.audience_profileDBP li:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.audience_profileDBP li:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}.audience_profileDBP li:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}.audience_profileDBP li:nth-child(5) {
    grid-row: 2;
    grid-column: 2;
}.audience_profileDBP li:nth-child(6) {
    grid-row: 2;
    grid-column: 3;
}
}



@media (max-width: 768px) {.audience_profileDBP {
    padding: 3.5rem 0;
}.audience_profileDBP .team_profiler6e {
    padding: 0 1.5rem;
}.audience_profileDBP h3 {
    border-radius: 10px;
    margin-bottom: 2rem;
    align-self: center;
    font-size: calc(33px * 0.8);
    width: auto;
    text-align: center;
    padding: 0.6rem 1.5rem;
}.audience_profileDBP h3::before {
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
}.audience_profileDBP h3::after {
    display: none;
}.audience_profileDBP ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}
}



@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.05;
    transform: scale(1);
  }
  50% {
    opacity: 0.15;
    transform: scale(1.1);
  }
}



@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}



@keyframes waveEffect {
    0%, 100% {
        transform: translateX(-30%) scaleX(1.2);
    }
    50% {
        transform: translateX(30%) scaleX(0.8);
    }
}



@keyframes glowPulse {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
}



@keyframes holographicShine {
    0% {
        transform: rotate(45deg) translateX(-100%);
    }
    100% {
        transform: rotate(45deg) translateX(100%);
    }
}



@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}



@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}



@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



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

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



@keyframes orbitGlow {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.4;
    }
    100% {
        transform: rotate(360deg) scale(1.2);
        opacity: 0.6;
    }
}



@keyframes pulseGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 5px rgb(110,120,135);
    }
    100% {
        transform: scale(1.5);
        box-shadow: 0 0 15px rgb(110,120,135), 0 0 30px rgb(110,120,135,0.5);
    }
}

