header,footer {
    width: 100%;
}

header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 1.2rem 0;
    background: linear-gradient(to bottom, rgb(230,218,231), #ffffff);
    position: relative;
    z-index: 100;
}

.user-reviews-5812::after {
    bottom: 0;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(192,165,194), transparent);
}

.user-reviews-5812 .student-views-9216 {
    display: grid;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    list-style: none;
    perspective: 1000px;
}

.user-reviews-5812 .feedback-ratings-5429:hover::before {
    height: 100%;
}

.user-reviews-5812 .feedback-ratings-5429 div {
    display: flex;
    margin-bottom: 1.25rem;
    align-items: center;
}

.user-reviews-5812 .feedback-ratings-5429 h4::after {
    content: "";
    bottom: -5px;
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    position: absolute;
    background: rgb(156,121,159);
}

.user-reviews-5812 a {
    margin-top: 3rem;
    display: inline-block;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.75rem 2rem;
    background: linear-gradient(45deg, rgb(192,165,194), rgb(156,121,159));
    font-size: 18px;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    border: none;
    transform: translateZ(0);
    color: #ffffff;
    letter-spacing: 0.5px;
}

.learning-profits-5380 .online-mastery-4961 {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6));
    padding: 40px;
    border-radius: 19px;
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
    position: relative;
    gap: 40px;
    overflow: hidden;
    box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.2);
}

.learning-profits-5380 h3 {
    font-weight: 700;
    margin-bottom: 40px;
    color: rgb(192,165,194);
    padding-bottom: 15px;
    position: relative;
    font-size: 36px;
}

.learning-profits-5380 li::before {
    transition: width 0.3s ease;
    opacity: 0.7;
    width: 3px;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(192,165,194), rgb(156,121,159));
    left: 0;
}

.learning-profits-5380 svg {
    flex-shrink: 0;
    height: 24px;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(192,165,194), rgb(156,121,159));
    padding: 10px;
    width: 24px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.potential-students-8751 h3 {
    font-family: Arial, sans-serif;
    transform: translateX(-50%);
    box-shadow: 0 10px 25px -10px rgb(192,165,194,0.5);
    left: 50%;
    font-weight: 700;
    text-align: center;
    padding: 0 20px 20px;
    display: inline-block;
    color: #000000;
    margin-bottom: 80px;
    font-size: 30px;
    position: relative;
}

.potential-students-8751 h3::after {
    height: 12px;
    box-shadow: 0 0 15px rgb(192,165,194,0.5);
    position: absolute;
    border-radius: 50%;
    animation: pulseCircle 2s infinite;
    content: "";
    left: 50%;
    width: 12px;
    transform: translateX(-50%);
    background: rgb(192,165,194);
    bottom: -6px;
}

.potential-students-8751 ul li svg {
    width: 35px;
    top: 50%;
    height: 35px;
    position: absolute;
    transition: all 0.4s ease;
    left: 20px;
    transform: translateY(-50%);
}

.potential-students-8751 ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(192,165,194);
}

.title-portal-0659 {
    min-height: 100vh;
    overflow: hidden;
    background-image: linear-gradient(135deg, rgb(230,218,231) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}

.title-portal-0659 .online-mastery-4961 {
    z-index: 1;
    height: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    min-height: 90vh;
    flex-direction: column;
    max-width: 1400px;
    padding: 3rem 2rem;
}

.title-portal-0659 .content-holder-5027 {
    flex-direction: column;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 2rem;
    position: relative;
}

.title-portal-0659 .learn-head-8640 p {
    position: relative;
    color: #000000;
    font-size: calc(17px * 1.2);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.title-portal-0659 svg:hover {
    transform: scale(1.05) rotate(2deg);
    filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.15));
}

.title-portal-0659 svg text {
    transition: fill 0.3s ease;
}

