﻿.Sn-wrapper-viewport {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

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

.kh-code-labs {
    flex: 0 0 auto;
}


.ce-offer-panel {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.ce-offer-panel::before {
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
}

.ce-offer-panel h2 {
    transform: translateY(0);
    position: relative;
    opacity: 1;
    text-align: center;
    color: #ffffff;
    transition: transform 0.5s ease, opacity 0.5s ease;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}

.ce-offer-panel .vu-pay-plans li {
    display: flex;
    perspective: 1000px;
}

.ce-offer-panel .iI-program-fees::before {
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(180,206,197,0.5), transparent 75%);
    transition: opacity 0.5s ease;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
}

.ce-offer-panel .Xv-promo-rates {
    flex-direction: column;
    display: flex;
    height: 100%;
}

.ce-offer-panel .Xv-promo-rates h4 {
    font-size: calc(23px + 2px);
    position: relative;
    transition: transform 0.3s ease;
    margin: 0 0 20px;
    color: #ffffff;
}

.ce-offer-panel .Xv-promo-rates p {
    margin: 0 0 25px;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    flex-grow: 1;
}

.ce-offer-panel .iI-program-fees:hover .Tr-deal-grid {
    transform: scale(1.05);
}

.ce-offer-panel .iI-program-fees:hover .Tr-deal-grid::before {
    left: 100%;
}

.XP-help-center {
    z-index: 1;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: rgb(217,230,225);
}

.XP-help-center .dE-reach-out::after {
    background: radial-gradient(circle, rgb(180,206,197,0.5) 0%, transparent 70%);
    content: '';
    position: absolute;
    right: 0;
    width: 300px;
    z-index: -1;
    height: 300px;
    top: 0;
    opacity: 0.1;
}

.XP-help-center .dE-reach-out h2 {
    position: relative;
    font-size: 38px;
    font-weight: 700;
    color: rgb(180,206,197);
    margin-bottom: 30px;
}

.XP-help-center .dE-reach-out p:last-of-type svg {
    stroke: rgb(180,206,197);
    left: 0;
    width: 24px;
    height: 24px;
    fill: none;
    top: 3px;
    position: absolute;
    stroke-width: 2;
}

.XP-help-center .GE-help-request:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    color: rgb(180,206,197);
}

.XP-help-center .GE-help-request:hover::before {
    opacity: 0.2;
}

.XP-help-center .GE-help-request svg {
    height: 40px;
    transition: all 0.3s ease;
    fill: rgb(180,206,197);
    stroke: rgb(180,206,197);
    width: 40px;
    stroke-width: 1.5;
    margin-bottom: 15px;
}

.Nk-secure-archive:before, .Nk-secure-archive:after {
    content: "";
    position: absolute;
    transform-origin: center;
    opacity: 0.2;
    z-index: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
    transform: rotate(45deg) translate(-50%, -50%);
    top: 0;
    background: linear-gradient(45deg, rgb(180,206,197,0.5), rgb(140,178,160,0.5));
    left: 0;
}

.Nk-secure-archive li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    line-height: 1.6;
    font-size: 14px;
    counter-increment: list-counter;
}

.Nk-secure-archive .container {
    position: relative;
    z-index: 1;
}

.Nk-secure-archive h3, .Nk-secure-archive h4, .Nk-secure-archive h5, .Nk-secure-archive h6 {
    font-size: 22px;
    margin-top: 20px;
    text-transform: uppercase;
    z-index: 1;
    color: rgb(180,206,197);
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
}

.Nk-secure-archive button {
    font-size: 20px;
    padding: 15px 30px;
    text-transform: uppercase;
    position: relative;
    background: rgb(180,206,197);
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
    border: none;
    z-index: 1;
    font-weight: 700;
}

header .HK-top-mainwrap {
    display: flex;
    position: relative;
    gap: 25px;
}

header .cE-first-expert {
    font-weight: 400;
    text-decoration: none;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 16px;
    transition: all 0.4s ease;
    padding: 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
}

header .cE-first-expert:hover {
    text-shadow: 0 0 8px rgb(180,206,197,0.5);
    color: rgb(180,206,197);
}

header .cE-first-expert:hover:before {
    opacity: 1;
}

header .Eo-nav-pagewrap svg {
    filter: drop-shadow(0 0 4px rgb(180,206,197,0.5));
    width: auto;
    transition: transform 0.5s ease;
    height: 40px;
}

