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

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

.chrome-ext-76 {
    flex: 0 0 auto;
}


.chrome-ext-76 {
    position: relative;
    color: #ffffff;
    padding: 6rem 0 4rem;
    z-index: 1;
}

.chrome-ext-76::after {
    position: absolute;
    animation: gridAnimate 15s linear infinite;
    top: 0;
    background-size: 30px 30px;
    left: 0;
    opacity: 0.15;
    background: 
        linear-gradient(rgba(rgb(207,198,212), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(207,198,212), 0.2) 1px, transparent 1px);
    z-index: -1;
    height: 100%;
    background-position: center;
    content: "";
    width: 100%;
}

.chrome-ext-76 .company_holder h3 {
    margin-bottom: 1.5rem;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, #ffffff, rgb(207,198,212));
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.chrome-ext-76 .nav-header-38:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.chrome-ext-76 .nav-header-38:hover::before {
    height: 100%;
}

.chrome-ext-76 .nav-header-38 h5::before {
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 5px;
    position: absolute;
    top: 50%;
    box-shadow: 0 0 10px rgb(207,198,212);
    content: "";
    background: rgb(207,198,212);
    height: 5px;
}

.chrome-ext-76 .nav-header-38 .header-lead-24 a:hover {
    padding-left: 1.5rem;
    color: #ffffff;
    opacity: 1;
}

.chrome-ext-76 .nav-header-38 .header-lead-24 a:hover::before {
    transform: translateX(0);
}

.desktop-app-82::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(207,198,212), transparent);
    width: 60%;
    left: 50%;
    position: absolute;
    height: 1px;
    transform: translateX(-50%);
    content: "";
}

.data-overview-31::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(207,198,212) 0%, rgb(170,161,179) 100%);
    opacity: 0.9;
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
}

.data-overview-31 .key-classes-46 {
    background: #000000;
    height: 120px;
    grid-column: 1;
    border-radius: 10px;
    margin: 0;
    grid-row: 1;
    width: 120px;
    box-shadow: 0 0 0 2px rgb(207,198,212), 
                0 0 0 8px #000000, 
                0 0 30px -5px rgb(207,198,212,0.5);
    justify-content: center;
    align-items: center;
    transform: rotate(-5deg);
    display: flex;
}

.data-overview-31 .edu-wins-40 {
    padding: 20px;
    border-radius: 29px;
    line-height: 1.7;
    grid-column: 1 / -1;
    margin: 20px 0 50px;
    background: rgba(255, 255, 255, 0.05);
    border-left: 4px solid rgb(170,161,179);
    grid-row: 2;
    text-align: left;
    font-size: calc(12px * 1.1);
}

.data-overview-31 .fast-upgrade-42:hover {
    transform: translateX(10px);
}

.data-overview-31 .study-statistics-46 svg {
    fill: rgb(170,161,179);
    height: 25px;
    width: 25px;
}

.data-overview-31 .study-statistics-46 svg path {
    fill: rgb(170,161,179);
}

.data-overview-31 .fast-upgrade-42 span::after {
    background: rgb(207,198,212);
    bottom: -10px;
    content: "";
    left: 0;
    height: 3px;
    border-radius: 10px;
    width: 30px;
    position: absolute;
}

.find-us-63::before {
    content: "";
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(207,198,212,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(170,161,179,0.5) 0%, transparent 25%);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0.15;
}

.find-us-63 .connect-experts-81::before {
    left: -50%;
    top: -50%;
    content: "";
    width: 200%;
    background: linear-gradient(
        to bottom right,
        transparent,
        transparent,
        transparent,
        transparent,
        rgba(255, 255, 255, 0.08),
        transparent,
        transparent,
        transparent
    );
    pointer-events: none;
    position: absolute;
    height: 200%;
    animation: reflectionEffect 8s linear infinite;
    transform: rotate(30deg);
}

.find-us-63 .img-spot-86::after {
    content: "";
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent, #000000);
    bottom: 0;
}

.find-us-63 .message-panel-53 p:hover {
    transform: translateX(5px);
}

.find-us-63 .message-panel-53 p:hover svg {
    filter: drop-shadow(0 0 4px rgb(207,198,212));
    transform: scale(1.2);
    stroke: #ffffff;
}

