* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}svg {
    height: 30px;
    width: 30px;
}.copy-notice-4 {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    width: 1190px;
    margin: auto;
}.wrapper-container-5 {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.site-head-7 {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    width: 100%;
}footer .copy-notice-4 {
    z-index: 1;
    position: relative;
    padding: 80px 0 30px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #000000 0%, rgb(167,169,190) 100%);
}footer .copy-notice-4::before {
    left: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}footer .copy-notice-4::after {
    background: linear-gradient(90deg, 
        rgb(167,169,190) 0%, 
        rgb(113,118,173) 50%, 
        rgb(167,169,190) 100%);
    top: 0;
    left: 0;
    animation: glowBorder 3s infinite linear;
    width: 100%;
    height: 3px;
    content: '';
    position: absolute;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .copy-notice-4 .container {
    position: relative;
    z-index: 2;
}footer .mobile-cta-4 {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .message-section-9 {
    position: relative;
    margin-bottom: 30px;
    justify-content: space-between;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}footer .message-section-9::after {
    left: 0;
    position: absolute;
    bottom: 0;
    content: '';
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(113,118,173,0.5) 50%, 
        transparent 100%);
    width: 100%;
}footer .info_item {
    background: rgba(255, 255, 255, 0.03);
    padding: 15px;
    min-width: 200px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    flex: 1;
    transform: translateY(0);
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
}footer .info_item p,
footer .info_item a {
    font-weight: 400;
    text-decoration: none;
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 13px;
    transition: color 0.3s ease;
    gap: 10px;
    font-family: Arial, sans-serif;
}footer .info_item svg {
    transition: transform 0.3s ease;
    height: 20px;
    fill: rgb(113,118,173);
    flex-shrink: 0;
    width: 20px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(113,118,173);
}footer .text_main_holder {
    display: grid;
    gap: 40px;
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .top-base-4 {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    display: flex;
}footer .top-base-4 svg {
    max-width: 160px;
    filter: drop-shadow(0 0 5px rgb(167,169,190,0.5));
    height: auto;
}footer .program-foot-0 {
    color: #ffffff;
    opacity: 0.7;
    max-width: 300px;
    font-weight: 300;
    line-height: 1.5;
    font-size: 14px;
}footer .site-prime-7 {
    flex-direction: column;
    display: flex;
    gap: 20px;
}footer .site-prime-7 h5 {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
    padding-bottom: 15px;
}footer .site-prime-7 h5::after {
    left: 0;
    width: 50px;
    content: '';
    height: 3px;
    background: rgb(113,118,173);
    bottom: 0;
    position: absolute;
    border-radius: 10px;
}footer .main-info-9 {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .main-info-9 a {
    font-size: 13px;
    text-decoration: none;
    opacity: 0.8;
    color: #ffffff;
    position: relative;
    padding-left: 15px;
    transition: all 0.3s ease;
}footer .main-info-9 a::before {
    position: absolute;
    background: rgb(113,118,173);
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    content: '';
    border-radius: 50%;
    left: 0;
    transition: all 0.3s ease;
    top: 50%;
    opacity: 0.7;
}footer .main-info-9 a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(113,118,173);
}footer .main-info-9 a:hover::before {
    width: 8px;
    box-shadow: 0 0 10px rgb(113,118,173);
    opacity: 1;
    height: 8px;
}footer .subscribe_holder {
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    display: flex;
    gap: 15px;
    flex-direction: column;
    transition: all 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    padding: 25px;
}footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}footer .subscribe_holder h5 {
    margin-bottom: 5px;
    font-weight: 700;
    color: #ffffff;
    font-size: 24px;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: #ffffff;
    font-size: 13px;
    opacity: 0.8;
    margin-bottom: 20px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
    position: relative;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    outline: none;
    padding: 14px 15px;
    font-size: 13px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(113,118,173);
    box-shadow: 0 0 15px rgb(113,118,173,0.5);
}footer .sub-status-5 {
    color: #ffffff;
    overflow: hidden;
    padding: 12px 24px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    font-size: 18px;
    background: linear-gradient(45deg, rgb(113,118,173) 0%, rgb(167,169,190) 100%);
    letter-spacing: 1px;
}footer .sub-status-5::before {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    top: 0;
    position: absolute;
    content: '';
    left: -100%;
    width: 100%;
    height: 100%;
    transition: 0.6s;
}footer .sub-status-5:hover::before {
    left: 100%;
}footer .sub-status-5:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}footer .citation-6 {
    padding-top: 30px;
    text-align: center;
    position: relative;
}footer .citation-6::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(113,118,173,0.5) 50%, 
        transparent 100%);
    content: '';
    left: 0;
}footer .stats-tool-6 {
    color: #ffffff;
    opacity: 0.7;
    font-weight: 300;
    font-size: 13px;
}

