.discount_ctaweb {
    flex: 0 0 auto;
}

.discount_ctaweb {
    overflow: hidden;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    background-color: #000000;
    position: relative;
}

.welcome_sectionweb::after {
    position: absolute;
    animation: float 12s infinite alternate-reverse ease-in-out;
    bottom: -5%;
    filter: blur(60px);
    border-radius: 50% 40% 30% 60%;
    height: 40%;
    opacity: 0.15;
    background: rgb(173,152,164,0.5);
    content: "";
    right: -5%;
    z-index: 0;
    width: 30%;
}

.welcome_sectionweb h1:hover::after {
    width: 150px;
}

.welcome_sectionweb .page_homeweb:hover {
    box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.08),
                -10px -10px 35px rgba(255, 255, 255, 0.9),
                inset 1px 1px 1px rgba(255, 255, 255, 0.7),
                inset -1px -1px 1px rgba(0, 0, 0, 0.07);
    transform: translateY(-5px) translateZ(0);
}

.welcome_sectionweb svg:hover {
    filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.15));
    transform: scale(1.05) rotate(2deg);
}

.welcome_sectionweb svg:hover text {
    fill: rgb(173,152,164);
}

.welcome_sectionweb .query_linksweb:hover::before {
    left: 100%;
}

.welcome_sectionweb .query_linksweb:active {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1),
                -4px -4px 10px rgba(255, 255, 255, 0.8),
                inset 2px 2px 6px rgba(0, 0, 0, 0.1),
                inset -2px -2px 6px rgba(255, 255, 255, 0.5);
    transform: translateY(2px) translateZ(0);
}

.welcome_sectionweb .snapweb:hover {
    transform: translateZ(0) rotate(1deg) scale(1.02);
    box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.15),
                -15px -15px 35px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.4);
}

.program_structureweb::after {
    border-radius: 50%;
    position: absolute;
    top: -100px;
    animation: rotate 20s linear infinite;
    right: -100px;
    background: radial-gradient(circle, rgb(173,152,164,0.5) 0%, transparent 80%);
    content: "";
    height: 400px;
    width: 400px;
    z-index: 1;
}

.program_structureweb .description:first-of-type {
    position: relative;
    overflow: hidden;
}

.program_structureweb .description:last-of-type {
    overflow: hidden;
    position: relative;
}

.program_structureweb .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.program_structureweb .snapweb::after {
    transform: translateX(-50%);
    left: 50%;
    opacity: 0.7;
    top: -20px;
    filter: blur(10px);
    animation: glow 4s infinite alternate;
    content: "";
    height: 10px;
    width: 90%;
    background: rgb(208,191,201);
    border-radius: 50%;
    position: absolute;
}

