﻿svg {
    height: 30px;
    width: 30px;
}

a {
    text-decoration: none;
    color: inherit;
}

.main-info-3619 {
    flex: 1 0 auto;
}

.core-container-8512 {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}

.company-overview-6478::after {
    transform: rotate(15deg);
    z-index: 1;
    top: -50px;
    background: rgb(149,152,167);
    width: 200px;
    animation: float 15s ease-in-out infinite;
    content: "";
    right: -50px;
    height: 200px;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.1;
}

.company-overview-6478 h1 {
    letter-spacing: -0.5px;
    font-weight: 700;
    position: relative;
    transform: translateX(-10px);
    font-size: 40px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    color: #000000;
    opacity: 0;
}

.company-overview-6478 li {
    margin-bottom: 20px;
}

.company-overview-6478 h4 {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    color: rgb(149,152,167);
    letter-spacing: 0.5px;
    position: relative;
}

.company-overview-6478 span::first-letter {
    color: rgb(113,115,127);
    font-size: 1.5em;
    font-weight: 700;
}

footer .trophy-case-3518 {
    position: relative;
    background-color: rgb(186,189,204);
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
}

footer .quick-support-4960 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    display: flex;
    z-index: 3;
    margin: auto;
    gap: 15px;
    padding: 25px;
    justify-content: space-between;
    border-radius: 23px;
    background-color: #ffffff;
    width: 85%;
}

footer .info_item:hover svg {
    transform: scale(1.2);
}

footer .info_item a:hover {
    color: rgb(149,152,167);
}

footer .head-wrap-4972, footer .main-master-8917, footer .subscribe_holder {
    transform-origin: center center;
    padding: 30px;
    transition: all 0.5s ease;
    position: relative;
    border-radius: 23px;
    transform-style: preserve-3d;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

footer .head-wrap-4972 {
    z-index: 2;
    transform: translateZ(0) scale(1);
    background-color: #ffffff;
}

footer .head-wrap-4972:hover::after, footer .main-master-8917:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}

footer .main-master-8917 h5 {
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 23px;
}

footer .main-master-8917 h5:hover::after {
    width: 100%;
}

footer .nav-header-8793 a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 0;
    text-decoration: none;
}

footer .nav-header-8793 a:hover::before {
    width: 100%;
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .sub-block-7485 {
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 19px;
    font-weight: 600;
    border: none;
    padding: 14px 20px;
    background-color: #ffffff;
    text-align: center;
    color: rgb(149,152,167);
    border-radius: 10px;
}

header .head-mainwrap-7469 .head-wrap-4972 {
    position: relative;
    transform: skewX(5deg);
    z-index: 2;
}

header .head-mainwrap-7469 .head-wrap-4972 .main-primary-9321 {
    display: block;
    transition: transform 0.3s ease-in-out;
}

header .head-mainwrap-7469 .main-master-8917 {
    list-style: none;
    position: relative;
    margin: 0;
    gap: 1rem;
    padding: 0;
    display: flex;
}

header .head-mainwrap-7469 .page-header-4028 a {
    font-size: 15px;
    transition: color 0.3s ease;
    display: block;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    padding: 0.5rem 1rem;
}

header .head-mainwrap-7469 .page-header-4028 a:hover {
    color: rgb(113,115,127);
}

.academic-experience-2648 {
    overflow: hidden;
    background: linear-gradient(170deg, rgb(186,189,204) 0%, rgb(149,152,167,0.5) 100%);
    position: relative;
    padding: 120px 0;
}

.academic-experience-2648 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}

.academic-experience-2648 .client-ratings-9317 {
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    max-width: 1000px;
    align-items: center;
    display: flex;
}



.academic-experience-2648 .photo-box-5641 {
    border-radius: 50%;
    width: 240px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
    z-index: 5;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 240px;
}



.academic-experience-2648 .name {
    margin-bottom: 15px;
    font-weight: 700;
    color: #000000;
    position: relative;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
    font-size: 42px;
    text-fill-color: transparent;
    z-index: 3;
    background-clip: text !important;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(149,152,167) 100%
    );
    text-align: center;
}

.academic-experience-2648 .client-ratings-9317:hover span:not(.name) {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.academic-experience-2648 .work-section-7306::before,
.academic-experience-2648 .work-section-7306::after {
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
}

.academic-experience-2648 .work-section-7306::before {
    left: 25px;
    top: 25px;
    border-left: 2px solid rgb(149,152,167);
    border-top: 2px solid rgb(149,152,167);
}

.pricing-group-9132::before {
    z-index: 1;
    transform: rotate(-15deg);
    position: absolute;
    opacity: 0.5;
    right: -5%;
    filter: blur(60px);
    height: 50%;
    background: linear-gradient(135deg, rgb(149,152,167,0.5), rgb(113,115,127,0.5));
    width: 35%;
    content: "";
    top: -10%;
}

.pricing-group-9132 .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
}