.find-us-63 .message-panel-53 p:nth-child(1) svg path {
    animation-delay: 0.1s;
}

.find-us-63 .message-panel-53 p:nth-child(2) svg path {
    animation-delay: 0.3s;
}

.find-us-63 .message-panel-53 p:nth-child(4) svg path {
    animation-delay: 0.7s;
}

.find-us-63 .message-panel-53 p a::after {
    height: 1px;
    transition: width 0.3s ease;
    content: "";
    width: 0;
    position: absolute;
    bottom: -2px;
    background: rgb(207,198,212);
    left: 0;
}

.find-us-63 .get-help-05 {
    font-weight: 600;
    font-size: 22px;
    padding-left: 20px;
    margin: 0 0 15px 0;
    display: flex;
    color: #ffffff;
    align-items: center;
    position: relative;
}

.find-us-63 .help-desk-01 {
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    font-size: 13px;
    align-items: center;
    padding: 10px 15px;
    border-radius: 0 10px 10px 0;
    color: #000000;
    border-left: 3px solid rgb(170,161,179);
    display: flex;
}

.operation-process-62::before {
    background-size: 60px 60px;
    top: 0;
    transform: perspective(1000px) rotateX(5deg);
    left: 0;
    z-index: 1;
    background: linear-gradient(45deg, rgba(rgb(207,198,212,0.5), 0.05) 15%, transparent 15%, transparent 85%, rgba(rgb(207,198,212,0.5), 0.05) 85%);
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    content: "";
}

.operation-process-62 h2:hover::after {
    transform: scaleX(1.2);
}

.operation-process-62 .description-card-03 {
    background: linear-gradient(to right bottom, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.9) 100%);
    animation-delay: 0.3s;
    border-left: 4px solid rgb(207,198,212);
    position: relative;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset;
    opacity: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateZ(10px) translateY(0);
    animation: containerRise 1s ease-out forwards;
    padding: 2.5rem 3rem;
}

.thxSection-29::after {
    opacity: 0.2;
    animation: rotateGradient 15s infinite linear;
    z-index: 0;
    right: -50%;
    height: 200%;
    content: "";
    width: 100%;
    top: -50%;
    position: absolute;
    background: radial-gradient(circle at center, rgb(207,198,212,0.5) 0%, transparent 70%);
}

.thxSection-29 .learning-lab-92 > div:first-child {
    transform: translateZ(20px);
    animation: slideInTop 0.8s ease-out forwards;
    position: relative;
}

.thxSection-29 .learning-lab-92 > div:first-child::after {
    width: 70%;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(207,198,212) 0%, transparent 100%);
    content: "";
    height: 3px;
    position: absolute;
    transform: translateZ(5px);
    left: 0;
}

.thxSection-29 p::before {
    content: "";
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
    bottom: 0;
    transform: scaleY(0.9);
    width: 3px;
    background: linear-gradient(to bottom, rgb(207,198,212) 0%, rgb(170,161,179) 100%);
    position: absolute;
}

.thxSection-29 a:hover p::before {
    transform: scaleY(1.1);
}

.edu-consent-35 {
    margin-right: 15px;
    flex-shrink: 0;
}

.edu-consent-35 svg {
    width: 60px;
    fill: rgb(207,198,212);
    height: 60px;
    transition: fill 0.3s ease;
}

.cookie-disclaimer-61 {
    color: #000000;
    flex-grow: 1;
    margin-right: 15px;
}

.cookie-alerts-25 {
    text-decoration: none;
    border-radius: 16px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 20px;
    margin-left: 10px;
    background: rgb(207,198,212);
    text-align: center;
    line-height: 35px;
    font-size: 17px;
}

#usagePolicyBanner-09:checked ~ .policyAgreementPanel-54 {
    opacity: 0;
    visibility: hidden;
}

.privacy-fortress-76 h2 {
    padding-bottom: 5px;
    margin-top: 30px;
    color: rgb(170,161,179);
    font-size: 30px;
    border-bottom: 2px solid rgb(207,198,212);
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.privacy-fortress-76 ul li::before {
    font-size: 1.5em;
    margin-right: 10px;
    vertical-align: middle;
    color: rgb(207,198,212);
    content: '•';
}

.welcome-board-18 {
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(238,234,239), rgba(0, 0, 0, 0.5));
    display: flex;
    padding: 6rem 2rem;
}

