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

.trophy-case-3518 {
    flex: 0 0 auto;
}

.company-overview-6478::before {
    background: linear-gradient(135deg, rgb(113,115,127,0.5), rgba(0, 0, 0, 0.5) 70%);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    right: 0;
}

.company-overview-6478 .message-box-8532:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.company-overview-6478 .message-box-8532::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(to bottom, rgb(149,152,167), rgb(113,115,127));
}

.company-overview-6478 h1::after {
    position: absolute;
    width: 80px;
    transition: width 0.3s ease;
    background: rgb(149,152,167);
    bottom: 0;
    left: 0;
    height: 3px;
    content: "";
}

.company-overview-6478 h4::before {
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 100%;
    background: rgb(149,152,167,0.5);
    content: "";
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
}

footer {
    position: relative;
    width: 100%;
}

footer .trophy-case-3518::before {
    opacity: 0.3;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(149,152,167,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(113,115,127,0.5) 0%, transparent 20%);
    left: 0;
    height: 100%;
    top: 0;
}

footer .info_item svg {
    height: 22px;
    width: 22px;
    transition: transform 0.3s ease;
    fill: rgb(149,152,167);
    margin-right: 12px;
}

footer .text_main_holder {
    gap: 20px;
    perspective: 2000px;
    display: flex;
    margin-top: 40px;
    position: relative;
    flex-direction: column;
}

footer .main-master-8917 {
    color: #ffffff;
    margin-right: 20px;
    transform: translateZ(-10px) scale(0.98);
    z-index: 1;
    margin-top: -20px;
    background-color: rgb(113,115,127);
    margin-left: 20px;
}

footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}

footer .head-wrap-4972 svg {
    display: block;
    height: 45px;
    width: auto;
    margin-bottom: 20px;
}

footer .webinar-cta-3984 {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}

footer .main-master-8917 h5::after {
    height: 2px;
    width: 40px;
    content: "";
    background: linear-gradient(90deg, rgb(149,152,167), transparent);
    bottom: -8px;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
}

footer .nav-header-8793 a::before {
    left: 0;
    content: "";
    transition: width 0.3s ease;
    bottom: 0;
    width: 0;
    position: absolute;
    background-color: rgb(149,152,167);
    height: 1px;
}

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

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}

footer .sub-block-7485:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(113,115,127);
    color: #ffffff;
    transform: translateY(-3px);
}

header .head-mainwrap-7469 {
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, rgb(149,152,167,0.5) 0%, rgb(113,115,127) 100%);
    justify-content: space-between;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 19px;
    overflow: visible;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 100;
    align-items: center;
    display: flex;
    position: relative;
    left: 0;
}

header .head-mainwrap-7469 .page-header-4028 {
    position: relative;
    transition: transform 0.3s ease;
}

header .head-mainwrap-7469 .page-header-4028 a::before {
    width: 100%;
    background: rgb(113,115,127);
    transform: scaleX(0) rotate(-2deg);
    height: 2px;
    transition: transform 0.3s ease;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    transform-origin: right;
}

.academic-experience-2648::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.04;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(149,152,167,0.5) 20px,
            rgb(149,152,167,0.5) 21px
        );
}

.academic-experience-2648 .client-ratings-9317::before {
    height: 500px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 500px;
    top: 50%;
    content: "";
    border: 1px solid rgb(149,152,167,0.5);
    animation: orbit 20s linear infinite;
    opacity: 0.2;
    border-radius: 50%;
}

.academic-experience-2648 .photo-box-5641::before {
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(149,152,167,0.5) 90deg,
        transparent 180deg,
        rgb(113,115,127,0.5) 270deg,
        transparent 360deg
    );
    position: absolute;
    z-index: -1;
    content: "";
    animation: spin 12s linear infinite;
    opacity: 0.4;
    border-radius: 50%;
    inset: -30px;
}

.academic-experience-2648 .client-ratings-9317:hover .name::after {
    width: 80px;
}

.academic-experience-2648 .client-ratings-9317 span:not(.name) {
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    color: rgb(113,115,127);
    opacity: 0.9;
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    z-index: 3;
    padding: 8px 20px;
}

.academic-experience-2648 .work-section-7306::after {
    border-right: 2px solid rgb(113,115,127);
    bottom: 25px;
    right: 25px;
    border-bottom: 2px solid rgb(113,115,127);
}