.pricing-group-9132 .learning-packages-5024 {
    margin-bottom: 60px;
    max-width: 800px;
    order: -1;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.pricing-group-9132 .payment-scheme-5083 {
    margin: 0 auto;
    overflow-wrap: break-word;
    color: #000000;
    line-height: 1.6;
    word-wrap: break-word;
    font-size: calc(18px + 2px);
    max-width: 700px;
    white-space: normal;
}

.pricing-group-9132 .edu-deals-6394 {
    box-shadow: var(--card-shadow);
    flex-direction: column;
    position: relative;
    height: 100%;
    border-radius: 28px;
    background-color: var(--card-bg);
    transition: box-shadow var(--card-transition);
    overflow: hidden;
    display: flex;
}

.pricing-group-9132 .payment-plan-3019 h3 {
    font-size: calc(24px + 2px);
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000000;
    transition: color 0.3s ease;
    display: inline-block;
}

.pricing-group-9132 .value-rates-8943:hover .rate-panel-0371::after {
    width: 60px;
}

.pricing-group-9132 .photo-box-5641 {
    position: relative;
    width: 100%;
    transition: transform 0.6s ease;
    height: 200px;
    overflow: hidden;
}

.pricing-group-9132 .value-rates-8943:hover .photo-box-5641::after {
    opacity: 1;
}

.instructional-approach-9187 {
    padding: 170px 0 140px;
    overflow: visible;
    background: linear-gradient(130deg, rgb(186,189,204) 0%, rgb(113,115,127,0.5) 150%);
    position: relative;
}

.instructional-approach-9187 .message-box-8532 {
    position: relative;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    width: 100%;
}

.instructional-approach-9187 .message-box-8532 p {
    width: 60%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 21px;
    font-size: 18px;
    position: relative;
    line-height: 1.8;
    align-self: flex-end;
    color: #ffffff;
    z-index: 3;
    margin: 0;
    backdrop-filter: blur(15px);
    padding: 40px 50px;
    transform: translate(30px, 40px);
}

.instructional-approach-9187 .message-box-8532 h2::after {
    right: 40px;
    z-index: 5;
    width: 3px;
    opacity: 0.6;
    bottom: -90px;
    content: '';
    height: 80px;
    position: absolute;
    background: rgb(149,152,167);
}

.instructional-approach-9187 .message-box-8532 p::after {
    width: 60%;
    left: 20%;
    bottom: 30px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(113,115,127,0.5), transparent);
    opacity: 0.3;
    height: 1px;
    content: '';
}

.instructional-approach-9187 .how-grow-4756::after {
    width: 180px;
    border: 1px dashed rgb(149,152,167,0.5);
    position: absolute;
    bottom: -90px;
    height: 180px;
    animation: rotate-scale 20s infinite linear reverse;
    transform-origin: center;
    opacity: 0.15;
    left: 40%;
    content: '';
}

.instructional-approach-9187 .how-grow-4756::after {
    clip-path: polygon(50% 0, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

.tyField-8207 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1140px;
    z-index: 1;
}

.tyField-8207 .how-grow-4756 {
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    position: relative;
    display: grid;
    grid-template-rows: auto auto;
    opacity: 0;
    gap: calc(17px * 1.5);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(20px);
    padding: clamp(2rem, 5vw, 3.5rem);
}

.tyField-8207 a:hover {
    transform: translateY(-5px);
}

.tyField-8207 a::before {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(113,115,127,0.5), 0.1) 50%);
    height: 80px;
    bottom: -20px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    right: -20px;
    position: absolute;
    width: 80px;
    transform: scale(0);
    content: "";
    opacity: 0;
    border-radius: 50% 0 50% 0;
}

.confidential-nest-3879 h2 {
    color: #000000;
    margin: 15px 0;
    font-size: 22px;
    font-weight: 600;
}

.confidential-nest-3879 li {
    font-size: 14px;
    line-height: 1.8;
}


.cookie-overlay-alert-7498 {
    position: fixed;
    width: 100%;
    border-top: 2px solid rgb(149,152,167);
    z-index: 90;
    bottom: 0;
    background: rgb(186,189,204);
}

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

