* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.trust-badge-6248 {
    flex: 0 0 auto;
}

.trust-badge-6248 {
    padding: 4.5rem 0 2rem;
    position: relative;
}


.user-reviews-5812 {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(230,218,231) 0%, rgba(rgb(192,165,194,0.5), 0.05) 100%);
    position: relative;
    padding: 5rem 0;
}

.user-reviews-5812 h2 {
    font-weight: 700;
    font-size: 31px;
    position: relative;
    transform: translateX(-5px);
    text-align: left;
    margin-bottom: 3rem;
    color: #000000;
}

.user-reviews-5812 .feedback-ratings-5429::before {
    height: 0;
    position: absolute;
    left: 0;
    transition: height 0.5s ease;
    content: "";
    top: 0;
    background: rgb(192,165,194);
    width: 4px;
}

.user-reviews-5812 .feedback-ratings-5429 img {
    width: 50px;
    object-fit: cover;
    border: 2px solid transparent;
    height: 50px;
    border-radius: 50%;
    filter: grayscale(30%);
    margin-right: 1rem;
    transition: all 0.3s ease;
}

.user-reviews-5812 .feedback-ratings-5429:hover .description {
    border-left-color: rgb(192,165,194);
    padding-left: 1rem;
}

.user-reviews-5812 a::before {
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(156,121,159), rgb(192,165,194));
    position: absolute;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: -100%;
    z-index: -1;
}

.learning-profits-5380::after {
    left: -150px;
    height: 400px;
    content: "";
    animation: float 20s ease-in-out infinite alternate-reverse;
    filter: blur(60px);
    width: 400px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(156,121,159,0.5) 0%, transparent 70%);
    bottom: -150px;
    position: absolute;
}

.learning-profits-5380 .img-border-5607:hover {
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.2),
    -5px -5px 20px rgba(255, 255, 255, 0.7),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    transform: rotate(0deg) translateY(0) scale(1.03);
}

.learning-profits-5380 .content-holder-5027:hover h3::after {
    width: 140px;
}

.learning-profits-5380 li {
    position: relative;
    margin-bottom: 20px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));
    transform: translateX(0);
    padding: 16px 24px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -5px -5px 15px rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.potential-students-8751 {
    background: rgb(230,218,231);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.potential-students-8751 .online-mastery-4961 {
    padding: 0 30px;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.potential-students-8751 h3::before {
    height: 3px;
    bottom: 0;
    background: linear-gradient(90deg, 
        rgb(192,165,194),
        rgb(156,121,159),
        rgb(192,165,194)
    );
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
}

.potential-students-8751 ul {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
    list-style: none;
    margin: 0;
    gap: 30px;
}

.potential-students-8751 ul li::after {
    right: -5px;
    height: 10px;
    position: absolute;
    background: rgb(156,121,159);
    width: 10px;
    content: "";
    border-radius: 50%;
    bottom: -5px;
}

.potential-students-8751 ul li:hover svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    transform: translateY(-50%) scale(1.2);
}

.potential-students-8751 ul::before {
    left: 0;
    height: 100%;
    pointer-events: none;
    width: 100%;
    top: 0;
    content: "";
    background-size: 30px 30px;
    z-index: -1;
    opacity: 0.3;
    position: absolute;
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(192,165,194,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(156,121,159,0.5) 97%);
}

.title-portal-0659 h1 {
    max-width: 90%;
    color: #000000;
    font-size: 42px;
    transform: translateY(0);
    z-index: 2;
    margin-bottom: 2rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
}

.title-portal-0659 .learn-head-8640:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.08),
                -10px -10px 35px rgba(255, 255, 255, 0.9),
                inset 1px 1px 1px rgba(255, 255, 255, 0.7),
                inset -1px -1px 1px rgba(0, 0, 0, 0.07);
}

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

.title-portal-0659 svg:hover text {
    fill: rgb(156,121,159);
}

.title-portal-0659 .contact-reach-0489:hover::before {
    left: 100%;
}

