.wrap-structure-mw4 {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}

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

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(to bottom, 
        rgb(215,200,217,0.5) 0%,
        #000000 100%);
    left: 0;
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}

.course-summary-mKl::before {
    content: "";
    background: repeating-linear-gradient(
    45deg,
    rgb(215,200,217,0.5) 0px,
    transparent 1px,
    transparent 10px,
    rgb(215,200,217,0.5) 11px
  );
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.07;
    left: 0;
    width: 100%;
    z-index: 1;
}

.course-summary-mKl .program-plan-6XU:hover {
    transform: perspective(1000px) rotateY(0);
}

.course-summary-mKl .image-panel-xu5 {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    height: 350px;
}

.course-summary-mKl .reading-block-oeE {
    padding: 2.5rem 2.5rem 3rem;
    position: relative;
    background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(245, 248, 255, 0.9) 100%
  );
}

.course-summary-mKl h3::after {
    width: 60px;
    background: rgb(215,200,217);
    position: absolute;
    content: "";
    bottom: -0.5rem;
    left: 0;
    transform-origin: left;
    height: 3px;
    transform: scaleX(0.7);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.course-summary-mKl p.description {
    line-height: 1.7;
    font-size: 13px;
    font-family: Arial, sans-serif;
    overflow-y: auto;
    margin-bottom: 1.5rem;
    color: #000000;
    max-height: 250px;
    display: block;
    padding-right: 1rem;
}

.course-summary-mKl .program-plan-6XU:hover .reading-block-oeE::before {
    transform: rotate(225deg);
}

.consentSettingsDialog-qI3 {
    padding: 15px 20px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    bottom: 0;
    border-top: 3px solid rgb(215,200,217);
    position: fixed;
    z-index: 1050;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease-in-out;
}

.consent-panel-8HB {
    margin-right: 15px;
    flex-grow: 1;
}

.consent-panel-8HB h5 {
    margin-bottom: 5px;
    font-weight: 700;
    color: rgb(215,200,217);
    font-size: 20px;
}

.web-tracking-6NV {
    border-radius: 10px;
    line-height: 1.5;
    user-select: none;
    text-align: center;
    font-size: 15px;
    margin-left: 10px;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
}

.cookie_button.tracking-policy-OAU:hover {
    border-color: rgb(215,200,217);
    background-color: rgb(215,200,217);
    color: #ffffff;
}

.consentSettingsDialog-qI3 p a:hover {
    color: rgba(0, 0, 0, 0.5);
}


.join-our-mailing-list-uch {
    padding: 5rem 2rem;
    overflow: hidden;
    perspective: 1500px;
    position: relative;
    background: linear-gradient(120deg, rgb(240,231,242) 0%, rgb(215,200,217,0.5) 100%);
}

.join-our-mailing-list-uch .learn-roots-OLA {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}

.join-our-mailing-list-uch .help-block-twX {
    justify-content: space-between;
    align-items: center;
    transform-style: preserve-3d;
    border-radius: 14px;
    flex-direction: row;
    margin: 0 auto;
    display: flex;
    background: #ffffff;
    position: relative;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.5),
        -5px -5px 15px #ffffff;
    transition: transform 0.5s ease;
    padding: 3rem 4rem;
    max-width: 90%;
    transform: rotateX(5deg) rotateY(-5deg);
}

.join-our-mailing-list-uch .input_holder {
    transform: translateZ(20px);
    flex-direction: row;
    gap: 1.5rem;
    flex: 2;
    display: flex;
    align-items: stretch;
}

.join-our-mailing-list-uch input[type="email"]:focus {
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(215,200,217,0.5);
    border-color: rgb(215,200,217);
    outline: none;
    transform: translateZ(40px);
}