.welcome-board-18 .edu-main-21 > div {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}

.welcome-board-18 .edu-main-21 > div > div:first-child > div {
    padding: 1.5rem 2rem;
    transform: translateZ(20px);
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05),
              inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.welcome-board-18 .skill-sessions-25::before {
    content: "";
    background: linear-gradient(135deg, 
              rgba(#000000, 0.85), 
              rgba(#000000, 0.4));
    bottom: 0;
    z-index: 1;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
}

.welcome-board-18 .skill-sessions-25 > div > div {
    margin-bottom: 1.5rem;
    position: relative;
    animation: elementFadeUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.8s forwards;
    opacity: 0;
    transform: translateZ(30px) translateY(20px);
}

.welcome-board-18 .title_style_header::after {
    background: linear-gradient(to right, rgb(170,161,179), transparent);
    content: "";
    position: absolute;
    bottom: -15px;
    height: 4px;
    left: 0;
    animation: lineExpand 1.2s cubic-bezier(0.23, 1, 0.32, 1) 1.2s forwards;
    transform-origin: left center;
    width: 80px;
}

.welcome-board-18 .skill-sessions-25:hover .title_style_header {
    transform: translateZ(45px);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.program-results-24::after {
    opacity: 0.4;
    right: 0;
    z-index: 0;
    width: 80%;
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
    background: radial-gradient(circle at 80% 20%, rgb(170,161,179,0.5) 0%, transparent 60%);
}

.program-results-24 h2 {
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 40px;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
}

.program-results-24 .text_main_holder::before {
    border: 2px solid rgb(170,161,179,0.5);
    z-index: -1;
    animation: rotate 40s linear infinite;
    width: 180px;
    position: absolute;
    height: 180px;
    top: -100px;
    content: '';
    opacity: 0.15;
    border-radius: 40%;
    left: -80px;
}

.program-results-24 .text_main_holder > div:nth-child(4) {
    --i: 4;
}

.program-results-24 .text_main_holder > div:nth-child(6) {
    --i: 6;
}

.program-results-24 .text_main_holder svg {
    width: 32px;
    flex-shrink: 0;
    height: 32px;
    transition: transform 0.3s ease;
}

.program-results-24 .text_main_holder > div:hover svg path {
    fill: rgb(170,161,179);
}

.program-results-24 .img-spot-86 {
    position: relative;
    border-radius: 19px 0 0 19px;
    overflow: hidden;
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.2);
    z-index: 0;
    width: 120%;
    top: -10%;
    right: -20%;
    height: 120%;
}

.academic-experience-14 {
    padding: 5rem 2rem;
    background: rgb(238,234,239);
    position: relative;
    overflow: hidden;
}

.academic-experience-14 .rating-views-86 {
    max-width: 1200px;
    grid-template-columns: 1fr 1.5fr;
    position: relative;
    gap: 3rem;
    z-index: 2;
    margin: 0 auto;
    display: grid;
}

.academic-experience-14 .img-spot-86::before {
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(207,198,212,0.5) 100%);
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
}

.academic-experience-14 .name {
    margin-bottom: 0.5rem;
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    position: relative;
    overflow: hidden;
}

.academic-experience-14 .job-background-08 > div:nth-child(2) {
    font-weight: 400;
    transition: all 0.5s ease-out 0.4s;
    opacity: 0;
    font-size: 19px;
    color: rgb(170,161,179);
    letter-spacing: 3px;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    transform: translateY(20px);
}



.academic-experience-14:hover .name {
    overflow: hidden;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
    white-space: nowrap;
}

.pricing-row-item-50 .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}

.pricing-row-item-50 h2::after {
    bottom: -12px;
    position: absolute;
    background: linear-gradient(90deg, rgb(207,198,212), rgb(170,161,179));
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
}

.pricing-row-item-50 .fee-plans-57:hover {
    transform: translateY(-8px);
}

.pricing-row-item-50 .fee-plans-57:hover .package-rates-29 {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
}

.pricing-row-item-50 .package-rates-29::before {
    content: "";
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(207,198,212), rgb(170,161,179));
    top: 0;
    z-index: 1;
    position: absolute;
}