.title-portal-0659 .contact-reach-0489:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.15),
                -8px -8px 24px rgba(255, 255, 255, 0.9),
                inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.title-portal-0659 .img-border-5607 {
    margin-top: 2rem;
    overflow: hidden;
    transform: translateZ(0) rotate(0deg);
    transition: transform 0.7s ease, box-shadow 0.7s ease;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1),
                -10px -10px 30px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    width: 100%;
    position: relative;
    height: 350px;
    border-radius: 16px;
}

.cookie-banner-dialog-2307 p {
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
    position: relative;
    font-size: 16px;
}

.cookie-frame-6804 {
    background: rgb(192,165,194,0.5);
    display: flex;
    margin-right: 20px;
    justify-content: center;
    padding: 10px;
    flex-shrink: 0;
    align-items: center;
    border-radius: 16px;
}

.cookie-banner-dialog-2307 p a {
    border-bottom: 1px dashed rgb(192,165,194);
    text-decoration: none;
    color: rgb(192,165,194);
    transition: color 0.3s ease;
}

.test-drive-1378::after {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    pointer-events: none;
    filter: blur(20px);
    content: "";
    position: absolute;
    transform: rotate(-15deg);
    right: -10%;
    width: 50%;
    z-index: -1;
    height: 70%;
    top: -10%;
}

.test-drive-1378 h6::after {
    border-radius: 1px;
    opacity: 0.7;
    background: #ffffff;
    width: 60px;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    bottom: 0;
}

.test-drive-1378 .contact-reach-0489 {
    position: relative;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
                0 6px 6px rgba(0, 0, 0, 0.05),
                0 0 0 6px rgba(255, 255, 255, 0.1);
    background: #ffffff;
    font-weight: 700;
    font-size: 19px;
    isolation: isolate;
    padding: 1.2rem 2.5rem;
    align-items: center;
    overflow: hidden;
    display: inline-flex;
    color: rgb(192,165,194);
    text-decoration: none;
}

.company-overview-6487 h2 {
    color: #ffffff;
    position: relative;
    font-size: 32px;
    padding-bottom: 12px;
    transform: translateX(-10px);
    font-weight: 700;
    margin-bottom: 60px;
    letter-spacing: 1.5px;
    display: inline-block;
}

.company-overview-6487 .content-holder-5027::before {
    opacity: 0.15;
    position: absolute;
    border: 3px solid rgb(156,121,159);
    height: 180px;
    content: "";
    left: -90px;
    top: -90px;
    width: 180px;
    border-radius: 50%;
    z-index: -1;
}

.company-overview-6487 .content-holder-5027 div > div {
    column-count: 1;
    color: #000000;
    column-gap: 40px;
    text-align: justify;
    position: relative;
    line-height: 1.8;
    hyphens: auto;
    opacity: 0.9;
    font-size: 15px;
}

.secure-grotto-7216 h2 {
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(156,121,159);
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 32px;
    color: rgb(156,121,159);
}

.secure-grotto-7216 p, .secure-grotto-7216 span, .secure-grotto-7216 div {
    line-height: 1.8;
    font-size: 15px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 10px;
}

.trust-badge-6248 .company_holder {
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(15px);
    border-radius: 29px;
    margin-right: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    flex: 1 1 350px;
}

.trust-badge-6248 .exam-prep-9104 {
    line-height: 1.6;
    margin-top: 1rem;
    font-size: 18px;
    max-width: 450px;
    color: rgba(255, 255, 255, 0.7);
}

.trust-badge-6248 .main-class-1479 h5 {
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1.25rem;
    font-size: 24px;
    position: relative;
}