header .Eo-nav-pagewrap:hover:after {
    width: 100%;
}

.wu-gratDiv::before {
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
    width: 100%;
    top: 0;
    opacity: 0.7;
    background: radial-gradient(circle at 70% 30%, rgb(140,178,160,0.5) 0%, transparent 60%);
    z-index: 1;
}

.wu-gratDiv .ru-learn-zone::before {
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 5px;
    transform: scaleY(1.02);
    background: linear-gradient(to bottom, rgb(180,206,197), rgb(140,178,160));
    top: 0;
}

.wu-gratDiv .ru-learn-zone:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.wu-gratDiv h5::after {
    left: 0;
    background: linear-gradient(90deg, rgb(180,206,197), rgb(140,178,160));
    bottom: 0;
    width: 80px;
    content: "";
    transition: width 0.3s ease;
    height: 3px;
    position: absolute;
}

.wu-gratDiv a::before {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(180,206,197,0.5), transparent);
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    transform: scaleX(0);
    height: 1px;
    content: "";
}

.wv-program-information .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
}

.wv-program-information .Yp-knowledge-track {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 3rem;
}

.wv-program-information .nI-img-caption-box::before {
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(#000000, 0.2) 100%
    );
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}

.wv-program-information .uc-reading-area {
    flex-direction: column;
    display: flex;
    position: relative;
    justify-content: center;
}

.wv-program-information h3::before {
    top: 50%;
    transform: translateY(-50%);
    height: 0.4rem;
    width: 0.4rem;
    left: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    background-color: rgb(140,178,160);
    content: "";
}

.wv-program-information span.description {
    display: none;
}

.Ra-cookie-dialog-window {
    width: 100%;
    background: rgb(140,178,160);
    transition: all 0.3s ease-in-out;
    border-top: 2px solid rgb(180,206,197);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    z-index: 90;
    padding: 20px 0;
    bottom: 0;
    position: fixed;
}

.Ra-cookie-dialog-window p {
    color: #ffffff;
    max-width: 500px;
    font-size: 13px;
}

.xW-cookie-reset:hover svg {
    transform: rotate(10deg);
}

.cookie_button.Hz-manage-cookies {
    background: rgb(180,206,197);
}

.AT-cookie-guide:hover {
    transform: scale(1.05);
    box-shadow: rgb(180,206,197,0.5) 0px 6px 15px 0px;
}

.Ra-cookie-dialog-window p a:hover {
    color: rgb(140,178,160);
}

.Sn-wrapper-viewport .Ra-cookie-dialog-window {
    border: none;
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(140,178,160);
}

#LQ-cookieNoticeBoard:checked ~ .Ra-cookie-dialog-window {
    visibility: hidden;
    opacity: 0;
}

.BM-user-feedback::before {
    position: absolute;
    background: radial-gradient(circle, rgb(180,206,197) 10%, transparent 70%);
    pointer-events: none;
    opacity: 0.1;
    top: -5%;
    transform: rotate(-15deg);
    height: 40%;
    content: "";
    width: 40%;
    right: -5%;
}

.BM-user-feedback h2::before {
    transform: scaleY(0);
    background: rgb(180,206,197);
    transform-origin: top;
    left: 0;
    animation: scaleDown 0.6s ease-out forwards 1s;
    content: "";
    top: 0.5rem;
    width: 6px;
    height: 80%;
    position: absolute;
}

.BM-user-feedback .RI-user-ratings:nth-child(2) {
    --i: 2;
}

.BM-user-feedback .RI-user-ratings:nth-child(4) {
    --i: 4;
}

.BM-user-feedback .RI-user-ratings:nth-child(6) {
    --i: 6;
}

.BM-user-feedback .RI-user-ratings::before {
    top: -2rem;
    color: rgb(180,206,197,0.5);
    pointer-events: none;
    right: 1rem;
    content: "";
    font-size: 12rem;
    line-height: 1;
    opacity: 0.15;
    font-family: serif;
    position: absolute;
}

.BM-user-feedback .RI-user-ratings:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12), 0 2px 5px rgba(0, 0, 0, 0.05);
}

.BM-user-feedback .RI-user-ratings h4 {
    color: #000000;
    margin: 0;
    font-size: 23px;
    position: relative;
    font-weight: 600;
}

.BM-user-feedback .RI-user-ratings:hover h4::after {
    width: 50px;
}

