.container {
    max-width: 100%;
    margin: auto;
    width: 1112px;
}

header,footer {
    width: 100%;
}


header {
    position: relative;
    width: 100%;
    overflow: visible;
    background: linear-gradient(to bottom, rgb(232,220,228), rgba(0, 0, 0, 0.5));
    z-index: 99;
}

.reach-out-NaB h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    color: #000000;
}

.reach-out-NaB .help-card-VSr {
    position: relative;
    padding: 50px;
    width: 100%;
}

.reach-out-NaB form input[type="text"] {
    border-radius: 10px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    background: rgb(232,220,228);
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    border: 2px solid transparent;
    font-size: 15px;
    margin-bottom: 20px;
}

.reach-out-NaB .help-support-XuL input[type="checkbox"]:checked + label::after {
    content: "";
    left: 8px;
    top: 5px;
    width: 6px;
    border-right: 2px solid #ffffff;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    border-bottom: 2px solid #ffffff;
}

.training-specialist-ytn {
    background: linear-gradient(135deg, rgb(232,220,228) 0%, rgb(209,186,201,0.5) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

.training-specialist-ytn .content-image-OLj {
    width: 350px;
    border-radius: 26px;
    height: 400px;
    transition: all 0.5s ease;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    transform: perspective(1000px) rotateY(-15deg);
    box-shadow: 20px 20px 0 rgb(209,186,201,0.5);
}

.training-specialist-ytn .job-profile-Jcl div:nth-child(2) {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 19px;
    color: rgb(182,151,172);
    transform: skewX(-5deg);
}

.training-specialist-ytn .user-opinions-gxI:hover .job-profile-Jcl {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

.cookie-banner-dialog-sKz .container {
    flex-wrap: wrap;
    position: relative;
    padding: 0 15px;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 auto;
    max-width: 1140px;
}

.user-safety-NYv {
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    font-weight: 700;
    background: rgb(209,186,201);
    text-decoration: none;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    display: inline-block;
    border-radius: 10px;
    border: none;
    font-size: 1rem;
}

header .nav-pro-gCj .header-navbar-Zib {
    z-index: 2;
    position: relative;
    margin-right: 40px;
}

header .nav-pro-gCj .header-navbar-Zib .head-top-CTY::before {
    top: -5px;
    z-index: -1;
    left: -5px;
    transform: scale(0.9);
    right: -5px;
    position: absolute;
    opacity: 0;
    bottom: -5px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    content: "";
}

header .nav-pro-gCj .main-edu-iOI .first-class-QpG:hover a {
    color: rgb(209,186,201);
    transform: translateZ(10px);
}

header .nav-pro-gCj .main-edu-iOI .first-class-QpG:hover a::before,
header .nav-pro-gCj .main-edu-iOI .first-class-QpG:hover a::after {
    opacity: 0.1;
}

header .nav-pro-gCj .main-edu-iOI .first-class-QpG:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}

.company-overview-YTM .text-zone-bqX {
    transform: translateZ(0);
    perspective: 1000px;
    max-width: 100%;
    position: relative;
}

.company-overview-YTM .text-zone-bqX h1 {
    margin-bottom: 40px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    letter-spacing: 1px;
    display: inline-block;
    transform-origin: left;
    font-size: 40px;
}

.company-overview-YTM .text-zone-bqX li {
    margin-bottom: 15px;
}

.company-overview-YTM .text-zone-bqX h4 {
    color: rgb(209,186,201);
    font-size: calc(22px * 1.1);
    display: inline-block;
    transform-origin: left;
    margin: 0 0 25px 0;
    position: relative;
    font-weight: 700;
    transition: transform 0.3s ease;
}

footer::before {
    content: '';
    opacity: 0.92;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(209,186,201) 150%);
}

.converter-vxM .company_holder h3::after {
    background: rgb(182,151,172);
    bottom: -8px;
    position: absolute;
    width: 60px;
    height: 3px;
    content: '';
    left: 0;
}

.converter-vxM .main-edu-iOI h5 {
    padding-left: 15px;
    color: #ffffff;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(209,186,201);
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}

.converter-vxM .main-edu-iOI .nav-tutor-zeh a:hover::before {
    width: 100%;
}

.flag-content-QqK .subscr-info-vTj {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.5px;
}

.teaching-process-lcd::before {
    height: 250px;
    z-index: -1;
    top: -50px;
    right: -50px;
    content: "";
    position: absolute;
    animation: float 12s infinite ease-in-out;
    opacity: 0.1;
    transform: rotate(45deg);
    background: rgb(209,186,201);
    width: 250px;
}

.teaching-process-lcd .learn-vision-VpJ {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(2deg);
    flex-direction: column;
    position: relative;
}

.teaching-process-lcd .learn-vision-VpJ > div:hover::before {
    opacity: 0.3;
}

.teaching-process-lcd h3 {
    font-weight: 700;
    margin-bottom: 2rem;
    color: rgb(209,186,201);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: calc(37px * 0.8);
    transform: translateX(0);
    font-family: Arial, sans-serif;
}

.teaching-process-lcd .learn-vision-VpJ > div:hover p {
    transform: translateY(3px);
}

.customer-comments-mLM::before {
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    width: 100%;
    opacity: 0.6;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(209,186,201,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(182,151,172,0.5) 0%, transparent 30%);
}

.customer-comments-mLM .learner-feedback-Scq {
    transform-style: preserve-3d;
    flex-wrap: wrap;
    justify-content: center;
    perspective: 1000px;
    display: flex;
}

.customer-comments-mLM .user-opinions-gxI:nth-child(3n+2) {
    transform: rotateY(-15deg) rotateX(5deg) translateZ(0);
}

.customer-comments-mLM .user-opinions-gxI:nth-child(3n+3) {
    transform: rotateY(0) rotateX(10deg) translateZ(0);
}

.customer-comments-mLM .user-opinions-gxI::after {
    border-radius: 50%;
    position: absolute;
    width: 40px;
    right: -10px;
    top: -10px;
    z-index: -1;
    transition: all 0.4s ease;
    opacity: 0.3;
    background: rgb(209,186,201,0.5);
    height: 40px;
    content: "";
}

.customer-comments-mLM .user-opinions-gxI:hover span {
    color: rgb(209,186,201);
    transform: translateZ(30px);
}

.customer-comments-mLM .user-opinions-gxI:hover p {
    transform: translateZ(20px);
    color: #000000;
}

.customer-comments-mLM .user-opinions-gxI:nth-child(3n+3)::after {
    background: linear-gradient(135deg, rgb(209,186,201,0.5), rgb(182,151,172,0.5));
}

.newsletter-signup-Kyp .reach-reach-BjS {
    margin: 0 auto;
    max-width: 700px;
    border-radius: 15px;
    background: #ffffff;
    position: relative;
    padding: 3.5rem 3rem;
}



.newsletter-signup-Kyp h3 {
    text-align: center;
    margin-bottom: 2.5rem;
    font-weight: 700;
    font-size: 23px;
    color: #000000;
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
}

.newsletter-signup-Kyp input[type="email"]:focus {
    outline: none;
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.5),
        0 0 0 2px rgb(209,186,201,0.5);
    background: #ffffff;
}

