.outer-containerweb {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}

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

.head_primeweb {
    flex: 1 0 auto;
}


.welcome_sectionweb {
    overflow: hidden;
    background-image: linear-gradient(135deg, rgb(233,225,230) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
    min-height: 100vh;
}

.welcome_sectionweb h1 {
    font-weight: 700;
    transform: translateY(0);
    max-width: 90%;
    color: #000000;
    font-size: 39px;
    line-height: 1.2;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.welcome_sectionweb .page_homeweb {
    padding: 2.5rem;
    box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.05),
                -8px -8px 30px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.6),
                inset -1px -1px 1px rgba(0, 0, 0, 0.05);
    max-width: 600px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 12px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 100%;
    transform: translateZ(0);
}

.welcome_sectionweb .query_linksweb::before {
    top: 0;
    width: 100%;
    left: -100%;
    content: "";
    pointer-events: none;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    transition: all 0.5s ease;
}

.welcome_sectionweb .snapweb::after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(94,170,168,0.2) 0%, rgba(255,255,255,0) 70%);
}

.program_structureweb {
    background-color: rgb(233,225,230);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

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

.program_structureweb .subtext_wrapweb h2 {
    position: relative;
    color: #000000;
    font-weight: 700;
    border-left: 4px solid rgb(208,191,201);
    grid-column: 1 / -1;
    font-size: 33px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.program_structureweb .description:last-of-type::before {
    right: -10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: -1;
    bottom: -10px;
    content: "";
    background-color: rgb(173,152,164,0.5);
    position: absolute;
}

.program_structureweb .snapweb:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.pricing_bucketweb {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,230) 0%, rgb(173,152,164,0.5) 100%);
}

.pricing_bucketweb .discount_planweb {
    flex-direction: column-reverse;
    gap: 2.5rem;
    display: flex;
}

.pricing_bucketweb .discount_priceweb h2::after {
    bottom: -10px;
    transform-origin: left;
    background: rgb(208,191,201);
    position: absolute;
    height: 3px;
    left: 0;
    transition: transform 0.5s ease;
    width: 80px;
    content: "";
    transform: scaleX(1);
}

.pricing_bucketweb .trial_pricingweb:hover {
    transform: translateY(-8px);
}

.pricing_bucketweb .rate_optionsweb {
    padding: 2rem;
    flex-grow: 1;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.pricing_bucketweb .class_costweb::before {
    content: "";
    width: 40px;
    position: absolute;
    bottom: -10px;
    background: rgb(173,152,164);
    height: 2px;
    left: 0;
}

.pricing_bucketweb .trial_pricingweb:hover .snapweb {
    transform: scale(1.05);
}

.cookie_modal_messageweb {
    position: fixed;
    border-top: 2px solid rgb(208,191,201);
    bottom: 0;
    z-index: 90;
    width: 100%;
    background: rgb(233,225,230);
}

.cookie_guideweb svg, .cookie_guideweb svg path, .cookie_guideweb img {
    height: 100px;
    fill: rgb(208,191,201);
    width: 100px;
}

.outer-containerweb .cookie_guideweb {
    background:rgb(208,191,201);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 80px;
    height: 80px;
}

.gratWrapperweb::before {
    opacity: 0.2;
    background-size: 60px 60px;
    width: 100%;
    animation: movePattern 40s linear infinite;
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(173,152,164,0.5) 49.5%, rgb(173,152,164,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(173,152,164,0.5) 49.5%, rgb(173,152,164,0.5) 50.5%, transparent 50.5%);
    content: "";
    top: 0;
}

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

.gratWrapperweb li::before {
    height: 8px;
    animation: pulse 3s infinite;
    background: rgb(208,191,201);
    content: "";
    opacity: 0.9;
    position: absolute;
    width: 8px;
    left: 0;
    transform: rotate(45deg);
    top: 8px;
}

footer .contact_supportweb {
    margin-bottom: 60px;
    border-left: 4px solid rgb(208,191,201);
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding: 30px;
    border-radius: 0 13px 13px 0;
    display: grid;
    gap: 20px;
    background-color: rgba(255, 255, 255, 0.05);
}

footer .top_pagebarweb {
    position: relative;
}

footer .top_pagebarweb svg {
    margin-bottom: 20px;
    height: 45px;
    filter: brightness(0) invert(1);
    width: auto;
}

footer .head_studyweb h5::after {
    bottom: -10px;
    width: 40px;
    height: 3px;
    content: "";
    left: 0;
    position: absolute;
    background-color: rgb(208,191,201);
}

footer .subscribe_holder::before {
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(208,191,201,0.5), transparent);
    top: 0;
    border-radius: 13px;
    left: 0;
    content: "";
}

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