.join-our-mailing-list-uch input[type="submit"] {
    font-size: 17px;
    padding: 1rem 1.5rem;
    overflow: hidden;
    font-weight: 600;
    background: linear-gradient(45deg, rgb(215,200,217) 0%, rgb(181,164,185) 100%);
    border: none;
    font-family: Arial, sans-serif;
    flex: 1;
    cursor: pointer;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.join-our-mailing-list-uch input[type="submit"]:hover::before {
    opacity: 1;
}

.welcome-board-dQ4 .learn-roots-OLA {
    justify-content: center;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: relative;
}

.welcome-board-dQ4 .fast-school-BOI::before {
    content: '';
    background: linear-gradient(
        to right,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 50%,
        transparent 100%
    );
    position: absolute;
    inset: 0;
    z-index: 2;
}

.welcome-board-dQ4 .start-lead-DP4 {
    animation-duration: 35s;
    animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
    animation-iteration-count: infinite;
    animation-name: cascade-carousel;
    width: 500%;
    display: flex;
    height: 100%;
}

.welcome-board-dQ4 .edu-title-P1A img {
    animation: ken-burns 15s ease alternate infinite;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transform: scale(1.1);
}

.welcome-board-dQ4 .edu-title-P1A:nth-child(3) img {
    animation-delay: -6s;
}

.welcome-board-dQ4 .edu-title-P1A:nth-child(5) img {
    animation-delay: -12s;
}

.welcome-board-dQ4 .reading-block-oeE::before {
    content: '';
    left: -30px;
    height: 0;
    position: absolute;
    transform: translateY(-50%);
    width: 5px;
    animation: line-extend 1.5s ease forwards;
    background: rgb(215,200,217);
    top: 50%;
}

.welcome-board-dQ4 .reading-block-oeE h1::after {
    bottom: 0;
    width: 80px;
    background: rgb(215,200,217);
    position: absolute;
    content: '';
    left: 0;
    transform: scaleX(0);
    animation: line-grow 1.5s ease 1s forwards;
    transform-origin: left;
    height: 3px;
}

.welcome-board-dQ4 .reading-block-oeE .inquiry-info-cdy {
    background: transparent;
    opacity: 0;
    z-index: 1;
    transition: all 0.4s ease;
    animation: fade-in-up 1s ease 1.1s forwards;
    transform: translateY(30px);
    position: relative;
    display: inline-flex;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    padding: 16px 38px;
    border: 2px solid rgb(215,200,217);
    text-decoration: none;
    border-radius: 12px;
}

.welcome-board-dQ4::before {
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.03) 1px, transparent 1px);
    position: absolute;
    content: '';
    pointer-events: none;
    z-index: 5;
    background-size: 20px 20px;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

footer .info_item {
    margin-right: 30px;
    position: relative;
    margin-bottom: 15px;
}

footer .info_item:last-child {
    margin-right: 0;
}

footer .info_item p,
footer .info_item a {
    letter-spacing: 0.3px;
    color: #000000;
    transition: color 0.2s ease;
    text-decoration: none;
    font-size: 13px;
}

footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

footer .cert-display-nWl {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    max-width: 350px;
}

footer .site-prime-Xby h5::after {
    bottom: -8px;
    position: absolute;
    height: 2px;
    background-color: rgb(215,200,217);
    content: "";
    width: 30px;
    left: 0;
}

footer .site-navbar-DtO a:hover {
    transform: translateX(5px);
    color: rgb(215,200,217);
}

footer .subscribe_holder {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
}

footer .subscribe_holder p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #000000;
}

footer .input_holder input[type="email"] {
    border-radius: 10px;
    transition: border-color 0.3s ease;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px 16px;
    font-size: 13px;
}

footer .expand-knowledge-CDx:hover {
    background-color: rgb(181,164,185);
}

footer .report-abuse-SMm {
    margin-top: 50px;
}

footer .review-block-kZY {
    text-align: center;
    font-size: 15px;
    color: #000000;
}

header::after {
    z-index: 1;
    left: 0;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(181,164,185,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(181,164,185,0.5) 100%);
    content: "";
    height: 100%;
    background-size: 20px 20px;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    top: 0;
}