@media (max-width: 992px) {footer .copy-notice-4 {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .message-section-9 {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .copy-notice-4 {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .site-prime-7 {
    gap: 15px;
}footer .message-section-9 {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .sub-status-5 {
    width: 100%;
}
}

@media (max-width: 576px) {footer .copy-notice-4 {
    padding: 40px 0 30px;
}footer .top-base-4 {
    align-items: center;
    text-align: center;
    margin: 0 auto;
}footer .program-foot-0 {
    margin: 0 auto;
    text-align: center;
}footer .site-prime-7 h5 {
    text-align: center;
}footer .site-prime-7 h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .main-info-9 {
    align-items: center;
}footer .main-info-9 a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.overlayConsentSettings-4 {
    background: rgb(205,206,213);
    position: fixed;
    z-index: 90;
    width: 100%;
    bottom: 0;
    border-top: 2px solid rgb(167,169,190);
}.learn-consent-0 {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
}.overlayConsentSettings-4 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.overlayConsentSettings-4 p {
    font-size: 18px;
}.user-default-9 {
    margin-right: 10px;
    flex-shrink: 0;
}.user-default-9 svg, .user-default-9 svg path, .user-default-9 img {
    height: 100px;
    width: 100px;
    fill: rgb(167,169,190);
}.accept-cookies-9 {
    flex-shrink: 0;
    margin-left: 10px;
    min-width: 120px;
    border-bottom: 2px solid rgb(167,169,190);
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    color: rgb(167,169,190);
    white-space: nowrap;
    font-size: 24px;
    cursor: pointer;
}.overlayConsentSettings-4 p a {
    text-decoration: none;
    color: rgb(167,169,190);
}#cookieUsageMessage-2 {
    display: none;
}#cookieUsageMessage-2:checked ~ .overlayConsentSettings-4 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.overlayConsentSettings-4 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.user-default-9 {
    display: none;
}.learn-consent-0 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.overlayConsentSettings-4 h5 {
    text-align: center;
}.overlayConsentSettings-4 p {
    text-align: center;
}.data-comply-3 {
    margin-bottom: 20px;
}body .wrapper-container-5 .accept-cookies-9 {
    margin-left: 0;
}}
.wrapper-container-5 .learn-consent-0 {
    justify-content: flex-end;
}.wrapper-container-5 .accept-cookies-9 {
    background: rgb(167,169,190);
    font-size: 20px;
    margin-left: 30px;
    padding: 10px;
    color: #ffffff;
}.wrapper-container-5 .data-comply-3 {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.wrapper-container-5 .accept-cookies-9 {
    margin-bottom: 10px;
    margin-left: 0;
}}.operation-process-0 {
    align-items: center;
    background: linear-gradient(120deg, rgb(205,206,213) 0%, rgb(167,169,190,0.5) 100%);
    display: flex;
    overflow: hidden;
    justify-content: center;
    position: relative;
    padding: 7rem 2rem;
    min-height: 80vh;
}.operation-process-0::before {
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(113,118,173,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(167,169,190,0.5) 0%, transparent 15%);
    z-index: 1;
    content: '';
    height: 100%;
    position: absolute;
    opacity: 0.6;
    top: 0;
}.operation-process-0::after {
    content: '';
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(113,118,173,0.5) 49.5%, rgb(113,118,173,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 49.5%, rgb(167,169,190,0.5) 49.5%, rgb(167,169,190,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 20px;
    top: 0;
    position: absolute;
    left: 0;
    animation: patternMove 30s linear infinite;
    height: 100%;
    width: 100%;
    z-index: 1;
}@keyframes patternMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 40px, 40px 40px;
    }
}

.operation-process-0 .study-programs-9 {
    display: flex;
    z-index: 5;
    width: 90%;
    position: relative;
    max-width: 1200px;
    justify-content: center;
}.operation-process-0 .reading-block-0 {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    padding: 4rem;
    width: 70%;
    transition: all 0.4s ease;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        95% 100%,
        0 100%
    );
    max-width: 800px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    position: relative;
}.operation-process-0 .reading-block-0::before {
    background: radial-gradient(
        ellipse at center,
        rgb(167,169,190,0.5) 0%,
        transparent 60%
    );
    z-index: -1;
    position: absolute;
    height: 200%;
    left: -50%;
    content: '';
    opacity: 0.2;
    width: 200%;
    transition: all 0.5s ease;
    top: -50%;
    transform: rotate(30deg);
}.operation-process-0 .reading-block-0::after {
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(167,169,190), rgb(113,118,173));
    z-index: 1;
    width: 100%;
    content: '';
    left: 0;
    height: 5px;
}.operation-process-0 h2 {
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: 37px;
    font-weight: 700;
    padding-bottom: 1.5rem;
    position: relative;
    color: #ffffff;
    letter-spacing: 2px;
}.operation-process-0 h2::before {
    bottom: 0;
    content: '';
    height: 2px;
    width: 0;
    transition: width 0.8s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(167,169,190), rgb(113,118,173));
    position: absolute;
}.operation-process-0 h2::after {
    top: -15px;
    height: 30px;
    content: '';
    right: -15px;
    opacity: 0.5;
    border-top: 2px solid rgb(167,169,190);
    border-right: 2px solid rgb(167,169,190);
    position: absolute;
    width: 30px;
    transition: all 0.3s ease;
}.operation-process-0 .reading-block-0:hover h2::before {
    width: 100px;
}.operation-process-0 p {
    position: relative;
    color: #ffffff;
    z-index: 2;
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.9;
}.operation-process-0 p::before {
    bottom: -10px;
    opacity: 0.5;
    transition: width 0.3s ease;
    width: 50px;
    content: '';
    position: absolute;
    height: 2px;
    right: 0;
    background: rgb(113,118,173,0.5);
}.operation-process-0 .reading-block-0:hover {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.operation-process-0 .reading-block-0:hover::before {
    transform: rotate(45deg);
    opacity: 0.3;
}.operation-process-0 .reading-block-0:hover h2::after {
    opacity: 0.7;
    transform: scale(1.2);
}.operation-process-0 .reading-block-0:hover p::before {
    width: 100px;
}.operation-process-0::before,
.operation-process-0::after {
    transition: all 0.5s ease;
}.operation-process-0:hover::before {
    filter: blur(20px);
}.operation-process-0:hover::after {
    opacity: 0.15;
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 992px) {.operation-process-0 {
    padding: 5rem 1.5rem;
}.operation-process-0 .reading-block-0 {
    width: 80%;
    padding: 3rem;
}.operation-process-0 h2 {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
    font-size: calc(37px * 0.9);
}.operation-process-0 .reading-block-0:hover h2::before {
    width: 80px;
}.operation-process-0 p {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 768px) {.operation-process-0 {
    padding: 4rem 1rem;
    min-height: 60vh;
}.operation-process-0 .reading-block-0 {
    width: 100%;
    clip-path: polygon(
            0 0,
            100% 0,
            100% 90%,
            97% 100%,
            0 100%
        );
    padding: 2.5rem;
}.operation-process-0 h2 {
    margin-bottom: 1.2rem;
    font-size: calc(37px * 0.8);
    padding-bottom: 1rem;
    letter-spacing: 1px;
}.operation-process-0 h2::after {
    right: -10px;
    top: -10px;
    height: 20px;
    width: 20px;
}.operation-process-0 .reading-block-0:hover h2::before {
    width: 60px;
}.operation-process-0 p::before {
    width: 30px;
}.operation-process-0 .reading-block-0:hover p::before {
    width: 60px;
}
}

@media (max-width: 576px) {.operation-process-0 {
    padding: 3rem 0.8rem;
    min-height: auto;
}.operation-process-0 .reading-block-0 {
    padding: 2rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% 95%,
            98% 100%,
            0 100%
        );
}.operation-process-0 h2 {
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
    letter-spacing: 0.5px;
    font-size: calc(37px * 0.7);
}.operation-process-0 p {
    font-size: calc(16px * 0.9);
}.operation-process-0 .reading-block-0::after {
    height: 3px;
}.operation-process-0::before {
    opacity: 0.4;
}.operation-process-0::after {
    opacity: 0.05;
}}.contact-7 {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(205,206,213);
    position: relative;
}.contact-7::before {
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.05;
    position: absolute;
    background-image: linear-gradient(30deg, rgb(113,118,173,0.5) 12%, transparent 12.5%, transparent 87%, rgb(113,118,173,0.5) 87.5%, rgb(113,118,173,0.5)),
                      linear-gradient(150deg, rgb(113,118,173,0.5) 12%, transparent 12.5%, transparent 87%, rgb(113,118,173,0.5) 87.5%, rgb(113,118,173,0.5)),
                      linear-gradient(30deg, rgb(113,118,173,0.5) 12%, transparent 12.5%, transparent 87%, rgb(113,118,173,0.5) 87.5%, rgb(113,118,173,0.5)),
                      linear-gradient(150deg, rgb(113,118,173,0.5) 12%, transparent 12.5%, transparent 87%, rgb(113,118,173,0.5) 87.5%, rgb(113,118,173,0.5)),
                      linear-gradient(60deg, rgb(167,169,190,0.5) 25%, transparent 25.5%, transparent 75%, rgb(167,169,190,0.5) 75%, rgb(167,169,190,0.5)),
                      linear-gradient(60deg, rgb(167,169,190,0.5) 25%, transparent 25.5%, transparent 75%, rgb(167,169,190,0.5) 75%, rgb(167,169,190,0.5));
    background-size: 80px 140px;
    left: 0;
    top: 0;
}.contact-7 .thumbnail-0 {
    border-radius: 0 30px 30px 0;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
    width: 45%;
    height: 90%;
    top: 5%;
    left: 0;
    position: absolute;
}.contact-7 .thumbnail-0::after {
    width: 100%;
    border-radius: 0 30px 30px 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
}.contact-7 .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.contact-7 h3 {
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: rgb(167,169,190);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    background: #ffffff;
    margin-bottom: 50px;
    display: inline-block;
}.contact-7 .query-support-4 {
    background: #ffffff;
    float: right;
    width: 60%;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}.contact-7 .query-support-4::before {
    width: 100%;
    top: 0;
    position: absolute;
    height: 5px;
    left: 0;
    content: '';
    background: linear-gradient(to right, rgb(167,169,190), rgb(113,118,173));
}.contact-7 .reach-panel-6 {
    padding: 40px;
}.contact-7 form h3 {
    border-radius: 0;
    text-align: left;
    padding-bottom: 10px;
    background: transparent;
    width: 100%;
    display: block;
    padding: 0;
    color: #000000;
    border-bottom: 2px solid rgb(113,118,173,0.5);
    margin-bottom: 30px;
    box-shadow: none;
    font-size: 18px;
}.contact-7 input[type="text"],
.contact-7 textarea {
    background: rgb(205,206,213);
    border-radius: 10px;
    padding: 15px;
    color: #000000;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border: none;
    font-size: 14px;
    width: 100%;
    font-family: Arial, sans-serif;
}.contact-7 input[type="text"]:focus,
.contact-7 textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(167,169,190);
    background: #ffffff;
}.contact-7 textarea {
    height: 130px;
    resize: none;
}.contact-7 .feedback-card-9 {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.contact-7 .feedback-card-9 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-7 .feedback-card-9 label {
    padding-left: 30px;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
}.contact-7 .feedback-card-9 label::before {
    border-radius: 10px;
    top: 2px;
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    height: 18px;
    content: '';
    width: 18px;
    border: 1px solid rgb(167,169,190);
}.contact-7 .feedback-card-9 input[type="checkbox"]:checked + label::before {
    background: rgb(167,169,190);
}.contact-7 .feedback-card-9 input[type="checkbox"]:checked + label::after {
    width: 6px;
    position: absolute;
    height: 9px;
    transform: rotate(45deg);
    content: '';
    border-width: 0 2px 2px 0;
    left: 6px;
    border: solid #ffffff;
    top: 6px;
}.contact-7 .feedback-card-9 a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(167,169,190);
    transition: all 0.3s ease;
}.contact-7 .feedback-card-9 a:hover {
    text-decoration: underline;
    color: rgb(113,118,173);
}.contact-7 .feedback-block-4 {
    cursor: pointer;
    font-size: 17px;
    border: none;
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, rgb(167,169,190), rgb(167,169,190));
    transition: all 0.5s ease;
    background-size: 200% auto;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 10px;
}.contact-7 .feedback-block-4:hover {
    box-shadow: 0 5px 15px rgb(167,169,190,0.5);
    transform: translateY(-2px);
    background-position: right center;
}.contact-7 .connect-card-5 {
    color: #ffffff;
    padding: 40px;
    background: linear-gradient(135deg, rgb(167,169,190), rgb(113,118,173));
}.contact-7 .connect-card-5 h4 {
    font-size: 18px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
}.contact-7 .connect-card-5 h4::after {
    background: #ffffff;
    bottom: -8px;
    width: 40px;
    left: 0;
    position: absolute;
    content: '';
    height: 2px;
}.contact-7 .inquiry-query-6 {
    list-style: none;
    margin: 0;
    padding: 0;
}.contact-7 .inquiry-query-6 li {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
    transition: transform 0.3s ease;
}.contact-7 .inquiry-query-6 li:hover {
    transform: translateX(5px);
}.contact-7 .inquiry-query-6 svg {
    width: 22px;
    margin-top: 3px;
    height: 22px;
    margin-right: 15px;
    flex-shrink: 0;
}.contact-7 .inquiry-query-6 svg path {
    fill: #ffffff;
}.contact-7 .inquiry-query-6 span {
    color: #ffffff;
    line-height: 1.5;
    font-size: 14px;
    font-family: Arial, sans-serif;
}.contact-7 .inquiry-query-6 a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.contact-7 .inquiry-query-6 a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