footer .sub_formweb::after {
    transform: rotate(45deg);
    content: "";
    top: -100px;
    transition: all 0.7s ease;
    height: 300px;
    left: -100px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
}

.customer_experienceweb {
    position: relative;
    background: linear-gradient(180deg, rgb(233,225,230) 0%, #ffffff 100%);
    padding: 90px 0;
    overflow: hidden;
}

.customer_experienceweb .testimonials_proweb {
    margin: 0 auto;
    position: relative;
    max-width: 900px;
}

.customer_experienceweb .testimonials_proweb::before {
    z-index: 1;
    bottom: 0;
    transform: translateX(-50%);
    top: 0;
    border-radius: 10px;
    left: 50%;
    width: 4px;
    content: "";
    background: linear-gradient(to bottom, rgb(208,191,201,0.5), rgb(173,152,164,0.5));
    position: absolute;
}

.customer_experienceweb .student_quotesweb:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.customer_experienceweb .student_quotesweb:nth-child(odd)::after {
    border-color: transparent transparent transparent #ffffff;
    right: -20px;
}

.customer_experienceweb .student_quotesweb:hover .snapweb {
    transform: scale(1.05);
    border-color: rgb(208,191,201);
}

.customer_experienceweb .student_quotesweb p::before {
    position: absolute;
    content: "";
    width: 40px;
    background: rgb(208,191,201,0.5);
    top: -10px;
    height: 2px;
    left: 0;
    transition: all 0.3s ease;
}

.secure_oasisweb .container {
    padding: 2rem;
    position: relative;
    background: rgba(#ffffff, 0.9);
    border-left: 3px solid rgb(208,191,201);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    max-width: 1140px;
    z-index: 1;
    transition: transform 0.3s ease-out;
    margin: 0 auto;
    transform: translateZ(0);
}

.secure_oasisweb h2::before {
    content: "";
    width: 3px;
    background: rgb(208,191,201);
    position: absolute;
    transform: scaleY(0.9);
    left: 0;
    height: 75%;
    top: 0.2em;
    opacity: 0.8;
}

.secure_oasisweb h4::before {
    width: 2px;
    left: 0;
    top: 0.3em;
    position: absolute;
    content: "";
    background: rgb(173,152,164);
    opacity: 0.6;
    height: 65%;
}

.secure_oasisweb li {
    font-size: 16px;
    padding-left: 0.5rem;
    margin-bottom: 0.8rem;
    position: relative;
    line-height: 1.6;
    color: #000000;
}

.secure_oasisweb p strong::after {
    background: rgb(173,152,164);
    bottom: -2px;
    content: "";
    transform: scaleX(0.97);
    height: 1px;
    left: 0;
    width: 100%;
    opacity: 0.3;
    position: absolute;
}

.potential_learnersweb .study_sessionsweb {
    position: relative;
    padding: 0;
    overflow: visible;
}

.potential_learnersweb h4 {
    padding-bottom: 20px;
    text-align: center;
    font-size: calc(33px * 1.2);
    position: relative;
    margin: 0 0 70px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgb(208,191,201,0.5), 0 0 30px rgb(208,191,201,0.5);
    font-weight: 700;
    letter-spacing: 3px;
}

.potential_learnersweb p::after {
    top: -15px;
    font-weight: 700;
    z-index: -1;
    content: attr(data-number);
    font-size: calc(45px * 1.2);
    opacity: 0.15;
    position: absolute;
    color: rgb(173,152,164);
    transition: all 0.3s ease;
    right: 25px;
}

.potential_learnersweb p:nth-child(6)::after {
    content: '06';
}

.potential_learnersweb p:nth-child(9)::after {
    content: '09';
}

.potential_learnersweb p:hover::before {
    opacity: 1;
}

.potential_learnersweb p:nth-child(3n+1) {
    transform: translateX(-30px);
}

.potential_learnersweb p:nth-child(3n+1):hover {
    transform: translateX(-30px) translateY(-15px) rotateX(5deg) rotateY(-5deg);
}

.potential_learnersweb p svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,191,201);
}

.learning_outcomesweb {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,225,230) 0%, #ffffff 100%);
}

