﻿.header-sitebar-361 {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    left: 0;
    width: 100%;
    position: fixed;
    backdrop-filter: blur(10px);
    transition: all 0.5s ease;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 100;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.educational-gains-796 .pic-frame-wrap-290::before {
    content: '';
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, #000000 0%, transparent 30%);
}

.educational-gains-796 h2::before {
    left: 0;
    width: 20px;
    position: absolute;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: rgb(148,160,160);
}

.educational-gains-796 .text_main_holder > div {
    align-items: flex-start;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
    padding: 25px;
    border-radius: 10px;
    animation-delay: calc(var(--i, 0) * 0.15s);
    opacity: 0;
    transform: translateY(30px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeUp 0.5s forwards;
    position: relative;
    gap: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
}

.educational-gains-796 .text_main_holder p {
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
}

.who-we-are-320 .text-frame-item-174 {
    margin-left: auto;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 90%;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.95) 100%);
    padding: 50px;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.who-we-are-320 h5 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    color: rgb(148,160,160);
    position: relative;
    margin: 0 0 10px;
    font-size: 24px;
}

.who-we-are-320 ol {
    margin: 0;
    padding: 0 0 0 20px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.secure-habitat-283 h2 {
    margin-top: 30px;
    padding-bottom: 8px;
    letter-spacing: 1.5px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
    color: #000000;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 35px;
}

.secure-habitat-283 p, .secure-habitat-283 span, .secure-habitat-283 div {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}



.find-contact-742 .container {
    z-index: 2;
    padding: 4rem 15px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.find-contact-742 .pic-frame-wrap-290 {
    border: 4px solid rgb(112,122,121);
    margin: 0 auto 2rem;
    box-shadow: 
        0 0 0 6px rgba(255,255,255,0.1),
        0 10px 30px rgba(0,0,0,0.2);
    width: 250px;
    height: 250px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.find-contact-742 .help-request-764 p svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.find-contact-742 .help-request-764 p:hover svg {
    opacity: 1;
    transform: scale(1.1);
}

.find-contact-742 .msg-info-694 {
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 2rem;
    background: rgba(255,255,255,0.05);
}

.find-contact-742 .msg-info-694:hover .edu-tutor-270 svg {
    transform: rotate(15deg);
    opacity: 1;
}

.find-contact-742 .msg-form-063 svg {
    transition: all 0.3s ease;
    width: 0;
    transform: translateX(-10px);
    margin-right: 0;
    opacity: 0;
    height: 16px;
}

.tyHub-461 {
    background: linear-gradient(135deg, rgb(185,197,197) 0%, rgba(255,255,255,0.95) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.tyHub-461 h2 {
    color: #000000;
    position: relative;
    transform: translateY(20px);
    animation: fadeUp 0.8s 0.2s forwards ease-out;
    opacity: 0;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.tyHub-461 .pro-program-542::before {
    width: 5px;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(148,160,160), rgb(112,122,121));
}

.tyHub-461 li {
    position: relative;
    padding-left: 25px;
}

.tyHub-461 span::after {
    animation: lineExpand 1.2s 1s forwards ease-in-out;
    content: "";
    height: 1px;
    left: 0;
    bottom: -15px;
    width: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(148,160,160,0.5), transparent);
}

.contact-panel-125 h2 {
    font-weight: 700;
    transform: translateX(-50%);
    color: #000000;
    text-align: center;
    left: 50%;
    margin-bottom: 15px;
    letter-spacing: 1px;
    position: relative;
    perspective: 1000px;
    font-size: 31px;
    display: inline-block;
}

.contact-panel-125 .support-list-594::before {
    z-index: 3;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(148,160,160), rgb(112,122,121));
    position: absolute;
    top: 0;
    content: "";
    left: 0;
}

.contact-panel-125 .pic-frame-wrap-290::after {
    width: 300%;
    animation: shine 6s infinite ease-in-out;
    content: "";
    left: -100%;
    z-index: 2;
    height: 300%;
    position: absolute;
    top: -100%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
}

.contact-panel-125 form input[type="text"] {
    backdrop-filter: blur(5px);
    width: 100%;
    font-size: 13px;
    border: 1px solid rgba(rgb(148,160,160), 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
    background: rgba(rgb(185,197,197), 0.5);
    margin-bottom: 25px;
    color: #000000;
    padding: 18px 25px;
}

.contact-panel-125 .inquiry-links-056 label::before {
    height: 22px;
    top: 0;
    border: 1px solid rgba(rgb(148,160,160), 0.3);
    left: 0;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    width: 22px;
    border-radius: 4px;
    background: rgba(#ffffff, 0.6);
}

.contact-panel-125 .inquiry-links-056 label a:hover {
    color: rgb(112,122,121);
}

.contact-panel-125 .help-block-672::before {
    background: linear-gradient(45deg, rgb(148,160,160), rgb(112,122,121));
    content: "";
    width: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    height: 100%;
    opacity: 0;
    left: 0;
    z-index: -1;
    top: 0;
}

.contact-panel-125 svg path {
    stroke-width: 2;
    stroke: rgb(148,160,160);
    transition: all 0.3s ease;
}

.contact-panel-125 form input {
    border: 1px solid rgb(148,160,160);
}

header .nav-guide-320 {
    justify-content: space-between;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
}

header .header-nav-319::before {
    width: 0;
    background: linear-gradient(to right, rgb(148,160,160), rgb(112,122,121));
    height: 2px;
    content: "";
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
    position: absolute;
}

header .header-nav-319:hover::before {
    width: 100%;
}

.access-now-137 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(125deg, rgb(185,197,197) 0%, rgb(112,122,121,0.5) 100%);
    padding: 120px 0;
}

.access-now-137 .container p::before {
    border-radius: 10px;
    width: 80%;
    z-index: -1;
    left: 10%;
    height: 100%;
    top: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    content: '';
    background: #ffffff;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.access-now-137 .help-block-672::before {
    position: absolute;
    top: 0;
    background: radial-gradient(circle, rgb(112,122,121) 0%, rgb(148,160,160) 100%);
    content: '';
    width: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    opacity: 0;
    height: 100%;
    z-index: -1;
}

.access-now-137::after {
    background: radial-gradient(circle, rgb(148,160,160,0.5) 0%, transparent 70%);
    top: -150px;
    width: 300px;
    position: absolute;
    opacity: 0.2;
    content: '';
    height: 300px;
    right: -150px;
    z-index: 1;
}

header .top_plank .top-learnings-378 div img, header .top_plank .top-learnings-378 div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}

.tariff-wrapper-427 .pro-rates-107 {
    position: relative;
}

.tariff-wrapper-427 .trial-offers-623 {
    font-size: 13px;
    line-height: 1.6;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    max-width: 800px;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    text-align: center;
}

.tariff-wrapper-427 .edu-rates-286 li:nth-child(3) {
    animation-delay: 0.7s;
}

.tariff-wrapper-427 .learning-packages-734::before {
    transition: opacity 0.6s ease;
    width: 100%;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(148,160,160,0.5), rgb(112,122,121,0.5));
    height: 100%;
    z-index: -1;
}

.tariff-wrapper-427 .price-choices-145 p {
    color: rgba(255,255,255,0.8);
    overflow-wrap: break-word;
    hyphens: auto;
    flex-grow: 1;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 1.7;
    margin: 0 0 auto;
}

.tariff-wrapper-427 .member-fees-527:hover .price-choices-145 h4 {
    transform: translateY(-5px);
}

.teacher-profile-762 {
    padding: 8rem 0;
    min-height: 700px;
    background: linear-gradient(160deg, rgb(185,197,197) 0%, #000000 100%);
    overflow: hidden;
    position: relative;
}

.teacher-profile-762 .testimonial-track-639::before {
    animation: shimmerEffect 10s ease-in-out infinite;
    height: 100%;
    background: linear-gradient(135deg, transparent, rgb(148,160,160,0.5), transparent);
    content: "";
    z-index: -1;
    opacity: 0.2;
    left: 0;
    background-size: 200% 200%;
    top: 0;
    position: absolute;
    width: 100%;
}

.teacher-profile-762 .pic-frame-wrap-290::before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
    top: 0;
    content: "";
    width: 100%;
    box-sizing: border-box;
    left: 0;
    border-radius: inherit;
    position: absolute;
    height: 100%;
}

.teacher-profile-762 .testimonial-track-639:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}

.teacher-profile-762 .experience-profile-479::before {
    background-size: 200% 200%;
    position: absolute;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shimmerEffect 5s ease-in-out infinite;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    z-index: -1;
}

.study-method-365::before {
    top: 0;
    width: 100%;
    content: '';
    background: 
        linear-gradient(90deg, rgb(112,122,121,0.5) 1px, transparent 1px) 0 0 / 20px 100%,
        linear-gradient(0deg, rgb(112,122,121,0.5) 1px, transparent 1px) 0 0 / 100% 20px;
    left: 0;
    opacity: 0.2;
    height: 100%;
    position: absolute;
}

.study-method-365::before {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        85% 100%,
        0 100%
    );
}



