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

.inner-container-k {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

.sample-docs-T {
    flex: 0 0 auto;
}

html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    auto
contain;
}

.data-statistics-Q::after {
    z-index: -1;
    opacity: 0.1;
    top: 0;
    position: absolute;
    left: 0;
    background: radial-gradient(circle at center, rgb(217,197,208,0.5) 0%, transparent 60%);
    content: "";
    height: 100%;
    width: 100%;
}

.data-statistics-Q .statistics-benefits-K {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 0;
    border-radius: 20px;
    flex-direction: row;
}

.data-statistics-Q .statistics-benefits-K {
    flex-direction: column;
    text-align: center;
}

.data-statistics-Q .statistics-benefits-K p::after {
    height: 0;
    z-index: 1;
    content: "";
    border-top: 15px solid transparent;
    border-left: 15px solid rgb(217,197,208);
    top: 50%;
    border-bottom: 15px solid transparent;
    transform: translateY(-50%);
    position: absolute;
    right: -15px;
    width: 0;
}

.data-statistics-Q .statistics-benefits-K p::after {
    border-top: 15px solid rgb(217,197,208);
    top: auto;
    border-left: 15px solid transparent;
    bottom: -15px;
    border-bottom: none;
    border-right: 15px solid transparent;
    right: auto;
    transform: translateX(-50%);
    left: 50%;
}

.data-statistics-Q svg path {
    transition: all 0.3s ease;
    fill: #ffffff;
}

.data-statistics-Q ul::before {
    opacity: 0.3;
    left: 90px;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    z-index: -1;
    background: linear-gradient(to bottom, rgb(217,197,208,0.5), rgb(180,166,179,0.5));
    width: 2px;
}

.data-statistics-Q ul::before {
    display: none;
}



.data-statistics-Q .statistics-benefits-K::before {
    z-index: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(45deg, #ffffff 0%, transparent 100%);
    content: "";
    opacity: 0;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
}

.who-we-are-o::after {
    z-index: 2;
    animation: pulseGlow 15s infinite alternate ease-in-out;
    opacity: 0.12;
    position: absolute;
    background: radial-gradient(circle at center, rgb(217,197,208,0.5), transparent 70%);
    height: 100%;
    top: -50%;
    width: 100%;
    right: -50%;
    content: "";
}

.who-we-are-o h4::before {
    position: absolute;
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
    width: 60px;
    background: rgb(217,197,208);
    left: 50%;
    content: "";
}

.who-we-are-o h4::before {
    width: 80px;
}

.who-we-are-o .editorial-box-K:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.who-we-are-o .editorial-box-K:hover {
    transform: perspective(1200px) rotateX(0deg) translateY(0);
}

.who-we-are-o h6 {
    position: relative;
    font-size: calc(20px * 1.2);
    margin: 0 0 25px;
    display: inline-block;
    font-weight: 700;
    color: rgb(217,197,208);
    letter-spacing: 1px;
}

.who-we-are-o span {
    column-count: 1;
    text-align: justify;
    color: rgba(255, 255, 255, 0.9);
    column-gap: 30px;
    line-height: 1.8;
    position: relative;
    font-size: 15px;
    display: block;
}

.connect-C {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(241,228,232) 0%, rgba(255,255,255,0.95) 100%);
}

.connect-C::after {
    width: 40%;
    content: "";
    opacity: 0.15;
    height: 40%;
    left: -5%;
    transform: rotate(15deg) translate3d(0, 0, 0);
    background: linear-gradient(45deg, rgb(180,166,179) 0%, rgb(180,166,179,0.5) 70%, transparent 100%);
    position: absolute;
    z-index: 0;
    bottom: -5%;
    filter: blur(20px);
    border-radius: 10px;
}

.connect-C .contact-details-u:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05),
                0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateZ(0) rotateX(0deg);
}

.connect-C h3::after {
    left: 0;
    background: linear-gradient(90deg, rgb(217,197,208) 0%, rgb(180,166,179) 100%);
    width: 60%;
    height: 3px;
    transform: scaleX(1);
    position: absolute;
    transform-origin: left;
    transition: transform 0.4s ease-out;
    bottom: -10px;
    content: "";
}

