﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.wrapper-capsule-Mn {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.nav-pagebar-VH {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    width: 11px;
}::-webkit-scrollbar-track {
    background: linear-gradient(282deg, rgb(255, 255, 255, 0.5) 13%, rgb(127,126,133) 99%, rgb(127,126,133,0.5) 81%, rgb(159,158,164) 84%, rgb(159,158,164,0.5) 28%, rgb(192,191,196) 52%);
    border-radius: 0.1rem;
    border: 1px dotted rgb(127,126,133,0.5);
    margin: 3px 0;
}::-webkit-scrollbar-thumb {
    background: rgb(127,126,133);
    box-shadow: -4px 3px 11px 4px rgba(0, 0, 0, 0.5);
    border-radius: 0%;
}::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 5px 5px 12px 4px rgba(0, 0, 0, 0.3);
    transform: translateY(1px);
    background: rgb(127,126,133);
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(159,158,164,0.5) rgb(127,126,133);
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1112px;
}svg {
    width: 30px;
    height: 30px;
}.review-block-Ou {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.opening-page-eK {
    align-items: center;
    position: relative;
    justify-content: center;
    perspective: 1000px;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    background-color: rgb(159,158,164,0.5);
}.opening-page-eK::before {
    top: 0;
    left: 0;
    opacity: 0.7;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(127,126,133,0.5) 0%, rgba(255,255,255,0.1) 100%);
    width: 100%;
    position: absolute;
    z-index: 1;
}.opening-page-eK::after {
    position: absolute;
    top: -50%;
    width: 100%;
    background: radial-gradient(circle at center, rgb(159,158,164) 0%, transparent 70%);
    animation: pulseBg 15s infinite alternate ease-in-out;
    height: 100%;
    right: -50%;
    content: "";
    z-index: 0;
    opacity: 0.1;
}.opening-page-eK .quick-mastery-KJ {
    position: relative;
    padding: 2rem;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    transform-style: preserve-3d;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 2rem;
    display: grid;
}.opening-page-eK h1 {
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    font-size: 39px;
    font-weight: 700;
    transform: translateZ(20px);
    color: #000000;
    line-height: 1.2;
    grid-column: 1 / -1;
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}.opening-page-eK h1::after {
    position: absolute;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgb(159,158,164), rgb(127,126,133));
    content: "";
    animation: expandLine 3s infinite alternate ease-in-out;
    left: 0;
    border-radius: 10px;
    bottom: -10px;
}.opening-page-eK .text-header-VO {
    position: relative;
    transform: translateZ(10px);
    transition: transform 0.5s ease;
}.opening-page-eK .start-begin-FP {
    border-radius: 24px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    padding: 2.5rem;
    transform: translateY(0);
    backdrop-filter: blur(5px);
}.opening-page-eK .start-begin-FP:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.1);
}.opening-page-eK p {
    margin-bottom: 2rem;
    position: relative;
    color: #000000;
    font-size: calc(12px * 1.2);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}.opening-page-eK svg {
    transform: rotateY(0deg);
    height: 120px;
    display: block;
    width: 120px;
    transition: transform 1.5s ease;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
    margin: 1rem auto 2rem;
}.opening-page-eK .start-begin-FP:hover svg {
    transform: rotateY(360deg);
}.opening-page-eK svg path {
    fill: rgb(159,158,164);
    transition: fill 0.3s ease;
}.opening-page-eK svg text {
    font-family: Arial, sans-serif;
    font-weight: 700;
    transition: fill 0.3s ease, transform 0.3s ease;
    fill: rgb(159,158,164);
}.opening-page-eK svg:hover path {
    fill: rgb(127,126,133);
}.opening-page-eK svg:hover text {
    transform: scale(1.05);
    fill: rgb(127,126,133);
}.opening-page-eK .inquiry-section-HG {
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(159,158,164) 0%, rgb(127,126,133) 100%);
    font-weight: 600;
    z-index: 1;
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: Arial, sans-serif;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: #ffffff;
    font-size: 17px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    padding: 1rem 2rem;
    letter-spacing: 0.5px;
}.opening-page-eK .inquiry-section-HG::before {
    left: -100%;
    height: 100%;
    top: 0;
    z-index: -1;
    content: "";
    transition: all 0.6s ease;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.opening-page-eK .inquiry-section-HG:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}.opening-page-eK .inquiry-section-HG:hover::before {
    left: 100%;
}.opening-page-eK .img-box-Pf {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    height: 400px;
    position: relative;
    overflow: hidden;
    transform: translateZ(5px) rotate(2deg);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 24px;
}.opening-page-eK .img-box-Pf::before {
    background: linear-gradient(to bottom, transparent 60%, rgb(159,158,164,0.5) 100%);
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
}.opening-page-eK .img-box-Pf::after {
    background: linear-gradient(45deg, rgb(127,126,133,0.5) 0%, transparent 50%);
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    opacity: 0.5;
    z-index: 2;
    left: 0;
    height: 100%;
}.opening-page-eK .img-box-Pf:hover {
    transform: translateZ(15px) rotate(0);
}

@keyframes pulseBg {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes expandLine {
    0% {
        width: 80px;
    }
    100% {
        width: 120px;
    }
}

@media (min-width: 1200px) {.opening-page-eK .quick-mastery-KJ {
    gap: 4rem;
    padding: 3rem;
}.opening-page-eK h1 {
    font-size: calc(39px * 1.2);
}.opening-page-eK .img-box-Pf {
    height: 500px;
}.opening-page-eK svg {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 991px) {.opening-page-eK .quick-mastery-KJ {
    grid-template-columns: 1fr;
    gap: 2rem;
}.opening-page-eK h1 {
    font-size: 37px;
    text-align: center;
}.opening-page-eK h1::after {
    transform: translateX(-50%);
    left: 50%;
}.opening-page-eK .start-begin-FP {
    padding: 2rem;
    text-align: center;
}.opening-page-eK .img-box-Pf {
    order: -1;
    transform: translateZ(5px) rotate(0);
    height: 350px;
}
}

@media (max-width: 767px) {.opening-page-eK {
    min-height: auto;
    padding: 4rem 0;
}.opening-page-eK .quick-mastery-KJ {
    padding: 1.5rem;
    gap: 1.5rem;
}.opening-page-eK h1 {
    font-size: calc(37px * 0.9);
    margin-bottom: 1.5rem;
}.opening-page-eK .img-box-Pf {
    height: 250px;
}.opening-page-eK p {
    font-size: 12px;
    margin-bottom: 1.5rem;
}.opening-page-eK svg {
    height: 100px;
    width: 100px;
    margin: 0.5rem auto 1.5rem;
}.opening-page-eK .inquiry-section-HG {
    padding: 0.75rem 1.5rem;
    font-size: calc(17px * 0.9);
}
}

@media (max-width: 480px) {.opening-page-eK {
    padding: 3rem 0;
}.opening-page-eK .quick-mastery-KJ {
    padding: 1rem;
}.opening-page-eK h1 {
    font-size: calc(37px * 0.8);
}.opening-page-eK .img-box-Pf {
    height: 200px;
}.opening-page-eK .start-begin-FP {
    padding: 1.5rem;
}.opening-page-eK svg {
    width: 80px;
    height: 80px;
}}.educational-yield-AO {
    background: linear-gradient(135deg, rgb(192,191,196) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.educational-yield-AO::before {
    position: absolute;
    right: -5%;
    width: 40%;
    opacity: 0.15;
    height: 70%;
    z-index: 0;
    content: "";
    top: -10%;
    background: linear-gradient(45deg, rgb(159,158,164,0.5) 0%, rgb(127,126,133,0.5) 100%);
    filter: blur(50px);
    transform: rotate(-15deg);
}.educational-yield-AO::after {
    opacity: 0.1;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(127,126,133,0.5) 0%, rgb(159,158,164,0.5) 100%);
    left: -5%;
    height: 60%;
    filter: blur(40px);
    bottom: -10%;
    transform: rotate(15deg);
    width: 35%;
    z-index: 0;
}.educational-yield-AO .container {
    max-width: 1200px;
    display: grid;
    position: relative;
    padding: 0 20px;
    gap: 40px;
    z-index: 1;
    margin: 0 auto;
    grid-template-columns: 1fr 1.4fr;
}.educational-yield-AO .img-box-Pf {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 25px 25px 0 -5px rgba(var(--primary-color-rgb, 33, 37, 41), 0.08);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: perspective(1000px) rotateY(-5deg);
}.educational-yield-AO .img-box-Pf:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-10px);
}.educational-yield-AO .quick-mastery-KJ {
    z-index: 2;
    position: relative;
}.educational-yield-AO .quick-mastery-KJ::before {
    top: -10px;
    background: rgb(159,158,164);
    width: 60px;
    position: absolute;
    left: -30px;
    transform: rotate(-45deg);
    height: 3px;
    content: "";
}.educational-yield-AO .text-header-VO {
    position: relative;
    padding: 20px 0;
}.educational-yield-AO h1 {
    position: relative;
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.3;
}.educational-yield-AO h1::after {
    width: 80px;
    content: "";
    background: rgb(159,158,164);
    left: 0;
    height: 3px;
    bottom: -15px;
    position: absolute;
}.educational-yield-AO ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    list-style: none;
    margin: 0;
    gap: 20px;
}.educational-yield-AO li {
    box-shadow: 0 10px 30px rgba(var(--dark-color-rgb, 0, 0, 0), 0.05);
    border-left: 3px solid rgb(159,158,164);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    padding: 20px 25px 20px 60px;
}.educational-yield-AO li:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(var(--dark-color-rgb, 0, 0, 0), 0.1);
}.educational-yield-AO li p {
    line-height: 1.6;
    margin: 0;
    color: #000000;
    font-size: 16px;
}.educational-yield-AO svg {
    transition: transform 0.3s ease;
    top: 20px;
    left: 20px;
    position: absolute;
    width: 24px;
    height: 24px;
}.educational-yield-AO li:hover svg {
    transform: scale(1.1);
}.educational-yield-AO svg path {
    fill: rgb(159,158,164);
    transition: fill 0.3s ease;
}.educational-yield-AO li:hover svg path {
    fill: rgb(127,126,133);
}.educational-yield-AO li:nth-child(even) {
    border-left: 3px solid rgb(127,126,133);
}.educational-yield-AO li:nth-child(even) svg path {
    fill: rgb(127,126,133);
}.educational-yield-AO li:nth-child(even):hover svg path {
    fill: rgb(159,158,164);
}