.study-method-365 .text-frame-item-174::after {
    top: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
    z-index: -1;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    animation: glitch 3s ease-in-out infinite alternate;
    content: '';
}

.study-method-365 p {
    font-size: 18px;
    padding-left: 1.5rem;
    line-height: 1.8;
    margin-bottom: 0;
    color: #ffffff;
    position: relative;
}

.study-method-365 .text-frame-item-174:hover p {
    transform: translateX(5px);
}

.cookie-popup-warning-857 {
    background: rgb(112,122,121);
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 2px solid rgb(148,160,160);
    animation: slideIn 0.5s ease-in-out;
    box-shadow: 0 -10px 30px rgb(148,160,160,0.5);
    z-index: 90;
}

.consent-comply-714 h5 {
    font-weight: 700;
    text-shadow: 0 0 10px rgb(148,160,160);
    font-size: 21px;
    margin-bottom: 10px;
    color: rgb(148,160,160);
}

#cookie-alert-window-058 {
    display: none;
}

#cookie-alert-window-058:checked ~ .cookie-popup-warning-857 {
    opacity: 0;
    visibility: hidden;
}

.sign-up-625 .pro-program-542 {
    transform: skewX(-5deg);
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.sign-up-625 h3 {
    transform: skewX(-5deg);
    margin-bottom: 2rem;
    color: #ffffff;
    padding-left: 1rem;
    font-weight: 700;
    font-size: 35px;
    position: relative;
}

.sign-up-625 input[type="email"] {
    width: 100%;
    border-radius: 10px;
    color: #000000;
    background: #ffffff;
    padding: 1.2rem 1.5rem;
    font-size: 18px;
    transform: skewX(-5deg);
    transition: all 0.3s ease;
    border: 2px solid rgb(112,122,121,0.5);
}

.sign-up-625 .email-block-736:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    transform: skewX(-5deg) translateY(-5px);
}