.learning_outcomesweb::after {
    position: absolute;
    right: -50%;
    transform: rotate(-15deg);
    content: "";
    top: -50%;
    opacity: 0.03;
    height: 100%;
    pointer-events: none;
    width: 100%;
    z-index: 0;
    background: rgb(208,191,201,0.5);
}

.learning_outcomesweb .study_sessionsweb {
    flex-direction: column-reverse;
    position: relative;
    align-items: center;
    display: flex;
    gap: 40px;
}

.learning_outcomesweb h4::after {
    position: absolute;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(208,191,201) 0%, rgb(173,152,164) 100%);
    transition: width 0.3s ease-out;
    bottom: -10px;
    left: 0;
    transform-origin: left center;
    width: 80px;
}

.learning_outcomesweb li:hover {
    transform: translateX(5px);
}

.learning_outcomesweb li p span:last-child {
    color: #000000;
    line-height: 1.5;
    transform: translateY(2px);
    font-size: 12px;
}

.learning_outcomesweb svg {
    transition: transform 0.3s ease;
    height: 24px;
    position: relative;
    z-index: 1;
    width: 24px;
}

.learning_outcomesweb .snapweb {
    width: 100%;
    object-fit: cover;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4);
    max-width: 600px;
    height: auto;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(-1deg) translateZ(0);
    border-radius: 10px;
}

.company_overviewweb .subtext_wrapweb:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.company_overviewweb .subtext_wrapweb > div {
    overflow: hidden;
    position: relative;
}

.company_overviewweb .subtext_wrapweb p::after {
    transform: scaleX(0);
    content: "";
    animation: expandLine 0.8s 0.6s ease-out forwards;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -4px;
    transform-origin: right;
    background: rgb(173,152,164);
}

.leadership_profileweb .student_quotesweb {
    position: relative;
    flex-direction: column;
    padding: 60px 40px 40px;
    border-radius: 2px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    background: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

.leadership_profileweb .student_quotesweb span:not(.name) {
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 12px;
    color: #000000;
    transform: translateX(0);
    transition: transform 0.5s ease;
    font-weight: 300;
    letter-spacing: 1px;
}

.leadership_profileweb .student_quotesweb:hover .work_projectsweb::before {
    transform: scaleX(1);
}

.contact_boxwebGMX .request_cardweb {
    position: relative;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-wrap: wrap;
}

.contact_boxwebGMX .feedback_blockweb h3 {
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    font-size: 28px;
    color: #ffffff;
}

.contact_boxwebGMX .feedback_blockweb div svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
}

.contact_boxwebGMX .feedback_blockweb div:hover svg path {
    fill: rgb(173,152,164);
}

.contact_boxwebGMX .feedback_blockweb div span a:hover {
    color: rgb(173,152,164);
}

.contact_boxwebGMX form input[type="text"],
.contact_boxwebGMX form input[type="email"] {
    padding: 15px 20px;
    font-size: 17px;
    transition: all 0.3s ease;
    border: 2px solid #EFEFEF;
    border-radius: 10px;
    margin-bottom: 20px;
}

.contact_boxwebGMX .inquiry_inquiryweb input[type="checkbox"]:checked + label::after {
    content: "";
    border: solid white;
    transform: rotate(45deg);
    top: 4px;
    position: absolute;
    border-width: 0 2px 2px 0;
    height: 12px;
    left: 7px;
    width: 6px;
}

.contact_boxwebGMX form .query_linksweb:active::after {
    height: 200px;
    width: 200px;
}

.contact_boxwebGMX .feedback_blockweb div:nth-child(3) {
    animation-delay: 0.2s;
}

.contact_boxwebGMX .feedback_blockweb div:nth-child(5) {
    animation-delay: 0.4s;
}

header .nav_classweb {
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    gap: 1rem;
    align-items: center;
    display: grid;
}

header .header_mainweb svg {
    height: auto;
    width: 160px;
    transition: all 0.3s ease;
}

header .nav_guideweb {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    text-align: center;
    padding: 0.4rem 0.8rem;
    text-decoration: none;
    position: relative;
    color: #000000;
    border-radius: 10px;
    font-weight: 400;
    background: #ffffff;
}



