﻿.wrap-container-4fi0JvY {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

.nav-learn-tVTiOe1 {
    flex: 1 0 auto;
}


.privacy-depot-NjqRcMh {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: rgb(242,241,231);
    font-family: Arial, sans-serif;
    padding: 50px;
}

.privacy-depot-NjqRcMh ul {
    margin: 1rem 0;
    padding: 0;
    list-style-type: none;
}

.instructor-profile-pxLNweF::before {
    content: "";
    top: -10%;
    height: 120%;
    width: 120%;
    z-index: 0;
    position: absolute;
    transform: skewY(-5deg);
    left: -5%;
    background: linear-gradient(
        135deg,
        rgb(185,184,164,0.5) 0%,
        transparent 40%,
        rgb(217,216,200,0.5) 100%
    );
}

.instructor-profile-pxLNweF .feedback-track-JuEHrZa:hover > div:first-child {
    transform: translateZ(40px) translateY(-5px);
}

.instructor-profile-pxLNweF .feedback-track-JuEHrZa:hover .img-icon-RwEjeLk {
    transform: scale(1.03);
}

.instructor-profile-pxLNweF .feedback-track-JuEHrZa > div:nth-child(2)::before {
    transform-origin: top;
    transform: scaleY(0);
    content: "";
    top: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgb(217,216,200) 0%,
        rgb(185,184,164) 100%
    );
    width: 3px;
}

header::before {
    left: 2px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    right: 2px;
    top: 2px;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    bottom: 2px;
    position: absolute;
    z-index: -1;
}

header .top-expert-r3ehmW8 img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}

header .site-main-vEbVxok a::before {
    position: absolute;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: left 0.7s ease;
}

header .header-tutor-4zsNTbH::after {
    height: 40px;
    border-left: none;
    opacity: 0.5;
    bottom: 10px;
    position: absolute;
    left: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 40px;
    content: '';
    border-top: none;
}

.contact-4XCONds::before {
    width: 100%;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(185,184,164,0.5),
        rgb(185,184,164,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    content: '';
    opacity: 0.05;
    position: absolute;
    height: 100%;
}

.contact-4XCONds .inquiry-inquiry-9wBtrsI {
    position: relative;
    flex: 1;
    padding: 50px;
}

.contact-4XCONds input[type="text"]:focus,
.contact-4XCONds textarea:focus {
    box-shadow: 0 0 0 2px rgb(217,216,200,0.5);
    outline: none;
    border-color: rgb(217,216,200);
}

.contact-4XCONds .inquiry-panel-iGJWhF9 label {
    line-height: 1.5;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #000000;
}

.contact-4XCONds .inquiry-panel-iGJWhF9 a {
    color: rgb(217,216,200);
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-4XCONds .query-section-O9AnKjg {
    background: rgb(217,216,200);
    padding: 50px;
    width: 35%;
    position: relative;
}

.contact-4XCONds .query-section-O9AnKjg h4 {
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}

.contact-4XCONds .support-section-OZAciw5 li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact-4XCONds .support-section-OZAciw5 a:hover {
    opacity: 0.8;
}

.get-updates-ldFixY0::before {
    height: 200%;
    content: "";
    width: 80%;
    background: linear-gradient(165deg, rgb(255, 255, 255, 0.5) 10%, transparent 60%);
    opacity: 0.07;
    pointer-events: none;
    position: absolute;
    left: -20%;
    top: -50%;
    transform: rotate(15deg);
    z-index: -1;
}

.get-updates-ldFixY0 h4 {
    font-family: Arial, sans-serif;
    max-width: 90%;
    transform: translateX(1rem);
    padding: 0;
    line-height: 1.4;
    font-size: 24px;
    position: relative;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

.get-updates-ldFixY0 .input_holder span {
    position: relative;
}

.get-updates-ldFixY0 input[type="email"]::placeholder {
    opacity: 0.6;
    color: rgba(0, 0, 0, 0.5);
}

.get-updates-ldFixY0 .updates-box-pBCMGuH::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    content: "";
    left: -100%;
    transition: left 0.8s ease;
    width: 100%;
    height: 100%;
    top: 0;
}

.client-comments-36qgUfy {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(242,241,231) 0%, rgba(rgb(185,184,164,0.5), 0.05) 100%);
    position: relative;
}

.client-comments-36qgUfy .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.client-comments-36qgUfy .feedback-track-JuEHrZa {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.06);
    position: relative;
    will-change: transform;
    padding: 30px;
    background: #ffffff;
}