header .container {
    padding: 0;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

header .main-master-9zx {
    justify-content: center;
    margin: 1rem 0 1.5rem;
    display: flex;
    align-items: center;
    z-index: 3;
    position: relative;
    text-decoration: none;
}

header .main-master-9zx::after {
    filter: blur(20px);
    height: 70px;
    background: rgb(181,164,185,0.5);
    content: "";
    opacity: 0.3;
    z-index: -2;
    position: absolute;
    animation: pulse-opacity 4s ease infinite alternate;
    width: 70px;
    border-radius: 50%;
}

header .main-master-9zx:hover svg {
    filter: drop-shadow(0 0 12px rgb(181,164,185));
    transform: scale(1.08);
}

header .site-prime-Xby::before {
    position: absolute;
    height: 100%;
    pointer-events: none;
    left: 0;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    z-index: 3;
    top: 0;
    width: 100%;
    content: "";
}

header .top-core-uIr {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    padding: 0.6rem 1.5rem;
    z-index: 2;
    white-space: nowrap;
    transition: all 0.3s ease;
    perspective: 800px;
    text-decoration: none;
}

header .top-core-uIr:hover {
    text-shadow: 0 0 5px rgb(181,164,185,0.5);
    transform: translateY(-2px) translateZ(0);
    color: rgb(181,164,185);
}

header .top-core-uIr:hover::before {
    box-shadow: 0 0 15px rgb(215,200,217,0.5);
    border-color: rgb(181,164,185,0.5);
    transform: translateZ(0);
}

.tyWrapper-2CD::before {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
    content: "";
    animation: backgroundShift 20s infinite alternate ease-in-out;
    left: 0;
    background: 
        linear-gradient(80deg, transparent 30%, rgba(255, 255, 255, 0.03) 40%, transparent 60%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
}

.tyWrapper-2CD .learn-roots-OLA:hover {
    transform: translateZ(10px) scale(1.01);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 8px 20px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.3) inset;
}

.tyWrapper-2CD .learn-roots-OLA::before {
    opacity: 0;
    pointer-events: none;
    content: "";
    z-index: -1;
    transform: translateZ(-10px);
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, transparent 0%, rgb(215,200,217,0.5) 100%);
    transition: opacity 0.5s ease;
    left: 0;
}

.tyWrapper-2CD .learn-roots-OLA > div:first-child::after {
    bottom: -10px;
    transform: scaleX(0);
    height: 3px;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(215,200,217);
    transform-origin: left;
    width: 60px;
    left: 0;
    position: absolute;
}

.tyWrapper-2CD h5::first-letter {
    font-size: 1.2em;
    color: rgb(215,200,217);
}

.tyWrapper-2CD a {
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    overflow: hidden;
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
}

.tyWrapper-2CD .learn-roots-OLA:hover a::before {
    left: 100%;
}

.tyWrapper-2CD p {
    line-height: 1.7;
    opacity: 0.9;
    margin: 0;
    transition: opacity 0.4s ease;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
}

.pricing-structure-8g3 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

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

.cost-fee-RVZ {
    position: relative;
}

.pricing-structure-8g3 .value-fees-16C {
    color: #ffffff;
    animation: fadeIn 0.8s ease-out 0.3s forwards;
    line-height: 1.6;
    position: relative;
    text-align: center;
    font-size: 12px;
    opacity: 0;
    max-width: 700px;
    margin: 0 auto 60px;
}

.pricing-structure-8g3 .training-fees-R6C li {
    perspective: 1000px;
    transform-style: preserve-3d;
}

.pricing-structure-8g3 .payment-plans-uwb {
    height: 100%;
    transform: translateZ(0);
    display: block;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.pricing-structure-8g3 .payment-plans-uwb:hover .fee-pricing-2I4 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 240, 240, 0.9));
}

.pricing-structure-8g3 .fee-pricing-2I4::before {
    background: linear-gradient(90deg, rgb(215,200,217), rgb(181,164,185));
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    top: 0;
    transform-origin: left;
    left: 0;
    content: "";
    width: 100%;
    transform: scaleX(0);
    height: 6px;
    position: absolute;
}

.pricing-structure-8g3 .payment-plans-uwb:hover .cost-options-pas h4 {
    color: rgb(215,200,217);
}

.pricing-structure-8g3 .cost-options-pas h4::after {
    content: "";
    position: absolute;
    transition: width 0.4s ease;
    width: 40px;
    bottom: 0;
    height: 3px;
    left: 0;
    background: rgb(215,200,217);
}

.pricing-structure-8g3 .deal-grid-w3F {
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(255, 255, 255, 0.9));
    font-weight: 700;
    overflow: hidden;
    position: relative;
    font-size: calc(19px * 1.4);
    padding: 12px 25px;
    align-self: flex-start;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #000000;
    display: inline-block;
}

.pricing-structure-8g3 .payment-plans-uwb:hover .deal-grid-w3F::before {
    left: 100%;
}

.our-story-9Tc {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}

.our-story-9Tc::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    content: "";
    left: 0;
    background: linear-gradient(135deg, 
        rgba(rgb(215,200,217,0.5), 0.92), 
        rgba(rgba(0, 0, 0, 0.5), 0.85) 60%,
        rgba(rgb(181,164,185,0.5), 0.78) 100%);
}