.get-in-touch-8396 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        135deg, 
        rgb(113,115,127,0.5) 0%, 
        rgb(149,152,167,0.5) 100%
    );
    isolation: isolate;
    padding: 6rem 0;
}

.get-in-touch-8396 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1rem;
    z-index: 2;
    max-width: 1200px;
}

.get-in-touch-8396 h2::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.5rem;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(149,152,167), 
        transparent
    );
    height: 3px;
    position: absolute;
    width: 80px;
    content: '';
}

.get-in-touch-8396 .help-section-0251 {
    display: flex;
    justify-content: center;
    flex: 0 0 60%;
    flex-direction: column;
    padding: 4rem 3rem;
}

.get-in-touch-8396 .help-section-0251 input:not([type="checkbox"]):not([type="submit"]) {
    border-radius: 10px;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.2);
    outline: none;
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
}

.get-in-touch-8396 .help-section-0251 .help-card-0471 input[type="checkbox"]:checked::after {
    content: '✔';
    top: 50%;
    color: #ffffff;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    left: 50%;
}

.get-in-touch-8396 .help-section-0251 .help-card-0471 a:hover {
    text-decoration: underline;
}

.get-in-touch-8396 .help-section-0251 .contact-feedback-4520::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    transition: all 0.3s ease;
}

.title-greeting-5978::after {
    left: 0;
    bottom: 0;
    background: radial-gradient(ellipse at bottom, rgba(94, 170, 168, 0.1) 0%, transparent 70%);
    content: '';
    height: 200px;
    pointer-events: none;
    width: 100%;
    position: absolute;
}

.title-greeting-5978 .message-box-8532 {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    z-index: 1;
    padding-right: 2rem;
}

.title-greeting-5978 .course-first-8549 {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #ffffff;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 14px;
    padding: 2.5rem;
    transform: translateY(0);
}

.title-greeting-5978 svg:hover {
    transform: translateY(-10px) scale(1.05);
}

.title-greeting-5978 svg:hover path {
    fill: rgb(70, 150, 148);
}

.title-greeting-5978 svg text {
    font-family: Arial, sans-serif;
    font-weight: 700;
    transition: fill 0.3s ease;
}

.title-greeting-5978 .contact-feedback-4520:hover {
    box-shadow: 0 15px 25px rgba(94, 170, 168, 0.4);
    transform: translateY(-5px);
}

.title-greeting-5978 .contact-feedback-4520:hover::before {
    transform: translateX(100%) skewX(-15deg);
}

.title-greeting-5978 .photo-box-5641 {
    border-radius: 14px;
    position: relative;
    height: 100%;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    animation: fadeIn 1s ease-out 0.8s forwards;
    min-height: 400px;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.1);
    opacity: 0;
}

.course-summary-8934 .program-path-0928 {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
}




.course-summary-8934 .program-path-0928 {
    z-index: 0;
}

.course-summary-8934 .program-guide-8341 {
    position: absolute;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    animation: slide-fade 25s infinite cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
}

.course-summary-8934 .program-guide-8341 img {
    object-fit: cover;
    filter: grayscale(0.3) contrast(1.1);
    width: 100%;
    height: 100%;
}

.course-summary-8934 .skill-work-6430 {
    grid-row: 2 / 12;
    border: 1px solid rgba(255, 255, 255, 0.1);
    grid-column: 6 / 13;
    padding: 4rem;
    overflow: hidden;
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.04);
    flex-direction: column;
    justify-content: center;
    z-index: 3;
    box-sizing: border-box;
    position: relative;
    display: flex;
    backdrop-filter: blur(20px);
}

.course-summary-8934 .skill-work-6430 p {
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
    word-wrap: break-word;
    max-width: 100%;
    margin-bottom: 2.5rem;
    overflow-wrap: break-word;
}

.course-summary-8934 .contact-feedback-4520::before {
    content: "";
    left: -100%;
    width: 100%;
    background: rgb(149,152,167);
    height: 100%;
    transition: left 0.3s ease;
    top: 0;
    position: absolute;
    z-index: -1;
}




.course-summary-8934 .practical-study-1508:has(.program-guide-8341:nth-child(2):last-child) .program-guide-8341:nth-child(1) {
    animation-delay: 0s;
}

.course-summary-8934 .practical-study-1508:has(.program-guide-8341:nth-child(3):last-child) .program-guide-8341:nth-child(1) {
    animation-delay: 0s;
}