.client-comments-36qgUfy .feedback-track-JuEHrZa img {
    border: 3px solid rgba(rgb(217,216,200,0.5), 0.1);
    transition: transform 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.08);
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
    height: 60px;
}

.client-comments-36qgUfy a::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(rgb(255, 255, 255, 0.5), 0.2), transparent);
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
    transition: left 0.5s ease;
    content: "";
    left: -100%;
}

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

.manage-cookies-1rJ6sX4 {
    text-align: center;
    cursor: pointer;
    min-width: 120px;
    color: rgb(217,216,200);
    line-height: 35px;
    flex-shrink: 0;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 2px solid rgb(217,216,200);
    margin-left: 10px;
    font-size: 24px;
}

.statistical-data-w0lzgIC {
    padding: 120px 0;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}

.statistical-data-w0lzgIC .container {
    z-index: 5;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}

.statistical-data-w0lzgIC .key-statistics-ky0mKQz {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-right: 20px;
    padding: 15px;
    background: linear-gradient(135deg, rgb(217,216,200) 0%, rgb(185,184,164) 100%);
    justify-content: center;
    width: 60px;
    border-radius: 10px;
    flex-shrink: 0;
    height: 60px;
    display: flex;
    align-items: center;
}

.statistical-data-w0lzgIC .benefits-block-i6tcsP4::before {
    height: 3px;
    content: "";
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(90deg, rgb(217,216,200) 0%, rgb(185,184,164) 100%);
    top: 0;
    width: 100%;
    left: 0;
}

.statistical-data-w0lzgIC .benefits-block-i6tcsP4:hover .statistics-advances-mOByWNd::after {
    border-color: rgba(rgb(217,216,200), 0.3);
    width: 52px;
    height: 52px;
}

.statistical-data-w0lzgIC .benefits-block-i6tcsP4:hover .statistics-advances-mOByWNd svg {
    fill: rgb(217,216,200);
}

.statistical-data-w0lzgIC .benefits-block-i6tcsP4:nth-child(3) span {
    animation-delay: 0.4s;
}

.statistical-data-w0lzgIC .benefits-block-i6tcsP4:nth-child(1) {
    animation: fadeInSlide 0.4s ease forwards;
}

.statistical-data-w0lzgIC .benefits-block-i6tcsP4:nth-child(3) {
    animation: fadeInSlide 0.4s ease forwards 0.2s;
}

.thanks-msg-1GVh0j9::after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgb(217,216,200), transparent);
    height: 5px;
    left: 0;
}

.thanks-msg-1GVh0j9 .achieve-stats-2xIAdsf::before {
    opacity: 0.05;
    height: 100%;
    top: 0;
    width: 100%;
    background-size: 20px 20px;
    content: "";
    z-index: -1;
    position: absolute;
    background: linear-gradient(45deg, transparent 49.5%, rgb(185,184,164,0.5) 49.5%, rgb(185,184,164,0.5) 50.5%, transparent 50.5%);
    left: 0;
}

.register-now-y0iCdGq::before {
    content: '';
    animation: rotateQuantum 30s linear infinite;
    position: absolute;
    width: 100%;
    left: 0;
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 10deg,
            rgba(255, 255, 255, 0.03) 10deg,
            rgba(255, 255, 255, 0.03) 20deg
        );
    top: 0;
    z-index: -1;
    height: 100%;
}

.register-now-y0iCdGq h3 {
    text-align: center;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    animation: floatTitle 6s ease-in-out infinite;
    letter-spacing: 3px;
    margin-bottom: 60px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    font-family: Arial, sans-serif;
    font-size: 36px;
    color: #ffffff;
}

.register-now-y0iCdGq .edu-input-RJ3jIdY {
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 19px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 18px 45px;
    z-index: 1;
    overflow: hidden;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.pricing-grid-QC49l5g .discount-deals-dlzmJv4 {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.pricing-grid-QC49l5g h2::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
    height: 3px;
    width: 80px;
    content: "";
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: -15px;
    position: absolute;
    background: rgb(217,216,200);
}

.pricing-grid-QC49l5g .pricing-deals-BQ35OF7 li:nth-child(2) {
    animation-delay: 0.6s;
}

.pricing-grid-QC49l5g .study-offers-Lln3XvQ:hover {
    transform: translateY(-12px);
}

.pricing-grid-QC49l5g .program-rate-JDZueUp::before {
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, rgb(217,216,200) 0%, rgb(185,184,164) 100%);
    transform-origin: right;
    transform: scaleX(0);
    left: 0;
    transition: transform 0.5s cubic-bezier(0.3, 0.7, 0.4, 1.5);
    position: absolute;
    top: 0;
    content: "";
}