.pricing-row-item-50 .learn-fees-60 h4::after {
    height: 2px;
    width: 40px;
    bottom: 0;
    content: "";
    background-color: rgb(170,161,179);
    left: 0;
    position: absolute;
}

.pricing-row-item-50 .lesson-plans-01::before {
    opacity: 0.6;
    background: linear-gradient(135deg, rgb(207,198,212,0.5) 0%, rgb(170,161,179,0.5) 100%);
    content: "";
    transition: opacity 0.3s ease;
    position: absolute;
    border-radius: 3px;
    z-index: -1;
    inset: 0;
}

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

header .main-pagebar-79 {
    margin-bottom: 0.5rem;
    display: flex;
    padding: 0.5rem 1rem;
    position: relative;
    justify-content: center;
    text-decoration: none;
}

header .main-pagebar-79:hover svg {
    filter: drop-shadow(0 2px 4px rgb(207,198,212,0.5));
    transform: translateY(-2px);
}

header .main-learning-91 {
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 1;
    color: #000000;
    padding: 0.5rem 1rem;
    overflow: hidden;
    font-weight: 400;
    text-decoration: none;
}

header .main-learning-91:hover::after {
    transform: scaleX(1);
}

.company-info-08::before {
    content: "";
    z-index: 1;
    background: radial-gradient(circle at 30% 40%, rgb(207,198,212,0.5), rgba(20, 30, 80, 0.85));
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
}

.company-info-08 .description-card-03 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    padding: 60px 50px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-left: 3px solid rgb(170,161,179);
}

.company-info-08 .description-card-03 > div:nth-child(2) p {
    font-size: calc(18px * 1.3);
    position: relative;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    display: inline-block;
    transform: translateX(5px);
    padding-left: 15px;
}

.company-info-08 .description-card-03 ol li::before {
    width: 10px;
    content: "";
    box-shadow: 0 0 15px rgb(170,161,179);
    left: -5px;
    top: 0;
    height: 10px;
    background: rgb(170,161,179);
    border-radius: 50%;
    animation: pulseGlow 3s infinite alternate;
    position: absolute;
}

.contact-us-38 h2 {
    color: #000000;
    margin-bottom: 50px;
    border-bottom: 3px solid rgb(207,198,212);
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    font-size: 31px;
    font-weight: 700;
}

.contact-us-38 .img-spot-86 {
    min-height: 550px;
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    position: relative;
}

.contact-us-38 #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.contact-us-38 input[type="text"] {
    transition: all 0.3s ease;
    border-radius: 0 10px 10px 0;
    border: none;
    background: rgb(238,234,239);
    color: #000000;
    font-size: 15px;
    border-left: 3px solid rgb(207,198,212);
    padding: 15px 20px;
    width: 100%;
}

.contact-us-38 .inquiry-query-17 {
    gap: 12px;
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
}

.contact-us-38 .inquiry-query-17 input[type="checkbox"]:checked::after {
    width: 5px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    content: "";
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    height: 10px;
    top: 40%;
}

.contact-us-38 .inquiry-query-17 a:hover::after {
    height: 2px;
    background: rgb(170,161,179);
}

.contact-us-38 .support-section-18::after {
    background: rgba(255, 255, 255, 0.1);
    width: 0;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
    height: 0;
    position: absolute;
}

.contact-us-38 svg:hover {
    fill: rgb(170,161,179);
}

.contact-us-38 svg:hover path {
    fill: rgb(170,161,179);
}

.program-information-37 .job-classes-89 {
    flex-direction: column;
    display: flex;
    position: relative;
    align-items: center;
}

.program-information-37 .description-card-03 .description {
    text-align: center;
    line-height: 1.7;
    font-size: 17px;
    color: #000000;
    margin-bottom: 20px;
}

.program-information-37 .description-card-03 .description:last-child {
    font-weight: 600;
    margin-bottom: 0;
}

.access-now-78 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,198,212) 0%, rgb(170,161,179) 100%);
    position: relative;
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    padding: 4rem 2rem;
}