.BM-user-feedback a {
    font-size: 19px;
    background: linear-gradient(135deg, rgb(180,206,197), rgb(140,178,160));
    text-decoration: none;
    color: #ffffff;
    position: relative;
    margin-top: 3rem;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    display: inline-block;
    font-weight: 600;
    padding: 0.8rem 2rem;
}

.FM-who-we-are .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}

.FM-who-we-are h1::after {
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, rgb(180,206,197), rgb(140,178,160));
    position: absolute;
    width: 80px;
    content: "";
    border-radius: 10px;
    bottom: -15px;
    transform: translateX(-50%);
}

.FM-who-we-are .jU-smart-track ul {
    grid-template-columns: 1fr;
    display: grid;
    margin: 0;
    padding: 0;
    gap: 40px;
    list-style: none;
}

.FM-who-we-are .kM-quick-mastery:hover::before {
    transform: scaleX(1);
}

.FM-who-we-are .kM-quick-mastery::after {
    width: 200px;
    border-radius: 100%;
    height: 200px;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(140,178,160,0.5) 0%, transparent 70%);
    opacity: 0.1;
    z-index: 0;
    right: -100px;
    bottom: -100px;
}

.FM-who-we-are .kM-quick-mastery:hover h4::after {
    width: 60px;
}

.FM-who-we-are .kM-quick-mastery:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.PA-title-board {
    display: flex;
    background-color: #000000;
    background-image: linear-gradient(135deg, rgba(94,170,168,0.05) 0%, rgba(94,170,168,0.1) 50%, rgba(94,170,168,0.05) 100%);
    min-height: 100vh;
    position: relative;
    align-items: center;
    overflow: hidden;
}

.PA-title-board .nI-img-caption-box::after {
    position: absolute;
    width: 100%;
    background: linear-gradient(
        135deg, 
        rgba(0,0,20,0.9) 0%, 
        rgba(0,0,20,0.6) 50%, 
        rgba(0,0,20,0.9) 100%
    );
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    mix-blend-mode: multiply;
}

.PA-title-board h1 {
    letter-spacing: -0.02em;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    line-height: 1.2;
    position: relative;
    font-weight: 700;
    transform: translateY(30px);
    color: #ffffff;
    animation: slideUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    opacity: 0;
    font-size: clamp(2rem, 4vw, 43px);
}

.PA-title-board svg {
    filter: drop-shadow(0 5px 15px rgba(94,170,168,0.2));
    height: 120px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 120px;
    animation: popIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
    opacity: 0;
    transform: translateY(20px);
}

.PA-title-board .lf-help-list::before {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.2),
        transparent
    );
    content: '';
    transition: left 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

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

footer .kh-code-labs {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 250px 0 30px;
    background:rgb(140,178,160);
}

footer .wM-submit-feedback {
    flex-wrap: wrap;
    top: -120px;
    left: 0;
    border-radius: 17px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    right: 0;
    padding: 0;
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: absolute;
}

footer .info_item p,
footer .info_item a {
    color: #000000;
    transition: all 0.3s ease;
    font-size: 16px;
    text-decoration: none;
}