@media (max-width: 992px) {.contact-7 {
    padding: 80px 0;
}.contact-7 .thumbnail-0 {
    display: none;
}.contact-7 .query-support-4 {
    max-width: 650px;
    float: none;
    margin: 0 auto;
    width: 100%;
}
}

@media (max-width: 768px) {.contact-7 {
    padding: 60px 0;
}.contact-7 h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.contact-7 .reach-panel-6,
    .contact-7 .connect-card-5 {
    padding: 30px;
}.contact-7 form h3,
    .contact-7 .connect-card-5 h4 {
    font-size: calc(18px * 0.9);
    margin-bottom: 20px;
}
}

@media (max-width: 576px) {.contact-7 {
    padding: 40px 0;
}.contact-7 h3 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.contact-7 .reach-panel-6,
    .contact-7 .connect-card-5 {
    padding: 25px 20px;
}.contact-7 input[type="text"],
    .contact-7 textarea {
    margin-bottom: 15px;
    padding: 12px;
}.contact-7 textarea {
    height: 110px;
}.contact-7 .feedback-block-4 {
    width: 100%;
}}.course-candidates-8 {
    position: relative;
    padding: 110px 0;
    background: linear-gradient(150deg, rgb(205,206,213) 30%, rgb(113,118,173,0.5) 100%);
    overflow: hidden;
}.course-candidates-8::before {
    right: -20%;
    transform: rotate(30deg);
    position: absolute;
    animation: float-slow 20s ease-in-out infinite alternate;
    opacity: 0.1;
    width: 80%;
    height: 200%;
    border-radius: 100px;
    filter: blur(60px);
    top: -50%;
    content: "";
    background: rgb(167,169,190,0.5);
}.course-candidates-8::after {
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(167,169,190,0.5) 25%, 
        rgb(167,169,190) 50%, 
        rgb(167,169,190,0.5) 75%, 
        transparent 100%
    );
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
}@keyframes float-slow {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    100% {
        transform: rotate(30deg) translateY(-50px);
    }
}

.course-candidates-8 .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.course-candidates-8 .study-programs-9 {
    gap: 40px;
    display: grid;
    align-items: start;
    grid-template-columns: 300px 1fr;
    position: relative;
}.course-candidates-8 h4 {
    margin: 0;
    padding: 0;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
    position: relative;
}.course-candidates-8 h4::before {
    background: linear-gradient(90deg, rgb(167,169,190), rgb(113,118,173));
    border-radius: 10px;
    content: "";
    left: 0;
    top: -20px;
    width: 50px;
    position: absolute;
    height: 5px;
}.course-candidates-8 h4::after {
    height: 2px;
    width: 120px;
    bottom: -20px;
    left: 0;
    position: absolute;
    border-radius: 10px;
    background: rgb(167,169,190,0.5);
    content: "";
}.course-candidates-8 div {
    flex-direction: column;
    gap: 20px;
    display: flex;
}.course-candidates-8 div p {
    color: #000000;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    line-height: 1.6;
    padding: 20px 25px;
    margin: 0;
    align-items: center;
    z-index: 1;
    font-size: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.9);
}.course-candidates-8 div p:nth-child(even) {
    transform: translateX(30px);
}.course-candidates-8 div p:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.course-candidates-8 div p:nth-child(even):hover {
    transform: translate(30px, -5px);
}.course-candidates-8 div p::before {
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.7;
    top: 0;
    width: 4px;
    background: linear-gradient(180deg, rgb(167,169,190), rgb(113,118,173));
    transition: width 0.3s ease;
    content: "";
}.course-candidates-8 div p:hover::before {
    width: 8px;
}.course-candidates-8 div p svg {
    position: relative;
    margin-right: 20px;
    min-width: 28px;
    width: 28px;
    transition: all 0.3s ease;
    height: 28px;
    z-index: 2;
}.course-candidates-8 div p:hover svg {
    transform: scale(1.2);
}.course-candidates-8 div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(167,169,190);
}.course-candidates-8 div p:hover svg path {
    fill: rgb(113,118,173);
}

@media (max-width: 991px) {.course-candidates-8 {
    padding: 90px 0;
}.course-candidates-8 .study-programs-9 {
    gap: 30px;
    grid-template-columns: 250px 1fr;
}.course-candidates-8 h4 {
    font-size: calc(38px - 2px);
}.course-candidates-8 div {
    gap: 15px;
}.course-candidates-8 div p {
    padding: 18px 20px;
}.course-candidates-8 div p:nth-child(even) {
    transform: translateX(20px);
}.course-candidates-8 div p:nth-child(even):hover {
    transform: translate(20px, -5px);
}.course-candidates-8 div p svg {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 15px;
}
}

@media (max-width: 767px) {.course-candidates-8 {
    padding: 70px 0;
}.course-candidates-8 .study-programs-9 {
    gap: 40px;
    grid-template-columns: 1fr;
}.course-candidates-8 h4 {
    max-width: 500px;
    font-size: calc(38px - 2px);
    text-align: center;
    margin: 0 auto;
}.course-candidates-8 h4::before {
    left: 50%;
    transform: translateX(-50%);
}.course-candidates-8 h4::after {
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}.course-candidates-8 div p:nth-child(even) {
    transform: translateX(0);
}.course-candidates-8 div p:nth-child(even):hover {
    transform: translateY(-5px);
}
}