@media (max-width: 991px) {.educational-yield-AO {
    padding: 80px 0;
}.educational-yield-AO .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.educational-yield-AO .img-box-Pf {
    width: 100%;
    max-height: 400px;
    box-shadow: 15px 15px 0 -5px rgba(var(--primary-color-rgb, 33, 37, 41), 0.08);
}.educational-yield-AO h1 {
    font-size: calc(40px * 0.9);
}.educational-yield-AO ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {.educational-yield-AO {
    padding: 60px 0;
}.educational-yield-AO .container {
    gap: 40px;
}.educational-yield-AO .img-box-Pf {
    max-height: 300px;
    transform: perspective(1000px) rotateY(0);
}.educational-yield-AO .img-box-Pf:hover {
    transform: translateY(-5px);
}.educational-yield-AO h1 {
    margin-bottom: 30px;
    font-size: calc(40px * 0.8);
}.educational-yield-AO li {
    padding: 18px 20px 18px 55px;
}.educational-yield-AO svg {
    top: 18px;
    left: 15px;
}
}

@media (max-width: 480px) {.educational-yield-AO {
    padding: 50px 0;
}.educational-yield-AO .img-box-Pf {
    max-height: 250px;
}.educational-yield-AO h1 {
    font-size: calc(40px * 0.7);
}.educational-yield-AO .quick-mastery-KJ::before {
    left: -20px;
    width: 40px;
}.educational-yield-AO li {
    padding: 15px 15px 15px 50px;
}.educational-yield-AO svg {
    height: 20px;
    left: 15px;
    top: 15px;
    width: 20px;
}}.contact-panel-mM {
    position: relative;
    padding: 100px 0;
}.contact-panel-mM::before {
    bottom: 0;
    top: 0;
    background-color: rgb(159,158,164,0.5);
    z-index: 1;
    position: absolute;
    right: 0;
    left: 0;
    content: "";
}.contact-panel-mM .container {
    margin: 0 auto;
    z-index: 5;
    position: relative;
    max-width: 1200px;
}.contact-panel-mM .reach-query-nD {
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
    border-radius: 15px;
    perspective: 1000px;
    display: flex;
    transform-style: preserve-3d;
}.contact-panel-mM .feedback-support-Rt {
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    padding: 60px 40px;
    transition: transform 0.5s ease;
    position: relative;
    background-color: rgb(192,191,196);
    transform-origin: left center;
    transform: rotateY(5deg);
    width: 40%;
    z-index: 3;
}.contact-panel-mM .reach-query-nD:hover .feedback-support-Rt {
    transform: rotateY(0deg);
}.contact-panel-mM .feedback-support-Rt h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 50px;
    color: #000000;
    position: relative;
    padding-left: 20px;
}.contact-panel-mM .feedback-support-Rt h3::before {
    width: 6px;
    position: absolute;
    top: 0;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(159,158,164), rgb(127,126,133));
    left: 0;
    content: "";
    height: 100%;
}.contact-panel-mM .feedback-support-Rt div {
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    display: flex;
    border-radius: 10px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    transform: translateZ(0);
}.contact-panel-mM .feedback-support-Rt div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
}.contact-panel-mM .feedback-support-Rt div svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}.contact-panel-mM .feedback-support-Rt div svg path {
    fill: rgb(159,158,164);
}.contact-panel-mM .feedback-support-Rt div span {
    font-size: 14px;
    color: #000000;
}.contact-panel-mM .feedback-support-Rt div span a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}.contact-panel-mM .feedback-support-Rt div span a:hover {
    color: rgb(159,158,164);
}.contact-panel-mM .feedback-inquiry-Hv {
    padding: 60px 40px;
    width: 60%;
    flex-direction: column;
    z-index: 2;
    transition: transform 0.5s ease;
    transform-origin: right center;
    background: linear-gradient(135deg, rgb(127,126,133), rgb(159,158,164));
    justify-content: center;
    display: flex;
    transform: rotateY(-5deg);
}.contact-panel-mM .reach-query-nD:hover .feedback-inquiry-Hv {
    transform: rotateY(0deg);
}.contact-panel-mM .feedback-inquiry-Hv h3 {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: uppercase;
}.contact-panel-mM form {
    flex-direction: column;
    display: flex;
    width: 100%;
}.contact-panel-mM form input[type="text"],
.contact-panel-mM form input[type="email"] {
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 14px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 18px 25px;
}.contact-panel-mM form input[type="text"]:focus,
.contact-panel-mM form input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}.contact-panel-mM form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.contact-panel-mM .query-message-vt {
    position: relative;
    margin-bottom: 30px;
}.contact-panel-mM .query-message-vt input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-panel-mM .query-message-vt label {
    padding-left: 35px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    line-height: 1.6;
    position: relative;
}.contact-panel-mM .query-message-vt label::before {
    height: 20px;
    border-radius: 10px;
    width: 20px;
    transition: all 0.3s ease;
    top: 2px;
    content: "";
    left: 0;
    border: 2px solid rgba(255, 255, 255, 0.4);
    position: absolute;
}.contact-panel-mM .query-message-vt input[type="checkbox"]:checked + label::before {
    border-color: #ffffff;
    background-color: #ffffff;
}.contact-panel-mM .query-message-vt input[type="checkbox"]:checked + label::after {
    top: 4px;
    border: solid rgb(159,158,164);
    transform: rotate(45deg);
    height: 12px;
    border-width: 0 2px 2px 0;
    left: 7px;
    width: 6px;
    content: "";
    position: absolute;
}.contact-panel-mM .query-message-vt label a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: underline;
}.contact-panel-mM .query-message-vt label a:hover {
    color: rgba(255, 255, 255, 0.8);
}.contact-panel-mM form .inquiry-section-HG {
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s ease;
    align-self: flex-start;
    color: rgb(159,158,164);
    padding: 18px 35px;
    overflow: hidden;
    background-color: #ffffff;
    border: none;
    z-index: 1;
    border-radius: 10px;
    font-size: 15px;
}.contact-panel-mM form .inquiry-section-HG::before {
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(127,126,133), rgb(159,158,164));
    width: 100%;
    transition: transform 0.3s ease;
    content: "";
    transform: translateY(100%);
    height: 100%;
    z-index: -1;
}.contact-panel-mM form .inquiry-section-HG:hover {
    color: #ffffff;
}.contact-panel-mM form .inquiry-section-HG:hover::before {
    transform: translateY(0);
}@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.contact-panel-mM .feedback-support-Rt div:nth-child(2) {
    animation: float 6s infinite ease-in-out;
}.contact-panel-mM .feedback-support-Rt div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}.contact-panel-mM .feedback-support-Rt div:nth-child(4) {
    animation: float 8s infinite ease-in-out;
}.contact-panel-mM .feedback-support-Rt div:nth-child(5) {
    animation: float 9s infinite ease-in-out;
}