footer::after {
    opacity: 0.1;
    content: "";
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(148,160,160,0.5), rgb(148,160,160,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(148,160,160,0.5), rgb(148,160,160,0.5) 1px, transparent 1px, transparent 20px);
    position: absolute;
    right: 0;
}

.qna-board-390 .company_holder h3::after {
    bottom: -0.5rem;
    left: 0;
    content: "";
    background: rgb(112,122,121);
    height: 3px;
    position: absolute;
    width: 80px;
}

.qna-board-390 .nav-learning-432 {
    min-width: 200px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    flex: 1 1 calc(50% - 1.25rem);
    overflow: hidden;
    border-radius: 15px;
}

.qna-board-390 .nav-learning-432 .nav-pro-201 a:hover {
    color: rgb(148,160,160);
    padding-left: 2.2rem;
}

.qna-board-390 .nav-learning-432 .nav-pro-201 a:hover::after {
    opacity: 1;
}

.privacy-cta-426 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-481 {
    position: relative;
    background: linear-gradient(135deg, rgb(185,197,197), rgba(255, 255, 255, 0.95));
    min-height: 100vh;
    overflow: hidden;
}

.welcome-481 .pro-program-542 {
    margin: 0 auto;
    height: 100%;
    z-index: 1;
    position: relative;
    padding: 6rem 2rem;
    max-width: 1400px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.welcome-481 .pro-program-542 {
    padding: 4rem 1.5rem;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

.welcome-481 .text-frame-item-174 {
    opacity: 0;
    position: relative;
    display: flex;
    z-index: 2;
    animation: fadeUpIn 1s ease-out forwards 0.6s;
    flex-direction: column;
    transform: translateY(2rem);
    justify-content: center;
}

.welcome-481 .learn-quickpro-842::before {
    background: linear-gradient(90deg, rgb(148,160,160), rgb(112,122,121));
    height: 0.3rem;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
}

.welcome-481 svg path {
    transition: fill 0.3s ease;
}

.welcome-481 svg:hover text {
    fill: #000000;
}

.welcome-481 .help-block-672::before {
    width: 100%;
    content: "";
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: -1;
    opacity: 0;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(112,122,121), rgb(148,160,160));
}

.welcome-481 .pic-frame-wrap-290:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(0);
}

.course-structure-519 {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(185,197,197) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}

.course-structure-519 .container {
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.course-structure-519 h2::before {
    left: 0;
    width: 8px;
    position: absolute;
    content: "";
    height: 80%;
    background: linear-gradient(to bottom, rgb(148,160,160), rgb(112,122,121));
    top: 50%;
    transform: translateY(-50%);
}

.course-structure-519 .pic-frame-wrap-290:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0);
}

.course-structure-519 .text-frame-item-174::before {
    content: "";
    left: 0;
    height: 6px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(148,160,160) 0%, rgb(112,122,121) 100%);
    top: 0;
}


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



@media (max-width: 1024px) {.educational-gains-796 .pro-program-542 {
    grid-template-areas:
            "header"
            "pic-frame-wrap-290"
            "header-sitebar-361";
    gap: 40px;
    grid-template-columns: 1fr;
}.educational-gains-796 .pic-frame-wrap-290 {
    border-radius: 11px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 400px;
}.educational-gains-796 h2 {
    transform: translateY(-30px);
    padding-left: 0;
    text-align: center;
}.educational-gains-796 h2::before {
    top: auto;
    transform: translateX(-50%);
    bottom: -15px;
    width: 60px;
    left: 50%;
}
}