@media (max-width: 479px) {.course-candidates-8 {
    padding: 50px 0;
}.course-candidates-8 h4 {
    font-size: calc(38px - 4px);
}.course-candidates-8 div {
    gap: 12px;
}.course-candidates-8 div p {
    padding: 15px;
}.course-candidates-8 div p svg {
    margin-right: 12px;
    width: 20px;
    min-width: 20px;
    height: 20px;
}}.company-info-2 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.company-info-2::before {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(167,169,190,0.5), rgba(0, 0, 0, 0.5) 70%);
    z-index: 1;
    width: 100%;
}.company-info-2::after {
    right: -50px;
    width: 250px;
    border: 3px solid rgb(113,118,173);
    height: 250px;
    position: absolute;
    transform: rotate(15deg);
    content: "";
    z-index: 1;
    bottom: -50px;
    opacity: 0.3;
}.company-info-2 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.company-info-2 .reading-block-0 {
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    animation: slideUp 0.8s ease-out forwards;
    position: relative;
    border-left: 4px solid rgb(113,118,173);
    opacity: 0;
}.company-info-2 .reading-block-0::before {
    top: -15px;
    z-index: -1;
    position: absolute;
    content: "";
    height: 30px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    width: 80px;
    background-color: rgb(113,118,173);
    left: 30px;
}.company-info-2 h5 {
    letter-spacing: 2px;
    opacity: 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    transform: translateX(-10px);
    font-size: 21px;
    margin: 0 0 15px 0;
    animation: slideRight 0.6s ease-out 0.3s forwards;
    color: rgb(113,118,173);
}.company-info-2 h5::after {
    background: linear-gradient(to right, rgb(113,118,173), transparent);
    animation: expandLine 0.6s ease-out 0.9s forwards;
    bottom: -5px;
    transform-origin: left;
    transform: scaleX(0);
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    height: 2px;
}.company-info-2 p {
    transform: translateY(10px);
    margin: 0 0 20px 0;
    animation: fadeIn 0.6s ease-out 0.6s forwards;
    font-size: calc(15px * 1.2);
    opacity: 0;
}.company-info-2 p b {
    padding-right: 15px;
    font-size: calc(18px * 1.1);
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-weight: 700;
}.company-info-2 p b::after {
    content: "";
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: rgb(113,118,173);
}.company-info-2 ol {
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateY(20px);
    animation: fadeIn 0.8s ease-out 0.9s forwards;
    position: relative;
    opacity: 0;
}.company-info-2 ol li {
    margin-bottom: 15px;
    font-size: 15px;
    padding-left: 15px;
    line-height: 1.8;
    scrollbar-width: thin;
    position: relative;
    overflow-y: auto;
    color: rgba(255, 255, 255, 0.9);
    max-height: 400px;
    scrollbar-color: rgb(113,118,173) rgba(255, 255, 255, 0.1);
}.company-info-2 ol li::-webkit-scrollbar {
    width: 6px;
}.company-info-2 ol li::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
}.company-info-2 ol li::-webkit-scrollbar-thumb {
    background-color: rgb(113,118,173);
    border-radius: 3px;
}.company-info-2 ol li::before {
    height: 6px;
    left: 0;
    background-color: rgb(113,118,173);
    top: 10px;
    content: "";
    width: 6px;
    transform: rotate(45deg);
    position: absolute;
}

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

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

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

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

@media (max-width: 992px) {.company-info-2 {
    padding: 80px 0;
}.company-info-2 .reading-block-0 {
    padding: 30px;
}.company-info-2 h5 {
    font-size: calc(21px * 0.9);
    margin-bottom: 10px;
}.company-info-2 p {
    font-size: 15px;
}.company-info-2 ol li {
    max-height: 300px;
}
}