.title-portal-0659 .contact-reach-0489:active {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1),
                -4px -4px 10px rgba(255, 255, 255, 0.8),
                inset 2px 2px 6px rgba(0, 0, 0, 0.1),
                inset -2px -2px 6px rgba(255, 255, 255, 0.5);
    transform: translateY(2px) translateZ(0);
}

.title-portal-0659 .img-border-5607:hover {
    transform: translateZ(0) rotate(1deg) scale(1.02);
    box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.15),
                -15px -15px 35px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.4);
}

.cookie-tips-7620 {
    align-items: center;
    display: flex;
    gap: 20px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px dashed rgb(192,165,194);
    padding: 20px 5%;
    justify-content: space-between;
    border-radius: 16px;
}

.visitor-privacy-5037:hover {
    background-color: rgb(156,121,159);
    box-shadow: 0 0 10px rgb(156,121,159);
}

.cookie_button.cookie-rules-8437:hover {
    box-shadow: 0 0 10px rgb(156,121,159);
}


.test-drive-1378 {
    padding: 4rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(192,165,194) 0%, rgb(156,121,159) 100%);
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.test-drive-1378 .container {
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    z-index: 2;
    display: flex;
    transform-style: preserve-3d;
    max-width: 1200px;
    perspective: 1000px;
    position: relative;
    gap: 2.5rem;
    flex-direction: column;
}

.test-drive-1378 div div {
    transform: translateZ(30px);
    display: flex;
    justify-content: center;
    position: relative;
}

.test-drive-1378 .contact-reach-0489::before {
    content: "";
    position: absolute;
    height: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 100%;
    transition: left 0.6s ease;
}

.test-drive-1378 .contact-reach-0489 span {
    transition: transform 0.3s ease;
    position: relative;
    display: block;
    z-index: 2;
}

.company-overview-6487::before {
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(156,121,159,0.5), rgba(0, 0, 0, 0.5) 70%);
    z-index: -1;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
}

.company-overview-6487 h2::after {
    background: rgb(192,165,194);
    transform: scaleX(1);
    content: "";
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    left: 0;
    height: 4px;
    transform-origin: left;
    bottom: 0;
    width: 80px;
}

.company-overview-6487 .content-holder-5027 p::after {
    right: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    background: rgb(192,165,194);
}

.secure-grotto-7216 h1 {
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 40px;
    font-weight: 700;
    border-bottom: 2px solid rgb(192,165,194);
    font-size: 46px;
    color: rgb(192,165,194);
    padding-bottom: 10px;
}

.secure-grotto-7216 section {
    margin-top: 20px;
    background: rgb(230,218,231);
    border-radius: 10px;
    padding: 20px;
}

footer::before {
    position: absolute;
    backdrop-filter: blur(8px);
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(192,165,194,0.5) 50%, rgb(156,121,159,0.5) 100%);
    left: 0;
    animation: gradientShift 15s ease infinite;
    top: 0;
}

.trust-badge-6248 .company_holder h3 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: calc(28px * 0.85);
    margin-bottom: 1.25rem;
}

.trust-badge-6248 .mod-tools-6591 {
    flex: 1 1 450px;
    position: relative;
}

.trust-badge-6248 .mod-tools-6591 .main-teach-3258 {
    justify-content: flex-end;
}

.trust-badge-6248 .main-class-1479 h5::before {
    width: 40px;
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    height: 2px;
    background: rgb(192,165,194);
    transition: width 0.3s ease;
}

.trust-badge-6248 .main-class-1479 a:hover::before {
    width: 100%;
}

.site-map-6235 {
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    backdrop-filter: blur(15px);
    position: relative;
}