@media screen and (max-width: 992px) {.contact-panel-mM .container {
    width: 90%;
}.contact-panel-mM .reach-query-nD,
    .contact-panel-mM .feedback-support-Rt,
    .contact-panel-mM .feedback-inquiry-Hv {
    transform: none;
}.contact-panel-mM .feedback-support-Rt,
    .contact-panel-mM .feedback-inquiry-Hv {
    width: 100%;
}.contact-panel-mM .feedback-support-Rt {
    padding: 40px 30px;
}.contact-panel-mM .feedback-inquiry-Hv {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact-panel-mM {
    padding: 60px 0;
}.contact-panel-mM .feedback-support-Rt,
    .contact-panel-mM .feedback-inquiry-Hv {
    padding: 30px 20px;
}.contact-panel-mM .feedback-support-Rt h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.contact-panel-mM form input[type="text"],
    .contact-panel-mM form input[type="email"] {
    padding: 15px 20px;
}.contact-panel-mM form .inquiry-section-HG {
    padding: 15px 20px;
    width: 100%;
}}header {
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 0;
}header::before {
    top: 0;
    content: '';
    height: 100%;
    z-index: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(159,158,164), rgb(127,126,133));
    width: 35%;
}header .container {
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}header .first-lesson-iQ {
    align-items: stretch;
    display: flex;
    height: 100%;
}header .nav-header-mE {
    align-items: center;
    display: flex;
    text-decoration: none;
    justify-content: center;
    width: 35%;
    position: relative;
    padding: 1.2rem 0;
}header .nav-header-mE svg {
    height: auto;
    width: 150px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}header .nav-header-mE:hover svg {
    transform: scale(1.05);
}header .head-bar-fK {
    display: flex;
    position: relative;
    width: 65%;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    padding: 1.2rem 3%;
}header .head-bar-fK::before {
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgb(159,158,164,0.5), transparent);
    width: 1px;
    top: 0;
    position: absolute;
    content: '';
}header .header-guide-WD {
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-weight: 600;
    background: #ffffff;
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 10px;
    padding: 0.6rem 1.2rem;
    z-index: 1;
    font-size: 18px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}header .header-guide-WD::before {
    content: '';
    top: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(159,158,164,0.5), rgb(127,126,133,0.5));
    opacity: 0;
    width: 100%;
    border-radius: 10px;
    z-index: -1;
    position: absolute;
}header .header-guide-WD:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    color: #ffffff;
}header .header-guide-WD:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .nav-header-mE {
    padding: 1rem 0;
    width: 30%;
}header .nav-header-mE svg {
    width: 130px;
}header .head-bar-fK {
    padding: 1rem 2.5%;
    gap: 0.5rem;
    width: 70%;
}header .header-guide-WD {
    padding: 0.5rem 1rem;
    font-size: calc(18px);
}
}

@media (max-width: 767px) {header {
    background: rgb(192,191,196);
}header::before {
    top: 0;
    width: 100%;
    bottom: 50%;
    height: auto;
}header .first-lesson-iQ {
    flex-direction: column;
    align-items: center;
}header .nav-header-mE {
    width: 100%;
    padding: 0.8rem 0;
}header .nav-header-mE svg {
    width: 120px;
}header .head-bar-fK {
    gap: 0.6rem;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    padding: 0.8rem 0;
}header .head-bar-fK::before {
    top: 0;
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(159,158,164,0.5), transparent);
    left: 0;
    height: 1px;
}header .header-guide-WD {
    padding: 0.5rem 0.9rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
}

@media (max-width: 480px) {header .nav-header-mE {
    padding: 0.7rem 0;
}header .nav-header-mE svg {
    width: 110px;
}header .head-bar-fK {
    padding: 0.7rem 2%;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
}header .head-bar-fK::-webkit-scrollbar {
    height: 3px;
}header .head-bar-fK::-webkit-scrollbar-thumb {
    background: rgb(159,158,164);
    border-radius: 10px;
}header .header-guide-WD {
    padding: 0.45rem 0.9rem;
    font-size: calc(18px - 1px);
    white-space: nowrap;
    margin-right: 2px;
    flex-shrink: 0;
}}.privacy-hub-TM {
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(192,191,196) 0%, rgba(255,255,255,0.96) 100%);
    overflow: hidden;
}.privacy-hub-TM::before {
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 100% 0%, rgb(159,158,164,0.5) 0%, transparent 50%),
        radial-gradient(circle at 0% 100%, rgb(127,126,133,0.5) 0%, transparent 50%);
    content: "";
    z-index: 0;
    height: 100%;
}.privacy-hub-TM .container {
    border-left: 4px solid rgb(159,158,164);
    z-index: 1;
    max-width: 1140px;
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.99));
    padding: 3rem;
    position: relative;
    transform: translateZ(0);
    box-shadow: 0 20px 50px rgba(0,0,0,0.07);
    margin: 0 auto;
}.privacy-hub-TM h1 {
    transform: translateX(0);
    font-weight: 700;
    transition: transform 0.5s ease-out;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    color: #000000;
    font-size: 43px;
}.privacy-hub-TM h1::after {
    width: 80px;
    bottom: 0;
    background: linear-gradient(to right, rgb(159,158,164), rgb(127,126,133));
    height: 3px;
    left: 0;
    transition: width 0.5s ease-out;
    position: absolute;
    content: "";
}.privacy-hub-TM h1:hover {
    transform: translateX(5px);
}.privacy-hub-TM h1:hover::after {
    width: 120px;
}.privacy-hub-TM h2 {
    font-weight: 600;
    font-size: 35px;
    position: relative;
    padding-left: 1rem;
    margin: 2.5rem 0 1.5rem;
    border-left: 3px solid rgb(127,126,133);
    color: #000000;
}.privacy-hub-TM h3 {
    position: relative;
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    color: #000000;
    font-size: calc(35px * 0.8);
    border-left: 2px solid rgb(127,126,133,0.5);
    font-weight: 600;
}.privacy-hub-TM h4 {
    border-left: 1px solid rgb(127,126,133,0.5);
    position: relative;
    font-weight: 600;
    font-size: calc(35px * 0.7);
    color: #000000;
    margin: 1.5rem 0 1rem;
    padding-left: 0.75rem;
}.privacy-hub-TM p {
    font-size: 13px;
    position: relative;
    transition: transform 0.4s ease;
    padding-right: 1rem;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: #000000;
}.privacy-hub-TM p:hover {
    transform: translateX(5px);
}.privacy-hub-TM strong {
    position: relative;
    font-weight: 700;
    color: rgb(159,158,164);
}.privacy-hub-TM strong::after {
    left: 0;
    height: 1px;
    position: absolute;
    width: 0;
    background: rgb(159,158,164);
    transition: width 0.3s ease;
    content: "";
    bottom: -2px;
}.privacy-hub-TM p:hover strong::after {
    width: 100%;
}.privacy-hub-TM ul {
    padding-left: 0;
    margin: 1.5rem 0 2rem 1rem;
}.privacy-hub-TM li {
    padding-left: 1.5rem;
    transition: transform 0.3s ease;
    margin-bottom: 1rem;
    list-style-type: none;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
    position: relative;
    font-family: Arial, sans-serif;
}.privacy-hub-TM li::before {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(159,158,164), rgb(127,126,133));
    top: 0.6rem;
    transform: rotate(45deg);
    height: 8px;
    transition: transform 0.3s ease;
    left: 0;
    width: 8px;
}.privacy-hub-TM li:hover {
    transform: translateX(8px);
}.privacy-hub-TM li:hover::before {
    transform: rotate(225deg);
}.privacy-hub-TM span {
    color: #000000;
    line-height: 1.7;
    border-left: 2px solid rgb(127,126,133,0.5);
    font-size: calc(13px * 0.95);
    transition: transform 0.3s ease-out, background 0.3s ease;
    font-family: Arial, sans-serif;
    transform: perspective(1000px) rotateX(0);
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, rgba(rgb(192,191,196), 0.3), transparent);
    display: block;
}.privacy-hub-TM span:hover {
    background: linear-gradient(to right, rgba(rgb(192,191,196), 0.5), transparent);
    transform: perspective(1000px) rotateX(1deg);
}