.newsletter-signup-Kyp input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}



.newsletter-signup-Kyp .input_holder::before {
    animation: floatBubble 6s infinite alternate ease-in-out;
    position: absolute;
    top: 15%;
    background: rgb(209,186,201,0.5);
    right: 5%;
    content: "";
    opacity: 0.3;
    width: 20px;
    border-radius: 50%;
    height: 20px;
}

.title-portal-Wna .learn-vision-VpJ {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
}

.title-portal-Wna .course-begin-nHD {
    width: 20%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.title-portal-Wna .course-begin-nHD img {
    animation: image-scale 15s ease-in-out infinite alternate;
    transform-origin: center;
    filter: saturate(1.2) contrast(1.1);
    transition: transform 0.7s ease-out;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.title-portal-Wna .text-zone-bqX::after {
    bottom: 0;
    content: '';
    right: 0;
    transform-origin: right;
    position: absolute;
    width: 50%;
    animation: line-animate 6s ease-in-out infinite;
    height: 6px;
    background: rgb(209,186,201);
}

.title-portal-Wna .text-zone-bqX .connect-links-Zsk::before {
    width: 0;
    transition: width 0.6s ease, height 0.6s ease;
    position: absolute;
    z-index: -1;
    content: '';
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    height: 0;
    background: rgb(209,186,201);
    border-radius: 50%;
}

.pricing-cluster-XBY .pro-rates-yBk {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
}

.pricing-cluster-XBY .learn-price-WEa h2::after {
    width: 80px;
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    bottom: -10px;
    left: 50%;
    background: rgb(209,186,201);
}

.pricing-cluster-XBY .fee-options-wBJ:nth-child(1) {
    --index: 1;
}

.pricing-cluster-XBY .fee-options-wBJ:nth-child(4) {
    --index: 4;
}

.pricing-cluster-XBY .fee-structure-KGY::before {
    left: 0;
    position: absolute;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(209,186,201), rgb(182,151,172));
    content: "";
    width: 100%;
}

.pricing-cluster-XBY .study-costs-FSm h3::after {
    width: 40px;
    background-color: rgb(209,186,201);
    bottom: -8px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    height: 2px;
}

.pricing-cluster-XBY .fee-options-wBJ:hover .content-image-OLj {
    transform: scale(1.05);
    filter: brightness(1.05);
}

.privacy-fence-XkC::before {
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(rgb(209,186,201,0.5), 0.03) 20px,
    rgba(rgb(209,186,201,0.5), 0.03) 40px
  );
    content: "";
    width: 100%;
    left: 0;
}