.site-map-6235 .partner-logo-3546 {
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    text-align: center;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.trust-badge-6248 .company_holder:hover .exam-prep-9104::before {
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-right-color: rgb(192,165,194,0.5);
    border-top-color: rgb(192,165,194,0.5);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}

.reach-us-3486::after {
    content: "";
    background: linear-gradient(90deg, rgb(192,165,194) 0%, rgb(156,121,159) 50%, rgb(192,165,194,0.5) 100%);
    left: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
    height: 5px;
    width: 100%;
}

.reach-us-3486 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.reach-us-3486 .quick-reach-3614 > div {
    transition: all 0.3s ease;
    position: relative;
    padding: 1.5rem;
    border-left: 3px solid transparent;
    background: rgba(245, 247, 250, 0.5);
}

.reach-us-3486 h6 {
    display: flex;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 0.75rem;
    align-items: center;
    color: #000000;
    font-weight: 600;
}

.reach-us-3486 .reach-team-5813 > div {
    transition: transform 0.3s ease;
    position: relative;
}

.reach-us-3486 .quick-request-5719:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.reach-us-3486 svg:hover {
    transform: scale(1.1);
    opacity: 1;
}

.academic-experience-2384 {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(230,218,231) 0%, rgba(245, 245, 250, 0.9) 100%);
    position: relative;
    overflow: hidden;
}

.academic-experience-2384 .feedback-ratings-5429 {
    border-left: 5px solid rgb(192,165,194);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    gap: 2.5rem;
    display: grid;
}

.academic-experience-2384 .feedback-ratings-5429:hover .name::after {
    width: 90%;
}

.academic-experience-2384 .feedback-ratings-5429 > div:nth-child(2) > div {
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(156,121,159);
    font-size: calc(12px - 0.1rem);
    letter-spacing: 0.5px;
}

.tariff-feature-7510::after {
    transform: rotate(10deg);
    z-index: 0;
    background: linear-gradient(45deg, rgb(156,121,159,0.5) 30%, rgb(192,165,194,0.5) 70%);
    border-radius: 10px;
    height: 50%;
    opacity: 0.08;
    bottom: -5%;
    position: absolute;
    content: "";
    left: -3%;
    width: 35%;
}

.tariff-feature-7510 .value-plan-0217 {
    margin: 0 auto;
    max-width: 800px;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}

.tariff-feature-7510 .study-rates-0526:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.tariff-feature-7510 .promo-plans-2176 {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    height: 100%;
}

.tariff-feature-7510 .cost-fee-1538 h3 {
    margin-bottom: 1rem;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    position: relative;
    font-size: calc(22px * 1.1);
}

.tariff-feature-7510 .img-border-5607 {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
    height: 180px;
    width: 100%;
}

.tariff-feature-7510 .study-rates-0526:nth-child(even) .cost-fee-1538::before {
    opacity: 0.1;
    border-radius: 50%;
    content: "";
    height: 2.5rem;
    left: 1rem;
    z-index: -1;
    background: rgb(156,121,159,0.5);
    position: absolute;
    bottom: 1rem;
    width: 2.5rem;
}

.course-program-info-3548 .content-holder-5027 {
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    padding: 40px;
    background: rgba(255, 255, 255, 0.02);
    transform: translateZ(0);
    z-index: 4;
    border-radius: 27px;
    width: 100%;
}

.course-program-info-3548 .content-holder-5027 h2::after {
    position: absolute;
    border-radius: 10px;
    transform: translateX(-50%);
    bottom: 0;
    height: 3px;
    left: 50%;
    width: 60px;
    content: "";
    background: linear-gradient(90deg, rgb(192,165,194), rgb(156,121,159));
}

.course-program-info-3548 .img-border-5607::after {
    z-index: 2;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    background: linear-gradient(45deg, transparent 50%, rgb(156,121,159,0.5) 100%);
}