@media (max-width: 767px) {.welcome_sectionweb h1 {
    font-size: calc(39px * 0.9);
}.welcome_sectionweb .page_homeweb {
    padding: 1.5rem;
}.welcome_sectionweb .page_homeweb p {
    font-size: 12px;
}.welcome_sectionweb .query_linksweb {
    padding: 0.8rem 1.5rem;
}.welcome_sectionweb svg {
    width: 120px;
    height: 120px;
}}



@media screen and (max-width: 1024px) {.program_structureweb {
    padding: 80px 0;
}.program_structureweb .snapweb {
    margin: 30px 0;
    height: 350px;
}
}



@media (min-width: 992px) {.pricing_bucketweb .discount_planweb {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
}.pricing_bucketweb .discount_priceweb {
    margin: 0;
    width: 35%;
}.pricing_bucketweb .study_offersweb {
    width: 65%;
}
}


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


@media only screen and (max-width: 800px) {.cookie_guideweb {
    display: none;
}.cookies_consentweb {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_modal_messageweb h5 {
    text-align: center;
}.cookie_modal_messageweb p {
    text-align: center;
}.learn_consentweb {
    margin-bottom: 20px;
}body .outer-containerweb .data_controlweb {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
    align-items: stretch;
}footer .sub_formweb {
    white-space: nowrap;
}
}



@media (max-width: 1024px) {.customer_experienceweb {
    padding: 70px 0;
}.customer_experienceweb .student_quotesweb {
    padding: 25px;
    width: 47%;
}.customer_experienceweb .student_quotesweb:nth-child(odd)::before {
    right: -50px;
}.customer_experienceweb .student_quotesweb:nth-child(even)::before {
    left: -50px;
}.customer_experienceweb .snapweb {
    height: 60px;
    width: 60px;
}
}



@media (min-width: 992px) {.secure_oasisweb {
    padding: 6rem 3rem;
}.secure_oasisweb .container {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left-width: 5px;
    padding: 4rem 5rem;
}.secure_oasisweb h1 {
    font-size: calc(43px * 1.3);
    margin-bottom: 3rem;
}.secure_oasisweb h1::after {
    width: 140px;
}.secure_oasisweb p, .secure_oasisweb span {
    font-size: calc(16px * 1.08);
}.secure_oasisweb ul {
    padding-left: 2.5rem;
}.secure_oasisweb li {
    font-size: calc(16px * 1.08);
}
}



@media (max-width: 1199px) {.potential_learnersweb div > div {
    margin: 0 -30px;
}
}



@media (max-width: 991px) {.potential_learnersweb {
    padding: 80px 0;
}.potential_learnersweb h4 {
    font-size: calc(33px * 1.1);
    margin-bottom: 60px;
}.potential_learnersweb div > div {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -20px;
}.potential_learnersweb p {
    padding: 25px 30px;
}.potential_learnersweb p svg {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}.potential_learnersweb p:nth-child(3n+1),
    .potential_learnersweb p:nth-child(3n+3) {
    transform: none;
}.potential_learnersweb p:nth-child(odd) {
    transform: translateX(-20px);
}.potential_learnersweb p:nth-child(even) {
    transform: translateX(20px);
}.potential_learnersweb p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.potential_learnersweb p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}



@media (hover: none) {.learning_outcomesweb .subtext_wrapweb:hover,
    .learning_outcomesweb li:hover,
    .learning_outcomesweb li:hover p,
    .learning_outcomesweb .snapweb:hover,
    .learning_outcomesweb li:hover svg {
    transform: none;
    box-shadow: 
            20px 20px 40px rgba(0, 0, 0, 0.05),
            -8px -8px 20px rgba(255, 255, 255, 0.8),
            inset 2px 2px 5px rgba(255, 255, 255, 0.4),
            inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.learning_outcomesweb .subtext_wrapweb:hover h4::after {
    width: 80px;
}}



@media (max-width: 768px) {.leadership_profileweb {
    padding: 80px 0;
}.leadership_profileweb .student_quotesweb {
    padding: 80px 25px 30px;
    margin: 0 15px;
}.leadership_profileweb .snapweb {
    left: 25px;
    height: 100px;
    width: 100px;
}.leadership_profileweb .name {
    font-size: 18px;
}.leadership_profileweb .work_projectsweb {
    font-size: calc(12px * 0.95);
}.leadership_profileweb .work_projectsweb::before {
    left: -25px;
    width: 20px;
}}



@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(5%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-2%, 5%) rotate(-5deg);
    }
}



@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}



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



@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

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



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



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

@keyframes slideInLeft {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