@media (max-width: 991px) {.privacy-hub-TM {
    padding: 4rem 1.5rem;
}.privacy-hub-TM .container {
    padding: 2.5rem 2rem;
}.privacy-hub-TM h1 {
    font-size: calc(43px * 0.9);
}.privacy-hub-TM h2 {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 767px) {.privacy-hub-TM {
    padding: 3rem 1rem;
}.privacy-hub-TM .container {
    border-left-width: 3px;
    padding: 2rem 1.5rem;
}.privacy-hub-TM h1 {
    font-size: calc(43px * 0.8);
    margin-bottom: 1.5rem;
}.privacy-hub-TM h2 {
    margin: 2rem 0 1rem;
    font-size: calc(35px * 0.8);
}.privacy-hub-TM h3 {
    font-size: calc(35px * 0.7);
}.privacy-hub-TM h4 {
    font-size: calc(35px * 0.6);
}.privacy-hub-TM ul {
    margin-left: 0.5rem;
}.privacy-hub-TM li {
    padding-left: 1.25rem;
}.privacy-hub-TM p, .privacy-hub-TM span, .privacy-hub-TM li {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.privacy-hub-TM {
    padding: 2rem 0.75rem;
}.privacy-hub-TM .container {
    padding: 1.5rem 1rem;
}.privacy-hub-TM h1 {
    font-size: calc(43px * 0.7);
}.privacy-hub-TM h2 {
    font-size: calc(35px * 0.7);
    padding-left: 0.75rem;
}.privacy-hub-TM h3, .privacy-hub-TM h4 {
    padding-left: 0.5rem;
}.privacy-hub-TM p, .privacy-hub-TM span, .privacy-hub-TM li {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.privacy-hub-TM li {
    padding-left: 1rem;
}.privacy-hub-TM li::before {
    height: 6px;
    width: 6px;
}}.company-info-kN {
    min-height: 100vh;
    align-items: center;
    overflow: hidden;
    position: relative;
    justify-content: center;
    display: flex;
}.company-info-kN::before {
    right: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    bottom: 0;
    position: absolute;
}.company-info-kN::after {
    filter: blur(70px);
    background: rgb(159,158,164);
    opacity: 0.15;
    content: "";
    z-index: 2;
    position: absolute;
    right: -10%;
    top: -10%;
    animation: pulseGlow 8s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    height: 70%;
    width: 70%;
}.company-info-kN .container {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 2rem),
        calc(100% - 2rem) 100%,
        0 100%
    );
    transform: perspective(1000px) rotateY(-2deg);
    max-width: 1200px;
    width: 90%;
    backdrop-filter: blur(10px);
    padding: 3rem;
    z-index: 5;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.08) 100%
    );
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}.company-info-kN .container:hover {
    transform: perspective(1000px) rotateY(0);
}.company-info-kN .text-header-VO {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 100%;
    display: grid;
}.company-info-kN .text-header-VO > div:first-child {
    position: relative;
    margin-bottom: 0.5rem;
}.company-info-kN .text-header-VO > div:first-child::before {
    height: 0.75rem;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    position: absolute;
    width: 0.75rem;
    animation: pulse 3s infinite;
    background: rgb(159,158,164);
    top: 50%;
    left: -1.5rem;
}.company-info-kN .text-header-VO > div:first-child::after {
    left: -3rem;
    background: linear-gradient(
        90deg,
        rgb(159,158,164) 0%,
        rgb(127,126,133) 50%,
        transparent 100%
    );
    position: absolute;
    bottom: -0.5rem;
    width: calc(100% + 4rem);
    animation: lineGrow 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 1px;
    transform-origin: left;
    content: "";
}.company-info-kN h5 {
    letter-spacing: 1.5px;
    margin: 0;
    position: relative;
    padding-left: 1rem;
    font-size: 24px;
    transform: translateX(0);
    text-transform: uppercase;
    transition: transform 0.4s ease;
    color: #ffffff;
    font-weight: 700;
}.company-info-kN .text-header-VO > div:first-child:hover h5 {
    transform: translateX(0.5rem);
}.company-info-kN .text-header-VO > div:nth-child(2) {
    position: relative;
}.company-info-kN .text-header-VO > div:nth-child(2) p {
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.5px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    font-size: calc(24px * 1.5);
    background: linear-gradient(
        to right,
        #ffffff 0%,
        rgb(127,126,133) 100%
    );
    transform: translateY(0);
    font-weight: 700;
    -webkit-background-clip: text !important;
    transition: transform 0.4s ease, filter 0.4s ease;
}.company-info-kN .text-header-VO > div:nth-child(2):hover p {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
    transform: translateY(-0.25rem);
}.company-info-kN ol {
    margin: 2rem 0 0;
    list-style: none;
    position: relative;
    counter-reset: about-counter;
    padding: 0;
}.company-info-kN ol::before {
    content: "";
    left: -2rem;
    top: -1rem;
    height: calc(100% + 2rem);
    z-index: 1;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgb(159,158,164,0.5) 15%,
        rgb(159,158,164) 50%,
        rgb(159,158,164,0.5) 85%,
        transparent 100%
    );
    width: 1px;
}.company-info-kN ol li {
    padding: 1.5rem 2rem;
    border-left: 3px solid rgb(159,158,164);
    text-align: justify;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    counter-increment: about-counter;
    border-radius: 0 10px 10px 0;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.01) 100%
    );
    font-size: 17px;
}.company-info-kN ol li::before {
    border: 2px solid rgb(159,158,164);
    left: -2.5rem;
    align-items: center;
    box-shadow: 0 0 15px rgb(159,158,164,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 50%;
    content: "";
    height: 2rem;
    justify-content: center;
    position: absolute;
    top: 1.5rem;
    display: flex;
    background: #000000;
    width: 2rem;
    z-index: 2;
}.company-info-kN ol li:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: translateX(0.5rem);
}.company-info-kN ol li:hover::before {
    transform: scale(1.2);
    box-shadow: 0 0 25px rgb(159,158,164);
}

@keyframes pulse {
    0%, 100% { transform: translateY(-50%) rotate(45deg) scale(1); }
    50% { transform: translateY(-50%) rotate(45deg) scale(1.2); }
}

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

@keyframes pulseGlow {
    0% { opacity: 0.1; transform: rotate(-15deg) scale(1); }
    50% { opacity: 0.2; transform: rotate(-12deg) scale(1.05); }
    100% { opacity: 0.1; transform: rotate(-15deg) scale(1); }
}