@media (max-width: 1024px) {.find-contact-742 .container {
    padding: 2rem 15px;
}.find-contact-742 .quick-help-482 {
    padding: 2rem;
}.find-contact-742 .pic-frame-wrap-290 {
    width: 200px;
    height: 200px;
}.find-contact-742 .help-request-764 p svg {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}.find-contact-742 .edu-tutor-270 svg {
    margin-right: 8px;
    height: 20px;
    width: 20px;
}
}



@media (max-width: 991px) {.tyHub-461 {
    padding: 90px 0;
}.tyHub-461 h2 {
    margin-bottom: 35px;
    font-size: calc(32px * 0.9);
}.tyHub-461 .pro-program-542 {
    padding: 35px;
}.tyHub-461 .pro-program-542::after {
    width: 30%;
}
}



@media (max-width: 480px) {.tyHub-461 {
    padding: 50px 0;
}.tyHub-461 h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 25px;
}.tyHub-461 .pro-program-542 {
    padding: 25px 20px;
    border-radius: 10px;
}.tyHub-461 li {
    padding-left: 20px;
}.tyHub-461 li::before {
    height: 6px;
    top: 8px;
    width: 6px;
}.tyHub-461 span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 767px) {header {
    position: relative;
}header .nav-guide-320 {
    flex-direction: column-reverse;
    gap: 1rem;
    padding: 1rem 0;
}header .main-tutor-948 {
    margin-bottom: 0.5rem;
}header .nav-learning-432 {
    justify-content: flex-start;
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
    overflow-x: auto;
    width: 100%;
    padding: 0.5rem 0;
}header .nav-learning-432::before {
    display: none;
}header .header-nav-319 {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    white-space: nowrap;
    padding: 0.5rem 1rem;
}header .header-nav-319::before {
    display: none;
}}



@media (max-width: 576px) {.tariff-wrapper-427 {
    padding: 50px 0;
}.tariff-wrapper-427 .container {
    padding: 0 15px;
}.tariff-wrapper-427 h2 {
    font-size: calc(33px * 0.8);
}.tariff-wrapper-427 .trial-offers-623 {
    font-size: calc(13px * 0.9);
    margin-bottom: 30px;
}.tariff-wrapper-427 .edu-rates-286 {
    gap: 25px;
    grid-template-columns: 1fr;
}.tariff-wrapper-427 .price-choices-145 {
    min-height: auto;
}.tariff-wrapper-427 .price-choices-145 p {
    font-size: calc(13px * 0.9);
}.tariff-wrapper-427 .rate-options-569 {
    margin-top: 20px;
    align-self: center;
}}



@media (max-width: 768px) {.study-method-365 {
    min-height: auto;
    padding: 4rem 1rem;
}.study-method-365 .text-frame-item-174 {
    width: 100%;
    padding: 2rem;
}.study-method-365 h2 {
    letter-spacing: 1px;
    font-size: calc(31px * 0.8);
    margin-bottom: 1.5rem;
}.study-method-365 h2::after {
    height: 1px;
}.study-method-365 p {
    padding-left: 1.2rem;
}.study-method-365 p::before {
    width: 2px;
}
}



@media (max-width: 767px) {.sign-up-625 h3 {
    font-size: 19px;
}.sign-up-625 .help-card-023 {
    padding: 2rem;
    transform: translateX(0) skewX(5deg);
}.sign-up-625 .help-card-023:hover {
    transform: translateX(0) skewX(5deg) translateY(-5px);
}}



@media (max-width: 1200px) {.qna-board-390 .container {
    gap: 2rem;
}.qna-board-390 .company_holder {
    flex: 1 1 360px;
}.qna-board-390 .digital-res-352 {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.qna-board-390 .nav-pro-201 {
    gap: 2rem;
}
}



@media (max-width: 420px) {.qna-board-390 .company_holder h3::after {
    width: 50px;
}.qna-board-390 .nav-learning-432 .nav-pro-201 a:hover {
    padding-left: 2rem;
}.privacy-cta-426 .about-learn-251 {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}



@media (min-width: 1200px) {.course-structure-519 h2 {
    max-width: 65%;
    font-size: calc(37px * 1.3);
}.course-structure-519 .new-study-953 {
    grid-template-columns: 0.8fr 1.2fr;
}.course-structure-519 .pic-frame-wrap-290 {
    min-height: 600px;
}.course-structure-519 .text-frame-item-174 {
    transform: translateY(60px) translateX(-100px);
    max-height: 700px;
}.course-structure-519 .description {
    font-size: calc(17px * 1.1);
}
}

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



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



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

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



@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}



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

@keyframes moveBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}



@keyframes fadeUpIn {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



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