.connect-C .contact-help-U:hover {
    border-left-width: 5px;
    transform: translateX(5px);
    background: linear-gradient(90deg, rgba(var(--primary-color-rgb), 0.05) 0%, rgba(255, 255, 255, 0.9) 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.connect-C svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,197,208);
}

.title-portal-q {
    min-height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.title-portal-q .intro-title-C {
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
}

.title-portal-q .how-started-J {
    animation: fadeUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    max-width: 1200px;
    width: 85%;
    transform: translateY(-20px);
    position: relative;
    z-index: 3;
}

.title-portal-q .how-started-J > div:nth-child(2) {
    margin-left: 0;
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}

.title-portal-q p {
    color: rgb(180,166,179);
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 0.5rem 1.5rem;
    font-size: calc(18px * 1.2);
    margin-bottom: 0.8rem;
    display: inline-block;
    overflow: hidden;
}

.title-portal-q h1.title_style_header::after {
    bottom: -15px;
    height: 4px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(217,197,208), rgb(180,166,179));
    width: 120px;
    left: 0;
    position: absolute;
    animation: scaleWidth 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s forwards;
    content: "";
    transform-origin: left;
}

.cookie-warning-notice-q h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie-warning-notice-q p {
    font-size: 18px;
}

.cookie-check-W svg, .cookie-check-W svg path, .cookie-check-W img {
    fill: rgb(217,197,208);
    height: 100px;
    width: 100px;
}

#cookiePromptAlert-Z {
    display: none;
}


.inner-container-k .user-dialog-X {
    justify-content: flex-end;
}

.inner-container-k .safe-cookies-O {
    text-align: right;
}

footer {
    position: relative;
    width: 100%;
}

footer .sample-docs-T::before {
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    content: "";
    right: 0;
    z-index: 0;
    height: 100px;
    transform: skewY(-3deg);
    background-color: rgb(180,166,179);
    position: absolute;
    top: -50px;
    left: 0;
}

footer .info_item::after {
    position: absolute;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}

footer .info_item p,
footer .info_item a {
    vertical-align: middle;
    transition: color 0.3s ease;
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    text-decoration: none;
}

footer .top-base-E::before {
    right: 15px;
    top: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    pointer-events: none;
    bottom: 15px;
    content: "";
    border-radius: calc(26px - 8px);
    position: absolute;
    left: 15px;
}

footer .top-nav-g {
    margin-bottom: 25px;
    position: relative;
}

footer .top-nav-g a {
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
    border-radius: 0 5px 5px 0;
    font-size: 17px;
    margin: 0 10px 10px 0;
    transition: all 0.3s ease;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgb(180,166,179,0.5);
}

footer .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    padding-left: 15px;
    font-size: 20px;
    position: relative;
    margin-bottom: 15px;
}

footer .subscribe_holder p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    line-height: 1.6;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .news-box-A {
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
    padding: 14px 20px;
    font-size: 17px;
    font-weight: 600;
    background-color: rgb(217,197,208);
    color: #ffffff;
    cursor: pointer;
    border: none;
    position: relative;
}

footer .art-portal-X::before {
    content: "";
    top: -25px;
    width: 50px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: 50%;
    position: absolute;
    height: 1px;
    transform: translateX(-50%);
}

.tyWrapper-T .container {
    margin: 0 auto;
    max-width: 1200px;
    animation: fadeUpIn 0.8s ease-out 0.3s forwards;
    transform: translateY(30px);
    position: relative;
    padding: 0 2rem;
    z-index: 1;
    opacity: 0;
}

.tyWrapper-T h2::after {
    height: 4px;
    content: "";
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(180,166,179), transparent);
    animation: lineExpand 0.6s ease-out 1s forwards;
    bottom: -12px;
    transform: scaleX(0);
    left: 0;
    width: 80px;
}

.tyWrapper-T ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tyWrapper-T li {
    position: relative;
    transform: translateY(15px);
    animation: fadeUpIn 0.8s ease-out 0.9s forwards;
    opacity: 0;
}