@media (max-width: 991px) {.company-info-kN .container {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2rem;
    width: 95%;
}.company-info-kN h5 {
    font-size: calc(24px * 0.9);
}.company-info-kN .text-header-VO > div:nth-child(2) p {
    font-size: calc(24px * 1.3);
}.company-info-kN ol li {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 767px) {.company-info-kN {
    padding: 4rem 0;
    min-height: auto;
}.company-info-kN .container {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
    padding: 1.5rem;
    transform: none;
}.company-info-kN .text-header-VO > div:first-child::before {
    left: -1rem;
    width: 0.5rem;
    height: 0.5rem;
}.company-info-kN .text-header-VO > div:first-child::after {
    left: -1.5rem;
    width: calc(100% + 2rem);
}.company-info-kN h5 {
    font-size: calc(24px * 0.8);
}.company-info-kN .text-header-VO > div:nth-child(2) p {
    font-size: calc(24px * 1.1);
}.company-info-kN ol::before {
    left: -1.25rem;
}.company-info-kN ol li {
    padding: 1rem;
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.company-info-kN ol li::before {
    height: 1.5rem;
    top: 1rem;
    width: 1.5rem;
    left: -1.75rem;
}
}

@media (max-width: 480px) {.company-info-kN {
    padding: 3rem 0;
}.company-info-kN .container {
    padding: 1rem;
}.company-info-kN .text-header-VO {
    gap: 1rem;
}.company-info-kN h5 {
    font-size: calc(24px * 0.7);
}.company-info-kN .text-header-VO > div:nth-child(2) p {
    font-size: 24px;
}.company-info-kN ol li {
    font-size: calc(17px * 0.85);
    padding: 0.75rem;
    line-height: 1.5;
}}.ty-block-xj {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(192,191,196) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
}.ty-block-xj::before {
    width: 50%;
    content: "";
    top: -20%;
    right: -10%;
    z-index: 0;
    background: rgb(159,158,164,0.5);
    filter: blur(60px);
    height: 80%;
    animation: float 18s infinite ease-in-out;
    transform: rotate(-15deg) skew(15deg);
    opacity: 0.3;
    position: absolute;
}.ty-block-xj::after {
    filter: blur(50px);
    height: 60%;
    opacity: 0.2;
    z-index: 0;
    background: rgb(127,126,133,0.5);
    content: "";
    position: absolute;
    transform: rotate(10deg) skew(-10deg);
    width: 40%;
    animation: float 15s infinite ease-in-out reverse;
    left: -5%;
    bottom: -10%;
}.ty-block-xj .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.ty-block-xj h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    transform: perspective(1000px) translateZ(0);
    line-height: 1.3;
    margin-bottom: 2.5rem;
    color: #000000;
    position: relative;
    font-size: calc(29px * 1.1);
}.ty-block-xj h2::after {
    bottom: -15px;
    content: "";
    background: linear-gradient(90deg, rgb(159,158,164), rgb(127,126,133));
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}.ty-block-xj .quick-mastery-KJ {
    position: relative;
    border-left: 5px solid rgb(159,158,164);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.95) 100%);
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
}.ty-block-xj .quick-mastery-KJ:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.08),
                0 10px 20px rgba(0,0,0,0.05),
                0 0 0 1px rgba(0,0,0,0.02);
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}.ty-block-xj ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.ty-block-xj li {
    padding-left: 25px;
    position: relative;
}.ty-block-xj li::before {
    top: 8px;
    left: 0;
    content: "";
    position: absolute;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgb(159,158,164) 0%, rgb(127,126,133) 100%);
    width: 12px;
    border-radius: 2px;
    transform: rotate(45deg);
    height: 12px;
}.ty-block-xj span {
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.8;
    display: block;
    color: #000000;
}

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

@media (max-width: 991px) {.ty-block-xj {
    padding: 90px 0;
}.ty-block-xj h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2rem;
}.ty-block-xj .quick-mastery-KJ {
    padding: 30px;
}
}

@media (max-width: 767px) {.ty-block-xj {
    padding: 70px 0;
}.ty-block-xj h2 {
    font-size: calc(29px * 0.8);
    line-height: 1.4;
}.ty-block-xj h2::after {
    width: 60px;
    bottom: -12px;
}.ty-block-xj .quick-mastery-KJ {
    border-left: 4px solid rgb(159,158,164);
    padding: 25px 20px;
}.ty-block-xj li {
    padding-left: 20px;
}.ty-block-xj li::before {
    height: 10px;
    width: 10px;
    top: 7px;
}.ty-block-xj span {
    line-height: 1.7;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 480px) {.ty-block-xj {
    padding: 50px 0;
}.ty-block-xj h2 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.7);
}.ty-block-xj .quick-mastery-KJ {
    border-left: 3px solid rgb(159,158,164);
    padding: 20px 15px;
}.ty-block-xj li::before {
    top: 8px;
    height: 8px;
    width: 8px;
}.ty-block-xj span {
    font-size: calc(13px - 2px);
    line-height: 1.6;
}}.price-option-AQ {
    padding: 120px 0 80px;
    position: relative;
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    background-color: var(--pricing-bg);
    overflow: hidden;
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --pricing-bg: #f5f7fa;
    --card-border: linear-gradient(135deg, rgb(159,158,164), rgb(127,126,133));
    --card-bg: #ffffff;
    --card-accent: rgb(159,158,164);
}.price-option-AQ::before {
    filter: blur(60px);
    opacity: 0.5;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(159,158,164,0.5), rgb(127,126,133,0.5));
    width: 35%;
    height: 50%;
    top: -10%;
    content: "";
    right: -5%;
    transform: rotate(-15deg);
}.price-option-AQ::after {
    background: linear-gradient(225deg, rgb(127,126,133,0.5), rgb(159,158,164,0.5));
    content: "";
    width: 30%;
    transform: rotate(15deg);
    filter: blur(50px);
    left: -5%;
    bottom: -10%;
    position: absolute;
    height: 40%;
    opacity: 0.4;
    z-index: 1;
}.price-option-AQ .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}.price-option-AQ .learning-price-AN {
    display: flex;
    flex-direction: column;
}.price-option-AQ .payment-plans-rs {
    margin-bottom: 60px;
    order: -1;
    max-width: 800px;
    margin-right: auto;
    text-align: center;
    margin-left: auto;
}.price-option-AQ .payment-plans-rs h2 {
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 20px;
    color: #000000;
}.price-option-AQ .payment-plans-rs h2::after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    left: 50%;
    bottom: -10px;
    background: linear-gradient(to right, rgb(159,158,164), rgb(127,126,133));
}.price-option-AQ .discount-deals-aY {
    line-height: 1.6;
    color: #000000;
    white-space: normal;
    max-width: 700px;
    font-size: calc(14px + 2px);
    word-wrap: break-word;
    margin: 0 auto;
    overflow-wrap: break-word;
}.price-option-AQ .promo-plans-ku {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    width: 100%;
    gap: 30px;
}.price-option-AQ .fee-chart-MF {
    display: block;
    height: 100%;
    text-decoration: none;
    transition: transform var(--card-transition);
    color: inherit;
    transform: translateY(0);
}.price-option-AQ .fee-chart-MF:hover {
    transform: translateY(-10px);
}.price-option-AQ .price-grid-mV {
    transition: box-shadow var(--card-transition);
    position: relative;
    flex-direction: column;
    background-color: var(--card-bg);
    height: 100%;
    overflow: hidden;
    display: flex;
    border-radius: 21px;
    box-shadow: var(--card-shadow);
}.price-option-AQ .fee-chart-MF:hover .price-grid-mV {
    box-shadow: var(--card-hover-shadow);
}.price-option-AQ .price-grid-mV::before {
    width: 100%;
    height: 5px;
    background: var(--card-border);
    left: 0;
    transform: scaleX(0);
    content: "";
    position: absolute;
    transform-origin: left;
    transition: transform 0.5s ease;
    top: 0;
}.price-option-AQ .fee-chart-MF:hover .price-grid-mV::before {
    transform: scaleX(1);
}.price-option-AQ .discount-tier-MK {
    flex-grow: 1;
    display: flex;
    z-index: 1;
    padding: 35px 30px;
    position: relative;
    flex-direction: column;
}.price-option-AQ .discount-tier-MK h3 {
    margin-bottom: 15px;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: calc(18px + 2px);
    display: inline-block;
    transition: color 0.3s ease;
}.price-option-AQ .fee-chart-MF:hover .discount-tier-MK h3 {
    color: var(--card-accent);
}.price-option-AQ .fee-schemes-XY {
    font-size: calc(18px + 6px);
    font-weight: 700;
    color: var(--card-accent);
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}.price-option-AQ .fee-schemes-XY::after {
    background-color: var(--card-accent);
    height: 2px;
    position: absolute;
    left: 0;
    width: 40px;
    content: "";
    transition: width 0.3s ease;
    bottom: -10px;
}.price-option-AQ .fee-chart-MF:hover .fee-schemes-XY::after {
    width: 60px;
}.price-option-AQ .discount-tier-MK p {
    hyphens: auto;
    flex-grow: 1;
    line-height: 1.6;
    white-space: normal;
    color: #000000;
    word-wrap: break-word;
    margin-top: 15px;
    font-size: 14px;
    overflow-wrap: break-word;
}.price-option-AQ .img-box-Pf {
    width: 100%;
    height: 200px;
    transition: transform 0.6s ease;
    overflow: hidden;
    position: relative;
}.price-option-AQ .img-box-Pf::after {
    top: 0;
    content: "";
    left: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    bottom: 0;
    right: 0;
    opacity: 0;
    position: absolute;
}.price-option-AQ .fee-chart-MF:hover .img-box-Pf::after {
    opacity: 1;
}.price-option-AQ .fee-chart-MF:hover .img-box-Pf {
    transform: scale(1.05);
}