.contact-us-1478::after {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: 
        repeating-linear-gradient(45deg, rgb(192,165,194,0.5) 0, rgb(192,165,194,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(156,121,159,0.5) 0, rgb(156,121,159,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(192,165,194,0.5), transparent 70%),
        linear-gradient(180deg, rgb(156,121,159,0.5), transparent 70%);
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    opacity: 0.2;
    z-index: 1;
    content: "";
    animation: backgroundMove 30s infinite linear;
    background-position: 0 0, 0 0, 0 0, 0 0;
    left: 0;
}

.contact-us-1478 form {
    z-index: 2;
    position: relative;
}

.contact-us-1478 form h3::after {
    left: 0;
    position: absolute;
    bottom: -15px;
    height: 2px;
    width: 40px;
    content: "";
    box-shadow: 
        0 0 5px rgb(192,165,194,0.5),
        0 0 10px rgb(192,165,194,0.5);
    background: rgb(192,165,194);
}

.contact-us-1478 .support-inquiry-6948 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-us-1478 .support-inquiry-6948 input[type="checkbox"]:checked + label::before {
    border-color: rgb(192,165,194);
    background: rgb(192,165,194);
    box-shadow: 0 0 5px rgb(192,165,194,0.5);
}

.contact-us-1478 .support-inquiry-6948 label a::after {
    height: 1px;
    bottom: -1px;
    transform-origin: right;
    width: 100%;
    position: absolute;
    background: rgb(192,165,194);
    transition: transform 0.3s ease;
    left: 0;
    transform: scaleX(0);
    content: "";
}

.contact-us-1478 .contact-reach-0489:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.contact-us-1478 svg path {
    transition: all 0.3s ease;
    fill: rgb(192,165,194);
}

header::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(192,165,194,0.5) 65%, 
        rgb(192,165,194,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(156,121,159,0.5) 75%, 
        rgb(156,121,159,0.5) 80%, 
        transparent 80%);
    top: 0;
    z-index: 0;
    content: '';
    opacity: 0.5;
    position: absolute;
    left: 0;
}

header .nav-info-4182::before {
    height: 3px;
    content: '';
    background: linear-gradient(to right, rgb(192,165,194), rgb(156,121,159));
    position: absolute;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    top: 0;
    transition: transform 0.3s ease;
}

.metrics-summary-0179 .container {
    margin: 0 auto;
    z-index: 5;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}

.metrics-summary-0179 .extra-experts-3094 {
    width: 60px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex-shrink: 0;
    margin-right: 20px;
    display: flex;
    background: linear-gradient(135deg, rgb(192,165,194) 0%, rgb(156,121,159) 100%);
    height: 60px;
    border-radius: 10px;
}

.metrics-summary-0179 .extra-pro-8659::before {
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    opacity: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(192,165,194) 0%, rgb(156,121,159) 100%);
    position: absolute;
    transition: opacity 0.3s ease;
}

.metrics-summary-0179 .extra-pro-8659:hover .study-statistics-4289::after {
    height: 52px;
    width: 52px;
    border-color: rgba(rgb(192,165,194), 0.3);
}

.metrics-summary-0179 .study-statistics-4289 svg path {
    fill: rgb(156,121,159);
}

.metrics-summary-0179 .extra-pro-8659 span {
    display: block;
    transform: translateY(10px);
    position: relative;
    font-size: calc(23px + 4px);
    margin-bottom: 8px;
    color: #ffffff;
    animation: numberFadeUp 0.5s forwards 0.2s;
    font-weight: 700;
    opacity: 0;
}

.thankYouDiv-5862::before {
    opacity: 0.8;
    transform: rotate(-12deg);
    position: absolute;
    height: 200%;
    width: 200%;
    content: "";
    pointer-events: none;
    top: -50%;
    left: -50%;
    animation: orbital 30s infinite linear;
    background: radial-gradient(circle at center, rgba(rgb(156,121,159,0.5), 0.03) 0%, transparent 60%);
}

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

.thankYouDiv-5862 h5 {
    line-height: 1.4;
    transition: transform 0.5s ease;
    position: relative;
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    padding-left: 1.5rem;
    margin: 0;
    font-size: 19px;
}

.thankYouDiv-5862 p {
    font-size: 17px;
    margin: 0;
    font-weight: 400;
    border-left: 1px solid rgba(rgb(192,165,194,0.5), 0.2);
    padding: 0 0 0 1.5rem;
    position: relative;
    line-height: 1.8;
    color: #000000;
}