.pricing-grid-QC49l5g .study-offers-Lln3XvQ:hover .study-packages-CxRXhnw h4::after {
    width: 75px;
    background: rgb(217,216,200);
}

.pricing-grid-QC49l5g .study-offers-Lln3XvQ:hover .learn-fees-N9n5q1Z {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}

.company-overview-lxyCc2n {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.company-overview-lxyCc2n::after {
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgb(217,216,200,0.5) 0px,
    rgb(217,216,200,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    z-index: 2;
    position: absolute;
    opacity: 0.15;
}

.company-overview-lxyCc2n ul {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    list-style: none;
    transform: translateY(20px);
    margin: 0;
    opacity: 0;
    padding: 0;
}

.company-overview-lxyCc2n ul li {
    margin-bottom: 1.5rem;
}

.company-overview-lxyCc2n span {
    font-size: 12px;
    column-gap: 40px;
    font-family: Arial, sans-serif;
    color: #000000;
    hyphens: auto;
    display: block;
    column-count: 2;
    line-height: 1.8;
    text-align: justify;
}

.opening-page-uFMjVzi .knowledge-space-ACpmYjn::before {
    height: 5px;
    width: 50%;
    animation: expandWidth 1.2s ease-out forwards 0.2s;
    content: '';
    top: -5px;
    position: absolute;
    background: rgb(185,184,164);
    left: 0;
}

.opening-page-uFMjVzi .knowledge-space-ACpmYjn > div:first-child {
    animation: slideUp 0.6s ease-out forwards 0.5s;
}

.opening-page-uFMjVzi .title_style_header::after {
    content: '';
    animation: expandWidth 1s ease-out forwards 1.2s;
    bottom: -10px;
    height: 3px;
    width: 0;
    left: 0;
    position: absolute;
    background: rgb(185,184,164);
}

footer .degree-path-w5RfJ6K {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 120px 0 30px;
    background: linear-gradient(135deg, rgb(217,216,200), rgb(185,184,164));
}

footer .message-request-i5fHyLo {
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 60px;
}



footer .info_item:hover {
    background-color: rgb(185,184,164,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

footer .header-navbar-1HhbMAE {
    flex: 1 1 100%;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

footer .top-learning-n1kgqeA::before,footer .subscribe_holder::before {
    position: absolute;
    left: -100%;
    background: #ffffff;
    content: "";
    width: 300%;
    top: 0;
    opacity: 0.1;
    animation: waveAnimation 20s linear infinite;
    height: 100%;
    z-index: -1;
}

footer .site-core-ogrRCEQ a:hover {
    transform: translateY(-3px);
    background-color: rgb(185,184,164,0.5);
}

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

footer .input_holder input[type="email"] {
    font-size: 13px;
    color: #ffffff;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    transition: all 0.3s ease;
    border-radius: 25px;
}

footer .updates-box-pBCMGuH:hover::after {
    left: 100%;
}

footer .glossary-R0qNuZ1 {
    margin-top: 60px;
    position: relative;
    text-align: center;
}

footer .diversity-3XhCAYg::after {
    right: 0;
}

.course-program-details-oscYDrO::before {
    background: linear-gradient(135deg, 
                rgba(0, 0, 0, 0.8) 0%,
                rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
    z-index: 2;
}

.course-program-details-oscYDrO .class-route-yAK57N2::after {
    opacity: 0.3;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 2px,
        rgba(rgb(217,216,200), 0.1) 2px,
        rgba(rgb(217,216,200), 0.1) 4px
    );
    position: absolute;
    mix-blend-mode: overlay;
    left: 0;
    z-index: 5;
    pointer-events: none;
}

.course-program-details-oscYDrO .class-plan-WPkQl6E:hover {
    transform: translateY(-10px);
}

.course-program-details-oscYDrO .class-plan-WPkQl6E:hover::before,
.course-program-details-oscYDrO .class-plan-WPkQl6E:hover::after {
    transform: scaleX(1);
}

.course-program-details-oscYDrO .class-plan-WPkQl6E:hover::before {
    transform: scaleX(1);
}

.course-program-details-oscYDrO .class-plan-WPkQl6E h3::before {
    width: 4px;
    top: 0;
    background: rgb(217,216,200);
    position: absolute;
    left: 0;
    content: '';
    height: 100%;
}

.course-program-details-oscYDrO .class-plan-WPkQl6E p {
    margin-bottom: 2.5rem;
    border-left: 1px solid rgba(rgb(185,184,164), 0.3);
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-size: 15px;
    padding-left: 20px;
}

.course-program-details-oscYDrO .class-plan-WPkQl6E .support-info-3PjXs9g:hover {
    border-color: rgb(217,216,200);
    color: #ffffff;
}

.operation-process-5NYXsl9::before {
    content: "";
    left: 0;
    height: 100%;
    pointer-events: none;
    transform: translateZ(-50px);
    width: 100%;
    top: 0;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(rgb(185,184,164,0.5), 0.03) 60%, transparent 80%),
        radial-gradient(circle at 20% 30%, rgba(rgb(217,216,200,0.5), 0.05) 0%, transparent 60%);
}

.operation-process-5NYXsl9 h2::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    bottom: -15px;
    content: "";
    background: rgb(217,216,200);
    position: absolute;
    transform: scaleX(1);
    transform-origin: left;
    left: 0;
    width: 80px;
}

.operation-process-5NYXsl9:hover .text-drawer-5aHormW::before {
    transform: rotate(0deg);
}

.operation-process-5NYXsl9 p::first-letter {
    color: rgb(217,216,200);
    font-weight: 600;
    font-size: 1.3em;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media screen and (min-width: 992px) {.instructor-profile-pxLNweF {
    padding: 120px 0;
}.instructor-profile-pxLNweF .feedback-track-JuEHrZa {
    grid-template-columns: 380px 1fr;
    padding: 60px;
    transform: perspective(1200px) rotateY(-3deg);
    gap: 40px;
}.instructor-profile-pxLNweF .name {
    font-size: calc(18px + 2px);
}.instructor-profile-pxLNweF .feedback-track-JuEHrZa > div:nth-child(2) > div {
    font-size: 17px;
}.instructor-profile-pxLNweF .job-table-YTElyMj {
    padding: 30px 25px 30px 45px;
    line-height: 1.9;
}.instructor-profile-pxLNweF .job-table-YTElyMj::before {
    font-size: calc(45px * 2);
}
}



@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .header-tutor-4zsNTbH {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .header-navbar-1HhbMAE {
    margin-right: 0;
    margin-bottom: 0;
}header .top-learning-n1kgqeA {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .site-main-vEbVxok a {
    padding: 0 1rem;
    font-size: calc(14px - 1px);
    height: 35px;
}header .header-tutor-4zsNTbH::before,
    header .header-tutor-4zsNTbH::after {
    display: none;
}.nav-learn-tVTiOe1 {
    margin-top: -10px;
}
}



@media (min-width: 1024px) {.get-updates-ldFixY0 {
    padding: 5rem;
}.get-updates-ldFixY0::before {
    transform: rotate(10deg);
    width: 50%;
    top: -30%;
    left: -10%;
}.get-updates-ldFixY0::after {
    height: 150px;
    width: 150px;
}.get-updates-ldFixY0 .achieve-stats-2xIAdsf {
    gap: 4rem;
}.get-updates-ldFixY0 h4 {
    font-size: calc(24px * 1.1);
}.get-updates-ldFixY0 .input_holder {
    gap: 2rem;
}.get-updates-ldFixY0 input[type="email"] {
    padding: 1.25rem 2rem;
}.get-updates-ldFixY0 .updates-box-pBCMGuH {
    padding: 1.25rem 2.5rem;
}
}



@media (max-width: 480px) {.get-updates-ldFixY0 {
    padding: 3rem 1.5rem;
    margin: 3rem 0;
}.get-updates-ldFixY0 h4 {
    transform: translateX(0.75rem);
    font-size: calc(24px * 0.9);
}.get-updates-ldFixY0 h4::before {
    left: -0.75rem;
}.get-updates-ldFixY0 input[type="email"] {
    padding: 0.9rem 1.25rem;
}.get-updates-ldFixY0 .updates-box-pBCMGuH {
    font-size: calc(19px * 0.9);
    padding: 0.9rem 1.5rem;
}}


@media only screen and (max-width: 1200px) {.cookie-modal-message-cUnXheq {
    padding: 20px;
}
}



@media screen and (max-width: 767px) {.statistical-data-w0lzgIC {
    padding: 80px 0;
}.statistical-data-w0lzgIC .statistics-benefits-ef3d60Y {
    padding: 25px;
}.statistical-data-w0lzgIC .key-statistics-ky0mKQz {
    margin-right: 0;
    margin-bottom: 15px;
}.statistical-data-w0lzgIC .edu-statistics-kfEWO0U {
    margin-bottom: 8px;
    font-size: calc(30px - 4px);
}.statistical-data-w0lzgIC .statistics-pro-cM7fuKH {
    font-size: calc(15px - 1px);
}.statistical-data-w0lzgIC .benefits-block-i6tcsP4 {
    min-width: calc(50% - 20px);
    padding: 15px 10px;
}.statistical-data-w0lzgIC .statistics-advances-mOByWNd {
    height: 32px;
    width: 32px;
    margin-bottom: 10px;
}.statistical-data-w0lzgIC .statistics-advances-mOByWNd::after {
    height: 38px;
    width: 38px;
}.statistical-data-w0lzgIC .benefits-block-i6tcsP4 span {
    font-size: calc(24px);
}.statistical-data-w0lzgIC .benefits-block-i6tcsP4 p {
    font-size: calc(15px - 1px);
}

}



@media screen and (max-width: 768px) {.register-now-y0iCdGq {
    padding: 80px 0;
}.register-now-y0iCdGq .achieve-stats-2xIAdsf {
    padding: 40px 25px;
}.register-now-y0iCdGq h3 {
    letter-spacing: 2px;
    font-size: calc(36px * 0.8);
    margin-bottom: 45px;
}.register-now-y0iCdGq h3::before {
    width: 60px;
    bottom: -15px;
}.register-now-y0iCdGq .edu-input-RJ3jIdY {
    padding: 14px 35px;
    letter-spacing: 1.5px;
    font-size: calc(18px * 0.9);
}
}



@media (max-width: 767px) {.pricing-grid-QC49l5g {
    padding: 60px 0;
}.pricing-grid-QC49l5g h2 {
    font-size: calc(34px * 0.8);
}.pricing-grid-QC49l5g .fee-deals-t0uvsSX {
    margin-bottom: 40px;
    font-size: calc(18px * 0.95);
}.pricing-grid-QC49l5g .pricing-deals-BQ35OF7 {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing-grid-QC49l5g .study-packages-CxRXhnw p {
    max-height: none;
}
}



@media (max-width: 768px) {.company-overview-lxyCc2n {
    padding: 60px 0;
}.company-overview-lxyCc2n .text-drawer-5aHormW {
    padding: 2rem;
}.company-overview-lxyCc2n h1 {
    font-size: calc(42px * 0.8);
    margin-bottom: 1.5rem;
}.company-overview-lxyCc2n h1::after {
    width: 50px;
    height: 3px;
}.company-overview-lxyCc2n h4 {
    font-size: 20px;
}
}



@media screen and (min-width: 992px) {.opening-page-uFMjVzi .knowledge-space-ACpmYjn {
    transform: translateY(-30px);
}.opening-page-uFMjVzi .title_style_header {
    font-size: calc(38px * 1.5);
}.opening-page-uFMjVzi h3 {
    font-size: calc(19px * 1.15);
}.opening-page-uFMjVzi .knowledge-space-ACpmYjn > div:first-child {
    padding-right: 2rem;
}.opening-page-uFMjVzi .knowledge-space-ACpmYjn > div:last-child {
    padding-left: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
}



@media (max-width: 767px) {footer .degree-path-w5RfJ6K {
    padding: 80px 0 30px;
}footer .degree-path-w5RfJ6K::before {
    background-size: 100% 60px;
    height: 60px;
}footer .message-request-i5fHyLo {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .top-learning-n1kgqeA, footer .subscribe_holder {
    padding: 25px 20px;
}footer .glossary-R0qNuZ1 {
    margin-top: 40px;
}
}



@media (max-width: 991px) {.operation-process-5NYXsl9 {
    padding: 90px 0;
}.operation-process-5NYXsl9 h2 {
    font-size: calc(35px * 0.9);
}.operation-process-5NYXsl9 .text-drawer-5aHormW {
    padding: 35px 40px 35px 30px;
    transform: translateZ(5px) translateX(0);
}
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}



@keyframes scaleIn {
    to { transform: scaleY(1); }
}



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



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(217,216,200,0.5), 0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(217,216,200,0.5), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(217,216,200,0.5), 0);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-15px) translateX(15px);
    }
    50% {
        transform: translateY(0) translateX(30px);
    }
    75% {
        transform: translateY(15px) translateX(15px);
    }
}



@keyframes titleScan {
    0%, 100% {
        opacity: 0;
        transform: translateX(-100%);
    }
    50% {
        opacity: 0.5;
        transform: translateX(100%);
    }
}



@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}



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



@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