@media (min-width: 992px) {.price-option-AQ .learning-price-AN {
    gap: 60px;
    align-items: center;
    flex-direction: row;
}.price-option-AQ .payment-plans-rs {
    order: 0;
    text-align: left;
    margin: 0;
    width: 30%;
}.price-option-AQ .payment-plans-rs h2 {
    display: block;
    text-align: left;
}.price-option-AQ .payment-plans-rs h2::after {
    transform: none;
    left: 0;
}.price-option-AQ .discount-deals-aY {
    margin: 0;
    text-align: left;
}.price-option-AQ .promo-plans-ku {
    width: 70%;
}
}

@media (max-width: 991px) {.price-option-AQ {
    padding: 80px 0 60px;
}.price-option-AQ .promo-plans-ku {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}

@media (max-width: 767px) {.price-option-AQ {
    padding: 60px 0 40px;
}.price-option-AQ .payment-plans-rs {
    margin-bottom: 40px;
}.price-option-AQ .promo-plans-ku {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.price-option-AQ .discount-tier-MK {
    padding: 25px 20px;
}.price-option-AQ .discount-tier-MK h3 {
    font-size: 18px;
}.price-option-AQ .fee-schemes-XY {
    font-size: calc(18px + 2px);
}.price-option-AQ .discount-tier-MK p {
    font-size: calc(14px - 1px);
}.price-option-AQ .img-box-Pf {
    height: 180px;
}
}

@media (max-width: 480px) {.price-option-AQ {
    padding: 50px 0 30px;
}.price-option-AQ .payment-plans-rs h2 {
    font-size: calc(30px - 4px);
}.price-option-AQ .discount-deals-aY {
    font-size: 14px;
}.price-option-AQ .discount-tier-MK {
    padding: 20px 15px;
}.price-option-AQ .img-box-Pf {
    height: 160px;
}}.join-our-community-bH {
    padding: 4rem 3rem;
    position: relative;
    background: rgb(192,191,196);
    overflow: hidden;
}.join-our-community-bH::before {
    width: 250px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.7;
    right: -100px;
    animation: orbit 20s linear infinite;
    background: linear-gradient(135deg, rgb(159,158,164) 0%, rgb(159,158,164,0.5) 100%);
    position: absolute;
    height: 250px;
    content: "";
    top: -100px;
}.join-our-community-bH::after {
    opacity: 0.5;
    content: "";
    width: 150px;
    position: absolute;
    background: linear-gradient(45deg, rgb(127,126,133) 0%, rgb(127,126,133,0.5) 100%);
    animation: pulse-circle 15s ease-in-out infinite alternate;
    z-index: 1;
    border-radius: 50%;
    height: 150px;
    left: -50px;
    bottom: -50px;
}.join-our-community-bH .quick-mastery-KJ {
    grid-template-columns: 1fr 1.5fr;
    z-index: 2;
    align-items: center;
    position: relative;
    grid-template-areas:
        "text form"
        "text form";
    gap: 3rem;
    display: grid;
}.join-our-community-bH .quick-mastery-KJ::before {
    filter: blur(10px);
    z-index: -1;
    width: 50px;
    position: absolute;
    left: 50%;
    background: rgb(159,158,164,0.5);
    top: 50%;
    border-radius: 50%;
    height: 50px;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    content: "";
}.join-our-community-bH p {
    line-height: 1.6;
    font-weight: 700;
    position: relative;
    padding-left: 2rem;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 19px;
    grid-area: text;
}.join-our-community-bH p::before {
    content: "";
    background: linear-gradient(to bottom, rgb(159,158,164), rgb(127,126,133));
    border-radius: 10px;
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}.join-our-community-bH .input_holder {
    flex-direction: column;
    position: relative;
    gap: 1rem;
    grid-area: form;
    display: flex;
}.join-our-community-bH .input_holder::before {
    z-index: -1;
    top: -15px;
    animation: rotate 30s linear infinite;
    width: 80px;
    border-radius: 50%;
    right: -15px;
    height: 80px;
    border: 2px dashed rgb(159,158,164,0.5);
    content: "";
    position: absolute;
    opacity: 0.5;
}.join-our-community-bH .input_holder::after {
    opacity: 0.3;
    position: absolute;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    left: 30%;
    bottom: -20px;
    z-index: -1;
    animation: float-circle 12s ease-in-out infinite alternate;
    content: "";
    border: 1px solid rgb(127,126,133,0.5);
}.join-our-community-bH .sub-tile-qQ {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    padding: 1.3rem 1.5rem;
    border-radius: 27px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.join-our-community-bH .sub-tile-qQ:focus {
    outline: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: rgb(159,158,164,0.5);
}.join-our-community-bH .sub-tile-qQ::placeholder {
    color: #000000;
    opacity: 0.6;
}.join-our-community-bH .email-wrap-hA {
    border: none;
    padding: 1rem 2rem;
    font-size: 20px;
    color: #ffffff;
    width: auto;
    transition: all 0.3s ease;
    background: rgb(159,158,164);
    min-width: 150px;
    font-weight: 600;
    border-radius: 27px;
    z-index: 1;
    overflow: hidden;
    align-self: flex-end;
    cursor: pointer;
    font-family: Arial, sans-serif;
    position: relative;
}.join-our-community-bH .email-wrap-hA::before {
    width: 100%;
    background: rgb(127,126,133);
    height: 100%;
    position: absolute;
    left: 50%;
    z-index: -1;
    opacity: 0;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease, opacity 0.3s ease;
    content: "";
}.join-our-community-bH .email-wrap-hA:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.5);
}

@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(30px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(30px) rotate(-360deg);
    }
}