.pricing-group-9132 {
    --card-bg: #ffffff;
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    --pricing-bg: #f5f7fa;
    position: relative;
    --card-accent: rgb(149,152,167);
    padding: 120px 0 80px;
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background-color: var(--pricing-bg);
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-border: linear-gradient(135deg, rgb(149,152,167), rgb(113,115,127));
    overflow: hidden;
}

.pricing-group-9132 .learning-packages-5024 h2 {
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    font-size: 29px;
}

.pricing-group-9132 .group-plans-8907 {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    width: 100%;
    display: grid;
}

.pricing-group-9132 .value-rates-8943:hover {
    transform: translateY(-10px);
}

.pricing-group-9132 .value-rates-8943:hover .edu-deals-6394 {
    box-shadow: var(--card-hover-shadow);
}

.pricing-group-9132 .value-rates-8943:hover .edu-deals-6394::before {
    transform: scaleX(1);
}

.pricing-group-9132 .payment-plan-3019 {
    padding: 35px 30px;
    flex-grow: 1;
    flex-direction: column;
    position: relative;
    display: flex;
    z-index: 1;
}

.pricing-group-9132 .rate-panel-0371 {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    font-size: calc(24px + 6px);
    font-weight: 700;
    color: var(--card-accent);
}

.pricing-group-9132 .payment-plan-3019 p {
    flex-grow: 1;
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.6;
    hyphens: auto;
    color: #000000;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}

.pricing-group-9132 .value-rates-8943:hover .photo-box-5641 {
    transform: scale(1.05);
}

.instructional-approach-9187::before {
    content: '';
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 0.05;
    background-image: linear-gradient(rgb(149,152,167,0.5) 1px, transparent 1px);
    background-size: 100% 40px;
    position: absolute;
}

.instructional-approach-9187 .message-box-8532::before {
    top: 15%;
    height: 65%;
    background: linear-gradient(140deg, rgb(149,152,167,0.5) 0%, transparent 70%);
    position: absolute;
    left: 10%;
    z-index: 1;
    content: '';
    border-radius: 21px;
    opacity: 0.15;
    filter: blur(40px);
    width: 80%;
}

.instructional-approach-9187 .message-box-8532::after {
    width: 90%;
    position: absolute;
    height: 80%;
    z-index: 2;
    border-radius: 21px;
    top: 10%;
    content: '';
    left: 5%;
    border: 1px solid rgb(149,152,167,0.5);
    opacity: 0.1;
}

.instructional-approach-9187 .message-box-8532 p::before {
    left: 10%;
    opacity: 0.3;
    top: 30px;
    height: 1px;
    width: 80%;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(149,152,167,0.5), transparent);
}

.instructional-approach-9187 .how-grow-4756::before {
    opacity: 0.2;
    border: 1px solid rgb(113,115,127,0.5);
    position: absolute;
    content: '';
    width: 200px;
    top: -100px;
    height: 200px;
    animation: rotate-scale 25s infinite linear;
    transform-origin: center;
    left: 12%;
}



.instructional-approach-9187 .how-grow-4756::before {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.tyField-8207::after {
    filter: blur(50px);
    z-index: 0;
    position: absolute;
    width: 35%;
    left: -5%;
    animation: float 15s ease-in-out infinite alternate-reverse;
    background: linear-gradient(45deg, rgb(149,152,167) 0%, rgba(rgb(149,152,167,0.5), 0.1) 100%);
    content: "";
    opacity: 0.15;
    transform: rotate(15deg) skew(-5deg);
    bottom: -10%;
    height: 70%;
}

.tyField-8207 h5 {
    padding-bottom: 0.75rem;
    overflow: hidden;
    position: relative;
    letter-spacing: -0.01em;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
}

.tyField-8207 h5::after {
    left: 0;
    width: 80px;
    content: "";
    bottom: 0;
    transform: translateX(-100%);
    height: 3px;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    position: absolute;
    background: rgb(113,115,127);
}

.tyField-8207 p {
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    position: relative;
    opacity: 0;
    font-size: 17px;
    color: #000000;
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    transform: translateY(10px);
}

.confidential-nest-3879 h3, .confidential-nest-3879 h4, .confidential-nest-3879 h5, .confidential-nest-3879 h6 {
    color: #000000;
    margin: 10px 0;
    font-size: 22px;
}

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

.cookies-tech-4726 {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookie-overlay-alert-7498 p a {
    text-decoration: none;
    color: rgb(149,152,167);
}

#bannerCookieNotice-7512 {
    display: none;
}


.core-container-8512 .cookie-all-5918 {
    justify-content: flex-end;
}

.core-container-8512 .privacy-notify-9428 {
    color: #ffffff;
    margin-left: 30px;
    background: rgb(149,152,167);
    padding: 10px;
    font-size: 20px;
}

.get-in-touch-8396::after {
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    position: absolute;
    bottom: -30%;
    width: 150%;
    height: 150%;
    content: '';
    right: -30%;
    animation: subtle-wave 15s infinite alternate-reverse;
    z-index: 1;
}

.get-in-touch-8396 .request-query-8154 {
    display: flex;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    align-items: stretch;
}

.get-in-touch-8396 .help-section-0251 form {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}

.get-in-touch-8396 .help-section-0251 h3 {
    font-weight: 600;
    font-size: 31px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2rem;
}

.get-in-touch-8396 .help-section-0251 input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgba(rgb(149,152,167), 0.3);
    border-color: rgb(149,152,167);
}