@media (max-width: 768px) {.company-info-2 {
    padding: 60px 0;
}.company-info-2::after {
    bottom: -30px;
    height: 150px;
    width: 150px;
    right: -30px;
}.company-info-2 .reading-block-0 {
    padding: 25px 20px;
}.company-info-2 h5 {
    font-size: calc(21px * 0.85);
}.company-info-2 p b {
    font-size: 18px;
}.company-info-2 ol li {
    max-height: 250px;
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.company-info-2 {
    padding: 50px 0;
}.company-info-2 .reading-block-0::before {
    top: -10px;
    width: 60px;
    left: 20px;
}.company-info-2 .reading-block-0 {
    padding: 20px 15px;
}.company-info-2 h5 {
    letter-spacing: 1px;
    font-size: calc(21px * 0.8);
}.company-info-2 p {
    margin-bottom: 15px;
    font-size: calc(15px * 0.95);
}.company-info-2 ol li {
    max-height: 200px;
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}.welcome-section-5 {
    width: 100%;
    overflow: hidden;
    background-color: rgb(205,206,213);
    margin: 0;
    position: relative;
    padding: 0;
}.welcome-section-5 .course-welcome-9 {
    max-width: 1400px;
    width: 100%;
    padding: 0 20px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.welcome-section-5 .fast-studypro-2 {
    z-index: 2;
    display: flex;
    padding: 80px 40px;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}.welcome-section-5 .fast-studypro-2::before {
    background: linear-gradient(135deg, 
        rgb(167,169,190,0.5) 0%, 
        rgba(0,0,0,0.75) 100%);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
}.welcome-section-5 .fast-studypro-2::after {
    z-index: -1;
    background: rgb(113,118,173);
    opacity: 0.15;
    content: "";
    right: -50px;
    transform: rotate(15deg);
    width: 200px;
    height: 200px;
    animation: float 15s ease-in-out infinite;
    position: absolute;
    top: -50px;
}.welcome-section-5 .fast-studypro-2 span {
    position: relative;
    opacity: 0;
    margin-left: -20px;
    animation-delay: 0.2s;
    transform: translateY(20px);
    display: inline-block;
    max-width: 700px;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.welcome-section-5 .fast-studypro-2 h3 {
    border-left: 3px solid rgb(113,118,173);
    color: #ffffff;
    transform: skewX(-5deg);
    margin-bottom: 1.5rem;
    font-size: calc(21px * 0.9);
    font-weight: 400;
    padding: 12px 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    line-height: 1.5;
    font-family: Arial, sans-serif;
    background: linear-gradient(90deg, 
        rgb(167,169,190) 0%, 
        rgb(167,169,190,0.5) 100%);
}.welcome-section-5 .fast-studypro-2 h1 {
    font-weight: 700;
    transform: translateY(20px);
    max-width: 800px;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    font-family: Arial, sans-serif;
    animation-delay: 0.4s;
    color: #ffffff;
    font-size: 47px;
    opacity: 0;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}.welcome-section-5 .fast-studypro-2 h1::after {
    width: 120px;
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: left;
    background: rgb(113,118,173);
    position: absolute;
    left: 0;
    height: 3px;
    bottom: -15px;
    content: "";
    animation-delay: 1s;
}.welcome-section-5 .fast-studypro-2 div div {
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    position: relative;
    max-width: 550px;
    animation-delay: 0.6s;
    transform: translateY(20px);
}.welcome-section-5 .fast-studypro-2 p {
    font-size: calc(13px * 1.2);
    margin-top: 2rem;
    font-family: Arial, sans-serif;
    position: relative;
    border-left: 1px solid rgb(113,118,173);
    color: #ffffff;
    padding-left: 25px;
    line-height: 1.6;
    font-weight: 400;
}.welcome-section-5 .fast-studypro-2 p::before {
    top: 0;
    left: -5px;
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    content: "";
    width: 10px;
    background: rgb(113,118,173);
}@keyframes slideUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes lineGrow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(20deg) translate(-15px, 15px);
    }
}

.welcome-section-5 .fast-studypro-2:hover::after {
    animation-play-state: paused;
}.welcome-section-5 .fast-studypro-2 > * {
    z-index: 5;
}

@media (max-width: 992px) {.welcome-section-5 .fast-studypro-2 {
    padding: 60px 30px;
}.welcome-section-5 .fast-studypro-2 h1 {
    font-size: calc(47px * 0.85);
}.welcome-section-5 .fast-studypro-2 h3 {
    font-size: calc(21px * 0.85);
}
}

@media (max-width: 768px) {.welcome-section-5 .fast-studypro-2 {
    min-height: 90vh;
    padding: 50px 25px;
}.welcome-section-5 .fast-studypro-2 h1 {
    font-size: calc(47px * 0.75);
}.welcome-section-5 .fast-studypro-2 h3 {
    margin-left: 0;
    font-size: calc(21px * 0.8);
    padding: 10px 15px;
}.welcome-section-5 .fast-studypro-2 span {
    max-width: 100%;
    margin-left: 0;
}.welcome-section-5 .fast-studypro-2 p {
    font-size: 13px;
    padding-left: 15px;
}
}

@media (max-width: 576px) {.welcome-section-5 .fast-studypro-2 {
    min-height: 80vh;
    padding: 40px 20px;
}.welcome-section-5 .fast-studypro-2 h1 {
    font-size: calc(47px * 0.65);
}.welcome-section-5 .fast-studypro-2 h3 {
    font-size: calc(21px * 0.75);
    transform: skewX(-3deg);
}.welcome-section-5 .fast-studypro-2 h1::after {
    width: 80px;
}.welcome-section-5 .course-welcome-9 {
    padding: 0 10px;
}
}

@media (min-width: 1400px) {.welcome-section-5 .fast-studypro-2 h1 {
    font-size: calc(47px * 1.1);
}.welcome-section-5 .fast-studypro-2 h3 {
    font-size: 21px;
}.welcome-section-5 .fast-studypro-2 p {
    font-size: calc(13px * 1.3);
}
}

@media (hover: hover) {.welcome-section-5 .fast-studypro-2 {
    transition: transform 0.3s ease;
}.welcome-section-5 .fast-studypro-2:hover {
    transform: scale(1.01);
}}header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to bottom, rgb(205,206,213), #ffffff);
    z-index: 100;
    position: relative;
    width: 100%;
    padding: 1.2rem 0;
}header::before {
    opacity: 0.5;
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    width: 100%;
    z-index: 0;
    top: 0;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(167,169,190,0.5) 65%, 
        rgb(167,169,190,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(113,118,173,0.5) 75%, 
        rgb(113,118,173,0.5) 80%, 
        transparent 80%);
}header .container {
    z-index: 1;
    position: relative;
    padding: 0 3%;
    max-width: 100%;
    width: 100%;
    margin: 0;
}header .nav-learning-6 {
    justify-content: center;
    gap: 2rem;
    display: flex;
    flex-wrap: wrap;
}header .main-sitewrap-3 {
    transition: all 0.3s ease;
    border-radius: 21px;
    padding: 0.5rem 1.5rem;
    display: flex;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(167,169,190,0.5), rgb(113,118,173,0.5));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    align-items: center;
}header .main-sitewrap-3::before {
    content: '';
    height: 200%;
    top: -50%;
    transition: opacity 0.3s ease;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    opacity: 0;
    width: 200%;
    left: -50%;
    position: absolute;
}header .main-sitewrap-3:hover::before {
    opacity: 1;
}header .main-sitewrap-3 svg {
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
    width: 150px;
}header .main-sitewrap-3:hover svg {
    transform: scale(1.03);
}header .site-prime-7 {
    justify-content: center;
    width: 100%;
    display: flex;
    gap: 0.6rem;
    max-width: 800px;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}header .first-class-1 {
    padding: 0.6rem 1.2rem;
    font-family: Arial, sans-serif;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.03);
    color: #000000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    z-index: 1;
    font-size: 19px;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    background: #ffffff;
}header .first-class-1::before {
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.3s ease;
    height: 3px;
    background: linear-gradient(to right, rgb(167,169,190), rgb(113,118,173));
    content: '';
    top: 0;
    left: 0;
    transform-origin: left;
}header .first-class-1:hover {
    transform: translateY(-3px);
    color: rgb(167,169,190);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .first-class-1:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .main-sitewrap-3 {
    padding: 0.5rem 1.2rem;
}header .main-sitewrap-3 svg {
    width: 140px;
}header .site-prime-7 {
    gap: 0.5rem;
}header .first-class-1 {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .nav-learning-6 {
    gap: 1.5rem;
}header .main-sitewrap-3 {
    padding: 0.4rem 1rem;
}header .main-sitewrap-3 svg {
    width: 130px;
}header .site-prime-7 {
    gap: 0.5rem;
}header .first-class-1 {
    padding: 0.5rem 0.9rem;
    font-size: calc(19px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .nav-learning-6 {
    gap: 1rem;
}header .main-sitewrap-3 svg {
    width: 120px;
}header .site-prime-7 {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 0.4rem;
    padding-bottom: 10px;
}header .site-prime-7::-webkit-scrollbar {
    height: 3px;
}header .site-prime-7::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(167,169,190);
}header .first-class-1 {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 2px;
}}.thanksPage-4 {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(205,206,213), rgb(205,206,213) 60%, rgb(113,118,173,0.5) 140%);
    position: relative;
}.thanksPage-4::before {
    z-index: 1;
    transform: rotate(15deg) skew(5deg);
    width: 50%;
    animation: float 18s ease-in-out infinite alternate;
    top: -5%;
    right: -10%;
    height: 70%;
    opacity: 0.8;
    background: linear-gradient(145deg, rgb(167,169,190,0.5) 10%, transparent 70%);
    filter: blur(20px);
    position: absolute;
    content: "";
}.thanksPage-4::after {
    left: -5%;
    z-index: 1;
    filter: blur(15px);
    content: "";
    animation: float 15s ease-in-out infinite alternate-reverse;
    position: absolute;
    opacity: 0.7;
    background: linear-gradient(215deg, rgb(113,118,173,0.5) 15%, transparent 65%);
    width: 40%;
    height: 60%;
    transform: rotate(-10deg) skew(-5deg);
    bottom: -8%;
}.thanksPage-4 .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.thanksPage-4 h2 {
    max-width: 90%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 33px;
    position: relative;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    line-height: 1.3;
}.thanksPage-4 h2::after {
    left: 0;
    width: 80px;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(167,169,190), rgb(113,118,173));
    content: "";
    position: absolute;
    height: 4px;
    bottom: -0.8rem;
    transform-origin: left center;
    transition: transform 0.6s ease-out;
}.thanksPage-4:hover h2 {
    transform: translateY(-5px);
}.thanksPage-4:hover h2::after {
    transform: scaleX(1.2);
}.thanksPage-4 .study-programs-9 {
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(8px);
    transform: translateZ(0);
    overflow: hidden;
    padding: 2.5rem;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 1rem;
    border-radius: calc(20px / 1.5);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.thanksPage-4 .study-programs-9::before {
    animation: gradientMove 8s ease infinite;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-size: 200% 100%;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(167,169,190), rgb(113,118,173), rgb(167,169,190));
}.thanksPage-4 .study-programs-9:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
}.thanksPage-4 ul {
    margin: 0;
    position: relative;
    padding: 0;
    list-style: none;
}.thanksPage-4 li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 0.5rem;
}.thanksPage-4 li::before {
    top: 0.5rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
    background: rgb(167,169,190);
    left: 0;
    border-radius: 50%;
    content: "";
    width: 10px;
    transform: scale(0.8);
    height: 10px;
    position: absolute;
}.thanksPage-4 li:hover::before {
    background: rgb(113,118,173);
    transform: scale(1.1);
}.thanksPage-4 li span {
    display: block;
    line-height: 1.7;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
    font-size: calc(18px * 1.05);
}.thanksPage-4 li:hover span {
    transform: translateX(5px);
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
    50% {
        transform: translateY(-20px) rotate(12deg) skew(3deg);
    }
    100% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
}

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