.privacy-fence-XkC h2::before {
    height: calc(100% - 16px);
    content: "";
    left: 0;
    position: absolute;
    width: 4px;
    border-radius: 2px;
    top: 8px;
    background: rgb(182,151,172);
}

.privacy-fence-XkC h3::before {
    content: "";
    position: absolute;
    border-radius: 2px;
    top: 8px;
    background: rgb(182,151,172,0.5);
    height: calc(100% - 16px);
    left: 0;
    width: 3px;
}

.privacy-fence-XkC p {
    font-size: 13px;
    transform: translateY(8px);
    margin-bottom: 1.5rem;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.7;
    animation: fadeSlideUp 0.7s ease-out 0.6s forwards;
    opacity: 0;
}

.privacy-fence-XkC li:nth-child(1) {
    --li-index: 1;
}

.privacy-fence-XkC li:nth-child(2) {
    --li-index: 2;
}

.privacy-fence-XkC li::before {
    left: 0;
    position: absolute;
    top: 1.2rem;
    height: 8px;
    width: 8px;
    background: rgb(209,186,201);
    border-radius: 2px;
    box-shadow: 0 0 0 3px rgb(209,186,201,0.5);
    content: "";
    transform: rotate(45deg);
}

.training-benefits-uhg .learn-vision-VpJ {
    align-items: center;
    position: relative;
    flex-direction: row-reverse;
    display: flex;
    gap: 50px;
}

.training-benefits-uhg .content-image-OLj:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.18);
    transform: translateY(-5px);
}

.training-benefits-uhg .text-zone-bqX {
    padding: 40px 50px;
    background: #ffffff;
    flex: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}

.training-benefits-uhg li {
    background: linear-gradient(to right, #ffffff, rgb(232,220,228) 120%);
    padding: 15px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
}

.training-benefits-uhg li:hover svg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}

.course-overview-mTG::before {
    width: 20vw;
    z-index: 1;
    transform: rotate(15deg);
    right: -5%;
    height: 20vw;
    opacity: 0.15;
    top: -5%;
    content: "";
    background: linear-gradient(225deg, rgb(209,186,201) 0%, transparent 70%);
    position: absolute;
}

.course-overview-mTG h2::after {
    left: 0;
    height: 0.35rem;
    position: absolute;
    content: "";
    bottom: -1rem;
    width: 6rem;
    background: rgb(209,186,201);
    transform-origin: left center;
    animation: expandWidth 4s ease-in-out infinite alternate;
}

.course-overview-mTG .text-zone-bqX::before {
    opacity: 0.5;
    top: 0;
    content: "";
    height: 100%;
    left: -2rem;
    width: 0.3rem;
    background: rgb(182,151,172);
    position: absolute;
}

.tyPanel-QEX::before {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(209,186,201,0.5) 0,
        rgb(209,186,201,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    height: 100%;
}

.tyPanel-QEX .learn-vision-VpJ {
    animation: fadeUpIn 1s forwards ease-out;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    transform: translateY(20px);
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    animation-delay: 0.5s;
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    position: relative;
    opacity: 0;
}

.get-help-info-dns {
    font-family: Arial, sans-serif;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,220,228) 0%, rgba(240, 242, 245, 0.95) 100%);
}