.tyWrapper-T li span {
    font-family: Arial, sans-serif;
    position: relative;
    letter-spacing: 0.01em;
    font-size: calc(17px * 1.1);
    display: block;
    color: #000000;
    line-height: 1.7;
}

.mentorship-profile-L::before {
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgb(217,197,208,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(180,166,179,0.5) 0%, transparent 30%);
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    animation: pulse 20s infinite alternate;
}

.mentorship-profile-L .exp-flex-f::before {
    content: "";
    color: rgb(217,197,208);
    font-size: calc(40px * 2);
    position: absolute;
    left: 20px;
    line-height: 1;
    top: 15px;
}

.mentorship-profile-L .edu-reviews-W:hover .pic-list-e {
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(217,197,208,0.5);
    transform: translateZ(60px) translateX(-10px);
}

.mentorship-profile-L .name {
    grid-area: name;
    transition: transform 0.3s ease;
    color: #ffffff;
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    z-index: 2;
    font-size: 21px;
    border-radius: 10px;
    background: rgb(217,197,208);
    transform: translateZ(30px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

.contact-form-section-v::before {
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    content: '';
    top: 0;
    z-index: 1;
    position: absolute;
    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
        );
}

.contact-form-section-v .reach-query-t:hover {
    transform: rotateX(0) scale(1);
}

.contact-form-section-v .pic-list-e {
    flex: 0 0 40%;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.contact-form-section-v .pic-list-e::before {
    mix-blend-mode: color-dodge;
    content: '';
    opacity: 0.7;
    left: 0;
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgb(217,197,208,0.5) 0%, 
        rgb(180,166,179,0.5) 100%
    );
    position: absolute;
    width: 100%;
    top: 0;
}

.contact-form-section-v .query-links-W h3 {
    letter-spacing: 0.05em;
    font-size: 36px;
    margin-bottom: 2rem;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}

.contact-form-section-v .query-links-W input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(217,197,208);
    box-shadow: 0 0 15px rgb(217,197,208,0.5);
}

.contact-form-section-v .query-links-W input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}

.contact-form-section-v .query-links-W .reach-feedback-i input[type="checkbox"]:checked {
    background: rgb(217,197,208);
    border-color: rgb(217,197,208);
}

.contact-form-section-v .query-links-W .reach-feedback-i label {
    color: #ffffff;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.contact-form-section-v .query-links-W .reach-feedback-i a:hover {
    text-decoration: underline;
}

.contact-form-section-v .query-links-W .help-links-k::before {
    content: '';
    left: -100%;
    top: 0;
    transition: all 0.3s ease;
    width: 100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(217,197,208,0.5), 
        transparent
    );
    height: 100%;
    position: absolute;
}

.course-program-description-w::after {
    width: 100%;
    background: radial-gradient(circle at center, rgb(217,197,208,0.5) 0%, transparent 70%);
    content: "";
    opacity: 0.15;
    z-index: 2;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
}

.course-program-description-w .editorial-box-K::before {
    content: "";
    -webkit-mask-composite: xor;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
    z-index: -1;
    top: 0;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    border-radius: 15px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, rgb(217,197,208,0.5), transparent 70%, rgb(180,166,179,0.5)) border-box;
    mask-composite: exclude;
}

.course-program-description-w .editorial-box-K .description:last-child {
    margin-bottom: 0;
}

.course-program-description-w .pic-list-e::before {
    background: linear-gradient(135deg, rgb(217,197,208,0.5) 0%, transparent 50%);
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
    opacity: 0.3;
    position: absolute;
}

.course-program-description-w .job-ready-g::after {
    right: -100px;
    transform: rotate(-45deg);
}

header .container {
    width: 100%;
    position: relative;
    margin: 0;
    max-width: 100%;
    z-index: 1;
    padding: 0 2%;
}

header .nav-primary-L {
    padding: 1.5rem 0;
    display: flex;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 1rem 0;
    position: relative;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    border-radius: 29px;
}

header .nav-class-i {
    justify-content: center;
    padding: 0 0 1rem 0;
    text-decoration: none;
    display: flex;
    position: relative;
}

header .nav-class-i:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}