.trust-badge-6248 .main-class-1479 a {
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    display: block;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    z-index: 1;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

.site-map-6235 .container {
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
}



.trust-badge-6248 .main-teach-3258 a::after {
    background: rgb(192,165,194);
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    transition: transform 0.3s ease;
    width: 4px;
    height: 4px;
    transform: translateY(-50%) scale(0);
}

.trust-badge-6248 .company_holder:hover .exam-prep-9104::after {
    border-left-color: rgb(156,121,159,0.5);
    width: calc(100% + 20px);
    border-bottom-color: rgb(156,121,159,0.5);
    height: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
}

.reach-us-3486 h1 {
    font-size: 45px;
    color: #000000;
    margin-bottom: 2.5rem;
    transform: translateY(0);
    position: relative;
    transition: transform 0.5s ease;
    font-weight: 700;
    text-align: center;
}

.reach-us-3486 .quick-reach-3614:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.reach-us-3486 .quick-reach-3614 > div:first-child {
    letter-spacing: 0.02em;
    text-align: center;
    font-size: calc(18px * 1.05);
    color: #000000;
    border-bottom: 2px solid rgb(230,218,231);
    font-weight: 400;
    background: linear-gradient(45deg, rgba(245, 247, 250, 0.5) 0%, rgba(255, 255, 255, 0.9) 100%);
    line-height: 1.7;
    padding: 2rem;
}

.reach-us-3486 .quick-request-5719:hover {
    color: rgb(192,165,194);
}

.reach-us-3486 svg {
    width: 22px;
    transition: all 0.3s ease;
    opacity: 0.9;
    height: 22px;
}

.reach-us-3486 .quick-request-5719:hover svg path {
    fill: rgb(192,165,194);
}

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

.academic-experience-2384 .feedback-ratings-5429:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}

.academic-experience-2384 .feedback-ratings-5429:hover .img-border-5607 {
    transform: rotate(0deg) scale(1.05);
}

.academic-experience-2384 .name::after {
    bottom: -8px;
    background: linear-gradient(90deg, rgb(192,165,194) 0%, transparent 100%);
    position: absolute;
    transition: width 0.4s ease;
    height: 3px;
    width: 40%;
    left: 0;
    content: "";
}

.academic-experience-2384 .career-overview-6983::before {
    font-size: 5rem;
    opacity: 0.3;
    font-family: Georgia, serif;
    color: rgb(192,165,194,0.5);
    position: absolute;
    content: "";
    left: -0.8rem;
    top: -1.5rem;
}

.tariff-feature-7510 .cost-table-7396 {
    display: flex;
    flex-direction: column;
}

.tariff-feature-7510 .skill-plans-7152 {
    text-align: center;
    margin-bottom: 3.5rem;
    order: 1;
    position: relative;
}

.tariff-feature-7510 .member-plans-6285 {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    order: 2;
    display: grid;
    gap: 2rem;
}

.tariff-feature-7510 .study-rates-0526::before {
    background: linear-gradient(90deg, rgb(192,165,194), rgb(156,121,159));
    height: 5px;
    content: "";
    transform: translateY(-5px);
    top: 0;
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    width: 100%;
}

.tariff-feature-7510 .cost-fee-1538 p {
    font-size: 12px;
    word-wrap: break-word;
    margin-bottom: 1.5rem;
    line-height: 1.65;
    overflow-wrap: break-word;
    word-break: break-word;
    color: #000000;
    flex-grow: 1;
}

.tariff-feature-7510 .study-rates-0526:nth-child(odd) .cost-fee-1538::before {
    height: 2.5rem;
    opacity: 0.1;
    content: "";
    border-radius: 50%;
    background: rgb(192,165,194,0.5);
    z-index: -1;
    position: absolute;
    top: 1rem;
    width: 2.5rem;
    right: 1rem;
}

.course-program-info-3548 .pro-skills-0528 {
    justify-content: center;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.course-program-info-3548 .content-holder-5027::before {
    left: 0;
    background: linear-gradient(135deg, rgb(192,165,194,0.5), transparent 70%, rgb(156,121,159,0.5)) border-box;
    content: "";
    width: 100%;
    border-radius: 27px;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border: 1px solid transparent;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    opacity: 0.3;
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
}

.course-program-info-3548 .pro-skills-0528::before,
.course-program-info-3548 .pro-skills-0528::after {
    content: "";
    background-color: rgb(192,165,194,0.5);
    width: 200px;
    height: 1px;
    top: 50%;
    z-index: 1;
    opacity: 0.5;
    position: absolute;
}

.course-program-info-3548 .pro-skills-0528::before {
    transform: rotate(45deg);
    left: -100px;
}

.contact-us-1478 h2 {
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    font-size: 47px;
    color: #000000;
    margin-bottom: 50px;
}

.contact-us-1478 .message-map-6308::before {
    inset: 0;
    border-radius: 12px;
    border: 1px solid rgb(192,165,194);
    opacity: 0.2;
    position: absolute;
    content: "";
    pointer-events: none;
    z-index: 3;
}

.contact-us-1478 .img-border-5607::after {
    position: absolute;
    content: "";
    inset: 0;
    opacity: 0.7;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(192,165,194,0.5) 100%);
    z-index: 2;
}