.our-story-9Tc h2::after {
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 80px;
    bottom: -15px;
    left: 0;
    background: linear-gradient(90deg, rgb(181,164,185), transparent);
    position: absolute;
    transform: scaleX(0);
    content: "";
    height: 4px;
    transform-origin: left;
}

.our-story-9Tc .reading-block-oeE p {
    animation: slideInTitle 0.8s 0.8s ease-out forwards;
    opacity: 0;
    color: rgb(181,164,185);
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
    transform: translateX(-5px);
    font-size: calc(13px * 1.5);
    letter-spacing: 1px;
}

.our-story-9Tc .reading-block-oeE p::after {
    left: 0;
    bottom: -5px;
    height: 2px;
    background: linear-gradient(90deg, rgb(181,164,185), transparent 80%);
    position: absolute;
    content: "";
    width: 100%;
}

.our-story-9Tc .reading-block-oeE div div {
    padding-right: 20px;
    overflow-y: auto;
    font-size: 13px;
    animation: fadeInContent 1s 1s ease-out forwards;
    column-gap: 30px;
    font-family: Arial, sans-serif;
    opacity: 0;
    columns: 1;
    line-height: 1.8;
    transform: translateY(20px);
    max-height: 350px;
    color: #000000;
}

.contact-IpF .container {
    position: relative;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    z-index: 3;
}

.contact-IpF .help-block-twX {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    justify-content: space-between;
    gap: 30px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    backdrop-filter: blur(15px);
}

.contact-IpF .feedback-request-32y::after {
    opacity: 0.3;
    border-radius: 50%;
    content: '';
    background: rgb(215,200,217);
    width: 150px;
    left: -75px;
    position: absolute;
    bottom: -75px;
    height: 150px;
}

.contact-IpF .feedback-request-32y h3 {
    font-size: 29px;
    margin-bottom: 40px;
    position: relative;
    z-index: 5;
    color: #ffffff;
    font-weight: 700;
}

.contact-IpF .feedback-request-32y div:hover {
    transform: translateX(10px);
}

.contact-IpF .feedback-request-32y div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.contact-IpF .feedback-request-32y div span {
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
}

.contact-IpF .feedback-request-32y div span a:hover {
    text-decoration: underline;
    color: rgb(240,231,242);
}

.contact-IpF .message-help-uha::before {
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(to right, rgb(215,200,217), rgb(181,164,185));
    height: 5px;
    width: 100%;
    top: 0;
}

.contact-IpF .message-help-uha h3::after {
    left: 0;
    background: rgb(181,164,185);
    height: 3px;
    bottom: -10px;
    content: '';
    position: absolute;
    width: 50px;
}

.contact-IpF form input[type="text"]:focus,
.contact-IpF form input[type="email"]:focus {
    border-color: rgb(181,164,185);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(181,164,185), 0.2);
}

.contact-IpF form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact-IpF .request-card-ILm input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    height: 0;
    width: 0;
    position: absolute;
}

.contact-IpF .request-card-ILm label::before {
    content: '';
    top: 2px;
    border: 2px solid rgb(181,164,185);
    position: absolute;
    height: 22px;
    border-radius: 10px;
    background: transparent;
    left: 0;
    width: 22px;
    transition: all 0.3s ease;
}

.contact-IpF .request-card-ILm label a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(181,164,185);
}

.contact-IpF .request-card-ILm label a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.contact-IpF form .inquiry-info-cdy::before {
    transition: all 0.5s ease;
    position: absolute;
    height: 100%;
    left: -100%;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.contact-IpF form .inquiry-info-cdy:hover::before {
    left: 100%;
}



.contact-IpF .feedback-request-32y div:nth-child(2) {
    animation: float 5s infinite ease-in-out;
}

.contact-IpF .feedback-request-32y div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}

.contact-IpF .feedback-request-32y div:nth-child(5) {
    animation: float 8s infinite ease-in-out;
}

.customer-feedback-vQ9::before {
    z-index: 1;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.05) 0%, transparent 60%);
    top: 0;
    position: absolute;
}

.customer-feedback-vQ9 h2 {
    font-size: 36px;
    text-shadow: 0 2px 15px rgba(0,0,0,0.1);
    font-weight: 700;
    z-index: 2;
    margin-bottom: 3.5rem;
    color: #ffffff;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(5deg);
    text-align: center;
    position: relative;
}