@media (max-width: 992px) {.thanksPage-4 {
    padding: 4rem 0;
}.thanksPage-4 h2 {
    font-size: calc(33px * 0.9);
    max-width: 100%;
}.thanksPage-4 .study-programs-9 {
    padding: 2rem;
}
}

@media (max-width: 768px) {.thanksPage-4 {
    padding: 3.5rem 0;
}.thanksPage-4 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.8);
}.thanksPage-4 h2::after {
    width: 60px;
    height: 3px;
}.thanksPage-4 .study-programs-9 {
    padding: 1.8rem;
}.thanksPage-4 li {
    padding-left: 1.8rem;
}.thanksPage-4 li span {
    font-size: 18px;
}
}

@media (max-width: 576px) {.thanksPage-4 {
    padding: 3rem 0;
}.thanksPage-4 h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.2rem;
}.thanksPage-4 h2::after {
    height: 3px;
    width: 50px;
}.thanksPage-4 .study-programs-9 {
    margin-top: 0.5rem;
    padding: 1.5rem;
}.thanksPage-4 li {
    padding-left: 1.5rem;
}.thanksPage-4 li::before {
    height: 8px;
    top: 0.4rem;
    width: 8px;
}.thanksPage-4 li span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.mentorship-experience-4 {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,206,213) 0%, rgb(167,169,190,0.5) 100%);
    position: relative;
}.mentorship-experience-4::before {
    transform: rotate(-15deg);
    position: absolute;
    right: -50px;
    top: -50px;
    content: "";
    height: 300px;
    width: 300px;
    background: rgb(113,118,173,0.5);
    filter: blur(80px);
    z-index: 0;
}.mentorship-experience-4::after {
    height: 250px;
    bottom: -80px;
    background: rgb(167,169,190,0.5);
    content: "";
    left: -50px;
    z-index: 0;
    position: absolute;
    width: 250px;
    filter: blur(60px);
    transform: rotate(25deg);
}.mentorship-experience-4 .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.mentorship-experience-4 .review-voices-4 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(2deg);
    display: grid;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    gap: 30px;
    background: #ffffff;
    position: relative;
    padding: 40px;
}.mentorship-experience-4 .review-voices-4:hover {
    transform: perspective(1000px) rotateY(0deg);
}.mentorship-experience-4 .review-voices-4::before {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    width: 5px;
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(167,169,190), rgb(113,118,173));
    position: absolute;
    transform-origin: left center;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
}.mentorship-experience-4 .review-voices-4:hover::before {
    transform: scaleY(1);
}.mentorship-experience-4 .thumbnail-0 {
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0 auto;
    width: 200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 200px;
    border: 3px solid #ffffff;
}.mentorship-experience-4 .review-voices-4:hover .thumbnail-0 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.05);
}.mentorship-experience-4 .thumbnail-0::after {
    content: "";
    opacity: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(167,169,190,0.5) 0%, transparent 50%, rgb(113,118,173,0.5) 100%);
    width: 100%;
    transition: opacity 0.6s ease;
    position: absolute;
    left: 0;
}.mentorship-experience-4 .review-voices-4:hover .thumbnail-0::after {
    opacity: 0.4;
}.mentorship-experience-4 .name {
    margin: 0 0 5px 0;
    transform: translateX(0);
    display: inline-block;
    color: rgb(167,169,190);
    font-weight: 700;
    position: relative;
    font-size: calc(18px * 1.1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.mentorship-experience-4 .review-voices-4:hover .name {
    transform: translateX(10px);
}.mentorship-experience-4 .name::after {
    content: "";
    width: 0;
    background: rgb(113,118,173);
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
}.mentorship-experience-4 .review-voices-4:hover .name::after {
    width: 100%;
}.mentorship-experience-4 .review-voices-4 > div:nth-child(2) > div {
    font-weight: 600;
    margin-bottom: 15px;
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding-left: 0;
    font-size: calc(16px * 0.95);
    position: relative;
    color: #000000;
}.mentorship-experience-4 .review-voices-4:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.mentorship-experience-4 .job-block-4 {
    color: #000000;
    position: relative;
    border-radius: 10px;
    background-size: 200% 100%;
    transition: background-position 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 16px;
    line-height: 1.8;
    background: linear-gradient(to right, #ffffff, rgb(205,206,213), #ffffff);
    padding: 25px 20px;
    margin: 0;
}.mentorship-experience-4 .review-voices-4:hover .job-block-4 {
    background-position: right center;
}.mentorship-experience-4 .job-block-4::before,
.mentorship-experience-4 .job-block-4::after {
    font-size: 60px;
    position: absolute;
    line-height: 1;
    color: rgb(167,169,190,0.5);
    font-family: Georgia, serif;
    content: "";
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.mentorship-experience-4 .job-block-4::before {
    left: -10px;
    transform: translateX(-20px) translateY(-20px) scale(0.8);
    top: -10px;
    opacity: 0.5;
}.mentorship-experience-4 .job-block-4::after {
    right: -10px;
    opacity: 0.5;
    bottom: -30px;
    transform: translateX(20px) translateY(20px) scale(0.8);
    content: "";
}.mentorship-experience-4 .review-voices-4:hover .job-block-4::before {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.7;
}.mentorship-experience-4 .review-voices-4:hover .job-block-4::after {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.7;
}

@media (min-width: 768px) {.mentorship-experience-4 .review-voices-4 {
    grid-template-rows: auto 1fr;
    gap: 25px 40px;
    grid-template-columns: 220px 1fr;
}.mentorship-experience-4 .review-voices-4 > div:first-child {
    justify-content: center;
    grid-row: 1 / 3;
    align-items: center;
    display: flex;
}.mentorship-experience-4 .review-voices-4 > div:nth-child(2) {
    align-self: end;
}.mentorship-experience-4 .review-voices-4 > div:nth-child(3) {
    grid-column: 2 / 3;
}.mentorship-experience-4 .thumbnail-0 {
    width: 200px;
    height: 200px;
}
}

@media (min-width: 992px) {.mentorship-experience-4 {
    padding: 150px 0;
}.mentorship-experience-4 .review-voices-4 {
    padding: 60px;
    transform: perspective(1500px) rotateY(3deg);
    gap: 30px 60px;
}.mentorship-experience-4 .thumbnail-0 {
    width: 240px;
    height: 240px;
}.mentorship-experience-4 .name {
    font-size: calc(18px * 1.2);
}.mentorship-experience-4 .review-voices-4 > div:nth-child(2) > div {
    font-size: 16px;
}.mentorship-experience-4 .job-block-4 {
    font-size: calc(16px * 1.05);
    padding: 30px 25px;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.mentorship-experience-4 {
    padding: 80px 0;
}.mentorship-experience-4 .review-voices-4 {
    padding: 30px 25px;
    gap: 20px;
}.mentorship-experience-4 .thumbnail-0 {
    width: 150px;
    height: 150px;
}.mentorship-experience-4 .name {
    font-size: 18px;
    text-align: center;
}.mentorship-experience-4 .review-voices-4 > div:nth-child(2) {
    text-align: center;
}.mentorship-experience-4 .review-voices-4 > div:nth-child(2) > div {
    font-size: calc(16px * 0.9);
}.mentorship-experience-4 .job-block-4 {
    padding: 20px 15px;
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}}.program-information-9 {
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(145deg, rgb(205,206,213) 0%, rgba(245, 247, 250, 0.95) 100%);
}.program-information-9::before {
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(167,169,190,0.5), 0.05) 100%);
    transform: skewX(-15deg) translateX(10%);
    right: 0;
    position: absolute;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: -1;
}.program-information-9::after {
    transform: rotate(15deg);
    position: absolute;
    content: "";
    opacity: 0.05;
    width: 200px;
    bottom: -50px;
    z-index: -1;
    left: -50px;
    background: linear-gradient(225deg, rgb(167,169,190) 0%, rgb(113,118,173) 100%);
    height: 200px;
}.program-information-9 .container {
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.program-information-9 h2 {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #000000;
    transform-origin: left center;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 28px;
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
}.program-information-9 h2::after {
    width: 80px;
    position: absolute;
    left: 0;
    transform-origin: left;
    content: "";
    transition: transform 0.4s ease-out;
    background: rgb(167,169,190);
    bottom: -10px;
    transform: scaleX(1);
    height: this;
}.program-information-9 h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.program-information-9 h2:hover::after {
    transform: scaleX(1.5);
}.program-information-9 .job-classes-7 {
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
    position: relative;
}.program-information-9 .thumbnail-0 {
    height: 350px;
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
    overflow: hidden;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
    border: none;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    position: relative;
}.program-information-9 .thumbnail-0::before {
    left: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(rgba(0, 0, 0, 0.5), 0.1) 100%
    );
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    right: 0;
}.program-information-9 .thumbnail-0:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.25);
}.program-information-9 .reading-block-0 {
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateY(2deg) translateZ(5px);
    border-radius: 10px;
    padding: 40px 30px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.program-information-9 .reading-block-0::before {
    background: linear-gradient(to bottom, rgb(167,169,190), rgb(113,118,173));
    height: 0;
    top: 0;
    width: 5px;
    left: 0;
    position: absolute;
    content: "";
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.program-information-9 .reading-block-0:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.program-information-9 .reading-block-0:hover::before {
    height: 100%;
}.program-information-9 .description {
    transition: transform 0.4s ease;
    transform: translateZ(0);
    font-size: 14px;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.7;
}.program-information-9 .description:last-child {
    margin-bottom: 0;
}.program-information-9 .description::first-letter {
    font-size: 1.2em;
    color: rgb(167,169,190);
    font-weight: 600;
}.program-information-9 .description:nth-child(1) {
    animation: fadeText 0.8s ease forwards;
}.program-information-9 .description:nth-child(2) {
    animation: fadeText 0.8s 0.3s ease forwards;
    opacity: 0;
}@keyframes fadeText {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.program-information-9 .job-classes-7:hover .thumbnail-0 {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.program-information-9 .job-classes-7:hover .reading-block-0 {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}


@media (min-width: 768px) {.program-information-9 {
    padding: 150px 0 130px;
}.program-information-9 .job-classes-7 {
    gap: 60px;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
}.program-information-9 h2 {
    font-size: calc(28px * 1.1);
    max-width: 80%;
}.program-information-9 .thumbnail-0 {
    height: 500px;
}.program-information-9 .reading-block-0 {
    padding: 50px 40px;
}
}

@media (min-width: 992px) {.program-information-9 {
    padding: 180px 0 160px;
}.program-information-9 h2 {
    margin-bottom: 70px;
}.program-information-9 .job-classes-7 {
    gap: 80px;
}.program-information-9 .thumbnail-0 {
    height: 600px;
}.program-information-9 .reading-block-0 {
    padding: 60px 50px;
}
}

@media (max-width: 767px) {.program-information-9 {
    padding: 80px 0 70px;
}.program-information-9 h2 {
    font-size: calc(28px * 0.85);
    margin-bottom: 30px;
}.program-information-9 .thumbnail-0 {
    height: 250px;
}.program-information-9 .reading-block-0 {
    padding: 30px 20px;
}.program-information-9 .description {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.program-information-9 {
    padding: 60px 0 50px;
}.program-information-9 h2 {
    font-size: calc(28px * 0.75);
    margin-bottom: 25px;
}.program-information-9 .thumbnail-0 {
    height: 200px;
}.program-information-9 .reading-block-0 {
    padding: 25px 15px;
}.program-information-9 .description {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}}.sign-up-for-updates-0 {
    overflow: hidden;
    background: rgb(205,206,213);
    padding: 4rem;
    isolation: isolate;
    position: relative;
}.sign-up-for-updates-0::before {
    height: 100%;
    opacity: 0.2;
    transform-origin: center right;
    width: 60%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    background: rgb(167,169,190,0.5);
    right: 0;
    top: 0;
    animation: clip-shift 10s ease-in-out infinite alternate;
    z-index: -2;
    content: "";
}.sign-up-for-updates-0::after {
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    width: 60%;
    position: absolute;
    z-index: -2;
    transform-origin: center left;
    background: rgb(113,118,173,0.5);
    content: "";
    left: 0;
    top: 0;
    animation: clip-shift 10s ease-in-out infinite alternate-reverse;
    height: 100%;
    opacity: 0.2;
}.sign-up-for-updates-0 .study-programs-9 {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    z-index: 1;
    display: grid;
    position: relative;
    transform: skewY(-1deg);
    align-items: center;
}.sign-up-for-updates-0 .study-programs-9::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.02) 10px,
        rgba(0, 0, 0, 0.02) 20px
    );
    content: "";
    z-index: -1;
}.sign-up-for-updates-0 p {
    line-height: 1.5;
    transform: skewY(1deg);
    font-weight: 700;
    position: relative;
    margin: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: calc(19px * 1.1);
}.sign-up-for-updates-0 p::before {
    position: absolute;
    height: 50px;
    transform: rotate(45deg);
    top: -20px;
    opacity: 0.2;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: rotate-diamond 15s linear infinite;
    background: rgb(167,169,190);
    width: 50px;
    content: "";
    left: -20px;
}.sign-up-for-updates-0 p::after {
    animation: rotate-hexagon 20s linear infinite reverse;
    bottom: -20px;
    opacity: 0.3;
    height: 30px;
    content: "";
    position: absolute;
    background: rgb(113,118,173);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 30px;
    right: 40px;
}.sign-up-for-updates-0 .input_holder {
    position: relative;
    transform: skewY(1deg);
}.sign-up-for-updates-0 .input_holder::before {
    position: absolute;
    height: 60px;
    width: 60px;
    top: -30px;
    opacity: 0.3;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: rgb(167,169,190,0.5);
    z-index: -1;
    right: -30px;
    animation: pulse-triangle 5s infinite alternate;
    content: "";
}.sign-up-for-updates-0 .input_holder::after {
    animation: rotate-square 15s linear infinite;
    height: 40px;
    left: 30%;
    bottom: -20px;
    background: rgb(113,118,173,0.5);
    content: "";
    width: 40px;
    transform: rotate(45deg);
    opacity: 0.2;
    border-radius: 4px;
    z-index: -1;
    position: absolute;
}.sign-up-for-updates-0 .updates-list-2 {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    padding: 1.3rem 1.5rem;
    border: 2px solid transparent;
    background-color: #ffffff;
    color: #000000;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem;
}.sign-up-for-updates-0 .updates-list-2:focus {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: rgb(167,169,190);
    outline: none;
}.sign-up-for-updates-0 .updates-list-2::placeholder {
    color: #000000;
    opacity: 0.6;
}.sign-up-for-updates-0 .sub-status-5 {
    padding: 1.3rem 2rem;
    position: relative;
    background-color: rgb(167,169,190);
    border: none;
    color: #ffffff;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    font-size: 20px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}.sign-up-for-updates-0 .sub-status-5::before {
    width: 100%;
    top: 0;
    content: "";
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    z-index: -1;
    left: -100%;
    position: absolute;
}.sign-up-for-updates-0 .sub-status-5:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(113,118,173);
}.sign-up-for-updates-0 .sub-status-5:hover::before {
    left: 100%;
}

@keyframes clip-shift {
    0% {
        clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    }
}

@keyframes rotate-diamond {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@keyframes rotate-hexagon {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-triangle {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@keyframes rotate-square {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 768px) {.sign-up-for-updates-0 {
    padding: 3rem 1.5rem;
}.sign-up-for-updates-0 .study-programs-9 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.sign-up-for-updates-0 p {
    font-size: 22px;
}.sign-up-for-updates-0 .input_holder {
    margin-top: 1rem;
}.sign-up-for-updates-0 .updates-list-2,
    .sign-up-for-updates-0 .sub-status-5 {
    padding: 1rem 1.5rem;
}}.privacy-concealment-8 {
    color: #000000;
    background-color: rgb(205,206,213);
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
}.privacy-concealment-8 h1 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 44px;
    color: rgb(167,169,190);
    font-weight: 700;
}.privacy-concealment-8 h2 {
    color: rgb(113,118,173);
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 32px;
}.privacy-concealment-8 h3,
.privacy-concealment-8 h4,
.privacy-concealment-8 h5,
.privacy-concealment-8 h6 {
    font-weight: 300;
    font-size: 23px;
    margin-bottom: 10px;
    color: rgb(167,169,190);
}.privacy-concealment-8 ul,
.privacy-concealment-8 ol {
    margin: 0;
    padding: 0 0 0 20px;
}.privacy-concealment-8 ul {
    list-style-type: disc;
}.privacy-concealment-8 ol {
    list-style-type: decimal;
}.privacy-concealment-8 li {
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}.privacy-concealment-8 p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 16px;
}.privacy-concealment-8 div {
    margin-bottom: 20px;
}.privacy-concealment-8 span {
    font-weight: 600;
    color: rgb(167,169,190);
}
@media only screen and (max-width: 800px) {.privacy-concealment-8 {
    padding: 20px;
    border-radius: 10px;
    box-shadow: none;
}.privacy-concealment-8 h1 {
    font-size: calc(23px * 0.8);
}.privacy-concealment-8 h2 {
    font-size: calc(23px * 0.8);
}.privacy-concealment-8 ul,
    .privacy-concealment-8 ol {
    padding-left: 15px;
}}.plan-option-6 {
    position: relative;
    overflow: hidden;
    --card-border: linear-gradient(135deg, rgb(167,169,190), rgb(113,118,173));
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background-color: var(--pricing-bg);
    --card-bg: #ffffff;
    --pricing-bg: #f5f7fa;
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-accent: rgb(167,169,190);
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    padding: 120px 0 80px;
}.plan-option-6::before {
    right: -5%;
    z-index: 1;
    top: -10%;
    height: 50%;
    opacity: 0.5;
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(167,169,190,0.5), rgb(113,118,173,0.5));
    filter: blur(60px);
    position: absolute;
    content: "";
    width: 35%;
}.plan-option-6::after {
    filter: blur(50px);
    bottom: -10%;
    transform: rotate(15deg);
    width: 30%;
    height: 40%;
    background: linear-gradient(225deg, rgb(113,118,173,0.5), rgb(167,169,190,0.5));
    left: -5%;
    opacity: 0.4;
    content: "";
    position: absolute;
    z-index: 1;
}.plan-option-6 .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 2;
}.plan-option-6 .class-cost-6 {
    flex-direction: column;
    display: flex;
}.plan-option-6 .premium-plan-2 {
    margin-right: auto;
    max-width: 800px;
    text-align: center;
    margin-bottom: 60px;
    margin-left: auto;
    order: -1;
}.plan-option-6 .premium-plan-2 h2 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    color: #000000;
    position: relative;
}.plan-option-6 .premium-plan-2 h2::after {
    background: linear-gradient(to right, rgb(167,169,190), rgb(113,118,173));
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    content: "";
    bottom: -10px;
}.plan-option-6 .fee-choices-3 {
    margin: 0 auto;
    white-space: normal;
    word-wrap: break-word;
    font-size: calc(13px + 2px);
    overflow-wrap: break-word;
    color: #000000;
    max-width: 700px;
    line-height: 1.6;
}.plan-option-6 .deal-board-1 {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    width: 100%;
}.plan-option-6 .fee-options-3 {
    height: 100%;
    transition: transform var(--card-transition);
    text-decoration: none;
    display: block;
    transform: translateY(0);
    color: inherit;
}.plan-option-6 .fee-options-3:hover {
    transform: translateY(-10px);
}.plan-option-6 .price-sheet-3 {
    flex-direction: column;
    box-shadow: var(--card-shadow);
    border-radius: 18px;
    position: relative;
    transition: box-shadow var(--card-transition);
    height: 100%;
    background-color: var(--card-bg);
    display: flex;
    overflow: hidden;
}.plan-option-6 .fee-options-3:hover .price-sheet-3 {
    box-shadow: var(--card-hover-shadow);
}.plan-option-6 .price-sheet-3::before {
    background: var(--card-border);
    height: 5px;
    transition: transform 0.5s ease;
    top: 0;
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    width: 100%;
    position: absolute;
    left: 0;
}.plan-option-6 .fee-options-3:hover .price-sheet-3::before {
    transform: scaleX(1);
}.plan-option-6 .learning-fees-2 {
    z-index: 1;
    flex-grow: 1;
    position: relative;
    flex-direction: column;
    padding: 35px 30px;
    display: flex;
}.plan-option-6 .learning-fees-2 h3 {
    transition: color 0.3s ease;
    color: #000000;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: calc(24px + 2px);
}.plan-option-6 .fee-options-3:hover .learning-fees-2 h3 {
    color: var(--card-accent);
}.plan-option-6 .sub-options-2 {
    position: relative;
    color: var(--card-accent);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: calc(24px + 6px);
    display: inline-block;
}.plan-option-6 .sub-options-2::after {
    height: 2px;
    width: 40px;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: var(--card-accent);
}.plan-option-6 .fee-options-3:hover .sub-options-2::after {
    width: 60px;
}.plan-option-6 .learning-fees-2 p {
    color: #000000;
    overflow-wrap: break-word;
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.6;
    white-space: normal;
    hyphens: auto;
    word-wrap: break-word;
    flex-grow: 1;
}.plan-option-6 .thumbnail-0 {
    width: 100%;
    position: relative;
    height: 200px;
    transition: transform 0.6s ease;
    overflow: hidden;
}.plan-option-6 .thumbnail-0::after {
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    right: 0;
    opacity: 0;
}.plan-option-6 .fee-options-3:hover .thumbnail-0::after {
    opacity: 1;
}.plan-option-6 .fee-options-3:hover .thumbnail-0 {
    transform: scale(1.05);
}