.contact-us-1478 form h3 {
    font-size: 19px;
    color: #000000;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.contact-us-1478 form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.contact-us-1478 .support-inquiry-6948 {
    margin-bottom: 35px;
    position: relative;
}

.contact-us-1478 .support-inquiry-6948 label {
    font-size: 15px;
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.5;
    color: #000000;
    position: relative;
}

.contact-us-1478 .support-inquiry-6948 label a {
    text-decoration: none;
    color: rgb(192,165,194);
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-us-1478 .contact-reach-0489::before {
    content: "";
    transform: scaleX(0);
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
    top: 0;
    left: 0;
    background: rgb(156,121,159);
    transform-origin: right;
    z-index: -1;
    position: absolute;
}

.contact-us-1478 svg:hover,
.contact-us-1478 svg:hover path {
    filter: drop-shadow(0 0 3px rgb(156,121,159,0.5));
    fill: rgb(156,121,159);
    transform: translateY(-2px);
}

header .top-head-9182 {
    padding: 0.5rem 1.5rem;
    align-items: center;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgb(192,165,194,0.5), rgb(156,121,159,0.5));
    text-decoration: none;
    display: flex;
}

header .nav-info-4182:hover {
    color: rgb(192,165,194);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.metrics-summary-0179 {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 120px 0;
}

.metrics-summary-0179::after {
    background: radial-gradient(ellipse at center, rgb(192,165,194,0.5) 0%, transparent 70%);
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    content: "";
    opacity: 0.1;
    height: 100%;
    left: 0;
}

.metrics-summary-0179 .extra-experts-3094 svg path {
    fill: #ffffff;
}

.metrics-summary-0179 .statistics-edge-4095 {
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    max-width: 700px;
    line-height: 1.7;
    font-size: 13px;
}

.metrics-summary-0179 .extra-pro-8659 {
    margin: 0 10px;
    display: flex;
    align-items: center;
    padding: 20px 15px;
    min-width: calc(25% - 20px);
    flex-direction: column;
    position: relative;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

.metrics-summary-0179 .study-statistics-4289 svg {
    transition: all 0.3s ease;
    height: 100%;
    fill: rgb(156,121,159);
    width: 100%;
}

.metrics-summary-0179 .extra-pro-8659:hover .study-statistics-4289 svg {
    fill: rgb(192,165,194);
}

.metrics-summary-0179 .extra-pro-8659:nth-child(2) span {
    animation-delay: 0.3s;
}



.metrics-summary-0179 .extra-pro-8659 p {
    margin: 0;
    line-height: 1.4;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.metrics-summary-0179 .extra-pro-8659:nth-child(4) {
    animation: fadeInSlide 0.4s ease forwards 0.3s;
}

.thankYouDiv-5862 .container {
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1200px;
    transform-style: preserve-3d;
    position: relative;
    margin: 0 auto;
}

.thankYouDiv-5862 .online-mastery-4961:hover {
    transform: translateZ(20px) translateY(-5px);
}

.thankYouDiv-5862 .online-mastery-4961 > div:first-child {
    position: relative;
    transform: translateZ(10px);
}

.thankYouDiv-5862 .online-mastery-4961 > div:last-child {
    position: relative;
    transform: translateZ(5px);
}

.thankYouDiv-5862 .online-mastery-4961 > div:last-child::after {
    width: 2.5rem;
    background: linear-gradient(90deg, transparent, rgb(192,165,194), transparent);
    height: 2px;
    content: "";
    bottom: 2rem;
    transform: translateY(-50%);
    position: absolute;
    right: -3.5rem;
}

.thankYouDiv-5862 a {
    transition: transform 0.4s ease-out;
    text-decoration: none;
    display: block;
}


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



@media (max-width: 992px) {.user-reviews-5812 h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2.5rem;
}.user-reviews-5812 .student-views-9216 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user-reviews-5812 .feedback-ratings-5429 {
    padding: 1.25rem;
}
}



@media (max-width: 992px) {.learning-profits-5380 {
    padding: 60px 0;
}.learning-profits-5380 .online-mastery-4961 {
    gap: 40px;
    padding: 40px;
}.learning-profits-5380 h3 {
    font-size: calc(36px * 0.9);
}
}



@media (max-width: 992px) {.potential-students-8751 {
    padding: 80px 0;
}.potential-students-8751 ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.potential-students-8751 h3 {
    margin-bottom: 60px;
    font-size: calc(30px * 0.9);
}
}



@media (max-width: 480px) {.potential-students-8751 {
    padding: 50px 0;
}.potential-students-8751 .online-mastery-4961 {
    padding: 0 15px;
}.potential-students-8751 h3 {
    margin-bottom: 35px;
    font-size: calc(30px * 0.7);
}.potential-students-8751 ul li {
    padding: 18px 15px 18px 60px;
}.potential-students-8751 ul li svg {
    width: 30px;
    left: 15px;
    height: 30px;
}}



@media (max-width: 767px) {.title-portal-0659 h1 {
    font-size: calc(42px * 0.9);
}.title-portal-0659 .learn-head-8640 {
    padding: 1.5rem;
}.title-portal-0659 .learn-head-8640 p {
    font-size: 17px;
}.title-portal-0659 .contact-reach-0489 {
    padding: 0.8rem 1.5rem;
}.title-portal-0659 svg {
    width: 120px;
    height: 120px;
}}



@media (max-width: 480px) {.test-drive-1378 {
    padding: 2.5rem 0.75rem;
}.test-drive-1378 h6 {
    padding-bottom: 1rem;
    font-size: calc(19px * 0.9);
}.test-drive-1378 h6::after {
    width: 40px;
}.test-drive-1378 .container {
    gap: 1.5rem;
}.test-drive-1378 .contact-reach-0489 {
    padding: 0.9rem 1.75rem;
    font-size: calc(19px * 0.9);
}
}



@media (max-width: 767px) {.company-overview-6487 {
    padding: 80px 0 60px;
}.company-overview-6487 .content-holder-5027 {
    padding: 30px 25px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}.company-overview-6487 h2 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.9);
}.company-overview-6487 .content-holder-5027 p {
    padding-right: 30px;
    font-size: calc(23px * 0.9);
}.company-overview-6487 .content-holder-5027 p::after {
    width: 25px;
}
}