.customer-feedback-vQ9 .container {
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.customer-feedback-vQ9 .alumni-views-UAs {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transform-origin: center bottom;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.customer-feedback-vQ9 .alumni-views-UAs:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transform: translateY(-10px) scale(1.02);
}

.customer-feedback-vQ9 .alumni-views-UAs:hover::before {
    opacity: 0.2;
}

.customer-feedback-vQ9 .alumni-views-UAs h3 {
    margin-bottom: 0.8rem;
    display: inline-block;
    position: relative;
    color: rgb(215,200,217);
    font-weight: 600;
    font-size: calc(22px * 1.1);
}

.customer-feedback-vQ9 .alumni-views-UAs:hover h3::after {
    width: 100%;
}

.customer-feedback-vQ9 .alumni-views-UAs .description {
    z-index: 2;
    line-height: 1.6;
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 16px;
}

.customer-feedback-vQ9 .alumni-views-UAs:hover div {
    transform: rotate(0deg) scale(1.1);
}

.customer-feedback-vQ9 .alumni-views-UAs img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.4s ease;
}

.customer-feedback-vQ9 .alumni-views-UAs:hover img {
    transform: scale(1.1);
}

.customer-feedback-vQ9 .alumni-views-UAs:nth-child(even) {
    animation: floatAnimation 7s ease-in-out infinite 1s;
}

.secure-pantry-8QZ h1 {
    font-size: 47px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(181,164,185);
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(215,200,217);
    font-weight: 700;
}

.secure-pantry-8QZ ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.secure-pantry-8QZ li {
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 12px;
    display: flex;
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    align-items: center;
}

.secure-pantry-8QZ span {
    font-weight: 700;
    color: rgb(215,200,217);
}

.secure-pantry-8QZ a:hover {
    border-bottom: 1px solid rgb(181,164,185);
    color: rgb(181,164,185);
}

.mentorship-profile-tRZ::before {
    width: 100%;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    z-index: 1;
    height: 100%;
    opacity: 0.4;
    filter: blur(70px);
    content: "";
    top: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgb(215,200,217,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(181,164,185,0.5) 0%, transparent 35%);
    left: 0;
    position: absolute;
}

.mentorship-profile-tRZ .alumni-views-UAs::before {
    height: 100%;
    background-size: 200% 200%;
    animation: shimmerEffect 10s ease-in-out infinite;
    z-index: -1;
    top: 0;
    opacity: 0.2;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, transparent, rgb(215,200,217,0.5), transparent);
    content: "";
}

.mentorship-profile-tRZ .alumni-views-UAs:hover .image-panel-xu5 {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}

.mentorship-profile-tRZ .image-panel-xu5::before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    box-sizing: border-box;
    border-radius: inherit;
    content: "";
}

.mentorship-profile-tRZ .alumni-views-UAs:hover .name {
    transform: translateX(10px);
}

.mentorship-profile-tRZ .name::after {
    bottom: -10px;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(215,200,217), rgb(181,164,185));
    position: absolute;
    left: 0;
    transition: width 0.6s ease;
    width: 0;
}

.mentorship-profile-tRZ .alumni-views-UAs:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}

.mentorship-profile-tRZ .exp-highlights-ZnK {
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    grid-row: 2;
    color: #ffffff;
    line-height: 1.8;
    border-left: 4px solid rgb(181,164,185);
    font-size: 17px;
    border-radius: 19px;
    position: relative;
    z-index: 2;
    transform: translateY(0);
    overflow: hidden;
    backdrop-filter: blur(10px);
    grid-column: 1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    padding: 2rem;
}

.mentorship-profile-tRZ .container::after {
    bottom: -200px;
    filter: blur(80px);
    content: "";
    width: 400px;
    z-index: -1;
    height: 400px;
    background: conic-gradient(from 135deg, rgb(215,200,217,0.5) 0%, rgb(181,164,185,0.5) 50%, rgb(215,200,217,0.5) 100%);
    left: -200px;
    animation: rotateGlow 25s linear infinite;
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
}

.learning-impact-JAj::after {
    opacity: 0.2;
    left: 0;
    z-index: 0;
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
}

.learning-impact-JAj .learn-roots-OLA {
    flex-direction: column;
    z-index: 1;
    display: flex;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1280px;
}

.learning-impact-JAj h2::after {
    height: 4px;
    background: rgb(181,164,185);
    bottom: 0;
    width: 100px;
    transform: translateX(-50%);
    content: '';
    position: absolute;
    left: 50%;
    border-radius: 10px;
}

.learning-impact-JAj .image-panel-xu5 {
    border-radius: 11px;
    flex: 1;
    position: relative;
    overflow: hidden;
    min-width: 320px;
    min-height: 450px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
}