.get-help-info-dns h1::after {
    left: 50%;
    height: 4px;
    transition: transform 0.3s ease-out;
    background: rgb(209,186,201);
    width: 80px;
    bottom: -12px;
    position: absolute;
    content: "";
    transform: translateX(-50%) scaleX(0.8);
}

.get-help-info-dns .assist-form-LZB > div:hover {
    border-left: 3px solid rgb(209,186,201);
    background: linear-gradient(90deg, rgba(rgb(209,186,201,0.5), 0.05) 0%, rgba(#ffffff, 1) 100%);
}

.get-help-info-dns h6 {
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
    color: rgb(209,186,201);
    align-items: center;
    display: flex;
    font-weight: 600;
    font-size: 21px;
    text-transform: uppercase;
}

.get-help-info-dns .get-help-gIm {
    gap: 1.25rem;
    display: grid;
    grid-template-columns: 1fr;
}

.get-help-info-dns .edu-askus-FzS {
    align-items: center;
    font-size: 16px;
    color: #000000;
    transition: color 0.3s ease;
    display: flex;
    text-decoration: none;
}

.get-help-info-dns svg path {
    transition: fill 0.3s ease;
    fill: rgb(209,186,201);
}

.prospective-students-Kzu .learn-vision-VpJ {
    z-index: 1;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.prospective-students-Kzu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
    list-style: none;
    justify-content: center;
}

.prospective-students-Kzu ul li::after {
    z-index: -2;
    bottom: 0;
    transform: translateZ(-20px);
    top: 15px;
    left: 15px;
    right: 15px;
    background: rgb(209,186,201,0.5);
    opacity: 0.3;
}

.prospective-students-Kzu ul li:hover::before {
    transform: translateZ(-15px);
}

.prospective-students-Kzu ul li svg {
    left: 25px;
    z-index: 2;
    top: 50%;
    position: absolute;
    width: 40px;
    transform: translateY(-50%);
    height: 40px;
    transition: all 0.4s ease;
}

.prospective-students-Kzu ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}


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



@media screen and (min-width: 992px) {.reach-out-NaB .content-image-OLj {
    width: 50%;
}.reach-out-NaB .help-card-VSr {
    padding: 60px;
    width: 50%;
}
}



@media screen and (max-width: 576px) {.reach-out-NaB {
    padding: 60px 0;
}.reach-out-NaB h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.reach-out-NaB .help-card-VSr {
    padding: 30px 20px;
}.reach-out-NaB form h3 {
    font-size: calc(21px * 0.9);
}}



@media (max-width: 767px) {header .nav-pro-gCj .main-edu-iOI .first-class-QpG a {
    font-size: calc(13px - 2px);
    padding: 8px 12px;
}}



@media (min-width: 1200px) {.company-overview-YTM .text-zone-bqX span {
    column-gap: 50px;
    column-count: 2;
}.company-overview-YTM::after {
    height: 80%;
    width: 55%;
}
}



@media (max-width: 991px) {.company-overview-YTM {
    padding: 100px 0;
}.company-overview-YTM .text-zone-bqX h1 {
    font-size: calc(36px * 1.1);
    margin-bottom: 30px;
}.company-overview-YTM .text-zone-bqX::before {
    height: 40%;
}
}



@media (max-width: 992px) {.converter-vxM .container {
    flex-direction: column;
}
}



@media (max-width: 768px) {.converter-vxM {
    padding: 50px 0;
}.converter-vxM .main-edu-iOI {
    flex: 0 0 100%;
}
}



@media (max-width: 576px) {.converter-vxM {
    padding: 40px 0;
}.converter-vxM .company_holder h3 {
    font-size: calc(28px * 0.8);
}.converter-vxM .main-edu-iOI h5 {
    font-size: calc(24px * 0.9);
}.converter-vxM .main-edu-iOI .nav-tutor-zeh a,
    .converter-vxM .footer_agreement {
    font-size: calc(18px * 0.95);
}}



@media (max-width: 1200px) {.customer-comments-mLM .user-opinions-gxI {
    width: calc(50% - 40px);
}
}



@media (max-width: 768px) {.customer-comments-mLM {
    padding: 70px 0;
}.customer-comments-mLM h4 {
    margin-bottom: 60px;
}.customer-comments-mLM .learner-feedback-Scq {
    perspective: none;
}.customer-comments-mLM .user-opinions-gxI,
    .customer-comments-mLM .user-opinions-gxI:nth-child(3n+2),
    .customer-comments-mLM .user-opinions-gxI:nth-child(3n+3) {
    padding: 25px;
    transform: none;
    margin: 0 auto 40px;
    max-width: 350px;
    width: 100%;
}.customer-comments-mLM .user-opinions-gxI:hover,
    .customer-comments-mLM .user-opinions-gxI:nth-child(3n+2):hover,
    .customer-comments-mLM .user-opinions-gxI:nth-child(3n+3):hover {
    transform: translateY(-10px);
}.customer-comments-mLM .user-opinions-gxI:last-child {
    margin-bottom: 0;
}.customer-comments-mLM .content-image-OLj {
    height: 80px;
    width: 80px;
}.customer-comments-mLM .user-opinions-gxI:hover .content-image-OLj {
    transform: scale(1.1);
}.customer-comments-mLM .user-opinions-gxI span,
    .customer-comments-mLM .user-opinions-gxI:hover span,
    .customer-comments-mLM .user-opinions-gxI p,
    .customer-comments-mLM .user-opinions-gxI:hover p {
    transform: none;
}}



@media (max-width: 480px) {.pricing-cluster-XBY {
    padding: 60px 0;
}.pricing-cluster-XBY .learn-price-WEa h2 {
    font-size: calc(32px * 0.85);
}.pricing-cluster-XBY .study-costs-FSm h3 {
    font-size: calc(23px * 0.95);
}.pricing-cluster-XBY .content-image-OLj {
    height: 160px;
}}



@media (max-width: 992px) {.training-benefits-uhg {
    padding: 70px 0;
}.training-benefits-uhg .learn-vision-VpJ {
    flex-direction: column;
    gap: 40px;
}.training-benefits-uhg .content-image-OLj {
    flex: 0 0 100%;
    transform: translateY(0);
    width: 85%;
    margin: 0 auto;
}.training-benefits-uhg .text-zone-bqX {
    padding: 35px 30px;
    width: 100%;
}
}



@media (max-width: 576px) {.training-benefits-uhg {
    padding: 50px 0;
}.training-benefits-uhg .content-image-OLj {
    width: 100%;
}.training-benefits-uhg .content-image-OLj::after {
    display: none;
}.training-benefits-uhg .text-zone-bqX {
    padding: 30px 25px;
}.training-benefits-uhg h3 {
    font-size: 22px;
    margin-bottom: 30px;
}.training-benefits-uhg ul {
    gap: 20px;
}.training-benefits-uhg li {
    padding: 12px 15px;
}.training-benefits-uhg svg {
    height: 20px;
    width: 20px;
}}



@media (hover: hover) {.course-overview-mTG .content-image-OLj {
    cursor: pointer;
}
}



@media (max-width: 768px) {.tyPanel-QEX h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.tyPanel-QEX .learn-vision-VpJ {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.tyPanel-QEX li span {
    font-size: 12px;
}.tyPanel-QEX::after {
    height: 200px;
    top: -5%;
    right: -10%;
    width: 200px;
}
}



@media (max-width: 767px) {.get-help-info-dns .assist-form-LZB {
    padding: 1.5rem;
}.get-help-info-dns h1 {
    font-size: 48px;
    margin-bottom: 2rem;
}.get-help-info-dns span {
    margin-left: 1rem;
}.get-help-info-dns .assist-form-LZB > div {
    padding: 1rem;
}.get-help-info-dns::after {
    height: 20%;
    width: 50%;
}
}



@media (max-width: 480px) {.prospective-students-Kzu {
    padding: 60px 0;
}.prospective-students-Kzu .learn-vision-VpJ {
    padding: 0 20px;
}.prospective-students-Kzu h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 40px;
}.prospective-students-Kzu ul {
    gap: 25px;
}.prospective-students-Kzu ul li {
    padding: 18px 15px 18px 65px;
}.prospective-students-Kzu ul li svg {
    width: 30px;
    left: 18px;
    height: 30px;
}.prospective-students-Kzu ul li,
    .prospective-students-Kzu ul li:nth-child(3n+1),
    .prospective-students-Kzu ul li:nth-child(3n+2),
    .prospective-students-Kzu ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.prospective-students-Kzu ul li:hover,
    .prospective-students-Kzu ul li:nth-child(3n+1):hover,
    .prospective-students-Kzu ul li:nth-child(3n+2):hover,
    .prospective-students-Kzu ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}
}



@keyframes split-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



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



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