@media (max-width: 576px) {.user-reviews-5812 {
    padding: 3rem 0;
}.user-reviews-5812 .student-views-9216 {
    grid-template-columns: 1fr;
    gap: 1rem;
}.user-reviews-5812 .feedback-ratings-5429 {
    padding: 1.25rem;
}.user-reviews-5812 .feedback-ratings-5429:hover {
    transform: translateY(-5px) rotateX(0deg);
}.user-reviews-5812 a {
    font-size: calc(18px * 0.9);
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 576px) {.learning-profits-5380 {
    padding: 30px 0;
}.learning-profits-5380 .online-mastery-4961 {
    padding: 25px 15px;
}.learning-profits-5380 .img-border-5607 {
    max-width: 240px;
    width: 85%;
}.learning-profits-5380 li {
    margin-bottom: 15px;
    padding: 12px 15px;
}.learning-profits-5380 li p {
    font-size: calc(12px * 0.9);
    gap: 10px;
}.learning-profits-5380 svg {
    width: 18px;
    height: 18px;
    padding: 7px;
}}



@media (min-width: 1200px) {.title-portal-0659 .online-mastery-4961 {
    padding: 6rem;
}.title-portal-0659 h1 {
    max-width: 90%;
    font-size: calc(42px * 1.6);
}.title-portal-0659 .content-holder-5027 {
    width: 40%;
}.title-portal-0659 .img-border-5607 {
    height: 600px;
    width: 55%;
}.title-portal-0659 .learn-head-8640 p {
    font-size: calc(17px * 1.3);
}.title-portal-0659 svg {
    height: 180px;
    width: 180px;
}
}




@media (max-width: 991px) {.test-drive-1378 {
    padding: 3.5rem 1.5rem;
}.test-drive-1378 h6 {
    font-size: calc(19px * 1.1);
}.test-drive-1378 .container {
    gap: 2rem;
}
}



@media (hover: none) {.test-drive-1378 div span {
    transform: none !important;
}.test-drive-1378 .contact-reach-0489:hover {
    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);
    transform: none;
}.test-drive-1378 .contact-reach-0489:active {
    transform: translateY(1px);
}}



@media (hover: hover) {.company-overview-6487 .content-holder-5027:hover p {
    color: rgb(156,121,159);
}.company-overview-6487 .content-holder-5027:hover p::after {
    background: rgb(156,121,159);
    width: 60px;
}
}



@media only screen and (max-width: 800px) {.secure-grotto-7216 {
    padding: 20px 10px;
}.secure-grotto-7216 h1 {
    font-size: calc(23px * 0.8);
}.secure-grotto-7216 h2 {
    font-size: calc(23px * 0.8);
}.secure-grotto-7216 h3, .secure-grotto-7216 h4, .secure-grotto-7216 h5, .secure-grotto-7216 h6 {
    font-size: calc(23px * 0.8);
}.secure-grotto-7216 p, .secure-grotto-7216 span, .secure-grotto-7216 div {
    font-size: calc(15px * 0.9);
}}



@media (min-width: 768px) {.reach-us-3486 {
    padding: 5rem 3rem;
}.reach-us-3486 h1 {
    font-size: calc(45px * 1.1);
    margin-bottom: 3rem;
}.reach-us-3486 .quick-reach-3614 {
    grid-template-columns: 1fr 1fr;
}.reach-us-3486 .quick-reach-3614 > div:first-child {
    grid-column: 1 / -1;
    text-align: left;
    padding: 2.5rem;
}
}



@media (min-width: 768px) {.academic-experience-2384 .feedback-ratings-5429 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
}.academic-experience-2384 .feedback-ratings-5429 > div:first-child {
    grid-row: span 2;
}.academic-experience-2384 .img-border-5607 {
    width: 200px;
    height: 200px;
}.academic-experience-2384 .career-overview-6983 {
    font-size: calc(12px + 0.05rem);
}
}



@media (max-width: 480px) {.academic-experience-2384 {
    padding: 2rem 0;
}.academic-experience-2384 .container {
    padding: 0 1rem;
}.academic-experience-2384 .feedback-ratings-5429 {
    gap: 1.5rem;
    padding: 1.5rem;
}.academic-experience-2384 .img-border-5607 {
    width: 120px;
    height: 120px;
}.academic-experience-2384 .career-overview-6983::before {
    top: -1rem;
    font-size: 4rem;
}}