.course-summary-8934 .practical-study-1508:has(.program-guide-8341:nth-child(4):last-child) .program-guide-8341:nth-child(1) {
    animation-delay: 0s;
}

.course-summary-8934 .practical-study-1508:has(.program-guide-8341:nth-child(4):last-child) .program-guide-8341:nth-child(4) {
    animation-delay: -18.75s;
}

.explore-now-6257 .container {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.explore-now-6257 .container p {
    line-height: 1.4;
    margin: 0 auto 80px;
    font-weight: 700;
    z-index: 5;
    max-width: 800px;
    transform: translateZ(50px);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    text-align: center;
    position: relative;
    font-size: 28px;
    border-radius: 10px;
    background: #ffffff;
    color: #000000;
    padding: 50px;
}

.explore-now-6257 .contact-feedback-4520:hover {
    transform: translateZ(40px);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}

.explore-now-6257::after {
    position: absolute;
    left: 0;
    content: '';
    z-index: 1;
    top: 0;
    height: 100%;
    opacity: 0.1;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(149,152,167,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(113,115,127,0.5) 0%, transparent 40%);
}



@media (max-width: 1200px) {.company-overview-6478 {
    padding: 100px 0;
}.company-overview-6478 .message-box-8532 {
    padding: 40px;
}
}



@media (max-width: 576px) {.company-overview-6478 {
    padding: 60px 0;
}.company-overview-6478 .message-box-8532 {
    padding: 25px 20px;
}.company-overview-6478 h1 {
    font-size: calc(40px * 0.7);
}.company-overview-6478 span {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.company-overview-6478 .message-box-8532::before {
    width: 3px;
}
}



@media (min-width: 992px) {footer .text_main_holder {
    flex-direction: row;
    align-items: stretch;
}footer .head-wrap-4972, footer .main-master-8917, footer .subscribe_holder {
    display: flex;
    margin-top: 0;
    flex: 1;
    flex-direction: column;
}footer .head-wrap-4972 {
    margin-right: -20px;
}footer .main-master-8917 {
    z-index: 1;
    margin-right: -20px;
    margin-left: 0;
}footer .subscribe_holder {
    margin-left: 0;
    margin-right: 0;
}
}



@media (max-width: 992px) {header .head-mainwrap-7469 {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 1rem;
    box-sizing: border-box;
    transform: skewX(0);
    flex-direction: column;
}header .head-mainwrap-7469 .head-wrap-4972 {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .head-mainwrap-7469 .main-master-8917 {
    width: 100%;
    transform: skewX(0);
    justify-content: center;
    flex-wrap: wrap;
}header .head-mainwrap-7469 .main-master-8917::before {
    transform: skewX(0);
}header .head-mainwrap-7469 .main-master-8917:hover::before {
    transform: skewX(0);
}header .head-mainwrap-7469 .page-header-4028 {
    margin: 0.25rem;
}header .head-mainwrap-7469 .page-header-4028:nth-child(odd),
  header .head-mainwrap-7469 .page-header-4028:nth-child(even) {
    transform: translateY(0);
}
}



@media (max-width: 575px) {.academic-experience-2648 {
    padding: 50px 0;
}.academic-experience-2648 .photo-box-5641 {
    height: 150px;
    width: 150px;
    margin-bottom: 18px;
}.academic-experience-2648 .client-ratings-9317::before {
    height: 260px;
    width: 260px;
}.academic-experience-2648 .client-ratings-9317::after {
    height: 200px;
    width: 200px;
}.academic-experience-2648 .name {
    font-size: calc(42px * 0.7);
}.academic-experience-2648 .client-ratings-9317 span:not(.name) {
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: calc(16px * 0.9);
    padding: 5px 12px;
}.academic-experience-2648 .work-section-7306 {
    padding: 20px 25px;
    font-size: calc(18px * 0.9);
}.academic-experience-2648 .work-section-7306::before,
    .academic-experience-2648 .work-section-7306::after {
    height: 6px;
    width: 6px;
}.academic-experience-2648 .work-section-7306::before {
    top: 15px;
    left: 15px;
}.academic-experience-2648 .work-section-7306::after {
    bottom: 15px;
    right: 15px;
}}



@media screen and (max-width: 1200px) {.instructional-approach-9187 .message-box-8532 h2 {
    width: 45%;
    transform: translate(-40px, -30px);
}.instructional-approach-9187 .message-box-8532 p {
    transform: translate(20px, 30px);
    width: 65%;
}.instructional-approach-9187 .how-grow-4756::before,
    .instructional-approach-9187 .how-grow-4756::after {
    height: 160px;
    width: 160px;
}
}



@media screen and (max-width: 480px) {.instructional-approach-9187 {
    padding: 100px 0 80px;
}.instructional-approach-9187 .message-box-8532 h2 {
    padding: 20px 25px;
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.instructional-approach-9187 .message-box-8532 p {
    font-size: calc(18px * 0.9);
    padding: 25px 30px;
}.instructional-approach-9187 .message-box-8532 h2::after {
    bottom: -40px;
    height: 30px;
}}



@media screen and (min-width: 992px) {.tyField-8207 {
    padding: 10rem 0;
}.tyField-8207 .how-grow-4756 {
    padding: clamp(3rem, 7vw, 5rem);
    grid-template-columns: 1fr 1fr;
    gap: calc(17px * 3);
}.tyField-8207 h5 {
    padding-bottom: 0;
    font-size: calc(20px * 1.2);
}.tyField-8207 h5::after {
    bottom: -0.75rem;
}.tyField-8207 p {
    font-size: calc(17px * 1.05);
}
}


@media only screen and (max-width: 800px) {.confidential-nest-3879 {
    padding: 20px;
}.confidential-nest-3879 h1 {
    font-size: 22px;
}.confidential-nest-3879 h2 {
    font-size: 16px;
}.confidential-nest-3879 ul {
    font-size: 14px;
}}



@media screen and (max-width: 1024px) {.get-in-touch-8396 .request-query-8154 {
    flex-direction: column;
}.get-in-touch-8396 .photo-box-5641 {
    min-height: 300px;
    flex: 0 0 100%;
}.get-in-touch-8396 .help-section-0251 {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}



@media screen and (max-width: 480px) {.get-in-touch-8396 .request-query-8154 {
    border-radius: 0;
}.get-in-touch-8396 .photo-box-5641 {
    min-height: 250px;
}.get-in-touch-8396 .help-section-0251 {
    padding: 2rem 1.5rem;
}}



@media screen and (max-width: 768px) {.title-greeting-5978 {
    padding: 4rem 1.5rem;
}.title-greeting-5978 .how-grow-4756 {
    padding: 1.5rem;
}.title-greeting-5978 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(39px * 0.8);
}.title-greeting-5978 .course-first-8549 {
    padding: 1.5rem;
}.title-greeting-5978 svg {
    height: 80px;
    width: 80px;
}.title-greeting-5978 .photo-box-5641 {
    min-height: 250px;
}
}




@media screen and (max-width: 1200px) {.course-summary-8934 .how-grow-4756 {
    width: 90%;
    height: 85vh;
}.course-summary-8934 .skill-work-6430 {
    padding: 3rem;
}
}



@media screen and (max-width: 992px) {.course-summary-8934 .how-grow-4756 {
    height: auto;
    grid-template-rows: auto 1fr;
    grid-template-columns: repeat(8, 1fr);
    gap: 2rem;
}.course-summary-8934 .how-grow-4756::before {
    display: none;
}.course-summary-8934 .how-grow-4756::after {
    display: none;
}.course-summary-8934 .skill-work-6430 {
    grid-column: 1 / 9;
    padding: 2.5rem;
    grid-row: 2;
}.course-summary-8934 .container {
    padding: 5rem 0;
    height: auto;
}
}



@media (max-width: 991px) {.explore-now-6257 {
    padding: 120px 0;
}.explore-now-6257 .container p {
    padding: 40px;
    margin-bottom: 70px;
    font-size: calc(19px * 1.2);
}.explore-now-6257 .contact-feedback-4520 {
    height: 55px;
    width: 220px;
    line-height: 55px;
}
}



@media (max-width: 480px) {.explore-now-6257 {
    padding: 80px 0;
}.explore-now-6257 .container p {
    transform: translateZ(20px);
    margin-bottom: 50px;
    padding: 25px;
    font-size: calc(15px * 1.2);
}.explore-now-6257 .contact-feedback-4520 {
    font-size: calc(15px * 0.9);
    transform: translateZ(15px);
    height: 45px;
    line-height: 45px;
    width: 180px;
}.explore-now-6257 .contact-feedback-4520:hover {
    transform: translateZ(18px);
}.explore-now-6257 .container p::before {
    top: 10px;
}.explore-now-6257 .container p::after {
    bottom: -10px;
    height: 20px;
    width: 20px;
}
}



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



@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}



@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}



@keyframes titleReveal {
    0% {
        transform: translateY(30px) scale(0.95);
        opacity: 0;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}



@keyframes slide-fade {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