.access-now-78 .container {
    margin: 0 auto;
    z-index: 2;
    align-items: flex-start;
    max-width: 1140px;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    flex-direction: column;
    position: relative;
}

.access-now-78 div div {
    justify-content: flex-start;
    opacity: 0;
    display: flex;
    animation: slideUpButton 0.8s ease-out forwards 0.3s;
    transform: translateY(10px);
}

.access-now-78 .support-section-18 {
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    text-decoration: none;
    border: none;
    color: rgb(207,198,212);
    padding: 0.8rem 2.2rem;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    display: inline-flex;
    font-size: 17px;
    font-weight: 600;
    background: #ffffff;
    justify-content: center;
    transform: skewX(-5deg);
    letter-spacing: 0.5px;
    overflow: hidden;
    position: relative;
    align-items: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}


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



@media screen and (max-width: 768px) {.chrome-ext-76 {
    padding: 4rem 0 3rem;
}.chrome-ext-76 .header-lead-24 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.chrome-ext-76 .nav-header-38 {
    padding: 1.2rem;
}.chrome-ext-76 .nav-header-38 h5 {
    font-size: calc(19px * 0.9);
}.chrome-ext-76 .company_holder::before,
    .chrome-ext-76 .company_holder::after {
    height: 40px;
    width: 40px;
}
}



@media screen and (max-width: 992px) {.data-overview-31 {
    padding: 90px 0;
}.data-overview-31 .statistics-highlights-01 {
    gap: 30px;
    grid-template-columns: 1fr;
}.data-overview-31 .key-classes-46 {
    grid-column: 1;
    margin: 0 auto 20px;
    width: 100px;
    height: 100px;
    grid-row: 1;
}.data-overview-31 .pro-extra-50 {
    text-align: center;
    grid-row: 2;
    grid-column: 1;
    font-size: calc(48px * 0.9);
    justify-content: center;
}.data-overview-31 .pro-extra-50::before {
    transform: none;
    left: 0;
    bottom: -10px;
    width: 80px;
    top: auto;
    height: 3px;
}.data-overview-31 .edu-wins-40 {
    border-top: 4px solid rgb(170,161,179);
    text-align: center;
    grid-row: 3;
    border-left: none;
}.data-overview-31 .fast-upgrade-42 {
    flex: 0 0 calc(50% - 30px);
}
}


@media (max-width: 480px) {.find-us-63 {
    padding: 40px 0;
}.find-us-63 .img-spot-86 {
    height: 180px;
}.find-us-63 .ask-form-41 {
    padding: 15px 0;
    font-size: calc(34px - 4px);
}.find-us-63 .ask-form-41::after {
    width: 60px;
}.find-us-63 .message-panel-53 {
    padding: 20px 15px;
}.find-us-63 .message-panel-53 p {
    padding-left: 24px;
    font-size: calc(13px - 1px);
}.find-us-63 .message-panel-53 p svg {
    width: 14px;
    top: 0.35em;
    height: 14px;
}.find-us-63 .get-help-05 svg {
    width: 12px;
    height: 12px;
}.find-us-63 .help-desk-01 svg {
    margin-right: 6px;
    height: 10px;
    width: 10px;
}
}



@media (max-width: 767px) {.operation-process-62 {
    padding: 3rem 0;
}.operation-process-62 .learning-lab-92 {
    padding: 0 1rem;
}.operation-process-62 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.8);
}.operation-process-62 h2::after {
    height: 3px;
    width: 80px;
}.operation-process-62 .description-card-03 {
    padding: 1.5rem 2rem;
}.operation-process-62 p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 768px) {.thxSection-29 {
    padding: 3rem 0;
}.thxSection-29 .learning-lab-92 {
    padding: 2rem;
    margin: 0 1.5rem;
    gap: 1.5rem;
}.thxSection-29 h5 {
    font-size: calc(19px - 0.2rem);
}.thxSection-29 p {
    font-size: calc(16px - 0.1rem);
    max-width: 100%;
}
}


@media only screen and (max-width: 800px) {.cookie-all-73 {
    padding: 15px;
}.edu-consent-35 {
    display: none;
}.policyAgreementPanel-54 h5 {
    font-size: 18px;
}.policyAgreementPanel-54 p {
    font-size: 15px;
}}