@keyframes pulse-circle {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float-circle {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}

@media (max-width: 768px) {.join-our-community-bH {
    padding: 3rem 1.5rem;
}.join-our-community-bH .quick-mastery-KJ {
    grid-template-columns: 1fr;
    grid-template-areas:
            "text"
            "query-feedback-ET";
    gap: 2rem;
}.join-our-community-bH p {
    font-size: 17px;
}.join-our-community-bH .input_holder {
    gap: 1rem;
}.join-our-community-bH .email-wrap-hA {
    width: 100%;
    align-self: stretch;
}}.mentorship-experience-ti {
    background: linear-gradient(135deg, rgb(192,191,196), rgb(159,158,164,0.5));
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}.mentorship-experience-ti::before {
    position: absolute;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    content: "";
    background: repeating-linear-gradient(45deg, rgb(127,126,133,0.5) 0px, transparent 2px, transparent 10px);
    left: 0;
    z-index: 1;
    top: 0;
}.mentorship-experience-ti .learner-testimonials-rN {
    background: #ffffff;
    max-width: 1200px;
    padding: 0;
    display: flex;
    position: relative;
    margin: 0 auto;
    align-items: center;
    gap: 4rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 2;
    border-radius: 16px;
    overflow: hidden;
}.mentorship-experience-ti .img-box-Pf {
    width: 40%;
    height: 450px;
    transition: all 0.4s ease;
    position: relative;
    flex-shrink: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.mentorship-experience-ti .img-box-Pf::after {
    background: linear-gradient(135deg, rgb(159,158,164,0.5), transparent);
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.5;
    width: 100%;
    content: "";
}.mentorship-experience-ti .career-progress-sB {
    position: relative;
    padding: 3rem;
    width: 60%;
}.mentorship-experience-ti .name {
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #000000;
    font-size: 33px;
}.mentorship-experience-ti .name::after {
    content: "";
    transition: width 0.3s ease;
    height: 3px;
    background: rgb(159,158,164);
    bottom: -8px;
    width: 50%;
    left: 0;
    position: absolute;
}.mentorship-experience-ti .career-progress-sB > div:nth-child(2) {
    font-weight: 600;
    color: rgb(127,126,133);
    padding-left: 2px;
    font-size: 22px;
    margin-bottom: 1.5rem;
}.mentorship-experience-ti .career-insights-aG {
    color: #000000;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 14px;
    padding-left: 1.5rem;
}.mentorship-experience-ti .career-insights-aG::before {
    left: -1rem;
    color: rgb(159,158,164,0.5);
    position: absolute;
    opacity: 0.4;
    font-size: 4rem;
    top: -2rem;
    content: "";
}.mentorship-experience-ti .learner-testimonials-rN:hover .img-box-Pf {
    transform: scale(1.03);
}.mentorship-experience-ti .learner-testimonials-rN:hover .name::after {
    width: 100%;
}

@media (max-width: 992px) {.mentorship-experience-ti .learner-testimonials-rN {
    gap: 2rem;
    flex-direction: column;
}.mentorship-experience-ti .img-box-Pf {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 350px;
}.mentorship-experience-ti .career-progress-sB {
    padding: 0 2rem 2rem;
    width: 100%;
}
}

@media (max-width: 576px) {.mentorship-experience-ti {
    padding: 3rem 1rem;
}.mentorship-experience-ti .img-box-Pf {
    height: 280px;
}.mentorship-experience-ti .career-progress-sB {
    padding: 0 1.5rem 1.5rem;
}.mentorship-experience-ti .name {
    font-size: calc(33px * 0.85);
}.mentorship-experience-ti .career-insights-aG {
    font-size: calc(14px * 0.95);
}}.course-program-details-Yg {
    background: linear-gradient(135deg, rgb(192,191,196) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.course-program-details-Yg::before {
    opacity: 0.07;
    animation: float 15s infinite alternate ease-in-out;
    right: -10%;
    background: linear-gradient(145deg, rgb(159,158,164,0.5) 10%, rgb(127,126,133,0.5) 90%);
    top: -5%;
    height: 70%;
    width: 35%;
    position: absolute;
    content: "";
    filter: blur(20px);
    transform: rotate(-15deg) skewX(-15deg);
    z-index: 1;
}.course-program-details-Yg::after {
    position: absolute;
    background: linear-gradient(215deg, rgb(127,126,133,0.5) 10%, rgb(159,158,164,0.5) 90%);
    filter: blur(15px);
    opacity: 0.05;
    animation: float 18s infinite alternate-reverse ease-in-out;
    z-index: 1;
    height: 50%;
    transform: rotate(10deg) skewX(10deg);
    bottom: -5%;
    width: 25%;
    content: "";
    left: -5%;
}.course-program-details-Yg .container {
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 5;
    position: relative;
    margin: 0 auto;
}.course-program-details-Yg .lesson-path-rJ {
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.course-program-details-Yg .img-box-Pf {
    overflow: hidden;
    border: 1px solid rgba(var(--dark-color-rgb), 0.08);
    box-shadow: 0 25px 50px -12px rgba(var(--dark-color-rgb), 0.1);
    position: relative;
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
}.course-program-details-Yg .img-box-Pf::before {
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, rgba(var(--dark-color-rgb), 0) 60%, rgba(var(--dark-color-rgb), 0.5) 100%);
    z-index: 2;
    height: 100%;
    left: 0;
    content: "";
}.course-program-details-Yg .img-box-Pf::after {
    z-index: 3;
    transform: skewX(-25deg);
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    position: absolute;
    animation: shine 10s infinite;
    top: 0;
    height: 100%;
    left: -100%;
    width: 50%;
}.course-program-details-Yg .text-header-VO {
    transform: translateZ(0);
    padding: 1.5rem 0;
    position: relative;
}.course-program-details-Yg h3 {
    margin-bottom: 1.5rem;
    color: #000000;
    padding-left: 1rem;
    font-weight: 600;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    line-height: 1.3;
    font-size: calc(24px * 1.1);
    position: relative;
    opacity: 1;
    transform: translateY(0);
}.course-program-details-Yg h3::before {
    height: 85%;
    background: linear-gradient(to bottom, rgb(159,158,164), rgb(127,126,133));
    width: 3px;
    transform: scaleY(0.7);
    left: 0;
    transition: transform 0.4s ease;
    top: 0.2em;
    content: "";
    position: absolute;
}.course-program-details-Yg p.description {
    color: #000000;
    line-height: 1.7;
    position: relative;
    margin-bottom: 2rem;
    overflow-y: auto;
    padding-right: 1rem;
    display: block;
    font-size: 15px;
    max-height: 300px;
}.course-program-details-Yg p.description::-webkit-scrollbar {
    width: 4px;
}.course-program-details-Yg p.description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-rgb), 0.05);
}.course-program-details-Yg p.description::-webkit-scrollbar-thumb {
    background: rgb(127,126,133,0.5);
    border-radius: 10px;
}.course-program-details-Yg span.description {
    display: none;
}.course-program-details-Yg .text-header-VO div {
    position: relative;
}.course-program-details-Yg .text-header-VO div::after {
    pointer-events: none;
    opacity: 0.8;
    right: 0;
    width: 25%;
    background: linear-gradient(to top, rgb(192,191,196) 20%, transparent);
    content: "";
    bottom: 0;
    height: 30px;
    position: absolute;
}

@media (min-width: 768px) {.course-program-details-Yg {
    padding: 8rem 0;
}.course-program-details-Yg .lesson-path-rJ {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 3.5rem;
}.course-program-details-Yg .img-box-Pf {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
    min-height: 450px;
}.course-program-details-Yg h3 {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    font-size: calc(24px * 1.3);
}.course-program-details-Yg h3::before {
    width: 5px;
}.course-program-details-Yg p.description {
    padding-right: 2rem;
    max-height: 380px;
}
}

@media (min-width: 992px) {.course-program-details-Yg {
    padding: 10rem 0;
}.course-program-details-Yg .lesson-path-rJ {
    gap: 5rem;
    grid-template-columns: 0.85fr 1.15fr;
}.course-program-details-Yg .img-box-Pf {
    min-height: 500px;
    transform: perspective(1500px) rotateY(-5deg) translateZ(0);
}.course-program-details-Yg .img-box-Pf:hover {
    transform: perspective(1500px) rotateY(0deg) translateZ(10px);
}.course-program-details-Yg h3 {
    font-size: calc(24px * 1.4);
    padding-left: 2rem;
}.course-program-details-Yg h3::before {
    width: 6px;
}
}

@media (min-width: 1200px) {.course-program-details-Yg .lesson-path-rJ {
    gap: 6rem;
    grid-template-columns: 0.8fr 1.2fr;
}.course-program-details-Yg .img-box-Pf {
    min-height: 550px;
}.course-program-details-Yg h3 {
    font-size: calc(24px * 1.5);
}}

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

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}.cookie-popup-advisory-OG {
    animation: slideUp 0.5s forwards;
    transform: translateY(100%);
    bottom: 0;
    border-top: 3px solid rgb(127,126,133);
    width: 100%;
    padding: 20px 0;
    z-index: 90;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    transition: transform 0.3s ease-in-out;
    background: rgb(127,126,133);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookie-popupdialog-dM {
    display: none;
}#cookie-popupdialog-dM:checked ~ .cookie-popup-advisory-OG {
    visibility: hidden;
    opacity: 0;
}.user-alert-nC {
    justify-content: space-between;
    padding: 20px 5%;
    display: flex;
    gap: 20px;
    align-items: center;
}.cookie-popup-advisory-OG h5 {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 1px;
}.cookie-popup-advisory-OG p {
    color: #ffffff;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 12px;
}.cookie-hide-Sx {
    display: flex;
    filter: drop-shadow(0 0 10px rgb(159,158,164));
    align-items: center;
    flex-shrink: 0;
    margin-right: 15px;
    justify-content: center;
}.cookie-hide-Sx svg {
    fill: rgb(159,158,164);
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
}.cookie-hide-Sx:hover svg {
    transform: scale(1.1);
}.cookies-tracking-pP {
    color: #000000;
    margin-left: 10px;
    box-shadow: 0 0 15px rgb(159,158,164);
    border-radius: 26px;
    text-align: center;
    flex-shrink: 0;
    min-width: 140px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    background: linear-gradient(90deg, rgb(159,158,164), rgb(127,126,133));
}.cookies-tracking-pP:hover {
    box-shadow: 0 0 20px rgb(127,126,133);
}.cookie_button.user-choices-oD {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(127,126,133);
}.cookie_button.user-choices-oD:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(127,126,133);
}.cookie-popup-advisory-OG p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(159,158,164);
}.cookie-popup-advisory-OG p a:hover {
    color: rgb(127,126,133);
}
@media only screen and (max-width: 1200px) {.cookie-popup-advisory-OG {
    padding: 15px 0;
}.user-alert-nC {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie-hide-Sx {
    display: none;
}.user-alert-nC {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie-popup-advisory-OG h5 {
    font-size: 16px;
    margin-bottom: 5px;
}.manage-tracking-FW {
    margin-bottom: 15px;
}.cookies-tracking-pP {
    min-width: 100%;
    margin: 10px 0;
}}
footer {
    position: relative;
    width: 100%;
}footer .review-block-Ou {
    position: relative;
    background: linear-gradient(135deg, rgb(159,158,164), rgb(127,126,133));
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 120px 0 30px;
}footer .review-block-Ou::before {
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    transform: rotateX(180deg);
    width: 100%;
    background: #ffffff;
    left: 0;
    content: "";
    height: 100px;
    top: 0;
    opacity: 0.25;
}footer .review-block-Ou::after {
    bottom: 0;
    left: 0;
    height: 50px;
    background: #ffffff;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    width: 100%;
    position: absolute;
    opacity: 0.15;
}footer .about-learn-zC {
    position: relative;
    z-index: 1;
}footer .message-card-AI {
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: center;
    display: flex;
}footer .info_item {
    align-items: center;
    position: relative;
    border-radius: 40px;
    height: 80px;
    max-width: 300px;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    padding: 0 25px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    backdrop-filter: blur(5px);
    overflow: hidden;
}footer .info_item::before {
    left: -100%;
    z-index: -1;
    position: absolute;
    background: #ffffff;
    height: 100%;
    opacity: 0.1;
    animation: waveAnimation 15s linear infinite;
    content: "";
    width: 100%;
}@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: rgb(127,126,133,0.5);
}footer .info_item svg {
    flex-shrink: 0;
    fill: #ffffff;
    margin-right: 15px;
    width: 20px;
    height: 20px;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}footer .text_main_holder {
    gap: 25px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}footer .header-base-Hb {
    margin-bottom: 30px;
    position: relative;
    flex: 1 1 100%;
    text-align: center;
}footer .header-base-Hb svg {
    filter: brightness(0) invert(1);
    margin: 0 auto 20px;
    width: auto;
    height: 50px;
}footer .peer-help-Ax {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}footer .head-bar-fK,footer .subscribe_holder {
    border-radius: 24px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    overflow: hidden;
    position: relative;
    flex: 1 1 300px;
    backdrop-filter: blur(5px);
}footer .head-bar-fK::before,footer .subscribe_holder::before {
    height: 100%;
    width: 300%;
    background: #ffffff;
    animation: waveAnimation 20s linear infinite;
    z-index: -1;
    left: -100%;
    top: 0;
    opacity: 0.1;
    content: "";
    position: absolute;
}footer .head-bar-fK h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
}footer .head-bar-fK h5::after, footer .subscribe_holder h5::after {
    background: linear-gradient(90deg, #ffffff, transparent);
    bottom: 0;
    position: absolute;
    height: 2px;
    content: "";
    width: 100%;
    left: 0;
}footer .main-tutor-Jp {
    margin-bottom: 20px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}footer .main-tutor-Jp a {
    position: relative;
    flex: 1 1 calc(50% - 10px);
    font-size: 16px;
    border-radius: 20px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 15px;
    text-decoration: none;
    background-color: rgb(159,158,164,0.5);
    text-align: center;
    overflow: hidden;
}footer .main-tutor-Jp a::before {
    content: "";
    left: -100%;
    width: 100%;
    position: absolute;
    transition: left 0.3s ease;
    height: 2px;
    bottom: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}footer .main-tutor-Jp a:hover {
    background-color: rgb(127,126,133,0.5);
    transform: translateY(-3px);
}footer .main-tutor-Jp a:hover::before {
    left: 0;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    font-size: 16px;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    border-radius: 25px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgb(159,158,164,0.5);
    outline: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .email-wrap-hA {
    color: rgb(159,158,164);
    cursor: pointer;
    background-color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    padding: 15px 20px;
    border-radius: 25px;
    position: relative;
    font-size: 18px;
    border: none;
    transition: all 0.3s ease;
}footer .email-wrap-hA::after {
    transition: left 0.7s ease;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
}footer .email-wrap-hA:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(192,191,196);
    transform: translateY(-3px);
}footer .email-wrap-hA:hover::after {
    left: 100%;
}footer .podcast-cta-zF {
    margin-top: 60px;
    position: relative;
    text-align: center;
}footer .gdpr-block-tH {
    font-size: 15px;
    padding: 0 30px;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
}footer .gdpr-block-tH::before,
footer .gdpr-block-tH::after {
    height: 1px;
    top: 50%;
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    width: 20px;
    position: absolute;
}footer .gdpr-block-tH::before {
    left: 0;
}footer .gdpr-block-tH::after {
    right: 0;
}

@media (min-width: 768px) {footer .header-base-Hb {
    flex: 1 1 100%;
}footer .head-bar-fK, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .email-wrap-hA {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .review-block-Ou {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}

@media (max-width: 767px) {footer .review-block-Ou {
    padding: 80px 0 30px;
}footer .review-block-Ou::before {
    height: 60px;
    background-size: 100% 60px;
}footer .message-card-AI {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .head-bar-fK, footer .subscribe_holder {
    padding: 25px 20px;
}footer .podcast-cta-zF {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .review-block-Ou {
    padding: 60px 0 20px;
}footer .review-block-Ou::before {
    background-size: 100% 40px;
    height: 40px;
}footer .head-bar-fK h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(24px - 2px);
}footer .main-tutor-Jp a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .email-wrap-hA {
    padding: 12px 15px;
}
}