footer .aP-header-mentor svg {
    width: auto;
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

footer .HK-top-mainwrap h5 {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 22px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
}

footer .subscribe_holder {
    padding: 30px 25px;
    border-radius: 17px;
    background-color: rgb(140,178,160,0.5);
    position: relative;
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

footer .input_holder::after {
    bottom: -20px;
    position: absolute;
    content: "";
    height: 70px;
    opacity: 0.1;
    left: -10px;
    width: 70px;
    background-color: rgb(140,178,160);
    border-radius: 50%;
    z-index: -1;
}

footer .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}

footer .lp-join-now:hover {
    background-color: rgb(140,178,160);
}

footer .lp-join-now:hover::before {
    left: 100%;
}

footer .hx-support-cta {
    margin-top: 50px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}

.IQ-teaching-history::before {
    background: repeating-linear-gradient(
    -45deg,
    rgb(180,206,197,0.5) 0px,
    rgb(180,206,197,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    content: "";
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.08;
}

.IQ-teaching-history .RI-user-ratings > div:first-child {
    display: flex;
    align-items: center;
    order: 1;
    justify-content: center;
}

.IQ-teaching-history .RI-user-ratings .nI-img-caption-box {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    width: 200px;
    transform: translateY(-10px) rotate(-3deg);
    height: 200px;
}

.IQ-teaching-history .RI-user-ratings .name {
    margin-bottom: 0.5rem;
    font-size: calc(24px * 1.1);
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: rgb(180,206,197);
}

.IQ-teaching-history .RI-user-ratings > div:nth-child(3) {
    position: relative;
    order: 3;
    margin-top: 1rem;
}

.IQ-teaching-history .RI-user-ratings .YO-work-block::before {
    position: absolute;
    color: rgb(180,206,197,0.5);
    top: -0.5rem;
    content: "";
    font-size: 5rem;
    line-height: 1;
    opacity: 0.3;
    left: 0;
}

.QH-reach-out .container {
    z-index: 1;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.QH-reach-out .Rk-request-box {
    overflow: hidden;
    border-radius: 20px;
    flex-direction: row-reverse;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    background: #ffffff;
}

.QH-reach-out .nI-img-caption-box::before {
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: rgb(180,206,197,0.5);
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 1;
}

.QH-reach-out h3::after {
    left: 0;
    background: rgb(180,206,197);
    height: 2px;
    bottom: -10px;
    position: absolute;
    width: 40px;
    content: "";
}

.QH-reach-out input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.QH-reach-out .Kp-query-links {
    align-items: center;
    margin-top: 5px;
    gap: 12px;
    display: flex;
}

.QH-reach-out .Kp-query-links input[type="checkbox"]:checked {
    background: rgb(180,206,197);
    border-color: rgb(180,206,197);
}

.QH-reach-out .Kp-query-links label {
    color: #000000;
    line-height: 1.5;
    font-size: 13px;
}

.QH-reach-out .Kp-query-links a:hover {
    color: rgb(140,178,160);
}

.QH-reach-out .Kp-query-links a:hover::after {
    background: rgb(140,178,160);
}

.QH-reach-out .lf-help-list:hover {
    box-shadow: 0 7px 20px rgb(140,178,160,0.5);
    background: rgb(140,178,160);
    transform: translateY(-2px);
}

.QH-reach-out svg path {
    transition: all 0.3s ease;
    fill: rgb(180,206,197);
}

.QH-reach-out svg:hover path {
    fill: rgb(140,178,160);
}


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



@media (max-width: 1200px) {.ce-offer-panel {
    padding: 80px 0;
}.ce-offer-panel .vu-pay-plans {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.ce-offer-panel {
    padding: 60px 0;
}.ce-offer-panel .vu-pay-plans {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.ce-offer-panel .Xv-promo-rates h4 {
    font-size: 23px;
}.ce-offer-panel .Tr-deal-grid {
    font-size: 23px;
}
}



@media screen and (max-width: 991px) {.XP-help-center {
    padding: 60px 0;
}.XP-help-center .dE-reach-out {
    padding: 40px 30px;
}.XP-help-center .Vz-write-feedback {
    grid-template-columns: repeat(3, 1fr);
}
}



@media screen and (max-width: 480px) {.XP-help-center {
    padding: 40px 0;
}.XP-help-center .dE-reach-out {
    padding: 30px 20px;
}.XP-help-center .dE-reach-out h2 {
    font-size: calc(38px * 0.8);
}.XP-help-center .Vz-write-feedback {
    grid-template-columns: repeat(1, 1fr);
}.XP-help-center .GE-help-request {
    height: 100px;
}.XP-help-center .GE-help-request svg {
    margin-bottom: 10px;
    height: 35px;
    width: 35px;
}}



@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .HK-top-mainwrap {
    gap: 15px;
}header .cE-first-expert {
    font-size: calc(16px - 1px);
}header .Eo-nav-pagewrap svg {
    height: 35px;
}
}



@media (min-width: 768px) {.wu-gratDiv {
    padding: 140px 0 100px;
}.wu-gratDiv .ru-learn-zone {
    max-width: 900px;
    padding: 80px 60px;
    margin: 0 auto;
}.wu-gratDiv h5 {
    padding-bottom: 25px;
    margin-bottom: 40px;
    font-size: calc(19px * 1.2);
}.wu-gratDiv p {
    font-size: calc(12px * 1.05);
    line-height: 1.9;
}.wu-gratDiv .ru-learn-zone::after {
    width: 100px;
    right: 60px;
    height: 100px;
}
}



@media (max-width: 767px) {.wu-gratDiv {
    padding: 80px 0 60px;
}.wu-gratDiv .ru-learn-zone {
    padding: 40px 25px;
    transform: perspective(800px) rotateY(-1deg);
}.wu-gratDiv h5 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
    padding-bottom: 15px;
}.wu-gratDiv p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.wu-gratDiv .ru-learn-zone::before {
    width: 3px;
}.wu-gratDiv .ru-learn-zone::after {
    top: -10px;
    right: 20px;
    height: 60px;
    width: 60px;
}
}



@media (min-width: 1200px) {.wv-program-information .Yp-knowledge-track {
    gap: 6rem;
}.wv-program-information .nI-img-caption-box {
    transform: perspective(1500px) rotateY(3deg);
    height: 550px;
}.wv-program-information .nI-img-caption-box:hover {
    transform: perspective(1500px) rotateY(0);
}.wv-program-information h3 {
    font-size: calc(29px * 0.8);
}.wv-program-information p.description {
    max-height: 500px;
}
}



@media (max-width: 992px) {.BM-user-feedback {
    padding: 4rem 0;
}.BM-user-feedback h2 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.9);
}.BM-user-feedback .lK-review-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}
}



@media (max-width: 480px) {.BM-user-feedback {
    padding: 3rem 0;
}.BM-user-feedback h2 {
    font-size: calc(29px * 0.7);
}.BM-user-feedback .RI-user-ratings {
    padding: 1.25rem;
}.BM-user-feedback .RI-user-ratings img {
    height: 50px;
    width: 50px;
}.BM-user-feedback .RI-user-ratings div {
    margin-bottom: 1rem;
}.BM-user-feedback .RI-user-ratings .description {
    font-size: calc(12px * 0.95);
}}



@media (hover: hover) {.FM-who-we-are h1:hover {
    transform: perspective(1000px) translateZ(10px);
}.FM-who-we-are .kM-quick-mastery:hover div::-webkit-scrollbar-thumb {
    background: rgb(140,178,160);
}}



@media (min-width: 768px) {.PA-title-board .ru-learn-zone {
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.PA-title-board h1 {
    font-size: 43px;
}.PA-title-board h1::after {
    width: 80px;
}.PA-title-board p {
    font-size: 14px;
}.PA-title-board svg {
    width: 150px;
    height: 150px;
}.PA-title-board::before {
    background-size: 50px 50px;
}
}



@media (min-width: 768px) {footer .kh-code-labs {
    padding-top: 60px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .lp-join-now {
    white-space: nowrap;
}
}



@media (max-width: 576px) {footer .HK-top-mainwrap h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(22px - 2px);
}footer .KM-main-start a {
    padding: 6px 12px;
    font-size: calc(16px - 1px);
}footer .input_holder input[type="email"],
    footer .lp-join-now {
    padding: 12px;
}}



@media (min-width: 1200px) {.IQ-teaching-history .RI-user-ratings {
    transform: perspective(1000px) rotateX(1deg) rotateY(-1deg);
    transition: transform 0.5s ease-out;
}.IQ-teaching-history .RI-user-ratings:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.IQ-teaching-history .RI-user-ratings .nI-img-caption-box {
    width: 320px;
    height: 320px;
}
}



@media (max-width: 767px) {.IQ-teaching-history {
    padding: 3rem 0;
}.IQ-teaching-history .container {
    padding: 0 1.5rem;
}.IQ-teaching-history .RI-user-ratings {
    transform: none;
    padding: 2rem 1.5rem;
}.IQ-teaching-history .RI-user-ratings .nI-img-caption-box {
    height: 180px;
    width: 180px;
}}



@media (max-width: 576px) {.QH-reach-out {
    padding: 40px 0;
}.QH-reach-out .container {
    padding: 0 15px;
}.QH-reach-out h2 {
    padding-left: 15px;
    font-size: calc(38px - 6px);
    margin-bottom: 25px;
}.QH-reach-out .Rf-support-map {
    padding: 30px 20px;
}.QH-reach-out #contact {
    gap: 20px;
}.QH-reach-out input[type="text"] {
    padding: 15px;
}.QH-reach-out .lf-help-list {
    width: 100%;
    padding: 15px 20px;
}.QH-reach-out .nI-img-caption-box {
    min-height: 200px;
}
}



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



@keyframes floatElement {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-10deg);
    }
    50% {
        transform: translate(10px, 5px) rotate(-20deg);
    }
    75% {
        transform: translate(15px, -10px) rotate(-12deg);
    }
}



@keyframes slideUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes subtleZoom {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.15);
    }
}