@media (min-width: 992px) {.welcome-board-18 .edu-main-21 > div {
    gap: 5rem;
}.welcome-board-18 h3 {
    font-size: calc(23px * 1.1);
}.welcome-board-18 .skill-sessions-25 > div {
    padding: 7rem 5rem;
    min-height: 450px;
}.welcome-board-18 .title_style_header {
    font-size: calc(44px * 1.2);
}.welcome-board-18 .skill-sessions-25 p {
    font-size: calc(14px * 1.1);
}
}



@media (max-width: 992px) {.program-results-24 {
    background: linear-gradient(180deg, rgb(238,234,239) 0%, rgb(207,198,212,0.5) 100%);
}.program-results-24 .learning-lab-92 {
    gap: 40px;
    grid-template-columns: 1fr;
}.program-results-24 .img-spot-86 {
    order: -1;
    right: 0;
    height: 400px;
    top: 0;
    border-radius: 19px;
    width: 100%;
}.program-results-24 h2 {
    margin-bottom: 30px;
}
}



@media (max-width: 992px) {.academic-experience-14 .rating-views-86 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.academic-experience-14 .img-spot-86 {
    aspect-ratio: 16/9;
    max-height: 300px;
}.academic-experience-14 .job-background-08 {
    padding: 1rem 0;
}.academic-experience-14 .job-background-08::before {
    width: 0;
    height: 2px;
    transition: width 0.8s ease-out;
}.academic-experience-14 .rating-views-86:hover .job-background-08::before {
    height: 2px;
    width: 100%;
}}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .site-prime-26 {
    padding: 0.8rem;
    gap: 0.8rem;
}header .main-pagebar-79 svg {
    width: 140px;
}header .nav-header-38 {
    padding: 0.5rem;
}header .main-learning-91 {
    font-size: calc(14px - 1px);
    padding: 0.4rem 0.8rem;
}
}



@media (max-width: 992px) {.company-info-08 {
    padding: 80px 0;
}.company-info-08 .description-card-03 {
    padding: 40px 30px;
}.company-info-08 .description-card-03 > div:nth-child(2) p {
    font-size: calc(18px * 1.1);
}
}



@media (max-width: 768px) {.company-info-08 {
    padding: 60px 0;
}.company-info-08 .description-card-03 {
    transform: perspective(1000px) rotateY(0deg);
    padding: 30px 20px;
}.company-info-08 .description-card-03 h5 {
    font-size: calc(18px * 0.9);
}.company-info-08 .description-card-03 > div:nth-child(2) p {
    font-size: 18px;
}.company-info-08 .description-card-03 ol li {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 768px) {.contact-us-38 {
    padding: 60px 0;
}.contact-us-38 h2 {
    font-size: calc(31px - 4px);
    margin-bottom: 40px;
}.contact-us-38 .reach-box-25 {
    padding: 35px 25px 45px;
}.contact-us-38 #contact {
    gap: 20px;
}.contact-us-38 .img-spot-86 {
    min-height: 250px;
}
}


@media (max-width: 767px) {.program-information-37 {
    padding: 60px 0;
}.program-information-37 .description-card-03 {
    padding: 25px;
    max-width: 100%;
}.program-information-37 .description-card-03 h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 20px;
}.program-information-37 .description-card-03 .description {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}



@media screen and (max-width: 576px) {.access-now-78 {
    padding: 2.5rem 1rem;
}.access-now-78 h6 {
    font-size: calc(20px * 0.9);
    margin-bottom: 1.8rem;
}.access-now-78 h6::before {
    width: 3px;
    left: -8px;
}.access-now-78 .support-section-18 {
    font-size: calc(17px * 0.9);
    padding: 0.6rem 1.4rem;
}
}

@keyframes reflectionEffect {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(100%);
    }
}



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



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



@keyframes lineExpand {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



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



@keyframes blink {
    50% { border-color: transparent }
}



@keyframes pulseGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 5px rgb(170,161,179);
    }
    100% {
        transform: scale(1.5);
        box-shadow: 0 0 15px rgb(170,161,179), 0 0 30px rgb(170,161,179,0.5);
    }
}