.learning-impact-JAj .image-panel-xu5::after {
    border: 3px solid #ffffff;
    opacity: 0.2;
    position: absolute;
    width: 70px;
    content: '';
    z-index: 2;
    top: 30px;
    height: 70px;
    right: 30px;
    border-radius: 50%;
}

.learning-impact-JAj .text_main_holder {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.learning-impact-JAj .text_main_holder > div {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 11px;
    overflow: hidden;
    align-items: flex-start;
    position: relative;
    backdrop-filter: blur(10px);
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    display: flex;
}

.learning-impact-JAj .text_main_holder > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.learning-impact-JAj .text_main_holder svg {
    transition: transform 0.3s ease;
    width: 32px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    height: 32px;
    flex-shrink: 0;
}

.learning-impact-JAj .text_main_holder > div:hover svg path {
    fill: rgb(181,164,185);
}

.course-summary-mKl p.description::-webkit-scrollbar {
    width: 4px;
}

.course-summary-mKl p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.course-summary-mKl p.description::-webkit-scrollbar-thumb {
    background: rgb(215,200,217,0.5);
    border-radius: 10px;
}

header .site-prime-Xby::-webkit-scrollbar {
    display: none;
}

.our-story-9Tc .reading-block-oeE div div::-webkit-scrollbar {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
    width: 6px;
}

.our-story-9Tc .reading-block-oeE div div::-webkit-scrollbar-thumb {
    background: rgb(181,164,185);
    border-radius: 10px;
}



@media (min-width: 992px) {.course-summary-mKl .program-plan-6XU {
    height: 600px;
}.course-summary-mKl h3 {
    font-size: calc(31px * 0.75);
}.course-summary-mKl .reading-block-oeE {
    padding: 4rem;
}.course-summary-mKl p.description {
    font-size: calc(13px * 1.05);
    max-height: 380px;
    line-height: 1.75;
}
}



@media (hover: none) {.course-summary-mKl .program-plan-6XU,
  .course-summary-mKl .program-plan-6XU:hover {
    transform: none;
}.course-summary-mKl h3::after {
    transform: scaleX(1);
}.course-summary-mKl .reading-block-oeE::before,
  .course-summary-mKl .program-plan-6XU:hover .reading-block-oeE::before {
    transform: rotate(45deg);
}
}



@media (prefers-reduced-motion) {.course-summary-mKl .program-plan-6XU,
  .course-summary-mKl h3::after,
  .course-summary-mKl .reading-block-oeE::before {
    transition: none;
}}


@media (max-width: 800px) {.visitor-controls-mbg {
    flex-direction: column;
    align-items: center;
}.manage-tracking-hLo {
    margin-bottom: 10px;
}.consent-panel-8HB {
    margin-bottom: 15px;
    text-align: center;
}.web-tracking-6NV {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}



@media (max-width: 768px) {.join-our-mailing-list-uch {
    padding: 4rem 1.5rem;
}.join-our-mailing-list-uch .help-block-twX {
    padding: 2rem;
    max-width: 100%;
}.join-our-mailing-list-uch .input_holder {
    flex-direction: column;
}.join-our-mailing-list-uch input[type="email"],
    .join-our-mailing-list-uch input[type="submit"] {
    width: 100%;
}
}



@media (max-width: 1400px) {.welcome-board-dQ4 .reading-block-oeE {
    max-width: 550px;
}.welcome-board-dQ4 .reading-block-oeE h1 {
    font-size: calc(43px * 1.3);
}
}



@media (max-width: 1200px) {.welcome-board-dQ4 .reading-block-oeE {
    max-width: 500px;
}.welcome-board-dQ4 .reading-block-oeE h1 {
    font-size: calc(43px * 1.2);
}
}



@media (max-width: 768px) {.welcome-board-dQ4 {
    min-height: 550px;
}.welcome-board-dQ4 .learn-roots-OLA {
    align-items: center;
}.welcome-board-dQ4 .fast-school-BOI::before {
    background: linear-gradient(
            135deg,
            #000000 0%,
            rgba(0, 0, 0, 0.5) 50%,
            transparent 100%
        );
}.welcome-board-dQ4 .reading-block-oeE {
    padding: 2rem;
    border-radius: 12px;
    width: 90%;
    background: rgba(0, 0, 0, 0.3);
    margin-left: 0;
    backdrop-filter: blur(5px);
    max-width: 500px;
}.welcome-board-dQ4 .reading-block-oeE::before {
    transform: none;
    animation: width-extend 1.5s ease forwards;
    width: 30%;
    top: 0;
    left: 0;
    height: 5px !important;
}.welcome-board-dQ4 .reading-block-oeE h1 {
    font-size: 43px;
}
}



@media (orientation: landscape) and (max-height: 600px) {.welcome-board-dQ4 {
    height: auto;
    min-height: 450px;
}.welcome-board-dQ4 .reading-block-oeE h1 {
    padding-bottom: 10px;
    margin-bottom: 0.8rem;
}.welcome-board-dQ4 .reading-block-oeE p {
    margin-bottom: 1.5rem;
}}



@media (max-width: 767px) {footer .footer-benefit-NIQ {
    padding: 50px 0 30px;
}footer .request-support-yHF {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 20px;
}footer .subscribe_holder {
    padding: 20px;
}footer .report-abuse-SMm {
    margin-top: 30px;
}
}



@media (max-width: 767px) {header .main-master-9zx {
    margin: 0.6rem 0 1rem;
}header .main-master-9zx svg {
    height: 35px;
}header .main-master-9zx::before {
    height: 90px;
    width: 90px;
}header .main-master-9zx::after {
    height: 50px;
    width: 50px;
}header .site-prime-Xby {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .top-core-uIr {
    font-size: calc(16px - 2px);
    padding: 0.4rem 1rem;
}header .top-core-uIr:first-child {
    margin-left: 2rem;
}header .top-core-uIr:last-child {
    margin-right: 2rem;
}}



@media (min-width: 992px) {.tyWrapper-2CD {
    padding: 8rem 0;
}.tyWrapper-2CD .learn-roots-OLA {
    padding: 5rem;
    gap: 4rem;
}.tyWrapper-2CD .learn-roots-OLA > div:first-child {
    transform: translateZ(30px) translateX(-10px);
}.tyWrapper-2CD .learn-roots-OLA:hover > div:first-child {
    transform: translateZ(40px) translateX(0);
}.tyWrapper-2CD .learn-roots-OLA > div:last-child {
    transform: translateZ(20px) translateX(10px);
}.tyWrapper-2CD .learn-roots-OLA:hover > div:last-child {
    transform: translateZ(30px) translateX(0);
}.tyWrapper-2CD a {
    padding: 1rem 0;
}.tyWrapper-2CD p {
    line-height: 1.8;
}.tyWrapper-2CD .container::before {
    left: 10%;
    bottom: -20px;
    opacity: 0.5;
    position: absolute;
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(215,200,217,0.5), transparent);
    content: "";
}
}



@media (max-width: 1200px) {.pricing-structure-8g3 {
    padding: 100px 0;
}.pricing-structure-8g3 .training-fees-R6C {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}



@media (max-width: 767px) {.pricing-structure-8g3 {
    padding: 70px 0;
}.pricing-structure-8g3 h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.85);
}.pricing-structure-8g3 .value-fees-16C {
    margin-bottom: 40px;
    font-size: calc(12px * 0.9);
}.pricing-structure-8g3 .training-fees-R6C {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.pricing-structure-8g3 .cost-options-pas h4 {
    font-size: 19px;
}.pricing-structure-8g3 .cost-options-pas p {
    margin-bottom: 20px;
    font-size: calc(12px * 0.9);
}.pricing-structure-8g3 .deal-grid-w3F {
    padding: 10px 20px;
    font-size: calc(19px * 1.3);
}
}



@media (min-width: 768px) {.our-story-9Tc {
    padding: 150px 0 130px;
}.our-story-9Tc h2 {
    margin-bottom: 60px;
    font-size: calc(33px * 1.5);
}.our-story-9Tc h2::after {
    height: 5px;
    width: 120px;
}.our-story-9Tc .reading-block-oeE div div {
    columns: 2;
    max-height: 400px;
    column-gap: 40px;
}.our-story-9Tc .reading-block-oeE > div {
    border-left: 5px solid rgb(181,164,185);
    padding: 50px;
}
}



@media (min-width: 1200px) {.our-story-9Tc .reading-block-oeE > div {
    transform: translateY(40px) rotateX(8deg);
}.our-story-9Tc .reading-block-oeE div div {
    columns: 2;
    line-height: 1.9;
    column-gap: 50px;
    font-size: calc(13px * 1.05);
}
}



@media (max-width: 767px) {.our-story-9Tc {
    padding: 80px 0 60px;
}.our-story-9Tc h2 {
    font-size: 33px;
    margin-bottom: 40px;
}.our-story-9Tc .reading-block-oeE > div {
    padding: 30px 25px;
}.our-story-9Tc .reading-block-oeE p {
    font-size: calc(13px * 1.3);
    margin-bottom: 15px;
}.our-story-9Tc .reading-block-oeE div div {
    font-size: calc(13px * 0.95);
    max-height: 300px;
    line-height: 1.7;
}}



@media screen and (max-width: 576px) {.contact-IpF {
    padding: 60px 0;
}.contact-IpF .container {
    width: 95%;
}.contact-IpF .feedback-request-32y,
    .contact-IpF .message-help-uha {
    padding: 30px 20px;
}.contact-IpF .feedback-request-32y h3 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.8);
}.contact-IpF .message-help-uha h3 {
    font-size: calc(22px * 0.9);
}.contact-IpF form input[type="text"],
    .contact-IpF form input[type="email"] {
    padding: 14px 16px;
    margin-bottom: 15px;
}.contact-IpF .request-card-ILm label {
    font-size: calc(14px * 0.9);
}.contact-IpF form .inquiry-info-cdy {
    padding: 14px 20px;
}}