.get-in-touch-8396 .help-section-0251 .help-card-0471 input[type="checkbox"]:checked {
    border-color: rgb(149,152,167);
    background: rgb(149,152,167);
}

.get-in-touch-8396 .help-section-0251 .help-card-0471 label {
    display: flex;
    color: #ffffff;
    font-size: 17px;
    align-items: center;
}

.get-in-touch-8396 .help-section-0251 .contact-feedback-4520 {
    transition: all 0.3s ease;
    position: relative;
    padding: 1rem;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    background: rgb(149,152,167);
    cursor: pointer;
    width: 100%;
}

.title-greeting-5978 {
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(186,189,204) 0%, #f0f4f8 100%);
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 5rem 2rem;
}

.title-greeting-5978 .how-grow-4756 {
    grid-template-columns: 1fr 1fr;
    position: relative;
    border-radius: 14px;
    gap: 2rem;
    background: linear-gradient(145deg, #f0f0f0, #ffffff);
    padding: 3rem;
    max-width: 1200px;
    display: grid;
    box-shadow: 20px 20px 60px #d1d9e6, -20px -20px 60px #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
}

.title-greeting-5978 p {
    color: #000000;
    margin-bottom: 2rem;
    font-size: calc(16px * 1.1);
    position: relative;
    line-height: 1.6;
    animation: fadeUp 0.8s ease-out 0.3s forwards;
    opacity: 0;
}

.title-greeting-5978 svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}

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

.title-greeting-5978 .contact-feedback-4520::before {
    content: '';
    transform: translateX(-100%) skewX(-15deg);
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
    left: 0;
    position: absolute;
    transition: transform 0.5s ease;
}

.title-greeting-5978 .photo-box-5641::before {
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.3) 0%, transparent 80%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    content: '';
    top: 0;
}

.title-greeting-5978 .photo-box-5641:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.course-summary-8934 .program-path-0928::before {
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    z-index: 2;
    left: 0;
    opacity: 0.7;
    position: absolute;
    background: #000000;
}

.course-summary-8934 .program-path-0928:hover .program-guide-8341 {
    animation-play-state: paused;
}

.course-summary-8934 .program-guide-8341:nth-child(3) {
    animation-delay: -10s;
}

.course-summary-8934 .program-guide-8341:nth-child(5) {
    animation-delay: -20s;
}

.course-summary-8934 .how-grow-4756 {
    display: grid;
    position: relative;
    width: 85%;
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    grid-template-rows: repeat(12, 1fr);
    height: 80vh;
}

.course-summary-8934 .skill-work-6430::after {
    bottom: -30px;
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    height: 70%;
    background: rgb(113,115,127,0.5);
    content: "";
    filter: blur(70px);
    width: 70%;
    z-index: -1;
    right: -30px;
}

.course-summary-8934 .skill-work-6430 h3::before {
    left: -15px;
    content: "";
    top: -15px;
    z-index: -1;
    width: 50px;
    border-radius: 10px;
    opacity: 0.5;
    height: 50px;
    position: absolute;
    border: 2px solid rgb(149,152,167,0.5);
}

.course-summary-8934 .contact-feedback-4520:hover {
    color: #ffffff;
}