.pricing_bucketweb .discount_priceweb {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    max-width: 600px;
    background: rgba(#ffffff, 0.9);
    padding: 2rem;
    z-index: 3;
    margin: 0 auto;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pricing_bucketweb .trial_pricingweb {
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    text-decoration: none;
    position: relative;
    height: 100%;
}

.pricing_bucketweb .rate_optionsweb h3 {
    font-size: calc(18px + 0.1rem);
    color: #000000;
    line-height: 1.3;
    font-weight: 600;
    position: relative;
    margin-bottom: 1rem;
}

.pricing_bucketweb .snapweb {
    position: relative;
    height: 220px;
    transition: transform 0.6s ease-out;
    transform: scale(1);
    width: 100%;
}

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

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

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

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

.gratWrapperweb h2 {
    animation: fadeSlideIn 0.8s ease-out forwards;
    font-size: 37px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    transform: translateZ(20px);
    position: relative;
    line-height: 1.4;
    margin-bottom: 40px;
    color: #000000;
    font-weight: 600;
}

.gratWrapperweb .study_sessionsweb::before {
    width: 100px;
    position: absolute;
    background: linear-gradient(135deg, rgb(173,152,164,0.5) 30%, transparent 70%);
    transform: translateZ(-5px);
    height: 100px;
    top: 20px;
    content: "";
    opacity: 0.15;
    right: 20px;
    border-radius: 50%;
}

.discount_ctaweb::before {
    height: 500px;
    right: -100px;
    top: -100px;
    position: absolute;
    content: "";
    width: 500px;
    transform: rotate(45deg);
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
    opacity: 0.4;
}

footer .info_item a:hover {
    color: rgb(208,191,201);
}

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

footer .head_leadweb {
    margin-bottom: 30px;
}

footer .head_leadweb a:hover {
    color: #ffffff;
    padding-left: 10px;
    border-bottom-color: rgb(208,191,201,0.5);
}

footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 35px;
    position: relative;
    border-radius: 13px;
}

footer .input_holder {
    gap: 15px;
    flex-direction: column;
    position: relative;
    display: flex;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(208,191,201);
    background-color: rgba(255, 255, 255, 0.1);
}

footer .sub_formweb:hover {
    background-color: rgb(173,152,164);
}

footer .footer_careersweb {
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.customer_experienceweb::before {
    opacity: 0.7;
    top: 0;
    left: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 80% 20%, rgb(208,191,201,0.5) 0%, transparent 15%),
        radial-gradient(circle at 20% 80%, rgb(173,152,164,0.5) 0%, transparent 15%);
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
}

.customer_experienceweb .student_quotesweb:nth-child(odd) {
    animation: slideInLeft 0.8s ease-out both;
    float: left;
    animation-delay: calc(0.2s * var(--i, 0));
}



.customer_experienceweb .student_quotesweb::before {
    content: "";
    border: 4px solid #ffffff;
    transition: all 0.4s ease;
    background: rgb(208,191,201);
    position: absolute;
    top: 30px;
    z-index: 2;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    box-shadow: 0 0 0 4px rgb(208,191,201,0.5);
}

.customer_experienceweb .snapweb {
    border: 3px solid #ffffff;
    margin-right: 20px;
    transition: all 0.4s ease;
    margin: 0 auto 15px;
    float: left;
    height: 70px;
    border-radius: 50%;
    width: 70px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.secure_oasisweb {
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(233,225,230), #ffffff 80%);
    padding: 3rem 1rem;
}

.secure_oasisweb .container:hover {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 14px 40px rgba(rgba(0, 0, 0, 0.5), 0.09),
                0 2px 6px rgba(rgba(0, 0, 0, 0.5), 0.06);
}

.secure_oasisweb h2 {
    position: relative;
    color: rgb(173,152,164);
    margin-top: 2.5rem;
    font-size: 32px;
    font-weight: 600;
    padding-left: 1rem;
    margin-bottom: 1.2rem;
}

.secure_oasisweb h3::before {
    left: 0;
    opacity: 0.8;
    top: 0.25em;
    position: absolute;
    transform: scaleY(0.9);
    content: "";
    background: rgb(173,152,164);
    height: 70%;
    width: 2px;
}

.secure_oasisweb span {
    line-height: 1.7;
    color: #000000;
    font-size: 16px;
    margin-bottom: 1.3rem;
    display: block;
    border-left: 1px solid rgba(rgb(208,191,201,0.5), 0.3);
    padding-left: 0.5rem;
}

.secure_oasisweb strong {
    position: relative;
    color: rgb(173,152,164);
    font-weight: 600;
}

.potential_learnersweb::before {
    width: 200%;
    height: 200%;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(208,191,201,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(173,152,164,0.5) 0%, transparent 25%);
    pointer-events: none;
    position: absolute;
    opacity: 0.4;
    animation: rotateBackground 60s linear infinite;
    top: -50%;
    content: '';
    left: -50%;
}

.potential_learnersweb div > div {
    margin: 0 -50px;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    display: grid;
    perspective: 1500px;
}

.potential_learnersweb p:nth-child(1)::after {
    content: '01';
}

.potential_learnersweb p:nth-child(2)::after {
    content: '02';
}

.potential_learnersweb p:nth-child(3)::after {
    content: '03';
}

.potential_learnersweb p:nth-child(4)::after {
    content: '04';
}

.potential_learnersweb p:nth-child(7)::after {
    content: '07';
}

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

.potential_learnersweb p:hover::after {
    transform: translateY(-10px) scale(1.2);
    opacity: 0.3;
}

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

.potential_learnersweb p svg {
    flex-shrink: 0;
    width: 36px;
    filter: drop-shadow(0 0 8px rgb(208,191,201,0.5));
    transition: transform 0.3s ease;
    margin-right: 20px;
    height: 36px;
}

.learning_outcomesweb::before {
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(208,191,201,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(173,152,164,0.5) 0%, transparent 40%);
}

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

.learning_outcomesweb .subtext_wrapweb:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.07),
        -10px -10px 25px rgba(255, 255, 255, 0.9),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.learning_outcomesweb li {
    transition: transform 0.3s ease;
    transform: translateX(0);
    margin-bottom: 18px;
}

.learning_outcomesweb li p span:first-child {
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    display: flex;
    position: relative;
}

.learning_outcomesweb li:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.learning_outcomesweb li:hover svg path {
    fill: rgb(173,152,164);
}

.learning_outcomesweb .snapweb:hover {
    transform: rotate(0deg) translateY(-5px) translateZ(0);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -12px -12px 25px rgba(255, 255, 255, 0.9);
}

.company_overviewweb h2 {
    transform: translateX(-8px);
    margin-bottom: 48px;
    text-align: left;
    position: relative;
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
}

.company_overviewweb .subtext_wrapweb::before {
    left: 0;
    animation: growHeight 1s 0.4s ease-out forwards;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    background: rgb(208,191,201);
    width: 4px;
}

.company_overviewweb .subtext_wrapweb div div {
    color: #000000;
    text-align: justify;
    line-height: 1.8;
    column-gap: 40px;
    hyphens: auto;
    opacity: 0;
    font-size: 14px;
    columns: 1;
    animation: fadeIn 1s 0.8s forwards;
}

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

.leadership_profileweb .student_quotesweb:hover .snapweb {
    transform: rotate(-5deg);
}

.leadership_profileweb .student_quotesweb:hover .name {
    transform: translateX(10px);
}

.leadership_profileweb .student_quotesweb:hover span:not(.name) {
    color: rgb(208,191,201);
    transform: translateX(10px);
}

.leadership_profileweb .student_quotesweb:hover .work_projectsweb {
    padding-left: 20px;
}

.contact_boxwebGMX {
    position: relative;
    padding: 100px 0;
}

.contact_boxwebGMX::before {
    bottom: 0;
    content: "";
    position: absolute;
    background-color: rgb(233,225,230);
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
}

.contact_boxwebGMX .feedback_blockweb::after {
    width: 200px;
    height: 200px;
    position: absolute;
    opacity: 0.3;
    background: rgb(173,152,164);
    left: -10%;
    bottom: -10%;
    border-radius: 50%;
    content: "";
}

.contact_boxwebGMX .feedback_blockweb div svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.contact_boxwebGMX .feedback_blockweb div span a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact_boxwebGMX form {
    flex-direction: column;
    display: flex;
}

.contact_boxwebGMX form input::placeholder {
    color: #BBBBBB;
}

.contact_boxwebGMX .inquiry_inquiryweb input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_boxwebGMX .inquiry_inquiryweb input[type="checkbox"]:checked + label::before {
    background-color: rgb(208,191,201);
    border-color: rgb(208,191,201);
}

.contact_boxwebGMX .inquiry_inquiryweb label a:hover {
    text-decoration: underline;
}

.contact_boxwebGMX form .query_linksweb::after {
    content: "";
    transform-style: flat;
    border-radius: 100%;
    transition: width 0.3s ease, height 0.3s ease;
    width: 0;
    height: 0;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    background: rgba(255, 255, 255, 0.2);
    left: 50%;
    position: absolute;
}

header .header_mainweb {
    grid-area: logo;
    align-items: center;
    padding: 0.5rem 1rem;
    text-decoration: none;
    justify-content: center;
    position: relative;
    display: flex;
}

header .header_mainweb:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

header .nav_guideweb:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgb(208,191,201,0.5);
    background: linear-gradient(135deg, rgb(208,191,201), rgb(173,152,164));
    color: #ffffff;
}