header .nav-train-o {
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0.7rem 1.3rem;
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, #ffffff, rgb(241,228,232));
    color: #000000;
}

.ideal-participants-S .growth-hist-s {
    padding: 0;
    flex-direction: column;
    z-index: 2;
    display: flex;
    position: relative;
}

.ideal-participants-S h4::before {
    background: rgb(217,197,208);
    height: calc(100% - 20px);
    border-radius: 10px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 8px;
    content: '';
}

.ideal-participants-S p {
    font-size: 17px;
    overflow: hidden;
    background: #ffffff;
    align-items: flex-start;
    display: flex;
    transform: translateZ(0);
    color: #000000;
    margin: 0;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    line-height: 1.6;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 17px;
    position: relative;
}



.ideal-participants-S p {
    animation: float-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
}

.ideal-participants-S p:nth-child(2) {
    z-index: 4;
    grid-column: 8 / span 5;
    grid-row: 1;
}

.ideal-participants-S p:nth-child(2) {
    animation-delay: 0.3s;
}

.ideal-participants-S p:nth-child(5) {
    grid-column: 6 / span 7;
    grid-row: 3;
    z-index: 2;
}

.ideal-participants-S p:nth-child(5) {
    animation-delay: 0.9s;
}

.ideal-participants-S p:nth-child(8) {
    grid-row: 5;
    grid-column: 4 / span 6;
    z-index: 1;
}

.ideal-participants-S p:nth-child(8) {
    animation-delay: 1.5s;
}

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

.pricing-layout-M h2::after {
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    width: 80px;
    background: rgb(180,166,179);
    content: "";
    box-shadow: 0 0 10px rgb(180,166,179,0.5);
    height: 3px;
    left: 50%;
}

.pricing-layout-M .pricing-schemes-l li {
    transform: translateY(40px);
    animation-delay: calc(0.5s + var(--li-index, 0) * 0.15s);
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
}

.pricing-layout-M .pricing-schemes-l li:nth-child(4) {
    --li-index: 4;
}

.pricing-layout-M .price-plan-d {
    border-left: 1px solid rgba(255,255,255,0.2);
    position: relative;
    padding: 40px 30px;
    height: 100%;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1);
    border-radius: 12px;
    border-top: 1px solid rgba(255,255,255,0.2);
    -webkit-backdrop-filter: blur(10px);
}

.pricing-layout-M .fee-pricing-a h4::after {
    transition: width 0.4s ease;
    height: 2px;
    width: 50px;
    left: 0;
    content: "";
    background: rgb(180,166,179);
    bottom: 0;
    position: absolute;
}

.pricing-layout-M .cost-options-i:hover .bundle-rate-V {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.pricing-layout-M .bundle-rate-V::before {
    transition: left 0.7s ease;
    left: -100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    width: 70%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,0.2) 50%,
        transparent 100%
    );
}

.training-results-S .growth-hist-s {
    display: flex;
    gap: 3rem;
    flex-direction: column-reverse;
    position: relative;
}

.training-results-S .editorial-box-K:hover::before {
    height: 100%;
}

.training-results-S h4 {
    font-size: 1.8rem;
    line-height: 1.4;
    position: relative;
    font-weight: 600;
    border-left: 3px solid rgb(180,166,179);
    color: #000000;
    padding-left: 1rem;
    margin-bottom: 2rem;
}

.training-results-S li p {
    line-height: 1.6;
    margin: 0;
    gap: 1rem;
    font-size: 12px;
    color: #000000;
    display: flex;
    align-items: flex-start;
}

.training-results-S li svg path {
    fill: rgb(217,197,208);
    transition: fill 0.3s ease;
}

.training-results-S .pic-list-e:hover {
    transform: scale(1.02);
    filter: saturate(1.1);
}

.secure-cache-a h1, .secure-cache-a h2, .secure-cache-a h3, .secure-cache-a h4, .secure-cache-a h5, .secure-cache-a h6 {
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
    color: #ffffff;
}

.secure-cache-a h1 {
    letter-spacing: 1px;
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 12px;
}