.course-summary-8934 .contact-feedback-4520:hover::before {
    left: 0;
}

.course-summary-8934 .how-grow-4756::after {
    position: absolute;
    grid-row: 4 / 10;
    grid-column: 3 / 9;
    height: 100%;
    border: 1px solid rgb(113,115,127,0.5);
    width: 100%;
    border-radius: 19px;
    content: "";
    z-index: 2;
}

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

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

.explore-now-6257 {
    overflow: hidden;
    position: relative;
    padding: 150px 0;
    background: rgb(186,189,204);
}

.explore-now-6257 .how-grow-4756 {
    padding: 0;
    position: relative;
    z-index: 10;
    perspective: 1000px;
}

.explore-now-6257 .container p::before {
    height: 100%;
    opacity: 0.3;
    content: '';
    border-radius: 10px;
    z-index: -1;
    filter: blur(20px);
    top: 15px;
    width: 95%;
    left: 2.5%;
    background: rgb(149,152,167,0.5);
    position: absolute;
}

.explore-now-6257 .contact-feedback-4520::before {
    position: absolute;
    transition: transform 0.6s ease;
    top: 0;
    transform: translateX(-100%);
    left: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    width: 100%;
    content: '';
}

.explore-now-6257 .container p::after {
    bottom: -15px;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
    left: 50%;
    height: 30px;
    background: rgb(149,152,167);
    position: absolute;
    content: '';
    width: 30px;
}


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


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 768px) {.company-overview-6478 {
    padding: 80px 0;
}.company-overview-6478 .message-box-8532 {
    padding: 30px;
}.company-overview-6478 h1 {
    font-size: calc(40px * 0.8);
    margin-bottom: 20px;
}.company-overview-6478 span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}



@media (prefers-reduced-motion: reduce) {.company-overview-6478 .message-box-8532,
  .company-overview-6478 h1,
  .company-overview-6478 ul,
  .company-overview-6478 h4::before,
  .company-overview-6478::after {
    animation: none;
    transform: none;
    transition: none;
}}



@media (max-width: 767px) {footer .trophy-case-3518 {
    padding: 80px 0 30px;
}footer .quick-support-4960 {
    padding: 15px;
    width: 95%;
}footer .info_item {
    flex: 1 1 100%;
}footer .head-wrap-4972, footer .main-master-8917, footer .subscribe_holder {
    margin-left: 0;
    margin-right: 0;
    padding: 25px 20px;
}footer .main-master-8917, footer .subscribe_holder {
    margin-top: -10px;
}footer .debate-club-0541 {
    margin-top: 40px;
}
}



@media (max-width: 576px) {header .head-mainwrap-7469 {
    padding: 0.75rem;
}header .head-mainwrap-7469 .main-master-8917 {
    align-items: center;
    flex-direction: column;
}header .head-mainwrap-7469 .page-header-4028 {
    text-align: center;
    width: 100%;
}header .head-mainwrap-7469 .head-wrap-4972 svg {
    width: 100px;
}}



@media (max-width: 767px) {.academic-experience-2648 {
    padding: 70px 0;
}.academic-experience-2648 .photo-box-5641 {
    margin-bottom: 20px;
    height: 180px;
    width: 180px;
}.academic-experience-2648 .client-ratings-9317::before {
    width: 320px;
    height: 320px;
}.academic-experience-2648 .client-ratings-9317::after {
    height: 260px;
    width: 260px;
}.academic-experience-2648 .name {
    font-size: calc(42px * 0.8);
}.academic-experience-2648 .client-ratings-9317 span:not(.name) {
    font-size: calc(16px * 0.95);
    padding: 6px 16px;
    margin-bottom: 25px;
}.academic-experience-2648 .work-section-7306 {
    font-size: calc(18px * 0.95);
    padding: 25px 30px;
    max-width: 100%;
}.academic-experience-2648 .work-section-7306::before,
    .academic-experience-2648 .work-section-7306::after {
    height: 8px;
    width: 8px;
}.academic-experience-2648 .work-section-7306::before {
    left: 20px;
    top: 20px;
}.academic-experience-2648 .work-section-7306::after {
    right: 20px;
    bottom: 20px;
}
}