@media (min-width: 992px) {.plan-option-6 .class-cost-6 {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}.plan-option-6 .premium-plan-2 {
    width: 30%;
    text-align: left;
    order: 0;
    margin: 0;
}.plan-option-6 .premium-plan-2 h2 {
    display: block;
    text-align: left;
}.plan-option-6 .premium-plan-2 h2::after {
    left: 0;
    transform: none;
}.plan-option-6 .fee-choices-3 {
    text-align: left;
    margin: 0;
}.plan-option-6 .deal-board-1 {
    width: 70%;
}
}

@media (max-width: 991px) {.plan-option-6 {
    padding: 80px 0 60px;
}.plan-option-6 .deal-board-1 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}

@media (max-width: 767px) {.plan-option-6 {
    padding: 60px 0 40px;
}.plan-option-6 .premium-plan-2 {
    margin-bottom: 40px;
}.plan-option-6 .deal-board-1 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.plan-option-6 .learning-fees-2 {
    padding: 25px 20px;
}.plan-option-6 .learning-fees-2 h3 {
    font-size: 24px;
}.plan-option-6 .sub-options-2 {
    font-size: calc(24px + 2px);
}.plan-option-6 .learning-fees-2 p {
    font-size: calc(13px - 1px);
}.plan-option-6 .thumbnail-0 {
    height: 180px;
}
}

@media (max-width: 480px) {.plan-option-6 {
    padding: 50px 0 30px;
}.plan-option-6 .premium-plan-2 h2 {
    font-size: calc(37px - 4px);
}.plan-option-6 .fee-choices-3 {
    font-size: 13px;
}.plan-option-6 .learning-fees-2 {
    padding: 20px 15px;
}.plan-option-6 .thumbnail-0 {
    height: 160px;
}
}