.secure-cache-a ul li:before, .secure-cache-a ol li:before {
    left: 0;
    top: 0.6em;
    content: '';
    background-color: #ffffff;
    height: 12px;
    position: absolute;
    width: 12px;
    border-radius: 50%;
}

.secure-cache-a div {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.pricing-layout-M .fee-pricing-a p::-webkit-scrollbar {
    width: 4px;
}

.pricing-layout-M .fee-pricing-a p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}

.pricing-layout-M .fee-pricing-a p::-webkit-scrollbar-thumb {
    background: rgb(180,166,179);
    border-radius: 10px;
}



@media (min-width: 1400px) {.data-statistics-Q .statistics-benefits-K {
    margin-left: auto;
    max-width: 90%;
}.data-statistics-Q .statistics-benefits-K:nth-child(2n) {
    margin-right: auto;
    margin-left: 0;
}.data-statistics-Q .statistics-benefits-K p {
    font-size: 3.5rem;
}}



@media (max-width: 480px) {.who-we-are-o {
    padding: 60px 0 40px;
}.who-we-are-o .editorial-box-K {
    transform: none;
    padding: 25px 20px;
}.who-we-are-o h4 {
    margin-bottom: 30px;
}.who-we-are-o h6::after {
    width: 25%;
}.who-we-are-o span {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}.who-we-are-o .editorial-box-K div::before,
    .who-we-are-o .editorial-box-K div::after {
    display: none;
}}



@media (max-width: 767px) {.connect-C {
    padding: 3rem 0;
}.connect-C .contact-details-u {
    padding: 2rem;
    transform: none !important;
}.connect-C h3 {
    font-size: calc(32px - 0.25rem);
}.connect-C p {
    max-width: 100%;
    font-size: 15px;
}.connect-C .contact-help-U {
    padding: 0.6rem 1rem;
}.connect-C svg {
    height: 20px;
    width: 20px;
}
}



@media screen and (max-width: 992px) {.title-portal-q .how-started-J {
    width: 90%;
}.title-portal-q h1.title_style_header {
    padding-right: 0;
    font-size: 45px;
}.title-portal-q .how-started-J > div:nth-child(1) {
    margin-left: 2%;
}.title-portal-q .how-started-J > div:nth-child(3) {
    margin-left: 5%;
}
}