@media (max-width: 767px) {.pricing-group-9132 {
    padding: 60px 0 40px;
}.pricing-group-9132 .learning-packages-5024 {
    margin-bottom: 40px;
}.pricing-group-9132 .group-plans-8907 {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing-group-9132 .payment-plan-3019 {
    padding: 25px 20px;
}.pricing-group-9132 .payment-plan-3019 h3 {
    font-size: 24px;
}.pricing-group-9132 .rate-panel-0371 {
    font-size: calc(24px + 2px);
}.pricing-group-9132 .payment-plan-3019 p {
    font-size: calc(18px - 1px);
}.pricing-group-9132 .photo-box-5641 {
    height: 180px;
}
}



@media screen and (max-width: 768px) {.instructional-approach-9187 {
    overflow: hidden;
    padding: 120px 0 100px;
}.instructional-approach-9187 .message-box-8532 {
    flex-direction: column;
}.instructional-approach-9187 .message-box-8532 h2 {
    width: 100%;
    transform: none;
    margin-bottom: 40px;
    padding: 25px 30px;
    font-size: calc(37px * 0.9);
}.instructional-approach-9187 .message-box-8532 p {
    transform: none;
    width: 100%;
}.instructional-approach-9187 .message-box-8532::before,
    .instructional-approach-9187 .message-box-8532::after {
    display: none;
}.instructional-approach-9187 .message-box-8532 h2::after {
    height: 40px;
    bottom: -50px;
    right: 50%;
}.instructional-approach-9187 .how-grow-4756::before,
    .instructional-approach-9187 .how-grow-4756::after,
    .instructional-approach-9187::after {
    display: none;
}
}



@media screen and (max-width: 767px) {.tyField-8207 {
    padding: 4rem 0;
}.tyField-8207 .how-grow-4756 {
    padding: 1.75rem;
}.tyField-8207 h5 {
    font-size: calc(20px * 0.9);
}.tyField-8207 p {
    font-size: calc(17px * 0.95);
}
}


@media only screen and (max-width: 1200px) {.cookie-overlay-alert-7498 {
    padding: 20px;
}
}


@media only screen and (max-width: 800px)  {.core-container-8512 .privacy-notify-9428 {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media screen and (max-width: 768px) {.get-in-touch-8396 {
    padding: 3rem 0;
}.get-in-touch-8396 h2 {
    margin-bottom: 2rem;
    font-size: calc(39px * 0.8);
}.get-in-touch-8396 .help-section-0251 h3 {
    font-size: calc(31px * 0.9);
}.get-in-touch-8396 .help-section-0251 input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.get-in-touch-8396 .help-section-0251 .help-card-0471 {
    align-items: flex-start;
}.get-in-touch-8396 .help-section-0251 .help-card-0471 input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media screen and (max-width: 576px) {.title-greeting-5978 {
    padding: 3rem 1rem;
}.title-greeting-5978 .how-grow-4756 {
    padding: 1.25rem;
    box-shadow: 10px 10px 30px #d1d9e6, -10px -10px 30px #ffffff;
}.title-greeting-5978 h1 {
    font-size: calc(39px * 0.7);
    margin-bottom: 1rem;
}.title-greeting-5978 p {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
}.title-greeting-5978 .course-first-8549 {
    padding: 1.25rem;
}.title-greeting-5978 svg {
    height: 70px;
    margin-bottom: 1rem;
    width: 70px;
}.title-greeting-5978 .photo-box-5641 {
    min-height: 200px;
}.title-greeting-5978 .contact-feedback-4520 {
    font-size: calc(19px * 0.9);
    padding: 0.875rem 1.5rem;
}}



@media screen and (max-width: 576px) {.course-summary-8934 .how-grow-4756 {
    gap: 1rem;
    width: 92%;
}.course-summary-8934 .skill-work-6430 {
    padding: 1.5rem;
}.course-summary-8934 .skill-work-6430 h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1rem;
}.course-summary-8934 .skill-work-6430 h3::before {
    display: none;
}.course-summary-8934 .skill-work-6430 p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.course-summary-8934 .contact-feedback-4520 {
    padding: 0.8rem 1.8rem;
    font-size: calc(15px * 0.9);
}.course-summary-8934 .container {
    padding: 3rem 0;
}}



@keyframes slideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes fadeUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



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

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



@keyframes rotate-scale {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}



@keyframes growDown {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}



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



@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}



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



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

@keyframes feature-photo {
    0%, 16% {
        opacity: 1;
    }
    20%, 96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