@media (max-width: 768px) {.trust-badge-6248 {
    padding: 3rem 0 1.5rem;
}.trust-badge-6248::before {
    height: 2px;
}.trust-badge-6248 .company_holder {
    padding: 1.25rem;
}.trust-badge-6248 .main-class-1479 {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.trust-badge-6248 .mod-tools-6591 .main-teach-3258 {
    flex-direction: column;
}.site-map-6235 {
    padding: 1.25rem 0;
}.site-map-6235::before {
    height: 2px;
}
}



@media (max-width: 767px) {.reach-us-3486 {
    padding: 3rem 1.5rem;
}.reach-us-3486 h1 {
    font-size: calc(45px * 0.9);
}.reach-us-3486 .quick-reach-3614 {
    padding: 1.5rem;
}.reach-us-3486 .quick-reach-3614 > div {
    padding: 1.25rem;
}.reach-us-3486 .quick-reach-3614 > div:first-child {
    padding: 1.5rem;
    font-size: 18px;
    line-height: 1.6;
}.reach-us-3486 h6 {
    font-size: calc(16px * 0.95);
}.reach-us-3486 span {
    margin-left: 25px;
}.reach-us-3486 .reach-team-5813 {
    gap: 1rem;
}.reach-us-3486 svg {
    width: 20px;
    height: 20px;
}
}



@media (min-width: 992px) {.tariff-feature-7510 .cost-table-7396 {
    flex-direction: row;
}.tariff-feature-7510 .skill-plans-7152 {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    padding-left: 3rem;
    text-align: left;
    flex: 0 0 30%;
    order: 2;
    justify-content: center;
}.tariff-feature-7510 .skill-plans-7152 h2 {
    margin-bottom: 2rem;
    text-align: left;
}.tariff-feature-7510 .skill-plans-7152 h2::after {
    left: 0;
    transform: none;
    width: 40%;
}.tariff-feature-7510 .value-plan-0217 {
    text-align: left;
    margin: 0;
}.tariff-feature-7510 .member-plans-6285 {
    order: 1;
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 991px) {.course-program-info-3548 {
    padding: 80px 0;
}.course-program-info-3548 .content-holder-5027 {
    padding: 30px;
}.course-program-info-3548 .content-holder-5027 h2 {
    font-size: calc(38px * 0.9);
}.course-program-info-3548 .img-border-5607 {
    margin-top: 40px;
    height: 400px;
}.course-program-info-3548 .pro-skills-0528::before,
    .course-program-info-3548 .pro-skills-0528::after {
    width: 150px;
}
}



@media (max-width: 576px) {.course-program-info-3548 {
    padding: 50px 0;
}.course-program-info-3548 .content-holder-5027 {
    padding: 20px 15px;
}.course-program-info-3548 .content-holder-5027 h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.8);
    padding-bottom: 12px;
}.course-program-info-3548 .content-holder-5027 h2::after {
    width: 40px;
}.course-program-info-3548 .content-holder-5027 .description {
    line-height: 1.7;
    font-size: calc(15px * 0.9);
}.course-program-info-3548 .img-border-5607 {
    height: 250px;
    margin-top: 25px;
}}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .top-head-9182 {
    padding: 0.5rem 1.2rem;
}header .top-head-9182 svg {
    width: 140px;
}header .main-class-1479 {
    gap: 0.5rem;
}header .nav-info-4182 {
    padding: 0.5rem 1rem;
}
}