@media only screen and (max-width: 1200px) {.cookie-warning-notice-q {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.cookie-check-W {
    display: none;
}.user-dialog-X {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie-warning-notice-q h5 {
    text-align: center;
}.cookie-warning-notice-q p {
    text-align: center;
}.safe-cookies-O {
    margin-bottom: 20px;
}body .inner-container-k .learn-cookies-j {
    margin-left: 0;
}}



@media (max-width: 576px) {footer .sample-docs-T {
    padding: 50px 0 20px;
}footer .nav-block-r h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
    margin-bottom: 20px;
}footer .top-base-E::before, footer .subscribe_holder::before {
    right: 10px;
    left: 10px;
    top: 10px;
    bottom: 10px;
}footer .input_holder input[type="email"],
    footer .news-box-A {
    padding: 12px;
}}



@media (max-width: 992px) {.mentorship-profile-L {
    padding: 80px 0;
}.mentorship-profile-L .edu-reviews-W {
    grid-template-rows: auto auto auto auto;
    transform: none;
    grid-template-areas:
      "pic-list-e"
      "name"
      "work-skills-w"
      "exp-flex-f";
    grid-template-columns: 1fr;
    gap: 15px;
}.mentorship-profile-L .exp-flex-f,
  .mentorship-profile-L .pic-list-e,
  .mentorship-profile-L .name,
  .mentorship-profile-L .edu-reviews-W > span:not(.name) {
    transform: none;
}.mentorship-profile-L .edu-reviews-W:hover .exp-flex-f,
  .mentorship-profile-L .edu-reviews-W:hover .pic-list-e,
  .mentorship-profile-L .edu-reviews-W:hover .name,
  .mentorship-profile-L .edu-reviews-W:hover > span:not(.name) {
    transform: none;
}.mentorship-profile-L .pic-list-e {
    width: 90%;
    margin: 0 auto;
    height: 240px;
}.mentorship-profile-L .exp-flex-f {
    padding: 30px;
}.mentorship-profile-L .name,
  .mentorship-profile-L .edu-reviews-W > span:not(.name) {
    margin: 0 auto;
    width: 90%;
    text-align: center;
}
}



@media (min-width: 1200px) {.course-program-description-w .job-ready-g {
    flex-direction: column;
    align-items: center;
    display: flex;
}.course-program-description-w .editorial-box-K {
    justify-content: center;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}.course-program-description-w .editorial-box-K h2 {
    width: 100%;
}.course-program-description-w .editorial-box-K .description {
    position: relative;
    padding: 0 15px;
    width: calc(50% - 30px);
    text-align: left;
}.course-program-description-w .editorial-box-K .description:first-of-type::after {
    top: 0;
    content: "";
    width: 1px;
    right: 0;
    background: linear-gradient(to bottom, transparent, rgb(217,197,208,0.5), transparent);
    height: 100%;
    position: absolute;
}.course-program-description-w .pic-list-e {
    height: 450px;
    margin-top: 60px;
    border-radius: calc(15px * 2);
    max-width: 80%;
}.course-program-description-w .job-ready-g::after {
    display: none;
}
}



@media (max-width: 991px) {header .nav-primary-L {
    margin: 0.8rem 0;
    padding: 1.2rem 0;
}header .nav-class-i {
    padding: 0 0 0.8rem 0;
}header .nav-class-i svg {
    width: 160px;
}header .nav-block-r {
    gap: 0.6rem;
    padding: 0.8rem 1.5rem 0;
}header .nav-train-o {
    padding: 0.6rem 1.1rem;
}
}



@media (max-width: 480px) {header .nav-primary-L {
    margin: 0.5rem 0;
    padding: 0.8rem 0;
}header .nav-class-i {
    padding: 0 0 0.6rem 0;
}header .nav-class-i svg {
    width: 120px;
}header .nav-block-r {
    padding: 0.6rem 0.5rem 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .nav-block-r::-webkit-scrollbar {
    height: 3px;
}header .nav-block-r::-webkit-scrollbar-thumb {
    background: rgb(217,197,208);
    border-radius: 10px;
}header .nav-train-o {
    flex-shrink: 0;
    margin-right: 3px;
    white-space: nowrap;
}}



@media screen and (max-width: 768px) {.ideal-participants-S {
    padding: 80px 0 70px;
}.ideal-participants-S h4 {
    font-size: calc(44px * 0.7);
    margin-bottom: 50px;
    padding-left: 25px;
}.ideal-participants-S h4::before {
    width: 6px;
}.ideal-participants-S div > div {
    gap: 15px;
    grid-template-columns: 1fr;
}.ideal-participants-S p {
    grid-column: 1 !important;
    padding: 20px;
    grid-row: auto !important;
}.ideal-participants-S p svg {
    width: 25px;
    margin-right: 15px;
    height: 25px;
}}



@media (min-width: 768px) {.training-results-S {
    padding: 7rem 0;
}.training-results-S .growth-hist-s {
    align-items: center;
    gap: 5rem;
    flex-direction: row;
}.training-results-S .editorial-box-K {
    flex: 1;
    padding: 3rem;
}.training-results-S .pic-list-e {
    max-height: 500px;
    max-width: 45%;
    height: 100%;
    flex: 1;
}.training-results-S .editorial-box-K > div {
    flex-direction: row;
}.training-results-S h4 {
    font-size: 2rem;
    padding-left: 1.5rem;
}
}



@media (prefers-reduced-motion: reduce) {.training-results-S *,
    .training-results-S *::before,
    .training-results-S *::after {
    animation-duration: 0.01s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01s !important;
}}

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



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



@keyframes borderShine {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 400% 0%;
    }
}



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



@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes constellation {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 200px 200px, -150px 150px, 100px -100px;
  }
}



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



@keyframes pulseIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes rotateBlob {
    0% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
    50% {
        border-radius: 45% 55% 52% 48% / 56% 48% 52% 44%;
        transform: rotate(10deg);
    }
    100% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
}