@media (max-width: 575px) {.tariff-feature-7510 {
    padding: 3rem 0;
}.tariff-feature-7510 .container {
    padding: 0 1.5rem;
}.tariff-feature-7510 .member-plans-6285 {
    gap: 1.5rem;
}.tariff-feature-7510 .cost-fee-1538 {
    padding: 1.5rem;
}.tariff-feature-7510 .img-border-5607 {
    height: 140px;
}
}



@media (max-width: 768px) {.course-program-info-3548 {
    padding: 60px 0;
}.course-program-info-3548 .content-holder-5027 {
    padding: 25px 20px;
}.course-program-info-3548 .content-holder-5027 h2 {
    font-size: calc(38px * 0.85);
    padding-bottom: 15px;
    margin-bottom: 25px;
}.course-program-info-3548 .content-holder-5027 h2::after {
    height: 2px;
    width: 50px;
}.course-program-info-3548 .content-holder-5027 .description {
    font-size: calc(15px * 0.95);
}.course-program-info-3548 .img-border-5607 {
    height: 350px;
    margin-top: 30px;
}.course-program-info-3548 .pro-skills-0528::before,
    .course-program-info-3548 .pro-skills-0528::after {
    display: none;
}
}



@media (max-width: 1024px) {.contact-us-1478 {
    padding: 80px 0;
}.contact-us-1478 .img-border-5607 {
    min-height: 500px;
}.contact-us-1478 .inquiry-support-9875 {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.contact-us-1478 {
    padding: 60px 0;
}.contact-us-1478 h2 {
    font-size: calc(47px * 0.8);
    margin-bottom: 40px;
}.contact-us-1478 .message-map-6308 {
    flex-direction: column;
}.contact-us-1478 .img-border-5607 {
    min-height: 300px;
    width: 100%;
}.contact-us-1478 .inquiry-support-9875 {
    width: 100%;
    padding: 40px 30px;
}.contact-us-1478 form h3 {
    margin-bottom: 30px;
}.contact-us-1478 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-us-1478 .support-inquiry-6948 {
    margin-bottom: 25px;
}.contact-us-1478 .contact-reach-0489 {
    padding: 15px 25px;
}
}



@media screen and (max-width: 767px) {.metrics-summary-0179 {
    padding: 80px 0;
}.metrics-summary-0179 .statistics-pluses-0495 {
    padding: 25px;
}.metrics-summary-0179 .extra-experts-3094 {
    margin-bottom: 15px;
    margin-right: 0;
}.metrics-summary-0179 .statistics-zone-5413 {
    font-size: calc(35px - 4px);
    margin-bottom: 8px;
}.metrics-summary-0179 .statistics-edge-4095 {
    font-size: calc(13px - 1px);
}.metrics-summary-0179 .extra-pro-8659 {
    min-width: calc(50% - 20px);
    padding: 15px 10px;
}.metrics-summary-0179 .study-statistics-4289 {
    margin-bottom: 10px;
    width: 32px;
    height: 32px;
}.metrics-summary-0179 .study-statistics-4289::after {
    height: 38px;
    width: 38px;
}.metrics-summary-0179 .extra-pro-8659 span {
    font-size: calc(23px);
}.metrics-summary-0179 .extra-pro-8659 p {
    font-size: calc(13px - 1px);
}

}



@media (max-width: 767px) {.thankYouDiv-5862 {
    padding: 4rem 0;
}.thankYouDiv-5862 .online-mastery-4961 {
    padding: 2.5rem;
    gap: 2rem;
}.thankYouDiv-5862 h5 {
    font-size: calc(19px * 0.95);
}.thankYouDiv-5862 .online-mastery-4961 > div:first-child::before,
    .thankYouDiv-5862 .online-mastery-4961 > div:last-child::after {
    display: none;
}
}



@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(5%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-2%, 5%) rotate(-5deg);
    }
}



@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}



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