@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .top-site-6134 {
    gap: 1rem;
}header .top-head-9182 svg {
    width: 120px;
}header .main-class-1479 {
    gap: 0.4rem;
    padding-bottom: 10px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .main-class-1479::-webkit-scrollbar {
    height: 3px;
}header .main-class-1479::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(192,165,194);
}header .nav-info-4182 {
    margin-right: 2px;
    flex-shrink: 0;
    white-space: nowrap;
}}



@media (min-width: 768px) {.thankYouDiv-5862 {
    padding: 8rem 0;
}.thankYouDiv-5862 .online-mastery-4961 {
    gap: 3rem;
    padding: 4.5rem;
}.thankYouDiv-5862 h5 {
    font-size: calc(19px * 1.1);
    padding-left: 2rem;
}.thankYouDiv-5862 p {
    padding: 0 0 0 2rem;
    font-size: calc(17px * 1.05);
}.thankYouDiv-5862 .online-mastery-4961 > div:first-child::before {
    width: 4rem;
}.thankYouDiv-5862 .online-mastery-4961 > div:last-child::after {
    width: 4rem;
}
}



@media (min-width: 1200px) {.thankYouDiv-5862 .online-mastery-4961 {
    gap: 5rem;
    padding: 5rem;
}.thankYouDiv-5862 h5 {
    font-size: calc(19px * 1.2);
}.thankYouDiv-5862 p {
    font-size: calc(17px * 1.1);
}
}



@keyframes lineGrow {
    0%, 20% {
        transform: scaleX(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(192,165,194,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(192,165,194);
    }
}



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



@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

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



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