@media screen and (max-width: 480px) {.customer-feedback-vQ9 {
    padding: 2.5rem 0;
}.customer-feedback-vQ9 h2 {
    margin-bottom: 1.5rem;
    transform: none;
    font-size: calc(36px * 0.7);
}.customer-feedback-vQ9 .alumni-views-UAs {
    padding: 1.25rem;
}.customer-feedback-vQ9 .alumni-views-UAs .description {
    font-size: calc(16px * 0.95);
    margin-bottom: 1rem;
}.customer-feedback-vQ9 .alumni-views-UAs h3 {
    font-size: 22px;
}}


@media only screen and (max-width: 800px) {.secure-pantry-8QZ {
    padding: 30px;
}.secure-pantry-8QZ h1 {
    font-size: calc(24px * 0.8);
}.secure-pantry-8QZ h2 {
    font-size: calc(24px * 0.8);
}.secure-pantry-8QZ p {
    font-size: calc(12px * 0.9);
}.secure-pantry-8QZ li {
    padding: 10px;
}}



@media (max-width: 576px) {.mentorship-profile-tRZ {
    padding: 5rem 0;
}.mentorship-profile-tRZ .alumni-views-UAs {
    padding: 1.5rem;
}.mentorship-profile-tRZ .image-panel-xu5 {
    height: 250px;
}.mentorship-profile-tRZ .name {
    font-size: 21px;
}.mentorship-profile-tRZ .alumni-views-UAs span:not(.name) {
    font-size: 17px;
    margin-top: 3rem;
    padding: 0.6rem 1rem;
}.mentorship-profile-tRZ .exp-highlights-ZnK {
    line-height: 1.6;
    padding: 1.5rem;
    font-size: calc(17px * 0.9);
}}