@media (min-width: 992px) {.welcome_sectionweb .study_sessionsweb {
    min-height: 85vh;
    padding: 5rem;
}.welcome_sectionweb h1 {
    font-size: calc(39px * 1.4);
    max-width: 60%;
}.welcome_sectionweb .subtext_wrapweb {
    width: 45%;
}.welcome_sectionweb .snapweb {
    height: 550px;
    transform: translateZ(0) translateX(0) rotate(0deg);
    width: 50%;
}.welcome_sectionweb .snapweb:hover {
    transform: translateZ(0) translateX(-10px) rotate(1deg) scale(1.03);
}.welcome_sectionweb svg {
    height: 160px;
    width: 160px;
}
}



@media (min-width: 768px) {.pricing_bucketweb .study_offersweb {
    grid-template-columns: repeat(2, 1fr);
}.pricing_bucketweb .discount_priceweb {
    padding: 3rem;
}
}



@media (min-width: 1200px) {.pricing_bucketweb .study_offersweb {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_bucketweb .rate_optionsweb {
    padding: 2.5rem;
}.pricing_bucketweb .discount_priceweb h2 {
    font-size: calc(29px + 0.2rem);
}.pricing_bucketweb .snapweb {
    height: 250px;
}
}



@media (max-width: 1200px) {.gratWrapperweb {
    padding: 100px 0;
}.gratWrapperweb h2 {
    font-size: calc(37px * 0.9);
}
}



@media (max-width: 768px) {.gratWrapperweb {
    padding: 60px 0;
}.gratWrapperweb h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.gratWrapperweb h2::after {
    bottom: -12px;
    width: 60px;
}.gratWrapperweb .study_sessionsweb {
    padding: 25px 30px 20px;
}.gratWrapperweb li span {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 576px) {footer .discount_ctaweb {
    padding: 50px 0 20px;
}footer .contact_supportweb {
    margin-bottom: 30px;
    padding: 15px;
}footer .top_pagebarweb::after {
    width: 50px;
}footer .head_studyweb h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .subscribe_holder p, footer .head_leadweb a, footer .info_item p, footer .info_item a {
    font-size: calc(12px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub_formweb {
    padding: 12px 15px;
}}



@media (max-width: 767px) {.secure_oasisweb .container {
    padding: 1.5rem;
}.secure_oasisweb h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.9);
}.secure_oasisweb h2 {
    margin-top: 2rem;
    font-size: calc(32px * 0.95);
}.secure_oasisweb h3, .secure_oasisweb h4 {
    font-size: calc(32px * 0.8);
}.secure_oasisweb p, .secure_oasisweb span, .secure_oasisweb li {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 480px) {.secure_oasisweb {
    padding: 2rem 0.5rem;
}.secure_oasisweb .container {
    padding: 1.25rem;
}.secure_oasisweb h1 {
    margin-bottom: 1.2rem;
    font-size: calc(43px * 0.85);
    padding-bottom: 0.6rem;
}.secure_oasisweb h2 {
    margin-top: 1.8rem;
    font-size: calc(32px * 0.9);
    padding-left: 0.8rem;
}.secure_oasisweb h3, .secure_oasisweb h4 {
    font-size: calc(32px * 0.75);
    padding-left: 0.5rem;
}.secure_oasisweb p, .secure_oasisweb span, .secure_oasisweb li {
    font-size: calc(16px * 0.9);
    line-height: 1.55;
}.secure_oasisweb ul {
    padding-left: 1rem;
}.secure_oasisweb li::before {
    width: 5px;
    left: -1rem;
    height: 5px;
    top: 0.6rem;
}}



@media (min-width: 768px) {.learning_outcomesweb .subtext_wrapweb > div {
    display: flex;
    gap: 30px;
    flex-direction: row;
}.learning_outcomesweb .subtext_wrapweb > div > ul {
    flex: 1;
}
}



@media (max-width: 767px) {.learning_outcomesweb {
    padding: 80px 0;
}.learning_outcomesweb .subtext_wrapweb {
    padding: 30px 25px;
}.learning_outcomesweb h4 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.learning_outcomesweb li p {
    padding: 12px 15px;
}.learning_outcomesweb .snapweb {
    max-width: 90%;
}
}



@media (min-width: 1200px) {.company_overviewweb {
    padding: 200px 0 150px;
}.company_overviewweb::after {
    width: 400px;
    height: 400px;
}.company_overviewweb h2 {
    font-size: calc(38px * 1.6);
}.company_overviewweb .subtext_wrapweb {
    padding: 100px;
}.company_overviewweb .subtext_wrapweb div div {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
    column-gap: 60px;
}}



@media screen and (max-width: 992px) {.contact_boxwebGMX .feedback_blockweb,
    .contact_boxwebGMX .query_cardweb {
    width: 100%;
    padding: 40px 30px;
}.contact_boxwebGMX .feedback_blockweb {
    order: 2;
}.contact_boxwebGMX .query_cardweb {
    order: 1;
}
}



@media (max-width: 991px) {header .header_mainweb svg {
    width: 140px;
}header .head_studyweb {
    padding: 0.5rem;
    gap: 0.4rem;
}header .nav_guideweb {
    font-size: calc(20px - 1px);
    padding: 0.35rem 0.6rem;
}
}



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



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



@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
}

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



@keyframes growHeight {
  from { height: 0; }
  to { height: 100%; }
}



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

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