@media (max-width: 991px) {.learning-impact-JAj .learn-roots-OLA > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    flex-direction: column;
    gap: 40px;
}.learning-impact-JAj .image-panel-xu5 {
    min-height: 350px;
}.learning-impact-JAj h2 {
    margin-bottom: 50px;
}
}



@media (max-width: 576px) {.learning-impact-JAj {
    padding: 60px 0;
}.learning-impact-JAj .image-panel-xu5 {
    min-height: 250px;
}.learning-impact-JAj h2 {
    font-size: 30px;
}.learning-impact-JAj .text_main_holder > div {
    padding: 20px;
}.learning-impact-JAj .text_main_holder svg {
    height: 28px;
    width: 28px;
}
}



@keyframes ken-burns {
    0% {
        transform: scale(1.1) translate(0, 0);
    }
    50% {
        transform: scale(1.2) translate(-1%, -1%);
    }
    100% {
        transform: scale(1.1) translate(0, 0);
    }
}



@keyframes line-extend {
    0% {
        height: 0;
    }
    100% {
        height: 70%;
    }
}



@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes width-extend {
    0% {
        width: 0;
    }
    100% {
        width: 30%;
    }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



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



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes fadeInUp {
    0% {
        transform: translateY(30px) rotateX(5deg);
        opacity: 0;
    }
    100% {
        transform: translateY(0) rotateX(0);
        opacity: 1;
    }
}



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

@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}



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

